﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/udz3fec.css");
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 --------*/
:root {
  --yellow: #F4A825;
  --blue: #465BA4;
  --dark-grey: #1D1E20;
  --grey: #EEEEEE;
}

/***** 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;
}

h1, h2, h3 {
	font-family: 'transducer', sans-serif;
}

#home p, #thankyou p, #about p, #contact p, #inventory-header .inner-hero p  {
	font-family: 'neulis-sans', sans-serif;
	font-size: 17px;
	color: var(--dark-grey);
	line-height: 35px;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-hero {
	background: url("/siteart/home-hero.jpg") no-repeat; 
	background-position: center; 
	background-size: cover;
	background-color: var(--dark-grey);
	position: relative;
    z-index: 0;
}

.home-hero > div, #about .inner-hero > div, #contact .inner-hero > div, #thankyou .inner-hero > div, #inventory-header .inner-hero > div {background-color: rgba(29, 30, 32, .65);}
.home-hero .wrapper {padding-top: 410px!important; padding-bottom: 150px!important;}
.home-hero .heading-lg {max-width: 1010px;}
.home-hero .heading-lg span {color: #FFC35B!important;}
.home-hero .flex {gap: 20px; flex-wrap: wrap;}

#about .inner-hero {background: url("/siteart/about-hero.jpg") no-repeat; background-size: cover; background-position: center; }
#contact .inner-hero {background: url("/siteart/contact-hero.jpg") no-repeat; background-size: cover; background-position: center; }
#thankyou .inner-hero {background: url("/siteart/thankyou-hero.jpg") no-repeat; background-size: cover; background-position: center; }
#inventory-header .inner-hero {background: url("/siteart/inventory-hero.jpg") no-repeat; background-size: cover; background-position: center; }
.inner-hero .wrapper {padding-top: 270px!important; padding-bottom: 80px!important;}
.inner-hero .heading-lg {margin-bottom: 20px;}
.inner-hero .flex {display: flex; align-items: center; gap: 30px; flex-wrap: wrap;}
.inner-hero a {font-size: 17px; font-family: 'neulis-sans', sans-serif; font-weight: 700; color: #fff;}
.inner-hero a:hover {text-decoration: underline;}
.inner-hero p {color: #fff!important;}
.inner-hero hr {margin: 0; border: #fff solid 1px; height: 30px;}


/*---BODY--------------------------------*/
/*---inventory-search---*/
.inventory-search .flex {gap: 50px; justify-content: center; align-items: center; padding: 50px; border-radius: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);max-width: 1360px; margin: -80px auto 0; position: relative; z-index: 2; background: #fff;}
.search-form {position: relative; max-width: 800px; width: 100%;}
.search-form input {
	display: block; 
	background: var(--grey); 
	width: 100%;
	padding: 20px; 
	font-family: 'neulis-sans', sans-serif;
	border: none;
	border-radius: 50px;
	line-height: 24px;
	font-size: 17px;
	box-sizing: border-box;
	height: auto;
}

.search-form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 24px;
	background: var(--yellow);
	border-radius: 50px;
	border: none;
	line-height: 24px;
	font-size: 25px;
	transition: all .4s ease-out;
	cursor: pointer;
	color: var(--dark-grey);
}

.search-form button:hover {background: var(--blue); color: #fff;}

/*---col-2---*/
.col-2 {justify-content: space-between; gap: 30px; padding-top: 130px!important; padding-bottom: 130px!important;}
.col-2 > div:last-child {max-width: 1198px; margin-top: 20px;}
.col-2 p a {color: var(--blue);transition: all .4s ease-out;}
.col-2 p a:hover {color: var(--yellow);}

/*---col-4---*/
.col-4 {background: linear-gradient(to bottom, #fff 60%, #1D1E20 40%);}
.col-4 .heading-md {margin-bottom: 0;}
.col-4 .wrapper > div:first-child {justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: center; margin-bottom: 50px;}
.col-4 .wrapper > div:last-child, .inventory-btns {justify-content: center; gap: 20px;}

.col-4 .img-height, .inventory-btns .img-height {background: var(--dark-grey); max-width: 442px; width: 100%; height: 400px;transition: .4s ease-in; position: relative; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);}
.col-4 .img-height:hover, .inventory-btns .img-height:hover {background: var(--yellow);}
.col-4 .img-height:hover .heading-sm, .col-4 .img-height:hover i, .inventory-btns .img-height:hover .heading-sm, .inventory-btns .img-height:hover i {color: var(--dark-grey)!important;}
.col-4 .img-height:hover img, .inventory-btns .img-height:hover img {opacity: .1;}
.col-4 .img-height img, .inventory-btns .img-height img {width: 100%; height: 100%; object-fit: cover; opacity: .4;}
.col-4 .img-height .flex, .inventory-btns .img-height .flex {justify-content: space-between; gap: 20px; position: absolute; bottom: 25px; left: 35px; right: 35px; align-items: flex-end;}
.col-4 .img-height i, .inventory-btns .img-height i {font-size: 30px; color: #fff; line-height: 45px;}

/*---img-left---*/
.img-left {background: var(--dark-grey); padding-top: 130px;}
.img-left .flex {justify-content: space-between; gap: 40px; align-items: center;}
.img-left .img-height {max-width: 920px; width: 100%; height: 600px;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 0 50px 50px 0; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);}
.img-left .h2-span {color: #fff!important;}
.img-left .heading-md {color: #fff!important;max-width: 570px;}
.img-left p {color: #fff!important; max-width: 810px; min-width: 500px;}

/*---img-right---*/
.img-right {background: var(--dark-grey); padding-top: 130px; padding-bottom: 130px;}
.img-right .flex {justify-content: space-between; gap: 40px; align-items: center;}
.img-right .img-height {max-width: 920px; width: 100%; height: 600px; }
.img-right .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 50px 0 0 50px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);}
.img-right .h2-span {color: #fff!important;}
.img-right .heading-md {color: #fff!important;max-width: 570px;}
.img-right p {color: #fff!important; max-width: 810px; min-width: 500px;}

/*---img-bg---*/
.img-bg {background: url("/siteart/google-maps.jpg") no-repeat; background-size: cover; background-position: center;}
.img-bg > div {background: rgba(255, 255, 255, .7);}
.img-bg .wrapper {padding-top: 130px!important; padding-bottom: 80px!important;}
.img-bg .wrapper > div:first-child {gap: 30px; justify-content: space-between; align-items: flex-end;}
.img-bg .heading-md {max-width: 960px; margin-bottom: 0;}
.img-bg .heading-md span {font-weight: 400!important;}

.img-bg .wrapper ul {margin-top: 150px; justify-content: space-between; gap: 30px; flex-wrap: wrap;}
.img-bg .wrapper ul li a {color: var(--dark-grey); font-family: 'neulis-sans', sans-serif; font-size: 22px;}
.img-bg .wrapper ul li:hover {text-decoration: underline;}
.img-bg .wrapper ul li i {margin-right: 20px;}
.img-bg .wrapper ul li:last-child i {margin-right: 0; margin-left: 20px;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
.center-inner {padding-top: 130px!important; padding-bottom: 130px!important;}
.center-inner .heading-md {margin: 0 auto 20px;}
.center-inner p, .center-inner .heading-md {text-align: center; margin: 0 auto; max-width: 600px;}
.center-inner .btn-top {margin: 60px auto 0; text-align: center;}

/*---about---*/
.img-right-inner {padding-top: 130px; padding-bottom: 130px;}
.img-right-inner .flex {justify-content: space-between; gap: 40px; align-items: center;}
.img-right-inner .img-height {max-width: 920px; width: 100%; height: 700px;}
.img-right-inner .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 50px 0 0 50px;}
.img-right-inner .heading-md {max-width: 570px;}
.img-right-inner p {max-width: 810px; min-width: 500px;}

.center-col-4 {background: var(--dark-grey); padding-top: 130px; padding-bottom: 130px;}
.center-col-4 .wrapper > .heading-md {color: #fff; margin-bottom: 60px; text-align: center;}
.center-col-4 .flex {justify-content: center; gap: 20px;}
.center-col-4 .box-height {padding: 50px 30px 60px; max-width: 442px; width: 100%; height: auto; background: var(--grey); border-radius: 50px;}
.center-col-4 .box-height .heading-md {font-size: 60px; margin-bottom: 35px; text-align: center;}
.center-col-4 .box-height .heading-sm {font-size: 30px; margin-bottom: 20px; text-align: center; color: var(--drak-grey)!important;}
.center-col-4 .box-height p {text-align: center;}
.center-col-4 .flex > .box-height:first-child {background: var(--yellow)!important;}

.flex-btns {padding-top: 130px!important; padding-bottom: 130px!important;}
.flex-btns > .flex {justify-content: space-between; gap: 30px;}
.flex-btns .heading-md {max-width: 300px;}
.flex-btns .btn-top {gap: 20px; margin-top: 105px;}
.inventory-btns .img-height {height: 300px!important; max-width: 400px!important;}

/*---contact---*/
#contact .img-right-inner .img-height {height: 600px!important;}
.img-right-inner .img-height iframe {width: 100%; height: 100%; object-fit: cover; border-radius: 50px 0 0 50px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);}
#contact .img-right-inner .heading-md {margin-bottom: 35px;}
#contact .img-right-inner .wrapper > div:first-child {min-width: 450px;}
.img-right-inner ul li a {font-size: 20px; color: var(--dark-grey); font-family: 'neulis-sans', sans-serif;transition: all .4s ease-out;}
.img-right-inner ul li a:hover {color: var(--blue);}
.img-right-inner ul li a i {margin-right: 20px;}
.img-right-inner ul li {margin-bottom: 35px;}

.center-bg {background: url("/siteart/contact-view-equipment.jpg") no-repeat; background-color: var(--dark-grey); background-size: cover; background-position: center;}
.center-bg > div {background-color: rgba(29, 30, 32, .65);}
.center-bg .wrapper {padding-top: 130px!important; padding-bottom: 130px!important;}
.center-bg .heading-md {text-align: center; color: #fff;}
.center-bg p {text-align: center; margin: 0 auto; max-width: 700px; color: #fff!important;}
.center-bg .flex {gap: 20px; justify-content: center; flex-wrap: wrap;}

/*--------FORM STYLES--------------------*/
.form-all .heading-md {margin-bottom: 10px; color: var(--dark-red);}
.form-all .heading-sm {color: var(--dark-grey)!important; text-align: left; margin-bottom: 20px; margin-top: 40px;}
.form-all p {max-width: 700px; margin: 15px auto 40px;}
#valuation .form-all p {max-width: 1000px;}

.form-bg {background: #fff; padding-top: 130px;}
.form-all {
	box-sizing: border-box;
	max-width: 1200px!important; 
	width: 100%;
	margin: 0 auto!important;
	text-align: center;
	padding-bottom: 200px!important;
}

 .label {
	font-family: 'figtree', sans-serif;
	text-align: left!important;
	font-weight: 500;
	font-size: 17px;
	color: var(--dark-grey);
}

.label-row {margin-bottom: 15px;color: #050727;}
.flex-form {width: 100%;max-width: 1205px;padding: 15px;margin: 52px auto;}
.flex-row {display: flex;width: 100%;}

.form-half {display: inline-block;width: calc(50% - 8px);margin: 15px 15px 15px 0;}
.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	font-family: 'figtree', sans-serif;
	box-sizing: border-box;
	background: var(--grey);
	font-size: 17px;
	color: var(--dark-grey);
}

.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'figtree', sans-serif;
	background:  var(--grey);
	font-size: 17px;
	color: var(--dark-grey);
}

.form-full {margin: 15px 0 30px 0;}
input::placeholder, textarea::placeholder {color: var(--dark-grey);}

/*--------Captcha--------------------*/

.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a:hover {text-decoration: underline;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--dark-grey);font-family: 'figtree', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-grey)!important; padding-top: 90px; padding-bottom: 60px;}
.my-site-footer .img-height {background: rgba(255, 255, 255, .9); border-radius: 50px; padding: 20px; max-width: 200px;}
.my-site-footer .img-height img {max-width: 200px; width: 100%;}
.my-site-footer .footer-heading {margin-bottom: 50px; font-size: 20px; font-family: 'transducer', sans-serif; color: #fff; font-weight: 700;}
.my-site-footer a {color: #fff; transition: all .4s ease-out; font-family: 'neulis-sans', sans-serif; font-size: 17px;}
.my-site-footer li {margin-bottom: 30px;}
.my-site-footer i {margin-right: 20px;}
.my-site-footer a:hover {color: var(--yellow);}
.my-site-footer .btn-yellow {color: var(--dark-grey)!important;}
.my-site-footer .btn-yellow:hover {color: #fff!important;}

.my-site-footer .wrapper {justify-content: space-between; gap: 50px;}
.my-site-footer .wrapper .flex {gap: 200px;}


/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}
.btn-top {margin-top: 60px;}

/*---Headings---*/
.heading-lg {font-size: 65px; font-weight: 700; color: #fff;}
.heading-md {font-size: 50px; font-weight: 700; color: var(--dark-grey); margin-bottom: 20px;}
.heading-mdsm {font-size: 43px; font-weight: 700; color: var(--dark-grey);}
.heading-sm {font-size: 35px; font-weight: 700; color: #fff;}
.h2-span {font-size: 20px; font-weight: 500; color: var(--dark-grey);}

/*---Buttons---*/

.btn-yellow, .btn-blue, .btn-outline  {
	display: inline-block;
	border: 2px #F4A825 solid;
	width: 220px;
	color: var(--dark-grey);
	background: var(--yellow);
	padding: 15px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px!important;
	transition: all .4s ease-out;
	font-family: 'neulis-sans', sans-serif;
	border-radius: 50px;
}
.btn-yellow:hover {background: var(--blue); color: #fff; border: 2px #465BA4 solid;}

.btn-blue {background: var(--blue)!important; color: #fff!important; border: 2px #465BA4 solid!important;}
.btn-blue:hover {background: var(--yellow)!important; color: var(--dark-grey)!important; border: 2px #F4A825 solid!important;}

.btn-outline {background: transparent!important; border: 2px #fff solid!important; color: #fff!important;}
.btn-outline:hover {background: var(--yellow)!important; border: 2px #F4A825 solid!important; color: var(--dark-grey)!important;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.listing-prices__retail-price, .detail__machine-location a, .calc-button-wrapper button span, .detail__search-results, .list-top-section .list-listings-count {color: var(--blue)!important;}
.dealer-contact__details_right-col a, .dealer-contact__details_right-col span {color: var(--dark-grey)!important;}

.list-container-flexrow .view-listing-details-link, .list-content .list-error-container .info button:not(.login-button), .mobile-done-button {background: var(--yellow)!important; color: var(--dark-grey)!important; transition: all .4s ease-out; border-radius: 50px!important;}
.list-container-flexrow .view-listing-details-link:hover, .list-content .list-error-container .info button:not(.login-button):hover, .mobile-done-button:hover {background: var(--blue)!important; color: #fff!important;}

.detail__cta-buttons button:hover, .dealer-contact__buttons button:hover, .detail-contact-bar button:hover {color: #fff!important;}

.recommended-listings-section .section-title > a, .faceted-search-content .selected-facets-container .selected-facet {background: var(--blue)!important;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1530px) {
	.flex-btns > .flex {flex-wrap: wrap;}
	.flex-btns .btn-top {margin-top: 30px;}
}

@media only screen and (max-width: 1370px) {
	.col-4 .wrapper > div:last-child {flex-wrap: wrap;}
	.col-4 .img-height {width: 48%; max-width: 640px; height: 250px;}
	.col-4 {background: linear-gradient(to bottom, #fff 50%, #1D1E20 50%);}
}

@media only screen and (max-width: 1250px) {
	.center-col-4 .flex {flex-wrap: wrap;}
	.center-col-4 .box-height {max-width: 40%;}
}

@media only screen and (max-width: 1050px) {
	.my-site-footer .wrapper .flex {gap: 50px;}
	.inventory-btns {flex-wrap: wrap; width: 100%; justify-content: flex-start!important;}
	.inventory-btns .img-height {height: 150px!important; max-width: 48% !important;}
	.inventory-btns .img-height .flex {bottom: 15px;left: 20px;right: 20px;}
}

@media only screen and (max-width: 950px) {
	.home-hero .wrapper {padding-top: 280px!important;}
}

@media only screen and (max-width: 800px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 35px;}
	.heading-mdsm {font-size: 30px;}
	.heading-sm {font-size: 25px;}
	.h2-span {font-size: 17px;}
	.img-left .flex, .img-right-inner .flex {flex-wrap: wrap; gap: 30px;}
	.img-right .flex {flex-direction: column-reverse; gap: 30px;}
	.img-left p, .img-right p, .img-right-inner p {min-width: 100px;}
	.img-left .img-height, .img-right .img-height, .img-right-inner .img-height, #contact .img-right-inner .img-height {height: 200px!important;}
	.center-col-4 .box-height .heading-sm {font-size: 20px; margin-bottom: 10px;}
	.center-col-4 .box-height .heading-md {font-size: 35px; margin-bottom: 20px;}
	.center-col-4 .box-height {padding: 30px 20px 40px;}
}

@media only screen and (max-width: 700px) {
	.inventory-search .flex {flex-wrap: wrap; justify-content: flex-start; gap: 20px; padding: 20px;}
	.col-2 {flex-wrap: wrap; gap: 50px;}
	.col-2 .btn-top {margin-top: 30px;}
	
	.col-2, .img-right, .img-right-inner, .center-col-4, .flex-btns, .center-bg .wrapper, .center-inner {padding-top: 80px!important; padding-bottom: 80px!important;}
	.img-left, .img-bg .wrapper {padding-top: 80px!important;}
	.img-bg .wrapper {padding-bottom: 45px!important;}
	.my-site-footer .wrapper {flex-wrap: wrap;}
}

@media only screen and (max-width: 600px) {
	.col-4 .img-height {width: 100%; height: 150px;}
	.col-4 .img-height .flex {bottom: 15px; left: 20px; right: 20px;}
	.img-bg .wrapper > .flex:first-child {flex-wrap: wrap;}
	.img-bg .wrapper ul {margin-top: 100px;}
	.center-col-4 .box-height {max-width: 100%;}
	.inventory-btns .img-height {max-width: 100%!important;}
	.flex-btns .btn-top {flex-wrap: wrap;}
	.img-right-inner ul li a {font-size: 17px;}
	#contact .img-right-inner .wrapper > div:first-child {min-width: 100px;}
}

@media only screen and (max-width: 500px) {
	.flex-row {flex-direction: column;}
	.form-half {width: 100%; margin: 15px 0;}
}

@media only screen and (max-width: 450px) {
	.my-site-footer .wrapper .flex {flex-direction: column; gap: 30px; justify-content: center; }
	.my-site-footer .wrapper {justify-content: center;}
	.my-site-footer .footer-heading {margin-bottom: 30px;}
	.my-site-footer li, .my-site-footer .footer-heading {text-align: center;}
	.my-site-footer .img-height {margin: 0 auto;}
	.my-site-footer .wrapper > div:first-child .btn-top {text-align: center;}
	.my-site-footer .wrapper > div:first-child .btn-top a {display: flex; flex-direction: column; gap: 20px;}
	.my-site-footer .wrapper > div:first-child .btn-top a i {margin-right: 0;}
}

@media only screen and (max-width: 420px) {
	.home-hero .wrapper {padding-top: 215px!important;}
	.home-hero .flex {margin-top: 40px!important;}
}

@media only screen and (max-width: 380px) {
	.heading-lg {font-size: 38px;}
	.heading-md {font-size: 30px;}
	.heading-mdsm {font-size: 27px;}
	.img-bg .wrapper ul li a {font-size: 17px;}
}

@media only screen and (max-width: 340px) {
	.home-hero .wrapper {padding-top: 180px!important}
}