@charset "utf-8";
/***** 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,s
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;
}

.isDesktopDevice {overflow:hidden;}

/*RID OF IOS STYLING*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],

.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}
.hiddenclear {clear:both; height:0px; margin:0; display: none;}

html, body {
	width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-family: sans-serif;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit; 
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a{text-decoration: none; color: #fff;}

a:link {text-decoration: none; color: inherit;
-webkit-transition:.4s ease-in;  
-moz-transition:.2s ease-in;  
-o-transition:.2s ease-in;  
transition:.2s ease-in;	}

a:visited {color:inherit;}

a:hover{text-decoration: none; color:#64945D;}
	
/*a:active {color: #000;}*/

body a{color: #000; margin: 0;}

p {font-family: 'Open Sans', sans-serif, Arial; font-size: 18px;}

h1 {font-family: 'Fjalla One', sans-serif, Arial; font-weight: bold; text-transform: uppercase; font-size: 40px;}

h2 {font-family: 'Fjalla One', sans-serif, Arial; font-weight: 700; text-transform: uppercase; }

footer h2 {
	color:#fff;
}

/* Hides giant arrows that show up on inventory pages on Chrome */
.container.cf .widgets svg[class*="fa"], .container.cf .widgets-details svg[class*="fa"] {display: none !important;} 

/*=========================
		BASE STYLES
=========================*/

	.col1 {width:100%;}
	.col2 {width:47%; box-sizing: border-box; margin: 0 auto;}
	.col3 {width:33.33333%; float:left; padding-right: 20px; box-sizing: border-box;}
	.col4 {width:25%; float:left;  box-sizing: border-box;}
	.col5 {width:20%; float:left; padding-right:1%; box-sizing: border-box;}
	.col6 {width:16.66666%; float:left; padding-right: 20px; box-sizing: border-box; margin: 0 0 20px 0;}
	.twothird{width:64%; float:left; padding: 30px; box-sizing: border-box;}
	.onethird{width:36%; float:left; box-sizing: border-box; text-align:right}
	.last{padding-right:0}

/*=========================
		SLIDESHOW
=========================*/
.spotlight {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	top:0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:40px 20px;
    box-sizing: border-box;
    background:url("../siteart/spotlight.jpg") no-repeat center;
    background-size: cover;
    min-height: 300px;
}
.header-img-overlay {
    background:#226618;
    padding:20px;
    box-sizing: border-box;
    border:2px solid #fff;
    margin-right:calc(50% - 550px);
}
.header-img-overlay p {
    font-size: 50px;
    font-family: 'Fjalla One', sans-serif, Arial;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
.header-img-overlay a {
    display: block;
    margin:20px auto 0 auto;
    border:2px solid #fff;
    color:#fff;
    text-align: center;
    padding:10px;
    font-size: 20px;
    box-sizing: border-box;
    font-family: 'Fjalla One', sans-serif, Arial;
}
.header-img-overlay a:hover {
    background:#fff;
    color:#226618;
    
}

.brandlogos {
	width: 100%;
	display: inline-block!important;
	text-align: center;
	padding: .5em 8em;
	-webkit-box-shadow: 0px -5px 30px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px -5px 30px -5px rgba(0,0,0,0.6);
    box-shadow: 0px -5px 30px -5px rgba(0,0,0,0.6);
}

.brandlogos img {width: 180px; padding-right: 20px; display: inline-block!important;}

.map {
	border-top: 12px solid #226618;
	border-bottom: 12px solid #226618;
}
/*=======================
	SEARCH SECTION
=========================*/

.search-col h2 {font-size: 44px!important; text-align: center!important; margin: 0!important;}

.search-col-first {width:25%; float:left; padding-right: 28px; box-sizing: border-box;}

.search-col {width:25%; float:left; padding-right: 28px; box-sizing: border-box;}

.search-wrap {
	width: 100%;
	background: #226618;
	box-sizing: border-box;
	padding: 12px;
}

.search {
	width: 80%;
	margin: 0 auto;
}

.search h2{
	font-size: 39px!important;
	text-align: center;
	margin: 10px 0 12px;
}
.search input {
    width: 100%;
    padding: 13px 10px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #aaa;
	box-sizing: border-box;
	color: #555;
	-webkit-appearance: none;
	border-radius: 0;
}
.search select {
    width: 100%;
    padding: 12px 6px;
	margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid #aaa;
	box-sizing: border-box;
	color: #555;
	margin-top: 10px;
	border-radius: 0;
    background: #fff url(../siteart/downarrow.png) no-repeat 98%;
    background-size: 21px;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
}

select::-ms-expand {
display: none;
}

.search input[type="submit"]{
	font-family: 'Open Sans';
    font-size: 14px;
	text-transform: uppercase;
	color: #fff;
    padding: 7.5px 14px;
    width: 100%;
    border: 3px solid #fff;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	background: #226618;
}
.search input[type="submit"]:hover {background: #85AB80;}
.search input[type="reset"]{
	font-family: 'Open Sans';
    font-size: 14px;
	text-transform: uppercase;
	background: #ccc;
	border: 1px #fff solid;
    padding: 12px 14px;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
.search input[type="reset"]:hover{background: #aaa;}
input {border-radius: 0;}
select {border-radius: 0;}
/*=======================
	 INVENTORY PAGES 
=========================*/

.container.cf {
	background-image: url(../siteart/white_paperboard.png);
	background-repeat: repeat;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.container.cf h1 {font-size: 28px;}

.container.cf a {
	color: #000;
}

.container.cf .bottom-bar a {
    color:#fff;
}



.hosted-content .listings-wrapper .listings-list .listing-banner h2, .dealer-contact__heading {color: #000;}

/*=======================
      ABOUT SECTION
=========================*/
.about {
	padding: 4em;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

.about h1 {color: #226618; margin-bottom: 20px; }

/*=======================
     	  FOOTER
=========================*/
footer {
	background:url(../siteart/background.jpg) center center repeat;
	background-color:#000;
	width: 100%;
	display: inline-block!important;
	text-align: center;
	padding: 10px 0;
}

footer img {
	width: 280px;
}

footer p {
	line-height: 25px;
	color: #fff;
} 

footer > .col1 {
	
	float: left;
}

footer a:hover {color:#64945D!important;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Open Sans', Helvetica, sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:'Open Sans', Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:'Open Sans', Helvetica, sans-serif;font-size:13px; color:#000;}

.smallfootertext{font-family:'Open Sans', Helvetica, sans-serif;font-size:10px; color:#000;}

.divfooter {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 1px;
    line-height: 12px;
	padding: 18px;
}
/*=======================
   BACK TO TOP / BOTTOM
=========================*/
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 61px;
    z-index: 100;
    display: none;
	color:#64945D;
    text-align: center;
	line-height: 11px;
}

.back-to-top i {
  font-size: 25px;
	color:#64945D;
}

.back-to-top p {
	font-size: 12px;
	color:#497343;
}

/*=======================
	  INVENTORY
=========================*/

.view-listing-details-link{color:#FFF!important;}
.view-listing-details-link:hover{color:#226618!important;font-weight:normal!important;}
.list-content, .detail-content, .detail-content-mobile{text-align: left!important;}
.contact-info-heading h2{color:#000!important;}
.detail-content-mobile .contact-options a{color:#FFF!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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}
.list-content .list-error-container .info span {color:#000 !important}
.list-content .list-error-container .info button {background: #226618 !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:#226618 !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:#226618 !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 #226618 !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: #226618 !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;}

.list-content .list-top-section .list-title {font-size: 14px !important;}

/*=======================
	  MEDIA QUERIES
=========================*/
@media screen and (max-width: 1350px) {
	.search-col-first {margin-top: 15px;}
	.search h2 {font-size:27px!important;}
	.search input {margin-bottom: 10px;}
	.about .col2 {width: 80%;}
	footer img {width: 205px; margin:0 auto;}
}

@media screen and (max-width: 1200px) {
    .header-img-overlay {
        margin-right:0;
    }
}
@media screen and (max-width: 995px) {
	.brandlogos img {width: 130px;}
}

@media screen and (max-width: 815px) {
	.search {width: 100%;}
	footer .col4 {width: 50%;}
}

@media screen and (max-width: 715px) {
	.search-wrap {padding: 9px;}
	.search h2 {font-size: 30px!important; margin:-3px 0 3px 0;}
	.search-col-first {width: 100%; margin-top: 0; padding-right: 0;}
	.search-col {width: 50%; padding-right: 5px;}
	.search select {margin-bottom: 6px; margin-top: 0;vertical-align: top;}
	.search input {margin-bottom: 6px; padding: 12px 10px; vertical-align: top;}
	.about {padding: 2.5em;}
	.about .col2 {width: 93%;}
    .header-img-overlay p {
        font-size: 7vw;
    }
    .header-img-overlay {
        margin: 0 auto;
    }
    
}

@media screen and (max-width:515px) {
	.about {padding: 1.5em;}
	.about p {font-size: 15px;}
	.brandlogos {padding: .5em 3em;}
	.brandlogos img {padding-right: 0; width: 100px; }
	footer p {font-size: 16px;}
	.spotlight img {width: 100%; height: auto;}
}

@media screen and (max-width:515px) {
	footer img {width: 165px;}
	footer h1 {font-size: 20px;}
	footer p {font-size: 14px;}
}