@charset "utf-8";
/* CSS Document */

header {
	font-size: 0.9em;
	font-weight: bold;
	background: #326295;
	padding-bottom: 10px;
}
header img {
	height: 30px;
	padding-bottom: 0.5em;
}
.branding {
	float: left;
}
.title {
	padding-top: 7px;
	font-family: Roboto, sans-serif !important;
}
.title a {
	color: #fff;
	text-decoration: none;
	margin-left: 1em;
}
.title a:hover {
	text-decoration: underline;
}
footer {
    background: #000;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    height: 10rem;
    position: relative;
    outline: 0;
}
footer ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
footer ul li:first-child {
	border: 0;
	margin: 0;
}
footer ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
}

footer ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    display: block;
  padding: 1rem 0.5rem;
}
footer ul li:first-child a {
	background-position: 0 -35px;
}
footer a {
	text-decoration: none;
	cursor: pointer;
}
footer .h {
	display: block;
	background: #c90d10;
	font-family: KyrialSansProRegularCond, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	float: left;
	padding: 11px 20px 11px 20px;
	line-height: 1em;
}
footer form input {
	border: 1px solid #da2313;
	font-family: GeogrotesqueSemiBold, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	width: 168px;
	padding: 4px 11px;
	line-height: 1em;
}
footer form {
    margin-top: 0.45em;
	margin-left: 6em;
}
footer form label {
	display: none;
}
footer .grid_9 {
    margin-left: 0 !important;
}


#footer-sub {
    border-top: none;
}
footer ul li a:hover {
    color: #ccc;
    text-decoration: underline;
}
/* Media Queries */

@media (min-width: 1040px) {
footer nav.blacknav {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
}

@media (max-width: 481px) {
footer .h { font-size: 9px; 
}
footer {
	height: auto;
}
footer ul li a { background:none;
    font-size: 8px;
    padding: 9px 0 7px 0;
    padding-left: 0;
}
footer .grid_3 {
    border-top: 1px solid #fff;
}
}
@media (min-width: 482px) and (max-width: 799px) {
footer {
	height: auto;
}
footer form {
	margin-left: 0;
}
}
@media (min-width: 600px) and (max-width: 1100px) {
footer form {
	margin-left: 0;
	margin-bottom:0.4em;
}
footer .grid_3 {
    border-top: 1px solid #fff;
}
}