﻿/***** 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 --------*/
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer;}
button:hover {cursor: pointer;}

hr{border:#000 1px solid;}
html {font-family: "poppins", sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 15px 0;}
.header-search {margin-bottom: 25px !important;}
.header-search form {display: flex !important; justify-content: flex-end !important; align-items: center !important;}
.header-search input {width: 300px !important; background: #F7F7F7 !important; border-radius: 50px !important; border: none !important; position: absolute !important; font-family: "poppins", sans-serif !important; font-size: 14px !important; line-height: 24px !important; color: #000 !important; padding: 10px 20px 8px 20px !important;}
.header-search input::placeholder {color: #000 !important;}
.header-search button {z-index: 500 !important; background: none !important; border: none !important; font-size: 18px !important; line-height: 18px !important; padding-right: 20px !important;}
.header-contact {display: flex; gap: 30px;}
.header-contact a {display: flex; gap: 10px;}
.header-contact i {background: #00237D; height: 30px; width: 30px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; line-height: 14px; border-radius: 50px;}
.header-contact p {margin-top: 4px; font-family: "poppins", sans-serif; font-size: 16px; line-height: 26px; color: #000; font-weight: 700;}
.header-contact a:hover p {color: #00237D; transition: .8s;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.6) 0%, rgba(28, 28, 28, 0.3) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 200px 0 80px 0;}
.hero-content {width: 400px;}
.hero-content h1 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 50px; line-height: 55px; color: #fff;}
.hero-content p {font-family: "poppins", sans-serif; font-weight: 400; font-size: 15px; line-height: 25px; color: #fff; margin: 10px 0 20px 0;}
.hero-content a {display: flex; align-items: center; gap: 15px; font-family: "poppins", sans-serif; font-weight: 700; font-size: 15px; line-height: 25px; color: #fff;}
.hero-content a:hover {gap: 20px; transition: .8s;}

.body-wrap {width: 95%; margin: 0 auto; padding: 100px 0;}
.el-dorado {width: 900px; margin: 0 auto; text-align: center;}
.el-dorado h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C; margin-bottom: 10px;}
.el-dorado p {font-family: "poppins", sans-serif; font-size: 15px; line-height: 25px; color: #1C1C1C;}
.cat-buttons {display: flex; gap: 10px; margin-top: 50px;}
.cat-buttons button {width: 100%; background: #F7F7F7; border-radius: 3px; border: none; font-family: "poppins", sans-serif; color: #1C1C1C; font-size: 17px; line-height: 27px; padding: 13px 0 10px 0;}
.locationselect {background: #00237D !important; color: #fff !important;}
.cat-buttons button:hover {background: #00237D; color: #fff; transition: .8s;}
.cat-flex {display: flex; gap: 10px; margin-top: 10px;}
.cat-bkgrd {background: #F7F7F7; border-radius: 5px; width: 100%;}
.cat-wrap {padding: 50px 20px 20px 20px;}
.cat-wrap img {margin: 0 auto; display: flex; justify-content: center;}
.cat-wrap div {display: flex; justify-content: space-between; align-items: center; padding-top: 25px;}
.cat-wrap h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 18px; line-height: 28px; color: #1C1C1C;}
.cat-wrap a {font-family: "poppins", sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; color: #1C1C1C; display: flex; gap: 8px; align-items: center;}
.cat-wrap a i {margin-top: -3px;}
.cat-wrap a:hover {gap: 15px; transition: .8s;}
.cat-btn {display: flex; justify-content: center; margin-top: 50px;}
.cat-btn button {background: #00237D; border-radius: 3px; width: 280px; display: flex; justify-content: center; color: #fff; font-family: "poppins", sans-serif; font-size: 17px; line-height: 27px; padding: 13px 0 10px 0; border: none;}
.cat-btn button:hover {background: #1C1C1C; transition: .8s;}

.service-bkgrd {background: #1C1C1C;}
.service-flex {display: flex; gap: 100px; justify-content: space-between;}
.service-flex > div:first-child {width: 35%;}
.service-flex > div:nth-child(2), .service-flex > div:nth-child(3), .service-flex > div:nth-child(4), .service-flex > div:nth-child(5) {width: 65%;}
.service-left h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #fff; margin-bottom: 10px;}
.service-left p {font-family: "poppins", sans-serif; font-size: 15px; line-height: 25px; color: #fff;}
.service-left button {width: 100%; border: none; border-bottom: 1px rgba(255,255,255,0.40) solid; background: none; text-align: left; font-family: "poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: rgba(255,255,255,0.40); padding: 13px 0 10px 0; margin-top: 20px;}
.serviceselect {color: #fff !important; border-bottom: 1px #fff solid !important;}
.service-left button:hover {color: #fff; border-bottom: 1px #fff solid; transition: .8s;}
.service-flex > div:nth-child(2) img, .service-flex > div:nth-child(3) img, .service-flex > div:nth-child(4) img, .service-flex > div:nth-child(5) img {width: 100%; border-radius: 5px; margin-bottom: 30px;}
.service-flex > div:nth-child(2) h3, .service-flex > div:nth-child(3) h3, .service-flex > div:nth-child(4) h3, .service-flex > div:nth-child(5) h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #fff; margin-bottom: 10px;}
.service-flex > div:nth-child(2) p, .service-flex > div:nth-child(3) p, .service-flex > div:nth-child(4) p, .service-flex > div:nth-child(5) p {font-family: "poppins", sans-serif; font-size: 15px; line-height: 25px; color: #fff;}
.service-flex > div:nth-child(2) button, .service-flex > div:nth-child(3) button, .service-flex > div:nth-child(4) button, .service-flex > div:nth-child(5) button {width: 220px; border-radius: 3px; background: #00237D; color: #fff; font-family: "poppins", sans-serif; font-size: 17px; line-height: 27px; padding: 13px 0 10px 0; border: 1px #00237D solid; margin-top: 30px;}
.service-flex > div:nth-child(2) button:hover, .service-flex > div:nth-child(3) button:hover, .service-flex > div:nth-child(4) button:hover,.service-flex > div:nth-child(5) button:hover {border: 1px #fff solid; background: none; transition: .8s;}

.reviews-bkgrd {background: #F7F7F7;}
.review-header {display: flex; justify-content: space-between; align-items: center;}
.review-header h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C;}
.review-header button {width: 162px; background: #00237D; border-radius: 3px; display: flex; justify-content: center; border: none; color: #fff; font-family: "poppins", sans-serif; padding: 13px 0 10px 0; font-size: 17px; line-height: 27px;}
.review-header button:hover {background: #1C1C1C; transition: .8s;}
.review-cards {margin-top: 50px;}
.review-cards .slick-track {display: flex; gap: 10px;}
.review-cards .slick-slide {background: #fff; border-radius: 5px; padding: 20px;}
.review-cards i {font-size: 70px;}
.review-cards p {font-size: "poppins", sans-serif; font-size: 15px; line-height: 25px; color: #1C1C1C; padding-top: 100px;}
.review-btm {padding-top: 25px;}
.review-btm p {padding-top: 0px;}
.review-btm div {display: flex; gap: 5px; margin-top: 5px;}
.review-btm i {font-size: 15px; color: #F3CB2C;}

.footer-frame {margin-bottom: -9px;}

/*---FINANCE---*/
.finance-hero-bkgrd {background: url("/siteart/finance-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.finance-hero-bkgrd .hero-content {width: 100%; text-align: center;}
.finance-hero-bkgrd .hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0.8) 100%);}
.finance-hero-bkgrd .hero-wrap {padding: 150px 0 80px 0;}
.sub-breadcrumbs {background: #1C1C1C;}
.breadcrumbs-wrap {width: 95%; margin: 0 auto; padding: 15px 0; display: flex; gap: 12px; align-items: center; flex-wrap: wrap}
.breadcrumbs-wrap a, .breadcrumbs-wrap p {font-family: "poppins", sans-serif; color: #fff; font-size: 16px; line-height: 26px;}
.breadcrumbs-wrap a:hover {letter-spacing: 1px; transition: .8s;}

.body-flex {display: flex; gap: 100px;}
.body-flex > div:first-child {width: 65%;}
.body-flex >div:last-child {width: 35%;}
.body-flex h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C; margin-bottom: 10px;}
.body-flex p {font-family: "poppins", sans-serif; font-size: 16px; line-height: 26px; color: #1C1C1C; margin-bottom: 10px;}
.body-flex button {background: #00237D; border: none; border-radius: 3px; font-family: "poppins", sans-serif; font-size: 17px; line-height: 27px; color: #fff; padding: 13px 0 10px 0; width: 220px;}
.body-flex button:hover {background: #1C1C1C; transition: .8s;}
.finance-btns {display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap;}
.dealer-info {background: #F7F7F7; border-radius: 5px;}
.dealer-info-wrap {padding: 40px 30px;}
.body-flex h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #1C1C1C;}
.dealer-info-wrap > p b {font-size: 16px; line-height: 26px; margin-top: 20px; display: flex; gap: 8px; align-items: center;}
.dealer-info-wrap > div {display: flex; justify-content: space-between;}
.dealer-info-wrap ul {width: 100%;}
.dealer-info-wrap li {padding: 8px 8px; background: #fff; width: 94%; border-radius: 3px;}
.dealer-info-wrap > div > ul:last-child {text-align: right;}
.dealer-info-wrap ul > li:nth-child(2), .dealer-info-wrap ul > li:nth-child(4), .dealer-info-wrap ul > li:nth-child(6) {background: none;}
.dealer-info-wrap a {color: #1C1C1C;}
.dealer-info-wrap a:hover {color: #00237D; transition: .8s;}

/*---ABOUT---*/
.about-hero-bkgrd {background: url("/siteart/about-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.about-hero-bkgrd .hero-content {width: 100%; text-align: center;}
.about-hero-bkgrd .hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0.8) 100%);}
.about-hero-bkgrd .hero-wrap {padding: 150px 0 80px 0;}
.about-wrap {width: 85%; margin: 0 auto;}
.about-wrap h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C; margin-bottom: 10px;}
.about-wrap p {font-family: "poppins", sans-serif; font-size: 16px; line-height: 26px; color: #1C1C1C; margin-bottom: 10px;}
.about-wrap h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #1C1C1C; margin-top: 20px; margin-bottom: 8px;}
.about-wrap button {background: #00237D; border: none; border-radius: 3px; font-family: "poppins", sans-serif; font-size: 17px; line-height: 27px; color: #fff; padding: 13px 0 10px 0; width: 220px;}
.about-wrap button:hover {background: #1C1C1C; transition: .8s;}

/*---THANKYOU---*/
.thankyou button {margin-top: 20px;}

/*---SERVICE---*/
.service-hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.service-hero-bkgrd .hero-content {width: 100%; text-align: center;}
.service-hero-bkgrd .hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0.8) 100%);}
.service-hero-bkgrd .hero-wrap {padding: 150px 0 80px 0;}

/*---MOBILE SERVICE +---*/
/*Accordion*/
.flex-container.flex-services {
    justify-content: space-between;
    gap: 15px;
}
.flex-services .page-head {
    flex: 1;
}
.service-section {
    flex: 1;
}
.accordion {
	background: #F7F7F7 !important;
    color: #1C1C1C !important;
    cursor: pointer;
    padding: 15px 40px !important;
    font-size: 25px;
	margin: 0 auto;
    text-align: left;
    border: none;
    outline: none;
	font-family: "poppins", sans-serif !important;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
	border-radius: 3px !important;
	width: 100% !important;
}
.accordion p {margin-bottom: 0px !important;}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
}
.panel ul.fa-ul {
    padding-inline-start: 0px;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 8px 0;
}
.panel p {
    padding: 0px 0;
	color: #1C1C1C !important;
	font-family: "poppins", sans-serif;
	font-size: 16px; 
	line-height: 26px;
	margin-bottom: 0px !important;
}
.accordion:after {color: #1C1C1C; content: '+'; font-size: 28px; font-weight: 400; float: left;}
.specs .accordion:before, #qa .specs .accordion:after {content: '';}
.body-wrap section {border-radius: 3px;}
.body-wrap hr {width: 100%; border: 1px #bbb dashed; margin: 50px 0;}

/*---SERVICE SPECIALS---*/
.body-bkgrd {background: #F7F7F7;}
.service-offer-head h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C; margin-bottom: 10px;}
.service-specials {display: flex; gap: 10px; flex-wrap: wrap; margin-top: 25px;}
.service-card {background: #fff; width: 24%; border-radius: 5px;}
.service-card-wrap {padding: 20px;}
.service-card-wrap img {width: 100%; border-radius: 5px;}
.service-card-wrap h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #1C1C1C; margin-top: 20px; margin-bottom: 3px;}
.service-card-wrap h4 {font-family: "poppins", sans-serif; font-weight: 400; font-size: 20px; line-height: 30px; color: #00237D; margin-bottom: 20px;}
.service-card-wrap button {width: 100%; background: #00237D; border-radius: 3px; border: none; padding: 13px 0 10px 0; font-family: "poppins", sans-serif; color: #fff; font-size: 17px; line-height: 27px; margin-bottom: 5px;}
.service-card-wrap button:hover {background: #1C1C1C; transition: .8s;}
.service-card-wrap p {font-size: 15px; line-height: 25px; margin-bottom: 10px;}
.service-card-wrap p span {font-style: italic;}

/*---PARTS---*/
.parts-hero-bkgrd {background: url("/siteart/parts-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.parts-hero-bkgrd .hero-content {width: 100%; text-align: center;}
.parts-hero-bkgrd .hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0.8) 100%);}
.parts-hero-bkgrd .hero-wrap {padding: 150px 0 80px 0;}

/*---MEET OUR STAFF---*/
.staff-head h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C;}
.staff-team {margin-top: 25px;}
.staff-team h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 28px; line-height: 38px; color: #1C1C1C; margin-top: 20px;}
.staff-flex {display: flex; gap: 10px; flex-wrap: wrap; margin-top: 15px; margin-bottom: 50px;}
.staff-card {background: #F7F7F7; width: 19%; border-radius: 5px;}
.card-wrap {padding: 20px;}
.card-wrap h4 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #1C1C1C; margin-top: 20px; margin-bottom: 3px;}
.card-wrap p {font-size: 15px; line-height: 25px;}
.card-wrap button {width: 100%; background: #00237D; border-radius: 3px; border: none; padding: 13px 0 10px 0; font-family: "poppins", sans-serif; color: #fff; font-size: 17px; line-height: 27px; margin-top: 20px;}
.card-wrap button:hover {background: #1C1C1C; transition: .8s;}
.card-wrap img {width: 100%; border-radius: 5px;}

/*---CAREERS---*/
.careers-hero-bkgrd {background: url("/siteart/careers-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.careers-hero-bkgrd .hero-content {width: 100%; text-align: center;}
.careers-hero-bkgrd .hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0.8) 100%);}
.careers-hero-bkgrd .hero-wrap {padding: 150px 0 80px 0;}

.body-list {margin-bottom: 10px;}
.body-list li {font-size: 16px; line-height: 26px; margin-bottom: 3px;}
.body-list li i {color: #00237D;}

/*---OIL CHANGE---*/
.right-oil .service-card {width: 32%;}
.body-list ul {padding-left: 30px; margin-bottom: 10px;}

/*---COLLISION CENTER---*/
.collision-center h2 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #1C1C1C; margin-bottom: 10px;}
.collision-center h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 28px; line-height: 38px; color: #1C1C1C; margin-bottom: 10px;}
.collision-center p {font-size: 15px; line-height: 25px; color: #1C1C1C;}
.collision-center button {background: #00237D; border: none; border-radius: 3px; font-family: "poppins", sans-serif; font-size: 17px; line-height: 27px; color: #fff; padding: 13px 0 10px 0; width: 220px; margin-top: 15px;}
.collision-center button:hover {background: #1C1C1C; transition: .8s;}

.collision-head {margin-bottom: 80px;}
.collision-flex {display: flex; gap: 100px; justify-content: space-between; align-items: center; margin-top: 50px;}
.collision-flex-content {width: 55%;}
.collision-flex-img {width: 45%;}
.collision-flex-img img {width: 100%; border-radius: 5px;}
.gm-img {display: flex; justify-content: center; margin-top: 50px;}
.collision-flex h3 i {background: #00237D; border-radius: 3px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; line-height: 25px;}

.collision-advantage {margin-top: 100px;}
.collision-table div, .collision-table ul {display: flex;}
.collision-advantage h3 {background: #00237D; color: #fff; padding: 13px 15px 10px 15px; text-align: center; width: 100%;}
.collision-advantage li {font-size: 16px; line-height: 26px; padding: 13px 15px 10px 15px; width: 100%;}
.collision-table > ul:nth-child(3), .collision-table > ul:nth-child(5), .collision-table > ul:nth-child(7), .collision-table > ul:nth-child(9) {background: #F7F7F7;}

.collision-choice {display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px;}
.collision-choice > div {background: #fff; border-radius: 5px; width: 49%;}
.collision-choice-wrap {padding: 20px;}

/*---WHY SERVICE WITH US---*/
.why-service h3 {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #1C1C1C; margin-top: 20px; margin-bottom: 8px;}

.finance-btns button {margin-top: 0px;}
.why-buy-card .service-card p span {background: rgba(0,35,125,0.50); color: #fff; border-radius: 50px; padding: 13px 20px 10px 20px; font-style: normal;}
.why-buy-card .service-card-wrap {padding-top: 33px;}
.why-buy-card .service-card-wrap h3 {margin-top: 40px;}

/*---CREDIT ASSITANCE PROGRAM---*/
.credit-hero-bkgrd {background: url("/siteart/credit-assist-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.credit-hero-bkgrd .hero-content {width: 100%; text-align: center;}
.credit-hero-bkgrd .hero-overlay {background: #1C1C1C; background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0.8) 100%);}
.credit-hero-bkgrd .hero-wrap {padding: 150px 0 80px 0;}
.credit-cards i {background: #00237D; border-radius: 3px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; line-height: 25px;}

/*--------FORM STYLES--------------------*/
.body-flex form {margin-top: 25px;}
.form-flex > div {display: flex; gap: 10px; margin-bottom: 20px;}
.form-flex > div div, .form-comment {width: 100%; flex-wrap: wrap; display: flex; gap: 3px;}
.form-flex label {width: 100%; font-size: 16px; line-height: 26px;}
.form-flex input {width: 100%; background: #F7F7F7; border: none; border-radius: 3px; padding: 13px 0 10px 15px; font-family: "poppins", sans-serif; font-size: 16px; line-height: 26px;}
.form-comment textarea {width: 100%; background: #F7F7F7; border: none; border-radius: 3px; padding: 13px 0 10px 15px; font-family: "poppins", sans-serif; font-size: 16px; line-height: 26px; height: 100px;}
.form-flex button {margin-top: 30px;}
.body-flex form h3 {margin-bottom: 20px; margin-top: 40px;}

/*-------- FOOTER STYLES ----------------*/
footer {background: #1C1C1C;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 80px 0; display: flex; justify-content: space-between;}
.footer-left p {font-family: "poppins", sans-serif; font-weight: 700; font-size: 22px; line-height: 32px; color: #fff;}
.footer-left ul {margin: 25px 0 40px 0;}
.footer-left li {margin-bottom: 8px;}
.footer-left li a {font-family: "poppins", sans-serif; font-size: 15px; line-height: 25px; color: #fff; display: flex; gap: 10px;}
.footer-left li a i {width: 28px; height: 28px; border: 1px #fff solid; border-radius: 50px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 12px; line-height: 12px;}
.footer-socials {display: flex; gap: 8px; align-items: center;}
.footer-socials a {background: #00237D; border-radius: 50px; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; border: 1px #00237D solid;}
.footer-socials a i {color: #fff; font-size: 18px; line-height: 18px;}
.footer-socials a:hover {background: none; border: 1px #fff solid; transition: .8s;}
.footer-links {display: flex; gap: 100px;}
.footer-links p {font-family: "poppins", sans-serif; font-weight: 700; font-size: 18px; line-height: 28px; color: #fff;}
.footer-links ul {margin-top: 20px;}
.footer-links li {margin-bottom: 5px;}
.footer-links li a {font-family: "poppins", sans-serif; font-size: 15px; line-height: 25px; color: #fff;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content, .detail-wrapper {padding: 50px 0 !important;}
.list-content, .list-top-section .list-title .list-title-text, .faceted-search-content .selected-facets-container .selected-header .filter-clear-all, .faceted-search-content .faceted-section-head .faceted-section-title, .faceted-search-content button.faceted-search, .list-content .listing-portion-title a, .list-redesign .list-container-flexrow .list-listing-card-wrapper .listing-card-grid .list-listing-title .listing-category, .options-popper-div .options-popper-btn, .list-redesign .widget-container .listing-widgets a, .list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .list-container-flexrow .contact-options, .list-container-flexrow .contact-options a, .list-redesign .specs-container .spec-label, .list-content .spec-value, .ts-modal-header h2, .form-main-content .form-el label, .ts-modal-container .form-bottom .spacer, .ts-modal-container button:not([class*=product-detail]):not([class*=close]), .linking-container h4, .detail-wrapper, .detail__search-results-text, .detail__media-buttons, .detail__cta-buttons button, .listing-carousel .recommended-listings-section .view-all-link, .listing-carousel .recommended-auctions-section .view-all-link {font-family: "roboto", sans-serif !important;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #00237D !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .list-container-flexrow .contact-options, .list-container-flexrow .contact-options a, .ts-modal-container button:not([class*=product-detail]):not([class*=close]), .linking-buttons a.active, .listing-carousel .recommended-listings-section .view-all-link, .listing-carousel .recommended-auctions-section .view-all-link {background: #00237D !important;}
.faceted-search-content button.faceted-search, .detail__cta-buttons button {background: #1C1C1C !important;}
.ts-disclaimer span {font-size: 15px !important; line-height: 25px !important;}
.linking-buttons a.active {color: #fff !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.staff-card {width: 24%;}
}
@media only screen and (max-width: 1300px) {
	.cat-wrap img {width: 100%;}
	.service-card {width: 32%;}
}
@media only screen and (max-width: 1250px) {
	.service-flex > div:first-child, .body-flex >div:last-child {width: 40%;}
	.service-flex > div:nth-child(2), .service-flex > div:nth-child(3), .service-flex > div:nth-child(4), .service-flex > div:nth-child(5), .body-flex > div:first-child {width: 60%;}
}
@media only screen and (max-width: 1150px) {
	.service-flex > div:first-child, .body-flex > div:last-child {width: 45%;}
	.service-flex > div:nth-child(2), .service-flex > div:nth-child(3), .service-flex > div:nth-child(4), .service-flex > div:nth-child(5), .body-flex > div:first-child {width: 55%;}
	.about-wrap {width: 100%;}
}
@media only screen and (max-width: 1100px) {
	.staff-card {width: 32%;}
}
@media only screen and (max-width: 1050px) {
	.el-dorado {width: 100%;}
	.cat-wrap div {flex-wrap: wrap; gap: 5px;}
	.cat-wrap h3, .cat-wrap a {width: 100%;}
	.service-flex, .body-flex, .collision-flex {gap: 50px;}
	.service-flex > div:first-child, .service-flex > div:nth-child(2), .service-flex > div:nth-child(3), .service-flex > div:nth-child(4), .service-flex > div:nth-child(5), .body-flex > div:last-child, .body-flex > div:first-child {width: 50%;}
	.review-header {flex-wrap: wrap; gap: 25px;}
	.review-header h2 {width: 100%;}
	.footer-links {gap: 80px;}
	.form-flex > div {flex-wrap: wrap; gap: 20px;}
}
@media only screen and (max-width: 950px) {
	.cat-buttons {flex-wrap: wrap; justify-content: center;}
	.cat-buttons button {width: 49%;}
	.cat-buttons > button:last-child {width: 100%;}
	.service-flex, .body-flex {flex-wrap: wrap;}
	.service-flex > div:first-child, .service-flex > div:nth-child(2), .service-flex > div:nth-child(3), .service-flex > div:nth-child(4), .service-flex > div:nth-child(5),.body-flex > div:last-child, .body-flex > div:first-child {width: 100%;}
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-left, .footer-links {width: 100%;}
	.form-flex > div {flex-wrap: nowrap; gap: 10px;}
	.form-comment {flex-wrap: wrap !important;}
	.service-card, .right-oil .service-card {width: 49%;}
}
@media only screen and (max-width: 850px) {
	.staff-card {width: 49%;}
}
@media only screen and (max-width: 750px) {
	.cat-flex {flex-wrap: wrap; justify-content: center;}
	.cat-wrap img {width: auto;}
	.cat-wrap div {flex-wrap: nowrap;}
	.cat-wrap h3, .cat-wrap a {width: auto;}
	.collision-flex {flex-wrap: wrap;}
	.collision-flex-img, .collision-flex-content, .collision-choice > div {width: 100%;}
	.collision-reverse {flex-direction: column-reverse;}
	.collision-flex {gap: 25px;}
	.gm-img img {width: 90%;}
}
@media only screen and (max-width: 650px) {
	.header-right {display: none;}
	header {justify-content: center;}
	.service-card, .right-oil .service-card {width: 100%;}
}
@media only screen and (max-width: 550px) {
	.cat-buttons button {width: 100%;}
	.footer-links {justify-content: space-between; gap: 50px;}
	.form-flex > div {flex-wrap: wrap; gap: 20px;}
	.staff-card {width: 100%;}
}
@media only screen and (max-width: 450px) {
	.cat-wrap img {width: 100%;}
	.hero-content {width: 100%;}
	.dealer-info-wrap {padding: 40px 15px;}
	.hero-content h1 {font-size: 45px; line-height: 50px;}
	.el-dorado h2, .service-left h2, .review-header h2, .body-flex h2, .about-wrap h2, .service-offer-head h2, .staff-head h2 {font-size: 40px; line-height: 50px;}
	.body-wrap {padding: 80px 0;}
	.hero-wrap {padding: 180px 0 80px 0;}
	.finance-hero-bkgrd .hero-wrap, .about-hero-bkgrd .hero-wrap, .parts-hero-bkgrd .hero-wrap, .careers-hero-bkgrd .hero-wrap, .credit-hero-bkgrd .hero-wrap {padding: 130px 0 70px 0;}
	.accordion {padding: 15px 15px !important;}
	.dealer-info-wrap li {font-size: 15px; line-height: 25px;}
	.service-card-wrap, .card-wrap, .collision-choice-wrap {padding: 20px 15px;}
}
@media only screen and (max-width: 350px) {
	.cat-wrap div {flex-wrap: wrap;}
	.cat-wrap h3, .cat-wrap a {width: 100%;}
	.footer-links {flex-wrap: wrap;}
	.footer-links div {width: 100%;}
}
@media only screen and (max-width: 300px) {
	.header-logo a {width: 90%; margin: 0 auto; display: block;}
	.header-logo img {width: 100%;}
}
