@charset "UTF-8";
/* CSS Document */
/**
.fade-in-image {
  animation: fadeIn 10s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}
@keyframes fadeIn {
  0% { opacity:0; }
    75% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes fadeIn {
  0% { opacity:0; }
    75% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity:0; }
    75% { opacity:0; }
    100% { opacity:1; }
}

@-o-keyframes fadeIn {
  0% { opacity:0; }
    75% { opacity:0; }
    100% { opacity:1; }
}

@-ms-keyframes fadeIn {
  0% { opacity:0; }
    75% { opacity:0; }
    100% { opacity:1; }
}
**/
#news-banner {
    font-size:calc(8px + 0.3vw); 
    font-family:FuturaStd-Medium, 'sans-serif';
    padding:.3rem .0rem .3rem .5rem;
     width:60%;
    top: -.8rem; 
    right: 0%;
    margin-top: 25px;
    margin-left: -100px;
    background: rgb(78,186,80);
    background: linear-gradient(90deg, rgba(78,186,80,1) 0%, rgba(28,161,153,0.7209385179153094) 52%, rgba(0,80,158,0) 100%);
    /*background-color:mediumseagreen;*/
    opacity:0.9;
    border:0px solid  #6A7F7B;
    border-radius:2px 0px 0px 2px;
    text-align: left;
    z-index: 10000; /* 1px higher than the overlay layer */
    line-height:normal;
    text-color:#ff9900;
    float:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
    transition: height 1s;
    position: absolute;
    top: -30%;
    -webkit-animation: slide 0.9s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.9s forwards;
    animation-delay: 0.2s;
    transition-timing-function: ease;
}
#news-banner a{
    text-decoration:none;
    line-height:normal;
    text-color:#ff9900;
}
#closethis {
    cursor:pointer;
    float:left;
    font-size:calc(10px + 0.4vw); 
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    border-radius:5px;
    border:1px solid #CDCDCD;
    color:#ccc;
    display:inline-block;
    padding:2px 5px;
    margin:1px 5px 0px 0px;
    background:transparent;
}
.left-contact {
    width:45%;
    float:left;
    text-align:left;
}
.right-contact {
    width:45%;
    float:right;
    text-align:left;
}
@-webkit-keyframes slide {
    100% { top: -10px; }
}

@keyframes slide {
    100% { top: -10px; }
}

        #news-banner {
            font-size:calc(8px + 0.4vw); 
            font-family:FuturaStd-Medium, 'sans-serif';
            padding:.3rem .0rem .3rem .5rem;
             width:50%;
            top: -.8rem; 
            right: 0%;
            margin-top: 20px;
            margin-left: -100px;
            background: rgb(78,186,80);
            background: linear-gradient(90deg, rgba(78,186,80,1) 0%, rgba(28,161,153,0.7209385179153094) 52%, rgba(0,80,158,0) 100%);
            /*background-color:mediumseagreen;*/
            opacity:0.9;
            border:0px solid  #6A7F7B;
            border-radius:2px 0px 0px 2px;
            text-align: left;
            z-index: 10000; /* 1px higher than the overlay layer */
            line-height:normal;
            text-color:#ff9900;
            float:right;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
            transition: height 1s;
            position: absolute;
            top: -30%;
            -webkit-animation: slide 0.9s forwards;
            -webkit-animation-delay: 0s;
            animation: slide 0.9s forwards;
            animation-delay: 0s;
            transition-timing-function: ease;
        }
            #news-banner a{
            ont-size:calc(8px + 0.4vw); 
            font-family:FuturaStd-Medium, 'sans-serif';
            text-decoration:none;
            line-height:normal;
            text-color:#ff9900;
        }
            #closethis {
            cursor:pointer;
            float:left;
            font-size:calc(10px + 0.4vw); 
            font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
            border-radius:5px;
            border:1px solid #CDCDCD;
            color:#ccc;
            display:inline-block;
            padding:2px 5px;
            margin:1px 5px 0px 0px;
            background:transparent;
        }
        .left-contact {
            width:45%;
            float:left;
            text-align:left;
                }
        .right-contact {
            width:45%;
            float:right;
            text-align:left;
                }


        @-webkit-keyframes slide {
            100% { top: -10px; }
        }

        @keyframes slide {
            100% { top: -10px; }
        }
