﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/lpp5mwu.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: #F9B040;
  --grey: #F5F5F5;
  --dark-grey: #3B3939;
  --black: #242424;
}

/***** 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: 'barlow-semi-condensed', sans-serif;	
}

#home p, #thankyou p, #contact p, #financing p, #sell-with-us p  {
	font-family: 'noto-sans', sans-serif;
	font-size: 17px;
	color: var(--dark-grey);
	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: url("/siteart/home-hero.jpg") no-repeat; background-color: var(--dark-grey); background-size: cover; background-position: center;}
.home-hero > div {background: rgba(36,36,36,.65);}
.home-hero .wrapper {padding-top: 240px!important; padding-bottom: 240px!important; display: flex; justify-content: flex-end; flex-direction: column;}
.home-hero .wrapper > div:first-child {width: 100%;}
.home-hero .heading-lg {text-align: right; max-width: 750px; margin-left: auto;} 
.home-hero .btn-top {justify-content: flex-end; gap: 20px; flex-wrap: wrap;}

.inner-hero {gap: 30px; flex-wrap: wrap; align-items: center; padding-top: 30px!important;}
.inner-hero a {color: var(--dark-grey); font-weight: 700; font-size: 17px; font-family: 'noto-sans', sans-serif; transition: all .4s ease-out;}
.inner-hero a:hover {color: var(--yellow);}
.inner-hero hr {margin:0; border: #3B3939 solid 1px; height: 35px;}
#inventory .inner-hero, #thankyou .inner-hero {padding-bottom: 30px!important;}

/*---BODY--------------------------------*/
/*---inventory-search---*/
.inventory-search .flex {gap: 50px; justify-content: space-between; align-items: center; padding-top: 80px!important;padding-bottom: 80px!important;}
.inventory-search .heading-md {margin-bottom: 0!important;}
.search-form {position: relative; max-width: 1100px; width: 100%;}
.search-form input {
	display: block; 
	background: var(--grey); 
	width: 100%;
	padding: 30px; 
	font-family: 'noto-sans', sans-serif;
	border: none;
	line-height: 24px;
	font-size: 17px;
	box-sizing: border-box;
	height: auto;
}

.search-form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 30px 34px;
	background: var(--yellow);
	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(--dark-grey); color: #fff;}

/*---col-3---*/
.col-3 {padding-bottom: 80px!important; gap: 20px; justify-content: center;}
.col-3 a {background: var(--black); position: relative; transition: all .4s ease-out;}
.col-3 a:hover {background: var(--yellow);}
.col-3 a:hover .img-height {opacity: 0;}
.col-3 a:hover .heading-sm {color: var(--dark-grey);}
.col-3 .img-height {max-width: 596px; width: 100%; height: 400px; opacity: .3;}
.col-3 .img-height img {width: 100%; height: 100%; object-fit: cover;}
.col-3 .flex {justify-content: space-between; gap: 20px; position: absolute; align-items: center; bottom: 0; left: 45px; right: 0;}
.col-3 i {font-size: 40px; color: var(--dark-grey); padding: 30px 45px; background: var(--yellow);}

#financing .col-3 > .flex {position: relative!important; justify-content: space-between; gap: 20px; left: 0;}
#financing .col-3 > .flex > .flex {justify-content: space-between; gap: 20px; position: absolute; align-items: center; bottom: 0; left: 45px; right: 0;}

/*---img-left---*/
.img-left {gap: 80px; background: var(--dark-grey); align-items: center;}
.img-left .img-height {max-width: 900px; width: 100%; height: 780px; min-width: 300px;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left > div:last-child {max-width: 850px; padding: 0 15px;}
.img-left p, .img-left .heading-md {color: #fff!important;}
.img-left .heading-md .new-color {color: var(--yellow)!important;}

/*---col-2---*/
.col-2 {justify-content: center; gap: 20px; padding-top: 130px!important;}
.col-2 > div:first-child {background:var(--yellow);}
.col-2 > div:last-child {background: var(--grey);}
.col-2 .col-box {padding: 70px; width: 50%;}
.col-2 .btn-outline {padding: 15px 30px; border: #3B3939 solid 2px; font-size: 20px; color: var(--dark-grey); font-family: 'barlow', sans-serif; font-weight: 700; transition: all .4s ease-out;}
.col-2 .btn-outline:hover {background: var(--dark-grey); color: #fff;}
.col-2 .btn-top {flex-wrap: wrap; gap: 20px;}
.col-2 .btn-outline i {margin-left: 15px;}

.number-link {color: var(--dark-grey);}
.number-link:hover {text-decoration: underline;}

/*---center-section---*/
.center-section {background: url("/siteart/bg-grid.png") no-repeat; padding-top: 130px!important; padding-bottom: 130px!important; background-position: center; background-size: cover;}
.center-section .wrapper {text-align: center; max-width: 900px;}
.center-section .btn-top {justify-content: center; gap: 20px; flex-wrap: wrap;}

/*---yelow-bg---*/
.yellow-bg {background: url("/siteart/contact-home.jpg") no-repeat; background-size: cover; background-position: center;}
.yellow-bg > div {background: rgba(249,176,64,.95);}
.yellow-bg p {max-width: 839px;}
.yellow-bg .wrapper {padding-top: 100px!important; padding-bottom: 100px!important;}
.yellow-bg .wrapper .btn-top {justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap;}

.yellow-bg ul {gap: 50px; flex-wrap: wrap;}
.yellow-bg li a {color: var(--dark-grey); font-size: 17px; font-family: 'noto-sans', sans-serif;}
.yellow-bg li a:hover {text-decoration: underline;}
.yellow-bg i {padding: 13px 15px; border: #3B3939 solid 2px; font-size: 20px; margin-right: 20px;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
/*---financing---*/
#financing .col-3 {padding-bottom: 100px!important;}

/*---contact---*/
.img-left-inner {padding-top: 30px; gap: 50px; align-items: center;}
.img-left-inner .img-height {height: 700px; max-width: 900px; width: 100%;}
.img-left-inner .heading-md {text-align: left;}
.img-left-inner p {text-align: left;}
.img-left-inner > div:last-child {max-width: 700px; padding: 0 15px;}
.img-left-inner ul {margin-top: 40px;}
.img-left-inner ul li {margin-top: 30px;}
.img-left-inner ul li a {color: var(--dark-grey); font-size: 17px; font-family: 'noto-sans', sans-serif;}
.img-left-inner ul li a:hover {text-decoration: underline;}
.img-left-inner ul li i {margin-right: 15px;}

/*--------FORM STYLES--------------------*/
/*---sell-with-us---*/
.form-all .heading-sm {text-align: left; margin-top: 40px; margin-bottom: 10px; color: var(--dark-grey)!important;}
.form-all p {margin-bottom: 40px;}
.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
	padding-top: 100px!important;
	padding-bottom: 70px!important;
}

.label {font-family: 'noto-sans', sans-serif;text-align: left!important;font-weight: 500;}
.label-row {margin-bottom: 15px;}
.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;
	background: var(--grey);
	font-family: 'noto-sans', sans-serif;
	box-sizing: border-box;
}
.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: var(--grey);
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'noto-sans', sans-serif;
}
.form-full {margin: 15px 0 30px 0;}


.form-third {display: inline-block; width: 33.3%; margin: 15px 15px 15px 0; }
.form-third input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'noto-sans', sans-serif;
    box-sizing: border-box;
	color: var(--dark-grey);
}
.form-third-last {margin-right: 0; }

.form-full-sm {display: inline-block;width: 100%;margin: 15px 0;}

.form-full-sm input, .form-full-sm select {
	padding: 17px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'noto-sans', sans-serif;
	box-sizing: border-box;
	color: var(--dark-grey);
}

/*--------Captcha--------------------*/
.include-captcha{display:none;} 
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel { color: var(--dark-grey); font-family: 'noto-sans', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--black); padding-top: 80px;}
.my-site-footer p, .my-site-footer a {color: #fff; font-family: 'barlow', sans-serif; font-size: 17px; line-height: 35px; transition: all .4s ease-out;}
.my-site-footer a:hover {color: var(--yellow);}
.my-site-footer .p-different {font-family: 'noto-sans', sans-serif!important; max-width: 420px; margin-top: 20px;}
.my-site-footer .img-height img {max-width: 300px; width: 100%;}
.my-site-footer > div:first-child {justify-content: space-between; gap: 50px; padding-bottom: 100px;}
.my-site-footer > div:first-child > .flex {gap: 130px;}
.my-site-footer > div:first-child li {margin-top: 20px;}
.my-site-footer .p-heading {font-size: 20px; font-weight: 700; margin-bottom: 30px;}

.my-site-footer > div:last-child {border-top: #fff 2px solid;}
.my-site-footer > div:last-child .wrapper {justify-content: space-between; align-items: center; gap: 30px;}
.my-site-footer > div:last-child ul li {padding: 30px 25px; border: #fff solid 2px; margin-top: -2px; margin-left: -2px;}
.my-site-footer > div:last-child ul li i {margin-right: 15px;}

/*-------- 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: 80px; color: #fff; font-weight: 700;}
.heading-md {font-size: 55px; color: var(--dark-grey); font-weight: 700; margin-bottom: 20px;}
.heading-sm {font-size: 40px; color: #fff; font-weight: 700;}

.h2-span {font-size: 30px!important; font-weight: 400!important;}

/*---Buttons---*/

.btn-yellow, .btn-yellow-white, .btn-white, .btn-grey, .btn-grey-white {
	display: inline-block;
	width: 230px;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: var(--yellow);
	color: var(--dark-grey);
	border: 0;
	transition: all .4s ease-out;
	font-weight: 700;
	font-family: 'barlow', sans-serif;
}

.btn-yellow:hover {color: #fff; background: var(--dark-grey);}
.btn-yellow-white:hover {background: #fff;}

.btn-white {background: #fff!important;}
.btn-white:hover {background: var(--yellow)!important;}

.btn-grey, .btn-grey-white {background: var(--dark-grey)!important; color: #fff!important;}
.btn-grey-white:hover {background: #fff!important; color: var(--dark-grey)!important;}
.btn-grey:hover {background: var(--yellow)!important; color: var(--dark-grey)!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count {color: #a86500!important;}
.dealer-contact__details_right-col span {color: var(--dark-grey)!important;}

.list-container-flexrow .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button), .detail__cta-buttons button, .listing-carousel .recommended-listings-section .view-all-link, .dealer-contact__buttons button, .detail-contact-bar button {background: var(--yellow)!important; color: var(--dark-grey)!important; transition: all .4s ease-out;}
.list-container-flexrow .view-listing-details-link:hover, .list-content .list-error-container .info button:not(.login-button):hover, .detail__cta-buttons button:hover, .listing-carousel .recommended-listings-section .view-all-link:hover, .dealer-contact__buttons button:hover, .detail-contact-bar button:hover {background: var(--dark-grey)!important; color: #fff!important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1350px) {
	.col-3 .flex {gap: 15px; left: 20px;}
	.col-3 i {padding: 30px 40px;}
}

@media only screen and (max-width: 1230px) {
	.col-3, #financing .col-3 > .flex {flex-direction: column;}
	.col-3 .img-height {max-width: 100%; height: 200px;}
	.img-left {gap: 30px;}
	#financing .col-3 a {width: 100%;}
}

@media only screen and (max-width: 1210px) {
	.my-site-footer > div:last-child ul li {padding: 30px 15px;}
}

@media only screen and (max-width: 1150px) {
	.my-site-footer > div:last-child .wrapper {flex-direction: column;}
	.my-site-footer > div:last-child {border-top: 0;}
}

@media only screen and (max-width: 1130px) {
	.col-2 .col-box {padding: 20px;}
	.yellow-bg ul {gap: 30px;}
}

@media only screen and (max-width: 900px) {
	.col-2 {flex-wrap: wrap;}
	.col-2 .col-box {width: 100%;}
	.my-site-footer > div:last-child .wrapper .flex, .my-site-footer > div:first-child {flex-direction: column;}
	.my-site-footer > div:last-child ul li, .my-site-footer > div:last-child p {text-align: center;}
	.my-site-footer > div:last-child .wrapper {align-items: normal;}
	.my-site-footer > div:last-child p {padding-bottom: 30px;}
}

@media only screen and (max-width: 850px) {
	.img-left .img-height {height: 200px; min-width: 100px;}
	.img-left {flex-wrap: wrap;}
	.img-left > div:last-child {padding-bottom: 130px!important;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 50px;}
	.heading-md {font-size: 40px;}
	.heading-sm {font-size: 30px;}
	.h2-span {font-size: 20px!important;}
	
	.inventory-search .flex {flex-wrap: wrap; gap: 20px;}
}

@media only screen and (max-width: 700px) {
	.flex-row {flex-direction: column;}
	.form-half, .form-third {width: 100%; margin: 15px 0;}
	.img-left-inner {gap: 30px;}
}

@media only screen and (max-width: 630px) {
	.home-hero .wrapper, .center-section, .yellow-bg .wrapper {padding-top: 80px!important; padding-bottom: 80px!important;}
	.inventory-search .flex {padding-top: 70px!important; padding-bottom: 70px!important;}
	.col-3 {padding-bottom: 70px!important;}
	.img-left > div:last-child, .my-site-footer > div:first-child, #financing .col-3 {padding-bottom: 80px!important;}
	.col-2, .form-all {padding-top: 80px!important;}
	.form-all {margin-bottom: 80px!important;}
	.img-left-inner {flex-direction: column-reverse;}
	.img-left-inner .img-height {height: 200px;}
}

@media only screen and (max-width: 530px) {
	.col-3 i {padding: 20px;}
	.yellow-bg i {margin-right: 5px; padding: 5px 7px; font-size: 16px;}
}

@media only screen and (max-width: 450px) {
	.col-2 .btn-outline {font-size: 17px; padding: 10px;}
	.col-2 .btn-outline i {margin-left: 5px;}
	.yellow-bg a {font-size: 16px;}
	.my-site-footer > div:first-child > .flex {gap: 80px;}
}

@media only screen and (max-width: 370px) {
	.col-2 .col-box {padding: 20px 15px;}
	.col-2 .btn-outline {font-size: 16px;}
	.my-site-footer > div:last-child ul li {padding: 30px 6px;}
}

@media only screen and (max-width: 350px) {
	.yellow-bg li a {font-size: 15px;}
}

@media only screen and (max-width: 330px) {
	.col-2 .col-box {padding: 15px 10px;}
}

@media only screen and (max-width: 325px) {
	.col-3 i {padding: 30px 20px;}
	.img-left-inner ul li a {font-size: 16px;}
	.my-site-footer > div:first-child > .flex {gap: 60px;}
}



