﻿/***** 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: #003e85; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #003e85;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

html{scroll-behavior: smooth;}

/*--- HEADER STYLES ---------------------*/
header {}

.logo{position: relative;}
.logo-links{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
}
.logo-links a{width: 31%;}


/*---BODY--------------------------------*/

.wrapper{
	max-width: 90%;
	display: block;
	margin: 0 auto;
}
.vpad{padding: calc(20px + 3%) 0;}
.vpad-less{padding: 0 0 calc(20px + 3%);}
.nowrap{white-space: nowrap;}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.col25{width: 25%;}
.col33{width: 33.3333%;}
.col50{width: 50%; position: relative;}
.col50.pad{
    width: 45%;
}
.justify-between{justify-content: space-between;}
.blue{color: #003e85; font-weight: 700;}

.hero{
	position: relative;
	background: url("/siteart/hero.jpg") 20% center;
	background-size: cover;
	width: 100%;
	height: 470px;
	padding-bottom: 10%;
	overflow: hidden;
}
.hero video{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.hero-short{
	height: 40px;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 62, 133, 0.4);
}
.hero-text{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
	text-align: center;
	font-family: montserrat, sans-serif;
}
.hero-text h1{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.hero-text h1 .extrabold{
	font-size: 72px;
	font-weight: 900;
}

.hero-text #inv-form{
	display: block;
    margin: 0 auto;
    max-width: 800px;
	padding: 0 30px;
}
.hero-text #inv-form .flex{
	justify-content: space-around;
}
.hero-text #inv-form input, .hero-text #inv-form button, .hero-text #inv-form select{
	width: 95%;
	font-size: 14px;
	font-family: montserrat, sans-serif;
	border: none;
	max-width: none;
}
.hero-text #inv-form input, .hero-text #inv-form select{
	padding: 12px;
	box-sizing: border-box;
    line-height: 20px;
}

button.cta, .header div.cta, a.cta{
	display: block;
	padding: 12px;
	border-right: solid 9px #fcd82e !important;
	background: #003e85;
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-family: montserrat, sans-serif;
	font-size: 14px;
    line-height: 20px;
	width: 100%;
	max-width: 300px;
}
.header div.cta{
	display: flex;
	gap: 10px;
}
.header div.cta a{
	width: 50%;
}
.header div.cta a img{
	max-width: 100%;
}
.cta:hover > .hover-icon, .contact-btn:hover > .hover-icon {
    opacity: 1;
    margin-left: 8px;
}

.hover-icon {
    vertical-align: top;
    opacity: 1.00;
    transition: all 0.2s ease;
    margin-left: 4px;
}

.contact-btn .hover-icon {
	line-height: 80px;
}

.bg-grey{
	
	background: #e9ecee;
}

.bg-white h2, .bg-white h1, .bg-grey h2, .bg-grey h1, .heading{
	font-family: montserrat, sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003e85;
}
.subheading{
	font-family: montserrat, sans-serif;
	font-size: 20px !important;
	text-transform: uppercase;
	color: #003e85 !important;
	font-weight: 400 !important;
}
.bg-white p, .bg-grey p{
	font-family: montserrat, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}
.bg-white a:not(.cta){
	color: #003e85;
}
.bg-white ul, .bg-grey ul{
	list-style: disc;
	font-family: montserrat, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-left: 14px;
}
.bg-white ul.list-numbers{
	list-style: decimal;
}
.bg-white ul a, .bg-grey ul a{
	color: #003e85;
}

/* MANUFACTURERS */


.brandbar{
    background: #e9ecee;
    width: calc(100% - 75px);
    margin: 0 auto;
    padding: 0 37.5px;
    text-align: center;
}
.slick-slide img{
	margin: 0 auto;
}

.slick-arrow:before{
	color: #000 !important;
	font-size: 24px !important;
	line-height: 1px !important;
}
.slick-next:before {
    content: "\203A" !important;
}
.slick-prev:before {
    content: "\2039" !important;
}

/* INVENTORY CATEGORIES */

#categories {
	display: flex;
	flex-wrap: wrap;
}
#categories a {
	width: calc(33.3333% - 2px);
	padding-bottom: 14.6%;
	position: relative;
	height: 0;
	overflow: hidden;
	border: solid 1px #fff;
	border-left: none;
}
#categories a:nth-child(1), #categories a:nth-child(4) {
	border-left: solid 1px #fff;
}
#categories a:hover img{
	filter: contrast(0.7) brightness(1.1);
}
#categories a img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: ease all 0.3s;
}
#categories a .category-title {
	position: absolute;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	font-family: montserrat, sans-serif;
	text-align: center;
	top: 50%;
	width:100%;
	transform: translateY(-50%);
}

/* SHOWROOMS */

#showrooms{
	display: flex;
	flex-wrap: wrap;
}
#showrooms a{
	width: 25%;
}
#showrooms a:hover img{
	opacity: 0.8;
}
#showrooms a img{
    padding: 40px 80px;
    width: calc(100% - 180px);
    margin: 10px 0;
    background: #e9ecee;
	transition: ease all 0.3s;
}

/* STAFF */

.staff-heading{
	background: #003e85;
	border-right: solid 9px #fcd82e;
	color: #fff !important;
	padding: 10px;
	font-size: 20px;
	font-family: montserrat, sans-serif;
	margin-bottom: 3%;
}
.staff-grid{
	display: flex;
	flex-wrap: wrap;
}
.staff{
	width: calc(20% - 10px);
	margin-bottom: 3%;
	margin-left: 10px;
}


/* SERVICE */

.bg-service-warranty{
	background: url("/siteart/nh-service-1.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.bg-service-maintenance{
	background: url("/siteart/nh-service-2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.bg-service-inspect{
	background: url("/siteart/nh-service-inspect.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}

/* BRANDS */
h3#headingthree {color:#000; font-family: montserrat, sans-serif; }

/* CONTACT */


#locations-row {justify-content: space-between;}
#locations-row .col33{width: 31%;}

#locations-row ul{
	list-style: none;
}
#locations-row ul li{
	position: relative;
	margin-left: 14px;
	color: #000;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
}
#locations-row ul li a{
	color: #000;
}
#locations-row ul i{
    position: absolute;
    left: -24px;
    top: 4px;
}

/* BANNER AD */
.banner-ad{position: relative; display: block; border-bottom: solid 9px #003e85; cursor: pointer;}
.banner-ad:hover .banner-ad-bg{
	opacity: 0.4;
}
.banner-ad h3{
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #003e85;
	text-align: center;
	padding: 20px;
    position: relative;
}
.banner-ad h3 .extrabold{
    font-size: 48px;
    font-weight: 900;
}

.banner-ad-bg.husqvarna{
   	background: url("/siteart/husqvarna-equipment.jpg") center 65%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: ease all 0.3s;
}
.banner-ad-bg.new-holland{
   	background: url("/siteart/bg-contact.jpg") 10% 65%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: ease all 0.3s;
}

/*--------FORM STYLES--------------------*/
#custom-form{
	
    font-family: montserrat, sans-serif;
}
#custom-form input, #custom-form textarea, #custom-form select {
    width: 100%;
    line-height: 30px;
	height: 32px;
    resize: none;
    font-family: montserrat, sans-serif;
    padding-left: 5px;
    box-sizing: border-box;
}
#custom-form textarea {
	height: 100px;
}
#custom-form select {
    width: 100%;
    line-height: 30px;
	padding: 8px 0;
    resize: none;
    font-family: montserrat, sans-serif;
    padding-left: 5px;
    box-sizing: border-box;
}
#custom-form button {
    border-top: none !important;
	border-bottom: none !important;
}
.CaptchaAnswerPanel, .CaptchaPanel {
    padding-left: 0!important;
    padding-right: 0!important;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{background: #e9ecee; font-family: montserrat, sans-serif;}

.footer .col50.pad{
    width: 30%;
    padding: calc(40px + 5%) 10%;
}

.footer h5{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer a{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	transition: ease all 0.2s;
}
.footer a[href^="tel:"]{
    margin-left: 14px;
}
.footer a:hover{
	color: #003e85;
}
.footer-text{
	background: #000;
	font-family: montserrat, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 20px 5%;
	overflow: hidden;
}
.footer-text a{
	color: #fff;
}
.footer-text .flex{justify-content: space-between; position: relative;}

.footer .cta-lg {
	position: relative;
	overflow: hidden;
}
.footer .cta-lg img{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transition: ease all 0.3s;
}
.footer .cta-lg:hover img{
	filter: contrast(0.7) brightness(1.1);
}
.footer .cta-lg h6{
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
	text-align: center;
	font-family: montserrat, sans-serif;
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
}
.footer .cta-lg h6 .extrabold{
	font-size: 48px;
	font-weight: 900;
}

.absolute-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: montserrat, sans-serif!important;} /* Reset font, ignore icons */


.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;}

.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 {    border-right: solid 9px #fcd82e !important;
    background: #003e85 !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 {background: #333 !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 {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; color: #003e85 !important; text-transform: uppercase;}

.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: #333 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #333 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {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: #333!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;}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1550px) {
	.footer .cta-lg img{
		width: auto;
		height: 100%;
	}
	
		
	#showrooms a{
	width: 25%;
	}
	#showrooms a img{padding: 25px 40px;  width: calc(100% - 100px);}
	
	.justify-between .col50.pad {
		width: 100%;
		min-height: 350px;
		margin-bottom: 36px;
	}
	.justify-between {
		flex-direction: column-reverse !important;
	}
}

@media only screen and (max-width: 1023px) {
	.hero-text #inv-form .col33{width: 100%;}
	.hero-text #inv-form button, .hero-text #inv-form input, .hero-text #inv-form select{width: 100%; margin-bottom: 12px;}
	
	.hero video{
    width: auto;
    height: 100%;
    transform: translateX(-50%);
	left: 50%;
	top: 0;
}
	
	#locations-row {justify-content: space-between;}
	#locations-row .col33:first-of-type{margin-top: 0px;}
	#locations-row .col33{width: 100%; margin-top: 30px;}
	
	.col25{width: 50%;}
	
	.footer > .flex > .col50{width: 90%; padding: 20px 5%;}
	.footer .cta-lg{
		height: 230px;
	}
	.footer .cta-lg img{
		width: 100%;
		height: auto;
	}
	
	.footer-text .flex{flex-direction: column; margin-top: 64px; text-align: center; justify-content: center; line-height: 24px;}
	.absolute-center{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		top: -48px;
		width: 90%;
	}

	
	#showrooms a{
	width: 33.3333%;
	}
	
	.staff-heading{
		margin-bottom: 30px;
	}
	.staff{
		width: calc(25% - 10px);
		margin-bottom: 30px;
	}
	
	#categories a {
    width: calc(50% - 2px);
		height: 50px;
		border: 1px solid #fff !important;
	}
	#categories a .category-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 800px) {

	#showrooms a{
	width: 50%;
	}
	.staff{
		width: calc(50% - 10px);
	}	
	.justify-between .col50.pad {
		width: 100%;
		min-height: 250px;
		margin-bottom: 36px;
	}	

	.col25{width: 100%;}
}
@media only screen and (max-width: 600px) {

	.hero-text h1{font-size: 24px;}
	.hero-text h1 .extrabold{font-size: 40px;}
	.footer .col50.pad{width: 100%; padding-left: 0; padding-right: 0;}
	.footer .col50.pad:nth-child(2){padding-top: 0;}
	.footer .cta-lg img{
		width: auto;
		height: 100%;
	}
	
	.footer .cta-lg h6{
		font-size: 24px;
		line-height: 32px;
	}
	.footer .cta-lg h6 .extrabold{
		font-size: 36px;
	}
	
	.staff{
		width: 100%;
	}
	
	#categories a {
    width: 100%;
    height: 120px;
	}
	#categories a .category-title {
    font-size: 26px;
	}
}
@media only screen and (max-width: 480px) {
	#showrooms a{
	width: 100%;
	}

}






