﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Montserrat:ital,wght@0,100..900;1,100..900&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;
}

:root{
	--green: #056233;
	--text: 'Montserrat', sans-serif;
	--heading: 'Alfa Slab One', sans-serif;
}

/*-------- BODY STYLES --------*/

body { font-family:var(--text);
	overflow-x:hidden;

}
h1, h2{font-family:var(--heading); font-weight:400;}
a{text-decoration:none;}
.green-btn{width:180px; transition:.3s ease; padding:16px; background:var(--green); color:#fff; text-align:center; display:block; font-size:14px;}
.white-btn{width:180px; transition:.3s ease; padding:16px; background:#fff; color:#000; text-align:center; display:block; font-size:14px; border:solid 1px #fff;}
.white-btn:hover{background:transparent; color:#fff;}
.green-btn:hover{background:#000;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:var(--green);}
.top-header{width:100%; max-width:1700px; padding:0 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.top-header a{color:#fff; font-size:16px; padding:16px; font-weight:500;}
.black-btn{background:#000; text-align:center; width:200px; box-sizing:border-box;}

header{width:100%; background:#fff; box-shadow:1px 1px 6px 4px rgba(0,0,0,.15);}
.header{width:100%; max-width:1700px; padding:0 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{width:100%; max-width:350px;}
.logo img{width:100%;}



/*---BODY--------------------------------*/
.hero{width:100%; display:flex; flex-direction:row; height:700px; background:#f0f0f0;}
.hero-text{width:55%; position:relative; padding:6%; box-sizing:border-box;}
.hero-text h1{font-size:40px; font-weight:400; line-height:44px; color:var(--green);}
.hero-text p{font-size:14px; line-height:24px; padding:20px 0;}
.hero-img{width:45%;}
.hero-img img{width:100%; height:100%; object-fit:cover;}

.auc{position:absolute; left:10%; bottom:-70px; width:115%; background:#fff; box-shadow:1px 1px 6px 4px rgba(0,0,0,.15); padding:15px 25px; box-sizing:border-box;}
.tab{position:absolute; left:0; font-family:var(--heading); font-size:18px; font-weight:200; top:-54px; background:var(--green); padding:14px 18px; box-sizing:border-box; color:#fff; text-align:center;}
.tab i{padding-right:10px;}
.auc-wrap{width:100%; display:flex; flex-direction:row;}
.cal{width:120px; height:100%;}
.blk{width:100%; font-weight:600; border-top-left-radius:10px; border-top-right-radius:10px; font-size:22px!important; background:#000; color:#fff; text-align:center; height:50%; display:block;}
.gry{width:100%; font-weight:600; border-bottom-left-radius:10px; border-bottom-right-radius:10px; font-size:22px!important; height:50%; text-align:center; color:#000; background:#f0f0f0;}
.auc-flex{width:calc(100% - 120px); display:flex; flex-direction:row; justify-content: space-between; padding:20px 10px 20px 25px; box-sizing:border-box;}
.auc-flex h2{font-family:var(--text); font-weight:800; font-size:22px;}
.auc-text p{padding:5px!important; font-size:14px; font-weight:400;}
.auc-text p i{padding-right:10px;}
.auc-flex a{align-content:center; box-sizing:border-box; height:55px; align-self:center;}
.mobile-auc{display:none;}
/*---------About Section---------*/
.about{max-width:1700px; margin:0 auto; width:100%; display:flex; flex-direction:row; padding:5% 10px; box-sizing:border-box;}
.about-left{width:50%; gap:15px; display:flex; flex-direction:row;}
.about-left img{ width:50%; height:100%; object-fit:cover;}
.about-right{width:50%; padding-left:8%; padding-top:4%; box-sizing:border-box; text-align:right;}
.about-right h2{font-size:38px; padding-bottom:40px; line-height:40px; }
.btn-row{display:flex; width:100%; flex-direction:row; margin-top:40px; justify-content: flex-end;}
.btn-row a{margin:3px;}
.about-right p{font-size:14px; line-height:24px; padding:10px 0;}
.inline-list {width: 100%; flex-wrap: wrap; display: inline-flex; align-content: center; padding-bottom: 10px;}
.flex-video {display:flex; padding:40px; box-sizing:border-box; background:#fff; box-shadow:1px 1px 3px 2px rgba(0,0,0,.15);justify-content: center;}
.flex-video iframe {margin: auto;}


/*--------Service---------*/
.serv{width:100%; max-width:1700px; margin:0 auto; padding:4% 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.serv-left{width:40%; padding:3% 4% 0 0; box-sizing:border-box;}
.serv-left h2{font-size:38px; lien-height:40px; padding-bottom:40px;}
.serv-left p{font-size:14px; line-height:24px; padding:10px 0;}
.serv-right{width:60%; height:450px; display:flex; flex-direction:row; flex-wrap:wrap; gap:10px;}
.green-tab{height:50%; overflow:hidden; position:relative; background:#014523; color:#fff;}
.green-tab img{width:100%; transition:.3s ease; height:100%; object-fit:cover; opacity:.3;}
.lg{width:calc(55% - 5px); }
.sm{width:calc(45% - 5px);}
.green-tab h3{position:absolute; font-weight:600; font-size:30px; left:0; bottom:40%; right:0; text-align:center; color:#fff; z-index:50;}
.green-tab:hover img{transform:scale(1.1); opacity:.1;}
/*-------FAQ--------*/
.faq{width:100%; max-width:1700px; display:flex; flex-direction:row; padding:4% 10px; box-sizing:border-box; margin:0 auto;}
.faq-left{width:50%;}
.faq h2{padding-bottom:40px; font-size:38px; line-height:40px;}
.faq-right{width:50%; padding-left:20px; box-sizing:border-box;}
.faq-right img{width:100%; height:450px; object-fit:cover;}

.accordion { background-color: #fff;display:flex; flex-direction:row; justify-content: space-between; font-weight: bold; color: #000; cursor: pointer;font-size:18px;padding:20px 15px; width: 100%; text-align: left; border: solid 1px #ccc; transition: 0.4s;}
.active, .accordion:hover {
    background-color: #f0f0f0;
}
.panel {
    padding: 0 10px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{padding:20px; box-sizing:border-box; font-size:14px; line-height:24px;}
.panel a{font-weight:600; color:#000;}
.panel a:hover{text-decoration:underline;}

/*--------Shipping and Finance-------*/
.ship{width:100%; display:flex; flex-direction:row;}
.ship-con{width:50%; height:400px; position:relative; background:#014523;}
.ship-con img{width:100%; height:100%; opacity:.3; object-fit:cover;}
.ship-text{position:absolute; left:0; right:0; margin:0 auto; padding:50px; box-sizing:border-box; bottom:30px; color:#fff;}
.ship-text h2{font-family:var(--text); font-size:28px; font-weight:600;}
.ship-text p{font-size:14px; line-height:24px; padding:40px 0;}

/*------Sub Pages--------*/
.page-top{background:#f0f0f0; width:100%;}
.page-wrap{width:1005; max-width:1700px; margin:0 auto; padding:50px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.page-left, .page-right{box-sizing:border-box;width:50%;}
.page-left{box-sizing:border-box; padding:3% 3% 0 3%;}
.page-left h1{font-size:40px; font-weight:400; line-height:44px; color:var(--green);}
.page-left p{font-size:14px; line-height:24px; padding:20px 0;}
.page-left h2{font-size:22px; font-family:var(--text); font-weight:800; padding:20px 0 10px 0;}
.page-left li{font-size:16px; line-height:24px; list-style: disc;}
.page-left ul{margin-left:20px;}

.contact-links{padding-top:40px; }
.contact-links a{color:var(--green); transition:.3s ease; font-size:20px; padding:4px 0; display:block;}
.contact-links a i{padding-right:10px; font-size:35px;}
.contact-links a:hover{transform:scale(1.05);}

.width{max-width:1700px; width:100%; padding:40px 10px; margin:0 auto;}
.fees h1{font-size:40px; font-weight:400; line-height:44px; color:var(--green);}
.fees p{font-size:16px; line-height:24px; padding:10px 0;}
.fees ul li{font-size:16px; line-height:36px; padding:2px 0; list-style: disc;}
.fees ul{margin-left:15px; padding:10px 0}

/*--------FORM STYLES--------------------*/
.flex-form h2{font-size:25px; font-weight:400; line-height:30px; padding:0 0 10px 5px;}
.flex-form{width:100%; padding:40px; box-sizing:border-box; background:#fff; box-shadow:1px 1px 3px 2px rgba(0,0,0,.15);}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
#formpage label{font-size:18px; font-weight:500; padding:10px 0 5px 0;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
.form-third{width:calc(33.33% - 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;}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 


#formpage input.submit-button, #submit-btn button{width:180px; display:block;  padding:12px; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#fff; background:var(--green); border:none;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:#000; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}

.thankyou a{font-weight:600; color:#000;}
.thankyou a:hover{text-decoration:underline;}
/*-------- FOOTER STYLES ----------------*/
footer{width:100%; display:flex; flex-direction:row;}
.sec{width:33.33%; padding:5% 3%; box-sizing:border-box;}
.sec-text{max-width:160px; margin:0 auto; color:#000;}
.sec-text p{font-size:18px; font-weight:600; padding-bottom:20px;}
.sec-text ul li a{color:#000; font-size:14px; line-height:30px;}
.light{background:#f0f0f0;}
.med{background:#E8E8E8;}
.dark{background:#D7D7D7;}
.sec img{max-width:400px; width:100%; display:flex; justify-content: center; align-content:center; flex-wrap:wrap; margin:0 auto;}

.sec-text ul li a:hover{text-decoration:underline;}
/*----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: #c61230 !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: #c61230 !important;
    color: #fff !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: #014f30 !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: 1600px) {
	.hero-text{padding:6% 2%;}
	.auc{left:2%;}
	.serv-left{padding:0 4% 0 0;}
	.ship-text{bottom:0;}
}

@media only screen and (max-width: 1200px) {
	.mobile-auc{display:block; position:relative!important;}
	.auc{width:98%; left:0; right:0; margin:0 auto; bottom:0; margin-top:60px;}
	.desktop-auc{display:none;}
	.hero{height:500px;}
	.cal{height:120px;}
	.blk, .gry{align-items:center; justify-content: center; flex-wrap:wrap; display:flex;}
	.serv{flex-direction:column;}
	.serv-left{width:100%; padding-bottom:20px;}
	.serv-right{width:100%;}
	.serv-left h2{font-size:34px; line-height:36px; padding-bottom:20px;}
}
@media only screen and (max-width: 1100px) {	
	.hero{flex-direction:column; height:auto;}
	.hero-text{width:100%; padding:4% 10px;}
	.hero-img{width:100%; height:300px;}
	.about-right{padding:1% 0 0 2%;}
	.about-right h2{font-size:32px; line-height:36px;}
	.ship{flex-direction:column;}
	.ship-con{width:100%;}
	.ship-text{height:100%;}
	
}
@media only screen and (max-width: 1000px) {	
	.about{flex-direction:column-reverse;}
	.about-left{width:100%; height:300px; box-sizing:border-box;}
	.about-right{padding:2% 10px; width:100%; text-align:left;}
	.btn-row{justify-content: flex-start;}
	.faq-right {display:none;}
	.faq-left{width:100%;}
	.page-wrap{flex-direction:column;}
	.page-left{width:100%;}
	.page-right{width:100%; margin-top:40px;}
}
@media only screen and (max-width: 800px) {	
	.hero-text h1{font-size:34px; line-height:38px;}
	.auc-wrap{flex-direction:column;}
	.auc-flex{flex-direction:column;}
	.auc-flex a{align-self:normal;}
	.auc-text{padding:10px 0;}
	.tab{position:relative; margin-bottom:20px; top:0;}
	.auc{box-shadow:none; padding:10px; margin:20px auto;}
	.auc-flex{padding:20px 0;}
	.serv-left h2{font-size:30px; line-height:34px;}
	footer{flex-direction:column;}
	.sec{width:100%; padding:50px 10px; text-align:center;}
}
@media only screen and (max-width: 650px) {	
	.hero-text h1{font-size:28px; line-height:34px;}
	.serv-right{flex-direction:column; height:auto;}
	.green-tab{width:calc(100% - 5px)!important; height:180px; }
	.auc-flex{width:100%;}
	.ship-text{padding:20px 10px;}
	.page-left h1{font-size:32px; line-height:36px;}
	.page-wrap{width:100%; padding:20px 10px;}
}
@media only screen and (max-width: 550px) {	
	.header{flex-direction:column; padding:0;}
	.logo{display:block; margin:0 auto; padding:10px; box-sizing:border-box;}
	#menu-button{width:100%!important; box-shadow:1px 1px 4px 2px rgba(0,0,0,.15);}
	.top-header{padding:0;}
	.hero-text h1{font-size:26px; line-height:32px;}
	.green-tab h3{font-size:24px; }
	.green-tab{height:110px!important;}
	.serv-left h2, .about-right h2, .faq h2{font-size:24px; line-height:28px;}
	.ship-con{height:460px;}
	.ship-text h2{font-size:24px; line-height:28px;}
	.accordion p{font-size:15px;}
	.accordion{padding:15px 10px;}
	.fa-plus{margin-left:10px;}
	.btn-row{flex-direction:column;margin-top:20px; margin-bottom:20px;}
	#menu-button a{padding:0!important;}
	.hero-img{height:220px;}
	.about{padding-top:0!important;}
	.about-left{height:220px;}
	.panel p{padding:20px 0;}
	.faq h2{padding:20px 0 10px 0;}
	.page-left h1{font-size:28px; line-height:32px;}
	.page-left h2{font-size:18px; }
	.flex-form{padding:30px;}
	.flex-form h2{font-size:20px;}
	.flex-form h2{font-size:18px;}
	#formpage label{font-size:15px;}
	#formpage input{padding:12px;}
	.contact-links a{font-size:16px;}
	.contact-links a i{font-size:25px;}
	.contact-links{padding-top:20px;}
}
@media only screen and (max-width: 380px) {
	.top-header .black-btn{display:none;}
	.hero-text h1{font-size:22px; line-height:26px;}
	.green-tab h3{font-size:20px;}
	.ship-con{height:510px;}
	.about-left{height:180px;}
	.flex-form{padding:20px;}
	.contact-links a i{padding-right:3px;}
	.page-left h1{font-size:24px; line-height:28px;}
}





