﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

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 --------*/
:root{
	--yellow:#fecf0d;
	--text:'Oswald', 'sans-serif';
}
body {
	font-family:var(--text);
}

*{box-sizing:border-box;}
a{text-decoration:none;}

.show{position:relative; opacity:0; transition:1s all ease}
.show.active{ opacity:1;}

.showSecond{position:relative; transform: translateX(-150px); opacity:0; transition:2s all ease}
.showSecond.active{transform: translateX(0); opacity:1;}


.yellow-btn{width:170px; transition:.3s ease; border-radius:10px; display:flex; flex-direction:row; justify-content: space-between; padding:12px; background:var(--yellow); color:#000;}
.white-btn{width:170px; transition:.3s ease; border-radius:10px;  display:flex; flex-direction:row; justify-content: space-between; padding:12px; background:#fff; color:#000;}
.black-btn{width:190px; border-radius:10px; transition:.3s ease; text-align:center; display:block; padding:12px; background:#000; color:#fff; border:solid 1px #000;}
.black-btn:hover{background:transparent; color:#000;}
.yellow-btn i, .white-btn i{align-content:center;}
.yellow-btn:hover, .white-btn:hover{width:160px;}

.yellow-btn2{ border-radius:10px; transition:.3s ease; display:flex; flex-direction:row; justify-content: space-between; padding:12px 20px!important; background:var(--yellow); color:#000;}
.white-btn2{ border-radius:10px; transition:.3s ease; display:flex; flex-direction:row; border:solid 1px #000; justify-content: space-between; padding:12px 20px!important; background:#fff; color:#000;}
.yellow-btn2 i, .white-btn2 i{padding-right:8px; align-content:center;}

.yellow-btn2:hover, .white-btn2:hover{background:#000; color:#fff;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:var(--yellow);}
.top-header{width:100%; color:#000; max-width:1600px; margin:0 auto; padding:10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: flex-end;}
.top-wrapper a{color:#000; font-family:var(--text); font-size:22px; padding:0 15px;margin: 0px 2px 5px;}
.search-row{display:flex; flex-direction:row; width:240px; border:solid 1px #000; border-radius:25px;}
.search-row input{border:none!important; color:#000!important; padding:5px; background:transparent!important;}
.search-row button{border:none; background:transparent; color:#000; font-size:18px; padding:5px;}
.search-row input::placeholder{color:#000;}

header{width:100%; background:#000; }
.header{max-width:1600px; margin:0 auto; height:80px; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:150px; width:100%; margin-top:-50px;  position:relative; z-index:50;}
.logo img{width:100%;}

.caret-toggle {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.caret-toggle.open {
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 5px;
    margin-right: 15px;
}
.mobile li:has(.caret-toggle) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mobile li:has(.caret-toggle) .submenu {
    width: 100%;
}
/*---BODY--------------------------------*/
.hero{width:100%; height:600px; position:relative; z-index:10;}
.hero img{width:100%; filter:brightness(.6); height:100%; object-fit:cover;}
.hero-text {position:absolute; z-index:100; left:0%; right:0%; margin:0 auto; max-width:1600px; padding:10px; box-sizing:border-box; bottom:15%;}
.hero-text h1 span{font-size:32px; color:var(--yellow); font-weight:400;}
.hero-text h1{font-size:100px; color:#fff; font-weight:600; line-height:80px;}
.hero-text p{color:#fff; line-height:24px; font-size:18px; max-width:600px; padding:30px 0;}
.btn-row{display:flex; flex-direction:row; justify-content: flex-start;}
.btn-row a{margin:3px;}


/*-----------Quick Links------------*/
.black-back{width:100%; background:#000;}
.qls{max-width:1600px; margin:0 auto; padding:60px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.qlis{max-width:1600px; margin:0 auto; padding:30px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.ql{width:calc(25% - 10px); transition:.3s ease; border-radius:5px; margin:5px; background:#444; padding:30px; box-sizing:border-box;}
.qli{width:calc(20% - 10px); transition:.3s ease; border-radius:5px; margin:5px; background:#ccc; padding:30px; box-sizing:border-box;}
.icon-row{width:100%; display:flex; flex-direction:row; object-fit: contain!important;}
.icon-row i{width:45px; height:45px; font-size:20px; display:flex; align-items:center; flex-wrap:wrap; justify-content: center; padding:10px; box-sizing:border-box; color:#000; background:var(--yellow);}
.icon-row h2{font-size:24px; font-weight:600; color:#fff; padding:10px; box-sizing:border-box;}
.icon-row2 h2{font-size:24px; font-weight:600; color:#000; padding:10px; box-sizing:border-box;}
.icon-row2 img {width: 100%; height: 100%; max-width: 200px; max-height: 200px;}
.ql p{padding-top:15px; color:#fff; font-size:18px;}

.ql:hover{transform:translateY(-10px);}
.qli:hover{transform:translateY(-10px);}

.ql-title {color:#fff; font-size: 40px; margin-left: 20px;}

/*-----Row-----------*/
.row-2{width:100%; max-width:1600px; padding-bottom:40px; margin:0 auto; display:flex; flex-direction:row;}
.row-img{width:50%; padding:40px 10px; box-sizing:border-box;}
.row-img img{width:100%; height:400px; object-fit:cover; border-radius:15px;}
.row-text{width:50%; padding:6% 20px; box-sizing:border-box;}
.row-text h2{font-size:40px; font-weight:600; color:#fff;}
.row-text p{font-size:18px; width:80%; line-height:24px; padding:25px 0; color:#fff;}


/*--------Finance----------*/
.gray-back{width:100%; background:#444; padding:50px 10px; box-sizing:border-box;}
.gray-back-narrow{width:100%; background:#444; padding:20px 10px; box-sizing:border-box;}
.finance{width:100%; border-radius:10px; max-width:1600px; margin:0 auto; padding:40px; box-sizing:border-box; background:var(--yellow); display:flex; flex-direction:row;}
.fin-left{width:50%;}
.fin-left h2{font-size:30px; font-weight:600;}
.fin-left p{padding:30px 0; width:80%; font-size:18px; line-height:24px;}
.fin-right{width:50%;}
.fin-right img{width:100%; box-shadow:1px 1px 5px 3px rgba(0,0,0,.15); border-radius:10px; height:300px; object-fit:cover;}
.row-3{width:80%; display:flex; flex-direction:row; justify-content: space-between;}
.row-3 div{width:33.33%; padding:20px 10px; box-sizing:border-box;}
.row-3 div {font-size:20px;}
.row-3 div i{padding-right:8px;}

/*---------Battery-----------*/
.battery{max-width:1600px; border-top:solid 1px #ccc; width:100%; padding:80px 10px; box-sizing:border-box; color:#fff; margin:0 auto;}
.battery h2{font-size:40px; font-weight:600; color:#fff;}
.battery p{padding:30px 0; font-size:18px;}


/*---------Pages-------------*/
.width{max-width:1600px; margin:0 auto; padding:10px; box-sizing:border-box; width:100%;}
.page-top{width:100%; background:url("/siteart/page-back.jpg") center center no-repeat; background-size:cover; height:250px;}
.page-header{max-width:1600px; width:100%; margin:0 auto; padding:110px 10px 20px 10px;}
.page-header h1{font-size:60px; color:#fff; font-weight:600; line-height:60px;}
.bread p{color:#fff; padding-top:10px; letter-spacing:1px; font-size:16px;}
.bread p a{color:#fff;}
.bread p a:hover{color:var(--yellow);}

/*---Contact--------*/
.contact{width:100%; padding:80px 0; display:flex; flex-direction:row;}
.contact-left{width:540px; padding: 4% 40px 0 0; box-sizing:border-box;}
.contact-left h2{font-size:40px; font-weight:600; color:#000;}
.contact-left p a{padding:20px 0; color:#000; display:block;font-size:18px;}
.contact-right{width:calc(100% - 540px);}
.financing{width:100%; padding: 4% 40px 0 4%; box-sizing:border-box;}
.financing h2{font-size:40px; font-weight:600; color:#000;}
.financing p {padding:20px 0; color:#000; display:block;font-size:18px;}
.financing p a {color:#000;}
.financing a {margin-bottom: 50px;}

.light{width:100%; background:#f0f0f0; padding:80px 0;}


/*--------FORM STYLES--------------------*/

.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px; padding-bottom: 50px;}
#formpage2 input, select {padding:14px;border: 1px solid #000; border-radius:5px; font-family:'Oswald', sans-serif; color: #000!important;font-size: 18px;}
#formpage2 input::placeholder{color:#000; font-family:'Oswald', sans-serif; }
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage2 {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

#formpage2 textarea {font-family:'Oswald', sans-serif; font-size:16px; box-sizing:border-box;padding: 14px;border: 1px solid #000!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:5px;}
#formpage2 textarea::placeholder{color:#000;}
#formpage2 textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage2 input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background-color:#fecf0d; font-size:15px; font-weight:400; color:#000!important; width:160px; padding:12px; border-radius:10px; border:none!important; text-align:center; display:inline-block; transition:.3s ease;}

#formpage2 input.submit-button:hover, #submit-btn button:hover{background:#000; color:#fff!important;;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:160px; margin:0 auto;}
.include-captcha{display:none;}
#formpage2 input.submit-button{color:#000;}





/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000;}
.footer-wrap{width:100%; max-width:1600px; margin:0 auto; padding:80px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.foot-col{width:25%; padding:20px; box-sizing:border-box; color:#fff;}
.foot-col .yellow{font-size:24px; padding-bottom:20px; color:var(--yellow); font-weight:600;}
.foot-col .bold{font-size:24px; padding-bottom:20px; color:#fff; font-weight:600;}
.foot-col p{font-size:18px;  font-family:var(--text);font-weight:400; line-height:24px; color:#E4E4E4;}
.foot-col ul li a{color:#e4e4e4; font-family:var(--text); font-size:18px; font-weight:400; line-height:30px;}
.foot-col ul li a i{padding-right:8px;}
.foot-col ul li a:hover{color:var(--yellow);}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: var(--yellow) !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: var(--yellow) !important;
    color: #000!important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1250px) {
	.qls{flex-wrap:wrap;}
	.qlis{flex-wrap:wrap;}
	.ql{width:calc(50% - 20px);}
	.qli{width:calc(33% - 20px);}
	.fin-left p, .row-3{width:100%;}
	.footer-wrap{flex-wrap:wrap;}
	.foot-col:first-of-type{width:100%;}
	.foot-col{width:33%;}
}
@media only screen and (max-width: 1050px) {	
	.row-2{flex-direction:column-reverse;}
	.row-img{width:100%;padding:10px;}
	.row-text{width:100%; padding:20px 10px;}
	.finance{flex-direction:column;}
	.fin-left, .fin-right{width:100%;}
	.row-text p{width:100%;}
	.fin-right{padding-top:20px;}
	.flex-check{flex-wrap:wrap;}
}
@media only screen and (max-width: 900px) {	
	.contact{flex-direction:column; padding:20px 0;}
	.contact-left, .contact-right{width:100%;}
	.contact-left{padding:30px 0;}
	.financing{width:100%;}
}
@media only screen and (max-width: 750px) {	
	.ql{width:calc(100% - 20px);}
	.qli{width:calc(50% - 20px);}
	.row-text h2, .battery h2{font-size:32px; line-height:36px;}
	.row-img img{height:320px;}
	.foot-col{width:100%;}
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:calc(100% - 10px);}
	.contact-left h2{font-size:32px; line-height:34px;}
}
@media only screen and (max-width: 650px) {	
	.top-wrapper{display:none;}
	.logo{margin:0; max-width:120px;}
	.header{height:auto;}
	#menu-button a{font-size:40px!important; padding-top:50px!important;}
	.hero{height:520px;}
	.hero-text h1 span{font-size:26px;}
	.hero-text h1{font-size:80px; line-height:70px;}
	.row-3{flex-direction:column;}
	.row-3 div{width:100%; padding:10px 0;}
	.light{padding:30px 0;}
	.page-header h1{font-size:50px; line-height:50px;}
	.flex-form h2{font-size:32px!important; line-height:34px!important;}
}
@media only screen and (max-width: 520px) {
	.qli{width:calc(100% - 20px); text-align: center; align-content: center;}
}
@media only screen and (max-width: 500px) {
	.fin-left h2{font-size:24px; line-height:26px;}
	.fin-right img{height:220px;}
	.finance{padding:30px;}
	.page-header h1{font-size:40px; line-height:42px;}
	.page-top{height:200px;}
	.page-header{padding:80px 10px 10px 10px;}
	.btn-row{flex-direction:column;}
	.yellow-btn2{width:170px;}
	.white-btn2{width:250px;}
	.flex-form h2{font-size:28px!important; line-height:30px!important;}
	
}
@media only screen and (max-width: 400px) {
	
	.hero-text{bottom:5%;}
	.hero-text h1 span{font-size:24px;}
	.hero-text h1{font-size:65px; line-height:60px;}
	.ql{padding:20px;}
	.icon-row h2{font-size:20px;}
	.row-img img{height:220px;}
	.fin-right img{height:180px;}
	.foot-col .bold{font-size:20px;}
	.finance{padding:20px;}
	.row-text h2, .battery h2{font-size:28px; line-height:30px;}
	.flex-form h2{font-size:24px!important; line-height:26px!important;}
}





