﻿/***** 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,
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 --------*/

body {
	background: #f4f4f4;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


hr {
	border: #000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
header {}


.mbr-header {
	box-shadow: 0 4px 12px 0 rgba(32, 35, 36, 0.09);
	position: relative;
}

.mbr-header>div {
	padding: 30px 8%;
	display: flex;
	align-items: center;
	background: #fff;
}

.mbr-header>div>a {
	font-family: 'Spectral SC', serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 1.333;
	color: #202324;
	width: 33.333333%;
}

.mbr-header>div>a i {
	padding-right: 15px;
}


.mbr-header>div>div {
	width: 33.333333%;
}

.mbr-header>div a img {
	margin: 0 auto;
	max-width: 80%;
	display: block;
}



/*---BODY--------------------------------*/

.site-wrap {
	display: block;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.col34 {
	width: 34.2%;
}

.col65 {
	width: 65.8%;
}

.col100 {
	width: 100%;
}

.pad {
	padding: 140px 60px;
}

.pad.flourish-right,
.pad.flourish-left {
	padding: 140px 60px 220px;
}

.short.pad {
	padding: 100px 60px 100px;
}

.stacked-row {
	min-height: 330px;
	box-sizing: border-box;
}

.stacked-row.pad {
	padding: 80px 60px;
}

.shadow {
	box-shadow: 0 4px 12px 0 rgba(32, 35, 36, 0.09);
}

/* BACKGROUNDS */

.bg-white {
	background: #fff;
}

.bg-fade {
	background: url("/siteart/bg-fade.jpg") center bottom repeat-x;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.bg-combine {
	background: url("/siteart/updated-main-combine-img-2.jpg") 67% center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;

	min-height: 330px;
}

.bg-combine-side {
	background: url("/siteart/hero-combine.png") 67% center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;

	min-height: 330px;
}

.flourish-sm {
	margin-bottom: 35px;
	display: block;
	max-width: 100%;
}

.home-logos {display: flex; margin: 5px;}
.zimmerman {max-width: 95%;align-items: center;}
.lemken {max-width: 95%;align-items: center;}



.flourish-right,
.flourish-left {
	position: relative;
	z-index: 10;
}

.flourish-right:after {
	content: '';
	display: block;
	position: absolute;

	width: 215px;
	height: 76px;

	background: url("/siteart/flourish-lg-right.png") right center;
	right: 0;
	bottom: 80px;
	z-index: -1;
}

.flourish-left:after {
	content: '';
	display: block;
	position: absolute;
	background: url("/siteart/flourish-lg-left.png") left center;

	width: 215px;
	height: 76px;

	left: 0;
	bottom: 80px;
	z-index: -1;
}

/* ACTION BUTTONS */

#map {
	display: flex;
	margin: 10px;
}

#map iframe {

	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	margin: 10px;
}

#calls-to-action {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
	height:275px;
}

#calls-to-action a {
	width: calc(33.3333333% - 20px);
	margin: 10px;
	text-align: center;
	color: #fff;
	font-family: 'Spectral SC', serif;
	font-size: 30px;
	line-height: 1.333;
	letter-spacing: 1px;
	font-weight: 700;

	filter: brightness(1);
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	box-shadow: 0 4px 12px 0 rgba(32, 35, 36, 0.15);


	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;

	padding: 95px 0;

	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#calls-to-action a:hover {
	filter: brightness(1.1);
}


/* GENERAL BUTTONS */

.btn-group{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center;
}

.cta {

	display: inline-block;
	background: #31752f;
	color: #fff !important;

	font-family: 'Spectral SC', serif;
	font-size: 16px;
	line-height: 48px;
	padding: 0 30px;
	margin: 10px 10px 10px 0;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;

	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;

	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";


	font-weight: 700;
	letter-spacing: 1px;

}

.cta i {
	padding-right: 10px;
}

.cta:hover {
	background: #41923e;
	color: #fff;
}

.cta.dark {

	background: #202324;
	color: #fff;

}

.cta.dark:hover {
	background: #353b3d;
	color: #fff;
}


.icon-btn {
	padding: 0px;
	height: 48px;
	width: 48px;
	text-align: center;
}

.icon-btn i {
	padding: 0;
}

/* TYPOGRAPHY */
.center {
	text-align: center;
}

.center .flourish-sm {
	margin: 0 auto 35px;
}

.regular {
	font-weight: 400;
}

.bg-fade p,
.bg-white p {
	font-family: bilo, serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #516268;
	margin-bottom: 24px;

}

.bg-fade p a,
.bg-white p a {
	font-weight: 700;
	color: #516268;
}


.bg-white .heading,
.bg-white .heading-sm,
.bg-white .heading-xl,
.bg-fade .heading,
.bg-fade .heading-sm,
.bg-fade .heading-xl {
	color: #202324;
}

.heading-sm {
	font-family: 'Spectral SC', serif;
	font-size: 30px;
	line-height: 1.333;
	letter-spacing: 1px;
}

.heading {
	font-family: 'Spectral SC', serif;
	font-size: 35px;
	line-height: 1.333;
	letter-spacing: 3px;

	margin-bottom: 24px;
}

.heading-lg {
	font-family: 'Spectral SC', serif;
	font-size: 60px;
	line-height: 1.333;
	letter-spacing: 3px;
	margin-bottom: 24px;
}


/*--------FORM STYLES--------------------*/


.custom-form input {
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px 20px;
	font-family: bilo, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #202324;
	line-height: 24px;
	resize: none;
	margin-bottom: 20px;
	outline: none;
	border: none;
	background: #f5f5f5;

	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}

.custom-form .flex>input,
#CaptchaAnswer {
	width: calc(50% - 10px);
	margin-right: 10px;
}

.custom-form textarea {
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px 20px;
	font-family: bilo, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #202324;
	line-height: 24px;
	resize: none;
	margin-bottom: 20px;
	outline: none;
	border: none;
	background: #f5f5f5;

	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}

.custom-form .cta {
	outline: none !important;
	border: none !important;

	cursor: pointer;
}

.CaptchaPanel {
	text-align: left !important;
}

.CaptchaPanel,
.CaptchaAnswerPanel,
.CaptchaImagePanel,
.CaptchaMessagePanel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #454a49 !important;
}



/*-------- FOOTER STYLES ----------------*/
footer {}

.mbr-footer {
	padding: 80px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mbr-footer p {
	font-family: bilo, serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.333;
	text-align: center;
	color: #202324;
	width: 33.333333%;
}


.mbr-footer>div {
	width: 33.333333%;
}

.mbr-footer>a {
	width: 33.333333%;
}

.mbr-footer a img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.scrolling-wrap {
	width: calc(100% - 40px);
	height: 90px;
	margin: 30px 20px 0;
	box-shadow: 0 4px 12px 0 rgba(32, 35, 36, 0.09);
}

.scrolling-wrap iframe {
	width: 100%;
	height: 90px;
}


#inv {
	padding: 60px 0;
}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
	font-family: bilo, sans-serif;
}

/* Reset font, ignore icons */
#inv {
	letter-spacing: normal;
}

#inv h1,
#inv h2,
#inv h3,
#inv h4,
#inv h5,
#inv h6,
#inv h1 span,
#inv h2 span,
#inv h3 span,
#inv h4 span,
#inv h5 span,
#inv h6 span {
	color: #202324;
	font-family: 'Spectral SC', serif !important;
	font-weight: 700;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin: 2px 3px 3px 4px !important;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
	margin: 0px 3px 0px 6px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin-top: 0 !important;
}

span.compare-label,
.list-listings-count {
	padding-left: 4px !important;
}


.hosted-content .attachment-search .search-checkboxes label .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.cs-btns a,
.apply-button,
.Manufacturer-button,
.Model-button {
	background: #31752f !important;
	color: #fff !important;
	text-decoration: none !important;

	transition: ease-in 0.2s all;
	-moz-border-radius: 45px !important;
	-o-border-radius: 45px !important;
	-webkit-border-radius: 45px !important;
	border-radius: 45px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.faceted-search-content .selected-facets-container .selected-facet:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.cs-btns a:hover,
.apply-button:hover,
.Manufacturer-button:hover,
.Model-button:hover {
	background: #41923e !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.mobile-done-button,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.list-page-nav,
.contact-options a,
.list-error-container .info>div>button {
	background: #202324 !important;
	transition: ease-in 0.2s all;
	-moz-border-radius: 45px !important;
	-o-border-radius: 45px !important;
	-webkit-border-radius: 45px !important;
	border-radius: 45px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.contact-btn:hover,
.contact-options a:hover,
.mobile-done-button:hover {
	background: #353b3d !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,
.return-links *,
.compare-title,
.compare-price,
.mobile-option-bar-filter {
	color: #202324 !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: #202324 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.back-button {
	border-color: #202324 !important;
	color: #202324 !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: #202324 !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;
	box-sizing: border-box;
}

.detail-additional-data h3 {
	margin: 18px 0;
}


.slick-dots {display: none!important;}
.arrow-right {display: none!important;}

.home-logos a:hover {scale: 1.05; background-color:white;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1439px) {

	.col34,
	.col65 {
		width: 50%;
	}

	.heading-lg {
		font-size: 35px;
	}

	.hide-md {
		display: none;
	}
	.btn-group{
		flex-direction: column; 
	}
}

@media only screen and (max-width: 1023px) {
	.mbr-header>div>a {
		width: 60px;
		color: #516268;
	}

	.mbr-header>div>div {
		width: 60px;
	}

	.mbr-header>div>.logo {
		width: 100%;
	}

	.col34,
	.col65 {
		width: 100%;
	}

	.column-reverse-sm {
		flex-direction: column-reverse;
	}

	.hide-mobile {
		display: none;
	}
	
	#calls-to-action{
		height: auto;
	}

	#calls-to-action a {
		width: calc(50% - 20px);
	}

	#calls-to-action a:nth-of-type(3) {
		width: 100%;
	}

	.mbr-footer>p,
	.mbr-footer>a,
	.mbr-footer>div {
		width: 100%;
		margin-bottom: 35px;
	}
	.btn-group{
		flex-direction: row; 
	}
}


@media only screen and (max-width: 767px) {
	#calls-to-action a {
		width: 100%;
	}



	.custom-form input {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.custom-form .flex>input,
	#CaptchaAnswer {

		width: 100% !important;
		margin-right: 0 !important;
	}

	.custom-form textarea {
		width: 100% !important;
		margin-right: 0 !important;
	}


	.pad.flourish-right,
	.pad.flourish-left {
		padding: 80px 30px 190px;
	}

	.pad,
	.short.pad {
		padding: 80px 30px;
	}
	
	.btn-group{
		flex-direction: column; 
	}


}