@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--color-theme-light-muted: #ccc;
	--color-theme-dark-muted: #444;
}

.cw-subheading {
	font-family: "Special Elite", system-ui !important;
}

.btn {
    text-transform: uppercase !important;
    font-family: 'Oswald' !important;
}

.cw-btn-lg {
    padding: 1em 2em;
    border-radius: 4px;
}

.font-body, .font-body-Lato, .font-body-Lato .products .filter-item label.form-check-label, .font-body-Lato .contact-details, .font-body-Lato .gallery-img-text, .font-body-Lato .form label, .font-body-Lato .businessinfo label {
	font-family: "Work Sans", sans-serif !important;
}

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

/****** Header ******/
.cw-header-contact {
font-size: 0.85rem;
    padding: .75em 0;
	color: #FFFFFF;
}

.cw-header-contact p {
    margin: 0;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.25rem;
	color: var(--color-theme-secondary);
}

.cw-header-contact .cw-contact-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top: .5em;
}

.cw-header-contact .cw-contact-info .cw-divider {
    padding: 0 .5em;
}

@media (min-width:440px) {
	.cw-header-contact .cw-contact-info .cw-divider {
    padding: 0 .75em;
}
}

.cw-header-contact .cw-phone {
    color: var(--color-theme-secondary);
	    font-weight: 600;
}

.cw-header-contact .cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: 0.5rem;
	color: var(--color-theme-primary);
}

.header .navbar {
    padding: .5em 0;
}


.header .navbar-nav .nav-link {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem !important;
}

.header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: var(--color-theme-highlight);
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 400 !important;
}

.header .navbar .dropdown-menu {
	background: #f4f7f7;
}

@media (min-width: 992px) {
	.cw-header-contact .cw-contact-info {
	margin-top: 0;
}

	nav.navbar .container {
		min-height: 75px;
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	    .header .navbar-nav:not(.navbar-cart) {
        max-width: calc(100% - 25px);
    }

	.header .dropdown-menu[data-bs-popper] {
		/* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
		left: unset;
		right: 0;
	}

	.header .nav-link::before {
		display: none;
	}

	.header .navbar .nav-item:last-of-type .nav-link {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn) !important;
    border-radius: 5px;
}

.header .navbar .nav-item:last-of-type .nav-link:hover {
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn) !important;
}

.header .navbar .nav-item:last-of-type.active .nav-link {
    color: var(--color-theme-text-btn) !important;
}
}

@media (min-width: 1400px) {

	.header .container,
	.cw-header-contact .container {
		max-width: 1340px;
	}
}


/******* Homepage  ********/

.cw-hero {
    background: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
    padding: 3em 0;
	position: relative;
}

.cw-hero h2 {
    font-size: 1rem;
    color: var(--color-theme-secondary);
    font-weight: 400;
}

.cw-hero h1 {
    font-size: 2.25rem;
    color: var(--color-theme-text-btn);
}

.cw-hero h1 span {
    color: var(--color-theme-secondary);
}

@media (min-width:576px) {
	.cw-hero h1 {
    font-size: 2.5rem;
}
}

@media (min-width:768px) {
	.cw-hero h1 {
    font-size: 3rem;
}
}

@media (min-width:992px) {
	.cw-hero h1 {
    font-size: 3.5rem;
}
}

.cw-hero p {
    max-width: 500px;
    line-height: 1.75em;
    font-size: 1rem;
    color: var(--color-theme-light-muted);
	margin-bottom: 0;
}

.cw-hero .cw-button-group {
    padding: 1.5em 0;
}

.cw-hero .cw-button-group .btn-primary:hover {
    border: 1px solid #fff;
}

.cw-hero .cw-button-group .btn-secondary-outline {
    color: var(--color-theme-secondary);
    border: 2px solid var(--color-theme-secondary);
}

.cw-hero .cw-button-group .btn-secondary-outline:hover {
    color: var(--color-theme-border);
    border-color: var(--color-theme-border);
}

.cw-hero .cw-checklist {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-hero .cw-checklist li {
	text-align: start;
    flex: 1 1 100%;
	    font-size: .9rem;
		padding: .5em 0;
		text-transform: uppercase;
    font-family: 'Oswald';
}

@media (min-width:440px) {
.cw-hero .cw-checklist li {
    flex: 1 1 49%;
}
}

@media (min-width:1400px) {
	.cw-hero .cw-checklist {
    justify-content: space-between;
}

	    .cw-hero .cw-checklist li {
        flex: 0 1 auto;
        text-align: center;
    }
}

.cw-hero .cw-hero-divider {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(135deg, var(--color-theme-highlight) 0 18px, var(--color-theme-secondary) 18px 36px);
}


.cw-simple-steps {
    padding: 4em 0;
}

.cw-simple-steps .cw-steps-intro {
    margin-bottom: 2em;
}

.cw-simple-steps h3.cw-subheading {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-theme-primary);
}

.cw-simple-steps h2 {
    margin: .5em 0 .5em 0;
    font-size: 2.25rem;
}

.cw-simple-steps p {
    color: var(--color-theme-dark-muted);
}

.cw-simple-steps .cw-card {
    padding: .5em;
}

.cw-simple-steps h4.cw-number {
    font-size: 2.25rem;
    font-family: 'Special Elite';
    color: var(--color-theme-secondary);
    -webkit-text-stroke: .5px #000;
    font-weight: 800;
}

.cw-simple-steps h3 {
    text-transform: none;
    font-size: 1.25rem;
    margin-bottom: 1em;
}

.cw-simple-steps .cw-card p {
    font-size: .9rem;
    line-height: 1.75em;
}

.cw-simple-steps .cw-reassurance-box {
    background: #DCF0E2;
    border: 1px solid green;
    border-radius: 5px;
    padding: 2em;
    margin-top: 4em;
}

.cw-simple-steps .cw-reassurance-box .cw-smile {
    font-size: 2rem;
    margin-bottom: 1em;
}

.cw-simple-steps .cw-reassurance-box h3 {
    font-size: 1.15rem;
}

.cw-simple-steps .cw-reassurance-box p {
    font-size: .9rem;
    line-height: 1.75em;
}



.cw-inventoryslideshow-intro {
    padding-top: 3em;
}

.cw-inventoryslideshow-intro h3 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-theme-primary);
}

.cw-inventoryslideshow-intro h2 {
    font-size: 2.5rem;
    margin: .25em 0 .5em 0;
}

.cw-inventoryslideshow-intro p {
    font-size: .9rem;
    color: var(--color-theme-dark-muted);
    line-height: 1.75em;
}

.page-home .inventoryslideshow {
	padding-top: 0.5em;
}

.page-home .inventoryslideshow .inventoryslideshow-title-heading {
    display: none;
}

.page-home .inventoryslideshow .inventoryslideshow-arrow {
    background: var(--color-theme-primary) !important;
}


.cw-finance-bhph {
    padding: 4em 0;
    background: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
}

.cw-finance-bhph .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-finance-bhph .cw-stamp {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 3px solid var(--color-theme-primary);
    border-radius: 100px;
    text-align: center;
    margin: 0 auto 2em auto;
}

.cw-finance-bhph .cw-stamp h5 {
    margin: 0;
    font-weight: 400;
    width: 90%;
    transform: rotate(-10deg) translateY(5px);
    color: var(--color-theme-primary);
    font-family: 'Special Elite';
    font-size: 1.25rem;
}

@media (min-width:768px) {
	.cw-finance-bhph .cw-stamp {
    width: 200px;
    height: 200px;
}

.cw-finance-bhph .cw-stamp h5 {
    max-width: 70%;
    font-size: 1.5rem;
}
}

.cw-finance-bhph h3 {
    font-size: 1rem;
    color: var(--color-theme-secondary);
    font-weight: 400;
}

.cw-finance-bhph h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.cw-finance-bhph p {
    font-size: 1rem;
    color: var(--color-theme-light-muted);
    line-height: 1.75em;
}

@media (min-width:992px) {
	.cw-finance-bhph p {
    width: 100%;
    max-width: 700px;
}
}

.cw-finance-bhph ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cw-finance-bhph ul li {
    font-size: .9rem;
    padding: .75em 0;
    flex: 1 1 100%;
}

@media (min-width:440px) {
	.cw-finance-bhph ul li {
    flex: 0 1 48%;
}
}

@media (min-width:992px) {
	.cw-finance-bhph ul li {
    flex: 0 1 33%;
}
}

@media (min-width:1400px) {
	.cw-finance-bhph ul li {
		padding: .75em 1.75em .75em 0;
	}
}

.cw-finance-bhph .btn-primary:hover {
    color: var(--color-theme-border);
    border: 2px solid var(--color-theme-border);
}

.cw-about-teaser {
    padding: 4em 0;
}

.cw-about-teaser h3 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-theme-primary);
}

.cw-about-teaser h2 {
    font-size: 2.25rem;
    margin: .25em 0 .5em 0;
}

.cw-about-teaser p {
    color: var(--color-theme-dark-muted);
    font-size: .9rem;
    line-height: 1.75rem;
}

.cw-about-teaser p a {
    font-weight: 600;
}

.cw-about-teaser h4 {
    font-size: 1rem;
    margin-bottom: 1em;
    color: var(--color-theme-primary);
}

.cw-about-teaser ul {
    list-style: none;
    padding: 0;
}

.cw-about-teaser ul li {
    padding: .5em 0;
    border-bottom: 1px solid var(--color-theme-border);
    font-size: .9rem;
}


.cw-blogs {
    padding: 4em 0;
}

.cw-blogs h3 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-theme-primary);
}

.cw-blogs h2 {
    margin: .25em 0 .5em 0;
}

.cw-blogs p {
    font-size: .9rem;
    color: var(--color-theme-dark-muted);
}

.cw-blogs p a {
    font-weight: 700;
}

.cw-blogs .cw-blog-card .cw-blog-intro {
    width: 100%;
    height: 85px;
	color: var(--color-theme-text-btn);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-blogs .cw-blog-card .cw-blog-intro.cw-red {
    background: linear-gradient(90deg, var(--color-theme-primary), #AD1D25);
}

.cw-blogs .cw-blog-card .cw-blog-intro.cw-green {
    background: linear-gradient(90deg, var(--color-theme-secondary), #094b26);
}

.cw-blogs .cw-blog-card .cw-blog-intro.cw-grey {
    background: linear-gradient(90deg, var(--color-theme-highlight), #000);
}

.cw-blogs .cw-blog-card .cw-blog-intro h6 {
    font-size: .85rem;
    margin: 0;
}

.cw-blogs .cw-blog-card h3 {
    font-size: .9rem;
    margin-top: .5em;
}

.cw-blogs .cw-blog-card h4 {
    font-size: 1.15rem;
    margin: .5em 0 1em 0;
}

.cw-blogs .cw-blog-card .card-footer {
    border-top: 0;
    background: transparent;
}

.cw-blogs .cw-blog-card .card-footer a {
    font-weight: 600;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: .85rem;
}

.cw-home-faq {
    padding: 4em 0;
}

.cw-home-faq h3 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-theme-primary);
}

.cw-home-faq h2 {
    margin: .5em 0 .75em 0;
}

.cw-home-faq p {
    font-size: .9rem;
    color: var(--color-theme-dark-muted);
}

.cw-home-faq p a {
    font-weight: 700;
}

.cw-home-faq h4 {
    font-size: 1rem;
    color: var(--color-theme-secondary);
    margin: 1.5em 0 .75em 0;
}

.cw-home-faq .collapse-header {
    position: relative;
    padding: 1.1rem 4rem 1.1rem 0;
    margin-bottom: 2px;
    color: var(--color-theme-text);
    display: block;
    overflow: hidden;
}

.cw-home-faq .collapse-header::after {
  content: "+";
  position: absolute;
  z-index: 3;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  font-size: 1.5em;
  line-height: 1em;
  transition: 0.2s;
}

.cw-home-faq .collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cw-home-faq .collaspe-content {
  padding: 1em;
}

.cw-home-faq .cw-faq-group .cw-question {
    border-bottom: 1px solid var(--color-theme-border);
}

.popular-vehicles-sections .popular-vehicles-section-heading {
    font-size: 1.5rem;
}

.popular-vehicles-sections a {
    color: var(--color-theme-text);
}

.popular-vehicles-sections a:hover {
    color: var(--color-theme-secondary);
}

.cw-reviews-home {
    padding: 4em 0;
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
}

.cw-reviews-home h3 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-theme-secondary);
}

.cw-reviews-home h2 {
    font-size: 2.25rem;
    margin: .5em 0 1em;
}

.cw-reviews-home .cw-review-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--color-theme-dark-muted);
}

.cw-reviews-home .cw-review-card .cw-stars {
    margin-bottom: .75em;
}

.cw-reviews-home .cw-review-card .cw-stars i {
    font-size: .9rem;
    margin-right: .25em;
    color: var(--color-theme-secondary);
}

.cw-reviews-home .cw-review-card p {
    font-size: .9rem;
    line-height: 1.75em;
}

.cw-reviews-home .cw-review-card h6 {
    font-size: .9rem;
    font-weight: 500;
    color: var(--color-theme-light-muted);
    letter-spacing: 1px;
}

	/* .page-home .inventory-search-module {
		position: relative;
		margin-top: 0 !important;
		background: var(--color-theme-primary);
	}

	section.inventory-search-module .form__wrapper {
		background: var(--color-theme-primary) !important;
		border-color: #b5b5b5 !important;
	}

	.page-home section.inventory-search-module label {
		font-weight: 700;
		color: #fff;
		text-shadow: 0 0 2px #000;
	}

	section.inventory-search-module>.container {
		max-width: 1320px !important;
	}


.page-home .list {
	padding-top: 1.5rem;
	padding-bottom: 5em;
}

.page-home .list .list-img-wrap {
	padding: 54% 0;
}

.page-home .list .list-wrap {
	position: relative;
	margin-bottom: 0;
}

.page-home .list .list-text-title {
	position: absolute;
	bottom: 15%;
	left: 5%;
	right: 5%;
	width: auto;
	height: auto;
	color: #fff;
	margin: auto;
	text-shadow: 0 0 4px #000;
	pointer-events: none;
}

.page-home .list .list-img-photo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
	transition: opacity 0.5s linear 0.1s;
}

.page-home .list a.list-img-link:hover .list-img-photo:after {
	opacity: 0.5;
	background: var(--color-theme-highlight);
}

.page-home .list .btn {
	display: none;
}

.page-home .inventoryslideshow {
	padding-top: 2.5rem;
	padding-bottom: 0 !important;
}

.cw-homeAbout {
	margin-bottom: 2.5rem;
	padding: 4rem 0;
	background: linear-gradient(to bottom,
			rgba(35, 35, 38, 0.75),
			rgba(35, 35, 38, 0.75)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/089624034ABDB78384DFD81D1680D2D0.jpg);
	background-size: cover;
}

.cw-homeAbout .col-12 {
	z-index: 2;
}

.textwithimage h3 span {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60%;
	color: var(--color-theme-secondary);
}

.cw-homeSpecial {
	margin-bottom: 6rem;
	color: #fff;
}

.cw-homeSpecial .cw-homeSpecial-wrapper {
	padding: 2em;
}

.cw-homeSpecial h4 {
	font-size: 2rem;
}

.cw-homeSpecial img {
	width: 400px;
}

.cw-homeSpecial .container {
	background: var(--color-theme-highlight);
}

@media (max-width: 576px) {
	.cw-homeSpecial .cw-homeSpecial-content {
		margin-bottom: 2em;
	}
}

@media (min-width: 768px) {
	.page-home .list .list-text-title {
		font-size: 1.75rem;
	}

	.cw-homeAbout {
		padding: 6rem 0;
	}

	.cw-homeAbout h3 {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}

	.cw-homeSpecial h4 {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.page-home .textwithimage h2 {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}

	.cw-homeSpecial h4 {
		font-size: 2.5rem;
	}

	.cw-homeSpecials .lead {
		font-size: 1.3rem;
	}
}

@media (min-width: 1340px) {

	.page-home .textwithimage h2,
	.cw-homeAbout h3 {
		font-size: 3rem;
	}

	.page-home .list .list-text-title {
		font-size: 2rem;
	}

	.cw-homeAbout {
		background-attachment: fixed;
	}
} */

.popular-vehicles-sections {
	margin: 5em auto !important;
}

.card__multi__style2 .item__card {
	border-radius: 0 !important;
}

.inventoryslideshow h3 {
	font-size: 1.2rem !important;
}

.inventoryslideshow .item__data__price {
	font-size: 1.25rem !important;
}

.inventoryslideshow-slick {
	padding-top: 1rem;
}

.inventoryslideshow-title-heading {
	font-size: 2.25rem;
}

.inventoryslideshow-title-heading span {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60%;
	color: var(--color-theme-secondary);
}

@media (min-width: 768px) {
	.inventoryslideshow-title-heading {
		font-size: 2.75rem;
	}
}

@media (min-width: 1340px) {
	.inventoryslideshow-title-heading {
		font-size: 3rem;
	}
}

.inventory {
	padding-top: 0 !important;
}

.dropdown-menu .badge {
	color: var(--color-theme-primary);
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header::before {
	border-color: transparent !important;
}

.inventory .card {
	background: #f4f7f7 !important;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory .vehicle-card.layout-2 .inventory-title {
	font-size: 1.2rem !important;
}

.inventory .vehicle-card.layout-2 .price {
	background: var(--color-theme-primary) !important;
	font-weight: 700;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
	color: var(--color-theme-text-btn);
}

.inventory .carousel-indicators {
	background: rgba(255, 255, 255, 0.4) !important;
	bottom: 0 !important;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-highlight);
}

/* .inventory .btn-primary,
.inventory .btn-primary:focus {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
} */

/* .vdp__details__mod {
	margin-bottom: 50px;
} */

.vdp__title__mod {
	background: var(--color-theme-highlight);
	padding: 1.5rem 1rem 1rem;
	color: #fff;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
	max-width: none;
	margin-bottom: 0 !important;
	padding: 1rem;
	background: var(--color-theme-primary);
	color: #fff;
}

p.veh__generation,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #fff !important;
}

@media (min-width: 992px) {
	.page-inventory .container.mb-4 {
		padding: 3rem 4rem;
	}
}

/* Internal Page Titles */
.cw-internal-title {
    padding: 3em 0;
    background: #0A4D2A;
    color: var(--color-theme-text-btn);
}

.cw-internal-title h3 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-theme-border);
    opacity: .8;
}

.cw-internal-title h1 {
    margin: 0.5em 0;
}

.cw-internal-title p {
    color: var(--color-theme-light-muted);
}


/* About Us Page */

.cw-our-story {
    padding: 4em 0;
}

.cw-our-story h3 {
    font-size: 1rem;
    color: var(--color-theme-primary);
    font-weight: 500;
}

.cw-our-story h2 {
    margin: .5em 0 .75em 0;
}

.cw-our-story p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: var(--color-theme-dark-muted);
}

.cw-our-story h4 {
    font-family: 'Special Elite';
    color: var(--color-theme-primary);
}

.cw-our-story h5 {
    font-size: 1rem;
    text-transform: none;
}

.cw-our-story .cw-values p {
    font-size: .9rem;
}

.cw-employee-intro {
    padding-top: 4em;
}

.cw-employee-intro h3 {
    font-size: 1rem;
    color: var(--color-theme-primary);
    font-weight: 500;
}

.cw-employee-intro h2 {
    font-size: 2.25rem;
    margin: .5em 0 0 0;
}

.cw-employee-intro p {
    color: var(--color-theme-dark-muted);
}

.page-about-us .employees .employees-circle .employees-contact {
    background: var(--color-theme-background);
}

@media (min-width:992px) {
	.page-about-us .employees .card.employees-circle {
		flex: 0 0 31%;
		max-width: 32%;
	}
}

.cw-community {
    padding: 4em 0;
}

.cw-community h3 {
    font-size: 1rem;
    color: var(--color-theme-primary);
    font-weight: 400;
}

.cw-community h2 {
    margin: .5em 0 .75em 0;
}

.cw-community p {
    color: var(--color-theme-dark-muted);
}

.cw-community h4 {
    font-size: 1rem;
    margin: 1em 0 1.5em 0;
    color: var(--color-theme-primary);
}

.cw-community ul {
    list-style: none;
    padding: 0;
}

.cw-community ul li {
    padding: .75em 0;
    font-size: .9rem;
    border-bottom: 1px solid var(--color-theme-border);
}

.cw-community ul li a {
    font-weight: 700;
}

/* Form Fixes */


.form-forms-header {
	font-size: 1.75rem;
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

.footer {
	padding-top: 0;
}

.footer .footer-info-business, 
.footer .footer-nav-links,
.footer .footer-social-links {
    display: none;
}

.cw-footer {
    background: #1F2023;
    color: var(--color-theme-light-muted);
	padding: 3em 0 2em 0;
}

.cw-footer img {
    max-width: 225px;
    width: 100%;
    margin-bottom: 1em;
}

.cw-footer h4 {
    font-size: 1rem;
    color: var(--color-theme-text-btn);
    font-weight: 600;
    letter-spacing: .5px;
	margin-bottom: 1em;
}

.cw-footer p {
    font-size: .95rem;
}

.cw-footer .cw-socials {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.cw-footer .cw-socials a {
    width: 30px;
    height: 30px;
    margin: 0 .5em .25em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #ddd;
}

.cw-footer .cw-socials a:hover {
	color: var(--color-theme-secondary);
}

.cw-footer ul {
    list-style: none;
    padding: 0;
}

.cw-footer ul li {
    margin-bottom: 0.5em;
    font-size: .9rem;
}

.cw-footer ul li a {
    color: #ddd;
}

.cw-footer ul li a:hover {
    color: var(--color-theme-secondary);
}


/* -------------------- VDP sticky nav & accessibility fixes ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
	margin: auto;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:767px) {
	.vdp-module-canvas-razor-wrapper .vdp__details__mod .row>* {
		padding: 0 !important;
	}
}

.sn_business_openclose.open {
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	font-size: .7rem !important;
	padding: 7px 10px !important;
}

@media (min-width:440px) {
	.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
		font-size: .8rem !important;
		padding: 7px 12px !important;

	}
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:hover {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:before {
	background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a:hover {
	color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
	color: var(--color-theme-primary);
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
	font-size: 1rem !important;
}

/* VDP Dealership info mod  */
@media (max-width:767px) {
	.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row>* {
		padding: 0 !important;
	}
}

@media (max-width:991px) {
	.vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
		margin-bottom: 0 !important;
	}
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
	margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
	margin-bottom: 2em;
}

/* Loan App Mobile  */
.vdp__loanCalc__mod .narrow__col-12 {
	padding: 0;
}


/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
	color: var(--color-theme-header);
	margin: 0 0 .5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
	/* background: #444444; */
	border: 0 !important;
	/* padding: 1.5rem !important; */
	margin-top: 1em !important;
	margin-bottom: 1.5em;
	border-radius: .8vw !important;
}

.inventory .card {
    color: #000000;
}
.inventory, .inventory .card-body, .inventory .page-link, .inventory .page-link:focus, .inventory label {
    color: #000000;
}

.inventory .vehicle-card.layout-2 .inventory-title {
    color: #000000 !important;
}

.inventory .vehicle-card .features-list .feature-label {
    font-weight: 500 !important;
}

.inventory .card {
    color: #7d7d7d;
    background: var(--inventory-cardbackground);
    border-color: var(--inventory-border);
}

	.form-grid-row>.form-forms-date {
		z-index: unset;
	}



/* ============================================================
   AUTO LEADS -- DIRECT OVERRIDE SAFETY NET
   If the :root block above doesn't take effect (e.g. this file
   loads BEFORE the base theme instead of after), these explicit
   rules force the same colors on the highest-visibility elements
   regardless of variable load order. Safe to delete once you've
   confirmed the :root block alone is working correctly.
   ============================================================ */
.header .navbar .active > .nav-link,
.navbar .nav-link:hover {
	color: #CE232B !important;
}

.inventory .vehicle-card.layout-2 .price {
	background: #0E7A3E !important;
	color: #FFFFFF !important;
}

.inventory .inventory-cta .btn,
.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary {
	background: #CE232B !important;
	border-color: #CE232B !important;
	color: #FFFFFF !important;
}

.vdp__title__mod {
	background: #CE232B !important;
}



