﻿/***** 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;}


.barlow-light {
	font-family: "barlow", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.barlow-med {
	font-family: "barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.barlow-bold {
	font-family: "barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.barlow-semi-italic {
	font-family: "barlow", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.blue {
	color: #1524E4;
}
.yellow {
	color: #FECD08;
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
a.yellow-btn {
	background-color: #FECD08;
	padding: 10px 20px;
	border-radius: 5px;
}
a.yellow-btn:hover {
	background-color: #eabd05;
	transition: all .3s ease-in-out;
}
a.trace-btn {
	border: 1px solid #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
}
a.trace-btn:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
	padding: 10px 20px;
	color: #000;
	transition: all .3s ease-in-out;
}
.wid70 {
	width: 70%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid95 {
	width: 95%;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.flex-container {
	display: flex;
	align-items: center;
}
.center {
	text-align: center;
}
.margin-auto {
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.uppercase {
	text-transform: uppercase;
}
.caps {
	text-transform: capitalize;
}
.underline {
	text-decoration: underline;
}
.italic {
    font-style: italic;
}


/*--- HEADER STYLES ---------------------*/
header {}

.head-logo img {
    max-width: 100%;
    width: 250px;
}
i.fa-solid.fa-phone {
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 20px;
}
.loc i.fa-solid.fa-location-dot {
    color: #fff;
    padding-right: 7px;
    font-size: 14px;
}
.loc.flex-container {
    gap: 10px;
}
.loc p.barlow-bold.caps {
    margin-left: 15px;
}


/*---BODY--------------------------------*/


.head-banner {
    background-color: #1524E4;
    text-align: center;
    padding: 8px 50px;
}
.head-banner p {
    text-transform: capitalize;
}
.page-head .wid80.margin-auto.flex-container {
    margin: 5px auto;
}
.head-locations {
    gap: 30px;
    display: flex;
    justify-content: flex-end;
}
/*
.hero-wrap {
	background:url("../siteart/hero.png") no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    max-height: 100%;
    min-height: 520px;
}
*/
.hero-wrap {
    display: flex;
    align-items: center;
    min-height: calc(64vh - 140px);
    position: relative;
}
.bg-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.bg-video iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 250%;
    width: 100%;
}
.bg-video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 15%);
}
.hero-text {
    text-shadow: 2px 2px 10px #222;
    align-content: end;
    padding-left: 200px;
    padding-bottom: 0;
	position: relative;
}
.hero-text h1 {
    font-size: 50px;
}
.hero-text h2 {
    font-size: 20px;
	padding: 5px 0 25px;
	letter-spacing: 2px;
}
.hero-search form {
    display: flex;
    border-radius: 90px !important;
    background: #fff;
    overflow: hidden;
    border: none !important;
}
.hero-search input {
    flex: 1;
    padding: 15px 20px;
    font-size: 13px !important;
    box-sizing: content-box;
    border: none;
    font-family: "barlow", sans-serif !important;
	font-weight: 500;
	letter-spacing: 1px;
}
.hero-search button {
    box-sizing: content-box;
    min-width: 60px;
    border: none;
    background: #FECD08;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all !important;
}
.hero-search input:focus {
    border: none;
}
input.keyword:focus {
	border: none;
}

.brand img {
    width: 90%;
}


.cat h3 {
    padding-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	font-size: 28px;
}
i.fa-solid.fa-arrow-right-long {
    color: #ffffff;
    background-color: #ffffff52;
    padding: 10px;
    border-radius: 20px;
}
.services-wrap {
    display: flex;
	justify-content: center;
    gap: 24px;
	margin: 24px;
}
.service-box {
    width: 24%;
	border-radius: 6px;
    background-size: cover !important;
}
.box1 {
	background: url("../siteart/field-service (1).jpg");
	background-repeat: no-repeat;
}
.box2 {
	background: url("../siteart/heavy-haul-trucking (1).jpg");
	background-repeat: no-repeat;
}
.box3 {
	background: url("../siteart/rentals (1).jpg");
	background-repeat: no-repeat;
}
.box4 {
	background: url("../siteart/equipment-for-sale (1).jpg");
	background-repeat: no-repeat;
}
.overlay {
	background: #00000070;
    padding: 30px;
    height: 250px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
	border-radius: 6px;
}
.overlay2 {
	background: #00000070;
    padding: 0 30px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.overlay2 a {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 10vw;
}
.overlay2 a img {
    transform: rotate(-5deg);
    max-width: 100%;
}
a.cat:hover i {
    background-color: #FECD08;
	transition: all .3s ease-in-out;
}
.credit-wrap {
	background-size: cover;
	width: 100%;
	background: url("../siteart/AdobeStock_292894418.png");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.home-brands {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    align-items: center;
	gap: 24px;
}


.welcome {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 50px;
}
.left {
	flex: 1;
	margin-left: 90px;
}
.left h2 {
    font-size: 28px;
    margin: 15px auto;
}
.left p {
    margin-bottom: 45px;
    line-height: 28px;
}


.right {
	flex: 1;
}
.welcome-img {
    position: relative;
	width: 100%;
}
.welcome-img img {
    object-fit: cover;
    width: 100%;
	height: 300px;
}
.corner-txt {
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: #FECD08;
	padding: 24px;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 4px;
}
.corner-txt p.large {
    font-size: 28px;
}

.find-loc {
    background: linear-gradient(180deg, rgba(21, 36, 228, 1) 0%, rgba(16, 25, 146, 1) 100%);
	text-align: center;
    padding: 70px;
	margin-top: 100px;
}
.find-loc h2 {
    margin-bottom: 36px;
}
.find-loc a {
    margin: 24px;
}
.find-loc i.fa-solid.fa-location-dot {
    padding-right: 12px;
}




.breadcrumbs {
    display: flex;
    font-size: 14px !important;
    color: #403f3b !important;
    padding: 2% 0 5%;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    letter-spacing: 0.05em;
    gap: 10px;
	font-family: "barlow", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #eee;
    background: #fff;
    color: #403f3b;
    font-size: 14px !important;
	font-family: "barlow", sans-serif;
}



.about-section {
    display: flex;
    align-items: flex-start;
	gap: 50px;
}
.aside-left {
    flex: 2;
}
.aside-left h1 {
    font-size: 60px;
}
.aside-right {
    flex: 3;
}
.aside-right p {
    line-height: 24px;
}


.aside-full {
    margin: 100px auto;
}
.routine-benefits h2 {
    margin-bottom: 24px;
}
.benefits li.barlow-med {
    padding: 30px;
    line-height: 30px;
	border: 1px solid #dadada;
	color: #000;
	border-radius: 5px;
	margin: 15px auto;
}
.benefits ul {
    display: flex;
    gap: 15px;
}
.benefits ul li {
    flex: 1;
}



/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 10px;
	margin-bottom: 10px;
	font-family: "barlow", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	outline: none;
	border: 2px solid #151515;
	background: #f3f3f3;
	box-sizing: border-box;
	width: 100%;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.custom-form .flex{
	gap: 10px;
}
.custom-form textarea{
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: "barlow", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: 2px solid #151515;
	background: #f3f3f3;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "barlow", sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000000 !important;
}
button.cta{
	background: unset;
	cursor: pointer;
}





.cta{
	margin-top: 30px;
	float: left;
	padding: 0 30px;
	line-height: 50px;
	
	border: solid 1px #151515;
	color: #151515;
	text-transform: uppercase;
	font-family: "barlow", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 240px;
	width: 100%;
	box-sizing: border-box;
	
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
.cta.white{
	color: #fff;
	border-color: #fff;
}
.cta:hover{
	background: #151515 !important;
	color: #fff !important;
}



#ctas {
	position: relative;
}
#ctas:before {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}


.aside-form h2 {
    margin-bottom: 24px;
}
select.select-state, select.select-location {
    padding: 10px;
    margin-bottom: 10px;
    font-family: "barlow", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #151515;
    line-height: 24px;
    resize: none;
    outline: none;
    border: 2px solid #151515;
    background: #f3f3f3;
    box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.form-section h3 {
	font-size: 18px;
	margin-bottom: 10px;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.foot {
	display: flex;
}
.foot-logo {
    place-content: center;
}
.foot-logo img {
    width: 100%;
    max-width: 250px;
}
.foot-left {
    background: #373737;
	flex: 1;
	display: flex;
	justify-content: space-around;
	padding: 50px;
}
.foot-right {
    background: #000000;
	flex: 1;
	padding: 50px;
}
.foot-col {
    display: flex;
	gap: 7vw;
	line-height: 24px;
}
.foot-locations {
    display: flex;
	gap: 7vw;
}
.foot-title h3 {
    font-size: 22px;
	margin-bottom: 24px;
}
.foot-addy {
    line-height: 24px;
}
p.addy {
    margin: 12px 0;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


 




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}

@media only screen and (max-width: 1550px) {
	.foot-logo img {
		max-width: 200px;
	}
}
@media only screen and (max-width: 1600px) {
	.page-head .wid80 {
    	width: 95%;
	}
}
@media only screen and (max-width: 1350px) {
	.foot-col {
		flex-direction: column;
		gap: 0;
	}
	.foot-left {
		flex: 2;
	}
}
@media only screen and (max-width: 1230px) {
	
}
@media only screen and (max-width: 1149px) {
	.page-head .flex-container {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 1100px) {
	.hero-text h2 {
		letter-spacing: 1px;
		font-size: 18px;
	}
	.hero-text {
		padding-left: 0;
	}
	.hero-wrap {
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 25px;
	}
}
@media only screen and (max-width: 1050px) {
	.welcome {
		flex-direction: column;
		gap: 50px;
	}
	.welcome .left {
		margin: 0;
	}
	.welcome-img img {
		height: auto;
	}
	.corner-txt {
		display: none;
	}
	.foot-left {
		flex-direction: column;
		justify-content: flex-start;
	}
	.foot-logo {
		display: none;
	}
	.home-brands {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
}
@media only screen and (max-width: 1000px) {
	.find-loc {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 50px 25px;
	}
	
	a.trace-btn {
		width: 100%;
	}
	.service-box {
		width: 47%;
	}
	.services-wrap {
		flex-wrap: wrap;
	}
	.about-section {
		flex-direction: column;
		gap: 25px;
	}
	.custom-form .flex {
		flex-direction: column;
	}
	.benefits ul {
		flex-direction: column;
		gap: 0;
	}
	.benefits li.barlow-med {
		margin: 8px auto;
	}
}
@media only screen and (max-width: 815px) {
	.bg-video iframe {
		width: 850px;
	}
}
@media only screen and (max-width: 750px) {
	.foot {
		flex-direction: column;
	}
	.foot-left {
		background: #000000;
		gap: 24px;
	}
	.foot-logo {
		display: contents;
	}
	.foot-locations {
		flex-direction: column;
	}
}
@media only screen and (max-width: 660px) {
	.service-box {
        width: 100%;
    }
	.cta {
		max-width: 100%;
	}
	.overlay2 {
		padding: 15px 30px;
	}
	.overlay2 a img {
		width: 215px;
	}
	.overlay2 a h2 {
		font-size: 20px;
		text-align: center;
	}
	.overlay2 a {
		gap: 25px;
		flex-direction: column;
	}
}
@media only screen and (max-width: 600px) {
	.aside-left h1 {
	    font-size: 45px;
	}
	.aside-left h2 {
    	font-size: 20px;
	}
}
@media only screen and (max-width: 400px) {
	.page-head .wid80 {
        flex-direction: column;
    }
	.aside-left h1 {
        font-size: 35px;
    }
}






