﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Oswald', sans-serif;	
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- INVENTORY STYLES ---------------------*/

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#003399 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #003399 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}
.dealer-btns-bottom a {background: #003399 !important;}
.search-results {color:#003399!important}
.page-nav{background-color:#003399!important}
.list-content, .detail-content, .bread-crumbs-heading {text-align:left!important}
.compare-listings-container, .compare-container {width:60%!important}

/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
	margin: 0 auto;
	border-top: 15px solid #003399;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	overflow: hidden !important;
}

.header-container {
	width: 98%;
	margin: 0 auto;
	padding: 1% 0;
	font-family: 'Oswald', sans-serif;
}

.logo {
	width: 35%;
	margin: 0 auto;
	padding-right: 2%;
	display: inline-block;
	vertical-align: bottom;
}

.logo img {
	width: 100%;
	margin: 0 auto;
}

.header-phone {
	width: 13%;
	display: inline-block;
	margin: 0 auto;
	text-align: right;
	color: #003399;
	vertical-align: bottom;
}

.header-phone a h2 {
	color: #003399;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: .5px;
}

/*--- KEYWORD SEARCH--------------------------*/

.header-search {
	width: 18%;
	display: inline-block;
	margin: 0 auto;
	padding-left: 2%;
	vertical-align: bottom;
}

#quick-search-wrap{
	/*float:right; 
	position:relative;*/
right: 0;}

#quick-search-wrap form{
	position:relative;
	display:block;
}

#quick-search-wrap form input{
	width:73%;
	background:#fff;
	border: solid 2px #003399;
	color:#9F9F9F;
	height:50px;
	line-height:30px;
	padding:0 0 0 5px;
	float:left;
	position:relative;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
}

#quick-search-wrap form .button1{
	border:0;
	position:relative;
	text-transform:uppercase;
	width:51px;
	height:54.5px;
	background:#003399 url(../siteart/search-icon.png) center center no-repeat;
	cursor:pointer;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}

#quick-search-wrap form .button1:hover{
	border: solid 2px #003399;
	background:#000 url(../siteart/search-icon.png) center center  no-repeat;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;	
}

.header-nh-logos {
	width: 11%;
	display: inline-block;
	margin: 0 auto;
	padding-left: 2%;
	vertical-align: bottom;
}

.header-nh-logos img {
	width: 100%;
	margin: 0 auto;
}

.header-address {
	width: 15%;
	display: inline-block;
	margin: 0 auto;
	padding-left: 1%;
	text-align: right;
	color: #003399;
	font-weight: 300;
	vertical-align: bottom;
}

/* ===== NAV =====*/
nav {
	width: 100%;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;	
}

.container2 {
 	display: flex;
	text-align: center;
	justify-content: space-around;
}

.container2 > li {
  flex: 1;
}

.nav-btn {
	text-transform: uppercase;
	color: #fff;
	background: #003399;
	border: #ffcc00 solid 5px;
	padding: 1% 2%;
	font-size: 2rem;
	font-weight: 400;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);	
	-webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;
}

.nav-btn:hover {
	background: #ffcc00;
	border: #003399 solid 5px;
    -webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;	
}
/*---BODY--------------------------------*/
.main-wrapper {
	width: 96%;
	margin: 0 auto;
	padding: 2% 0;
}

/* =====Slides =====*/
.slider {
	width: 100%;
	margin: 0 auto;
}

.slide {
	width: 100%;
	margin: 0 auto;
}

.slide img{
	width: 100%;
	margin: 0 auto;
}

/*--------HOME PAGE STYLES--------------------*/
.hero {
	width: 100%; 
	margin: 0 auto;
}

.middle-slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.qk-buttons-container {
	width: 30%;
	position: absolute;
	right: 0;
	top: 7%;
	overflow: hidden;
}

.qk-button {
	width: 100%;
	background: #ffcc00;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 3em;
	font-weight: 400;
	padding: 2%;
	text-shadow: 0px 1px 1px rgba(24, 24, 24, 0.9);
	-webkit-box-shadow: -1px 2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 7px 0px rgba(0,0,0,0.75);
    -webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;		
}

.qk-button:hover {
	width: 100%;
	background: #000;
	color: #ffcc00;
    -webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;		
}

.qk-buttons-container .qk-button:first-of-type {
	margin-bottom: 4%;
}

.brands {
	width: 100%;
	margin: o auto;
	background: #fff;
}

.brand-container {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	text-align: center;
}

.brand-row {
	width: 100%;
}

.brand-box {
	flex-shrink: 1;
	/*background: aqua;*/
	width: 14%;
	display: inline-block;
	padding: 0 1%;
	vertical-align: middle;
}

.brand-box img {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}


/*-------- SEARCH LANDING PAGE STYLES--------------------*/
.search-landing {
	width: 100%;
	margin: 0 auto;
}

.keyword-search {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.keyword-search h2 {
	font-size: 2rem;
	padding-bottom: 2%;
	
}

/*--- KEYWORD SEARCH--------------------------*/

#inventory-quick-search-wrap{
	padding-bottom: 2%;
}

#inventory-quick-search-wrap form input{
	width:90%;
	background:#fff;
	border: solid 2px #003399;
	color:#9F9F9F;
	height:70px;
	line-height:50px;
	padding: 0 0 0 5px;
	float: none;
	position:relative;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	    margin-bottom: -27px;
}

#inventory-quick-search-wrap form .button1{
	border:0;
	position:relative;
	text-transform:uppercase;
	width:71px;
	height:74.5px;
	background:#003399 url(../siteart/search-icon.png) center center no-repeat;
	cursor:pointer;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}

#inventory-quick-search-wrap form .button1:hover{
	border: solid 2px #003399;
	background:#000 url(../siteart/search-icon.png) center center  no-repeat;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;	
}

/*-------- PARTS MANUALS PAGE STYLES--------------------*/
.manuals {
	width: 100%;
	margin: 0 auto;
}

.manuals .main-wrapper {
	text-align: center;
}

.manuals-container {
	width: 100%;
	margin: 0 auto;
}

.manual-row {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1.5%;
}

.manual-row:last-of-type {
	padding-bottom: 0;
}

.manual-brand-box {
	width: 20.5%;
	font-size: 1.5rem;
	display: inline-block;
	background: #ffcc00;
	color: #000;
	border: solid #000 3px;
	padding: .75% 1.25%;
	margin: 0 .5%;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
}

.manual-brand-box:hover {
	background: #003399;
	color: #fff;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.manual-list ul {
	list-style: disc;
}

.manual-list ul li {
	font-size: 1.15rem;
	padding-bottom: 1.25%;
	color: #003399;
    -webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;		
}

.manual-list ul li:hover{
	text-decoration: underline;
    -webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;			
}

.manual-list .contact-wrapper .left ul, .manual-list .contact-wrapper .right ul {
	text-align: left;
}

.manual-list .contact-wrapper .left {
	padding-right: 2.5%;
}
/*-------- PARTS & SERVICE PAGE STYLES--------------------*/
.service {
	width: 100%;
	margin: 0 auto;
}

.service .main-wrapper {
	text-align: center;
}

/*-------- CONTACT PAGE STYLES--------------------*/
.contact {
	width: 100%;
	margin: 0 auto;
}

.contact-wrapper {
	width: 75%;
	margin: 0 auto;
}

.page-headline {
	width: 100%;
	padding-bottom: 1.5%;
}

.page-headline h2 {
	font-size: 2.15rem;
	font-weight: 500;
}

.contact .main-wrapper .page-headline {
	text-align: center;
}

.left {
	width: 48%;
	display: inline-block;
	padding-right: 1%;
	text-align: left;
	vertical-align: top;
}

.left h3 {
	font-size: 2rem;
	font-weight: 500;
}

.left h4 {
	font-size: 1.5rem;
	font-weight: 300;
}

.right {
	width: 48%;
	display: inline-block;
	padding-left: 1%;
	text-align: right;
	vertical-align: top;	
}

.right iframe {
	width: 100%;
}

.contact-form {
	width: 100%;
	margin: 0 auto;
	padding-top: 1.5%;
}

/*-------- THANK YOU PAGE STYLES--------------------*/
.thankyou {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	width: 100%;
	margin: 0 auto;
	background: #003399;
}

.footer-wrapper {
	width: 98%;
	margin: 0 auto;
	padding: 2% 0 3.25% 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

.foot-col-1 {
	display: inline-block;
	width: 17%;
	padding-right: 2%;
	text-align: left;
	font-size: 1.5rem;
}

.footer-logo {
	width: 100%;
}

.footer-logo img {
	width: 100%; 
	margin: 0 auto;
}

.footer-contact h6 {
	font-weight: 400;
	/*font-size: .9rem;*/
}

.footer-contact .map-yellow {
	color: #ffcc00;
	font-weight: 500;
}

.footer-contact h6:last-of-type {
	padding-top: 2.5%;
}

.foot-col-2 {
	display: inline-block;
	vertical-align: top;
	width: 16%;
	padding-right: 3%;
	text-align: left;	
	font-size: 1.5rem;	
}

.weather-map {
	width: 100%; 
	margin: 0 auto;
	padding-top: 2%;
	position: relative;
}

.weather-widget-container {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 4%;
}

.footer-map {
	width: 100%;
	margin: 0 auto;
}

.footer-map iframe {
	width: 100%;
	margin: 0 auto;	
}

.foot-col-3 {
	display: inline-block;
	vertical-align: top;	
	width: 17%;
	padding-right: 2%;
	font-size: 1.5rem;
	text-align: left;	
}

.hours h6 {
	font-weight: 300;
	font-size: 1.25rem;
}

.foot-headline {
	font-weight: 500;
	color: #ffcc00;
}

.links h6 {
	font-size: 1.25rem;
}

.links a{
	font-weight: 300;
	color: #fff;
	-webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;
}

.links a:hover {
	font-weight: 400;
	color: #ffcc00;
	-webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;
}

.map-yellow {
	-webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;
	
}

.foot-col-5 a:hover {
	color: #ffcc00;
}

.map-yellow:hover {
	font-weight: 900;
	-webkit-transition:all .65s ease;
    -moz-transition:all .65s ease;
    -ms-transition:all .65s ease;
    -o-transition:all .65s ease;
    transition:all .65s ease;
}

.foot-col-4 {
	display: inline-block;
	vertical-align: top;	
	width: 12%;
	padding-right: 2%;
	font-size: 1.5rem;
	text-align: left;	
}

.foot-col-4 a {
	color: #fff;
	font-weight: 300;
}

.foot-col-5 {
	display: inline-block;
	vertical-align: top;	
	width: 27%;
	padding-left: 2%;
	text-align: right;
	font-size: 9pt;
	color:#CFCAB5;
}

.foot-col-5 a {
	color:#FDE891;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-width {
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
}

#btnSearch {
	background: #003399;
}

#btnSearch:hover{
	color: #003399 !important;
	background: #eaeaea;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
    font-size: 0.85rem;
}


/*---------- RESPONSIVE STYLES ----------*/
@media all and (max-width: 1520px) {
.header-search {
    padding-left: 1%;
}
}

@media all and (max-width: 1450px) {
.nav-btn {
    font-size: 1.55rem;
}	
	
.qk-button {
	font-size: 2.25em;
}	
}

@media all and (max-width: 1350px) {
	.manual-list .contact-wrapper {
		width: 100%;
	}
}

@media all and (max-width: 1295px) {
.logo {
    width: 28%;
}

.header-phone {
    width: 14%;
    padding-left: 1%;
}

.header-phone a h2 {
    font-size: 1.75rem;
    letter-spacing: 0.25px;
}

.header-search {
    width: 20%;
}
	
#quick-search-wrap form .button1 {
    width: 47px;
    height: 54px;
}

.header-nh-logos {
    width: 12%;
    padding-left: 1.5%;
}
	
.header-address {
    padding-left: 3%;
}	
	
.manual-brand-box {
    font-size: 1.25rem;
}
}

@media all and (max-width: 1235px) {
.nav-btn {
    font-size: 1.25rem;
	border: #ffcc00 solid 4px;	
}	

.nav-btn:hover {
	border: #003399 solid 4px;	
}
	
.foot-col-5 {
    width: 100%;
	padding: 2% 1% 3% 1%;
}

	.foot-col-1 {
		width: 22%;
	}
	
	.foot-col-2 {
		width: 22%;	
	}
	
	.foot-col-3 {
		width: 26%;	
	}
	
	.foot-col-4 {
		width: 18%;	
	}
}

@media all and (max-width: 1095px) {
.logo {
    width: 100%;
	text-align: center;
	padding-right: 0%;
}
	
	.logo img {
		width: 40%;
	}	
	
.header-phone {
    width: 100%;
    padding-left: 0px;
	text-align: center;
}

.header-wrapper {
		width: 100%;
		padding-top: 1%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		vertical-align: middle;
	}	
	
.header-search {
    padding-left: 0%;
	padding: 0;
	width: 100%;
}

.header-nh-logos {
    width: 30%;
    padding-left: 0%;
	padding: 0;	
}
	
.header-address {
    display: inline-block;
    margin: 0 auto;
	padding-left: 0px;	
	padding: 0;	
    text-align: center;
}
	
.qk-buttons-container {
	width: 40%;
	top: 5%;
}

.qk-button {
	font-size: 1.75em;
}

.qk-buttons-container .qk-button:first-of-type {
	margin-bottom: 4%;
}
	
.nav-btn {
    font-size: 1rem;
	border: #ffcc00 solid 3px;	
}	
	
.nav-btn:hover {
	border: #003399 solid 3px;	
}
	
.foot-col-1 {
	width: 47%;
	padding-right: 0;
	padding-bottom: 1.5%;	
	}
	
.foot-col-2 {
	width: 47%;	
	padding-right: 0;
	padding-bottom: 1.5%;
	}
	
.foot-col-3 {
	width: 47%;	
	padding-right: 0;
	}
	
.foot-col-4 {
	width: 47%;	
	padding-right: 0;
}	

.header-nh-logos {
    width: 100%;
	text-align: center;
	padding: .5% 0;
}
	
.header-nh-logos img {
    width: 30%;
    text-align: center;
}
	
#quick-search-wrap form input {
    width: 91%;
    float: none;
}
	
.header-address {
    width: 100%;
}
	
.container2 {
    flex-wrap: wrap;
  }
	
.container2 > li {
    flex-basis: 100%;
  }
	
.nav-btn {
    font-size: 1.25rem;
	padding: 2%;
}
	
.qk-buttons-container {
	width: 40%;
	top: 5%;
}

.qk-button {
	font-size: 1.75em;
}

.qk-buttons-container .qk-button:first-of-type {
	margin-bottom: 4%;
}	
	
.brand-box {
    width: 25%;
}	

#quick-search-wrap form {
    position: relative;
    display: block;
    text-align: center;
}
	
.manual-brand-box {
    width: 98%;
    padding: .75% 1.25%;
    margin: 0 .5%;
}
	
.manual-row {
    padding-bottom: 0px;
}

.manual-brand-box {
    width: 95%;
	margin: 0.5%
}
	
}

@media all and (max-width: 1005px) {
#inventory-quick-search-wrap form input {
    width: 74%;
    height: 50px;
    line-height: 37px;
    font-size: 18px;
}
	
.keyword-search h2 {
    font-size: 1.5rem;
    padding-bottom: 2%;
    padding-top: 2%;
}
}

@media all and (max-width: 900px) {
.contact-wrapper {
    width: 98%;
}

}

@media all and (max-width: 815px) {
.manual-list .contact-wrapper {
    width: 90%;
}

.manual-list .contact-wrapper .left, .manual-list .contact-wrapper .right  {
    padding-right: 0px;
	width: 100%;
}
	
.manual-list .contact-wrapper .left ul li, 	.manual-list .contact-wrapper .right ul li {
		margin-left: 2.5%;
	}	
	
.manual-list .contact-wrapper .left {
		padding-bottom: 0;
	}	
}

@media all and (max-width: 710px) {
#quick-search-wrap form input {
    width: 98.5%;
	text-align: center;
    /*float: none;*/
}

#quick-search-wrap form .button1 {
    width: 100%;
    height: 54px;
}

.header-nh-logos {
    padding: 1.5% 0 .5% 0;
}
}

@media all and (max-width: 645px) {
.qk-button {
	font-size: 1.5em;
}
}

@media all and (max-width: 615px) {
.qk-buttons-container {
	width: 45%;
	top: 7%;
}

.qk-buttons-container .qk-button:first-of-type {
	margin-bottom: 5%;
}
	
.left {
    width: 100%;
    padding-right: 0px;
    text-align: center;
	padding-bottom: 2%;
}
	
	.right {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}	
	
.contact-form-container {
    width: 90%;
    margin: 0 auto;
}
	
.manual-list .contact-wrapper {
    width: 95%;
}

	
.manual-list .contact-wrapper .left ul li, 	.manual-list .contact-wrapper .right ul li {
		margin-left: 7%;
	}	
}

@media all and (max-width: 575px) {
#quick-search-wrap form .button1 {
    height: 45px;
}

.logo img {
    width: 60%;
}
	
.inventory-width {
	width: 98%;
}	
}

@media all and (max-width: 455px) {
.header-nh-logos img {
    width: 37%;
}

.qk-buttons-container {
	width: 100%;
	top: 99%;
	padding: 4% 0 3% 0;
	background: #003399;
}

.qk-button {
	font-size: 1.75em;
}

.qk-buttons-container .qk-button:first-of-type {
	margin-bottom: 2%;
}	
	
.brand-box {
    width: 40%;
}		

.foot-col-1, .foot-col-2, .foot-col-3, .foot-col-4, .foot-col-5 {
	width: 100%;
	text-align: center;	
}
	
.weather-widget-container {
    width: 35%;
    margin: 0 auto;
	padding-bottom: 4%;
}		
	
.footer-logo img {
    width: 70%;
    margin: 0 auto;
	padding-top: 2%;
}

.foot-col-4 {
    padding-top: 4%;
}	
	
.foot-col-5 {
	padding: 4% 1% 3% 1%;
}
}

@media all and (max-width: 405px) {
.brand-container {
    width: 100%;
    padding-top: 3%;
	padding-bottom: 2.25%;
}
}
