﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/stz7xpp.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 {
  --orange: #F2841C;
  --dark-orange: #BB5807;
  --cream: #F5F3F2;
  --dark-grey: #2C2A29;
  --grey: #3A3736;
}

/***** 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: 'bio-sans', sans-serif;
}

#home p, #thankyou p, #about p, #application p, #brands p, #contact p, #footer p, #service p, nav p, #parts p  {
	font-family: 'colfax-web', sans-serif;
	font-size: 20px;
	color: var(--dark-grey);
	line-height: 35px;
}

/*-------- BODY STYLES --------*/

body {
	background: var(--cream);
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-header .slide-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1090px;
	width: 100%;
	padding-top: 380px!important;
	padding-bottom: 200px!important;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.home-header .slide-content .heading-lg {
	background: linear-gradient(90deg, #FFF 6.46%, #C3C3C3 19.49%, #FFF 32.64%, #C3C3C3 46.49%, #FFF 59.44%, #C3C3C3 72.69%, #FFF 85.84%, #C3C3C3 95.1%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home-header .slide-content p {color: #fff!important; font-weight: 700!important; font-size: 25px!important; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35); max-width: 700px; margin: 0 auto; text-align: center;}

.home-header .slide-content .btn-top {justify-content: center; gap: 15px; flex-wrap: wrap;}

.home-header .hero-slide-wrap {position: relative;overflow: hidden;background: var(--dark-grey);}
.home-header .slide-hero div {height: 100%; opacity: .6;}
.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;}

/*arrows*/
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
    transition: all .4s ease-out;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f053" !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
    transition: all .4s ease-out;
}

/*Search Form (from plpequipment.com)*/
@keyframes dropIn {
  from {
    transform: translateY(-10px);
	  opacity: 0;
  }

  to {
    transform: translateY(0px);
	  opacity: 1;
  }
}
@keyframes dropOut {
  from {
    transform: translateY(0px);
	  opacity: 1;
  }

  to {
    transform: translateY(10px);
	  opacity: 0;
  }
}
.search-form{
	display: block;
	margin-top: 60px;
}
.search-form form{
	position: relative;
	margin: 0 !important;
}
.search-form input{
	display: block!important;
	background: var(--cream);
	width: 100%!important;
	padding: 20px !important;
	font-family: 'colfax-web', sans-serif!important;
	border: none !important;
	border-radius: 15px !important;
	line-height: 24px !important;
	font-size: 20px !important;
	box-sizing: border-box!important;
	height: auto !important;
}
.search-form button{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 24px !important;
	background: var(--orange) !important;
	border-radius: 15px;
	border: none !important;
	outline: none !important;
	line-height: 24px !important;
	font-size: 25px !important;
	transition:.4s ease-in;
	cursor: pointer;color: var(--dark-grey)
}
.search-form button:hover {background: var(--dark-grey)!important; color: #fff!important;}
.search-square {cursor: pointer;}

#brands .inner-hero {
	background: url("/siteart/brands-hero.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#service .inner-hero {
	background: url("/siteart/service-hero.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#about .inner-hero {
	background: url("/siteart/about-hero.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#contact .inner-hero {
	background: url("/siteart/contact-hero.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#thankyou .inner-hero {
	background: url("/siteart/thankyou-hero.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#application .inner-hero {
	background: url("/siteart/application.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#parts .inner-hero {
	background: url("/siteart/parts-request.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}

#inventory .inner-hero {
	background: url("/siteart/parts-request.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: var(--dark-grey);
}


.inner-hero > div {
    background-color: rgba(44, 42, 41, .9);
	padding-top: 300px !important;
	padding-bottom: 100px!important;
}

.inner-hero .heading-lg, .inner-hero .wrapper div {text-align: center;}
.inner-hero a {color: #fff; font-size: 20px;font-family: 'colfax-web', sans-serif;transition: all .4s ease-out;}
.inner-hero i {margin-right: 20px;}
.inner-hero a:hover {color: var(--orange);}

/*---BODY--------------------------------*/
/*---brands---*/
.brands .flex {justify-content: space-between; align-items: center; }
.brands .flex > div:last-child {width: 100%; display: flex; justify-content: flex-end;}

/*--------BRANDS SLIDER--------------------*/

.brands .flex > div:first-child {
	max-width: 2000px;
	width: 100%;
}

.brands .hero-slide-wrap {
	position: relative;
	width: 100%;
    max-width: 1300px;
}

.brands-logo-image {
	position: relative;
	height: auto;
	width: 100%;
}

.brands-logo-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .4s ease-out;
}

.brands .slide-brands {
	width: 100%;
	height: 100%;
	margin-left: 50px;
	margin-right: 50px;
}

.brands .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    color: var(--dark-grey) !important;
    font-size: 35px !important;
    font-weight: 600;
    transition: all .4s ease-out;
}

.brands .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f053" !important;
    color: var(--dark-grey) !important;
    font-size: 35px !important;
    font-weight: 600;
    transition: all .4s ease-out;
}

/*---flex-text---*/
.flex-text {justify-content: space-between; padding-top: 80px!important; padding-bottom: 80px!important;}
.flex-text > div:first-child {margin-right: 20px; max-width: 650px; width: 100%;}
.flex-text > div:last-child {max-width: 930px; width: 100%; margin-top: 20px;}

/*---col-4---*/
.col-4, .col-5-inner {background: var(--dark-grey); border-radius: 50px; padding-top: 100px; padding-bottom: 100px;}
.col-4 .wrapper > .heading-md, .col-5-inner .heading-md {text-align: center; margin-bottom: 50px!important; color: #fff!important;}

.col-4 .flex, .col-5-inner .flex {justify-content: center; gap: 20px;}

.col-4 .grey-box, .col-5-inner .grey-box {background: var(--grey); border-radius: 10px; max-width: 420px; width: 100%;}
.col-4 .grey-box > div {padding: 50px 40px;}

.col-4 .heading-mdlg {color: var(--orange); text-align: center;}
.col-4 .grey-box .heading-mdsm {margin-top: 40px; margin-bottom: 20px; color: #fff!important; text-align: center;}
.col-4 .grey-box p, .col-5-inner .grey-box p {color: #fff!important; text-align: center;}

/*---img-left---*/
.img-left {align-items: center; padding-top: 100px; padding-bottom: 100px;}
.img-left .img-height {height: 750px; width: 100%; max-width: 915px; margin-right: 70px;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 50px;}
.img-left .content-right {max-width: 930px; width: 100%; padding-right: 35px;}
.img-left .content-right .flex {gap: 15px; flex-wrap: wrap;}

/*---col-3---*/
.col-3 {padding-bottom: 100px!important;}
.col-3 > div:first-child {justify-content: space-between; align-items: center; margin-bottom: 60px;}
.col-3 .heading-md {margin-bottom: 0!important;}

.col-3 .quicklinks {justify-content: center; gap: 20px;}
.col-3 .quicklinks .img-height {position: relative; background: var(--dark-grey); max-width: 595px; width: 100%; height: 490px; border-radius: 40px; transition: all .4s ease-out;}
.col-3 .quicklinks .img-height img {opacity: .5; object-fit: cover; width: 100%; height: 100%; border-radius: 40px;}
.col-3 .quicklinks .img-height .flex {position: absolute; bottom: 35px; left: 0px; right: 0; padding: 0 40px; justify-content: space-between; align-items: flex-end;}
.col-3 .quicklinks .img-height i {font-size: 40px; color: #fff;}
.col-3 .quicklinks .heading-mdsm {font-size: 40px!important; color: #fff; margin-right: 20px;}

.col-3 .quicklinks .img-height:hover {background: var(--dark-orange);border-radius: 60px;}
.col-3 .quicklinks .img-height:hover img {opacity: .1; border-radius: 60px;}

/*---finance---*/
.finance {
	background: url("/siteart/home-finance.jpg") no-repeat;
	background-position: center;
	background-size: cover; 
	height: auto;
	background-color: var(--dark-orange);
}
.finance > div {background-color: rgba(187, 88, 7, 0.95);padding-top: 100px; padding-bottom: 100px;}

.finance .wrapper {justify-content: space-between; align-items: center;}
.finance .wrapper > div:first-child {max-width: 810px; width: 100%; margin-right: 30px;}
.finance .wrapper p, .finance .wrapper .heading-md {color: #fff!important;}
.finance .wrapper .btn-full {margin-bottom: 15px;}
.finance .wrapper .btn-full, .finance .wrapper .btn-outline {
	display: inline-block;
	width: 665px;
	background: #fff;
	color: var(--dark-grey);
	padding: 50px 15px;
	font-family: 'bio-sans', sans-serif;
	font-size: 40px;
	font-weight: 700;
	transition: all .4s ease-out;
	border-radius: 10px;
	border: #fff 3px solid;
	text-align: center;
}

.finance .wrapper .btn-outline {
	background: transparent!important;
	color: #fff!important;
}

.finance .btn-white:hover {background: var(--dark-grey)!important; color: #fff!important;}

.finance .wrapper .btn-full:hover {background: transparent; color: #fff; border-radius: 20px;}
.finance .wrapper .btn-outline:hover {background: #fff!important; color: var(--dark-grey)!important;border-radius: 20px;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
#thankyou .inner-hero h1 {display: none;}
.center-section {padding-top: 100px!important; padding-bottom: 100px!important;}
.center-section > div {text-align: center; max-width: 800px; margin: 0 auto; width: 100%;}

/*---brands---*/
.col-4-inner {padding-top: 130px!important; padding-bottom: 130px!important;}
.col-4-inner .heading-md {margin-bottom: 80px; text-align: center;}
.col-4-inner .flex {flex-wrap: wrap; gap: 50px; justify-content: center; max-width: 1440px; margin: 0 auto;}
.col-4-inner .img-height img {max-width: 320px; width: 100%; transition: all .4s ease-out;border: #F5F3F2 2px solid;}
.col-4-inner .btn-top {margin: 60px auto 0; text-align: center;}
.col-4-inner .flex a:hover img {border-radius: 10px; border: #2C2A29 2px solid;}
/*---service---*/
.img-left-inner {justify-content: space-between; align-items: center; padding-top: 130px!important; padding-bottom: 130px!important;}
.img-left-inner .img-height {max-width: 830px; height: 680px; width: 100%;margin-right: 40px;}
.img-left-inner .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 50px;}
.img-left-inner .content-right {max-width: 930px; width: 100%;}
.img-left-inner .content-right .flex {gap: 20px; flex-wrap: wrap;}

.col-5-inner .grey-box {max-width: 340px;}
.col-5-inner .grey-box > div {padding: 30px;}

#service .flex-text {align-items: flex-end; flex-wrap: wrap;}
#service .flex-text > div:first-child {max-width: 870px;}
#service .flex-text > div:last-child {margin-top: 0; width: auto;}

/*---about---*/
.col-5-inner span {font-weight: 700!important;}
#about .col-5-inner .heading-md {margin-bottom: 30px!important;}
#about .col-5-inner .wrapper > p {
	text-align: center;
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    margin-bottom: 50px;
}

#about .flex-text {padding-top: 100px!important; padding-bottom: 100px!important;}
#about .flex-text > div:first-child {max-width: 700px;}
#about .flex-text h3 {font-size: 25px; color: var(--dark-grey);}
#about .flex-text br {margin-top: 60px;}
#about .flex-text .heading-top {margin-top: 60px;}
/*--------FORM STYLES--------------------*/
/*---contact---*/
#contact .col-5-inner {border-radius: 50px 50px 0 0;}
#contact .col-5-inner .grey-box a {display: inline-block; font-size: 20px; color: #fff;text-align: center;font-family: 'colfax-web', sans-serif;line-height: 35px;transition: all .4s ease-out;}
#contact .col-5-inner .grey-box {max-width: 420px;}
#contact .col-5-inner .grey-box a:hover {color: var(--orange);}
#contact .col-5-inner .grey-box p {font-weight: 700!important;}
#contact .col-5-inner .grey-box > div {text-align: center;}

.map h2 {display: none;}

/*---aplication---*/
#application .form-all .heading-md, #parts .form-all .heading-md {margin-bottom: 30px;}
.form-all .heading-mdsm {margin-bottom: 40px; margin-top: 80px; text-align: left;}

.form-all .heading-md {margin-bottom: 80px;}
.form-all p {max-width: 700px; margin: 15px auto 0px;}

.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: 500;
	font-size: 19px;
}

.label-row {margin-bottom: 15px;color: var(--dark-grey);}

.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%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: var(--dark-grey);
	border-bottom: 2px;
	border-bottom-style: solid;
	font-family: 'colfax-web', sans-serif;
	box-sizing: border-box;
	background: var(--cream);
	font-size: 20px;
	color: var(--dark-grey);
}

.form-2nd-row {margin-right: 0;}

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.form-full-sm input {
	padding: 17px;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: var(--dark-grey);
	border-bottom: 2px;
	border-bottom-style: solid;
	background: var(--cream);
	font-family: 'colfax-web', sans-serif;
	box-sizing: border-box;
	color: var(--dark-grey);
	font-size: 20px;
}

.form-full-sm input {
	color: var(--dark-grey)!important;
}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: var(--dark-grey);
	border-bottom: 2px;
	border-bottom-style: solid;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'colfax-web', sans-serif;
	background: var(--cream);
	font-size: 20px;
	color: var(--dark-grey);
}

.form-full {margin: 15px 0 30px 0;}

input::placeholder, textarea::placeholder {color: var(--dark-grey);}
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 ----------------*/
.scrolling-inventory {background: var(--dark-grey);padding-top: 80px!important;}
.scrolling-wrap {max-width: 1690px; width: 100%; height: 90px; overflow: hidden; margin: 0 auto;}
.scrolling-inventory h2 {display: none;}

.my-site-footer {background: var(--dark-grey)!important; padding-top: 20px; padding-top: 80px;}
.my-site-footer .p-heading {font-family: 'bio-sans', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 50px; color: #fff;}
.my-site-footer .top-footer li {color: #fff; font-family: 'colfax-web', sans-serif; font-size: 20px; margin-bottom: 25px;}
.my-site-footer a {color: #fff; font-family: 'colfax-web', sans-serif; font-size: 20px; transition: all .4s ease-out;}
.my-site-footer a:hover {color: var(--orange)!important;}
.my-site-footer .btn-top a {color: var(--dark-grey)!important;}
.my-site-footer span {font-weight: 700;}

.my-site-footer .img-height {margin-right: 40px;}
.my-site-footer .img-height img {max-width: 300px; width: 100%;}
.my-site-footer .wrapper > .flex {justify-content: space-between;}

.my-site-footer .wrapper .top-footer {margin-bottom: 130px;}
.my-site-footer .top-footer .flex {gap: 100px;}
.my-site-footer .top-footer .ul-top {margin-top: 50px;}

.my-site-footer .wrapper .bottom-footer {border-top: solid 2px #fff;}
.my-site-footer .wrapper .bottom-footer > div {padding-top: 30px; padding-bottom: 30px; justify-content: space-between; gap: 30px;}
.my-site-footer .bottom-footer ul.flex {gap: 30px;}
.my-site-footer .bottom-footer li i {font-size: 20px;}

/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {padding: 0 15px; margin: 0 auto;max-width: 1830px;}
.flex {display: flex;}
.btn-top {margin-top: 60px;}

/*---Headings---*/
.heading-lg {color: #fff; font-size: 100px; font-weight: 700; margin-bottom: 30px;}
.heading-md {color: var(--dark-grey); font-size: 60px; font-weight: 700; margin-bottom: 30px;}
.heading-mdlg {font-size: 80px; font-weight: 700;}
.heading-mdsm {color: var(--dark-grey); font-size: 30px; font-weight: 700;}
.drop-shadow {filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .35));}

.h2-span {font-size: 30px; font-weight: 400!important;}

.p-top {margin-top: 20px;}

/*---Buttons---*/

.btn-orange, .btn-orange-white {
	display: inline-block;
	color: var(--dark-grey)!important;
	background: var(--orange);
	width: auto;
	padding: 20px 40px;
	font-family: 'bio-sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	transition: all .4s ease-out;
	border-radius: 10px;
	border: none; 
}

.btn-orange:hover {background: var(--dark-grey); color: #fff!important;border-radius: 20px;}
.btn-orange-white:hover {background: #fff; border-radius: 20px;}

.btn-white {
	display: inline-block;
	color: var(--dark-grey);
	background: #fff;
	width: auto;
	padding: 20px 40px;
	font-family: 'bio-sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	transition: all .4s ease-out;
	border-radius: 10px;
	border: none; 
}

.btn-white:hover {background: var(--orange); border-radius: 20px;}

.btn-dark-grey {
	display: inline-block;
	color: #fff;
	background: var(--dark-grey);
	width: auto;
	padding: 20px 40px;
	font-family: 'bio-sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	transition: all .4s ease-out;
	border-radius: 10px;
	border: none;
}

.btn-dark-grey:hover {background: var(--orange); color: var(--dark-grey); border-radius: 20px;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count, .list-content .price-container .price, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .parts-list-content .error-message, .detail__machine-location a, .listing-prices__retail-price, .detail__search-results, .dealer-contact__phone a, .dealer-contact__whatsapp a, .dealer-contact__details_right-col button {color: #b05307!important;}

.faceted-search-content .selected-facets-container .selected-facet {background: var(--orange)!important; color: var(--dark-grey)!important;}

.detail__cta-buttons button {color: var(--dark-grey)!important;}
.detail-contact-bar button:hover, .detail__cta-buttons button:hover, .collapsible-contact-wrapper button:hover {color: #fff!important;}

.list-content .list-error-container .info button:not(.login-button), 
.list-container-flexrow .view-listing-details-link,
.view-listing-details-link
{background: var(--orange)!important; color: var(--dark-grey)!important;transition: all .4s ease-out;}

.list-content .list-error-container .info button:not(.login-button):hover, 
.list-container-flexrow .view-listing-details-link:hover,
.view-listing-details-link:hover
{background: var(--dark-grey)!important; color: #fff!important;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1700px) {
	.img-left .content-right {padding-right: 15px;}
}

@media only screen and (max-width: 1620px) {
	.brands .hero-slide-wrap {max-width: 1100px;}
}

@media only screen and (max-width: 1400px) {
	.col-4 .grey-box > div {padding: 20px 15px;}
	.col-4 .grey-box .heading-mdsm {margin-top: 20px;}
	.brands .hero-slide-wrap {max-width: 950px;}
}

@media only screen and (max-width: 1305px) {
	.my-site-footer .top-footer .flex {gap: 40px;}
	.brands .hero-slide-wrap {max-width: 680px;}
	.col-5-inner .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 1200px) {
	.finance .wrapper .btn-full, .finance .wrapper .btn-outline {width: 400px;}
	.my-site-footer .wrapper > .flex {flex-direction: column;}
	.my-site-footer .wrapper > .flex > div:first-child {margin-bottom: 60px;}
}

@media only screen and (max-width: 1100px) {
	.col-4 .flex {flex-wrap: wrap;}
	.img-left .img-height {margin-right: 40px;}
}

@media only screen and (max-width: 1000px) {
	.brands .hero-slide-wrap {max-width: 500px;}
}

@media only screen and (max-width: 950px) {
	.col-3 .quicklinks {flex-wrap: wrap;}
	.col-3 .quicklinks .img-height {max-width: 100%; height: 200px;}
}

@media only screen and (max-width: 900px) {
	.flex-text {flex-wrap: wrap;}
	.flex-text > div:last-child {margin-top: 0;}
	.flex-text > div:first-child {margin-right: 0;}
	.img-left {flex-wrap: wrap;}
	.img-left .img-height {height: 200px; margin-right: 0; margin-bottom: 30px;}
	.img-left .content-right {padding-left: 15px;}
	.finance .wrapper {flex-wrap: wrap;}
	.finance .wrapper > div:first-child {margin-bottom: 80px;}
}

@media only screen and (max-width: 850px) {
	.my-site-footer .img-height {margin-right: 0;}
	.my-site-footer .top-footer .flex {flex-direction: column;gap: 60px;}
	.my-site-footer .p-heading {margin-bottom: 30px;}
	.brands .flex {flex-direction: column; justify-content: center;}
	.brands .flex > div:last-child {justify-content: center;}
	.brands .hero-slide-wrap {max-width: calc(100% - 100px);}
}

@media only screen and (max-width: 800px) {
	.col-3 > div:first-child {flex-direction: column; align-items: flex-start;}
	.col-3 .heading-md {margin-bottom: 30px!important;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 50px;}
	.heading-md {font-size: 40px; }
	.h2-span {font-size: 25px;}
	.heading-mdlg {font-size: 60px;}
	.col-3 .quicklinks .heading-mdsm {font-size: 30px!important;}
	.my-site-footer .wrapper .bottom-footer > div {flex-wrap: wrap;}
	.img-left-inner {flex-wrap: wrap;}
	.img-left-inner .img-height {margin-right: 0; height: 200px; margin-bottom: 30px;}
	.col-5-inner .grey-box > div {padding: 30px 15px;}
	.col-5-inner .grey-box, #contact .col-5-inner .grey-box {max-width: 100%;}
}

@media only screen and (max-width: 600px) {
	.home-header .slide-content {padding-top: 300px !important; padding-bottom: 50px !important;}
	.home-header .slide-content p {font-size: 20px!important;}
	.finance > div, .img-left, .col-4, .flex-text, .col-4-inner, .img-left-inner, .col-4, .col-5-inner, #about .flex-text, .form-all, .center-section {padding-top: 80px!important; padding-bottom: 80px!important;}
	.col-3 {padding-bottom: 80px;}
	.my-site-footer .wrapper .top-footer {margin-bottom: 100px;}
	.brands .hero-slide-wrap {max-width: calc(100% - 45px);}
	.brands .slide-brands {margin-left: 20px; margin-right: 20px;}
	.inner-hero > div {padding-top: 300px!important; padding-bottom: 50px!important;}
	.col-4-inner .flex {gap: 10px;}
	.col-4-inner .heading-md {margin-bottom: 60px;}
	.col-4-inner .btn-top {margin: 30px auto 0;}
	.form-half {width: 100%; margin: 15px 0;}
	.form-all .heading-md {margin-bottom: 30px;}
}

@media only screen and (max-width: 480px) {
	.finance .wrapper .btn-full, .finance .wrapper .btn-outline {width: 300px;}
}

@media only screen and (max-width: 380px) {
	.inner-hero > div {padding-top: 250px!important; padding-bottom: 50px!important;}
	.home-header .slide-content {padding-top: 250px !important; padding-bottom: 0px !important;}
	.finance .wrapper .btn-full, .finance .wrapper .btn-outline {width: 235px;font-size: 30px;}
	#contact .col-5-inner .grey-box a {font-size: 18px;}
}

@media only screen and (max-width: 350px) {
	.my-site-footer .top-footer li, .my-site-footer a {font-size: 19px;}
}

@media only screen and (max-width: 340px) {
	#contact .col-5-inner .grey-box a {font-size: 17px;}
	#contact .col-5-inner .grey-box > div, .col-5-inner .grey-box > div {padding: 25px 10px;}
	.col-5-inner .grey-box p {font-size: 18px!important;}
	#application p {font-size: 18px!important;}
}

@media only screen and (max-width: 330px) {
	.my-site-footer .top-footer li, .my-site-footer a {font-size: 18px;}
}
