﻿@charset "utf-8";
/* CSS Document */

/*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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*Reset*/

a {text-decoration: none;}
 
.navigation-mobile {display: none;}


/*
colors: 
red: #b50000;
blue: #102547;

*/

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}

	/* PARAGRAPH/LIST/GENERAL TEXT */
	p, ul, li {font-size: 16px;}

	/* HEADERS */
h1, h2, h3, h4 ,h5 ,h6, p {line-height: normal; text-align: left;}
h1 {font-size:25px; color:#b50000; text-transform:uppercase; text-align:left;}
h2 {font-size:35px; color:#102547;  text-transform: uppercase; text-align:left; font-weight: 700;}
h3 {font-size:25px; color:#034577;}
h4 {font-size:20px; color: #fff; font-weight: 700;text-transform:uppercase; text-align: left; padding-bottom: 4%;}
h5 {font-size:16px;}
h6 {font-size:14px;}
strong{font-weight: 700;}

/* SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}

.bold { font-weight: 700;}
body {
	margin:0;
	line-height:12px;
  font-family: 'Montserrat';
	height: 100%;
	text-align: center; 
	background: #fff;
	overflow-x:hidden;
}

.logo{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 9999;
	top:10vw;
	text-align: center;
}
.logo img{ width:100%; max-width: 30%;  margin: 0 auto; }
/*---------------------------*/

/*---------Layout----------*/
.wrapper {
	width: 100%;
	height: auto;
	float: left;
	background:#fff;
}
.wrapper-inner{width:95%; max-width: 1020px; margin: 0 auto; padding: 15px 0px;}

.wrapper p {
	line-height: 150%;
	font-size: 16px;
	margin:0 auto;

}
.wrapper a{color: #000;}
.container{background: #fff; width: 85%; margin: 0 auto; margin-top:-40px;}
 
.two-cols{display: inline-block; width: 48%; vertical-align: top; padding: 30px 0px 40px 0px;}
.three-cols{ display: inline-block; color:#034577; padding: 1%; font-size: 22px; font-weight: 700; text-align: center; width: 28%; line-height: 30px;vertical-align: middle;}
.three-cols #icon{ max-width: 20%; position: relative; vertical-align: middle;}
.three-cols a{color:#034577;}
.three-cols a:hover{color:#e6e6e6;}
.four-cols {display: inline-block;  text-align: center; width: 24%; line-height: 30px; vertical-align: middle;}

/*--------Form Styles----------*/
#formpage {vertical-align:top;padding-bottom: 30px;margin: 0 auto;}
#formpage div { vertical-align:top; padding:5px 5px;}
#formpage input { padding:6px 5px 10px; border:1px solid #8e8d8d; color:#000; font-size:13px; background:#fff;}
#formpage textarea { padding:6px 5px; border:1px solid #8e8d8d; color:#000; font-size:12px; background:#fff; margin-top: 5px;}

 /* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select { border:1px solid #8e8d8d; color:#000; vertical-align:middle; font-size:12px; line-height:normal; padding:5px; width:100%;}
.formfield { float:none;  margin-right: 10px;  margin-top: 10px; color: #000; text-align: left; }
#formpage input  { width:100%; margin-top: 5px;}
 #formpage input.larger  { width:100%; }
#formpage textarea { width:99%; height:85px; text-align:left;}
#formpage input.radio { padding:0;  border:0; margin:0 5px 0 0; width:15px; height:15px; display:inline;}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus { background:#abacac;  color:#FFF; border:1px solid #abacac; outline-style:none;}

#formpage input.radio:focus,
#formpage input.checkbox:focus { background:none; border:0; outline-style:none;}

#formpage input.button,
#formpage input.button:focus { width:130px; margin:10px 0px; padding:12px 0; background: #b50000; font-size:16px; line-height:14px;  
font-weight:400;  color:#fff; text-transform:uppercase;  font-family: 'Montserrat';}

#formpage input.button:hover {background: #102547; padding:12px 0;}
 
/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {  color:#212121; font-size:13px; text-align:left; }

/*control the Captcha */
.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 30%;margin: 0 auto; }

.CaptchaImagePanel {
	margin:0 auto;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	text-align: center;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
	text-align: center;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:10px 0 10px 0 !important;
	text-align: center;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

/*---------------------------*/

/*----scrolling inv styles ------*/
.scrolling{
	width:100%;
	height:92px;
	
}
.banner {
	width:100%;
	height:92px;
	overflow:hidden;
	background: #fff;
	padding: 20px 0px 10px 0px;
}

/*--------Inventory----------*/
.inventory {
	width: 100%;

}
.hosted-content{
	text-align: left !important;
}
.hosted-content .bold {
	font-family: 'Montserrat'!important;
    font-weight: bold;

}
.hosted-content h3 { 	
	font-family: 'Montserrat'!important;
	color: #b62123!important;
	text-transform: uppercase;
	padding-bottom: 2% !important;
}


/*-------Footer----------*/
.bottomwrap{background: url(../siteart/footer-bg.jpg) repeat; padding:15px 0; width: 100%;}
#bottom-inner { width:95%; margin:0 auto;}
#bottom-inner a{ color: #fff; }
#bottom-inner a:hover{ color:#b50000;}
#bottom-inner ul,li{ font-size: 14px;}
#bottom-contact{ display: inline-block; color:#fff; padding: 3%; padding-top:10px; line-height: 20px; vertical-align: top; font-weight: 700; text-align:left; font-size: 14px;}
footer { width:100%; margin:0 auto;}
#footercontent {border-top: #fff solid thin;  padding-top: 15px; width:50%; margin:0 auto; float: none; color:#fff; font-size: 11px; line-height: 20px; vertical-align: middle;}
#footercontent a{color: #fff;}
#footercontent a:hover{ text-decoration:underline;}


/*-------Inventory----------*/

.list-content, .detail-content, .detail-content-mobile{text-align: left!important;}
.view-listing-details-link{color:#FFF!important;}
.view-listing-details-link:hover{color:#112548!important;}
.list-content .list-listing .listing-top-right .listing-dealer-info .dealer-name{text-align: right!important;}
.compare-chkbox-container .compare-listings .fa-check{top:-1px!important;left:3px!important;}
.list-content .spec-container{margin: 5px 0 !important;}
.contact{margin-top:10px;}
.detail-content .dealer-info .dealer-company-header{margin:10px 0 !important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{padding-left:58px!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#112548 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#112548 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #112548 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #112548 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}






@media screen and (max-width: 1200px) and (min-width: 650px) {

/*Navigation*/
.navigation-mobile {
	float: left;
	display: inline;
	background: none;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	position: absolute;
	z-index: 999999999!important;
	text-align: left;
	left: 0px;
	top:32px;
}
.nav-inner-mobile {
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	color: #034577;
	box-sizing: border-box;
	font-size: 25px;
	display:inline-block;
}
.nav-inner-mobile:hover { cursor: pointer;}
/*ACCORDIAN PANEL THAT DROPS DOWN*/
#panel { 
	display: none;
	height: auto;
	background-color: #000;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
}
#panel h2 {
	color: #b50000;
	font-weight: 700;
	text-transform: uppercase;	font-size: 12px;
	text-align: left;
	line-height: 42px;
	
}
#panel h2 span { text-align: right; }

/*1st level of Accordian*/
.mobile-bar {
	float: left;
	color: #034577;
	background: #e6e6e6;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	display: block;
	width: 100%;
}
.mobile-bar:hover {background: #fff;}
	
.level-indicator {
	float: right;
	height: auto; 
	width: auto; 
	color: white; 
	font-size: 12px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	padding: 0px 20px;
}

/*2nd level of Accordian*/
.bottom {
	height: auto;
	width: 100%;
	color: #FFF;
	background: #9b9a9a;
	box-sizing: border-box;
	text-align: left;
	float: left;
}
.bottom ul {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
}
.bottom ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #4b4b4b;
}
.bottom ul li:hover {background: #fff;}
	
.bottom ul li a {
	width: 100%;
	color: #034577;
	line-height: 40px;
	font-size: 11px;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;	box-sizing: border-box;
	padding: 0px 15px;
}
/*Navigation*/
}


@media screen and (max-width: 649px) and (min-width: 320px) {
.two-cols {width: 95%;}

}

@media screen and (max-width: 649px) and (min-width: 320px) {
.two-cols {width: 95%;}
#footercontent {width:95%;}

.hosted-content h3 { 	padding-bottom: 10% !important; font-size: 24px!important; }
.hosted-content h2{font-size: 27px !important; padding: 2% !important;}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {line-height: 1.5em!important;}
/*Navigation*/
.navigation-mobile {
	float: left;
	display: inline;
	background: none;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	position: absolute;
	z-index: 999999999!important;
	text-align: left;
	left: 0px;
	top:32px;

}
.nav-inner-mobile {
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	color: #034577;
	box-sizing: border-box;
	font-size: 25px;
	display:inline-block;
}
.nav-inner-mobile:hover {cursor: pointer;}
/*ACCORDIAN PANEL THAT DROPS DOWN*/
#panel { 
	display: none;
	height: auto;
	background-color: #000;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
}
#panel h2 {
	color: #b50000;
	font-size: 12px;
	text-align: left;
	line-height: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
#panel h2 span {text-align: right;}

/*1st level of Accordian*/
.mobile-bar {
	float: left;
	color: #FFF;
	background: #e6e6e6;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	display: block;
	width: 100%;
}
.mobile-bar:hover {background: #fff;}
	
.level-indicator {
	float: right;
	height: auto; 
	width: auto; 
	color: white; 
	font-size: 12px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	padding: 0px 20px;
}

/*2nd level of Accordian*/
.bottom {
	height: auto;
	width: 100%;
	color: #FFF;
	background: #9b9a9a;
	box-sizing: border-box;
	text-align: left;
	float: left;
}
.bottom ul {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
}
.bottom ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #4b4b4b;
}
.bottom ul li:hover {background: #fff;}
	
.bottom ul li a {
	width: 100%;
	color: white;
	line-height: 40px;
	font-size: 11px;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;	box-sizing: border-box;
	padding: 0px 15px;
}
/*Navigation*/
}
@media screen and (max-width: 590px) {	
	.logo{top:0;}
	.logo img{max-width: 50%;}
.wrapper-inner{padding-top: 15%;}
.container{padding-top: 15%;margin-top: 20px;}
	

	
}

@media screen and (max-width: 320px){
	
	#bottom-contact{width: 100%;}
.container{margin-top: 60px;}

#footercontent {width:95%;}

/*Navigation*/
.navigation-mobile {
	float: left;
	display: inline;
	background: none;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
	position: absolute;
	z-index: 999999999!important;
	text-align: left;
	left: 0px;
	top:32px;

}
.nav-inner-mobile {
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	color: white;
	box-sizing: border-box;
	font-size: 25px;
	display:inline-block;
}
.nav-inner-mobile:hover {cursor: pointer;}
/*ACCORDIAN PANEL THAT DROPS DOWN*/
#panel { 
	display: none;
	height: auto;
	background-color: #000;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
}
#panel h2 {
	color: #b50000;
	font-size: 12px;
	text-align: left;
	line-height: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
#panel h2 span {text-align: right;}

/*1st level of Accordian*/
.mobile-bar {
	float: left;
	color: #FFF;
	background: #4b4b4b;
	border: 1px solid #9b9a9a;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	display: block;
	width: 100%;
}
.mobile-bar:hover {background: #fff;}
	
.level-indicator {
	float: right;
	height: auto; 
	width: auto; 
	color: white; 
	font-size: 12px;
	border-left: 1px solid #9b9a9a;
	box-sizing: border-box;
	padding: 0px 20px;
}

/*2nd level of Accordian*/
.bottom {
	height: auto;
	width: 100%;
	color: #FFF;
	background: #9b9a9a;
	box-sizing: border-box;
	text-align: left;
	float: left;
}
.bottom ul {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
}
.bottom ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #4b4b4b;
}
.bottom ul li:hover {background: #fff;}
	
.bottom ul li a {
	width: 100%;
	color: white;
	line-height: 40px;
	font-size: 11px;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0px 15px;
}
/*Navigation*/
}