:root {
    --themeColor: #14477D;
    --white: #fff;
    --themeFont: ;
}

.d-none {
	display: none !important;
}

/* START: Hero */
#theme_slider_section.theme_slider_section > .container-wrap {
	padding: 0;
}
#theme_slider_section.theme_slider_section .page-builder-layout-row,
#theme_slider_section.theme_slider_section .page-builder-layout-module {
    margin-top: 0;
}
.themeTitleMobile {
	text-align: center;
    padding: 20px 0;
}
.themeTitleMobile h2 {
	margin-bottom: 0;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    color: #000;
}
#heroSection {
	display: flex;
    flex-wrap: wrap;
}
#heroSection .main--slider-content-logo {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#heroSection .main_slider_logo {
    background-color: #fff;
    padding: 7px;
    border-radius: 12px;
}
#heroSection .main--slider-content-box-logo .main--slider-button {
	margin-top: 20px;
    text-align: center;
}
#heroSection .main--slider-logo-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
    max-width: 500px;
    width: 100%;
}
#heroSection .main--slider-logo-list img {
	width: 100% !important;
    height: 75px !important;
    object-fit: contain !important;
    border-radius: 3px;
    padding: 0;
}
#heroSection .theme_vehicle_picker {
	position: relative;
    margin: inherit;
    padding: 0;
    flex: 0 0 25%;
}
/*@media (min-width: 992px) and (max-width: 1199.98px) {
    #heroSection .theme_vehicle_picker {
    	flex: 0 0 290px;
    }
}*/
@media (max-width: 991.98px) {
    #heroSection .theme_vehicle_picker {
    	flex: 100%;
        order: 2;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
	#heroSection .theme_vehicle_picker .vehicle-picker-module .vpicker_buttons {
    	display: flex;
        gap: 10px;
    }
}
#heroSection .theme_vehicle_picker .vehicle-picker-module {
	max-width: inherit;
}

#heroSection .heroSlider {
	flex: 1;
}

#heroSection .heroSlider .main--slider-item {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
	#heroSection .heroSlider .main--slider-item {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    #heroSection .heroSlider .main--slider-item { 
    	grid-template-columns: repeat(1, 1fr);
    }
}

#heroSection .heroSlider .main--slider-item .main--slider-bg {
	position: relative;
}

@media (max-width: 767.98px) {
    #heroSection .heroSlider .main--slider-item .main--slider-bg:last-child {
    	display: none;
    }
    #heroSection .heroSlider .main--slider-item .main--slider-bg > img {
    	display: none;
    }
}

#heroSection .main--slider-content {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    max-width: calc(200px + (400 - 200) * ((100vw - 768px) / (1900 - 768)));
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #heroSection .main--slider-content {
    	max-width: calc(280px + (400 - 280) * ((100vw - 768px) / (991 - 768)));
    }
}

@media (max-width: 767.98px) {
    #heroSection .main--slider-content {
    	max-width: 100%;
        position: relative;
    }
    #heroSection .main--slider-content .main--slider-logo,
    #heroSection .main--slider-content .main--slider-button {
    	display: none;
    }
}

#heroSection .main--slider-logo img {
    width: auto !important;
    height: auto !important;
}

#heroSection .main--slider-box h1 {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 1611px) {
    #heroSection .main--slider-box h1 {
    	font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    #heroSection .main--slider-box h1 {
    	font-size: 2.5rem;
        text-align: center;
        text-transform: capitalize;
    }
}

@media (max-width: 575.98px) {
    heroSection .main--slider-box h1 {
    	font-size: 2rem;
    }
}

#heroSection .main--slider-button a {
	background-color: var(--themeColor);
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}
#heroSection .heroSlider .main--slider-item .main--slider-bg img {
	height: 390px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    #heroSection .heroSlider {
    	flex: 100%;
    }
}
.theme_vehicle_picker {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_picker {
    	position: initial;
        padding-left: 0;
        padding-right: 0;
    }
}

.theme_vehicle_picker .vehicle-picker-module {
	position: relative;
    z-index: 1;
    max-width: 300px;
    width: 100%;
    height: 100%;
    background-color: #f0f0f3;
    padding: 20px 30px;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_picker .vehicle-picker-module {
    	max-width: 100%;
    }
}

.theme_vehicle_picker .vehicle-picker-module .header-text {
	color: #333;
    font-size: 30px;
    font-family: var(--themeFont);
    text-transform: uppercase;
    text-align: center;
}

.theme_vehicle_picker .vehicle-picker-module .header-text:after {
	content: '';
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button {
	height: 50px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button a:hover,
.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button a:focus {
	text-decoration: none;
}

.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown {
	top: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray100);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.theme_vehicle_picker .call-to-action-button {
	height: 50px;
    background-color: var(--themeColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--themeFont);
    border-radius: 5px;
}

.theme_vehicle_picker .call-to-action-button:hover,
.theme_vehicle_picker .call-to-action-button:focus {
	background-color: var(--themeColor);
    opacity: 1;
}
/* END: Hero */

/* START: Home Page Another Section */
#page-home .shop-brands-wrap {
	padding: 2.5rem 0 2rem;
}
/* END: Home Page Another Section */

/* START: Policies */
#text_page_content .custom-html-module ul > li,
#text_page_content .custom-html-module ol > li,
#text_page_content .custom-html-module p {
	font-size: 14px;
} 
/* END: Policies */

/* START: Footer CTA */
.footer-cta {
    height: 400px !important;
}

.footer-cta-wrap .footer-cta .call-to-action-module .cta-button .call-to-action-button {
	background-color: #14477D !important;
    margin-top: 130px;
    color: #fff;
}

.footer-cta-wrap .footer-cta .call-to-action-module .cta-button .call-to-action-button:hover {
    background-color: #2D96CD !important;
}
/* END: Footer CTA */

/* START: Sitewide Banner - MAR-3322 Update Sitewide Banner Style */
.container-wrap:has(.promotional-banner-wrap) {
	padding: 0 !important;
}
.promotional-banner-wrap {
	background-color: #099cda !important;
    padding: 0;
}
.promotional-banner-wrap .promotional-banner-text {
	padding-right: 0;
}
.promotional-banner-wrap .promotional-banner-text-wrap {
    font-size: 1.11em;
	color: #fff;
    letter-spacing: .5px;
    text-shadow: 2px 2px rgb(56, 56, 56);
    animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
/* END of Sitewide Banner */