/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Fira Sans Condensed', sans-serif;
}



a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}



 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

.wrapper {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	position:relative;
}

.sub-wrapper {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	padding:40px 20px;
	position:relative;
}

.sub-wrapper h1{
	font-size: 24px;
	text-transform: uppercase;
	color:#000;
	padding:20px 0;
	font-weight: 500;
	letter-spacing: 1.5px;
}


.hero-bg{
	background:url(../siteart/hero.jpg) no-repeat;
	background-size: cover;
	height:200px;
}



::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}





/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	position: absolute;
	top:0;
	left:0;
	z-index: 1013;
}

.header-contact{
	width:100%;
	display: inline-block;
	padding:10px;
	text-align: left;
	color:#000;
	background:#fff;
	font-weight: 500;
	text-transform: uppercase;
}

.hc-half{
	width:49%;
	display: inline-block;
	vertical-align: middle;
	margin:0 auto;
	padding:0;
}

.hc-half:last-child{text-align: right;}

.hc-half a{color:#000;text-decoration: none;}
.hc-half a:hover{text-decoration: underline; color:#000;}

.hc-half p{padding:0;}


.logo{
	text-align:left;
	margin:0 auto;
	display:inline-block;
	position: absolute;
	left:231px;
	top:128px;
	z-index: 9;
}
.logo img{
	width:95px;
	margin:0 auto;
}




/* HOME PAGE STYLES
-----------------------------------------------*/
.top-slider{
	position: relative;
	width:100%;
	margin: 0 auto;
}


.hero-bg{
	width:100%;
	background: url(../siteart/hero.jpg) no-repeat;
	background-size: cover;
}



/*call to action*/

.cta-box{
	width:100%;
	padding:40px;
	background:#333;
	display: inline-block;
	text-align: center;
	margin: -120px 0 0 0;
	box-shadow:5px 7px 14px 0px rgba(123, 123, 123, 0.75);
}
.cta-box a{color:#fff; text-decoration: none;}

.cta{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width:20%;
	vertical-align: middle;
}

.cta img{
	width:260px;
	display: block;
	margin: 0 auto;
	padding:20px 40px;
	text-align: center;
}

.cta h4{
	text-align: center;
	display: block;
	width:100%;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.2px;
	color:#fff;
	text-shadow: 2px 2px 3px #000;
}

.browse-blurb-desktop{
	width:100%;
	padding:100px 0 60px 0;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
.browse-blurb-desktop h3{
	width:20%;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	text-shadow: 2px 2px 3px #000;
	letter-spacing: 2px;
	color:#fff;
	text-align: right;
}

.browse-blurb-desktop p{
	width:79%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	padding:0 150px 0 30px;
	color:#fff;
	line-height: 1.7;
}

.browse-blurb-mobile{display: none;}



/*mission statement*/

.mission{
	width:100%;
	display: inline-block;
	background:#006937;
	padding:200px 0;
	transform: skewY(5deg);
	margin-top:200px;
	overflow-x:hidden;
}

.mission p{
	color:#fff;
	text-transform: uppercase;
	font-size: 50px;
	text-shadow: 1px 2px 2px #203422;
	text-align: center;
	font-weight: 700;
	transform: skewY(-5deg);
	padding:20px 100px;
	letter-spacing: 1.5px;
}




/*contact section*/

.home-contact{
	width:100%;
	display: inline-block;
	margin: 0;
	text-align: right;
	padding:150px 0;
}

.hc-left{
	width:40%;
	display: inline-block;
	vertical-align: top;
	margin:0 auto;
	padding:0 0 0 120px;
	text-align: left;
}

.hc-left h3{
	color:#000;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1.3px;
	font-weight: 500;
	padding:10px 25px;
}

.hc-left p{
	padding:10px 0;
	text-align: left;
	color:#000;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
.hc-left .fa{
	display: inline-block;
	vertical-align: top;
	padding:13px 5px;
}

.hc-left a{color:#000; text-decoration: none;}
.hc-left a:hover{color:#37583A; text-decoration: none;}

.hc-right{
	width:59%;
	display: inline-block;
	vertical-align: top;
	margin:0;
	padding:0;
}



/*SUB PAGES
--------------------------------------------------*/

.sub-wrapper .hc-left{padding-left:0;}




/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#9B9161 !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10{width:auto !important;}

.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error{font-size: 13px;}



/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#333;
	padding: 60px 0;
}

.footer a{
	color:#eaeaea;
	text-decoration:underline;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}


/* INVENTORY
------------------------------*/
#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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.list-content .list-error-container .info button {background-color: #006937 !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:#006937 !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:#006937 !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 #006937 !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: #fff !important; color: #006937 !important;}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !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: #fff !important; color: #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, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!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 {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;}





@media screen and (max-width: 1550px)  {
	.logo{left:50px;}	
	
	.cta{width:24%;}
}

@media screen and (max-width:1350px){
	.cta h4{font-size: 14px;}
}

@media screen and (max-width:1290px){
	.hc-half p{font-size: 14px;}
}

@media screen and (max-width:1200px){
	.logo{z-index: 999;left:128px;top:88px;}	
	
}

@media screen and (max-width:1150px){
	.hc-half p{font-size: 12px;}
	
	.cta{width:47%; padding-bottom:20px;}
	
	.hc-left{padding:0 0 0 50px;}
}

@media screen and (max-width:1000px){
	.header{
		position: relative;
		background:url(../siteart/hero.jpg) no-repeat;
		background-size: cover;
		background-position: top;
	}
	.cta-box{margin: 0;}
	
	.hc-half{width:100%; text-align: center;}
	.hc-half:last-child{text-align: center;}
	.hc-half p{font-size: 14px;}
	
	.browse-blurb h3{width:26%;}
	.browse-blurb p{width:73%; padding:0 40px 0 30px;}
	
	.mission{margin-top:100px; padding:100px 0;}
	.mission p{font-size:22px;}
	
	.logo{left:0; top:20px; position: relative;}
}


@media screen and (max-width:800px){
	.browse-blurb-mobile{
		width:100%;
		padding:30px 0;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
	}
	.browse-blurb-mobile h3{
		width:100%;
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 500;
		text-shadow: 2px 2px 3px #000;
		letter-spacing: 2px;
		color:#fff;
		text-align: center;
		padding:10px 0;
	}

	.browse-blurb-mobile p{
		width:100%;
		margin: 0 auto;
		text-align: center;
		padding:10px 0;
		color:#fff;
		line-height: 1.7;
	}

	.browse-blurb-desktop{display: none;}
	
	.mission{margin-top:40px; padding:60px 0;}
	.mission p{padding:20px 10px; font-size: 20px;}
	
	.home-contact{padding:40px 0;}
	.hc-left{width:100%;padding:0 0 20px 50px;}
	.hc-right{width:100%;}
}



@media screen and (max-width:700px){
	.cta-box{margin:0;}
	.mission{margin:0; transform: skewY(0);}
	.mission p{transform: skewY(0);}
}


@media screen and (max-width:610px){
	.hc-half p{font-size: 12px;}
	
	.cta{width:100%;}
	
	
}


@media screen and (max-width:500px){
	.browse-blurb-mobile h3{font-size:20px;}
	.browse-blurb-mobile p{font-size:14px;}
	
	.hc-left{width:100%;padding:0 0 20px 30px;}
}