*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{max-width:1920px;width:90%;margin:0 auto}.map{line-height:0;min-height:350px;overflow:hidden;border-radius:15px;overflow:hidden;margin-top:25px}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*=== FONTS AND HEADERS ===*/
body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
strong, b {
	font-weight: 900;
}
.xl-heading, .lg-heading, .md-heading, .sm-heading, .xs-heading {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.xl-heading {font-size: clamp(60px, 15vw, 250px);line-height: clamp(58px, 15vw, 225px);}
.lg-heading {font-size: clamp(28px, 7vw, 140px);line-height: clamp(51px, 7vw, 115px);}
.md-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(59px, 5vw, 44px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(43px, 5vw, 28px);}
.xs-heading {font-size: clamp(18px, 5vw, 24px);line-height: clamp(43px, 5vw, 26px);}

/*=== BUTTONS ===*/
.button-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 15px;
}
button.primary-button {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
    padding: 10px 20px;
    background-color: #FF1111;
    color: #ffffff;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 10px;
}
button.primary-button:hover {
	opacity: 0.6;
}
button.secondary-button {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 10px;
}
button.secondary-button:hover {
	opacity: 0.6;
}

/*=== LOGO ===*/
.logo-container .logo {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
	max-width: 225px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
a.logo-container {
	line-height: 0;
}

/*=== CUSTOM STYLES ===*/
p.paragraph {
	padding-top: 30px;
}
ul.list {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
}
.half-circle-bg {
	position: relative;
	padding: 100px 0 275px;
}
.half-circle-bg > * {
	position: relative;;
	z-index: 1;
}
.half-circle-bg .circle {
	content: "";
    position: absolute;
    background: url(/siteart/circle-bg.svg) no-repeat;
    right: 0;
	top: 0;
	bottom: 150px;
    aspect-ratio: 1 / 2;
	z-index: 0;
}
.finance-banner {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url("/siteart/smoking-trucks.webp") no-repeat;
    background-color: #000000;
    background-position: bottom center;
    background-size: cover;
    padding: 150px 0;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    position: relative;
    top: -50px;
}

/*=== HEADER ===*/
header.site-header {
	padding: 15px 0;
	position: relative;
	background-color: #000000;
	color: #ffffff;
}
header.site-header .top-contact-header {
	padding: 15px 0 0 5vw;
	gap: 5px 25px;
}
header.site-header .primary ul li:last-of-type {
	padding: 10px 10px;
	border-radius: 10px;
	background-color: #FF1111;
	color: #ffffff;
}

/*=== FOOTER ===*/
footer.site-footer {
	font-size: 16px;
	line-height: 18px;
	padding: clamp(50px, 5vw, 75px) 0;
	background-color: #000000;
	color: #ffffff;
}
footer.site-footer .top-footer {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
	gap: 10px 20px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
}
footer.site-footer .middle-footer {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
	gap: 10px 20px;
	text-transform: uppercase;
	padding-top: 30px;
	text-align: center;
}
footer.site-footer .bottom-footer p {
	font-family: "Barlow", sans-serif;
	font-style: normal;
	padding-top: 30px;
	font-size: 16px;
}

/*=== PAGE STYLES ===*/
/*=== SUB PAGE ===*/
#sub-page, .default-page {
	background-color: #000000;
	color: #ffffff;
}
#sub-page:not(.inventory-page), .default-page{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 32px;
}
#sub-page  {
	padding: clamp(50px, 5vw, 75px) 0 0;
}

/*=== DEFAULT.HTM ===*/
.default-page .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, .75)), url("/siteart/IMG_3295.webp");
	background-position: center;
	background-size: cover;
}
.default-page .hero-section .half {
	width: 50%;
	margin: auto 0 auto auto;
    text-align: right;
}
.default-page .hero-section h1 {
	position: relative;
	z-index: 10;
	text-align: right;
}
.default-page .hero-section .cutout-img {
	position: absolute;
    right: 5vw;
    top: 0px;
    bottom: 0;
    object-fit: contain;
    object-position: center right;
    min-height: 115px;
    width: calc(50% - 5vw - 25px);
	min-width: 115px;
}
.default-page .hero-section .button-group {
	justify-content: flex-end;
}
.default-page .middle-section {
	background-color: #fff; 
}
.default-page .middle-section .middle-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 3fr 2fr;
    grid-template-areas:
        "welcome-section welcome-section"
        ". .";
    gap: 25px;
    position: relative;
    top: -75px;
    left: 0;
    right: 0;
    padding-bottom: 100px;
}
.default-page .middle-section .welcome-section {
	grid-area: welcome-section; 
	border-radius: 15px;
	overflow: hidden;
	background-color: #212121;
}
.default-page .middle-section .welcome-section .welcome-text {
	padding: 50px 25px;
}
.default-page .middle-section .welcome-section .half-img {
	line-height: 0;
	background: url("/siteart/sleeper.webp") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 25px;
}
.default-page .middle-section .inv-links {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	padding: 25px;
}

/*=== Inventory Page ===*/
.inventory-page .finance-banner {
	margin-top: clamp(50px, 5vw, 75px);
}

/*=== contact-page ===*/
.contact-page .half-circle-bg {
	padding: 100px 0;
}
.contact-page .half-circle-bg .circle {
	bottom: 0;
}
.contact-page .contact-form-section {
	padding: clamp(50px, 5vw, 75px) 0 50px;
}
.contact-page .finance-banner {
	margin-top: clamp(50px, 5vw, 75px);
}
.contact-page .contact-icon-group {
	gap: 10px;
	position: absolute;
    right: 0;
    top: clamp(30px, 6vw, 125px);
    justify-content: center;
}
.contact-page .contact-icon-group a {
	width: 100px;
}
.contact-page .contact-icon-group a .primary-button {
	width: 100%;
}

@media screen and (max-width: 875px) {
	.flex-horizontal{flex-direction:column}.desktop-only{display:none}.mobile-only{display:flex}

	/*=== PAGE STYLES ===*/
	/*=== DEFAULT.HTM ===*/
	.default-page .hero-section .half {
		width: 100%;
	}
	.default-page .brand-container {
		max-width: 100%;
	}
	.default-page .middle-section .middle-grid {
		display: grid; 
		grid-template-columns: 1fr; 
		grid-template-rows: 4fr 1fr 1fr; 
		grid-template-areas: 
			"welcome-section"
			"."
			".";
	}
}

@media screen and (max-width: 500px) {
	.contact-page .contact-icon-group {
		position: relative;
        flex-direction: row;
        justify-content: flex-start;
	}
}