﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.cs-preheader{
	background: #231f20;
	display: flex;
	justify-content: space-between;
	padding: 0 4.4%;
	line-height: 48px;
	color: #fff;
  font-family: "Poppins", sans-serif;
	font-size: 12px;
}
.cs-preheader a{
	color: #fff;
}
.cs-preheader p:first-child{
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.cs-preheader p:last-child{
	width: 100%;
}

.cs-header{
	height: 100px;
	padding: 0 4.4%;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 100;
    background: #fff;
	
  font-family: "Poppins", sans-serif;
}
#cs-logo{
	
}
#cs-logo img{
	margin-bottom: -10px;
}
#cs-phone{
	color: #005ef3;
	font-size: 24px;
	font-weight: 800;
}

.mv-search{
  font-family: "Poppins", sans-serif;
	display: flex;
	position: relative;
}
.mv-search input{
  font-family: "Poppins", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    height: 48px !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 48px !important;
    color: #fff !important;
	background: #494345 !important;
    padding-right: 20px !important;
    border: none !important;
    border-radius: 0 !important;
    padding-left: 20px !important;
	box-sizing: border-box;
}
.mv-search ::placeholder{
    color: #fff;
}
.mv-search button{
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none !important;
	outline: none !important;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
	color: #fff;
}

/*---BODY--------------------------------*/
.background-img{
	background-size: cover;
	background-position: center center;
}
.cta-red{
	display: inline-block; text-align: center;
	padding: 0 30px;
	line-height: 48px;
	background: #005ef3;
	color: #fff;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 800;
  font-family: "Poppins", sans-serif;
	letter-spacing: 0.1em;
	border: unset !important;
	appearance: unset !important;
	cursor: pointer;
	
}
.cta-red-lg{
	display: block; text-align: center;
	padding: 0 30px;
	line-height: 80px;
	background: #005ef3;
	border: solid 2px #005ef3;
	color: #fff;
	box-sizing: border-box;
	text-transform: uppercase;
  font-family: "Poppins", sans-serif;
	font-size: max(18px, 1.4vw);
	font-weight: 800;
	letter-spacing: 0.1em;
}
.cta-outline-lg{
	display: block; text-align: center;
	padding: 0 30px;
	line-height: 80px;
	background: unset;
	border: solid 2px #fff;
	color: #fff;
	box-sizing: border-box;
	text-transform: uppercase;
  font-family: "Poppins", sans-serif;
	font-size: max(18px, 1.4vw);
	font-weight: 800;
	letter-spacing: 0.1em;
}

.white{
	color: #fff;
}
.red{
	color: #005ef3 !important;
}
.white .red{
	color: #277aff!important;
}
.gray{
	color: #5d5758;
}
.darker-gray{
	color: #494345;
}
.darkest-gray{
	color: #231f20;
}

.pad{
	padding: max(3vw, 30px) max(3vw, 30px);
}

.heading-lg{
	font-size: max(24px, 3.3vw);
	font-weight: 800;
  	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
.heading-md{
	font-size: max(24px, 3vw);
	font-weight: 800;
  	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
.heading-sm{
	font-size: max(18px, 1.4vw);
	font-weight: 800;
  	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.heading-xs{
	font-size: max(16px, 0vw);
	font-weight: 800;
  	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
}

.paragraph-lg{
	
	font-size: max(18px, 1.4vw);
	font-weight: 200;
  	font-family: "Poppins", sans-serif;
	line-height: 1.4;
}
.icons-list li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 10px;
	width: 24px;
	text-align: center;
}

#hero{
	box-shadow: 0 4px 24px 0 rgba(0,0,0,0.3);
}
#cta-row{
	display: flex; gap: 1px;
	background: #0048bb;
	margin: 0 4.4% 0;
	position: relative;
	transform: translateY(-50%);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
}
#cta-row a{
	flex-grow: 1;
	background:#0755d1;
	color: #fff;
	text-align: center;
        position: relative;
        padding-bottom: 50px;
}
#cta-row a img{
	padding: 30px;
	max-width: 100%;
	box-sizing: border-box;
}
#cta-row a > div{
	background: #005ef3;
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

/*----- Temporary Auction Banner -----*/
.auction-banner {
	display: flex; gap: 1px;
	background: #c71121;
	margin: 2% 4.4% -5%;
	padding: 30px;
	position: relative;
	transform: translateY(-50%);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
	z-index: 2;
    top: 5px;
}
.auction-banner a {
	color: #fff;
}

/*--------FORM STYLES--------------------*/



.custom-form input{
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f7f7f7;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;font-family: 'Poppins', sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f7f7f7;font-family: 'Poppins', sans-serif !important;
}

.CaptchaPanel{font-family: 'Poppins', sans-serif !important;
	text-align: left !important;
}
.CaptchaPanel img{
	border: unset !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}





/*-------- FOOTER STYLES ----------------*/
footer{}


.cs-footer{
	min-height: 60px;
	padding: 20px 4.4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 100;
    background: #f2f2f2;
	color: #231f20;
	font-size: 14px;
	gap: 10px;
	
  font-family: "Poppins", sans-serif;
    box-sizing: unset;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.scrolling-wrap{height: 89px; overflow: hidden;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 992px) {
	#financing-banner{
		min-height: calc(100vh - 180px);
		
	}
	.align-right-lg{
		text-align: right;
	}
	#hero{
		min-height: calc(100vh - 238px);
	}
	.min-height{
		min-height: calc(100vh - 180px);
	}
	

	.rf-breadcrumbs{
		padding: 30px 4.4% 0 !important;
		font-size: 14px !important;
		color: #000 !important;
		margin-bottom: -68px;
		position: relative;
		z-index: 10;
  font-family: "Poppins", sans-serif;
		max-width: 200px;
		box-sizing: unset;
	}
	.rf-breadcrumbs a {
		display: inline-block;
		padding: 10px;
		border-radius: 3px;
		border: solid 1px #eee;
		background: #fff;
		font-size: 14px !important;
		color: #5d5758 !important;
	}


}

@media only screen and (max-width: 1079px) {

	.mv-search{
		display: flex;
		position: absolute;
		top: 80px;
		right: 5px;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.33);
		height: 48px;
		min-width: 200px;
		font-size: 12px !important;
	}
	.mv-search form{
		display: flex;
	}
	
	.auction-banner {
		padding: 20px;
	}
	
}
@media only screen and (max-width: 991px) {

	.rf-breadcrumbs{
		padding: 15px 4.4% 0 !important;
		font-size: 14px !important;
		color: #000 !important;
		position: relative;
		z-index: 10;
  font-family: "Poppins", sans-serif;
	}
	.rf-breadcrumbs a {
		display: inline-block;
		padding: 10px;
		border-radius: 3px;
		border: solid 1px #eee;
		background: #fff;
		font-size: 14px !important;
		color: #5d5758 !important;
	}

	#hero{
		background: #0c50bb;
	}
	#hero .slick-track
	{
		display: flex !important;
	}

	#hero .slick-slide
	{
		height: inherit !important;
	}
	.nopadtop-sm{
		padding-top: 0 !important;
	}
	
	#cta-row{
		flex-wrap: wrap;
		transform: unset;
		padding: 0;
		margin: 0 0 50px;
	}
	#cta-row a{
		width: calc(50% - 1px);
	}
	#financing-banner{
		background-position: 89% 50%;
		
	}
	#financing-banner .col-lg-6{
		background: rgba(0,0,0,0.7);
		
	}
	.heading-md span.gray, .heading-md span.darker-gray, .heading-md span.darkest-gray {
		color: #494345;
	}

}

@media only screen and (max-width: 840px) {
	.auction-banner {
		margin: 3% 4.4% -6%;
	}
}


@media only screen and (max-width: 575px) {
	.custom-form .flex{
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.custom-form .flex input{
		margin: 0 !important;
	}
	
	.auction-banner {
		margin: 5% 4.4% -9%;
	}
	
}

@media only screen and (max-width: 460px) {
	.heading-xs {
		font-size: max(12px, 0vw);
	}
	
	.auction-banner {
		margin: 6% 4.4% -9%;
	}
}

@media only screen and (max-width: 360px) {
	.auction-banner {
		margin: 10% 4.4% -15%;
	}
}




