﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/jpg1njb.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 {
  --red: #E31624;
  --blue: #253E6C;
  --grey: #EDEDED;
  --dark-grey: #0E1116;
}

/***** 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: 'obvia', sans-serif;
}

#home p, #thankyou p, #about p, #custom-drill-trucks p, #contact p  {
	font-family: 'rubik', sans-serif;
	font-size: 17px;
	line-height: 35px;
	color: var(--dark-grey);
}

/*-------- BODY STYLES --------*/

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
hr{border:#000 1px solid;}

.scrolling-wrap {
	width: 100%;
    height: 90px;
    overflow: hidden;
}

/*--- HERO STYLES ---------------------*/
.home-header .slide-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1200px;
	width: 100%;
	padding-top: 210px!important;
	padding-bottom: 210px!important;
	box-sizing: border-box;
}
.home-header .hero-slide-wrap {position: relative;overflow: hidden;background: var(--dark-grey);}
.home-header .slide-hero div {height: 100%; opacity: .78;}
.home-header .hero-image > a > img {display: block;width: 100%;height: 100%;object-position: center;object-fit: cover;}
.home-header .slick-slide img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.home-header .slide-hero {position: absolute!important;width: 100%;height: 100%;z-index: 1;}
.slide-content p {color: #fff!important; font-size: 20px!important; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}

.inner-hero {padding-top: 20px!important; padding-bottom: 20px!important; gap: 30px; flex-wrap: wrap;}
.inner-hero a {font-family: 'rubik', sans-serif; font-size: 17px; color: var(--dark-grey); font-weight: 700; line-height: 35px; transition: all .4s ease-in-out;}
.inner-hero a:hover {color: var(--red);}
.inner-hero hr {margin: 0; border: #0E1116 solid 1px; height: 35px;}
.inner-hero p {font-size: 17px!important; line-height: 35px!important;}

/*---BODY--------------------------------*/
/*---inv-links---*/
.inv-links {background: var(--blue); padding-top: 100px!important; padding-bottom: 100px!important;}
.inv-links .heading-md {color: #fff!important; text-align: center; margin-bottom: 40px;}
.inv-links .grey-box {padding: 20px 35px; position: relative; transition: transform .2s; max-width: 500px; background: linear-gradient(to bottom, #253E6C 50%, #EDEDED 50%);}
.inv-links .grey-box:before {position: absolute; content: ""; z-index: 0; width: 100%; height: 65%; bottom: 0; left: 0; background: var(--grey); }
.inv-links .grey-box:hover {transform: scale(0.90);}
.inv-links .wrapper > .flex {justify-content: center; gap: 20px; align-items: center;}
.inv-links .flex .flex {justify-content: space-between; gap: 20px; align-items: center;}
.inv-links img, .inv-links .flex .flex {position: relative; z-index: 1;}
.inv-links i {font-size: 30px; color: var(--dark-grey);}
.inv-links img {max-width: 500px; width: 100%; margin-bottom: 30px;}

/*---img-right---*/
.img-right {justify-content: space-between; gap: 50px; align-items: center; padding-top:100px!important; padding-bottom: 100px!important;}
.img-right .img-height {max-width: 830px; width: 100%; height: 700px; min-width: 300px;}
.img-right .img-height img {width: 100%; height: 100%; object-fit: cover; object-position: left;}
.img-right .content-left {max-width: 860px;}
/*---img-left---*/
.img-left {align-items: center; gap: 100px; padding-bottom: 100px!important;}
.img-left .img-height {height: 650px; width: 830px; max-width: 100%;}
.img-left .content-right {max-width: 900px; min-width: 450px;}
.img-left .content-right ul {margin-top: 30px;}
.img-left .content-right ul a {line-height: 35px; font-size: 17px; color: var(--dark-grey); font-family: 'rubik', sans-serif; transition: all .4s ease-in-out;}
.img-left .content-right ul a:hover {color: var(--red);}
.img-left .content-right ul li {margin-top: 20px;}
.img-left .content-right ul i {margin-right: 15px;}

/*---col-2---*/
.col-2 {background: url("/siteart/finance-home.jpg") no-repeat; background-position: center; background-size: cover; background-color: var(--dark-grey);}
.col-2 > div {background: rgba(37,62,108,.8);}
.col-2 p, .col-2 .heading-md {color: #fff!important;}
.col-2 .wrapper {padding-top: 130px!important; padding-bottom: 130px!important; justify-content: space-between; gap: 40px;}
.col-2 .content-left {max-width: 900px;}

.col-2 .btn-big {max-width: 665px;width: 100%;min-width: 400px;}
.col-2 .btn-big div a {
	display: inline-block;
	text-align: center;
	max-width: 665px;
	width: 100%;
	padding: 54px 20px;
	font-size: 40px;
	font-weight: 700;
	font-family: 'obvia', sans-serif;
	transition: all .4s ease-in-out;
	border: #fff solid 5px;
	box-sizing: border-box;
}
.col-2 .btn-big div:first-child a {background: #fff;color: var(--dark-grey);margin-bottom: 20px;}
.col-2 .btn-big div:first-child a:hover {background: transparent; color: #fff;}
.col-2 .btn-big div:last-child a {background: transparent;color: #fff;}
.col-2 .btn-big div:last-child a:hover {background: #fff; color: var(--dark-grey);}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
.center-section {background: var(--blue); padding-top: 130px; padding-bottom: 130px; border-bottom: solid 2px #fff;}
.center-section .wrapper {margin: 0 auto; text-align: center; max-width: 800px;}
.center-section p, .center-section .heading-md {color: #fff!important;}
.center-section .btn-red {background: #fff!important; color: var(--dark-grey);}
.center-section .btn-red:hover {background: var(--grey)!important;}

/*---about---*/
#about .img-right {padding-top: 40px!important;}
#about .img-right .btn-top {gap: 20px; flex-wrap: wrap;}
#about .img-right .heading-sm {margin-top: 30px; margin-bottom: 10px;}
#about .img-right .img-height {height: 800px!important;}
#about .img-right .img-height img {object-position: center!important;}
#about .img-left .img-height {height: 500px!important;}
#about .img-left .img-height img {width: 100%; height: 100%; object-fit: cover;}
.col-5 {padding-bottom: 100px!important;}
.col-5 .flex {gap: 20px; margin-top: 50px; justify-content: center;}
.col-5 .flex > div {padding: 40px 20px; background: var(--grey); max-width: 350px; width: 100%;}
.col-5 .heading-md, .col-5 p, .col-5 .heading-sm {text-align: center;}
.col-5 .heading-sm {margin-bottom: 20px;}

/*---custom-drill-trucks---*/
.col-2-sm {padding-top: 80px; padding-bottom: 100px;}
.col-2-sm > div:first-child {gap: 30px; justify-content: space-between; margin-bottom: 30px; align-items: flex-end;}
.col-2-sm > div:first-child p {max-width: 900px;}
.gallery-height {height: 250px;max-width: 445px; width: 100%;}
.gallery-height img {width: 100%;height: 100%;object-fit: cover;}
.gallery-flex {gap: 20px; justify-content: center;}
.col-2-sm .photo-gallery {padding-top: 20px!important; padding-bottom: 40px!important; border-bottom: solid 2px #EDEDED;}

.top-gallery-height {height: 400px;max-width: 905px; width: 100%;}
.top-gallery-height img {width: 100%; height: 100%; object-fit: cover;}
.top-gallery-flex {gap: 20px; justify-content: center; padding-top: 20px;}
.top-col-2-sm .photo-gallery {padding-top: 20px!important;}

.custom-truck {
	height: 400px;
	max-width: 905px; 
	width: 100%;}

.custom-truck img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	object-position: 0% 23%;
}

.custom-truck-1 {
	height: 400px;
	max-width: 905px; 
	width: 100%;}

.custom-truck-1 img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	object-position: 0% 44%;
}

/*---contact---*/
/*--------FORM STYLES--------------------*/
.form-space {padding-top: 40px!important; padding-bottom: 100px!important;}
.form-all .heading-sm {margin-bottom: 20px; margin-top: 40px; text-align: left;}
.form-all p {margin-bottom: 50px;}
.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
}

.label {font-family: 'obvia', sans-serif;text-align: left!important;font-weight: 500; font-size: 17px;}
.label-row {margin-bottom: 15px;}
.flex-row {display: flex;width: 100%; gap: 15px; margin-bottom: 15px;}

.form-half {display: inline-block;width: 50%;}
.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'obvia', sans-serif;
	box-sizing: border-box;
	font-size: 17px;
}

.form-third {display: inline-block;width: 33.3%;}
.form-third input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'obvia', sans-serif;
    box-sizing: border-box;
	font-size: 17px;
}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: var(--grey);
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'obvia', sans-serif;
	font-size: 17px;
}
.form-full {margin: 15px 0 30px 0;}

/*--------Captcha--------------------*/
.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--dark-grey);font-family: 'obvia', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-grey); padding-top: 80px; padding-bottom: 80px;}
.my-site-footer .img-height {max-width: 340px; width: 100%; margin: 0 auto 55px;}
.my-site-footer .img-height img {max-width: 340px; width: 100%;}
.my-site-footer .flex {justify-content: center; gap: 50px; flex-wrap: wrap;}
.my-site-footer .flex:nth-child(2) {margin-bottom: 30px;}
.my-site-footer li a {color: #fff; font-family: 'rubik', sans-serif; font-size: 17px; font-weight: 400; transition: all .4s ease-in-out; text-align: center;}
.my-site-footer li a:hover {color: var(--red);}
.my-site-footer 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;}
.p-top {margin-top: 20px;}
.link-in-text {color: var(--dark-grey); transition: all .4s ease-in-out;}
.link-in-text:hover {color: var(--red);}

/*---Headings---*/
.heading-lg {font-size: 80px; margin-bottom: 20px; font-weight: 700; color: #fff; line-height: 90px; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.heading-md {font-size: 60px; margin-bottom: 20px; color: var(--dark-grey); font-weight: 700; line-height: 70px;}
.heading-sm {font-size: 35px; font-weight: 700; line-height: 45px; color: var(--dark-grey);}

/*---Buttons---*/
.btn-red, .btn-red-big, .btn-blue {
	display: inline-block;
	text-align: center;
	width: 230px;
	padding: 20px;
	background: var(--red);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: 'obvia', sans-serif;
	transition: all .4s ease-in-out;
	border: none;
}
.btn-red:hover {background: var(--blue);}
.btn-blue:hover {background: var(--red)!important;}
.btn-blue {background: var(--blue)!important;}
.btn-red-big {width: 250px!important; padding: 25px!important; font-size: 25px!important;}
.btn-red-big:hover {background: #fff; color: var(--dark-grey);}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count, .listing-prices__retail-price, .dealer-contact__phone span, .dealer-contact__videochat span {color: var(--blue)!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), .section-title a {background: var(--red)!important; transition: all .4s ease-in-out;}
.list-container-flexrow .view-listing-details-link:hover, .list-content .list-error-container .info button:not(.login-button):hover, .section-title a:hover {background: var(--blue)!important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1230px) {
	.col-5 .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 1200px) {
	.img-left {gap: 50px;}
}

@media only screen and (max-width: 1150px) {
	.inv-links .grey-box {padding: 20px;}
	.inv-links .grey-box .heading-sm, .inv-links i {font-size: 30px; line-height: 40px;}
	.col-2 .btn-big div a {font-size: 30px;}
}

@media only screen and (max-width: 1000px) {
	.heading-lg {font-size: 65px; line-height: 75px;}
	#my-inventory .my-site-footer {padding-bottom: 130px!important;}
	
	.top-gallery-height {height: auto!important;}
	.custom-truck {height: auto!important;}
}

@media only screen and (max-width: 955px) {
	.inv-links .wrapper > .flex {flex-direction: column;}
	.my-site-footer .flex {gap: 20px;}
}

@media only screen and (max-width: 900px) {
	.home-header .slide-content {padding-top: 130px!important; padding-bottom: 130px!important;}
	.img-right {flex-wrap: wrap;}
	.img-right .img-height, #about .img-right .img-height {max-width: 900px; height: 300px!important; min-width: 100px;}
	.col-2 .wrapper {flex-direction: column;}
	.col-2 .btn-big {min-width: 100px; max-width: 900px;}
	.col-2 .btn-big div a {max-width: 900px;}
}

@media only screen and (max-width: 850px) {
	.col-5 .flex > div {max-width: 900px; padding: 30px 20px;}
}

@media only screen and (max-width: 800px) {
	.img-left {flex-direction: column; align-items: flex-start!important;}
	.img-left .content-right {min-width: 100px;}
	.img-left .img-height, #about .img-left .img-height {height: 300px!important;}
	.gallery-height {height: 150px!important;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 45px; line-height: 60px;}
	.heading-md {font-size: 40px; line-height: 50px;}
	.heading-sm {font-size: 30px; line-height: 40px;}
	.col-2-sm > div:first-child {flex-direction: column; align-items: flex-start;}
	.col-2-sm .btn-top {margin-top: 0;}
}

@media only screen and (max-width: 630px) {
	.home-header .slide-content, .img-right, .center-section {padding-top: 80px!important; padding-bottom: 80px!important;}
	.img-left, .form-space, .col-2-sm {padding-bottom: 80px!important;}
	.flex-row {flex-direction: column;}
	.form-half, .form-third {width: 100%;}
}

@media only screen and (max-width: 600px) {
	.my-site-footer .flex {flex-direction: column; align-items: center;}
	.my-site-footer .flex:nth-child(2) {margin-bottom: 50px;}
	.gallery-flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 500px) {
	.col-2 .btn-big div a {font-size: 25px; padding: 30px 20px;}
	.my-site-footer .flex:last-child a {display: flex; flex-direction: column; gap: 10px; align-items: center;}
	.my-site-footer li i {margin-right: 0;}
}

@media only screen and (max-width: 400px) {
	.btn-red-big {width: 200px!important;}
	.heading-lg {font-size: 40px; line-height: 50px;}
	.heading-md {font-size: 35px; line-height: 40px;}
	.heading-sm, .inv-links .grey-box .heading-sm, .inv-links i {font-size: 25px; line-height: 35px;}
}

