


 


































































































	
/* Main body options */
body{
font-size:14px;
font-family:'Lato', sans-serif;
color:#6f7a93;
}

/* Links colors */
a,a:visited{color:#f9983d}
a:hover,a:focus{color:#f9983d}

/* buttons background and color */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn{background:#f9983d !important;color:#17511b !important} 

/* Nav background color */
#nav{background:#075cad}

/* Nav link colors */
#nav li a{color:#fff}

/* Nav dropdown background */
#nav ul{background:#fff}

/* Nav dropdown link colors */
#nav ul li a{color:#0A6272}

/* Header background color Note the options for this should only replace 13,98,110,0 */
header{
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(13,98,110,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(13,98,110,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%, rgba(13,98,110,0) 100%)
}

/* Caption color */
.cap{color:#ffffff}

/* Caption header color */
.cap h1{color:#ffffff}

/* Caption header color */
.cap .subhead{color:#f9983d}

/* weather icon color */
#weather i{color:#f9983d}

/* Rotating buttons background color and backgorund */
.owl-carousel .item a{
color:#ffffff;
background-color:rgba(211,209,207,0.5);
}

/* news and welcome header color */
.news h3,.welcome h3{color:#328538}

/* news link colors */
.news-brief,.news-brief a{color:#6f7a93}

/* news date background color */
.news-item .date{background:#0011dd}

/* footer backgorund color */
footer{
background:#075cad;
color:#ffffff;
}

/* footer link colors */
footer a,footer i{color:#ffffff!important}

/* Flyout navigation background */
#flyout-wrap{background:#075cad}

/* Flyout navigation links color */
#flyout li a{color:#ffffff}
