﻿/***** 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: #d53e00; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #d53e00;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.logo{
    display: flex;
}
.logo img{
	max-width: 100%;
}
.header{background: #000;}
.top-header{display: flex; justify-content: space-between;}
.top-header .btn-row{
	width: 480px;
	display: flex; gap: 1px; margin: 0 30px;
}
.top-header .btn-row a{
	padding-left: 30px;
	padding-right: 30px;
    width: unset;
    display: inline-block;
	font-family: bebas-neue-pro-expanded, sans-serif;
}
.top-header .btn-row a i{
	padding-right: 15px;
		font-weight: 400;
}

.top-header .header-contact-row{
	width: calc(100% - 480px);
	box-sizing: border-box;
	padding: 0 10.3% 0 0;
	max-width: 1050px;
	display: flex;
	justify-content: space-between;
}
.top-header .header-contact-row a i{
	padding-right: 15px;
}
.top-header .header-contact-row a{
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	
	
}

/*---BODY--------------------------------*/
.orange{
	color: #d53e00;
}
.orange-light{
	color: #ff7035;
}
.white{color: #fff;}

.no-margin{margin: 0 !important;}


.bg-offwhite{
	background: #f8f8f8;
}
.bg-white{
	background: #fff;
}
.bg-orange{
	background: #d53e00;
}
.bg-dark{
	background: #303030;
}
.bg-darker{
	background: #2c2c2c;
}
.bg-black{
	background: #000;
}

.center{text-align: center;}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.gap30{gap: 30px;}

.no-pad{padding: 0 !important;}

.align-center{align-items: center;}

.justify-between{justify-content: space-between;}
.pad{padding: 40px;}
.padding-vertical{
	padding: 70px 0;
}
.wrapper{
	padding: 0 30px;
}
.wrapper-sm{
	padding: 0 10.3%;
}


/* TYPOGRAPHY */
.light{
	font-weight: 300 !important;
}
.heading-lg{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 74px;
	font-size: 80px;
	margin-bottom: 30px;
}
.heading{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	font-size: 48px;
	margin-bottom: 30px;
}
.heading-sm{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 30px;
}

.col-social p{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.panel p, .bg-white p{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	color: #303030;
}
.bg-white p a{
	color: #303030;
	font-weight: 700;
}
.bg-white .icons-list li a, .bg-white .icons-list li p{
	color: #303030;
}
.hours{}
.hours span{float: right;}

.panel p:last-of-type, .bg-white p:last-of-type{
	margin: 0;
}

/* HERO */

.hero .col-left{
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	color: #fff;
	width: 65.3%;
	
	display: flex;
	align-items: center;
}
.hero .col-left .heading-lg, .hero .col-left .heading {
	margin: 0 !important;
}
.hero .col-left .pad{
	padding: 10% 15.7%;
}
.hero .col-right{
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	color: #fff;
	width: 34.7%;
}
.hero .col-right a{
    display: block;
}
.hero .col-right .pad{
	padding: 96px 60px;
}
.hero .col-right .pad .heading-lg, .hero .col-right .pad .heading{
	margin: 0 !important;
	color: #fff;
}

/* BANNER */

.banner-white{
	padding: 30px 0;
	text-align: center;
	position: relative;
	background: #fff;
}
.banner-white .heading{
	margin: 0 !important;
}
.banner-white:after{
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 4px);
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
}

/* INVENTORY CATEGORIES */

#inventory-grid{
	display: flex; 
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	padding-left: 30px;
	padding-top: 30px;
	z-index: 10;
	color: #fff;
}
#inventory-grid:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: calc(100% - 60px);
	bottom: 30px;
	background: #d53e00;
	z-index: 0;
}
#inventory-grid:after{
	content: '';
	position: absolute;
	left: 0;
	right: calc(15.2% + 30px);
	top: 0; 
	bottom: calc(100% - 60px);
	background: #d53e00;
	z-index: -1;
}
#inventory-grid > div{
	width: calc(33.333333% - 30px);
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 380px;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	
	box-sizing: border-box;
	
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	transition: ease all 0.4s;
}
#inventory-grid.inventory-grid-sm{
	gap: 1px;
	margin-right: 30px;
}
#inventory-grid.inventory-grid-sm > div{
	width: calc(33.33333% - 1px);
	min-height: 320px;
	position: relative;
	align-items: flex-start;
	background: #fff;
	color: #000;
}
#inventory-grid.inventory-grid-sm > div a.btn-orange{
	position: absolute;
	bottom: 45px;
	left: 45px;
}
#inventory-grid.inventory-grid-sm > div .pad{
	padding-bottom: 93px;
	width: 100%;
	box-sizing: border-box;
}
#inventory-grid > div:hover{
	filter: brightness(1.1);
	box-shadow: 0 0 12px rgba(0,0,0,0.33);
}
#inventory-grid > div .pad{
	padding: 45px;
}


#inventory-grid.inventory-grid-sm > div ul{
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #303030;
}
#inventory-grid.inventory-grid-sm > div ul li span{
	
	float: right;
}
/* BUTTONS */

.btn-orange{
	width: 180px;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	background: #d53e00;
	
	display: block;
	
	outline: none;
	border: none;
	cursor: pointer;
	
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	-moz-transition: ease 0.3s all;
	-o-transition: ease 0.3s all;
	-webkit-transition: ease 0.3s all;
	transition: ease 0.3s all;
}
.btn-orange:hover{
	background: #000;
}


/* PANEL */

.panel{
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	position: relative;
	background: #fff;
	padding: 120px 0;
}

.panel:before{
	content: '';
	z-index: -1;
    position: absolute;
	top: -30px;
	right: -30px;
	bottom: 30px;
	left: calc(30px + 15.2%);
	background: #d53e00;
}


.col-copy{width: 48.6%;}
.col-contact{width: 38.5%;}

.col50{
	width: 45%;
}



.icon-row{
	display: flex;
	gap: 1px;
}
.icon-row a{
	display: block; 
	width: 100%; 
	text-align: center;
	line-height: 85px;
	font-size: 24px;
	color: #fff;
	background: #d53e00;
	
	-moz-transition: ease 0.3s all;
	-o-transition: ease 0.3s all;
	-webkit-transition: ease 0.3s all;
	transition: ease 0.3s all;
}
.icon-row a:hover{
	background: #000;
}


/*--------FORM STYLES--------------------*/

.custom-form input{
	width: 100%;
	padding: 10px;
	font-family: bebas-neue-pro-expanded, sans-serif;

	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 1px;
	
	color: #000;
	resize: none;
	outline: none;
	border: none;
	background: #f8f8f8;
	box-sizing: border-box;
}
.custom-form .flex{
	gap: 1px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: bebas-neue-pro-expanded, sans-serif;
	
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 1px;
	
	color: #000;
	resize: none;
	outline: none;
	border: none;
	background: #f8f8f8;
	box-sizing: border-box;
}


.CaptchaPanel{
	text-align: left !important;
	font-family: bebas-neue-pro-expanded, sans-serif;
	color: #fff;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #fff !important;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

.col-footer{
	width: 30.7%;
	color: #fff;
}
.col-social{
	width: 38.5%;
	padding: 0 8.2%;
	box-sizing: border-box;
	color: #fff;
}
.col-social a{
	font-size: 24px;
	padding-right: 15px;
}

.col-footer ul:not(.icons-list) a{
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 37px;
	
	color: #fff;
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
.col-footer ul:not(.icons-list) a:hover{
	color: #ff7035;
}

.icons-list li{
	font-family: bebas-neue-pro-expanded, sans-serif;
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.icons-list li a, .icons-list li p{
	color: #fff;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 2px;
	right: calc(100% - 20px);
	text-align: center;
	color: #fa560c;
}

.footer .logo{
	margin-bottom: 30px;
    display: inline-block;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#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: bebas-neue-pro-expanded, sans-serif;} /* Reset font, ignore icons */


.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;}

.list-content .list-error-container .info .selected-facet, .list-content .list-error-container .info .selected-facet button {
    background: transparent !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, .apply-button, .Manufacturer-button, .Model-button {background:#d53e00 !important; color: #fff !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 {background: #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, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button, .mobile-option-bar-filter {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, .cs-btns a, .list-error-container .info > div > button {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{padding: 20px 0;box-sizing: border-box;}







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1439px) {
	.top-header .btn-row{width: unset;}
	.top-header .header-contact-row{width: 100%; padding-right: 30px; max-width: 800px;}
	.top-header .btn-row span{display: none;}
	.top-header .btn-row a i{padding: 0;}
	.top-header .btn-row a {
    	width: 80px;
		box-sizing: border-box;
		text-align: center;
	}
}
@media only screen and (max-width: 1279px) {
	#inventory-grid > div{
    	min-height: 280px;
    	width: calc(50% - 30px);
	}
	#inventory-grid > div .pad{
		padding: 40px;
	}
	
	
#inventory-grid.inventory-grid-sm > div a.btn-orange{
	position: absolute;
	bottom: 40px;
	left: 40px;
}
#inventory-grid.inventory-grid-sm > div .pad{
	padding-bottom: 88px;
}
	
	
	#inventory-grid.inventory-grid-sm > div{
		width: calc(50% - 1px);
		min-height: 320px;
	}
	.heading-lg{
		font-size: 54px;
		line-height: 54px;
	}
	.heading{
		font-size: 32px;
		line-height: 32px;
	}
	.heading-sm{
		font-size: 24px;
		line-height: 24px;
	}
	
	.icon-row a{
		line-height: 68px;
	}
	
	.hero .col-right .pad{
		padding: 40px;
	}
	
	.col-social, .col-footer{width: 33.3333%; padding: 0;}
}


@media only screen and (max-width: 1023px) {
	
	
	.wrapper-sm{
		padding: 0 60px;
	}
	.top-header .header-contact-row {justify-content: flex-end;}
	.top-header .header-contact-row a:nth-of-type(1), .top-header .header-contact-row a:nth-of-type(2){display: none;}
	
	.flex-wrap-md {flex-wrap: wrap;}
	.col-copy, .col-contact, .col50{
		width: 100%;
		margin-bottom: 30px;
	}
	.col-copy .heading, .flex + .flex .col-contact{
		margin: 0;
	}
	
	.hero .col-left{
		width: 100%;
	}
	.hero .col-right{
		width: 100%;
		display: flex;
	}
	.hero .col-right a{
		width: 100%;
	}
	
	
	.col-footer{width: 50%; padding: 0;}
	.col-social{width: 100%; padding: 50px 0 0 0;}
}


@media only screen and (min-width: 768px) {
	.show-sm{display: none;}
}
@media only screen and (max-width: 767px) {
	
.no-pad-sm{padding: 0 !important;}
	.pad-sm{padding: 40px;}
	.hero .col-left .pad{
		padding: 40px;
	}
	.icon-row a {
		line-height: 60px;
		font-size: 18px;
	}
	
	.padding-vertical{
		padding: 60px 0;
	}
	.gap30{gap: 20px;}
	
	.wrapper-sm, .wrapper{
		padding: 0 20px;
	}
	#inventory-grid{
		gap: 20px;
    	padding-left: 20px;
    	padding-top: 20px;
	}
	#inventory-grid:before {
		right: calc(100% - 40px);
		bottom: 20px;
	}
	#inventory-grid:after {
		right: calc(15.2% + 20px);
		bottom: calc(100% - 40px);
	}
	.hero .col-right{
		flex-wrap: wrap;
	}
	.banner-white{
		padding: 40px;
	}
	#inventory-grid > div{
		width: calc(100% - 30px);
		min-height: 240px;
	}

#inventory-grid.inventory-grid-sm{
	margin-right: 20px;
}
	#inventory-grid.inventory-grid-sm > div{
		width: calc(100% - 1px);
		min-height: 320px;
	}
	.panel{
		padding: 60px 0; 
		margin-left: 20px; 
		margin-top: 20px;
		margin-right: 20px;
	}
	.panel .wrapper-sm{
		padding: 0 40px; 
	}
	.panel:before{
		top: -20px;
		right: -20px;
		bottom: 20px;
		left: calc(20px + 15.2%);
	}
	.col-social p, .panel p, .bg-white p{
		font-size: 16px;
	}
	
	.col-footer{width: 100%; }
	.col-footer:nth-of-type(2){width: 100%; padding: 50px 0 0 0;}
	
	
	.top-header .btn-row{
		width: 50%;
		margin: 0;
    	justify-content: center;
	}
	.top-header .btn-row .btn-orange{
		background: unset;
		width: unset;
		font-size: 16px;
		padding: 0 20px;
	}
	.top-header .header-contact-row {justify-content: center; width: 50%; padding: 0;}
	.top-header .header-contact-row a:nth-of-type(3){text-align: center; display: block; width: 100%; background: #d53e00; color: #fff;}
	.top-header .header-contact-row a:nth-of-type(3) i{color: #fff;}
	
	.footer .wrapper-sm{
		padding: 0 40px;
	}
	
}

@media only screen and (max-width: 480px) {
	.custom-form .flex{flex-wrap: wrap; margin-bottom: 1px;}
	.custom-form .flex input{margin: 0;}
}






