﻿/***** 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 --------*/
*{box-sizing:border-box;}

body {
	font-family:'Oswald', sans-serif;
	overflow-x:hidden;
}
a{text-decoration:none;}
.green-btn{width:180px; display:block; padding:12px; box-sizing:border-box; color:#fff; font-weight:400; text-transform:uppercase; background:linear-gradient(to top, #274231, #3f624c);  text-align:center; margin:5px;}
.green-btn:hover{ background:linear-gradient(to top, #1F3929, #30583F); }
/*--- HEADER STYLES ---------------------*/
header{width:100%; display:flex; flex-direction:row;font-family:'Oswald', sans-serif; border-bottom:solid 1px #f1f0ef; }
.header-left{width:350px; background:#f1f0ef; padding:10px 30px; box-sizing:border-box;}
.header-right{width:calc(100% - 350px); display:block;}
.header-left img{width:100%; margin:0 auto; display:block;}
.header-top{width:100%; background:#3f624c;}
.header-top-wrap{width:100%; margin:0 auto; box-sizing:border-box; padding:10px 5% 10px 10px; display:flex; flex-direction:row; justify-content: flex-end;
	p{ box-sizing:border-box; margin:3px;  text-align:center; color:#fff; text-transform:uppercase; font-size:15px;
		span{padding:12px 15px; display:block;border:solid 1px #fff;}
		a{font-size:15px; transition:.3s ease; display:block; padding:12px 15px; text-transform:uppercase; color:#fff;border:solid 1px #fff;
			i{padding: 0px 5px; color:#fff; font-size:17px;}
		}
	}
}
.header-top a:hover{background:#f1f0ef; color:#000;}
.header-top a:hover i{color:#000;}
.desktop{display:flex; flex-direction:row;}
.mobile-icons{display:flex; flex-direction:row; display:none;}
/*---BODY--------------------------------*/
.hero{width:100%;background:#3f624c; height:820px; position:relative;}
.hero img{width:100%; height:100%; object-fit:cover; filter:brightness(.8);}
.hero-text{position:absolute; left:0; right:0; margin:0 auto; bottom:30%;}
.hero-text h1{font-size:100px; padding-bottom:60px; text-transform:uppercase; text-align:center; line-height:70px; color:#fff; text-shadow:0px 0px 5px rgba(0,0,0,.8);}
.hero-text h1 span{font-size:45px;}
.btn-row{display:flex; flex-direction:row; justify-content: center;}

/*---About-----*/
.about-home{max-width:1500px; margin:60px auto; display:flex; flex-direction:row;}
.about-left{width:55%; background:linear-gradient(to right, #f1f0ef 80%, transparent 80%); padding:60px 0; }
.about-right{width:45%; padding: 10% 10px 10px 4%;}
.about-right h2{font-size:50px; color:#3f624c; text-transform:uppercase; padding-bottom:20px;}
.about-right p{font-size:16px; line-height:24px; color:#000; padding-bottom:40px;}
.about-left img{float:right; width:90%;}


/*---------Quick Links-------*/
.qls{width:100%; display:flex; flex-direction:row;}
.qls a{width:calc(25% - 4px); border:solid 2px #fff; height:600px; position:relative;background:#3f624c;}
.qls a img{width:100%; transition:.3s ease; height:100%; object-fit:cover; filter:brightness(.6); }
.ql-text{position:absolute; z-index:300; bottom:30px; width:80%; margin:0 auto; left:0; right:0; text-align:left;}
.ql-text h2{font-size:40px; color:#fff; font-weight:700; text-transform:uppercase; text-shadow:0 0 5px rgba(0,0,0,.8); padding-bottom:15px;}	 
.white-btn{padding:12px; color:#fff; font-size:15px; text-transform:uppercase; border:solid 1px #fff; text-align:center; width:180px; display:flex; flex-direction:row; justify-content: space-between;}
.white-btn i{padding-top:5px;}
.text{color:#fff; font-size:16px; line-height:24px; padding-bottom:30px; transform:translateY(80px); height:20px; bottom:0; opacity:0; transition:.3s ease;}
.qls a:hover img{opacity:.1;}
.qls a:hover .text{display:block; opacity:1; transform:translateY(0); height:auto;}

/*---------Home Services-------------*/
.grey-back{width:100%; background:#f1f0ef;}
.width{max-width:1500px; padding:0 10px; box-sizing:border-box; margin:0 auto;}
.service-home{padding:60px 10px; box-sizing:border-box; display:flex; flex-direction:row; }
.service-left{width:100%;padding: 3% 4% 10px 10px;}
.service-right{width:60%; display:flex; flex-direction:row;}
.service-right section{width:calc(50% - 20px); margin:10px; background:#fff; border-top: 10px solid #3f624c; padding:40px; box-sizing:border-box;}
.service-right section h3{font-size:30px; text-transform:uppercase; padding-bottom:15px; color:#3f624c;}
.service-right section p{font-size:16px; line-height:24px; padding-bottom:20px;}
.service-left h2{font-size:50px; color:#3f624c; text-transform:uppercase; padding-bottom:20px;}
.service-left p{font-size:16px; line-height:24px; color:#000; padding-bottom:40px;}

/*--------Location-------------*/
.map-back{width:100%; height:600px; position:relative; background:url("/siteart/flag.webp") center center no-repeat, #000;}
.gradient{position:absolute; width:100%; height:100%; z-index:50; background:repeating-linear-gradient(to right, rgba(0,0,0,.8), transparent);}
.loc-row{position:absolute; z-index:300; padding:80px 10px; box-sizing:border-box; max-width:1500px; width:100%; left:0; right:0; margin:0 auto; display:flex; flex-direction:row; justify-content: flex-start;}
.loc-left{width:350px;}
.map{width:400px;}
.loc-left h3{font-size:25px; color:#fff; text-transform:uppercase; padding:15px 0 5px 0;}
.loc-left h3 i{padding-right:5px; font-size:22px;}
.loc-left p, .loc-left a{color:#fff; margin-left:10px; font-size:16px; line-height:24px;}
.loc-left a:hover{text-decoration:underline;}

/*---------Pages----------*/
.page-top{padding:60px 10px; box-sizing:border-box;}
.page-top h1{font-size:60px; font-weight:800; color:#3f624c; text-transform:uppercase; padding-bottom:15px;}
.page-top p{font-size:18px; line-height:24px; max-width:600px; width:100%;}


.page{width:100%; padding:60px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.page-left, .page-right{width:50%; padding:20px; box-sizing:border-box;}
.page-left h1{font-size:50px; font-weight:800; color:#3f624c; text-transform:uppercase; padding-bottom:20px;}
.page-left p{font-size:18px; line-height:24px; font-weight:400;}
.page-right img{width:100%; height:500px; object-fit:cover; margin-top:50px;}
.page-right h2{font-size:30px; padding-bottom:15px; text-transform:uppercase; margin-top:90px;}
.page-right ul{margin-left:25px;}
.page-right ul li{line-height:30px; font-size:22px; list-style: disc; color:#3f624c}
.page-right ul li span{color:#000;}

/*--------Contact-page------------*/
.contact-page{width:100%; display:flex; flex-direction:row;}
.contact-left{width:calc(50% - 20px); margin:10px; background:#3f624c; padding:40px; box-sizing:border-box;}
.contact-left h2{font-size:35px; color:#fff; text-transform:uppercase;}
.contact-left label{font-size:18px; color:#fff; }
.contact-right{width:calc(50% - 20px); margin:10px; background:#f1f0ef;padding:40px; box-sizing:border-box;}
.contact-right h2{font-size:35px; text-transform:uppercase; padding-bottom:20px;}
.contact-right p{font-size:18px; line-heigth:24px;}
.contact-right h3{font-size:26px; text-transform:uppercase; color:#3f624c;}
.contact-right a{font-size:18px; color:#000; transition:.3s ease;}
.contact-right a:hover{color:#3f624c;}

.service-app{width:100%!important; margin:0!important;}



/*--------FORM STYLES--------------------*/

#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
.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: inline-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 h3{font-size:24px; color:#fff; margin-left:5px;}

#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, #formpage input.submit-button:focus, #submit-btn button{background:#f1f0ef; color:#000;padding:12px;text-decoration:none;transition:ease-in .3s;width: 180px;border:none;height:auto; text-transform:uppercase; font-size:16px; margin: 0 auto; border:solid 1px #f1f0ef;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:transparent; color:#fff; cursor:pointer; transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#000!important;}
#formpage input.submit-button:hover{color:#fff!important;}
.CaptchaWhatsThisPanel a, .CaptchaMessagePanel{color:#fff!important;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; display:flex; flex-direction:row;}
.footer-green{width:calc(100% - 450px); background:#3f624c; box-sizing:border-box; padding:60px 20px 60px 5%;}
.footer-logo{width:450px; display:flex; justify-content: center; padding:40px; flex-wrap:wrap; box-sizing:border-box; background:#f1f0ef;}
.footer-logo img{width:90%; display:flex; align-content: center; flex-wrap:wrap; justify-content: center; object-fit:contain;}
.foot-row{display:flex; flex-direction:row; justify-content: flex-start;}
.foot-col{padding:0 40px; }
.foot-col p{font-size:22px;font-family:'Oswald', sans-serif; font-weight:600; color:#fff; text-transform:uppercase;}
.foot-col ul{padding-top:20px;}
.foot-col ul li a{font-size:16px;font-family:'Oswald', sans-serif; color:#fff; font-weight:400;}
.foot-col ul li{line-height:30px;}
.foot-col ul li a i{padding-right:5px;}
.foot-col 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: #3f624c !important;
    color: #fff!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: #3f624c !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: 1250px) {
	.header-top-wrap{padding:10px;}
	.qls a{height:500px;}
	.page{flex-direction:column;}
	.page-left{width:100%; padding:20px 0;}
	.page-right{width:100%; padding:20px 0;}
}
@media only screen and (max-width: 1150px) {	
	.desktop{display:none;}
	.mobile-icons{display:flex;}
	.hero{height:650px;}
	.qls{flex-wrap:wrap;}
	.qls a{width:calc(50% - 4px); height:350px;}
	.text{transform:translatey(0); height:auto; opacity:1;}
	.service-home{flex-direction:column; padding:40px 10px;}
	.service-left{width:100%; padding:10px; box-sizing:border-box;}
	
	.service-right{width:100%;}
	footer{flex-direction:column-reverse;}
	.footer-green{width:100%; padding:60px 20px;}
	.footer-logo{width:100%; }
	.footer-logo img{max-width:320px; width:100%;}
	.page-right h2{margin-top:50px;}
}
@media only screen and (max-width: 1000px) {	
	.hero-text h1{font-size:80px; line-height:60px;}
	.about-home{flex-direction:column-reverse;}
	.about-left{width:100%; background:linear-gradient(to top, #f1f0ef 50%, transparent 50%);}
	.about-left img{width:90%; max-width:700px; margin:0 auto; display:block; float:none;}
	.about-right{width:100%; padding:20px;}
	.contact-page{flex-direction:column;}
	.contact-left, .contact-right{width:calc(100% - 20px);}
}
@media only screen and (max-width: 800px) {	
	.hero-text h1{font-size:65px; line-height:55px;}
	.hero{height:550px;}
	.page-right img{height:350px;}
	.page-left h1{font-size:40px;}
	.flex-row{flex-direction:column;}
	.form-third{width:calc(100% - 10px);}
}
@media only screen and (max-width: 700px) {	
	header{flex-direction:column;}
	.header-left{width:100%; padding:0;}
	.header-left img{max-width:300px; width:100%;}
	.header-right{width:100%;}
	.header-top-wrap{justify-content: center;}
	#menu-button a{justify-content: center!important;}
	#menu-button{line-height:55px!important;}
	.hero-text h1{font-size:55px; line-height:50px;}
	.hero{height:500px;}
	.hero-text h1 span{font-size:35px;}
	.qls a{width:calc(100% - 4px);}
	.service-right{flex-direction:column;}
	.service-right section{width:calc(100% - 20px);}
	.page-top h1{font-size:45px;}
	.contact-left h2, .contact-right h2{font-size:30px;}
	.contact-right h3{font-size:22px;}
	.page-right h2{margin-top:30px;}
}
@media only screen and (max-width: 550px) {
	.hero-text h1{font-size:45px; line-height:40px; padding-bottom:20px;}
	.hero{height:400px;}
	.hero-text h1 span{font-size:30px;}
	.loc-row{flex-direction:column; padding:40px 10px;}
	.loc-left{width:100%;}
	.map{width:100%; padding-top:20px;}
	.map iframe{height:250px;}
	.map-back{height:750px; background-size:cover;}
	.foot-row{flex-direction:column;}
	.foot-col{padding:10px 0; text-align:center;}
	.service-left h2, .about-right h2{font-size:40px;}
	.contact-left, .contact-right{padding:25px;}
	.page-right img{height:280px;}
	.page-left h1{font-size:35px;}
}

@media only screen and (max-width: 420px) {
	.hero-text h1{font-size:38px; line-height:35px; }
	.hero{height:350px;}
	.hero-text h1 span{font-size:25px;}
	.hero-text{bottom:24%;}
	.header-top-wrap a{font-size:13px!important; padding:10px 11px!important;}
	.page-right ul li{font-size:20px;}
	
}





