﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/boe7wtw.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 {
  --dark-blue: #24202C;
  --dark-red: #AF181D;
  --red: #D21E24;
  --grey: #EAE5E5;
}

/***** 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: 'colfax-web', sans-serif;
}

#home p, #thankyou p, header a, footer p, footer a, #finance p, #trade p, #parts p, #contact p, #newsleter p, #about p, #employment p {
	font-family: 'colfax-web', sans-serif;
	line-height: 35px;
	font-size: 20px; 
	color: var(--dark-blue);
}

/*-------- 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;
	height: auto;
	background-color: var(--dark-blue);
}

.home-hero > div {background-color: rgba(33, 29, 29, .65);}
.home-hero .wrapper {padding: 245px 15px;}
.home-hero .wrapper .heading-lg {text-align: center; max-width: 910px; margin: 0 auto;}
.home-hero .wrapper .flex {gap: 15px; justify-content: center; flex-wrap: wrap;}

.inner-hero {background: url("/siteart/inner-hero.jpg") no-repeat;background-position: center;background-size: cover;height: auto;background-color: var(--dark-blue);}

.inner-hero > div {background-color: rgba(36, 32, 44, .8);padding-top: 100px; padding-bottom: 100px;}
.inner-hero .heading-lg {margin-bottom: 20px; text-align: center}
.inner-hero .home-btn > a {color: #fff; font-size: 20px; font-weight: 700;font-family: 'colfax-web', sans-serif;transition: all .4s ease-out;}
.inner-hero .home-btn > a:hover {text-decoration: underline;}
.inner-hero .home-btn {text-align: center; margin: 0 auto;}
.inner-hero i {margin-right: 20px;}

/*---BODY--------------------------------*/
/*---inv-search---*/
.img-search {background: var(--grey); padding-top: 100px; padding-bottom: 100px;}

/*--------SEARCH FORM STYLES--------------------*/
.form-all-search .heading-md {margin-bottom: 50px;}
.form-all-search {box-sizing: border-box;max-width: 1512px!important; width: 100%;margin: 0 auto!important;text-align: center;}
.form-all-search .flex-form {width: 100%;max-width: 1512px;padding: 15px;margin: 52px auto;}
.form-uneaven input {display: inline-block;width: calc(75% - 0px)!important;margin: 0 0 15px 0;}

.form-uneaven button {
	display: inline-block;
    background: var(--red);
    border: none;
    color: #fff;
    width: calc(25% - 0px);
    margin: 0 0 15px 15px;
	font-family: 'colfax-web', sans-serif;
	font-size: 25px;
	font-weight: 500;
	cursor: pointer;
	transition: all .4s ease-out;
}
.form-uneaven button:hover {background: var(--dark-blue);}

.form-all-search .form-half input, 
.form-all-search .form-uneaven input {
	padding: 15px;
	width: 100%;
	border: none;
	background: #fff;
	font-family: 'colfax-web', sans-serif;
    box-sizing: border-box;
	color: var(--dark-blue);
	font-size: 20px;
}

/* NOUI SLIDER */
.hp-slider {
    display: flex; flex-direction: column; align-items: center; 
    font-family: 'colfax-web', sans-serif!important; 
}
.hp-slider .example-val {
    width: 100%;
    display: flex; justify-content: flex-start; align-items: center; 
    font-family: 'colfax-web', sans-serif; font-size: 18px;
	margin-bottom: 5px;
}
.noUi-target{
    position: relative; direction: ltr;
}
.noUi-origin{
    position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px;
}
.noUi-handle{
    position: relative; z-index: 1;
}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{
    position: absolute;
}
.noUi-horizontal{
    height: 10px; z-index: 0;
}
.noUi-horizontal .noUi-handle{
    width: 30px; height: 36px; left: -15px; top: 50%; transform: translateY(-50%); 
}
.noUi-background{
    background: #fff; 
}
.noUi-connect{
    background: var(--dark-blue) !important; 
}
.noUi-target{
    width: calc(100% - 28px); margin: 14px auto;
}
.noUi-handle{
    background: var(--red) !important;
}
.noUi-handle:after, .noUi-handle:before{
    content: ""; display: block; position: absolute; height: 16px;  width: 1px; 
    background: #fff; top: 50%; transform: translateY(-50%);
}
.noUi-handle:before {
    left: calc(50% - 3px);
}
.noUi-handle:after {
    left: calc(50% + 3px);
}
.noUi-pips-horizontal{
    top: calc(100% + 6px); left: 4px; width: calc(100% - 8px); height: 10px; 
}
.noUi-marker-horizontal.noUi-marker{
    margin-left: -1px; width: 1px; height: 10px; background: #6f6f6f;
}
.example-val{
    font-size: 18px; font-weight: 500!important; color: #000;
} 
#slider-price-value-lower:before, #slider-price-value-upper:before{
    content: '$'; padding-right: 2px;
}

.val-title { font-weight: 600!important; letter-spacing: .25px; padding-right: 6px; }
.val-dash { padding: 0 1px; }
/* end NOUI slider */


/*---img-right---*/
.img-left {align-items: center;}
.img-left .img-height {background: #211D1D; height: 935px; max-width: 900px; width: 100%; margin-right: 130px;}
.img-left img {height: 100%; width: 100%; object-fit: cover; opacity: .6;}
#home .img-left img {object-position: 90%;}
.img-left .content-right {max-width: 830px; width: 100%; padding-right: 15px;}

/*---col-4---*/
.col-4 {gap: 4px; padding-top: 4px; padding-bottom: 4px;}
.col-4 .quicklinks-card {width: 100%;}
.col-4 .quicklinks-card .heading-mdsm {text-align: center;}
.col-4 .quicklinks-card .btn-top {display: flex; justify-content: center;}
.col-4 .quicklinks-card:nth-child(odd) {background-color: var(--red);}
.col-4 .quicklinks-card:nth-child(even) {background-color: var(--dark-red);}
.col-4 .quicklinks-card > div {padding-top: 100px; padding-bottom: 100px;}

/*---img-bg---*/
.img-bg {background: url("/siteart/home-medium-truck.jpg") no-repeat;background-position: center;background-size: cover;background-color: var(--dark-blue);height: auto;}
.img-bg > div {background-color: rgba(33, 29, 29, .7);padding-top: 160px;padding-bottom: 160px;}
.img-bg .heading-lg {font-size: 85px; text-align: center; max-width: 1480px; margin: 0 auto;}
.img-bg .btn-top {margin: 60px auto 0; text-align: center;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
.thankyou-hero {background: var(--grey); padding-top: 200px; padding-bottom: 200px;}
.thankyou-hero .heading-lg {color: var(--dark-blue)!important; text-shadow: none; text-align: center; margin-bottom: 30px;}
.thankyou-hero p {max-width: 700px; width: 100%; text-align: center; margin: 0 auto;}
.thankyou-hero .btn-top {text-align: center; margin: 60px auto 0;}

/*---finance---*/
#finance .heading-md {margin-bottom: 30px;}
.img-left-inner {justify-content: space-between; align-items: center; padding-top: 100px!important; padding-bottom: 100px!important;}
.img-left-inner .img-height {height: 700px; max-width: 890px; min-width: 300px; width: 100%; margin-right: 50px;}
.img-left-inner .img-height img {object-fit: cover; width: 100%; height: 100%;}
.img-left-inner .content-right {max-width: 830px;}

.center-section {padding-bottom: 100px!important;}
.center-section > div:first-child {max-width: 940px; width: 100%; text-align: center; margin: 0 auto;}
.center-section .btn-top {justify-content: center;display: flex;}

/*---about---*/
.col-boxes {padding-bottom: 100px!important;}
.col-boxes .heading-md {text-align: center; padding: 0 15px; margin-bottom: 30px;}
.col-boxes > p {text-align: center;}
.col-boxes .box-4 {margin-top: 60px;}
.col-boxes .flex {justify-content: center; gap: 4px; margin-top: 4px;}
.grey-bx > div {padding: 60px 30px;}
.grey-bx p {text-align: center;}
.grey-bx {background: var(--grey); width: 35%; min-height: 240px; display: flex; justify-content: center; align-items: center;}

/*---parts---*/
#parts .heading-md {margin-bottom: 30px;}
#parts .img-left-inner {padding-bottom: 0!important;}

.contact-map {gap: 4px; padding-bottom: 4px;}
.contact-map .img-height {width: 50%;}
.contact-map .box-red {background: var(--red);}
.contact-map .box-dark-red {background: var(--dark-red);}
.contact-map .box-red, .contact-map .box-dark-red {width: 25%; padding: 60px 55px 60px 60px;min-width: 280px;}
.contact-map .heading-md {color: #fff;}
.contact-map li {margin-top: 20px;}
.contact-map li span {font-size: 20px!important; font-weight: 400!important;}
.contact-map li a {color: #fff;font-family: 'colfax-web', sans-serif; font-weight: 700; font-size: 25px; line-height: 35px;}
.contact-map li a:hover {text-decoration: underline;}
.contact-map li i {margin-right: 20px;}
.contact-map .btn-top {margin-top: 50px!important;}

.contact-map p {color: #fff!important; font-weight: 700!important; font-size: 25px!important;}
.contact-map .box-dark-red ul:last-child i {color: #fff; font-size: 25px; margin-bottom:-5px;margin-bottom: 2px;}
.contact-map .box-dark-red ul:last-child {margin-top: 50px;}

/*--------FORM STYLES--------------------*/
.form-all .heading-md {margin-bottom: 10px;}
.form-all p {max-width: 750px; margin: 15px auto 40px;}
.form-all .heading-mdsm {font-size: 45px; font-weight: 500; margin-bottom: 40px; margin-top: 60px; text-align: left; color: var(--dark-blue);}

.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: 'colfax-web', sans-serif;text-align: left!important;font-weight: 400;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;width: 100%;}
.form-half {display: inline-block;width: calc(50% - 8px);margin: 0px 15px 15px 0;}
.form-2nd-row {margin-right: 0;}

.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'colfax-web', 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: 'colfax-web', sans-serif;
	background: var(--grey);
	font-size: 20px;
	color: var(--dark-grey);
	border: none;
}

.form-full {margin: 15px 0 30px 0;}

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.form-full-sm input {
	padding: 15px;
	font-size: 20px;
	width: 100%;
	border: none;
	background: var(--grey);
	font-family: 'colfax-web', sans-serif;
	box-sizing: border-box;
	color: var(--dark-blue);
}

.checkbox {text-align:left; margin-bottom:0!important;margin-top: 25px!important;}
.checkbox > label > .label-row {display: inline-block;}
.checkbox > p {max-width: 100%; margin: 0 0 15px 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-grey);font-family: 'colfax-web', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}

/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-blue);}
.my-site-footer .scrolling-wrap {padding-top: 70px; max-width: 1690px; width: 100%; height: 160px!important; overflow: hidden; margin: 0 auto; box-sizing: border-box;}

.footer-logo img {max-width: 300px; width: 100%;}
.footer-logo {margin-right: 30px; margin-bottom: 60px;}

.my-site-footer .footer-links {padding-top: 130px; padding-bottom: 170px; justify-content: space-between;flex-wrap: wrap;}
.my-site-footer .footer-links li {margin-bottom: 25px;}
.my-site-footer .footer-links > .flex {gap: 130px;}
.my-site-footer .footer-links > .flex div:first-child span {font-weight: 700;}
.my-site-footer .footer-links > .flex .flex i {margin-top: 8px;}
.my-site-footer .footer-links i {margin-right: 20px;}
.footer-heading {font-size: 25px!important; color: #fff; font-weight: 700; margin-bottom: 60px;}
.footer-heading-2 {font-size: 25px; font-weight: 700; margin-bottom: 25px; margin-top: 40px;}
.footer-links .btn-red-dark {font-size: 20px!important;}

.my-site-footer p, .my-site-footer a {color: #fff!important; transition: all .4s ease-out;}
.my-site-footer a:hover {color: var(--red)!important;}

.bottom-contact {border-top: #fff solid 2px;}
.bottom-contact > .flex {justify-content: space-between; padding-top: 30px; padding-bottom: 30px;}
.bottom-contact > .flex > div:first-child a {background: var(--red); padding: 10px 15px; border-radius: 100px;}
.bottom-contact > .flex > div:first-child a:hover {background: #fff;}
.footer-numbers a {font-weight: 400!important;}
.footer-numbers a span {font-weight: 700!important;}
.footer-numbers i {margin-right: 20px;}


/*-------- 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;}

/*---Headings---*/
.heading-lg {font-weight: 700; font-size: 100px; color: #fff;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);}
.heading-md {font-weight: 700; font-size: 60px; color: var(--dark-blue);}
.heading-mdsm {font-weight: 700; font-size: 50px; color: #fff;}
.h2-span {font-size: 20px; font-weight: 500;}
.sub-heading {color: var(--red)!important; font-weight: 700!important; margin-bottom: 40px;}

/*---Buttons---*/
.btn-red, .btn-red-dark{
	display: inline-block;
	color: #fff;
	background: var(--red);
	width: 230px;
	padding: 15px 0;
	font-family: 'colfax-web', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	transition: all .4s ease-out;
	border: 3px solid #D21E24;
}

.btn-red:hover {background: var(--dark-blue); border: 3px solid #24202C;} 
.btn-red-dark:hover, .btn-outline:hover {background: #fff; color: var(--dark-blue)!important; border: 3px solid #fff;}

.btn-outline {
	display: inline-block;
	color: #fff;
	background: transparent;
	width: 230px;
	padding: 15px 0;
	font-family: 'colfax-web', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	transition: all .4s ease-out;
	border: 3px solid #fff;
}

.btn-full {
	display: inline-block;
	color: #fff;
	background: var(--red);
	padding: 15px 20px;
	font-family: 'colfax-web', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	transition: all .4s ease-out;
	border: none;
}

.btn-full:hover {background: var(--dark-blue);}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count, .list-content .price-container .price, .parts-list-content .error-message, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .listing-prices__retail-price, .detail__machine-location a, .calc-button-wrapper button {color: var(--red)!important;}

.dealer-contact__phone a, .dealer-contact__phone span, .dealer-contact__details_right-col button, .dealer-contact__details_right-col span {color: var(--dark-blue)!important;}

.list-container-flexrow .view-listing-details-link, .view-listing-details-link, .list-content .list-error-container .info button:not(.login-button), .faceted-search-content .selected-facets-container .selected-facet, .detail__cta-buttons button, .detail-contact-bar button {background: var(--red)!important;transition: all .4s ease-out;}
.list-container-flexrow .view-listing-details-link:hover, .view-listing-details-link:hover, .list-content .list-error-container .info button:not(.login-button):hover, .detail-contact-bar button:hover {background: var(--dark-blue)!important;}

.list-content .list-container .email-seller, .list-content .list-container .video-chat, .detail__cta-buttons button:hover {background: var(--dark-blue)!important;transition: all .4s ease-out;}
.list-content .list-container .email-seller:hover, .list-content .list-container .video-chat:hover {background: var(--red)!important;}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1350px) {
	.my-site-footer .footer-links > .flex {gap: 80px;}
	.contact-map .box-red, .contact-map .box-dark-red {padding: 30px;}
}

@media only screen and (max-width: 1230px) {
	.img-left .img-height {margin-right: 50px;}
}


@media only screen and (max-width: 1100px) {
	.col-4 {flex-wrap: wrap;}
	.col-4 .quicklinks-card {width: calc(50% - 2px);}
	.col-4 .quicklinks-card > div {padding-top: 50px; padding-bottom: 50px;}
	
	.grey-bx > div {padding: 30px 15px;}
}

@media only screen and (max-width: 1000px) {
	.home-hero .wrapper {padding: 130px 15px;}
	.img-left {flex-wrap: wrap;}
	.img-left .img-height {margin-right: 0; height: 200px; margin-bottom: 40px;max-width: 1000px;}
	.img-left .content-right {padding-left: 15px; padding-bottom: 80px; max-width: 1000px;}
	.img-bg .heading-lg {font-size: 65px;}
	.img-bg > div {padding-top: 100px; padding-bottom: 100px;}
	.img-search {padding-top: 80px; padding-bottom: 80px;}
}

@media only screen and (max-width: 900px) {
	.my-site-footer .footer-links > .flex {gap: 45px;}
	.img-left-inner,  #dash-camera .img-left-inner, #camera-monitoring-systems .img-left-inner {flex-direction: column-reverse;}
	.img-left-inner .img-height 
	{min-width: 100px; max-width: 900px; height:200px; margin-right: 0px; margin-top: 40px;}
	.contact-map {flex-wrap: wrap;}
	.contact-map .img-height {width: 100%; height: 200px;}
	.contact-map .box-red, .contact-map .box-dark-red {width: 100%; min-width: 100px;}
	.col-boxes .flex {flex-wrap: wrap;}
	.grey-bx {width: 100%; min-height: 100px;}
}

@media only screen and (max-width: 830px) {
	.flex-row, .form-uneaven {flex-direction: column;}
	.form-uneaven input {width: 100%!important;}
	.form-uneaven button {width: 100%; padding: 15px; margin: 0;}
	.form-half, .form-all-search .form-third  {width: 100%; margin: 0px 0px 15px 0;}
	.img-bg .heading-lg {font-size: 45px;}
	.full-img {margin-bottom: 80px;}
	.my-site-footer .footer-links > .flex {flex-wrap: wrap;}
	.center-section, .col-boxes {padding-bottom: 80px!important;}
	.form-all, .img-left-inner, .img-bg > div, .thankyou-hero {padding-top: 80px!important; padding-bottom: 80px!important;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 40px;}
	.heading-mdsm {font-size: 40px;}
	.form-all .heading-mdsm {font-size: 35px;}
}

@media only screen and (max-width: 600px) {
	.col-4 .quicklinks-card {width: 100%;}
	.col-4 .quicklinks-card .btn-top {margin-top: 20px;}
	.form-all {margin: 0 auto 80px !important;}
	.col-4 .quicklinks-card > div {padding-top: 30px; padding-bottom: 30px;}
}

@media only screen and (max-width: 500px) {
	.home-hero .wrapper {padding: 70px 15px;}
	.footer-logo {margin: 0;}
	.my-site-footer .footer-links > .flex, .my-site-footer .footer-links {flex-direction: column; gap: 60px;}
	.footer-heading {margin-bottom: 30px;}
	.my-site-footer .footer-links {paddidng-bottom: 130px;}
}

@media only screen and (max-width: 450px) {
	.contact-map li a, .contact-map p, .contact-map .box-dark-red ul:last-child i {font-size: 20px!important;}
}

@media only screen and (max-width: 400px) {
	.bottom-contact > .flex {flex-direction: column; gap: 25px;}
}

@media only screen and (max-width: 360px) {
	.img-bg .heading-lg {font-size: 35px;}
	.contact-map .box-red, .contact-map .box-dark-red {padding: 30px 15px;}
}

@media only screen and (max-width: 325px) {
	footer p, footer a {font-size: 19px;}
}