@media (min-width: 1500px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px;
	}
}

/*  Homepage - Hero - Module */
.cw-search-hero {
	position: relative;
	z-index: 0;
}

.cw-hero-slideshow {
	position: relative;
	overflow: hidden;
	--cw-slide-height: 400px;
	height: var(--cw-slide-height);
	min-height: var(--cw-slide-height);
	background-color: #666;
}

.cw-hero-slideshow .cw-image-slider {
	position: absolute;
	inset: 0;
}

.cw-hero-slideshow .cw-image-slider img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 4s ease-in-out;
	opacity: 0;
	transform: scale(1.1);
	height: var(--cw-slide-height);
}

.cw-hero-slideshow .cw-image-slider .active img {
	opacity: 1;
	transform: scale(1);
	object-fit: cover;
	object-position: center;
}

.cw-hero-slideshow .cw-image-slider .carousel-item-start:not(.active) img {
	opacity: 1;
	transition-duration: .5s;
}

.cw-hero-slideshow .cw-hero-overlay {
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 2;
	padding-top: 1rem;
}

.cw-hero-slideshow .cw-slideshow-buttons {
	padding-top: 30%;
	padding-bottom: 2rem;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-hero-slideshow .cw-slideshow-buttons .cw-SS-row {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 1px .5rem;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	gap: 1rem;
}

.cw-hero-slideshow .cw-slideshow-buttons .cw-SS-btn {
	display: block;
	margin: .5em auto;
	width: 90%;
	max-width: 300px;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: .5em 1em;
	border-radius: 2px 20px 2px 20px;
	border: 3px solid #CF0000;
	color: #FFFFFF;
	transition: .4s;
	text-align: center;
}

.cw-hero-slideshow .cw-slideshow-buttons .cw-SS-btn:hover {
	background-color: #CF0000;
	color: #FFFFFF;
	border-radius: 15px 2px 15px 2px;
	transform: scale(1.07);
}

@keyframes cw-kenburns {
	0% {
		opacity: 0;
		transform: scale(1.2);
	}

	8% {
		opacity: 1;
	}

	38% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1.2);
	}
}

@media (min-width: 576px) {
	.cw-hero-slideshow .cw-slideshow-buttons {
		padding-top: 15%;
		padding-bottom: 2rem;
	}

	.cw-hero-slideshow .cw-slideshow-buttons .cw-SS-row {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: center;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.cw-hero-slideshow {
		--cw-slide-height: 600px;
	}
	.cw-hero-slideshow .cw-slideshow-buttons .cw-SS-btn {
		max-width: 360px;
		font-size: 1.4rem;
	}
}

/* Hero Content */
.cw-content-placement {
    position: absolute;
    top: 30%;
    left: 0;
	right: 50%;
}

.cw-content-placement::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}


.cw-hero-content {
	padding: 2%;
	position: relative;
	z-index: 25;
}

.cw-search-hero h1 {
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF;
}

.cw-search-hero h1 span:last-of-type {
	font-size: .5em;
	font-weight: 400;
	line-height: 1;
}

.cw-hero-content p {
	color: #FFFFFF;
	font-size: 1.1em;
}

/* Hero SVG */
.cw-search-hero .cw-svg {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: -1px;
	line-height: 0;
	width: 100%;
	height: clamp(40px, 5vw, 120px);
}

.cw-search-hero .cw-svg polygon {
	fill: #fff;
}

/* Find Section */
.cw-find-section {
	position: relative;
	display: block;
	padding: 70px 0;
	background: -webkit-gradient(linear,
			left top, left bottom,
			from(rgba(195, 0, 0, .95)),
			to(rgba(195, 0, 0, .95))), url('https://cdn05.carsforsale.com/00beeb77eca389184013be5e85e3bd96b6/00beeb77eca389184013be5e85e3bd96b6.jpg?width=1920&height=1440&format=&sig=9d35574ddcea7d15');
	background: -webkit-linear-gradient(rgba(195, 0, 0, .95),
			rgba(195, 0, 0, .95)), url('https://cdn05.carsforsale.com/00beeb77eca389184013be5e85e3bd96b6/00beeb77eca389184013be5e85e3bd96b6.jpg?width=1920&height=1440&format=&sig=9d35574ddcea7d15');
	background: -o-linear-gradient(rgba(195, 0, 0, .95),
			rgba(195, 0, 0, .95)), url('https://cdn05.carsforsale.com/00beeb77eca389184013be5e85e3bd96b6/00beeb77eca389184013be5e85e3bd96b6.jpg?width=1920&height=1440&format=&sig=9d35574ddcea7d15');
	background: linear-gradient(rgba(195, 0, 0, .95),
			rgba(195, 0, 0, .95)), url('https://cdn05.carsforsale.com/00beeb77eca389184013be5e85e3bd96b6/00beeb77eca389184013be5e85e3bd96b6.jpg?width=1920&height=1440&format=&sig=9d35574ddcea7d15');
}

.cw-find-text h5 {
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.cw-find-text h6 {
	font-size: 1.25em;
	color: #FFFFFF;
}

.cw-find-button .btn-primary {
	padding: 1em 3em;
	width: 70%;
	border-radius: 5px;
	margin: 1em;
	overflow: hidden;
}

/* -------------------- Titles ---------------------- */
.title {
	background: #fff;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.97) 60%,
			rgba(255, 255, 255, 0.7) 100%),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	background-position: center center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	color: #000;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 2em;
}

.title h1.title-heading {
	text-transform: uppercase;
	text-align: center;
}

.title-heading {
	font-size: 1.25em !important;
}

@media (min-width: 576px) {
	.title-heading {
		font-size: 2em !important;
	}
}

/* -------------------- Search section ---------------------- */
.cw_searchPrice {
	padding: 4em 0 3em;
	background-color: #222;
	background-image: linear-gradient(180deg, #222, #222, #201c17a8),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	color: #fff;
}

.cw_searchPrice h2 {
	font-weight: 700;
	line-height: 1em;
	font-size: 2em;
	text-transform: uppercase;
}

.cw_searchPrice p {
	color: #fff;
	line-height: 1.6em;
}

.cw_searchPrice .cw_shopUnder {
	opacity: 0.9;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.cw_searchPrice .cw_priceRange {
	font-size: 2.1em;
	font-weight: 700;
	line-height: 1.2;
}

.font-header-Montserrat .cw_searchPrice .cw_priceRange {
	font-family: montserrat, sans-serif;
}

.cw_searchPrice .cw_priceRange sup {
	top: -12px;
	font-size: 0.6em;
}

@media (min-width: 1200px) {
	.cw_searchPrice .cw_priceRange {
		font-size: 3em;
	}
}

/* -------------------- SECTIONTITLE ---------------------- */
.inventoryslideshow {
	text-align: center;
	padding-top: 1em !important;
	padding-bottom: 5em;
}

.inventoryslideshow .inventoryslideshow-title-heading {
	color: var(--inventoryslideshow-header);
	display: none;
}

.featured__section__title {
	margin-top: 70px;
}

.section__title__h2 .section__title__preline {
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	color: var(--color-theme-text);
	margin-bottom: 0;
	font-family: var(--bodyfont);
}

.section__title__h2 .section__title__headline {
	font-size: 3rem;
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 15px;
	font-family: var(--sitefont);
	text-transform: uppercase;
}

.section__title__copy {
	font-size: 1em;
}

.cw-parallax {
	height: 300px;
	padding-top: 3em;
	background-image: linear-gradient(180deg,
			var(--color-theme-primary),
			rgba(0, 0, 0, 0.5)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B2118378E99A8E1C698244B632B59EC6.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.cw-over-btns {
	margin-top: 20px;
	margin-bottom: 48px;
	color: #fff;
}

.cw-over-btns .cw-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
}

.cw-over-btns .card {
	margin-bottom: 20px;
	height: calc(100% - 20px);
	border-radius: 6px;
	border: 0 transparent;
	overflow: hidden;
	padding: 15px 0;
}

.cw-over-btns .cw-card-image .cw-full-btn {
	background: var(--color-theme-primary);
	color: #fff;
	width: 100%;
	padding: 17px 16px;
	text-align: center;
	font-weight: 600;
	border-end-end-radius: 6px;
	border-end-start-radius: 6px;
}

.cw-over-btns .cw-card-image .cw-full-btn:hover {
	background: var(--color-theme-secondary);
	color: var(--color-theme-primary);
}

.cw-over-btns .cw-card-image .card-body {
	padding: 0;
}

.cw-over-btns .cw-card-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.cw-over-btns .card i {
	font-size: 2.25rem;
	margin-bottom: 10px;
}

.cw-over-btns .card h4 {
	font-size: 1.25rem;
	text-transform: uppercase;
}

.cw-over-btns .card p {
	font-size: 1rem;
	margin-bottom: 0;
}

.cw-over-btns .card .cw-btn {
	background: var(--color-theme-secondary);
	border-radius: 8px;
	padding: 10px 15px;
	color: #fff;
}

.cw-over-btns .card .cw-btn:active {
	color: var(--color-theme-text) !important;
	border: 1px solid var(--color-theme-primary);
}

.cw-over-btns .card .cw-btn i {
	font-size: 1rem;
	margin: 0;
}

.cw-over-btns .cw-card-primary {
	background: #fff;
	background-image: linear-gradient(180deg, #fff, #fff, #ffffff9c),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	color: #000;
	box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}

.cw-over-btns .cw-card-secondary {
	background: var(--color-theme-secondary);
	background-image: linear-gradient(180deg, #222, #222, #22222254),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}

.cw-over-btns .cw-card-image .card-footer {
	padding: 0;
}

.cw-over-btns .card .card-footer {
	background: 0 0;
	border-top: transparent;
}

@media (min-width: 440px) {
	.cw-over-btns .card h4 {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem;
	}
}

@media (min-width: 768px) {
	.cw-over-btns {
		margin-top: -150px;
	}

	.cw-over-btns .card h4 {
		font-size: 1.65rem;
	}
}

@media (min-width: 992px) {
	.cw-over-btns .card h4 {
		font-size: 1.1rem;
	}

	.cw-over-btns .card i {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem;
	}
}


/* Quality Section */
.cw-quality-section1 {
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url("https://cdn05.carsforsale.com/00dbda8d82aedb5df43ad95c3926a260fd/00dbda8d82aedb5df43ad95c3926a260fd.jpg?width=1920&height=1440&format=&sig=7325599aec293ecf");

	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 80px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	display: block;
}

.cw-quality-title h5 {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: inherit;
	padding-top: 2em;
	color: #FFFFFF;
}

.cw-quality-title p {
	font-size: 1.25em;
	font-weight: 300;
	font-family: inherit;
	padding-bottom: 2em;
	color: #FFFFFF;
}

.cw-quality-content {
	max-width: 262px;
	margin: 0 auto 50px;
}

.cw-quality-content i {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 27px;
	display: inline-block;
	border-radius: 50%;
	color: #FFFFFF;
	box-shadow: rgba(50, 50, 50, 0.11) 0 5px 2px 0;
	margin-bottom: 20px;
	background-color: #C30000;
}

.cw-quality-content h6 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF !important;
}

.cw-quality-content p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 2em;
}

/* Button */
.cw-button-theme {
	background-color: #C30000;
	border: 1px solid #C30000;
	color: #FFFFFF !important;
	font-size: 16px;
}

.cw-button-theme:hover,
.cw-button-theme:focus {
	background-color: #333333;
	border-color: #333333;
	color: #FFFFFF !important;
}

/* Bootstrap 5 - sm and up */
@media (min-width: 576px) {
	.cw-quality-title p {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* Bootstrap 5 - md and up */
@media (min-width: 768px) {
	.cw-quality-title h5 {
		font-size: 1.75em;
	}
}

/* Bootstrap 5 - lg and up */
@media (min-width: 992px) {
	.cw-quality-title h5 {
		font-size: 2em;
	}

	.cw-quality-title p {
		font-size: 1.5em;
	}
}

/* Bootstrap 5 - xl and up */
@media (min-width: 1200px) {
	.cw-quality-title h5 {
		font-size: 2.5em;
	}
}

/* -------------------- SEO links ---------------------- */
.popular-vehicle-link::first-line {
	font-weight: 700;
}

a.popular-vehicle-link:hover {
	color: var(--color-theme-primary) !important;
}

.popular-vehicles-section h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 1.5em;
}

.popular-vehicles-section h2::before {
	content: "";
	width: 100px;
	height: 10px;
	border-bottom: 5px solid var(--color-theme-primary);
	position: absolute;
	bottom: -8px;
}

/* -------------------- Footer ---------------------- */
.cw-footer {
	padding: 4rem 0;
	background: #000 url("https://cdn05.carsforsale.com/00967dca0884acaaf611764e00c89f0d25/00967dca0884acaaf611764e00c89f0d25.jpg?width=320&height=240&format=&sig=ced93013e6d2062d") center;
	background-size: cover;
	color: #fff;
	text-align: left;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: var(--color-theme-border);
}

.footer-social a {
	color: #fff;
}

.cw-footer .business-hours li {
	border-bottom: 1px solid var(--color-theme-border);
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	font-size: 1.1rem;
}

.cw-footerMenu a {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 700;
}

.cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: var(--color-theme-border);
}

.cw-footer h5 {
	margin-bottom: 1rem;
}

.cw-footer .cw-hours {
	font-size: 0.85rem;
	line-height: 2;
}

.cw-footer .cw-hours .business-hours .today {
	font-weight: bolder;
	color: inherit !important;
}

.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}

.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%;
}

.page-inventory-details #builderCanvas {
	margin-bottom: 1em;
}

/* .vdp-module-canvas-razor-wrapper .vdp__container .row {
	width: 100%;
	margin: auto;
} */

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* SRP width fix */
.inventory .inventory-container>.row {
	margin-left: 0;
	margin-right: 0;
}

/* -------------------- Sticky nav fixes/changes ---------------------- */
/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029 !important;
}

@media (min-width: 992px) {

	/* resets z-index higher than navbar when a modal is open. */
	.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
		z-index: 1055 !important;
	}
}

/* Hide pre-header on mobile on VDP */
@media (max-width: 991px) {
	.page-inventory-details .header__top {
		display: none;
	}
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* !!! Fix Bottom Footer Colors !!! */

.footer-bottom-section {
	background-color: var(--color-theme-primary) !important;
}

.footer,
.footer .dropdown-item,
.footer .dropdown-item:focus,
.footer .nav-link,
.footer a {
	color: var(--color-theme-background) !important;
}