﻿/***** 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;}

/*--- HEADER STYLES ---------------------*/

.header {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	background-color: #ffffff;
	justify-content: space-between;
	padding: 25px 2%;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2)!important;
}

.head-logo {
	max-width: 250px;
	width: 100%;
}
.head-logo img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}
.head-icon-cont {
	max-width: 250px;
	width: 25%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.icon-link {
	font-size: 22px;
	color: #000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.icon-link:hover {
	color: #ff0000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.head-loc-info {
	display: none;
	position: absolute;
	top: 66px;
	right: 140px;
    width: auto;
    background: rgb(255, 0, 0);
	box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    transition: 0.2s ease-in;
    white-space: nowrap;
	z-index: 20;
}
.head-phone-info {
	display: none;
	position: absolute;
	top: 66px;
	right: 108px;
    width: auto;
    background: rgb(255, 0, 0);
	box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    transition: 0.2s ease-in;
    white-space: nowrap;
	z-index: 20;
}
.head-loc-toggle.clickopen .head-loc-info {
	display: block!important;
}
.head-phone-toggle.clickopen .head-phone-info {
	display: block!important;
}
.icon-sublink {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 15px;
	color: #fff;
	background-color: #ff0000;
}
.icon-sublink:hover {
	background-color: #e80000;
}
.head-search-toggle {
	background-color: #ff0000;
	color: #fff;
	padding: 6px;
}
.head-search-1 {
	width: 100%;
    box-sizing: border-box;
    display: none;
    background: rgb(218, 219, 220);
    padding: 20px 2%;
    margin: 0px auto;
}

.stickyhead {
	position: fixed!important;
	top: 0px;
	left: 0px;
	padding: 10px!important;
	justify-content: center!important;
	z-index: 999;
}
.stickyhead .head-logo {
	display: none!important;
}
.stickyhead .head-icon-cont {
	display: none!important;
}

/*---SITE WIDE/HOMEPAGE BODY STYLES----------------*/

.lightgray-flex-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.center {
	text-align: center;
}
.left {
	text-align: left!important;
}
.block-center {
	margin: auto!important;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.gray {
	color: #333;
}
.red {
	color: #e80000;
}
.hero-title-sm {
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 600;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}
.hero-title-lg {
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	font-weight: 800;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}
.page-title-thin {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 400;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}
.page-title-thick {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 800;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}
.page-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 15px;
}
.page-subtitle-sm {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 24px;
}
.hero-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}
.subtitle-thin {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 400;
}
.subtitle-thick {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 800;
}
.subtitle-sm {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.subtitle-md {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 36px;
}
.sect-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.text-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
    transition: .2s ease-in;
}
.text-link.white {
	background-color: #e80000;
}
.text-link:hover {
	cursor: pointer;
	font-weight: 700;
	transition: .2s ease-in;
}

.home-hero-sect {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 47vw;
	min-height: 450px !important;
    max-height: calc(100vh - 300px);
	background-color: #606060;
	background-image: url("/siteart/home-hero-image.jpg");
	background-size: cover;
	background-position: center center;
}
.hero-btn-cont {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    justify-content: center;
}
.hero-btn {
	display: flex;
    justify-content: space-between;
    width: auto;
    min-width: 240px;
	max-width: 300px;
    margin: 10px 0;
    position: relative;
    background: transparent;
    border: 0px;
    line-height: normal;
    align-items: stretch;
}
.hero-btn:hover .btn-red, .hero-btn:hover .btn-red-span {
	background-color: #000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.btn-red {
    width: 38px;
    top: 0;
    background: #ff0000;
    display: block;
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%, 34% 34%);
	transition: .2s ease-in;
}
.btn-red-span {
    font-family: "Montserrat", serif;
    width: 100%;
    width: calc(100% - 44px);
    height: 100%;
    background: #e80000;
    text-align: center;
    padding: 10px 44px 10px 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    white-space: nowrap;
    transition: .2s ease-in;
    line-height: normal;
	pointer-events: none;
}
.btn-white {
	font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", serif;
    background: #fff;
    color: #e80000;
    border: 1px solid #fff;
    display: block;
    padding: 10px;
    text-align: center;
    width: auto;
    min-width: 240px;
    margin: 10px 0;
    transition: .2s ease-in;
    white-space: nowrap;
    line-height: normal;
    cursor: pointer;
    border-radius: 0px;
}
.btn-white:hover {
	background-color: #e80000;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}

.red-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #ff0000;
	padding: 15px 0px 15px 15px;
	display: flex;
}
.red-25 {
	position: relative;
	box-sizing: border-box;
	width: 25%;
    min-height: 350px !important;
}
.red-25-bkgd {
	position: relative;
	box-sizing: border-box;
	width: 96%;
	height: 100%;
	clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%, 34% 34%);
	background: #e50000;
}
.red-25-cont {
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 20px 40px 20px 20px;
}
.home-search {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0px;
}
.white-75 {
	position: relative;
	box-sizing: border-box;
	width: 75%;
    min-height: 350px !important;
	background: #fff;
	padding: 2% 2% 2% 1%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 20px 2%;
}
.white-75-btn {
	width: 31%;
    max-width: 400px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.white-75-btn h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 85px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    transition: .2s ease-in;
}
.white-75-btn:hover h3 {
	background: #000;
	 transition: .2s ease-in;
}
.white-75-btn img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    max-width: 100%;
    height: auto;
	padding: 0;
	object-fit: cover;
	transition: .2s ease-in;
}
.white-75-btn:hover img {
	filter: grayscale(1);
	 transition: .2s ease-in;
}
.white-50 {
	position: relative;
	box-sizing: border-box;
	width: 65%;
	padding: 50px 3%;
}
.white-25 {
	position: relative;
	box-sizing: border-box;
	width: 32%;
}
.white-25 img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.white-sect {
	width: 100%;
	background: #fff;
}
.welcome-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 720px;
	margin: auto;
	padding: 100px 20px 100px 20px !important;
}
.spacer {
	box-sizing: border-box;
	height: 100px;
	width: 100%;
}
.location-cont {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.lightgray-sect {
	width: 100%;
	box-sizing: border-box;
	padding: 130px 20px;
	background: #fbf7f7;
}
.lightgray-btn1 {
	position: relative;
	box-sizing: border-box;
	width: 31%;
	margin: 0px 1%;
	background-image: url("/siteart/parts-display.jpg");
	background-position: center center;
	background-size: cover;
	min-height: 260px;
    max-height: 380px;
    height: 20vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lightgray-btn2 {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	margin: 0px 1%;
	background-image: url("/siteart/service-example.jpg");
	background-position: center center;
	background-size: cover;
	min-height: 260px;
    max-height: 380px;
    height: 20vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lightgray-btn3 {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	margin: 0px 1%;
	background-image: url("/siteart/financing.jpg");
	background-position: center center;
	background-size: cover;
	min-height: 260px;
    max-height: 380px;
    height: 20vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lightgray-btn-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    min-height: 135px;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .2s ease-in;
}
.lightgray-btn1:hover .lightgray-btn-overlay, .lightgray-btn2:hover .lightgray-btn-overlay, .lightgray-btn3:hover .lightgray-btn-overlay {
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: .2s ease-in;
}

.info-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
}
.info-list {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style: disc;
	list-style-position: outside;
	color: #ff0000;
	padding-left: 32px;
}
.info-list li {
	margin-bottom: 32px;
}
.info-bold {
	color: #000;
	font-weight: 700;
}
.info-thin {
	color: #000;
	font-weight: 400;
}
.financing-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: url("/siteart/financing-bkgd.jpg");
	background-size: cover;
	background-position: center center;
	display: flex;
}
.employment-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: url("/siteart/employment-bkgd.jpg");
	background-size: cover;
	background-position: center center;
	display: flex;
}
.bottom-sect-overlay {
	position: relative;
	box-sizing: border-box;
	width: 67%;
	background: rgba(0,0,0,0.7);
	padding: 100px 20px;
	text-align: center;
}
.bottom-sect-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
}
.bottom-btn-overlay {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	background: #ff0000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.testimonial-box {
	position: relative;
	box-sizing: border-box;
	max-width: 485px;
	width: 40%;
	margin: 0px 20px;
	background: #fff;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    gap: 10px;
}
.star-cont {
	font-size: 24px;
	color: #ff0000;
}
.testimonial-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}
.testimonial-date {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.location-slider-1 {
    width:100%;
	box-sizing: border-box;
	padding: 50px;
}
.location-slider-1 .container-lg {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
	gap:20px 0;
}
.location-name {
    width: 23%;
}
.location-name .slick-list {
    height: 100%;
}
.location-name .slick-track {
    display: flex;
    flex-wrap: wrap;
    width:100%!important;
    box-sizing: border-box;
    transform: translate3d(0px, 0px, 0px)!important;
	border-right:15px solid rgba(237,27,36,1.00);
	gap:7px;
	height: 100%;
}
.location-name .slick-track:before, .location-name .slick-track:after {
	display: none!important;
}
.location-name .slick-slide {
    width:100%!important;
    box-sizing: border-box;
    cursor: pointer;
	background:#333333;
	text-align: center;
	border-right:15px solid rgba(255,255,255,1.00);
}
.location-name .slick-slide > div, .location-name .slick-slide > div > div {
	height: 100%;
}
.slick-slide.slick-active {
	height: 33%;
}
.loc-name-info {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	font-family: "Montserrat", serif;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.location-name .slick-slide:hover {
	background:#e80000;
}

.location-name .slick-slide.slick-current {
    background:#e80000;
	font-weight: 700;
	border-right:15px solid rgba(237,27,36,1.00);
}
.loc-click {
	display: none;
}

.location-info-1 {
    width:75%;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
    
}
.location-info-1 .slick-list, .location-info-1 .slick-slide, .location-info-1  .slick-track {
    height: 100%!important;
}
.location-slide-cont-1 {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
    height: 100%;
	background:#fff;
	width: 100%;
	padding:20px;
	box-sizing: border-box;
}
.location-slide-info-1 {
    width:35%;
    padding:20px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:10px;
}


.location-slide-info-1 h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 30px;
    color:#000;
}
.location-slide-info-1 i {
	color:#ed1b24;
}
.location-slide-phone {
	font-family: 'Montserrat', sans-serif;
    color:#000;
    font-weight: 600;
}
.loc-slide-info {
	display: flex;
	flex-direction: column;
	gap:10px;
}
.loc-slide-info p {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color:#000;
}
.loc-slide-info a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color:#000;
}
.loc-slide-info a:hover {
	color:#ed1b24;
}
.location-slide-map {
    width:63%;
}
.location-slide-map iframe {
    width:100%;
    height: 100%;
	min-height: 350px;
    display: block;
    border:0px;
}

/*--------HEAVY DUTY TRUCKS PAGE---------*/

.heavy-hero-sect {
	width: 100%;
	background-image: url("/siteart/heavy-duty-trailers.jpg");
	background-size: cover;
	background-position: center center;
}
.heavy-hero-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.heavy-hero-cont {
	position: relative;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto !important;
    box-sizing: border-box;
	padding: 176px 32px;
}

.heavygray-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #dadbdc;
	padding: 70px 20px;
}
.heavygray-cont {
	position: relative;
	width: 100%;
	max-width: 1700px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.category-box {
	position: relative;
	box-sizing: border-box;
	width: 33.333%;
	height: auto;
	display: block;
	padding: 20px!important;
}
.category-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	background: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    margin: 15px auto;
	padding-bottom: 20px;
}
.category-cont-head {
	width: 100%;
    height: 250px;
    display: block;
    position: relative;
}
.category-cont-head h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}
.category-cont-head img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.category-cont-info {
	text-align: center;
	padding: 20px;
    box-sizing: border-box;
    background: #fff;
	display: block;
}

.category-hero-btn {
	display: flex;
    justify-content: space-between;
    width: 100%;
	max-width: 300px;
    margin: 10px auto;
    position: relative;
    background: transparent;
    border: 0px;
    line-height: normal;
    align-items: stretch;
}
.category-hero-btn:hover .btn-red, .category-hero-btn:hover .btn-red-span {
	background-color: #000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}

/*--------FINANCING--------------------*/

.financing-info-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	padding: 40px 20px;
	margin: auto;
}

.financing-list {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style: disc;
	list-style-position: outside;
	color: #000;
	padding-left: 32px;
	margin-top: 32px;
}

/*--------PARTS--------------------*/

.parts-hero-sect {
	width: 100%;
	background-image: url("/siteart/parts-banner.jpg");
	background-size: cover;
	background-position: center center;
}
.parts-hero-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.parts-hero-cont {
	position: relative;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto !important;
    box-sizing: border-box;
	padding: 108px 32px;
}
.parts-red-image {
	position: relative;
	box-sizing: border-box;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	background-color: #ff0000;
}
.parts-red-image img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
}
.parts-content {
	position: relative;
	box-sizing: border-box;
	width: 66.667%;
	padding: 56px;
	background-color: #fbf7f7;
}
.parts-brand-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #fbf7f7;
	padding: 50px 20px;
}
.parts-brand-cont {
	position: relative;
	box-sizing: border-box;
	max-width: 1700px!important;
	margin: auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.parts-brand-box {
	position: relative;
	box-sizing: border-box;
	background: #fff;
    padding: 20px;
    width: 15%;
    min-height: 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    margin: 15px .75%;
}
.parts-brand-box img {
	width: 100%;
    height: 100%;
    max-height: 85px;
    display: block;
    object-fit: contain;
    object-position: center;
}
.parts-brand-box p {
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0 0 0;
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #000;
}

/*--------SERVICE--------------------*/

.service-hero-sect {
	width: 100%;
	background-image: url("/siteart/service-bkgd.jpg");
	background-size: cover;
	background-position: center center;
}
.service-hero-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.service-hero-cont {
	position: relative;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto !important;
    box-sizing: border-box;
	padding: 108px 32px;
}

.service-list {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	list-style-type: square;
	list-style-position: inside;
	color: #ff0000;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service-list li {
	padding-left: 32px;
}

.servicegray-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #dadbdc;
	padding: 70px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.service-box {
	position: relative;
	box-sizing: border-box;
	width: calc(33.333% - 40px);
	margin: 20px;
	text-align: center;
	background: #fff;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.service-box-head {
	position: relative;
	width: 100%;
    height: 250px;
    display: block;
}
.service-box-head h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}
.service-box-head img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.service-box-text {
	position: relative;
	padding: 32px 20px;
    box-sizing: border-box;
    background: #fff;
}
.service-box-contact {
	position: relative;
	width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background: #e80000;
    color: #fff;
}
.service-box-contact p a {
	color: #fff;
	font-weight: 700;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.service-box-contact p a:hover {
	color: #ddd;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

/*--------CONTACT--------------------*/

.contact-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: #fbf7f7;
	padding: 50px 20px;
}
.contact-cont {
	position: relative;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto !important;
    box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.contact-box {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 20px);
	margin: 10px;
	padding: 20px;
	background: #fff;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.contact-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.contact-text-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.contact-text-link:hover {
	color: #ff0000;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

/*--------LOCATIONS--------------------*/

.location-title {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 5px solid #ff0000;
    display: block;
}

.top-map-sect {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px;
	background: #fff;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.location-info-cont {
	position: relative;
	box-sizing: border-box;
	width: 40%;
    padding: 20px;
    background: #fbf7f7;
}
.location-info-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
.location-info-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 24px;
	display: block;
}
a.location-info-text:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.location-map-cont {
	position: relative;
	box-sizing: border-box;
	width: 55%;
	min-height: 350px;
}
.location-map-cont iframe {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.location-flex {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.half-sect {
	position: relative;
	width: 50%;
	padding: 70px 50px;
}
.half-sect img {
	width: 100%;
    max-width: 700px;
	height: auto;
    display: block;
	object-fit: contain;
}
.location-list {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style: disc;
	list-style-position: outside;
	color: #ff0000;
	padding-left: 32px;
}
.location-list-ordered {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style: decimal;
	list-style-position: outside;
	color: #ff0000;
	padding-left: 32px;
}
.location-iframe {
	position: relative;
	box-sizing: border-box;
	width: 96%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: auto!important;
}
.accordian-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1198px;
	margin-top: 40px!important;
	margin: auto;
	border-radius: 6px;
	border: 1px solid #ddd;
}
.accordian-link {
	position: relative;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
}
.accordian-title {
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
}
.accordian-link:first-child {
	border: none;
	border-radius: 6px 6px 0px 0px;
}
.accordian-link:last-child {
	border-radius: 0px 0px 6px 6px;
}
.accordian-info {
	display: none;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px;
	border-top: 1px solid #ddd;
}
.clickopen .accordian-title {
	background-color: #9ED8F0;
}
.clickopen.accordian-link .accordian-info {
	display: block!important;
}
/*--------ACCESSORIES--------------------*/

.accessories-hero-sect {
	width: 100%;
	background-image: url("/siteart/accessories-header.jpg");
	background-size: cover;
	background-position: center center;
}
.accessories-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
}
.accessories-info {
	position: relative;
	box-sizing: border-box;
	width: 66%;
	padding: 40px;
}
.accessories-img {
	position: relative;
	box-sizing: border-box;
	width: 33%;
}
.accessories-img img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------NEWS--------------------*/

.news-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1300px;
	margin: auto;
}
.news-box {
	position: relative;
	box-sizing: border-box;
	width: calc(33% - 20px);
	margin: 10px;
	padding: 20px;
	background: #fff;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: center;
    gap: 10px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.news-date {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin: 10px;
}
.news-box img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    max-height: 250px;
    display: block;
    object-fit: cover;
    object-position: center center;
    margin: 20px auto;
}
.news-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 10px 10px 20px;
}

/*--------BLOG PAGES--------------*/

.blog-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
}
.blog-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 20px;
}
.blogpost-date {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.blogpost-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	padding: 20px 0px 48px;
	margin-top: 20px;
	border-top: 1px solid #000;
}
.blogpost-image {
	width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 40px;
    max-height: 400px;
}
.blogpost-header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	padding: 20px 0px 12px;
}
.blogpost-bar {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	background-color: #000;
}

/*--------ABOUT--------------------*/
.about-hero-sect {
	width: 100%;
	background-image: url("/siteart/about-hero.jpg");
	background-size: cover;
	background-position: center center;
}
.mission-statement {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
}

.timeline-sect {
	postiion: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: url("/siteart/employment-bkgd.jpg");
	background-position: center center;
	background-size: cover;
}
.timeline-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 120px 20px;
	display: flex;
	flex-wrap: wrap;
}
.timeline-lg {
	postiion: relative;
	box-sizing: border-box;
	width: 33.3%;
	padding: 26px;
	text-align: center;
}
.timeline-sm {
	postiion: relative;
	box-sizing: border-box;
	width: 25%;
	padding: 26px;
	text-align: center;
}
.timeline-year {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #fff;
}

.trailer-brand-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 10px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.trailer-brand-box {
	position: relative;
	box-sizing: border-box;
	width: calc(16% - 20px);
	margin: 10px;
	background: #fff;
    padding: 20px;
    min-height: 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.trailer-brand-box img {
	position: relative;
	width: 100%;
    height: 100%;
    max-height: 85px;
    display: block;
    object-fit: contain;
    object-position: center;
    transition: .2s ease-in;
}
.trailer-brand-box p {
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0 0 0;
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #000;
    transition: .2s ease-in;
}

/*--------FORM STYLES--------------------*/
.searchbar {
	display: flex;
    box-sizing: border-box;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 5px 10px;
}
.searchbar .searchbar-type {
	width: 100%;
    font-family: Montserrat, serif;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    height: auto;
	border: none!important;
    line-height: normal;
    padding: 4px;
    border-radius: 0px;
}
.searchbar .searchbar-type:focus {
	outline: none!important;
}
.searchbar .searchbar-submit {
	color: rgb(85, 87, 89);
    font-size: 16px;
    background: rgb(255, 255, 255);
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    transition: 0.2s ease-in;
}
.searchbar .searchbar-submit:hover {
	color: #ff0000;
	transition: 0.2s ease-in;
}
.searchbar .searchbar-submit:focus {
	outline: none!important;
}
.search-form {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0px 100px;
	height: auto;
	align-items: center;
}
.search-form .search-form-category {
	position: relative;
	box-sizing: border-box;
	height: 45px;
	margin: 7px;
	padding: 0px 7px;
	border: none!important;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
.search-form .search-form-type {
	position: relative;
	box-sizing: border-box;
	height: 45px;
	margin: 7px;
	padding: 0px 7px;
	border: none!important;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

.search-form .search-form-type:focus {
	outline: none!important;
}

.search-form .search-form-submit {
	height: 45px;
	margin: 7px;
	padding: 0px 7px;
	border: none!important;
	border-width: 0px!important;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: normal;
    cursor: pointer;
	background: rgb(51, 51, 51);
	outline: none!important;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
	
}

.search-form .search-form-submit:hover {
	cursor: pointer;
	background-color: #fff;
	color: #000!important;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.form-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 70px 20px;
}
.form-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.form-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.form-input {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0px 10px;
}

.form-textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	height: 100px;
}

.form-input:focus, .form-textarea:focus {
	outline: 4px solid #9ED8F0!important;
}

.CaptchaPanel {
	font-family: 'Montserrat', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: 4px solid #9ED8F0!important;
}
.form-submit-btn {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', serif;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    min-width: 240px;
	max-width: 300px;
	padding: 10px 20px;
	margin: 10px auto;
    line-height: normal;
    cursor: pointer;
	background: rgb(51, 51, 51);
	border: 0px;
	outline: none!important;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.form-submit-btn:hover {
	background-color: #ddd;
	color: #000;
	outline: none!important;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.form-submit-btn:focus {
	outline: none!important;
}


/*-------- FOOTER STYLES ----------------*/
footer {
	width: 100%;
    padding: 40px 2% 0 2%;
    box-sizing: border-box;
    background: #333333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.foot-logo {
    width: 100%;
    max-width: 250px;
    padding: 20px;
    box-sizing: border-box;
}
.foot-logo img {
	width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
	object-fit: contain;
}
.foot-logo-cont {
	width: 100%;
	text-align: center;
	margin-top: 16px;
}
.foot-nav {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.foot-nav-col {
	box-sizing: border-box;
	width: auto;
}
.foot-bottom-text {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding: 30px 0;
    box-sizing: border-box;
}
.foot-link {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	transition: .2s ease-in;
}
.foot-link:hover {
	color: #ff0000;
	transition: .2s ease-in;
}
.foot-link i {
	padding: 5px;
}
.foot-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 800;
}

/*----ANIMATION STYLES------------*/
.animate-cont {
    overflow: hidden!important;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1s ease-in-out both;
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.ts-button.template-branded-button {
	color: #fff!important;
	background-color: #ff0000!important;
}

.ts-button.template-branded-button:hover {
	background-color: #e80000!important;
}

button.selected-facet.ts-button {
	color: #fff!important;
	background-color: #ff0000!important;
}

.view-listing-details-link.template-branded-button {
	background: #ff0000!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #e80000!important;
}

.selected-facet.ts-button {
	background: #ff0000!important;
}
.selected-facet.ts-button:hover {
	background: #e80000!important;
}

.list-title .list-title-text {
	font-family: 'Montserrat', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Montserrat', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Montserrat', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Montserrat', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Montserrat', sans-serif!important;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.column {
		flex-direction: column!important;
	}
	.column.red-sect {
		padding: 15px;
	}
	.column .red-25 {
		min-height: 300px!important;
		width: 100%;
	}
	.column .red-25-cont {
		
	}
	.column .white-75 {
		width: 100%;
	}
	.parts-brand-box {
		width: 23.5%;
	}
	.testimonial-box {
		width: 47%;
		margin: 5px;
	}
	.location-flex {
		flex-direction: column;
	}
	.half-sect {
		box-sizing: border-box;
		width: 96%;
		padding: 70px 50px 35px;
	}
	.half-sect img {
		max-height: 540px;
		margin: auto;
	}
}

@media only screen and (max-width: 1130px) {
	.hero-title-lg {
		font-size: 56px;
	}
	.hero-title-sm {
		font-size: 36px;
	}
	.flex-container {
		flex-direction: column-reverse;
	}
	.parts-content {
		width: 100%;
	}
	.parts-red-image {
		width: 100%;
		max-height: 360px;
	}
	.parts-red-image img {
		max-height: 360px;
		object-fit: contain;
	}
	.news-box {
		width: calc(50% - 20px);
	}
	.white-75-btn {
		width: 49%;
	}
}

@media only screen and (max-width: 1000px) {
	.location-name {
		width:100%;
	}
	.location-info-1 {
		width:100%;
	}
	.location-name .slick-track {
		height: auto!important;
		border-right:0;
		border-bottom:15px solid rgba(237,27,36,1.00);
		padding-bottom:10px;
		gap:7px;
	}
	.location-name .slick-slide {
		border-right:0;
		width:20%!important;
		flex-grow: 1;
		order:1;
	}
	.loc-name-info {
		font-size: 16px;
		line-height: 32px;
	}
	.location-name .slick-slide.slick-current {
		border-right:0;
		order:2;
		width:100%!important;
	}
	.location-slide-info-1, .location-slide-map {
		width:49%;
	}
	.loc-page-info, .loc-page-map {
		width:100%;
	}
}

@media only screen and (max-width: 900px) {
	header {
		padding: 12px 2%;
		align-items: center;
	}
	.red-sect {
		flex-direction: column;
		padding: 15px;
	}
	.red-25 {
		width: 100%;
		min-height: 100px!important;
		margin-bottom: 30px;
	}
	.white-75 {
		width: 100%;
	}
	.lightgray-flex-container {
		flex-direction: column;
	}
	.lightgray-btn1, .lightgray-btn2, .lightgray-btn3 {
		width: 66%;
		margin: 10px;
	}
	.financing-sect {
		flex-direction: column;
	}
	.employment-sect {
		flex-direction: column;
	}
	.bottom-sect-overlay {
		width: 100%;
	}
	.bottom-btn-overlay {
		width: 100%;
		padding: 30px;
	}
	.category-box {
		width: 50%;
	}
	.service-box {
		width: calc(50% - 40px);
	}
	.parts-brand-box {
		width: 31%;
	}
	.timeline-lg {
		width: 100%;
	}
	.timeline-sm {
		width: 100%;
	}
	.form-submit-btn {
		min-width: 200px;
	}
	.location-info-cont {
		width: 100%;
	}
	.location-map-cont {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	.home-hero-sect {
		gap: 10px;
	}
	.hero-title-lg {
		font-size: 40px;
		line-height: 54px;
	}
	.hero-title-sm {
		font-size: 24px;
	}
	.white-50 {
		width: 100%;
	}
	.white-25 {
		width: 100%;
	}
	
	.service-box {
		width: 100%;
	}
	.category-box {
		width: 100%;
	}
	
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	.news-box {
		width: calc(100% - 20px);
	}
	.contact-box {
		width: calc(100% - 20px);
	}
	.testimonial-box {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.head-logo {
		width: 50%;
	}
	.parts-brand-box {
		width: 48%;
	}
	.news-title {
		font-size: 16px;
	}
	.white-75-btn {
		width: 80%;
	}
}

@media only screen and (max-width: 540px) {
	.page-title-thin {
		font-size: 36px;
	}
	.page-title-thick {
		font-size: 36px;
	}
	.subtitle-thin {
		font-size: 30px;
	}
	.subtitle-thick {
		font-size: 30px;
	}
	.subtitle-md {
		font-size: 24px;
	}
	.bottom-sect-text {
		font-size: 22px;
		line-height: 29px;
	}
	.lightgray-btn1, .lightgray-btn2, .lightgray-btn3 {
		width: 90%;
	}
	
	.parts-content {
		padding: 20px;
	}
	.icon-link {
		display: none!important;
	}
	.sect-text {
		font-size: 14px;
	}
	.info-list {
		font-size: 14px;
	}
	.location-list {
		font-size: 14px;
	}
	.service-list {
		font-size: 17px;
		line-height: 28px;
	}
	.service-list li {
		padding-left: 5px;
	}
	.blogpost-header {
		font-size: 24px;
	}
	
	.location-slider-1 {
		padding: 8px;
	}
	.location-name {
		position: relative;
		z-index: 1;
		min-height: 40px;
	}
	.location-name .slick-list {
		position: absolute;
		z-index: 1;
		display: block;
		width: 100%;
		height: auto;
	}
	.location-name .slick-slide {
		width:100%!important;
		background: #fff;
		border:1px solid #000!important;
		order:2;
		display: none!important;
	}
	.location-name .slick-slide.open {
		display: block!important;
	}
	.location-name .slick-slide:hover {
		background:#fbf7f7;
	}
	.location-name .slick-track {
		border-bottom:0;
		gap:0;
	}
	.loc-name-info {
		text-align: left;
		font-size: 16px;
		color:#000;
		position: relative;
	}

	.location-name .slick-slide.slick-current .loc-click {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		right:0;
		top:0;
		z-index: 1;
		height: 100%;
		padding-right:10px;
		box-sizing: border-box;
		width:100%;
	}
	.location-name .slick-slide.slick-current {
		background:#ed1b24;
		font-weight: 700;
		border:1px solid #ed1b24!important;
		order:1;
		display: block!important;
	}
	.location-name .slick-slide.slick-current .loc-name-info {
		color:#fff;
	}
	.location-slide-info-1, .location-slide-map {
		width:100%;
	}
	.location-info-1 .slick-list, .location-info-1 .slick-slide, .location-info-1  .slick-track {
		height: auto!important;
	}
	.location-slide-info-1 h3 {
		font-size: 24px;
	}
	.loc-slide-info p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 450px) {
	.white-75-btn {
		width: 100%;
	}
	.parts-brand-box {
		width: 98%;
	}
	.news-box .form-submit-btn {
		min-width: 160px!important;
	}
	.news-title {
		font-size: 14px;
	}
	.blogpost-title {
		font-size: 24px;
	}
}



