﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/dze7jqb.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 {
  --gold: #FFAA4D;
  --blue: #003A70;
  --dark-blue: #001427;
  --grey: #F2F2F2;
}


/***** 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: 'redonda', sans-serif;
}

#home p , #request-a-demo p, #consignment p, #shipping p, #about p, #employment p, #contact p, #thankyou p, #application p {
	font-family: 'neulis-sans', sans-serif;
	font-size: 20px;
	color: var(--dark-blue);
	line-height: 35px;
}

/*-------- BODY STYLES --------*/

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-hero {background-color: var(--blue);position: relative;}
.home-hero video {opacity: .3; width: 100%; height: 100%; object-fit: cover;}
.home-hero .video-height {width: 100%; height: 880px;}

.home-hero .wrapper {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
}
.home-hero .heading-lg {text-align: center; max-width: 958px; width: 100%; margin: 0 auto;}
.home-hero .btn-top {display: flex; justify-content: center;}

#about .inner-hero {
	background: url("/siteart/about-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#employment .inner-hero {
	background: url("/siteart/employment-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#contact .inner-hero {
	background: url("/siteart/contact-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#request-a-demo .inner-hero {
	background: url("/siteart/request-demo-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#consignment .inner-hero {
	background: url("/siteart/consignment-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#shipping .inner-hero {
	background: url("/siteart/shipping-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#thankyou .inner-hero {
	background: url("/siteart/thankyou-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

#application .inner-hero {
	background: url("/siteart/application-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
}

.inner-hero .wrapper {padding-top: 130px!important; padding-bottom: 130px!important;}
.inner-hero .heading-lg {text-align: center;}
.inner-hero .wrapper div {display: flex; justify-content: center;}
.inner-hero a {color: #fff; font-size: 20px; margin-top: 10px;font-family: 'redonda', sans-serif;transition: transform .2s;}
.inner-hero i {color: var(--gold)!important; margin-right: 30px;}
.inner-hero a:hover {color: var(--gold);}
.inner-hero a:hover i {    
	-webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
}

/*---BODY--------------------------------*/

/*---.col-3---*/
.col-3 {padding-top: 100px!important; padding-bottom: 130px!important;}
.col-3 .heading-md {text-align: center; margin-bottom: 80px;}
.col-3 .flex {justify-content: center; gap: 15px;}
.col-3 .flex a {transition: transform .2s;background: #F2F2F2;}
.col-3 .flex a:hover {transform: scale(0.90);}
.col-3 .flex a > div {padding: 40px 50px 35px;}
.col-3 .img-height {padding: 0 50px 70px;}
.col-3 .flex img {max-width: 400px; width: 100%; height: auto;}
.col-3 .heading-mdsm {text-align: center;}

.col-3 .btn-top {display: flex; justify-content: center; margin-top: 70px!important;}

/*---img-right---*/
.img-right {justify-content: space-between; align-items: center; padding-bottom: 130px!important;}

.img-right > div:first-child {max-width: 790px; margin-right: 30px;}
.img-right .heading-md {margin-bottom: 30px;}

.img-right .img-height {max-width: 900px;width: 100%;height: 800px;}
.img-right .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 0 100px 0 200px;}

.p-top {margin-top: 30px;}

/*---.img-bg---*/
.img-bg {
	background: url("/siteart/call-us.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--dark-blue);
}
.img-bg .wrapper {padding-top: 110px!important; padding-bottom: 110px!important;}
.img-bg .heading-md, .img-bg .btn-lg > a {color: #fff; text-align: center;}
.img-bg .heading-md {font-weight: 400!important;}
.img-bg .btn-lg {display: flex;}
.img-bg .btn-lg > a {margin: 20px auto 25px; font-size: 100px; font-family: 'redonda', sans-serif; font-weight: 500; display: inline-block;transition: all .4s ease-out;}
.img-bg .btn-lg > a:hover {color: var(--gold);}
.img-bg .flex {justify-content: center; align-items: center; gap: 55px;}
.img-bg .flex a {color: var(--gold); font-size: 50px; transition: all .4s ease-out;}
.img-bg .flex a:hover {color: #fff;}

/*--------PAGE STYLES--------------------*/
/*---shipping---*/
.center-section {max-width: 600px!important; padding-top: 130px!important; padding-bottom: 130px!important;}
.center-section .heading-md {margin-bottom: 30px;}
.center-section .heading-md, .center-section p {text-align: center;}

/*---thankyou---*/
.center-section .btn-top {display: flex; justify-content: center;}
#thankyou .inner-hero .heading-md, #thankyou .inner-hero p {color: #fff!important;}
.inner-hero .btn-top .btn-gold-white {color: var(--dark-blue)!important; font-size: 25px; transition: all .4s ease-out; font-family: 'redonda', sans-serif;margin-top: 0;}

/*---employment---*/
#employment .img-right .flex {gap: 15px; flex-wrap: wrap;;}

/*---about---*/
#about .img-right, #employment .img-right {padding-top: 130px!important;}

.img-bg-inner {
	background: url("/siteart/about-mission.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--dark-blue);
	padding: 110px 0;
}
.img-bg-inner .heading-md {color: #fff; text-align: center; margin-bottom: 30px;}
.img-bg-inner p {color: #fff!important; text-align: center;}
.img-bg-inner .wrapper {max-width: 790px;}

#about .col-3 .heading-md {margin-bottom: 30px!important;}
#about .col-3 p {text-align: center; max-width: 1280px; margin: 0 auto 70px;}

.img-left {padding-bottom: 130px!important; align-items: center;}
.img-left .heading-sm {margin-top: 15px; margin-bottom: 30px;text-align: center;}
.img-left p {text-align: center;}
.img-left i {font-size: 40px; display: flex; justify-content: center; color: var(--dark-blue);}
.img-left .contact-card{
	max-width: 350px;
	width: 100%;
	background: var(--grey);
	transition: transform .2s;
}
.img-left .contact-card:hover {transform: scale(0.90);}
.img-left .contact-card > div {
	padding: 50px 15px;
}
.img-left .flex {gap: 20px; margin-top: 50px;}
.img-left .img-height {max-width: 900px; width: 100%; height: 700px; border-radius: 100px 0 200px 0;}
.img-left .img-height iframe {border-radius: 100px 0 200px 0;}
.img-left .content-right {margin-left: 100px; width: 100%;}

/*--------FORM STYLES--------------------*/
/*---application---*/
#application .inner-hero .flex {gap: 30px; flex-wrap: wrap;}

/*---consignment---*/
#consignment .form-all .heading-sm, #application .form-all .heading-sm {text-align: left; margin-bottom: 30px; margin-top: 50px;}
/*---request-a-demo---*/
#request-a-demo .form-all p {max-width: 800px!important;}
/*---contact---*/

.form-all .heading-md {margin-bottom: 10px; color: var(--dark-blue)}
.form-all p {max-width: 750px; margin: 15px auto 40px;}

.form-all {
	box-sizing: border-box;
	max-width: 1200px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
	padding-top: 100px!important;padding-bottom: 100px!important;
}

 .label {
	font-family: 'neulis-sans', sans-serif;
	text-align: left!important;
	font-weight: 500;
	font-size: 19px;
}

.label-row {margin-bottom: 15px;color: var(--dark-blue);}

.flex-form {
	width: 100%;
	max-width: 1205px;
	padding: 15px;
	margin: 52px auto;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.form-half {
	display: inline-block;
	width: calc(50% - 8px);
	margin: 15px 15px 15px 0;
}

.form-half input {
	padding: 15px;
	width: 100%;
	font-family: 'neulis-sans', sans-serif;
	box-sizing: border-box;
	background: var(--grey);
	font-size: 20px;
	color: var(--dark-blue);
	border: none;
}

.form-2nd-row {margin-right: 0;}

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.form-full-sm input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'neulis-sans', sans-serif;
	box-sizing: border-box;
	color: var(--dark-blue);
	font-size: 20px;
}

.form-full textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'neulis-sans', sans-serif;
	background: var(--grey);
	font-size: 20px;
	color: var(--dark-blue);
	border: none;
}

.form-full {margin: 15px 0 30px 0;}

input::placeholder, textarea::placeholder {color: var(--dark-blue);}
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/*--------Captcha--------------------*/

.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a:hover {text-decoration: underline;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--dark-blue);font-family: 'neulis-sans', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-blue); padding-top: 80px; padding-bottom: 80px;}
.my-site-footer .wrapper > .flex {justify-content: space-between;}

.footer-logo {dispaly: inline-block;}
.footer-logo img {max-width: 300px; width: 100%;}

.my-site-footer .left-info .flex {gap: 50px; margin-top: 50px;}
.my-site-footer .left-info .flex a {
	font-family: 'redonda', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	transition: all .4s ease-out;
}

.my-site-footer .btn-top {margin-top: 50px!important;}

.my-site-footer .left-info .flex a i {color: var(--gold); margin-left: 35px;}
.my-site-footer .left-info .flex a:hover {color: var(--gold);}

.footer-heading {font-family: 'redonda', sans-serif; font-size: 25px; font-weight: 500; color: #fff; margin-bottom: 20px;}
.my-site-footer .right-info {font-size: 20px; font-family: 'redonda', sans-serif; margin-top: -35px;}
.my-site-footer .right-info li {margin-top: 30px;}
.my-site-footer .right-info a {color: #fff;transition: all .4s ease-out;}
.my-site-footer .right-info a:hover, .my-site-footer .right-info i:hover {color: var(--gold);}

.my-site-footer .right-info > .flex {gap: 130px;}
.my-site-footer .social-links {gap: 30px;}
.my-site-footer .social-links i {color: var(--gold)!important; font-size: 25px!important; transition: all .4s ease-out;} 
.my-site-footer .social-links i:hover {color: #fff!important;}

/*-------- UNIVERSAL STYLES ----------------*/

.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}

/*---Headings---*/

.heading-lg {color: #fff; font-size: 80px; font-weight: 500;}
.heading-md {color: var(--dark-blue); font-weight: 700; font-size: 60px;}
.heading-mdsm {color: var(--dark-blue); font-weight: 500; font-size: 40px;}
.heading-sm {color: var(--dark-blue); font-weight: 500; font-size: 35px;}

.h1-span {font-size: 30px!important; font-weight: 400!important;}
.h1-italic {font-style: italic; font-weight: 300!important;}
.h1-gold {color: var(--gold)!important;}
.h2-span {font-size: 40px!important; font-weight: 400!important;}

.h2-lg {font-size: 100px; font-weight: 500; color: #fff;}

/*---Buttons---*/

.btn-gold, .btn-gold-white {
    display: inline-block;
    width: 230px;
    color: var(--dark-blue);
    background: var(--gold);
    padding: 15px;
    font-weight: 500;
    font-size: 25px;
    font-family: 'redonda', sans-serif;
    border-radius: 0 10px 0 20px;
	border: none;
    transition: all .4s ease-out;
    text-align: center;
}

.btn-gold-white:hover {background: #fff;}
.btn-gold:hover {background: var(--blue); color: #fff;}

.btn-blue {
    display: inline-block;
    width: 230px;
    color: #fff;
    background: var(--blue);
    padding: 15px;
    font-weight: 500;
    font-size: 25px;
    font-family: 'redonda', sans-serif;
    border-radius: 0 10px 0 20px;
	border: none;
    transition: all .4s ease-out;
    text-align: center;
}

.btn-blue:hover {background: var(--gold); color: var(--dark-blue);}

.btn-top {margin-top: 60px;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count, .list-content .price-container .price, .listing-prices__retail-price, .calc-button-wrapper button, .detail__machine-location a, .dealer-contact__phone a, .dealer-contact__details_right-col .dealer-contact__videochat, .thumb-container .thumb .thumb-details .title {color: var(--blue)!important;}

.faceted-search-content .selected-facets-container .selected-facet {background: var(--blue)!important;}

.list-container-flexrow .view-listing-details-link, .view-listing-details-link, .detail__cta-buttons button, .dealer-contact__buttons button, .detail-contact-bar button, .list-content .list-error-container .info button:not(.login-button) {background: var(--gold)!important; color: var(--dark-blue)!important; transition: all .4s ease-out;}
.list-container-flexrow .view-listing-details-link:hover, .view-listing-details-link:hover, .detail__cta-buttons button:hover, .dealer-contact__buttons button:hover,.detail-contact-bar button:hover, .list-content .list-error-container .info button:not(.login-button):hover {background: var(--blue)!important; color: #fff!important;}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1450px) {
	.col-3 .img-height {padding: 0 30px 70px;}
}

@media only screen and (max-width: 1350px) {
	.img-left .content-right {margin-left: 50px;}
}

@media only screen and (max-width: 1230px) {
	.my-site-footer .right-info > .flex {gap: 50px;}
}

@media only screen and (max-width: 1150px) {
	.col-3 .img-height {padding: 0 50px 70px;}
	.col-3 .flex {flex-wrap: wrap;}
	.img-right {flex-direction: column;}
	.img-right > div:first-child {margin-right: 0; margin-bottom: 70px;}
	.img-right .img-height {max-width: 100%; height: 600px;}
}

@media only screen and (max-width: 1100px) {
	.my-site-footer .left-info .flex {flex-direction: column;gap: 30px;}
	.img-left {flex-wrap: wrap;}
	.img-left .img-height {max-width: 100%;height: 200px;}
	.img-left .img-height iframe {border-radius: 50px 0 100px 0;}
	.img-left .content-right {margin-top: 50px; margin-left: 0;}
}

@media only screen and (max-width: 1000px) {
	.home-hero .video-height {height: 800px;}
	.home-hero .wrapper {top: 100px;}
}

@media only screen and (max-width: 930px) {
	.my-site-footer .wrapper > .flex {flex-direction: column;}
	.my-site-footer .right-info {margin-top: 80px;}
	.my-site-footer .right-info > .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 916px) {
	.home-hero .wrapper {top: 30px;}
}

@media only screen and (max-width: 840px) {
	.img-bg .btn-lg > a {font-size: 80px;}
}

@media only screen and (max-width: 800px) {
	.heading-lg {font-size: 50px;}
	.heading-md {font-size: 35px;}
	.heading-mdsm {font-size: 30px;}
	.heading-sm {font-size: 25px;}
	.h1-span {font-size: 20px!important;}
	.h2-span {font-size: 20px!important;}
	.h2-lg {font-size: 43px;}
	.img-bg .btn-lg > a {font-size: 40px;}
	.img-bg .flex a {font-size: 40px;}
	.home-hero .video-height {height: 700px;}
	.home-hero .wrapper {top: 150px;}
	.col-3 .heading-md, #about .col-3 p {margin-bottom: 50px;}
	.col-3 .btn-top {margin-top: 50px !important;}
	.img-left .flex {margin-top: 40px;}
	.img-bg .wrapper {padding-top: 50px!important; padding-bottom: 50px!important;}
	.form-all {padding-top: 80px!important; padding-bottom: 80px!important; margin: 0 auto 80px !important;}
}

@media only screen and (max-width: 600px) {
	.img-right .img-height {height: 300px;}
	.img-right .img-height img {border-radius: 0 50px 0 100px;}
}

@media only screen and (max-width: 589px) {
	.home-hero .wrapper {top: 100px;}
}

@media only screen and (max-width: 550px) {
	.col-3 .flex a > div {padding: 0px 0px 35px;}
	.col-3 .img-height {padding: 0 50px 30px;}
	.flex-row {flex-direction: column;}
	.form-half {width: 100%; margin: 15px 0;}
}

@media only screen and (max-width: 513px) {
	.home-hero .wrapper {top: 50px;}
	.img-left .flex {flex-wrap: wrap;}
	.img-left .contact-card {max-width: 100%;}
	.col-3, #about .img-right, #employment .img-right, .center-section {padding-top: 80px!important; padding-bottom: 80px!important;}
	.img-left, .img-right, #employment .faq-accordian {padding-bottom: 80px!important;}
}

@media only screen and (max-width: 382px) {
	.heading-lg {font-size: 45px;}
}

@media only screen and (max-width: 360px) {
	.img-bg .btn-lg > a {font-size: 34px;}
	.h1-span {font-size: 17px !important;}
}

@media only screen and (max-width: 350px) {
	.home-hero .heading-lg {font-size: 40px;}
	.home-hero .video-height {height: 630px;}
}

@media only screen and (max-width: 345px) {
	#consignment .inner-hero .heading-lg {font-size: 38px;}
}






