﻿/***** 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 --------*/
html{
	scroll-behavior: smooth;
}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.top-header{
	padding: 0 30px;
	line-height: 48px;
	
	display: flex;
	justify-content: space-between;
	
	font-size: 16px;
	
	font-family: barlow, sans-serif;
}

.top-header a{
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 900;
}
.top-header a i{
	padding-right: 8px;
}

.header{
	display: flex;
	position: relative;
}
.header .col-header{
	display: flex;
	align-items: center;
	justify-content: center;
	
	box-sizing: border-box;
	width: 18.4%;
	
}
.header .col-header:nth-of-type(2){
	width: 63.2%;
	justify-content: space-between;
	
}
.header .col-header:nth-of-type(2) a.logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    text-align: center;
    z-index: 0;
}
.header .col-header a img{
	padding: 30px 14px;
}

.header .col-header > ul{
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 33.333333%;
	position: relative;
}
.header .col-header > ul > li > a{
	padding: 20px;
	font-size: 24px;
}

.col-header .closeable{
	margin-top: 10px;
	max-width: 290px;
}
.col-header .closeable a{
	font-family: barlow;
	font-weight: 900;
	color: #fff;
}

/*---BODY--------------------------------*/

.relative{position: relative;}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.wrapper-sm{
	max-width: 1080px;
	margin: 0 auto;
	display: block;
}

.col25{
	width: 25%;
    box-sizing: border-box;
}
.col33{
	width: 33.333333%;
    box-sizing: border-box;
}
.col50{
	width: 50%;
    box-sizing: border-box;
}
.col66{
	width: 66.666666%;
    box-sizing: border-box;
}

.pad{
	padding: 5%;
}
.pad-top{padding-top: 5%;}


/* HERO */


.hero.short{
	padding: 60px;
	text-align: center;
	justify-content: center;    
	background: -webkit-linear-gradient(left, rgb(3, 104, 168) 33%, rgb(233, 45, 70) 66%);
	background: -o-linear-gradient(left, rgb(3, 104, 168) 33%, rgb(233, 45, 70) 66%);
	background: linear-gradient(to right, rgb(3, 104, 168) 33%, rgb(233, 45, 70) 66%);
    -webkit-background-clip: text;
    background-clip: text;
	flex-direction: column;
}

.hero.short .btn-row{
	margin-top: 40px;
}
.hero.short .btn-row .cta{
    width: 260px;
    padding: 0 30px;
}
.hero.short .btn-row .cta:nth-of-type(1){
    margin-right: 30px;
}
.hero.short .heading{
	margin: 0;
	text-transform: uppercase;
	font-family: barlow, sans-serif;
	font-weight: 300;
    font-style: italic;
    font-size: 100px;
	line-height: 1;
    color: transparent;
}
.hero{
	display: flex;
}
.hero .col50{
	position: relative;
	padding: 60px 30px;
	box-sizing: border-box;
	overflow: hidden;
	-moz-transition: ease-in-out all 0.5s;
	-o-transition: ease-in-out all 0.5s;
	-webkit-transition: ease-in-out all 0.5s;
	transition: ease-in-out all 0.5s;
}
.hero .col50:nth-of-type(1):hover img{
	transform: translate(-52%, -50%);
}
.hero .col50:nth-of-type(2):hover img{
	transform: translate(-48%, -50%);
}
.hero .col50 .cta-lg{
	margin-bottom: 532px;
    display: block;
	
	padding: 15px 0 15px 6%;
	text-transform: uppercase;
	font-family: barlow, sans-serif;
	font-size: 60px;
	font-weight: 900;
	
	background: #fff;
	color: #0368a8;
	position: relative;
	
	-moz-transition: ease-in-out all 0.5s;
	-o-transition: ease-in-out all 0.5s;
	-webkit-transition: ease-in-out all 0.5s;
	transition: ease-in-out all 0.5s;
}
.hero .col50:nth-of-type(2) .cta-lg{
	color: #e92d46;
}
.hero .col50 .cta-lg:hover, .hero .col50:hover .cta-lg{
	padding-left: 30px;
}
.hero .col50 .cta-lg:before{
	content: '\203A';
	display: block;
	position: absolute;
	right: 2px;
	left: 88%;
	top: 2px;
	bottom: 2px;
	font-weight: 400;
	background: #0368a8;
	color: #fff;
	text-align: center;
	line-height: 86px;
	
	-moz-transition: ease-in-out all 0.5s;
	-o-transition: ease-in-out all 0.5s;
	-webkit-transition: ease-in-out all 0.5s;
	transition: ease-in-out all 0.5s;
}
.hero .col50 .cta-lg:hover:before, .hero .col50:hover .cta-lg:before{
	left: 85%;
}
.hero .col50:nth-of-type(2) .cta-lg:before{
	background: #e92d46;
}
.hero .col50:nth-of-type(1), .bg-rv{
	background: url("/siteart/bg-hero-rv.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero .col50:nth-of-type(2), .bg-tractor{
	background: url("/siteart/bg-hero-tractor.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero .click{
	cursor: pointer;
}

.hero .drop-list{
	position: absolute;
	bottom: 514px;
	display: flex;
	left: 30px; right: 30px;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(10px);
	z-index: 100;
	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;
}

.hero .open + .drop-list{
	opacity: 1;
	transform: translateY(0);
}
.hero .col50 a.cta{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background:rgba(59, 65, 70, 0.7)
}
.hero .col50 a.cta:hover{
	background:rgb(88 97 105 / 70%);
}


.bg-rv, .bg-tractor{
	min-height: 20px;
}

.hero .col50 img{
	position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	max-width: 140%;
	
	-moz-transition: ease-in-out all 0.5s;
	-o-transition: ease-in-out all 0.5s;
	-webkit-transition: ease-in-out all 0.5s;
	transition: ease-in-out all 0.5s;
}
/* TYPOGRAPHY */


.italic{
	font-style: italic;
	font-weight: 300;
}


.grey{
	color: #a3b1bb;
}

.blue{
	color: #0368a8;
}
.red{
	color: #e92d46;
}


/* BACKGROUNDS */

.bg-grey{
	background: #f3f3f3;
	color: #2a2f33;
}
.bg-blue{
	background: #0368a8;
	color: #fff;
}
.bg-red{
	background: #e92d46;
	color: #fff;
}
.bg-white{
	background: #fff;
	font-family: barlow, sans-serif;
	color: #2a2f33;
}
.bg-pattern-dark{
	background: url("/siteart/bg-pattern-dark.jpg") center center repeat;
	-moz-background-size: 1440px auto;
	-o-background-size: 1440px auto;
	-webkit-background-size: 1440px auto;
	background-size: 1440px auto;
	color: #fff;
}
.bg-pattern-light:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("/siteart/bg-pattern-light.jpg") center center repeat;
	-moz-background-size: 1440px auto;
	-o-background-size: 1440px auto;
	-webkit-background-size: 1440px auto;
	background-size: 1440px auto;
	color: #fff;
	z-index: -1;
}

/* TYPOGRAPHY */

.center{text-align: center;}
.heading{
	font-size: 60px;
	line-height: 66px;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 900;
	
	font-family: barlow, serif;
}
.heading-sm{
	font-family: barlow, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}
.bg-white p:not(.heading-sm){
	font-family: barlow, sans-serif;
	margin-bottom: 35px;
	line-height: 24px;
	font-size: 16px;
}
.bg-white .cta{
	margin: 15px 30px 0 0;
}

/* BANNER */
.border-top{
	border-top: solid 1px #f3f3f3;
}
.financing-banner{
    padding: 60px 120px;
    display: block;
	background: #fff;
	color: #0368a8;
	font-family: barlow, sans-serif;
	text-transform: uppercase;
	
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 300;
    box-shadow: 0 12px 12px 0px rgb(42 47 51 / 20%);
}
.financing-banner img{
    position: absolute;
	left: 120px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.financing-banner .icon-right{
    position: absolute;
	right: 120px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
}

#map{
	overflow: hidden;
	height: 552px;
}
#map iframe{
	margin-top: -60px;
	height: 612px;
}

/* MISC */

.flourish-blue-left{
	position: relative;
}
.flourish-blue-left:before{
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 50%;
	height: 20px;
	width: 50%;
	
	background: #0368a8;
}
.shadow {
    box-shadow: 0 12px 12px 0px rgb(42 47 51 / 20%);
}

#inv-search{
	position: relative;
    z-index: 10;
}
#inv-search input{
	width: 100%;
	display: block;
	padding: 30px 60px;
	
	box-sizing: border-box;
	border: none !important;
	
	font-family: barlow, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	
	outline: none;
}
#inv-search button{
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 2px;
	width: 6%;
	padding: 0 30px;
    line-height: 70px;
	
	box-sizing: border-box;
	border: none !important;
	background: #e92d46;
	color: #fff;
	
	font-family: barlow, sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 60px;
    display: flex;
    justify-content: center;
	-moz-transition: ease-in-out all 0.5s;
	-o-transition: ease-in-out all 0.5s;
	-webkit-transition: ease-in-out all 0.5s;
	transition: ease-in-out all 0.5s;
	
	cursor: pointer;
}
#inv-search button:hover, #inv-search input:hover + button{
	width: 8%;
}


/* BUTTONS */

.cta{
	line-height: 48px;
	padding: 0 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: barlow, sans-serif;
	color: #fff;
	background:#2a2f33;
	
	display: inline-block;
	
	font-weight: 900;
	
	width: 260px;
	max-width: 100%;
	text-align: center;
    box-sizing: border-box;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	
}
.cta.red:hover{
	background: #ff314d;
}
.cta.blue:hover{
	background: #0372b9;
}
.cta:hover{
	background: #3B4146;
}
.cta.red{
	background:#e92d46;
}
.cta.blue{
	background:#0368a8;
}
#mfg-btns {
    padding-right: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#mfg-btns a{
	padding: 10px 30px;
    box-shadow: 0 4px 12px 0px rgb(42 47 51 / 10%);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border: solid 1px #f3f3f3;
    height: 100%;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
#mfg-btns a:hover{
    box-shadow: 0 4px 12px 0px rgb(42 47 51 / 20%);
}
#mfg-btns a:last-of-type{
	margin-bottom: 0px;
}
#mfg-btns a img{
	max-width: 100%;
}

.btn-row{
	display: flex;
	flex-wrap: wrap;
}

.btn-row.bg-blue > *{
	background: #0368a8;
}
.btn-row.bg-red > *{
	background: #e92d46;
}
.btn-row.bg-blue > *:hover{
	background: #0372b9;
}
.btn-row.bg-red > *:hover{
	background: #ff314d;
}


.btn-row a {
	width: 33.333333%;
	text-align: center;
	box-sizing: border-box;
	
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: barlow, sans-serif;
	font-weight: 900;
	border-right: solid 1px rgba(255,255,255, 0.33);
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
.closeable {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	right: 10px;
	top: calc(100% + 10px);
	text-align: center;
	background: #2a2f33;
	color: #fff;
	padding: 20px;
    max-width: 375px;
	width: 100%;
	
	z-index: 400;
}

.closeable > i{
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 14px;
}
.closeable li {
	line-height: 30px;
	font-weight: 700;
}
.btn-row > div {
	width: 33.333333%;
	text-align: center;
	box-sizing: border-box;
	
	color: #fff;
	text-transform: uppercase;
	font-family: barlow, sans-serif;
	font-weight: 900;
	border-right: solid 1px rgba(255,255,255, 0.33);
	cursor: pointer;
	position: relative;	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	
}
.btn-row > div > div{

	padding: 15px;
}
.btn-row > div{
	border-right: none;
}
.btn-row a i, .btn-row > div i, .closeable i{
    padding-right: 8px;
	color: rgba(255,255,255, 0.66);
}

.flex iframe{min-height: 350px;}

/*--------FORM STYLES--------------------*/

.custom-form .col50 > label, .custom-form .col33 > label, .custom-form .col25 > label{
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}
.custom-form .col25{
	min-height: 80px;
}
.custom-form input, .custom-form select{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: barlow, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #2a2f33;
}
.custom-form ::placeholder{
	color: #fff;
}
.custom-form .flex > input{
	width: calc(50% - 10px);
	margin-right: 10px;
}
.custom-form .flex > input.col33{
	width: calc(33.33333% - 10px);
	margin-right: 10px;
}
.custom-form textarea{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: barlow, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #2a2f33;
}

.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #2a2f33 !important;
}

button.cta{
	border: none !important;
	outline: none !important;
	cursor: pointer;
}
.cta.center{
	margin: 30px auto 0;
	display: block;
}
.justify-center{justify-content: center;}
button.cta.center{
	margin: 0 auto;
}
/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	position: relative;
	padding: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .heading-sm{
	margin-bottom: 45px;
}
.footer ul li a{
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
	color: #2a2f33;
	font-family: barlow, sans-serif;
}


.footer .col33{
	width: calc(33.33333% - 30px);
	padding: 45px 30px;
	box-sizing: border-box;
}
.footer .col33:nth-of-type(2){
	background: url("/siteart/bg-footer-rv.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
	color: #fff;
}
.footer .col33:nth-of-type(3){
	background: url("/siteart/bg-footer-tractor.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
	color: #fff;
}

.footer .col33:nth-of-type(2) .heading-sm, .footer .col33:nth-of-type(3) .heading-sm{
	text-align: center;
}
.footer .col33:nth-of-type(2) .cta, .footer .col33:nth-of-type(3) .cta{
	margin: 45px auto 0;
    display: block;
}
.icon-list{
	padding-left: 60px;
	position: relative;
	max-width: 260px;
	margin: 0 auto;
	display: block;
}
.icon-list li a{
	font-size: 24px !important;
	line-height: 30px !important;
	margin-bottom: 20px !important;
	display: inline-block;
	color: #fff !important;
	font-weight: 900 !important;
}
.icon-list li a i{
	position: absolute;
	left: 0;
	font-size: 36px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{
	padding: 60px 0;
}
#inv *:not(.loading-spinner):not(.loader):not(.mobile-option-bar-filter){border-radius: 0!important;}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: barlow, sans-serif;} /* Reset font, ignore icons */

#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	color: #2a2f33;
	font-family: barlow, serif !important;
	font-weight: 900;
	text-transform: uppercase;
}
.list-content .list-error-container .info .selected-facet, .list-content .list-error-container .info .selected-facet button {
    background: transparent !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}

span.compare-label, .list-listings-count{padding-left: 4px !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.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, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .cs-btns a, .apply-button, .Manufacturer-button, .Model-button { 
	background: #e92d46 !important; 
	color: #fff !important; 
	text-decoration: none !important; 
	text-transform: uppercase;
	
	transition: ease-in 0.2s all;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-listing-mobile .view-listing-details-link:hover, .list-content .list-listing-mobile .buy-now-link:hover, .list-content .list-listing-mobile .check-availability-link:hover, .list-content .list-listing-mobile .email-seller-link:hover, .detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .cs-btns a:hover, .apply-button:hover, .Manufacturer-button:hover, .Model-button:hover { 
	background: #ff314d !important; 
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .mobile-done-button, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .contact-options a, .list-error-container .info > div > button {background: #2a2f33 !important;	transition: ease-in 0.2s all;
	text-transform: uppercase;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .contact-btn:hover, .contact-options a:hover, .mobile-done-button:hover {background: #3B4146 !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, .return-links *, .compare-title, .compare-price, .mobile-option-bar-filter {color: #2a2f33 !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: #2a2f33 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button {border-color: #2a2f33!important; color: #2a2f33!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: #2a2f33!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; box-sizing: border-box;}

.detail-additional-data h3{
	margin: 18px 0;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1439px) {

	.header .col-header{
		width: 20%;
		padding: 0 20px;
	}
	.header .col-header img{
		max-width: 80%;
	}
	.header .col-header:nth-of-type(2){
		width: 60%;
	}

	.header .col-header > ul{
		display: flex;
		align-items: center;
		justify-content: center;

		width: 33.333333%;
	}
	.header .col-header > ul > li > a{
		padding: 15px;
		font-size: 18px;
	}
	.financing-banner{
		padding: 60px;
		font-size: 48px;
    	line-height: 54px;
	}
	.financing-banner img{
		display: none;
	}
	.financing-banner .icon-right{
		position: relative;
		left: unset;
		right: unset;
		top: -2px;
		transform: unset;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1279px) {
	.hero{flex-wrap: wrap;}
	.hero .col50{
		width: 100% !important;
	}
	.hero .col50 .cta-lg{
		font-size: 32px;
	}
	.hero .col50 .cta-lg:before{
    	line-height: 56px;
	}
	.hero .col50 img{
    	top: 55%;
	}
	#inv-search input{
		font-size: 18px;
    	padding: 30px 45px;
	}
	#inv-search button{
		width: 12%;
		font-size: 32px;
    	line-height: 70px;
	}
	#inv-search button:hover, #inv-search input:hover + button{
		width: 14%;
	}
	
	.icon-list li a {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.icon-list li a i {
		font-size: 24px !important;
	}


}

@media only screen and (min-width: 1080px) {
	.show-md{display: none;}
}
@media only screen and (max-width: 1079px) {
	
	.hide-md{display: none;}
	.top-header{display: none;}
	
	
	.hero.short .heading{
		font-size: 60px;
	}
	.hero.short{
		border-top: solid 1px #f3f3f3;
	}
	
	
.hero.short .btn-row {
   	flex-direction: column;
}
.hero.short .btn-row .cta{
    margin: 0 auto;
}
	
.hero.short .btn-row .cta:nth-of-type(1){
    margin-right: auto;
	margin-bottom: 30px;
}

	.header .col-header{
		display: none !important;
	}
	.header .col-header:nth-of-type(2){
		justify-content: center;
		display: flex !important;
		width: 100%;
	}
	.header .col-header:nth-of-type(2) a.logo{
		position: relative;
		left: unset;
		transform: unset;
		display: flex;
		justify-content: center;
	}
	.header .col-header:nth-of-type(2) a.logo img{
		width: 90%;
	}
	.header .col-header:nth-of-type(2) ul{
		display: none;
	}
	
	.column-reverse-md{
		flex-direction: column-reverse;
	}
	.col66, .col33, .col25{
		width: 100%;
		padding: 0;
	}
	#mfg-btns{
		padding-top: 70px;
		padding-right: 0;
	}
	.pad{padding: 30px;}
	.pad-top{padding-top: 30px;}
	.bg-white .cta {
		margin: 15px 15px 0 0;
	}
	

	.btn-row a, .btn-row > div{
		width: 100%;
		border-bottom: solid 1px rgba(255,255,255, 0.33);
		border-right: none;
	}
	
	
	.footer .col33:nth-of-type(1){
		width: 100%;
		text-align: center;
		margin-bottom: 45px;
	}
	.footer .col33{
		width: 50%;
	}
	
	
}


@media only screen and (min-width: 768px) {
	.show-sm{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.hide-sm{
		display: none;
	}


	.hero.short{
		padding: 30px;
	}
	.financing-banner{
		padding: 30px;
		font-size: 30px;
		line-height: 40px;
	}
	
	.heading {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 35px;
	}
	.heading-sm {
		font-size: 30px;
	}

	.hero .col50 .cta-lg{
    	margin-bottom: 70%;
	}	
	.hero .drop-list{
		top: 110px;
		bottom: unset;
		left: 15px;
		right: 15px;
	}
	.hero .drop-list a.cta{
		padding: 10px;
	}
	.hero .col50{
    	padding: 40px 15px;
	}

	.bg-white .cta{
		margin: 15px 0 0 0;
		box-sizing: border-box;
		width: 100%;
	}
	

	.custom-form input, .custom-form select, .custom-form .flex > input, .custom-form textarea, .custom-form .flex > input.col33{
		width: 100%;
		margin-right: 0;
	}

	
	#inv-search input {
		padding: 20px 30px;
	}
	#inv-search button{
		font-size: 30px;
		line-height: 48px;
    	padding: 0 35px;
	}
	.footer .col33{
		width: 100%;
	}
	.footer{padding: 30px;}
	
}

@media only screen and (max-width: 480px) {
	#inv-search button{
		padding: 0 10px;
	}
	
	.hero.short .heading{
		font-size: 48px;
		line-height: 54px;
	}
	
	#inv{padding: 30px 0;}
	
	.financing-banner .icon-right{display: none;}
}
@media only screen and (max-width: 380px) {
	.hero .col50 .cta-lg{
    	margin-bottom: 220px;
	}
	.hero .drop-list{
		flex-wrap: wrap;
	}
	.hero .drop-list a{
		border-bottom: solid 1px #fff;
	}
	.hero .drop-list a:last-of-type{
		border-bottom: none;
	}
}
@media only screen and (max-width: 374px) {

	.heading {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 35px;
	}
}






