@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.btn-primary {
	color: #000000 !important;
}

.businessinfo .btn-primary {
	color: #000000 !important;
}

.businessinfo .btn-primary:hover {
	color: #000000 !important;
}

.form .btn-primary {
	color: #000000 !important;
}

.form .btn-primary:hover {
	color: #000000 !important;
}

.btn-secondary:hover {
	background-color: var(--color-theme-highlight) !important;
	color: #000000 !important;
	border-color: var(--color-theme-highlight) !important;
}

/* Header */

.cw-header h5 {
	font-size: 14px;
}

.cw-Topheader a,
.cw-Topheader p {
	color: #a6a6b3;
	font-size: 17px;
	margin-bottom: 0;
}

.cw-header span {
	font-size: 14px;
	font-weight: 600;
	color: #5a5a68;
}

.btn.btn-primary.cw-text-black {
	color: #333;
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
}

.cw-headerLOGO {
	width: 100%;
}

@media (min-width: 576px) {
	.cw-headerLOGO {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.cw-headerLOGO {
		width: 75%;
	}
}

.header .navbar-dark .navbar-nav .nav-link {
	color: #ffffff !important;
}



/* -------------------- Hero ---------------------- */

.cw-heroSection {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/149F30E4EA5BD263F9D7D8ADE6877523.jpg");
	background-size: cover;
	background-position: bottom;
	padding-bottom: 5em;
	padding-top: 8em;
	margin-top: -7em;

	padding-top: calc(var(--cw-headerHeight) + 1rem);
	margin-top: calc(-1 * var(--cw-headerHeight));

}

.carousel-inner {
	overflow: visible !important;
}

.carousel-caption {
	bottom: -180px;
	right: 0;
	left: 0;
}

.carousel-indicators {
	bottom: -40px;
}



.carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
}

.carousel-indicators [data-bs-target] {
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
	border-top: none;
	border-bottom: none;
	margin: 0.75em 0.2em;
}

@media (min-width: 440px) {
	.carousel-caption {
		bottom: -120px;
	}
}

@media (min-width: 576px) {
	.cw-heroSection {
		background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/149F30E4EA5BD263F9D7D8ADE6877523.jpg");
	}

	.carousel-caption {
		bottom: -90px;
	}
}

@media (min-width: 768px) {
	.carousel-control-prev {
		left: -50px;
	}

	.carousel-control-next {
		right: -50px;
	}
}

@media (min-width: 992px) {
	.cw-heroSection {
		background-size: cover;
		background-position: bottom;
		padding-bottom: 3em;
		/* switch to navbar height instead of header because that's the bottom part at this size */
		margin-top: -7em;
		padding-top: 17em;
		margin-top: calc(-1 * var(--cw-navbarHeight));
		padding-top: 8em;
	}
}

@media (min-width: 1600px) {
	.cw-heroSection {
		background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/149F30E4EA5BD263F9D7D8ADE6877523.jpg");
		background-size: cover;
		background-position: bottom;
		/* margin-top: -7em; */
	}
}


.cw-hero-button {
	border-radius: 6px;
}

/* -------------------- Hero end---------------------- */

/*Home Page cards*/

.cw-home-card-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 5px;
	margin-bottom: 140px;
}

.cw-text {
	font-size: 19px;
}

.home-card img {
	width: 100%;
	position: absolute;
	/* Change to absolute positioning */
	bottom: -130px;
	/* Adjust this value to control how much hangs off */
	left: 50%;
	transform: translateX(-50%);
	/* Center the image */
}


.home-card {
	background-color: rgb(233, 233, 233);
	border-radius: 15px;
	width: 340px;
	height: 376px;
	/* Fixed height to ensure uniformity */
	position: relative;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	margin: 16px;
}

@media (min-width: 280px) {
	.home-card {
		background-color: rgb(233, 233, 233);
		border-radius: 15px;
		width: 248px;
		height: 524px;
		/* Fixed height to ensure uniformity */
		position: relative;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
		margin: 30px;
	}

	.home-card img {
		width: 100%;
		position: absolute;
		bottom: -47px;
		left: 50%;
		transform: translateX(-50%);
	}
}


@media (min-width: 330px) {
	.home-card {
		background-color: rgb(233, 233, 233);
		border-radius: 15px;
		width: 264px;
		height: 500px;
		position: relative;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
		margin: 45px;
	}

	.home-card img {
		width: 100%;
		position: absolute;
		bottom: -47px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 440px) {
	.home-card {
		background-color: rgb(233, 233, 233);
		border-radius: 15px;
		width: 360px;
		height: 474px;
		position: relative;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
		margin: 52px;
	}

	.home-card img {
		width: 100%;
		position: absolute;
		bottom: -47px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 768px) {
	.home-card {
		background-color: rgb(233, 233, 233);
		border-radius: 15px;
		width: 600px;
		height: 525px;
		position: relative;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
		margin: 90px;
	}

	.home-card img {
		width: 100%;
		position: absolute;
		bottom: -47px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.home-card {
		background-color: rgb(233, 233, 233);
		border-radius: 15px;
		width: 288px;
		height: 513px;
		/* Fixed height to ensure uniformity */
		position: relative;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
		margin: 16px;
	}
}

@media (min-width: 1200px) {
	.home-card {
		background-color: rgb(233, 233, 233);
		border-radius: 15px;
		width: 340px;
		height: 450px;
		/* Fixed height to ensure uniformity */
		position: relative;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
		margin: 16px;
	}

}


/*Home Page Cards*/

/*Home Page Gallery*/

.page-home .gallery {
	padding-top: 4em !important;
}

.masonry {
	columns: 1;
	column-gap: 10px;
}

@media only screen and (min-width: 568px) and (max-width: 811px) {
	.masonry {
		columns: 2;
	}
}

@media only screen and (min-width: 812px) {
	.masonry {
		columns: 3;
	}
}

.masonry-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.masonry-item,
.masonry-content {
	border-radius: 22px;
	overflow: hidden;
}

.masonry-content {
	width: 100%;
}

.masonry-item {
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
	transition: filter 0.25s ease-in-out;
}

.masonry-item:hover {
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}

/*Home Page Gallery*/

/* Icon Circles */

.cw-icon-title {
	font-size: 22px;
}

.cw-box {
	padding: 60px 0px;
	background-image: linear-gradient(325deg,
			rgba(0, 0, 0, 0.76) 0%,
			rgba(0, 0, 0, 0.76) 100%),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C7EB78B67AE1004C79F2E3B5FEDF51F6.jpg);
	z-index: 0 !important;
}

.cw-boxPart {
	padding: 60px 10px;
	margin: 30px 0px;
	margin-bottom: 25px;
	color: #ffffff;
}

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
	color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.cw-boxText {
	margin: 20px 0px;
}

/*Icon Circles*/

.cw-icon-title {
	font-size: 22px;
}

.cw-box {
	padding: 60px 0px;
	background-image: linear-gradient(325deg,
			rgba(0, 0, 0, 0.76) 0%,
			rgba(0, 0, 0, 0.76) 100%),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C7EB78B67AE1004C79F2E3B5FEDF51F6.jpg);
}

.cw-boxPart {
	padding: 60px 10px;
	margin: 30px 0px;
	margin-bottom: 25px;
	color: #ffffff;
}

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
	color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.cw-boxText {
	margin: 20px 0px;
}


.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(15, 59, 92, 0.72),
			rgba(15, 59, 92, 0.72)),
		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;
	}
}

/* section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: linear-gradient(to bottom,
			rgba(15, 59, 92, 0.6),
			rgba(15, 59, 92, 0.6)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8AF19A58991466F4E9AEE86B057B97B2.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
} */

section:not(.page-home) .form {
	padding-top: 1rem;
}

/* @media (min-width: 992px) {
	section:not(.page-home) .title .title-heading {
		padding: 3.5rem 0;
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem;
	}
} */

.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>.container {
	position: relative;
	min-height: 190px;
}

.footer .dropdown-menu {
	position: relative;
	display: block !important;
	min-width: 0 !important;
	padding: 0;
	border: 0;
}

.footer .dropdown-toggle {
	pointer-events: none;
}

.footer a.dropdown-item {
	display: block !important;
	padding: 0.25rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.footer-nav-links .nav-item {
	padding: 0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	padding: 0 0.25rem;
}

.footer .nav .nav-link {
	text-transform: uppercase;
}

.footer h2.footer-business-name {
	font-size: 1.25rem;
}

.footer-business+.footer-business-phone:before {
	display: none;
}

.footer-social-links a {
	padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
	font-size: 0.85rem;
}

@media (min-width: 992px) {
	.footer-social-links {
		position: absolute;
		left: 10%;
		bottom: 1rem;
		z-index: 2;
	}

	footer .footer-info-business {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		padding-right: 1rem;
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		padding: 0;
	}

	a.footer-business-phone {
		display: block;
		margin-top: 0.25rem;
	}

	.footer ul.nav {
		flex-wrap: nowrap;
		text-align: left !important;
	}

	.footer-nav-links {
		position: absolute;
		top: -1rem;
		right: 0;
		width: 70%;
		background: 0 0;
		padding: 1.5rem 0;
	}

	.footer .dropdown-menu {
		max-width: 180px;
		text-align: center;
		background: 0 0;
	}

	.dropdown-toggle::after {
		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;
}


/*Home page form*/

.page-home .form-container {
	max-width: 1033px !important;
	background-color: #ffffff !important;
	box-shadow: 10px 10px 22px #999999 !important;
	padding: 48px !important;
	margin-top: -118px !important;
	border-radius: 32px !important;
}


/*Service Page*/

/*Service title*/

.pg-title::after {
	content: "";
	display: block;
	height: 4px;
	width: 80px;
	margin: 10px 0 15px;
	background: #FFD700;
	color: var(--color-theme-text-btn);
}

.pg-title-center {
	text-align: center
}

.pg-title-center::after {
	margin-left: auto;
	margin-right: auto
}


.display-3 {
	font-size: 2rem;
}

.display-4 {
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	.display-3 {
		font-size: 4rem;
	}

	.display-4 {
		font-size: 2.5rem;
	}
}

@media (min-width: 280px) {
	.hero {
		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0.452),
				rgba(0, 0, 0, 0.438)), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4A100898CBDCE850C174E8A3EEFF262E.jpg");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 400px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.hero {
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4A100898CBDCE850C174E8A3EEFF262E.jpg");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}


@media (min-width: 280px) {
	.cw-hero-2 {
		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0.452),
				rgba(0, 0, 0, 0.438)), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E0A569B0044813777DC141BCAF841F0D.png");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.cw-hero-2 {
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E0A569B0044813777DC141BCAF841F0D.png");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}


@media (min-width: 280px) {
	.cw-hero-3 {
		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0.452),
				rgba(0, 0, 0, 0.438)), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4A100898CBDCE850C174E8A3EEFF262E.jpg");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.cw-hero-3 {
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4A100898CBDCE850C174E8A3EEFF262E.jpg");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 280px) {
	.cw-hero-4 {
		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0.452),
				rgba(0, 0, 0, 0.438)), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B3581E2C2D1305D37A115467BE9C4418.jpg");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.cw-hero-4 {
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B3581E2C2D1305D37A115467BE9C4418.jpg");
		margin-top: 0;
		position: relative;
		overflow: hidden;
		min-height: 600px;
		background-position: 72% center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}



/*Service Tabs & Content Start*/

.cw-tabbed-pages {
	margin-top: 40px;
}

.cw-tabbed-pages .nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}

.cw-tabbed-pages .nav .nav-item {
    flex: 1 0 98%;
	margin: 7.5% 0.4% 0;
	font-size: 1.1rem;
	padding: 4.5%;
	background-color: #ffffff;
	color: #000000;
	border-radius: 12px;
	border: solid;
	border-color: #ededed;
}

.cw-tabbed-pages .nav .nav-item.active {
	font-weight: bold;
	background: #ffffff;
	color: rgb(0, 0, 0);
	border: solid;
	border-color: #FFD700;
	border-radius: 12px;
	box-shadow: 8px 9px 26px 3px #ffc10759;
}

.cw-tabbed-pages .cw-tab-box {
	/* padding: 2em; */
	background: #ffffff;
	margin: 1em;
}

.cw-tabbed-pages .cw-tab-box h2 {
	font-size: 2rem;
	/*text-transform: uppercase;*/
}

.cw-tabbed-pages .cw-tab-box p {
	font-size: 1.1rem;
}

.cw-tabbed-pages .cw-tab-box a {
	color: var(--color-theme-primary);
	font-weight: bolder;
}

.cw-tabbed-pages .cw-tab-box a:hover {
	color: var(--color-theme-text);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-tabbed-pages .nav .nav-item {
		flex-basis: 48%;
		font-size: 1.2rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.cw-tabbed-pages .nav .nav-item {
		flex-basis: 25%;
		margin: 16px;
		padding: 22px;
	}
}

.nav-tabs {
	border-bottom: 1px solid #ffffff !important;
}

/* why choose
  =================================================================================================*/
.cw-image-w-icons {
	padding: 2rem 0;
}

.cw-image-w-icons h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

.cw-image-w-icons h4 {
	font-size: 1rem;
	font-weight: 700;
}

.cw-image-w-icons p {
	margin-bottom: 20px;
}

.cw-image-w-icons .cw-blurb {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

.cw-image-w-icons .cw-blurb p {
	margin-bottom: 0px;
}

.cw-image-w-icons .cw-blurb-icon {
	padding: 10px;
	min-width: 70px;
	min-height: 70px;
	border: 1px solid var(--color-theme-border);
	background: #ffffff;
	color: rgb(0, 0, 0);
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-image-w-icons .cw-blurb-icon i {
	font-size: 2rem;
}

.cw-image-w-icons .cw-blurb-text {
	padding: 0.5rem 0;
}

/* Remove the .cw-image-w-icons on these if you want to use the cw-button elsewhere */
.cw-button {
	padding: 0.8em 1.8em;
	border: 2px solid var(--color-theme-primary);
	position: relative;
	overflow: hidden;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	transition: 0.3s;
	z-index: 1;
	color: var(--color-theme-primary);
}

.cw-image-w-icons .cw-button::before {
	content: "";
	width: 0;
	height: 650%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background: var(--color-theme-primary);
	transition: 0.5s ease;
	display: block;
	z-index: -1;
}

.cw-image-w-icons .cw-button:hover::before {
	width: 105%;
}

.cw-image-w-icons .cw-button:hover {
	color: #fff;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-image-w-icons {
		padding-bottom: 0;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.cw-background {
	background-color: #FFD700;
	border-radius: 29px;
}

.cw-service-icon {
	margin-right: 8px;
	background-color: #ECEFF3;
	padding: 5px;
	border-radius: 8px;
}


/* 4 Card Section */
.cw-over-btns {
	margin-top: 110px;
	margin-bottom: 154px;
}

.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: 0px transparent;
	overflow: hidden;
}

.cw-over-btns .cw-card-image .cw-full-btn {
	background: var(--color-theme-primary);
	color: #000;
	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-family: "Orbitron", sans-serif;
	font-size: 1.2rem;
}

.cw-over-btns .card p {
	font-size: 1rem;
	margin-bottom: 0;
}

.cw-over-btns .card .cw-btn {
	background: var(--color-theme-secondary);
	border: 1px solid var(--color-theme-primary);
	border-radius: 8px;
	padding: 10px 15px;
}

.cw-over-btns .card .cw-btn:hover {
	color: var(--color-theme-text) !important;
}

.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: #ffffff;
	color: #000;
	box-shadow: 10px 10px 10px #d7d7d7;
}

/* .cw-over-btns .cw-card-secondary {
      background: var(--color-theme-secondary);
      color: var(--color-theme-text);
    }

    .cw-over-btns .cw-card-highlight {
      background: var(--color-theme-highlight);
      color: var(--color-theme-text);
    } */

.cw-over-btns .cw-card-image .card-footer {
	padding: 0;
}

.cw-over-btns .card .card-footer {
	background: transparent;
	border-top: transparent;
}

/* Mobile: 440px & Up */
@media (min-width: 440px) {
	.cw-over-btns .card h4 {
		font-size: 1.2rem;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-over-btns .card h4 {
		font-size: 1.2rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* .cw-over-btns {
        margin-top: -40px;
      } */

	.cw-over-btns .card h4 {
		font-size: 1.2rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-over-btns .card h4 {
		font-size: 1.2rem;
	}

	.cw-over-btns .card i {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-over-btns .card h4 {
		font-size: 1.2rem;
	}
}

.cw-card-header {
	font-size: 60px;
	color: #cfcfcf;
}

/*Oil Choices card*/

/* Services ============================================== */
.cw-services {
	margin-bottom: 96px;
}

.cw-services-row {
	position: relative;
	margin-top: -2rem;
}

/* Css code for Same Height Button, */
.card-body {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-bottom: 40px;
}

.card-body .btn {
	display: flex;
	margin-top: auto;
	align-self: center;
}


/*How to know when*/

.hero__style3 .hero__wrapper {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/808E63573D37E8EFF13B88580133DA1D.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	padding-top: 3em;
}

.hero__style3 .hero__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(rgba(0, 0, 0, 0.9)),
			to(transparent));
	background: -webkit-linear-gradient(bottom,
			rgba(0, 0, 0, 0.9),
			transparent);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	overflow: hidden;
	z-index: 1;
}

.hero__style3 .hero__content {
	position: relative;
	z-index: 10;
	padding-top: 40px;
	padding-bottom: 180px;
}

.hero__style3 .hero__content .hero__preline {
	font-size: 1.25em;
}

.hero__style3 .hero__content .hero__headline {
	font-size: 1.2rem;
	line-height: 0.9;
	color: #FFD700;
}

.hero__style3 .hero__content .hero__headline.wgt-bld {
	font-weight: 700;
}

.hero__style3 .hero__content .hero__headline.wgt-blk {
	font-weight: 900;
}

.hero__style3 .hero__content .hero__subhead {
	font-size: 2.5em;
	font-weight: 700;
}

.hero__style3 .hero__content .hero__CTA i {
	font-size: 14px;
	margin-left: 10px;
}

.hero__style3 .cta__options__wrapper {
	position: relative;
	z-index: 11;
	-webkit-transform: translateY(-115px);
	-ms-transform: translateY(-115px);
	transform: translateY(-115px);
}

.hero__style3 .cta__options__wrapper .photo__item {
	width: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
}

.hero__style3 .cta__options__wrapper .photo__item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 1.77777778;
	border-radius: 10px;
}

.hero__style3 .cta__options__wrapper .photo__item .photo__item__cta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin-left: auto;
	margin-right: auto;
	min-width: 150px;
	max-width: 180px;
}

.hero__style3 .cta__options__wrapper .photo__item .photo__item__cta span {
	font-size: 0.65em;
	display: block;
	margin-top: 5px;
	line-height: 0.8;
}

@media (max-width: 991px) {
	.hero__style3 .hero__content .hero__headline {
		font-size: 1.2rem;
		line-height: 0.9;
	}

	.hero__style3 .hero__content .hero__subhead {
		font-size: 1.5rem;
		line-height: 2;
	}
}

@media (max-width: 767px) {
	.hero__style3 .hero__content .hero__headline {
		font-size: 1.2rem;
		line-height: 1;
	}

	.hero__style3 .hero__content .hero__subhead {
		line-height: 1;
	}
}

/*Fast Reliable bottom section*/
.cw-textImage img {
	margin-bottom: 2rem;
}

.cw-textImage h3 {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.cw-textImage h3 {
		margin-bottom: 1rem;
		font-size: 1.5rem;
		color: #000000;
	}

	.cw-textImage img {
		margin-bottom: 0;
	}
}

@media (min-width: 1440px) {
	.cw-textImage {
		background-attachment: fixed;
	}
}

/* -------------------- Fancy Buttons ---------------------- */
/* Used somewhat globally on site. Try not to keep repeated declarations if you grab multiple snippets that contain this */
.cw-primary-button,
.cw-secondary-button {
	/* font-family: montserrat, sans-serif; */
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05rem;
	padding: 0.8rem 2.1rem;
	background-image: linear-gradient(135deg,
			var(--color-theme-primary) 0%,
			var(--color-theme-primary) 50%,
			transparent 51%,
			transparent 100%);
	background-size: 230%;
	background-position: 130%;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
	text-align: center;
}

.cw-primary-button {
	color: #fff;
	border: 1px solid var(--color-theme-primary);
	background-color: var(--color-theme-primary);
}

.cw-secondary-button {
	color: var(--color-theme-primary);
	border: 1px solid #fff;
	background-color: #fff;
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
	border: 1px solid var(--color-theme-primary);
	color: #fff;
	background-position: 0%;
}

.cw-primary-button:hover:before {
	background-color: #fff;
}

.cw-primary-button:hover:after {
	background-color: #fff;
}

.cw-button-borders {
	position: relative;
	width: fit-content;
	height: fit-content;
}

.cw-button-borders:before {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -0.3em;
	top: -0.3em;
	border: 1px solid #fff;
	border-bottom: 0;
}

.cw-button-borders:after {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -0.3em;
	bottom: -0.3em;
	border: 1px solid #fff;
	border-top: 0;
	z-index: 0;
}

.cw-button-borders.cw-invert:before {
	border-color: var(--color-theme-primary);
}

.cw-button-borders.cw-invert:after {
	border-color: var(--color-theme-primary);
}

/* End buttons */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*Service Tabs & Content End*/


/* .footer .container {
	display: none !important;
  } */

.footer-social-links {
	display: none;
}

.footer-info-business {
	display: none;
}

.footer-nav-links {
	display: none;
}

.footer .footer-bottom-section {
	background-color: #000000;
}


/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
	overflow-wrap: anywhere;
}



/*  Mercedes Benz page with different service types  */
    .cw-brand-services {
        padding: 2em 0;
    }

    @media (min-width:576px) {
        .cw-brand-services {
            padding-top: 0;
            margin-top: -3em;
        }
    }

        @media (min-width:992px) {
        .cw-brand-services {
            margin-top: -4em;
        }
    }

            @media (min-width:1400px) {
        .cw-brand-services {
            margin-top: -5em;
        }
    }

    @media (min-width: 1400px) {
    .cw-brand-services .container {
        max-width: 1800px;
    }
}

/* Give the service card the same dimension/texture as the Expressive box */
.cw-brand-services .cw-service-card {
  background: radial-gradient(120% 90% at 50% 30%, #6a6a6a 0%, #3d3d3d 40%, #1c1c1c 85%);
  color: #fff;
  border-radius: 4px;
  padding: 28px 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
  position: relative;
  overflow: hidden;
}

/* subtle glossy top sheen */
.cw-brand-services .cw-service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 28%);
  pointer-events: none;
}

/* optional: inner panel like the left card */
.cw-brand-services .cw-service-card .cw-inner-panel {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 18px 16px;
  margin: 16px 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.08));
}




    /* .cw-brand-services .cw-service-card {
    background: linear-gradient(185deg, #131313, #5E5E5E, #5E5E5E, #5E5E5E, #131313);
    color: #fff;
} */

.cw-brand-services .cw-service-card .card-body {
    margin: 0;
    padding: 1em;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.cw-brand-services .cw-service-card .cw-top-section {
    flex: 1 1 50%;
    margin-bottom: 1em;
}

.cw-brand-services .cw-service-card .cw-top-section h2 {
    font-size: 1.25rem;
    font-style: italic;
    color: #ddd;
}

.cw-brand-services .cw-service-card .cw-top-section h2 span {
    font-size: 2rem;
    font-style: normal;
    color: #fff;
}

.cw-brand-services .cw-service-card .cw-top-section img {
    max-width: 250px;
	width: 100%;
    margin: auto;
}


.cw-brand-services .cw-service-card .cw-detail-box {
    min-height: 225px;
    padding: .5em;
    border: 1px solid var(--color-theme-border);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width:576px) {
    .cw-brand-services .cw-service-card .cw-detail-box {
    min-height: 250px;
}
}

.cw-brand-services .cw-service-card .cw-detail-box .cw-price-details {
    flex: 1 1;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
}

.cw-brand-services .cw-service-card .cw-detail-box .cw-price-details .cw-pricing {
    font-size: 2.5rem;
}

.cw-brand-services .cw-service-card .cw-detail-box .cw-price-details .cw-pricing span {
    vertical-align: super;
    margin-left: .25em;
    font-size: 1.25rem;
}

.cw-brand-services .cw-service-card .cw-detail-box .cw-price-details h4 {
    font-size: 1rem;
    margin-bottom: 0.25em;
}

.cw-brand-services .cw-service-card .cw-detail-box .cw-price-details p {
    color: #ddd;
    margin-bottom: 0.25em;
}


.cw-brand-services .cw-detail-box .cw-button-footer .btn {
    display: block;
    width: 100%;
}