



















































body{background:#fff;color:#000000;font-size:14px;font-family:'Lato', sans-serif;}

/* Same as body color */
h1,h2,h3,h4,h5,h6,.header,.subheader{color:#000000;}

/* Link colors */
a,a:visited,a:hover,a:focus{color:#c04c4c;}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn,
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:hover,
.button:active,
a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.btn:active,
button::-moz-focus-inner,
input::-moz-focus-inner{background:#c04c4c !important;color:#fff}

/* specific button accents needed for chrome */
#search button,.alert .btn{background:#c04c4c}

/* Logo/Header left bar Background Color */
header{background:#434343}

/* Uses the same colors as links */
#weather i{color:#c04c4c;}

/* Nav color */
#nav li a{color:#ffffff;}

/* Nav background color */
#nav ul{background:#ffffff;}

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

/* Flyout background same as button background */
#flyout-wrap{background:#7e7e7e;}

/* Flyout links same as button color */
#flyout a{color:#ffffff}

/* Little toggle same as button color */
#flyout .toggle-children{border-color:#ffffff;}

/* Inner page block content under flyout uses the same colors as left bar */
.content-block{background:#434343;color:#ffffff;}

/* colors as Nav color */
.content-block h3{color:#ffffff;}

@media only screen and (max-width:991px) {

	/* Same as Logo/Header left bar Background Color*/
	#homepage .top-header,
	footer,
	.block h2{background:#434343;}
	
}
