:root {
	--cw-white: #FFFFFF;
	--primary-dark-bg: #050505;
	--primary-dark-txt: #333;
	--primary-light-bg: #fafafa;
	--primary-light-txt: #fafafa;
	--star: #ffc109;
	--warning: #c72931;
    --color-theme-dark: #152329;
	--color-theme-primary-hover: #577b84;
	--color-theme-secondary-hover: #a8442a;
	--facebook: #1877f2;
	--twitter: #1d9bf0;
	--email: #333;
	--share-link: #333;
	--products-price: var(--color-theme-primary);
	--inventory-highlight: var(--color-theme-primary);
}

:root {
	--sitefont: "Jost", sans-serif;
}

.title .title-heading {
	text-transform: uppercase;
}

.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
	font-family: var(--sitefont);
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat .productslideshow .productslideshow-item h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
	font-family: var(--sitefont);
}

.sitemap {
	padding-top: 12em;
}

@font-face {
	font-family: jost;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myjJAVG.ttf") format("truetype");
}

@font-face {
	font-family: jost;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwjJQVG.ttf") format("truetype");
}

@font-face {
	font-family: jost;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myjJQVG.ttf") format("truetype");
}

@font-face {
	font-family: jost;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mxEIgVG.ttf") format("truetype");
}

@font-face {
	font-family: jost;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwKIgVG.ttf") format("truetype");
}

.header .header__wrapper {
	padding: 25px;
}

.header .navbar-nav .nav-item {
	margin-bottom: 0;
}

.header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px 0;
	color: unset;
}

.header .navbar-nav .nav-item a.dropdown-item {
	margin: 0;
}

@media (max-width: 768px) {
	.header .header__wrapper {
		padding: 15px;
	}
}

@media (min-width: 992px) {
	.header__wrapper .navbar-toggler {
		display: none;
	}
}

.header:not(.has-cart) .navbar-cart {
	display: none;
}

.header.has-cart .collapse.justify-content-center {
	-webkit-box-pack: left !important;
	-ms-flex-pack: left !important;
	justify-content: left !important;
}

.cart-count {
	padding: 2px;
	margin-left: 0;
	margin-top: 0;
	font-size: 10px;
	min-width: 15px;
	min-height: 15px;
	background: 0 0;
	border-radius: 50px;
}

.header .navbar {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.header .nav-link-cart i {
	font-size: 1.4em;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.header .nav-link-cart i {
		font-size: 1.25em;
	}
}

.header .nav-link.nav-link-cart {
	font-size: 1em !important;
}

.header .navbar .collapse.show {
	display: block;
	padding-bottom: 20px;
	max-height: 90vh;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

.header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.header .navbar .navbar-nav .nav-link,
	.header .navbar .navbar-nav .dropdown-item {
		font-size: 0.9em;
	}
}

.header .navbar-nav .nav-link {
	padding-right: 15px;
	padding-left: 15px;
}

.header .navbar-nav .nav-link,
.header .dropdown-item {
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

@media (max-width: 767px) {
	.header .navbar .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
	.header .nav-link-cart {
		margin-right: -10px;
	}
}

.header .navbar .nav-link,
.header .nav-link-cart {
	line-height: 30px;
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-transition: background-color 150ms 50ms ease-in-out;
	-moz-transition: background-color 150ms 50ms ease-in-out;
	-o-transition: background-color 150ms 50ms ease-in-out;
	transition: background-color 150ms 50ms ease-in-out;
}

.header .navbar .nav-link::before,
.header .nav-link-cart::after {
	content: "";
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	-webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.header .navbar .nav-link:hover::before,
.header .navbar .nav-link:focus::before,
.header .navbar .active .nav-link::before,
.header .navbar .active .dropdown-toggle::before,
.header .nav-link-cart:hover::after,
.header .nav-link-cart:focus::after,
.header .active .nav-link-cart::after {
	opacity: 1;
	left: 0;
	right: 0;
}

.header .navbar .nav-link:hover::before,
.header .navbar .nav-link:focus::before,
.header .navbar .active .nav-link::before,
.header .navbar .active .dropdown-toggle::before,
.header .nav-link-cart:hover::after,
.header .nav-link-cart:focus::after,
.header .active .nav-link-cart::after {
	background: var(--header-highlight);
	border-color: var(--header-highlight);
}

@media (min-width: 992px) {
	.header .navbar .container-fluid,
	.header .navbar .container {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
}

.header .navbar-nav .nav-link.nav-link-cart {
	white-space: nowrap;
}

@media (max-width: 991px) {
	.header .navbar .nav-link:not(.nav-link-cart) {
		line-height: 1.5;
		padding-top: 1em;
		padding-bottom: 1em;
		display: inline-block;
	}
}

.header .navbar .dropdown-menu {
	min-width: 200px;
	padding: 0.75em;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.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));
	z-index: 50000;
	width: auto;
	background: var(--color-theme-background);
}

.header .navbar .dropdown-item {
	position: relative;
	padding: 0.7rem 0.5rem;
	line-height: 1.5;
}

.header .navbar .dropdown-item:hover {
	opacity: 0.7;
}

.header .navbar .dropdown-item::before {
	content: "";
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	-webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.header .navbar .dropdown-item:hover::before {
	opacity: 1;
	left: 0;
	right: 0;
}

.header .navbar .dropdown-item,
.navbar .dropdown-item:focus {
	background-color: transparent;
}

.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active {
	text-decoration: none;
}

@media (min-width: 992px) {
	.header .navbar-expand-lg .navbar-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.header .navbar-toggler {
	padding: 5px;
	background-color: transparent;
	border: none;
	border-radius: 0.25rem;
}

.header .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header .toggle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header .toggle .icon-bar {
	display: block;
	width: 20px;
	height: 1px;
	margin-bottom: 5px;
	border-radius: 1px;
}

.header .toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

.header .toggle .icon-bar {
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.header .active .toggle .icon-bar:nth-of-type(1),
.header .navbar-toggler:not(.collapsed) .toggle .icon-bar:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .active .toggle .icon-bar:nth-of-type(2),
.header .navbar-toggler:not(.collapsed) .toggle .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.header .active .toggle .icon-bar:nth-of-type(3),
.header .navbar-toggler:not(.collapsed) .toggle .icon-bar:nth-of-type(3) {
	top: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer__global {
	padding: 4% 0;
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A5AF2A8C9B677241C9B9FD9F6FAF713F.jpg");
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

.footer__global .business__info__wrapper .business__name {
	font-size: 24px;
	font-weight: 700;
}

.footer__global .footerNavItems h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--color-theme-primary);
}

.footer__global .footerNavItems ul li {
	margin-bottom: 10px;
}

.footer__global .footer__global__bottom {
	background-color: var(--primary-dark-bg);
	color: var(--text-white);
}

.footer__global .footer__global__bottom ul li {
	margin-right: 20px;
}

.footer__global .footer__global__bottom ul li:last-of-type {
	margin-right: 0;
}

.footer__global .business__info__wrapper .business__name {
	font-size: 24px;
	font-weight: 700;
}

.footer__global .footerNavItems .nav__item__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: unset;
}

.footer__global .footerNavItems ul li {
	margin-bottom: 10px;
}

.footer__global .col {
	background: 0 0 !important;
}

.footer__global .social__share .social__icon {
	margin-right: 15px;
}

.footer__global .social__share .social__icon:last-of-type {
	margin-right: 0;
}

.footer__global .social__share .social__icon i {
	color: var(--cw-white);
	font-size: 18px;
}

.formDisclaimer__content-wrapper {
	color: var(--color-theme-header);
}

.stickybar__wrapper {
	position: -webkit-sticky;
	position: sticky;
	padding: 25px;
	top: 0;
	z-index: 1000;
	-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));
}

.stickybar__wrapper h1.hp__title {
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.stickybar__wrapper h1.srp__title {
	font-size: 20px;
}

.stickybar__wrapper .business__phone,
.stickybar__wrapper .business__phone a {
	font-size: 18px;
	margin-right: 20px;
}

.stickybar__wrapper .store__hours {
	font-size: 14px;
}

.stickybar__wrapper .collapseBtn__xtraContent {
	border-radius: 50px;
	margin: -10px auto -30px;
	width: 40px;
	height: 40px;
	padding-top: 5px;
}

.stickybar__wrapper .collapseBtn__xtraContent::before {
	font-family: fontawesome;
	content: "\f106";
	font-size: 18px;
}

.stickybar__wrapper .collapseBtn__xtraContent.collapsed::before {
	content: "\f107";
}

.stickybar__wrapper .collapseBtn__xtraContent hr {
	margin: 5px 0;
}

.stickybar__wrapper .cta__dropbtn {
	padding: 5px;
	margin-left: 20px;
	margin-right: 0;
}

.stickybar__wrapper .sticky__mobileCTA__dropdown .dropdown-menu i {
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.stickybar__wrapper .stickybar__CTA__wrapper>button {
	margin-bottom: 3px;
}

@media (max-width: 768px) {
	.stickybar__wrapper {
		padding: 15px 10px;
	}
}

.stickyCTA__footer__mobile__wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 500;
	-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));
}

.page__title1 {
	font-size: 2.25em;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: 700;
}

.page__title__copy {
	margin-bottom: 50px;
}

.optional__label {
	font-size: 0.75em;
	font-weight: 400;
}

.section__title1 {
	font-size: 1.75em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid var(--color-theme-border);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

.section__copy {
	margin-bottom: 20px;
}

.section__copy .btn-link {
	color: var(--color-theme-header);
}

#homepage .section__title1 {
	font-size: 2.25em;
}

#homepage .section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

@media (max-width: 567px) {
	#homepage .section__title1 {
		font-size: 1.75em;
	}
}

.section__subtitle1 {
	font-size: 1.25em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid var(--color-theme-border);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__subtitle1.no-border {
	border: none;
	margin-bottom: 5px;
}

.form__style1 .form-row {
	margin-bottom: 20px;
}

.form__style1 .form-row:last-of-type {
	margin-bottom: 0;
}

.form__style1 label {
	font-weight: 700;
	margin-bottom: 0;
}

.form__style1 .form-select {
	min-height: 50px;
	max-height: 50px;
	line-height: unset;
	border: 0;
	border-bottom: 2px solid;
	border-radius: 0;
	padding: 10px 0 20px;
	background-position-x: 100%;
	border-color: var(--color-theme-border);
	background-color: transparent;
	cursor: pointer;
}

.form__style1 .form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form__style1 .form-control {
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.42857;
	border: 0;
	border-bottom: 2px solid var(--color-theme-border);
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0;
	min-height: 50px;
	height: 50px;
	background-color: transparent;
}

.form__style1 .form-control:focus {
	border-bottom: 2px solid var(--color-theme-primary);
	background-color: transparent;
}

.form__style1 .form-control.validation__invalid__input {
	border-color: var(--warning);
	color: var(--warning);
}

.form__style1 .validation__invalid__copy {
	color: var(--warning);
	font-size: 0.875em;
}

.form__style1 .validation__invalid__label {
	color: var(--warning);
}

label {
	font-size: 15px;
	margin-bottom: 0.3rem;
}

.form-control {
	font-family: outfit, sans-serif;
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 1em 0.8em;
	line-height: 1.42857;
	background: var(--cw-white);
	color: var(--color-theme-primary);
	background-image: none;
	border: 1px solid var(--color-theme-border);
	border-radius: 0.25em;
	min-height: 50px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color 0.15s ease-in-out 0s,
		-webkit-box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s,
		-webkit-box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s,
		box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s,
		-webkit-box-shadow 0.15s ease-in-out 0s;
}

.form-control.validation__invalid__input {
	border-color: var(--warning);
}

.validation__invalid__copy {
	color: var(--warning);
	font-size: 0.875em;
}

.form-control:focus {
	border: 1px solid var(--color-theme-primary);
	background: var(--cw-white);
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	height: unset !important;
}

.form-control::-moz-placeholder {
	color: var(--color-theme-secondary);
	filter: alpha(opacity=100);
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: var(--color-theme-secondary);
}

.form-control::-webkit-input-placeholder {
	color: var(--color-theme-secondary);
}

.input-group-prepend .btn,
.input-group-append .btn {
	min-height: 100%;
}

.required::after {
	font-family: FontAwesome;
	content: "\f069";
	vertical-align: top;
	font-size: 7px;
	margin-left: 0.5em;
	opacity: 0.4;
	padding-top: 3px;
	display: inline-block;
}

[type="checkbox"]+.label-frms.required::after {
	font-size: inherit;
	margin-left: inherit;
	opacity: 1;
	padding-top: inherit;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: 15px;
}

.form-row .col,
.form-row [class*="col-"] {
	padding-right: 12px;
	padding-left: 12px;
}

.form-select {
	min-height: 50px;
	height: 50px;
	line-height: unset;
	cursor: pointer;
}

.required::after {
	font-family: FontAwesome;
	content: "\f069";
	vertical-align: top;
	font-size: 7px;
	margin-left: 0.5em;
	opacity: 0.4;
	padding-top: 3px;
	display: inline-block;
}

.form-check {
	padding-left: 0;
	margin-bottom: 10px;
}

.form-check-inline {
	margin-right: 1.5rem;
}

.styleChecksRadios [type="checkbox"],
.styleChecksRadios [type="radio"] {
	cursor: pointer;
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.styleChecksRadios [type="checkbox"]+label,
.styleChecksRadios [type="radio"]+label {
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.styleChecksRadios [type="checkbox"]+label::before,
.styleChecksRadios [type="radio"]+label::before {
	background-color: var(--cw-white);
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.styleChecksRadios [type="checkbox"]:active+label::before,
.styleChecksRadios [type="radio"]:active+label::before {
	-webkit-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

.styleChecksRadios [type="checkbox"]+label::before {
	margin-right: 0.7em;
	top: -1px;
}

.styleChecksRadios [type="radio"]+label::before {
	margin-right: 0.5em;
	top: 0;
}

.styleChecksRadios [type="checkbox"]+label::after,
.styleChecksRadios [type="radio"]+label::after {
	font-family: outfit, Arial, sans-serif;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.styleChecksRadios [type="checkbox"]+label::before,
.styleChecksRadios [type="checkbox"]+label::after {
	border-radius: 4px;
}

.styleChecksRadios [type="radio"]+label::before,
.styleChecksRadios [type="radio"]+label::after {
	border-radius: 50%;
}

.styleChecksRadios [type="radio"]+label::after {
	left: 4px;
	width: 14px;
	height: 14px;
	top: 4px;
}

.styleChecksRadios [type="checkbox"]+label::after {
	background-color: transparent;
	left: 5px;
	width: 10px;
	height: 4px;
	top: 4px;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-radius: 0;
	-o-border-image: none;
	-webkit-border-image: none;
	border-image: none;
	-webkit-transform: rotate(-45deg) scale(0);
	-ms-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.styleChecksRadios [type="checkbox"]:checked+label::after {
	content: "";
	-webkit-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.styleChecksRadios [type="radio"]:checked:active+label::before,
.styleChecksRadios [type="radio"]:checked:focus+label::before {
	-webkit-animation: none;
	animation: none;
	-webkit-filter: none;
	filter: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.styleChecksRadios [type="radio"]:checked+label::before {
	-webkit-animation: none;
	animation: none;
}

.styleChecksRadios [type="radio"]:checked+label::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.styleChecksRadios [type="checkbox"][disabled]+label::before,
.styleChecksRadios [type="radio"][disabled]+label::before {
	-webkit-animation: none;
	animation: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(128, 128, 128, 0.5);
}

.styleChecksRadios [type="checkbox"][disabled]:active+label::before,
.styleChecksRadios [type="checkbox"][disabled]:focus+label::before,
.styleChecksRadios [type="checkbox"][disabled]:hover+label::before,
.styleChecksRadios [type="radio"][disabled]:active+label::before,
.styleChecksRadios [type="radio"][disabled]:focus+label::before,
.styleChecksRadios [type="radio"][disabled]:hover+label::before {
	border-color: rgba(128, 128, 128, 0.5);
	-webkit-filter: none;
	filter: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.photos__wrapper {
	max-width: 1000px;
	-webkit-filter: drop-shadow(0 2px 35px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 2px 35px rgba(0, 0, 0, 0.1));
	background-color: #f9f9f9;
	padding: 50px;
}

.photos__wrapper img {
	margin-bottom: 20px;
	width: 100%;
	border-radius: 6px;
}

.photos__wrapper__slim img {
	margin-bottom: 20px;
	width: 100%;
	border-radius: 6px;
}

.modal {
	z-index: 50000;
}

.modal-content {
	color: var(--color-theme-text);
	border-color: var(--color-theme-border);
}

.modal-title {
	color: var(--color-theme-text);
	white-space: normal;
	word-break: break-word;
	font-size: 1.25em;
}

.photo__count {
	font-size: 1rem;
}

.modal-header {
	border-bottom: 1px solid var(--color-theme-border);
	padding: 25px;
}

.modal-header .close {
	color: var(--cw-white);
	opacity: 1;
}

.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
	color: var(--cw-white);
	opacity: 0.7;
}

.modal-header .close-btn {
	float: none;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9;
	font-size: 25px;
	line-height: 40px;
	border-radius: 40px;
	padding: 0;
}

.modal-header .close-btn span {
	margin: 0;
	height: 40px;
	width: 40px;
	display: block;
}

.modal-header .close-btn:hover,
.modal-header .close-btn:focus,
.modal-header .close-btn:active,
.modal-header .close.close-btn:focus,
.modal-header .close.close-btn:hover {
	opacity: 1;
}

.modal-header .close:not(.close-btn) {
	font-size: 1.5em;
	margin-top: -1rem;
	padding: 12px 15px;
}

.close,
.modal-header .close-btn,
.modal-header .close:not(.close-btn),
.product-remove {
	font-family: Arial, sans-serif !important;
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	.modal-title {
		font-size: 1em;
	}
	.photo__count {
		font-size: 0.75rem;
	}
}

#modal-NMVTISdisclaimer .disclaimer-title {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0;
	padding-bottom: 10px;
	display: inline-block;
}

#modal-NMVTISdisclaimer .box {
	font-size: 12px;
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: 15px;
	padding: 10px 20px;
	background-color: #fafafa;
	border: 1px solid var(--color-theme-border);
}

#modal-NMVTISdisclaimer .box h3 {
	font-size: 14px;
	font-weight: 500;
}

#modal-NMVTISdisclaimer .box p {
	font-size: 12px;
}

#modal-NMVTISdisclaimer .btn:disabled,
#modal-NMVTISdisclaimer .btn[disabled] {
	border-color: transparent;
	background-color: var(--color-theme-primary);
	opacity: 0.3;
	cursor: not-allowed;
}

#modal-NMVTISdisclaimer .vhr__lead__form {
	margin-top: 30px;
}

#modal-NMVTISdisclaimer .modal-footer {
	border-top: 1px solid var(--color-theme-border);
	padding: 15px;
}

#modal-NMVTISdisclaimer .modal-footer .checker label {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	#modal-NMVTISdisclaimer .modal-dialog {
		width: auto;
	}
	#modal-NMVTISdisclaimer .modal-header {
		height: initial;
	}
	#modal-NMVTISdisclaimer .modal-body {
		min-height: initial;
	}
	#modal-NMVTISdisclaimer .modal-body .box {
		overflow: visible;
		height: initial;
		max-height: initial;
	}
	#modal-NMVTISdisclaimer .modal-footer {
		border-top: 1px solid var(--color-theme-border);
		padding: 15px;
		height: initial;
		background-color: var(--color-theme-border);
		border-radius: 0 0 6px 6px;
	}
}

.modal__slim {
	text-align: center;
}

.modal__slim .modal-header {
	border-bottom: 0;
	padding: 25px 25px 0;
}

.modal__slim .modal-body {
	padding: 20px 50px 50px;
}

.modal__slim h3 {
	font-size: 24px;
}

.modal__slim p {
	margin-bottom: 0;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 70px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--color-theme-primary);
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes lds-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes lds-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-webkit-keyframes lds-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(24px, 0);
		transform: translate(24px, 0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(24px, 0);
		transform: translate(24px, 0);
	}
}

html {
	position: relative;
	min-height: 100%;
}

body {
	height: 100%;
	width: 1px;
	font-size: 16px;
	min-width: 100%;
	width: 100%;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
	font-family: jost, sans-serif;
}

hr {
	border-top-width: 1px;
	border-style: solid;
}

svg,
svg * {
	shape-rendering: geometricPrecision;
}

.text-primary {
	color: var(--color-theme-text) !important;
}

.text-secondary {
	color: var(--color-theme-text) !important;
}

.cursor {
	cursor: pointer;
}

.disclaimerText {
	font-size: 10px;
}

.ulli-no-bullet {
	list-style-type: none;
}

.truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line__clamp1 {
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line__clamp2 {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.colCount2 {
	-webkit-column-count: 4;
	column-count: 2;
}

.module {
	margin-bottom: 50px;
}

.section__subtitle {
	font-size: 16px;
	font-weight: 700;
}

.section__callout__title {
	font-size: 24px;
	font-weight: 700;
}

.section__callout__copy {
	margin-bottom: 0;
}

.store__hours .hours__status {
	display: inline-block;
	color: var(--cw-white);
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 12px;
}

.store__hours .hours__status.hours__status__open {
	margin-right: 3px;
}

.store__hours .today {
	font-weight: 700;
}

.breadcrumb {
	font-size: 12px;
}

.breadcrumb a {
	color: unset;
}

.social__share .social__icon {
	font-size: 20px;
	margin-right: 15px;
}

.social__share .social__icon:last-of-type {
	margin-right: 0;
}

.social__share .social__icon.fb {
	color: var(--facebook);
}

.social__share .social__icon.twitter {
	color: var(--twitter);
}

.social__share .social__icon.email {
	color: var(--email);
}

.social__share .social__icon.share-link {
	color: var(--email);
}

ul {
	padding-left: 1em;
}

ul>li {
	margin-bottom: 10px;
}

.ulli-no-bullet {
	list-style-type: none;
	padding-left: 0;
}

.star-crash i {
	padding-right: 2px;
	color: --star;
}

.container {
	max-width: 1500px;
}

.tighter-col .row {
	margin-right: -4px;
	margin-left: -4px;
}

.tighter-col [class*="col-"] {
	padding-left: 4px;
	padding-right: 4px;
}

.larger-col .row {
	margin-right: -25px;
	margin-left: -25px;
}

.larger-col [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

a,
a:hover,
a:active,
a:focus,
.btn-link,
.btn-link:hover,
.btn:focus,
.btn:hover {
	text-decoration: none !important;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a:hover {
	cursor: pointer;
}

a {
	color: #333;
}

.a__light {
	color: var(--white);
}

.a__dark {
	color: #333;
}

.btn {
	padding: 12px 15px;
	min-height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.btn:not(.form-control) {
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.bootstrap-select .btn:not(.form-control) {
	white-space: nowrap;
	min-height: 56px;
	border: 1px solid #ddd;
}

html.touch *:hover {
	pointer-events: none !important;
}

.btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn:hover:before,
.btn.active:before,
.btn:active:before {
	right: 0;
}

.btn.disabled:before {
	display: none;
}

.btn.disabled,
.btn.disabled:hover {
	pointer-events: none;
	cursor: default;
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.close,
.close:focus,
.close:hover,
.close:active {
	text-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	background-image: none;
}

.btn-group-sm>.btn,
.btn-sm {
	font-size: 0.875rem;
	line-height: 1.5;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 0.35rem 0.7rem;
	font-size: 0.85rem;
	line-height: 1.5;
}

.btn-group-small>.btn,
.btn-small {
	padding: 0.6em 1em;
	font-size: 0.875rem;
	line-height: 1.7;
}

.btn-group-unset {
	border-color: var(--color-theme-border);
}

.btn-link,
a.btn-link,
.text-link {
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	padding: 0 0 4px;
	display: inline-block;
	min-height: unset;
	font-weight: 400 !important;
	-webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	-o-transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	-webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.btn-link::before,
.text-link::before {
	content: "";
	margin: 0 auto;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 2px;
	border-style: solid;
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	-webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.btn-link:hover::before,
.btn-link:focus::before,
.text-link:hover::before,
.text-link:focus::before {
	opacity: 1;
	left: 0;
	right: 0;
}

.btn-link:focus {
	color: var(--color-theme-primary) highlight;
}

.btn50 {
	min-height: 50px;
}

.badge {
	border: 1px solid;
	font-size: 0.65em;
}

.page-link {
	display: inline-block;
	font-size: 0.9em;
	margin-left: 3px;
	margin-right: 3px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.page-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.page-link:hover::before,
.page-item.active .page-link::before {
	right: 0;
}

.page-link:focus::before {
	right: 0;
}

.page-link,
.page-link:focus,
.page-item.disabled .page-link {
	background-color: transparent;
	border-color: transparent;
}

.page-link:hover {
	background-color: transparent;
}

.inventoryslideshow~.container.mb-4 {
    margin: 0 !important;
}

.page-home .inventoryslideshow {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FB65F432EDAA0143D9A3D128E7FAB403.jpg");
	background-size: cover;
    padding: 2% 0;
}

.page-home .inventoryslideshow .inventoryslideshow-title {
    display: none;
}

.featured__veh__mod1 {
    padding: 2% 0 0;
}

.featured__veh__mod1 p {
    color: var(--color-theme-text);
}

.card__multi__style6 .item__card__details__wrapper .item__card__details .item__title h3,
.card__multi__style6 .item__card__details__wrapper .item__data {
	letter-spacing: -0.5px;
}

.card__multi__style6 .item__card__details__wrapper .item__card__details .item__title h3,
.card__multi__style6 .item__card__details__wrapper .card__addt__info__wrapper .veh__info__wrapper .veh__info__item .info__data {
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.card__multi__style6 .item__card {
	border: 10px solid var(--inventoryslideshow-border) !important;
	border-radius: 0 !important;
}

.card__multi__style6 .item__card__photo img {
	width: 100%;
	border-radius: 0 !important;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
}

.card__multi__style6 .item__card__details__wrapper {
	padding: 20px 20px 0;
}

.shop__gearApparel__section {
	margin-top: -70px;
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding-top: 120px;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FF6C997344D5F1B6D55993AB2DE16F77.jpg");
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax .container {
	position: relative;
	z-index: 2;
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax::after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-linear-gradient(bottom, #ffffff, transparent);
	background: -o-linear-gradient(bottom, #ffffff, transparent);
	background: linear-gradient(to top, #ffffff, transparent);
}

.shop__gearApparel__section .shop__gearApparel__content__wrapper {
	padding: 50px 0;
}

.shop__gearApparel__section .shop__gearApparel__content__img {
	margin-top: 50px;
}

.shop__gearApparel__section .blurb__content {
	text-align: center;
}

.shop__gearApparel__section .feat__gearApparel__title {
	font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
}

.shop__gearApparel__section .feat__gearApparel__price {
	margin-bottom: 20px;
}

.shop__gearApparel__section .shop__popular__links {
	-webkit-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
}

.product-img-containter {
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.productslideshow {
	padding-top: 0;
}

.hp__hero__powersports {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D200E8B81FF4B55BEA45BD1497FD1EDB.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
	margin-top: 65px;
}

.hp__hero__powersports .btn-link {
	color: var(--cw-white);
}

.hp__hero__powersports__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: -o-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: linear-gradient(-290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}

.hp__hero__powersports__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: var(--cw-white);
}

.hp__hero__powersports__content__wrapper {
	margin-left: 56%;
	padding-right: 50px;
}

.shopPowersports__section {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/041F1E4F94F3CAADE44C5D37C405B1A3.jpg");
	background-size: cover;
	min-height: 1100px;
}

.shopPowersports__section .shopPowersports__content {
	background-color: var(--cw-white);
	padding: 50px;
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.shopPowersports__section .shop__popular__links {
	-webkit-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.hp__hero__powersports__overlay {
		background: -webkit-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#050505 30%,
				#1f3745 100%);
		background: -o-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#050505 30%,
				#1f3745 100%);
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#050505 30%,
				#1f3745 100%);
	}
	.hp__hero__powersports__content__wrapper {
		margin-left: 40%;
	}
}

@media (max-width: 767px) {
	.hp__hero__powersports__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #050505),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		top: 0;
		bottom: 0;
		height: 100%;
	}
	.hp__hero__powersports__content__wrapper {
		margin-left: unset;
		padding: 0 50px;
	}
	.shopPowersports__section {
		padding: 50px 0;
	}
}

.repair__service__section {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/152C9AA87AA265C396925C56AE5A1323.jpg");
	background-size: cover;
	min-height: 1200px;
	margin-top: 50px;
}

.repair__service__section .title__badge {
	margin-bottom: 5px;
}

.repair__service__section .title__badge span {
	background-color: var(--color-theme-primary);
	color: var(--cw-white);
	padding: 5px 15px;
	border-radius: 6px;
	border: 2px solid var(--primary-dark-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.repair__service__section .repair__item__wrapper {
	margin-bottom: 40px;
}

.repair__service__section .repair__item__wrapper:last-of-type {
	margin-bottom: 0;
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtL {
	text-align: left;
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtR {
	text-align: right;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
	padding: 10px;
	min-width: 80px;
	min-height: 80px;
	border: 1px solid var(--color-theme-border);
	border-radius: 100%;
	background-color: var(--color-theme-primary);
	outline: 2px dashed var(--color-theme-primary);
	outline-offset: 5px;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__left {
	margin-left: 10px;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__right {
	margin-right: 10px;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
	max-width: 44px;
	max-height: 44px;
}

.repair__service__section .repair__item__wrapper .repair__item__headline {
	font-size: 20px;
	line-height: 1;
}

.repair__service__section .repair__item__wrapper .repair__item__subheadline {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.repair__service__section .shop__popular__links {
	-webkit-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
}

.repair__vehicle {
	max-height: 600px;
}

@media (max-width: 767px) {
	.repair__service__section .repair__item__wrapper .repair__item__headline,
	.repair__service__section .repair__item__wrapper .repair__item__subheadline {
		font-size: 14px;
	}
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
		min-width: 50px;
		min-height: 50px;
	}
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
		max-width: 24px;
		max-height: 24px;
	}
	.repair__service__section {
		min-height: 1000px;
	}
}

@media (max-width: 576px) {
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
		min-width: 24px;
		min-height: 24px;
	}
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
		max-width: 12px;
		max-height: 12px;
	}
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
		padding: 5px;
		outline-offset: 2px;
		outline: 1px dashed var(--color-theme-primary);
	}
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__right {
		margin-right: 0;
	}
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__left {
		margin-left: 0;
	}
	.repair__service__section .repair__item__wrapper .repair__item__headline,
	.repair__service__section .repair__item__wrapper .repair__item__subheadline {
		font-size: 12px;
	}
	.repair__service__section .repair__item__wrapper {
		margin-bottom: 20px;
	}
}

.message__about__section {
	margin-top: 150px;
}

.about__section {
	margin-top: -740px;
	margin-left: auto;
}

.about__section .about__img {
	background: var(--cw-white);
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.page-home .form {
	padding-top: 0;
}

.page-home .form-container .form-wrap {
	background: var(--cw-white);
	padding: 50px;
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	width: 48%;
}

@media (max-width: 767px) {
	.about__section {
		margin-top: 20px;
	}
	.page-home .form-container .form-wrap {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.page-home .form-container .form-wrap {
		padding: 25px;
	}
}

.shopAll__section.shopAll__bg__parallax {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-color: var(--color-theme-primary);
	padding-top: 20px;
	margin-bottom: 30px;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/59725997A011C356C1487868E9FEFEA5.jpg");
	width: 100%;
}

.shopAll__section.shopAll__bg__parallax .container {
	position: relative;
	z-index: 2;
}

.shopAll__section.shopAll__bg__parallax::after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(#ffffff),
			to(transparent));
	background: -webkit-linear-gradient(bottom, #ffffff, transparent);
	background: -o-linear-gradient(bottom, #ffffff, transparent);
	background: linear-gradient(to top, #ffffff, transparent);
}

.shopAll__section .title__badge {
	margin-bottom: 5px;
}

.shopAll__section .title__badge span {
	background-color: var(--color-theme-primary);
	color: var(--cw-white);
	padding: 5px 15px;
	border-radius: 6px;
	border: 2px solid var(--primary-dark-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.shopAll__section .shopAll__content__wrapper {
	padding: 50px 0;
}

.shopAll__section .shopAll__content__img {
	margin-top: 50px;
}

.shopAll__section .shopAll__popular__links {
	margin-bottom: 20px;
}

.hp__contentBlurb__style2 {
	margin-top: 50px;
}

.hp__contentBlurb__style2 .blurb__wrapper {
	padding: 0 30px;
	margin-bottom: 20px;
	margin-right: 0;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__img__wrapper img {
	margin-bottom: 20px;
	width: 100%;
}

.page-home .popular-vehicles-sections {
	position: relative;
	z-index: 100;
	padding: 50px 50px 10px;
	background: var(--color-theme-dark);
}

.page-home .popular-vehicles-section {
	margin-bottom: 0 !important;
	font-size: 1em;
	margin-top: 30px;
}

.page-home .popular-vehicles-section-panel {
	display: none;
	background: var(--color-theme-dark);
}

.page-home .popular-vehicles-section-heading {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: auto;
	height: 20px;
	line-height: 1rem;
	font-size: 1.25rem;
	color: var(--cw-white);
	margin-top: 50px;
}

.page-home .popular-vehicles-section-heading:after {
	margin-left: 0.25rem;
	font-style: normal;
	font-weight: 400;
}

.page-home .popular-vehicles-section:nth-of-type(1) h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-home .popular-vehicles-section:nth-of-type(2) h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 200px;
}

.page-home .popular-vehicles-section:nth-of-type(3) h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 500px;
}

.page-home .popular-vehicles-section-panel a {
	margin: 0.5rem 0;
	color: #fff;
}

.page-home h2.selected {
	color: var(--cw-white);
	border-bottom: 2px solid var(--cw-white);
}

.page-home h2.selected~.popular-vehicles-section-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-home .popular-vehicles-sections .popular-vehicle-link:first-line {
	font-weight: 700 !important;
}

.page-home .popular-vehicles-sections ::-webkit-scrollbar {
	width: 10px;
}

.page-home .popular-vehicles-sections ::-webkit-scrollbar-thumb {
	background-color: #ddd;
	outline: none;
}

@media (max-width: 767px) {
	.page-home .popular-vehicles-section:nth-of-type(2) h2 {
		margin-left: 0;
		margin-top: 90px;
	}

	.page-home .popular-vehicles-section:nth-of-type(3) h2 {
		margin-left: 0;
		margin-top: 130px;
	}

	.page-home h2.selected~.popular-vehicles-section-panel {
		margin-top: 120px;
	}

	.page-home .popular-vehicles-sections {
		padding: 50px 0 10px;
	}
}

#homepage .module {
	margin-bottom: 0;
}

section {
	position: relative;
}

.form__hero {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 60% auto;
	padding: 50px 0;
	position: relative;
	margin-top: 45px;
	margin-bottom: 50px;
}

.form__hero__overlay {
	height: 120%;
	width: 100%;
	top: -30px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: -o-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: linear-gradient(290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}

.form__hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: var(--cw-white);
}

.form__hero__content__wrapper {
	margin-right: 56%;
}

@media (max-width: 991px) {
	.form__hero__overlay {
		background: -webkit-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: -o-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: linear-gradient(290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
	}
	.form__hero__content__wrapper {
		margin-right: 25%;
		padding-right: 50px;
	}
}

@media (max-width: 567px) {
	.form__hero__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #050505),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
	}
	.form__hero {
		padding: 25px 0;
	}
	.form__hero__content__wrapper {
		padding-right: 0;
	}
	.form__hero__content__wrapper {
		margin-right: 0;
	}
}

.page-financing .form,
.page-shopping-request .form,
.page-value-my-trade .form,
.page-work-with-us .form,
.page-contact-us .form {
	padding-top: 0;
}

.form__financing__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D0AE225114BAC278F5DC919BE40B07E4.jpg");
}

.form__shoppingRequest__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/033FEDCC0FC573A3147050C0D948327A.jpg");
}

.form__valueMyTrade__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/50EE659868B8F6F3187DD0EBC02071A8.jpg");
}

.form__workWithUs__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5E1296DA405F5688CE082221ED62A2E1.jpg");
}

.form__contactUs__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/6C0D608071EE4BD094868B8BEEC3321C.jpg");
}

@media (min-width: 1500px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px;
	}
}

/** Adds top margin to all pages to account for fixed header**/
@media (min-width:992px) {
	section[class*="page-"] {
		margin-top: var(--cw-headerHeight);
	}
}

/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 159px;
}

.page-home,
.page-link,
.page-item {
	margin-top: unset !important;
}

.txt-light {
	color: var(--cw-white);
}

.btn-link {
	color: var(--color-theme-primary);
}

.pipe {
	padding: 0 15px;
}

.btn-primary {
	border-color: var(--color-theme-primary) !important;
	background: var(--color-theme-primary) !important;
	color: #fff !important;
}

.btn-primary:hover {
	border-color: var(--color-theme-primary-hover) !important;
	background: var(--color-theme-primary-hover) !important;
	color: var(--color-theme-text-btn) !important;
}

.btn-secondary {
	border-color: var(--color-theme-secondary) !important;
	background: var(--color-theme-secondary) !important;
	color: var(--color-theme-header) !important;
}

.btn-secondary:hover {
	border-color: var(--color-theme-secondary-hover) !important;
	background: var(--color-theme-secondary-hover) !important;
	color: var(--color-theme-text-btn) !important;
}

.btn-secondary:before {
	background: unset;
}

.section__bg__alt {
	background: var(--primary-light-bg);
}

.section__padd50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section__padd100 {
	padding: 100px auto;
}

.brdr__rad10 {
	border-radius: 10px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.store__hours .hours__status.hours__status__open {
	background: var(--color-theme-header);
	color: var(--cw-white);
}

.store__hours .hours__status.hours__status__closed {
	background: var(--warning);
	color: var(--cw-white) !important;
}

.h1__title .page__title1__preHeadline {
	font-size: 0.75em;
	font-weight: 400;
	display: block;
    color: var(--color-theme-text-btn);
    text-transform: uppercase;
}

.h1__title .page__title1 {
	font-size: .8em;
	line-height: 1;
	display: block;
	padding-bottom: 10px;
	font-weight: 700;
    color: var(--color-theme-secondary);
    text-transform: uppercase;
}

@media (min-width: 576px) {
	.h1__title .page__title1 {
		font-size: 1.25em;
	}
}

.h2__title .page__title1__preHeadline {
    font-size: 1em;
    font-weight: 400;
    color: var(--color-theme-primary);
    text-transform: uppercase;
}

.h2__title .page__title1 {
    font-size: 1.5em;
    line-height: 1;
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
    color: var(--color-theme-secondary);
    text-transform: uppercase;
}

.page__title__copy {
	margin-bottom: 50px;
}

.optional__label {
	font-size: 0.75em;
	font-weight: 400;
}

.section__title1 {
	font-size: 1.75em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid var(--color-theme-border);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

.section__subtitle1 {
	font-size: 1.25em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid var(--color-theme-border);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__subtitle1.no-border {
	border: none;
	margin-bottom: 5px;
}

.section__copy {
	margin-bottom: 20px;
}

#homepage .section__title1 {
	font-size: 2.25em;
}

#homepage .section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

@media (max-width: 567px) {
	#homepage .section__title1 {
		font-size: 1.75em;
	}
}

label {
	font-size: 15px;
	margin-bottom: 0.3rem;
}

.help-block {
	background-color: transparent;
	color: var(--warning);
	display: block;
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	font-family: unset;
}

.help-block::before {
	display: none;
}

.form-row {
	margin-bottom: 20px;
}

.form-row:last-of-type {
	margin-bottom: 0;
}

label {
	font-weight: 700;
	margin-bottom: 0;
}

.form-control {
	font-size: 16px;
	padding: 10px 15px;
	line-height: 1.42857;
	border: 0;
	border-bottom: 2px solid var(--color-theme-border);
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0;
	min-height: 50px;
	height: 50px;
	background-color: var(--primary-light-bg);
	border-radius: 4px;
	font-family: var(--sitefont);
}

.form-select {
	min-height: 50px;
	max-height: 50px;
	line-height: unset;
	border: 0;
	border-bottom: 2px solid;
	border-radius: 4px;
	background-size: 50px 12px;
	background-position-x: 100%;
	border-color: var(--color-theme-border);
	cursor: pointer;
}

.form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	border-bottom: 2px solid #ec7125 !important;
	background-color: transparent;
}

.form-control {
	font-size: 16px;
	padding: 10px 15px;
	line-height: 1.42857;
	border: 0;
	border-bottom: 2px solid var(--color-theme-border);
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0;
	min-height: 50px;
	height: 50px;
	background-color: var(--primary-light-bg);
	border-radius: 4px;
	font-family: var(--sitefont);
}

.form-control:focus {
	border-bottom: 2px solid var(--color-theme-primary);
	background-color: var(--primary-light-bg);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control.validation__invalid__input {
	border-color: var(--warning);
	color: var(--warning);
}

.validation__invalid__copy {
	color: var(--warning);
	font-size: 0.875em;
}

.validation__invalid__label {
	color: var(--warning);
}

.form-check {
	padding-left: 0;
	margin-bottom: 10px;
}

.form-check-inline {
	margin-right: 1.5rem;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent;
}

.form .smaller-cont.row {
	margin-bottom: 10px;
}

.disclaimerText {
	font-size: 10px;
}

.form .form-select {
	padding: 0;
}

.form label {
	font-weight: 700 !important;
}

.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%;
}

.hero__main {
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	position: relative;
	z-index: 1000;
}

.hero__hp {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/84689F0AAC35140675251009BCBE69EB.jpg");
	-webkit-clip-path: ellipse(125% 100% at 50% 0%);
	clip-path: ellipse(125% 100% at 50% 0%);
	background-size: cover;
	-webkit-box-shadow: 1px 5px 5px #333;
	box-shadow: 1px 5px 5px #333;
}

.hero__hp .hero__wrapper {
	width: 100%;
	height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--cw-white);
	background: -webkit-linear-gradient(top,
			#050505 0%,
			rgba(13, 30, 38, 0) 100%);
	background: -o-linear-gradient(top, #050505 0%, rgba(13, 30, 38, 0) 100%);
	background: linear-gradient(180deg, #050505 0%, rgba(13, 30, 38, 0) 100%);
}

.hero__hp .hero__content {
	padding: 150px 0 50px;
	position: relative;
	z-index: 2;
}

@media (min-width:992px) {
	.hero__hp .hero__content {
	padding: 250px 0 75px;
}
}

.hero__hp .hero__content .hero__preline {
	display: block;
	margin-bottom: 10px;
	overflow-wrap: break-word !important;
    text-transform: uppercase;
}

.hero__hp .hero__content .hero__headline {
	font-size: 2rem;
	line-height: 0.9;
	font-weight: 700;
	margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .hero__hp .hero__content .hero__headline {
        font-size: 3.5rem;
    }
}

.hero__hp .hero__content .hero__subhead {
	font-size: 2rem;
	font-weight: 700;
}

.hero__hp .hero__content .hero__copy {
	color: var(--cw-white);
	font-size: 1.1em;
}

.hero__hp .hero__content .hero__CTA i {
	font-size: 14px;
	margin-left: 10px;
}

.hero__hp .hero__content label,
.hero__hp .hero__content p {
	color: var(--cw-white);
}

@media (max-width: 991px) {
	.hero__style4 .hero__content .hero__headline {
		font-size: 4rem;
		line-height: 0.9;
	}
	.hero__style4 .hero__content .hero__content__xtra {
		display: none !important;
	}
	.hero__hp .hero__wrapper {
		height: unset;
		padding: 0 0 50px;
	}
	.hero__hp {
		-webkit-clip-path: ellipse(200% 100% at 50% 0%);
		clip-path: ellipse(200% 100% at 50% 0%);
	}
	.hp__search {
		margin-top: 30px;
	}
}

.inventory-search-module {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	z-index: 1000;
}

.inventory-search-module .container {
	position: relative;
}

.inventory-search-module .container .form__wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-align: unset !important;
	-ms-flex-align: unset !important;
	align-items: unset !important;
	max-width: 350px;
	position: absolute;
	z-index: 2500;
	right: 0;
	width: 350px;
	background: var(--color-theme-tertiary);
	-webkit-transform: translateY(-420px);
	-ms-transform: translateY(-420px);
	transform: translateY(-420px);
	border: none;
}

section.inventory-search-module .form-select:focus {
    background: rgba(255, 255, 255, .75);
}

.inventory-search-module .container .form__wrapper .search__input--classification {
	display: none;
}

.inventory-search-module .container .form__wrapper label {
	display: none;
}

.inventory-search-module .container .form__wrapper .search__input-make {
	position: absolute;
	width: 100%;
	right: 350px;
}

.inventory-search-module .container .form__wrapper .search__input--model {
	position: absolute;
	width: 100%;
	right: 350px;
	top: 86px;
}

.inventory-search-module .container .form__wrapper .search__input--min-year {
	width: 47%;
	position: absolute;
	right: 535px;
	top: 152px;
}

.inventory-search-module .container .form__wrapper .search__input--max-year {
	width: 47%;
	position: absolute;
	top: 152px;
	right: 350px;
}

@media (max-width: 1200px) {
	.inventory-search-module .container .form__wrapper {
		-webkit-transform: translateY(-590px);
		-ms-transform: translateY(-590px);
		transform: translateY(-590px);
		width: 450px;
		max-width: 450px;
	}
	.inventory-search-module .container .form__wrapper .search__input-make {
		position: unset;
		width: unset;
		right: unset;
	}
	.inventory-search-module .container .form__wrapper .search__input--model {
		position: unset;
		width: unset;
		right: unset;
		top: unset;
	}
	.inventory-search-module .container .form__wrapper .search__input--min-year {
		width: 47%;
		position: unset;
	}
	.inventory-search-module .container .form__wrapper .search__input--max-year {
		width: 43%;
		position: absolute;
		top: 152px;
		right: 20px;
	}
	/* .hero__hp .hero__content {
		padding: 180px 0;
	} */
	.hero__hp .hero__wrapper {
		height: unset;
	}
}

@media (max-width: 991px) {
	/* .hero__hp .hero__content {
		padding: 50px 0;
	} */
	.inventory-search-module .container .form__wrapper {
		max-width: unset;
		position: unset;
		width: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		padding: 20px 0;
	}
	.inventory-search-module .container .form__wrapper .search__input-make {
		position: unset;
		width: unset;
		right: unset;
	}
	.inventory-search-module .container .form__wrapper .search__input--model {
		position: unset;
		width: unset;
		right: unset;
		top: unset;
	}
	.inventory-search-module .container .form__wrapper .search__input--min-year {
		width: unset;
	}
	.inventory-search-module .container .form__wrapper .search__input--max-year {
		width: unset;
		position: unset;
	}
}

@media (min-width:1200px) {
	    .inventory-search-module .container .form__wrapper {
        -webkit-transform: translateY(-530px);
        -ms-transform: translateY(-530px);
        transform: translateY(-530px);
    }
}

@media (min-width:1400px) {
	    .inventory-search-module .container .form__wrapper {
        -webkit-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
        transform: translateY(-500px);
    }
}

@media (max-width: 576px) {
	.inventory-search-module .container .form__wrapper {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
}

.page-home .form-wrap {
	width: 48%;
}

.page-home .form-wrap textarea {
	height: 4em !important;
}

.inventory-container {
	max-width: 1500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.flex-card-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	margin-top: var(--bs-gutter-y);
}

.carousel-indicators {
	display: none;
}

.inventory-card-view .p-veh-card .card-top-img {
	height: unset !important;
	aspect-ratio: 1.33333333;
	overflow: hidden;
	position: relative;
}

.inventory-card-view .p-veh-card .card-top-img img {
	min-height: unset !important;
	border-radius: 10px 10px 0 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.inventory-container .col-xl-10 {
	width: 100%;
}

.inventory-cta .btn:hover {
	color: #fff !important;
	background-color: #577b84 !important;
}

#InventoryLeadFormModal h5,
#InventoryLeadFormModal .formDisclaimer__content-wrapper {
	color: #fff !important;
}

.page-cars-for-sale .vehicleResults {
	background: 0 0;
}

.page-cars-for-sale .inventory-seo-content {
	padding: unset !important;
	margin-top: 50px;
}

.page-cars-for-sale .popular-vehicles-sections {
	background-color: transparent;
}

.page-cars-for-sale .inventory-resultsSort {
	margin-bottom: 10px !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-cars-for-sale .inventory-resultsSort .form-inline {
	margin-left: auto !important;
}

.page-cars-for-sale .inventory-resultsSort .form-inline .inventory-sortSelect {
	min-height: 50px;
}

.page-cars-for-sale .vehicleResults {
	padding: unset;
}

.page-cars-for-sale #vehicleCardsList .row {
	margin: unset;
}

.srp-sidebar .card-title {
	margin-bottom: 0;
}

.srp-sidebar .form-control-sm {
	min-height: unset;
	max-height: unset;
}

.inventory .srp-sidebar {
	left: 10px !important;
}

.inventory .srp-sidebar .card-header .card-title {
	color: var(--cw-white) !important;
}

.inventory .btn-link.btn-clear-filter {
	color: var(--cw-white);
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
	font-weight: 700 !important;
	font-size: 1.25em !important;
}

.filter-item-title .card-title {
	color: var(--primary-dark-txt);
}

.filter-subsection-title {
	color: var(--primary-dark-text);
}

.k-input-solid {
	background-color: var(--primary-light-bg) !important;
	border-bottom: 2px solid var(--color-theme-border) !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
	padding: 10px 0 !important;
	border-radius: 6px;
	background-color: var(--primary-light-bg) !important;
}

/* .contact-widget {
	display: none;
} */

.btn-outline-default {
	border-color: #dedede;
	color: #333;
}

.btn-outline-default:hover,
.btn-outline-default:hover:focus,
.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
	background-color: #dedede;
	color: #333;
	border-color: #dedede;
}

.inventory-seo-content {
	margin-top: 20px;
	padding: 0 !important;
}

.inventory .srp-sidebar .card-header::before {
	content: none !important;
}

.popular-vehicle-link:first-line {
	font-weight: 700;
}

.inventory .card-header {
	background: var(--color-theme-secondary) !important;
}

.inventory .btn-link.btn-clear-filter {
	color: var(--cw-white) !important;
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
	font-weight: 400 !important;
}

.inventory-resultsSort {
	margin-bottom: 20px !important;
}

.page-inventory-details {
	margin-top: 110px;
}

.vdp__photoGrid.photo__grid2 .photo__item {
	border-radius: 10px;
}

.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: #fff !important;
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff !important;
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-text) !important;
	color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: var(--color-theme-secondary-hover) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-primary-hover) !important;
}

.vdp-module-canvas-razor-wrapper .btn {
	padding: 10px 15px;
}

.vdp__message__mod {
	margin-top: unset !important;
}

.loan__calc__content .form-control {
	border-bottom: 2px solid var(--color-theme-border) !important;
	background: var(--primary-light-bg) !important;
}

.vdp__message__mod.module .vdp__message__wrapper {
	border: 10px solid var(--color-theme-border) !important;
	border-radius: 0 !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
}

.wide-container .photo__grid3 .large__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
	border-radius: 0 !important;
	border: 10px solid var(--color-theme-border) !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.wide-container .photo__grid3 .small__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
	border-radius: 0 !important;
	border: 10px solid var(--color-theme-border) !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.photo__grid3 .photo__item[PhotoGalleryWidgetCssScope] {
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
}

.photos__wrapper img {
	border-radius: 0 !important;
	border: 10px solid var(--color-theme-border) !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.vdp__title__mod {
	max-width: 1500px;
	margin: 25px auto !important;
	padding: 0 10px;
}

.vdp__title__mod .section__title {
	padding: 20px !important;
	-webkit-filter: none !important;
	filter: none !important;
	background: #fff !important;
	border-bottom: 0 !important;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
	font-family: var(--primary-font-family), sans-serif;
	color: var(--cw-white) !important;
	background: var(--color-theme-primary);
	padding: 5px 15px;
	margin-bottom: 5px;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background: rgba(103, 147, 159, 0.1) !important;
}

.section__title,
.section__subtitle,
.section__callout__title {
	color: var(--color-theme-text) !important;
}

.page-inventory-details .section__title,
.page-inventory-details .section__title1 {
	font-size: 24px;
	border-bottom: 0;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-weight: 700;
	background: var(--color-theme-primary);
	color: var(--cw-white) !important;
}

/* .full-container {
	-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));
	background: var(--cw-white);
	margin: 0 -20px 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
	z-index: 10000;
} */

.vdp__message__mod {
	background: #fff !important;
	padding: 25px !important;
	border: 10px solid var(--color-theme-border) !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(#ffffff),
			to(rgba(103, 147, 159, 0.5))) !important;
	background: -webkit-linear-gradient(bottom,
			#ffffff 0%,
			rgba(103, 147, 159, 0.5) 100%) !important;
	background: -o-linear-gradient(bottom,
			#ffffff 0%,
			rgba(103, 147, 159, 0.5) 100%) !important;
	background: linear-gradient(0deg,
			#ffffff 0%,
			rgba(103, 147, 159, 0.5) 100%) !important;
}

.vdp__message__mod .section__title {
	background: unset !important;
	padding: unset !important;
	color: var(--color-theme-text) !important;
}

.vdp__message__mod.module .vdp__message__wrapper {
	background: unset !important;
	padding: unset !important;
	border: unset !important;
	-webkit-filter: unset !important;
	filter: unset !important;
}

.form-forms-text {
	font-size: 1.75em;
}

p.form-forms-text {
	font-size: 1em;
}

.ourStory__section {
	margin: 100px auto;
}

.ourStory__section .signature {
	max-width: 120px;
}

.section__bg__alt {
	background: var(--primary-light-bg);
}

.pageSection__title h1 {
	margin-bottom: 0;
}

.employees {
	background-color: var(--cw-white);
	padding-top: 20px;
}

.employee__title {
	padding: 50px 0 0;
	text-align: center;
	background-color: var(--cw-white);
}

.employee__title h1 {
	margin-bottom: 0;
}

.employees .card.employees-circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	background-color: var(--cw-white);
	margin-bottom: 0;
}

.employees-img-square {
	border-radius: 10px;
}

.employees.employees-circles .employees-img-circle {
	border-radius: 10px;
	border-width: 2px;
}

.employees-img-circlephoto {
	border-radius: 10px;
}

.employees.employees-circles .employees-img-circle {
	border-top-color: var(--employees-border);
}

.employees .card.employees-circle .employees-contact {
	padding: 0 1.2em 1.2em;
}

.page-all-about-autostyle .form-control {
	background-color: var(--cw-white);
}

.testimonial__section {
	padding: 100px 0 0;
}

.testimonial__item {
	background: var(--cw-white);
	padding: 50px;
	background: var(--cw-white);
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.testimonial__item .testimonial__name {
	font-size: 1.25em;
	font-weight: 700;
}

.testimonial__item .testimonial__date {
	font-size: 1em;
}

.testimonial__item .testimonial__copy p {
	font-size: 1.25em;
}

.testimonial__item .testimonial__copy p:last-of-type {
	margin-bottom: 0;
}

.testimonial__item .star__rating {
	margin-bottom: 15px;
}

.testimonial__item i {
	padding-right: 2px;
	color: var(--star);
}

.testimonial__title {
	padding-bottom: 20px;
}

.testimonial__title h1 {
	margin-bottom: 0;
}

.testimonial__title__form {
	padding: 50px 0 0;
	text-align: center;
	background-color: var(--primary-light-bg);
}

.testimonial__title__form h2 {
	margin-bottom: 0;
}

.hp__callout__style1 {
	color: var(--cw-white);
	text-align: center;
	background: var(--color-theme-dark);
	padding: 50px 0;
}

.hp__callout__style1 .callout__title {
	font-size: 2em;
}

.light__callout .hp__callout__style1 {
	background-color: #fafafa;
	border: 1px solid var(--color-theme-border);
	color: unset;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
}

.light__callout .hp__callout__style1 .callout__title {
	font-size: 2em;
}

.page-shopping-request .form-wrap textarea {
	height: 4em !important;
}

.page-shopping-request .form-grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.page-value-my-trade .form-grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.page-value-my-trade .form-wrap textarea {
	height: 4em !important;
}

.page-work-with-us textarea {
	height: 4em !important;
}

.page-contact-us .col__xtra {
	border-left: 1px solid var(--color-theme-border);
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.page-contact-us .col__xtra .section__subtitle1 {
	font-size: 1.5em;
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	margin-top: 50px;
}

.page-contact-us .form {
	height: 50%;
	padding-bottom: 0;
}

.page-contact-us .form-wrap {
	width: 66.66%;
	padding-right: 50px;
}

.page-contact-us .form-wrap textarea {
	height: 4em !important;
}

.page-contact-us .multiplechoice-answers-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-contact-us .multiplechoice-answers-container .form-forms-multiplechoice-answer {
	margin-right: 20px;
}

.page-contact-us .g-recaptcha {
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.page-contact-us .form {
		height: unset;
	}
	.page-contact-us .form-wrap {
		width: 100%;
		padding-right: 0;
	}
	.page-contact-us .col__xtra {
		background-color: var(--cw-white);
		border-left: 0;
		padding-bottom: 50px;
		position: relative;
		top: 0;
		padding: 20px;
		width: 100%;
		max-width: unset;
	}
	.page-contact-us .col__xtra .section__subtitle1 {
		font-size: 1.5em;
		border-bottom: 0;
		margin-bottom: 10px;
		padding-bottom: 0;
		margin-top: 50px;
	}
	section {
		padding: 0;
	}
}

.business__info a {
	color: var(--primary-dark-txt);
}

.business__hours__wrapper .business__hours__item {
	padding: 15px 0;
	border-bottom: 1px solid var(--color-theme-border);
}

.business__hours__wrapper .business__hours__item:nth-child(even) {
	background-color: var(--primary-light-bg);
	border-radius: 4px;
}

.business__hours__wrapper .business__hours__item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.business__hours__wrapper .business__hours__item .hours__value {
	font-weight: 700;
}

.business__name {
	font-size: 1.25em;
}

.icon__wrapper {
	padding: 5px;
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-theme-border);
	background-color: var(--primary-dark-bg);
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.icon__wrapper i {
	color: var(--cw-white);
}

.business__img__wrapper {
	aspect-ratio: 1.77777778;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	margin-bottom: 10px;
}

.business__img__wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.business__contact__info {
	margin-bottom: 10px;
}

.header .navbar,
.header .navbar.bg-primary {
	background: #171717 !important;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
}

.page-home .header .navbar {
	background: 0 0 !important;
}

@media (max-width: 991px) {
	.page-home .header .navbar {
		background: #1f3745 !important;
	}
	.header .navbar,
	.header .navbar.bg-primary {
		-webkit-filter: none;
		filter: none;
	}
}

/* Affixing header. Might need adjustment if the code for .affix starts working */
@media (min-width: 992px) {
    .header .header-container {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
    }
}

nav.navbar.navbar-expand-lg.header-scroll {
	background: #1f3745 !important;
	-webkit-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	opacity: 0.95;
}

.header-container .header__top,
.header-container nav {
	background: #050505;
	color: var(--cw-white);
}

.header-container .header__top a,
.header-container nav a {
	color: var(--cw-white);
}

.header-logo {
	display: none;
}

.header-info {
	display: none;
}

.header .navbar-brand {
	padding: 3px 0 0;
	min-height: auto;
	font-size: 0;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/DBCB451864C52FDCF3FB58A890809231.png");
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	width: 226px !important;
	height: 116px !important;
	display: block;
}

.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .navbar .dropdown-menu .dropdown-item {
	color: var(--color-theme-text);
}

.header .navbar :focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.header .cart-count {
	color: var(--cw-white);
}

.badge {
	color: var(--color-theme-text);
}

@media (min-width: 992px) {
	.header .navbar-brand {
		min-height: auto;
		margin-left: 0;
		display: inline-block !important;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 180px;
	}
	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}
	.navbar .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}
	.header .navbar {
		padding-top: 5px;
	}
}

@media (min-width: 1200px) {
	.header li.nav-item:last-of-type {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.navbar .container {
		text-align: center;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.header .navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

.header__top {
	color: var(--cw-white);
	padding: 10px 0 0;
	font-size: 14px;
}

.header__top .row {
	padding-bottom: 10px;
}

@media (max-width: 991px) {
	.header .navbar {
		background: var(--primary-darker-bg) !important;
	}
	.header-container .header__top,
	.header-container nav {
		position: relative;
	}
	.header .navbar {
		margin-top: 0;
	}
}

.header .navbar .dropdown-menu:last-of-type {
	min-width: 250px;
	max-width: 250px;
	width: auto;
	padding: 1em;
	background: var(--color-theme-background);
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
	max-height: 80vh;
	overflow-y: auto;
}

.header .navbar .dropdown-menu:last-of-type .dropdown-item {
	color: var(--color-theme-text);
	font-weight: 400;
}

.header .navbar .dropdown-menu:last-of-type.submenu {
	position: inherit !important;
	filter: unset;
	background: var(--color-theme-border);
	padding: 0 1em;
	width: calc(250px - 2em);
	min-width: calc(250px - 2em);
	max-width: calc(250px - 2em);
}

.submenu:hover {
	display: block;
	transition: margin-right 4s ease-in-out 1s;
}

.dropdown-menu li {
	position: static;
}

.header .navbar .dropdown-menu:last-of-type.submenu li {
	margin-bottom: 0;
}

.header .navbar .dropdown-menu:last-of-type.submenu li a {
	padding: 15px 0;
}

.header .navbar .dropdown-menu:last-of-type.submenu .dropdown-item::before {
	border: none;
}

@media (max-width: 991px) {
	.header .navbar .dropdown-menu:last-of-type {
		min-width: unset;
		max-width: unset;
		max-height: unset;
		overflow-y: visible;
	}
}

footer.footer>.container {
	display: none;
}

.ulli-no-bullet {
	list-style-type: none;
	padding-left: 0;
}

.page-checkout .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.page-checkout .form-row>.col,
.page-checkout .form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.page-checkout .checkout-content .form-group {
	margin-bottom: 20px;
}

.eCommerce .form-control:focus {
	border-color: var(--color-theme-primary);
}

.gallery .card-deck.d-flex .card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 23%;
}

.page-home .gallery {
	padding-bottom: 0;
	margin-top: -250px;
	background: 0 0;
}

.page-home .gallery .gallery-img-photo {
	border: 10px solid var(--color-theme-border);
}

.page-home .gallery .gallery-img-wrap {
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

@media (max-width: 992px) {
	.page-home .gallery {
		margin-top: unset;
	}
	.gallery .card-deck.d-flex .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: unset;
	}
}

.page-home .product-img-block img,
.page-products .product-img-block img {
	max-height: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-products-alt3 .product-img-block {
	background: #f2f2f2 !important;
}

.page-products-alt3 .product-img-block img {
	max-height: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.page-products-alt .product-img-containter {
	border: 2px solid var(--color-theme-border);
	border-radius: 10px;
	-webkit-filter: none !important;
	filter: none !important;
}

.page-products-alt .product-img-block {
	background: #f2f2f2 !important;
}

.page-products-alt2 .product-img-containter {
	border: 2px solid #e4e4e4;
	border-radius: 10px;
	-webkit-filter: none !important;
	filter: none !important;
}

.page-products-alt2 .product-img-block img {
	max-height: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.inventory .card {
	color: var(--inventory-text);
	background: var(--inventory-cardbackground);
	border-color: var(--inventory-border);
	border: 10px solid var(--inventoryslideshow-border) !important;
	border-radius: 0 !important;
	-webkit-box-shadow: -1px 6px 3px rgba(0, 0, 0, 0.2) !important;
	box-shadow: -1px 6px 3px rgba(0, 0, 0, 0.2) !important;
}

.productdetails-owlslider-main.owl-carousel .owl-item img {
	width: 100%;
}

.productdetails .productdetails-owlslider-item .product-img-section img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.productdetails-owlslider-container {
	position: relative;
	overflow: hidden;
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.page-service-repair .form {
	padding-top: 0;
}

.page-service-repair .form .form-forms-header {
	display: none;
}

.page-service-repair .form .form-forms-spacer[size="small"] .spacer {
	display: none;
}

.page-service-repair .employees .card.employees-square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.333333%;
	flex: 0 0 22.333333%;
	max-width: 22.333333%;
}

.service__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/B6A4CC3EE463CE557AEB5C299991A08D.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
	margin-top: 65px;
}

.service__hero__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: -o-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: linear-gradient(290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}

.service__hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: var(--cw-white);
}

.service__hero__content__wrapper {
	margin-right: 56%;
}

@media (max-width: 991px) {
	.service__hero__overlay {
		background: -webkit-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: -o-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: linear-gradient(290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
	}
	.service__hero__content__wrapper {
		margin-right: 25%;
		padding-right: 50px;
	}
}

@media (max-width: 567px) {
	.service__hero__overlay {
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
	}
	.service__hero {
		padding: 25px 0;
	}
	.service__hero__content__wrapper {
		padding-right: 0;
		margin-right: 0;
	}
}

.service__services {
	padding: 100px 0;
}

.service__services .repair__item__wrapper {
	margin-bottom: 40px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service__services .repair__item__wrapper:last-of-type {
	margin-bottom: 0;
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper {
	padding: 10px;
	min-width: 80px;
	min-height: 80px;
	max-width: 80px;
	max-height: 80px;
	border: 1px solid var(--color-theme-border);
	border-radius: 100%;
	background-color: var(--color-theme-primary);
	outline: 2px dashed var(--color-theme-primary);
	outline-offset: 5px;
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper img {
	max-width: 44px;
	max-height: 44px;
}

.service__services .repair__item__wrapper .repair__item__headline {
	font-size: 20px;
	line-height: 1;
	margin-top: 20px;
}

.service__services .repair__item__wrapper .repair__item__subheadline {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.service__services .repair__item__wrapper .repair__desc {
	margin-top: 10px;
}

.service__roadside {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/0BC5FAE47DB1A548340B3F140CB2EB10.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
}

.service__roadside__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: -o-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: linear-gradient(-290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}

.service__roadside__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: var(--cw-white);
}

.service__roadside__content__wrapper {
	margin-left: 56%;
}

@media (max-width: 991px) {
	.service__roadside__overlay {
		background: -webkit-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: -o-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
	}
	.service__roadside__content__wrapper {
		margin-left: 25%;
		padding-left: 50px;
	}
}

@media (max-width: 567px) {
	.service__roadside__overlay {
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
	}
	.service__roadside {
		padding: 25px 0;
	}
	.service__roadside__content__wrapper {
		padding-left: 0;
		margin-left: 0;
	}
}

.service__callout {
	color: var(--cw-white);
	text-align: center;
	background: var(--color-theme-dark);
	padding: 50px 0;
	max-width: 1500px;
	margin: auto;
}

.service__callout .callout__title {
	font-size: 2em;
}

.service__callout::before {
	content: "";
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/C65EF21888455239E527F4A3D77BFB2D.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 50% auto;
	opacity: 0.25;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.service__callout__wrapper {
	padding: 0 50px;
	position: relative;
	z-index: 1000;
}

.service__callout__wrapper .service__callout__item {
	padding: 0 25px;
}

.service__callout__wrapper .service__callout__item .service__callout__data {
	font-size: 4em;
	line-height: 1;
	font-weight: 700;
}

.page-about-autoventure .form {
	padding: 0;
}

.page-about-autoventure .form .form-forms-header {
	display: none;
}

.page-about-autoventure .form .form-forms-spacer[size="small"] .spacer {
	display: none;
}

.page-about-autoventure .employees .card.employees-square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.333333%;
	flex: 0 0 22.333333%;
	max-width: 22.333333%;
}

.aboutUs__hero {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/6C0D608071EE4BD094868B8BEEC3321C.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
	margin-top: 65px;
}

.aboutUs__hero__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: -o-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: linear-gradient(290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}

.aboutUs__hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: var(--cw-white);
}

.aboutUs__hero__content__wrapper {
	margin-right: 56%;
}

@media (max-width: 991px) {
	.aboutUs__hero__overlay {
		background: -webkit-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: -o-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: linear-gradient(290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
	}
	.aboutUs__hero__content__wrapper {
		margin-right: 25%;
		padding-right: 50px;
	}
}

@media (max-width: 567px) {
	.aboutUs__hero__overlay {
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
	}
	.aboutUs__hero {
		padding: 25px 0;
	}
	.aboutUs__hero__content__wrapper {
		padding-right: 0;
		margin-right: 0;
	}
}

.aboutUs__hero__testimonial {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/76D2171BCFBD9AF5F44108A08DD95A50.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
}

.aboutUs__hero__testimonial__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: -o-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	background: linear-gradient(-290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#050505 50%,
			#1f3745 100%);
	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}

.aboutUs__hero__testimonial__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: var(--cw-white);
}

.aboutUs__hero__testimonial .h2__title .page__title1__preHeadline {
    color: var(--color-theme-text-btn);
}

.aboutUs__hero__testimonial__content__wrapper {
	margin-left: 56%;
}

@media (max-width: 991px) {
	.aboutUs__hero__testimonial__overlay {
		background: -webkit-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: -o-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#050505 20%,
				#1f3745 100%);
	}
	.aboutUs__hero__testimonial__content__wrapper {
		margin-left: 25%;
		padding-left: 50px;
	}
}

@media (max-width: 567px) {
	.aboutUs__hero__testimonial__overlay {
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#050505 0%,
				#1f3745 100%);
	}
	.aboutUs__hero__testimonial {
		padding: 25px 0;
	}
	.aboutUs__hero__testimonial__content__wrapper {
		padding-left: 0;
		margin-left: 0;
	}
}

.aboutUs__callout {
	color: var(--cw-white);
	text-align: center;
	background: var(--color-theme-dark);
	padding: 50px 0;
	max-width: 1500px;
	margin: auto;
}

.aboutUs__callout .callout__title {
	font-size: 2em;
}

.aboutUs__callout::before {
	content: "";
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/C65EF21888455239E527F4A3D77BFB2D.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 50% auto;
	opacity: 0.25;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.faq__section {
	margin: 0 0 100px;
}

.faq__section .section__img__wrapper {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/3109FDD78B9407F2231A9AC70EA69A3F.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq__section .section__img__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.faq__section .section__title__content {
	padding: 50px;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--cw-white);
}

.faq__section .section__title__content .section__title__wrapper {
	width: 30%;
}

.faq__section .section__title__content .section__title1 {
	border-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	color: var(--cw-white);
}

.faq__section .section__title__content .section__copy {
	margin-bottom: 0;
	color: var(--cw-white);
}

.accordion-flush .accordion-item {
	border: none;
	margin-bottom: 10px;
}

.accordion-flush .accordion-button:not(.collapsed) {
	background-color: var(--primary-light-bg);
	border: 1px solid var(--color-theme-border);
	color: var(--color-theme-text);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
}

.accordion-flush .accordion-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--primary-light-bg);
	border: 1px solid var(--color-theme-border);
	overflow-anchor: none;
	-webkit-transition: var(--bs-accordion-transition);
	-o-transition: var(--bs-accordion-transition);
	transition: var(--bs-accordion-transition);
	padding: 20px;
	border-radius: 10px !important;
}

.accordion-flush .accordion-button::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
	background-image: none;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion-flush .accordion-button:focus {
	border-color: var(--color-theme-border);
}

.loan-app-module .form-select {
	padding: 0 0.8em !important;
}

.tcpp {
	padding-top: 6.4em;
	padding-bottom: 5em;
	font-weight: 400;
}