﻿@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: 
gray: #73756a;
navy: #1c204e;
lighter blue: #424673;

*/

@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 */
.not-inv h1, h2, h3, h4 ,h5 ,h6, p {line-height: normal; text-align: left;font-family: 'Montserrat';}
.not-inv h1 {font-size:36px; color:#1c204e; text-transform:uppercase; text-align:center; font-weight:700;}
.not-inv h2 {font-size:35px; color:#1c204e;   text-align:center; font-weight: 700;}
.not-inv h3{ font-size: 26px; color: #1c204e; font-weight: 700; text-align:left;}
.not-inv h4 {font-size:35px; color: #73756a; font-weight: 700; text-align: center;}
.not-inv h5{ font-size: 20px; color: #1c204e; font-weight: 700; text-align:left;}
.not-inv h6 {font-size:14px;}
.not-inv span{font-size: 26px; color: #1c204e; font-weight: 700; }
.not-inv strong{font-weight:700;}
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}

.bold { font-weight: 700;}
body.not-inv {
	margin:0;
	line-height:12px;
  	font-family: 'Montserrat';
	height: 100%;
	text-align: center; 
	background: #f3f3f3;
	overflow-x:hidden;
	color: #1c204e;
	-webkit-text-size-adjust: none;
}


/*--- HEADER STYLES --------------------------*/
header {
	width:100%;
	float:left;
	font-size:18px;
	background:#f3f3f3;
	padding:10px;
}


#topleft {
	width:27%;
	position: relative;
    display: inline-block;
    float: left;
	padding: 4px 0; 
}


#logo {text-align: left;display: inline-block;}


#topright {
	margin-right:10%;
	float:right;
	padding:5px 0;
	display:inline-block;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	color:#73756a;
	line-height: 22px;
}
#topright a{color:#73756a;}
#topright p{text-align:right; font-weight:400; color: #1c204e; padding-top: 5px;}




#quick-search-wrap{width:300px; float:right; position:relative;}

#quick-search-wrap form{
	position:relative;
	display:block;
}

#quick-search-wrap form input{
	width:259px!important;
	background:#fff!important;
	color:#73756a!important;
	height:50px!important;
	line-height:30px!important;
	padding:0 0 0 10px!important;
	border:0!important;
	float:left!important;
	position:relative!important;
	font-size:18px!important;
	font-family: 'Montserrat'!important;
}

#quick-search-wrap form .button{
	border:0!important;
	position:relative!important;
	text-transform:uppercase!important;
	width:30px!important;
	height:50px!important;
	background:#424673 url(../siteart/search-icon.png) center center  no-repeat!important;
	cursor:pointer!important;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out!important;
	margin:0!important;
}

#quick-search-wrap form .button:hover{
	background:#676c9e url(../siteart/search-icon.png) center center  no-repeat!important;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out!important;
	
}


/*---------------------------*/
/* Slideshow Styles */
.cycle-slideshow img{
	width:100%;
}
/* pager */
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 10px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 35px; 
	width: 15px; 
	height: 16px; 
    display: inline-block; 
	color: #1c204e; 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #73756a;}
.cycle-pager > * { cursor: pointer;} 
/*---------Layout----------*/

.wrapper {
	width: 100%;
	height: auto;
	float: left;
	background:#f3f3f3;
}
.wrapper-inner{width:95%; max-width: 1020px; margin: 0 auto; padding: 15px;}

.not-inv .wrapper p {
	line-height: 180%;
	font-size: 16px;
	max-width: 1020px;
	text-align: center;
	margin:0 auto;
	vertical-align: middle;
	padding: 1% 0;
}


.three-cols{ 
	display: inline-block; 
	background: #fff;
	box-shadow: 2px 7px 13px -4px rgba(0,0,0,0.45);
	margin: 10px; 
	font-size: 22px; 
	width: 22%; 
	line-height: 30px;
	vertical-align: top; 
	height: 440px;
	z-index: -999999;
 }
 .three-cols h3{ padding-left: 15px;color:#73756a;}
.three-cols p{text-align: left; color:#1c204e; padding: 5px; width: 90%; }
.three-cols img{ width: 100%; padding:0px;}

.two-cols{ width:40%; display:inline-block; vertical-align:top; padding-top: 20px;}
.two-cols p{ text-align:left;}
.two-cols img{width:60%; padding-bottom: 20px;}

#contact-bar{ background: #73756a; width: 100%; border-bottom:3px #84867c solid;}
#contact-bar p{ display:inline-block; color: #fff; font-size:14px; padding: 10px 85px;}
#contact-bar a{ color: #fff;}
#contact-bar a:hover{color:#1c204e;}


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background: #1c204e;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*--------Inventory----------*/
.inventory {
	width: 100%;
	max-width: 1020px;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	height: auto;
	box-sizing: border-box;
	padding: 45px 0px 25px 0px;
}
.hosted-content{
	text-align: left !important;
}
.hosted-content .bold {
	font-family: 'Montserrat'!important;
    font-weight: bold;

}
.hosted-content span{ font-weight: 400; font-size: 14px;}
.hosted-content h3 { 	
	font-family: 'Montserrat'!important;
	color: #73756a!important;
	text-transform: uppercase;
	padding-bottom: 2% !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
	font-family: 'Montserrat'!important;
	line-height:1em !important;
	font-size: 30px !important;
}
.hosted-content h1{ font-size: 35px; text-align:left;}
.hosted-content h4{ text-align: left; font-size: 25px;}
.hosted-content span{line-height: 20px;}

.hosted-content .options li{ border-left: none;}
.hosted-content .listings-detail-wrapper .information-box{line-height: 20px;}

.hosted-content .listings-wrapper .listings-list .dealer-info a.btn {
    width: 35%!important;
    text-align: center;
    margin-top: 1em;
}
.listings-wrapper .listing-boxed .price-label{ line-height: 25px;}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error{font-size:17px !important;}

.container{ width: 80%; margin: 0 auto;}


.list-content span, .detail-content span, .detail-content-mobile span{font-size: 1em;color:inherit!important;}
.list-content, .detail-content, .detail-content-mobile, .listing-description-text{text-align: left!important;}
.dealer-name{text-align: right;}
.view-listing-details-link, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{color:#FFF!important;}
.body-content{width:100%;}
.detail-content{padding-top:10px;}
.dealer-info .dealer-company-header{margin-bottom: 7px;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{padding-left: 52px!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:#1c204e !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:#1c204e !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 #1c204e !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: #1c204e !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;}





/*-------Footer----------*/

footer {background:#1c204e; width:100%; margin:0 auto;}
#footercontent {padding: 12px 0px; width:77%; margin:0 auto; float: none; color:#424673; font-size: 11px; text-align: right; line-height: 20px; vertical-align: middle;}
#footercontent p{color:#424673; font-size: 11px; text-align: right; line-height: 20px; vertical-align: middle; float:right;padding: 1% 0;}
#footercontent a{color: #424673;}
#footercontent a:hover{ text-decoration: underline;}
#footer-logo{float:left;}


/*--RESPONSIVE-----------------------*/
@media screen and (max-width: 714px) and (min-width: 650px) {

#quick-search-wrap{width:100%; float:left;}
#quick-search-wrap form input{width:90%; padding: 0 0 0 17px; font-size: 13px;}

#topleft{float: none; text-align: center; margin: 0 auto; display: block; width: 100%; padding: 0;}
#topright{float: none; text-align: center; display: block; font-size: 14px; line-height: 20px; padding: 0; margin:0 auto;}
	#topright p{text-align: center; display: block; font-size: 14px; line-height: 20px; padding: 0; }
#logo{padding:0 0 10px 0; margin: 0 auto; max-width: 60%;}	
}

@media screen and (max-width: 649px) and (min-width: 320px) {
#footercontent {width:95%;}
.footer-map{width: 95%; height: 200px;}
.two-cols{width: 95%;}
.two-cols p, h5{text-align:center;}
.three-cols{width: 95%; margin: 0px; margin-bottom: 10px;height: auto;}

.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;}

#quick-search-wrap{width:100%; float:left;}
#quick-search-wrap form input{width:80%; padding: 0 0 0 17px; font-size: 13px;}
	
#topleft{float: none; text-align: center; margin: 0 auto; display: block; width: 100%; padding: 0;}
#topright{float: none; text-align: center; display: block; font-size: 14px; line-height: 20px; padding: 0; margin:0 auto;}
	#topright p{text-align: center; display: block; font-size: 14px; line-height: 20px; padding: 0; }
#logo{padding:0 0 10px 0; margin: 0 auto; max-width: 60%;}	
}

@media screen and (max-width: 590px) {	

.container{padding-top: 20%;margin-top: 20px;}
#topleft{float: none; text-align: center; margin: 0 auto; display: block; width: 100%; padding: 0;}
#topright{float: none; text-align: center; display: block; font-size: 14px; line-height: 20px; padding: 0; margin:0 auto;}
	#topright p{text-align: center; display: block; font-size: 14px; line-height: 20px; padding: 0; }
#logo{padding:0 0 10px 0; margin: 0 auto; max-width: 60%;}	
}
@media screen and (max-width: 482px){
#footercontent {width:95%; float: none; text-align:center;}
#footercontent p{width: 95%; text-align:center;}
#footer-logo{float:none; text-align:center; margin:0 auto;}
.footer-map{width: 95%; height: 200px;}
}

@media screen and (max-width: 320px){

.wrapper p{font-size: 14px;}

.two-cols{width: 95%;}
.two-cols p, h5{text-align:center;}
.three-cols{width: 95%; margin: 0px; margin-bottom: 10px;height: auto;}

#quick-search-wrap{width:100%; float:left;}
#quick-search-wrap form input{width:80%; padding: 0 0 0 17px; font-size: 13px;}

}

