/*
site.css
*/

@font-face {
    font-family: 'heavy_dataregular';
    src: url('/webfonts/heavy_data-webfont.eot');
    src: url('/webfonts/heavy_data-webfont.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/heavy_data-webfont.woff2') format('woff2'),
    url('/webfonts/heavy_data-webfont.woff') format('woff'),
    url('/webfonts/heavy_data-webfont.ttf') format('truetype'),
    url('/webfonts/heavy_data-webfont.svg#heavy_dataregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	background-image: url("/images/usa-header-bg");
	background-repeat:no-repeat;
}
#header h3 {
	font-family:'heavy_dataregular', sans-serif;
	color:#EEAD24;
	font-weight:400;
	font-smooth:never;
	-webkit-font-smoothing:none;
}
#header h6 {
	color:#EEAD24;
	font-weight:400;
	font-size:10px;
	text-align: right;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.usa-nav-bar {
	background: #333;
}
ul.fc-box {
	height:10rem;
	overflow: auto;
	border: solid #D8D8D8 1px;
	background: #F2F2F2;
	font-size:0.75rem;
	padding:1rem;
	margin:0;
	list-style:none;
	margin-bottom:1.25rem;
}
ul.fc-box li {
	padding:0.25rem;
}
.formError {
	color:#c00;
	font-weight:700;
}
#footer {
	padding:2rem 1rem;
	background-color:#333;
	color:#ddd;
}
#footer a {
	color:#ddd;
}
