﻿/***** 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: 'Lato', sans-serif !important;
}

p {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Cabin Condensed', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

#pad-xl {
    padding-top: clamp(70px, 5%, 90px) !important;
    padding-bottom: clamp(70px, 5%, 90px) !important;
}

#pad-l {
    padding-top: clamp(20px, 5%, 40px) !important;
    padding-bottom: clamp(20px, 5%, 40px) !important;
}
/*--- HEADER STYLES ---------------------*/
header {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	position: relative;
}

.flex-header {
    padding: 20px 0;
	width: 95%;
	margin: 0 auto;
	align-items: center;
}


.logo img {
    max-width: 100%;
}

.wid90 {
	max-width: 90%;
	margin: 0 auto;
}

li.grey-box {
    background: #e7e7e7;
	transition: .3s all;
}

.header-nav-sticky {
    position: fixed !important;
    top: -500px;
    height: unset;
    transform: unset;
    z-index: 3000;
    background: #fff;
    right: 0;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    -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;
}

.header-nav-sticky .navigation {
	width: 90%;
	margin: 0 auto;
}
.header-nav-sticky nav.primary ul {
	text-align: center;
}



.stick {
    top: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	padding: 20px 0;
}

/*--------HERO STYLES--------------------*/
.flex-hero {
    align-items: center;
}
.hero-txt,.hero-img {
    flex: 1;
}

.hero-txt {
	margin-left: 5%;
	padding: 5% 0;
}
.hero-img img {
    max-width: 100%;
    width: 100%;
}
.hero-txt h1 {
    font-size: 72px;
        text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}
.hero-txt h1 span {
	display: block;
}
.hero-txt p {
    font-size: 22px;
}

/*--------HOME STYLES--------------------*/
a.manu-wrap {
    border: 1px solid #eee;
    margin: 10px 20px;
    opacity: 1;
    transition: .3s all;
    padding: 10px 30px
}

a.manu-wrap:hover {
	
	opacity: .5;
}

.our-partners h2 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 32px;
    margin-bottom: 20px;
}
.flex-container.flex-home,.contact-section .flex-container {
    gap: 5%;
}
.flex-container.flex-home {
	
    align-items: center;
}
.home-slide-wrap {
    overflow: hidden;
	position: relative;
}

.home-slide {
    flex: 1;
}
.yellow-bg {
    background: #fdc223;
    width: 5%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 9;
}

.home-txt,.home-slide-wrap {
    flex: 1;
}

.home-txt h2,.contact-section h2,.sub-page h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
	    margin-bottom: 20px;
}


span.slide-btn {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 5%;
}

button.next-cta, button.back-cta {
   background: rgb(0 0 0 / 40%);
    border: none;
    padding: 10px;
    border-radius: 0;
    color: #fff;
    height: 50px;
    font-size: 25px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: inline-block;
}

.tex-banner {
	background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 100%),url("/siteart/tex-bg.jpg") no-repeat;
	background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	
}

.tex-banner.yellow-sec {
	background: linear-gradient(0deg, rgba(253,194,35,0.85) 0%, rgba(253,194,35,0.85) 100%),url("/siteart/tex-bg.jpg") no-repeat;
	background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	padding: 50px 0;
}

.tex-banner .button-wrap,.finance-banner .button-wrap {
    justify-content: center;
	margin-top: 20px;
}

.tex-banner img {
	filter: brightness(0) invert(1);
	max-width: 100%;
}

.banner-txt h3,.finance-banner h3 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*---Contact Area on Home Page--------------------------------*/
.half-page, .half-form {
    flex: 1;
}
.half-page a {
	transition: .3s all;
}
span.small-txt {
    display: block;
    font-size: 15px;
    color: #444444;
    margin-bottom: 10px;
}

.phone-section a {
    font-family: 'Cabin Condensed';
    font-size: 28px;
    color: #000;
    font-weight: 900;
}
.phone-section a:hover {
	color: #fdc223;
}
.phone-section {
    margin: 30px 0;
}

.flex-contact {
    display: flex;
    gap: 10%;
}

.location-section a {
    color: #000;
}

.location-section a:hover {
}
.hours-section p,.location-section a,.phone-section a {
    letter-spacing: 1px;
}

.finance-banner h3 {
	margin-bottom: 20px;
}

.location-section, .hours-section {
    flex: 1;
}
/*---BODY--------------------------------*/

.page-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    width: 90%;
}

.yellow-txt {
	color: #fdc223 !important;
}
.flex-container {
	display: flex;
}

.center {
	text-align: center;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.grey-bg {
	background: #eaeaea;
}
.black-bg {
	background: #000;
}
/*--------button STYLES--------------------*/
.button-wrap {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
button,.half-form a.yellow-btn {
	transition: .3s all;
	cursor: pointer;
	 border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Cabin Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
button.yellow-btn,.half-form a.yellow-btn {
    padding: 15px 50px 10px 50px;
    background: #fdc223;
    border-bottom: 5px solid #000;
	color: #000;
}

button.grey-btn {
    padding: 15px 50px 10px 50px;
    background: #e7e7e7;
    border-bottom: 5px solid #aeaeae;
	color: #000;
}



/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.yellow-btn.hvr-sweep-to-top:before {
	
  background: #000;
}

.grey-box.hvr-sweep-to-top:before {

  background: #000;
}
.yellow-btn.hvr-sweep-to-top:hover, .yellow-btn.hvr-sweep-to-top:focus, .yellow-btn.hvr-sweep-to-top:active,.grey-box.hvr-sweep-to-top:hover a,.grey-box.hvr-sweep-to-top:focus a,.grey-box.hvr-sweep-to-top:active a {
  color: white !important;
}

.grey-btn.hvr-sweep-to-top:before {
	
  background: #aeaeae;
}
.grey-btn.hvr-sweep-to-top:hover, .grey-btn.hvr-sweep-to-top:focus, .grey-btn.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/*-------- FOOTER STYLES ----------------*/



/*-------- FOOTER STYLES ----------------*/
footer{
	
	
}

.flex-foot {
    gap: 30px;
}
.foot-col p, .foot-col a,.foot-col ul {
    color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

span.foot-small {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.foot-col {
    flex: 1;
}

.foot-col a.yellow-txt {
    display: inline-block;
    margin: 10px 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.foot-col ul {
	line-height: 2;
}

.copyright-section p {
	color: #fff;
	font-size: 14px;
    letter-spacing: 1px;
    margin-top: 60px;
	display:block;
}
.attachment-banner{
	background: #f8f8f8;
    padding: 20px;
    border-bottom:1px solid #e7e7e7 !important;
}

.attachment-banner img {max-width: 100%;width: 150px;}
.attachment-banner a {display: flex;justify-content: center;text-align: center;color: #000;text-transform: uppercase;font-weight: 900;letter-spacing: 1px;transition:.3s all;}
.attachment-banner a:hover {opacity: .5;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content .list-main-section,.list-content .list-listing,.faceted-search-content .faceted-search__top-section,.faceted-search-content .faceted-search__main-section {
	 border:1px solid #e7e7e7 !important;
}


.faceted-search-content .selected-facets-container {
	 border-bottom:1px solid #e7e7e7 !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: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
	font-family: 'Cabin Condensed', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.list-top-section .list-title .list-title-text,.linking-buttons a {
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}
.list-top-section .list-title .list-title-text,.list-content .listing-portion-title,.list-content .list-listing .dealer-name,.list-content .price-container .price {
	
	font-family: 'Cabin Condensed', sans-serif !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:#fdc223 !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:#fdc223 !important; color: #000 !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 #fdc223 !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: #000 !important; color: #fff !important;border: solid 1px #000 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #e7e7e7 !important; border: solid 1px #e7e7e7 !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: #aeaeae !important; color: #fff !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,.faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-search {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: #e7e7e7 !important; border: solid 1px #e7e7e7 !important; transition: ease all 0.2s !important;color: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #e7e7e7 !important;color: #000;}
.list-main-section .contact-options a {background: #e7e7e7 !important; border: solid 1px #e7e7e7 !important; transition: ease all 0.2s !important;color: #000 !important;}
.list-main-section .contact-options a:hover {background: #aeaeae !important; color: #fff!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,.list-content .list-error-container .info .selected-facet:hover b,.list-content .list-error-container .info .selected-facet:hover button {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;}



.list-content .list-error-container .info button {
	background: #000 !important;
	color: #fff !important;
}

.list-content .list-error-container .info .selected-facet button {
	background: transparent !important;
    color: #000 !important;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1370px) {
	.hero-txt h1 {
		font-size: 62px;
	}
	
	p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1280px) {
	.home-txt h2, .contact-section h2 {
    font-size: 28px;
	}
}

@media only screen and (max-width: 1200px) {
	.flex-container.flex-home {
    	flex-wrap: wrap-reverse;
	}
	
	.home-txt, .home-slide-wrap {
    flex: 1;
    flex-basis: 100%;
}
	
	.our-partners {
    padding-bottom: 0 !important;
}
	
	.home-txt {
		padding-top: clamp(70px, 5%, 90px);
    padding-bottom: clamp(70px, 5%, 90px);
	}
	
	.logo img {
		width: 200px;
	}
	
	.flex-header{
		justify-content: space-between;
	}
	
	.hero-txt h1 {
		font-size:48px;
	}
	
	.hero-txt {
    margin-left: 0;
	}
	
	.hero-txt .wid90 {
		margin: 0 0 0 10% !important;
	}
	.flex-container.flex-hero {
			gap: 5%;
}

}





@media only screen and (max-width: 1155px) {

.hero-txt h1 {
		font-size:48px;
	}
	
	button.grey-btn,button.yellow-btn, .half-form a.yellow-btn{
		padding: 10px 20px;
	}
	
	.hero-txt h1 span {
    display: inline;
}

}


@media only screen and (max-width: 1050px) {
	.flex-contact {
		flex-wrap: wrap;
		gap: 30px !important;
	}
	
	.location-section,.hours-section {
		flex-basis: 100%;
	}
	.our-partners .center {
    width: 90%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 930px) {
	.flex-container.flex-hero {
		flex-wrap: wrap-reverse;
	}
	
	.hero-txt, .hero-img,.half-page, .half-form {
    flex-basis: 100%;
}
	
	.hero-txt .wid90 {
		margin: 0 auto !important;
	}
	
	.hero-img img {
    max-width: 100%;
    width: 750px;
}
	
	.contact-section .flex-container,.flex-foot {
		flex-wrap: wrap;
		    gap: 30px;
	}
	
	.half-form .wid90 {
		max-width: 100%;
	}
	.foot-col {
    flex-basis: 25%;
}
	.tex-banner {
		background-attachment: local !important;
	}
	
}


@media only screen and (max-width: 660px) {
		.foot-col {
    flex-basis: 45%;
}.logo img {
    width: 150px;
}.flex-header {
    padding: 10px 0;
	}
}

@media only screen and (max-width: 500px) {
	.foot-col {
    flex-basis: 100%;
}
}

@media only screen and (max-width: 430px) {
	.button-wrap {
		flex-wrap: wrap;margin-top: 30px;
	}
	
	.button-wrap a {
    flex-basis: 100%;
}
	
	.button-wrap a button {
    width: 100%;
}
	
	
}
