@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap";

:root {
	--sitefont: "Outfit", sans-serif;
	--inventoryslideshow-arrows: #dfcef5 !important;
}

:root {
	--headerfont: "Anton", sans-serif;
	--bodyfont: "Nunito Sans", sans-serif;
	--warning: #c72931;
}

.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)
}

@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**/
section[class*=page-]:not(.page-inventory-details) {
	margin-top: var(--cw-headerHeight)
}


/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 76px;
}

@media (min-width: 992px) {
	:root {
		--cw-headerHeight: 121px;
	}
}

.btn-primary {
	color: var(--color-theme-secondary);
}

.btn-link {
	color: var(--color-theme-primary)
}

.pipe {
	padding: 0 15px
}

.btn-secondary {
	/* border-color: var(--color-theme-secondary) ; */
	/* background: var(--color-theme-secondary) ; */
	/* color: var(--color-theme-text-btn) */
}

.btn-secondary:hover {
	border-color: #272727;
	background: #272727;
	color: var(--color-theme-text-btn)
}

.btn-secondary:before {
	background: unset
}


.inventory-container {
	max-width: 1500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.flex-card-item {
	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)
}


body .inventory .carousel-indicators {
	/* display: none; */
	bottom: 0px;
	margin-bottom: 0px;
}

.p-veh-card .card-top-img a {
	display: block;
}


.inventory-container .col-xl-10 {
	width: 100%
}

.page-inventory [data-role=pager] {
	align-items: center !important
}

.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: .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__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
}

.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;
	font-size: 15px;
	margin-bottom: .3rem
}

.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-select:focus {
	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: rgba(180, 180, 180, 0.1);
	border-radius: 4px
}

.form-control:focus {
	border-bottom: 2px solid #ec7125;
	background-color: rgba(180, 180, 180, 0.1);
	box-shadow: none !important
}

.form-control.validation__invalid__input {
	border-color: var(--warning);
	color: var(--warning)
}

.validation__invalid__copy {
	color: var(--warning);
	font-size: .875em
}

.validation__invalid__label {
	color: var(--warning)
}


.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent
}

.section__bg__alt {
	background-color: rgba(180, 180, 180, 0.1)
}

.section__padd50 {
	padding: 50px 0
}

.section__padd100 {
	padding: 100px 0
}

.brdr__rad10 {
	border-radius: 10px
}

.hero__style3 .hero__wrapper {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EE2BAECC04F513FCCF8E8EEA9875A487.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff
}

.hero__style3 .hero__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	overflow: hidden;
	z-index: 1
}

.hero__style3 .hero__content {
	position: relative;
	z-index: 2;
	padding-top: 40px;
	padding-bottom: 180px
}

.hero__style3 .hero__content .hero__preline {
	font-size: 1.25em
}

.hero__style3 .hero__content .hero__headline {
	font-size: 4rem;
	line-height: .9
}

.hero__style3 .hero__content .hero__headline.wgt-bld {
	font-weight: 700
}

.hero__style3 .hero__content .hero__headline.wgt-blk {
	font-weight: 900
}

.hero__style3 .hero__content .hero__subhead {
	font-size: 2.5em;
	font-weight: 700
}

.hero__style3 .hero__content .hero__CTA i {
	font-size: 14px;
	margin-left: 10px
}

.hero__style3 .cta__options__wrapper {
	position: relative;
	z-index: 2;
	/* transform: translateY(-115px) */
	margin-top: -115px;
	margin-bottom: 80px;
}

.hero__style3 .cta__options__wrapper .photo__item {
	background-color: #fff;
	border: 1px solid var(--color-theme-border);
	width: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15))
}

.hero__style3 .cta__options__wrapper .photo__item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 1.77777778;
	border-radius: 10px
}

.hero__style3 .cta__options__wrapper .photo__item .photo__item__cta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin-left: auto;
	margin-right: auto;
	min-width: 150px;
	max-width: 180px
}

.hero__style3 .cta__options__wrapper .photo__item .photo__item__cta span {
	font-size: .65em;
	display: block;
	margin-top: 5px;
	line-height: .8
}

@media(max-width:991px) {
	.hero__style3 .hero__content .hero__headline {
		font-size: 4rem;
		line-height: .9
	}

	.hero__style3 .hero__content .hero__subhead {
		font-size: 1.5rem;
		line-height: 2
	}
}

@media(max-width:767px) {
	.hero__style3 .hero__content .hero__headline {
		font-size: 2rem;
		line-height: 1
	}

	.hero__style3 .hero__content .hero__subhead {
		line-height: 1
	}
}

.cw-image-w-icons {
	padding: 2rem 0
}

.cw-image-w-icons h2 {
	font-size: 2.25rem;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: 700
}

.cw-image-w-icons h4 {
	font-size: 1.2rem;
	font-weight: 700
}

.cw-image-w-icons p {
	margin-bottom: 20px
}

.cw-image-w-icons .cw-blurb {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem
}

.cw-image-w-icons .cw-blurb p {
	margin-bottom: 0
}

.cw-image-w-icons .cw-blurb-icon {
	padding: 10px;
	min-width: 70px;
	min-height: 70px;
	border: 1px solid var(--color-theme-border);
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center
}

.cw-image-w-icons .cw-blurb-icon i {
	font-size: 2rem
}

.cw-image-w-icons .cw-blurb-text {
	padding: .5rem 0
}

@media(min-width:992px) {
	.cw-image-w-icons {
		padding-bottom: 0
	}
}

.page-home .form-wrap {
	width: 50%
}

.page-home .form-wrap textarea {
	height: 4em !important
}

.hp__callout__style1 {
	color: #fff;
	text-align: center;
	background-color: #262728;
	padding: 50px 0
}

.hp__callout__style1 .callout__title {
	font-size: 2em
}

.light__callout .hp__callout__style1 {
	background-color: rgba(180, 180, 180, 0.1);
	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
}

.hp__contentBlurb__style2 .blurb__wrapper {
	border: 1px solid var(--color-theme-border);
	padding: 50px;
	margin-bottom: 20px;
	background-color: #fff
}

.hp__contentBlurb__style2 .blurb__wrapper:last-of-type {
	margin-bottom: 0
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__pre__title {
	font-size: 1em;
	margin-bottom: 5px
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__title {
	font-size: 1.5em;
	font-weight: 700
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__img__wrapper img {
	padding: 20px 0
}

@media(max-width:576px) {
	.hp__contentBlurb__style2 .blurb__wrapper {
		padding: 25px
	}
}

.hp__searchInventory__style4 .section__img__wrapper {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/1962A241782AF901EBC07773C835E6AE.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative
}

.hp__searchInventory__style4 .section__img__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	overflow: hidden;
	z-index: 1
}

.hp__searchInventory__style4 .section__title__content {
	padding: 30px;
	margin-top: 100px;
	position: relative;
	z-index: 2;
	color: #fff
}

.hp__searchInventory__style4 .section__title__content .section__title1 {
	color: #fff;
	border-bottom: 0;
	margin-bottom: 0;
	line-height: 1
}

.hp__searchInventory__style4 .section__title__content .section__copy {
	margin-bottom: 0
}

.form-forms-text {
	font-size: 1.75em
}

p.form-forms-text {
	font-size: 1em
}

.vdp__loanCalc__mod .loan__calc__content .btngrp__sublabel {
	display: block;
	font-size: .75em
}

.vdp__loanCalc__mod .loan__calc__content .calc__list__item {
	padding: 15px 0;
	border-bottom: 2px dotted var(--color-theme-border)
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper {
	background-color: #fafafa;
	border: 1px solid var(--color-theme-border);
	padding: 20px
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .monthly__payment__price {
	font-size: 1.5em;
	font-weight: 700
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .monthly__payment__price sup {
	font-size: .5em
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .col:first-of-type {
	border-right: 1px solid var(--color-theme-border)
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .label {
	font-size: .75em
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .value {
	font-size: 1.5em;
	font-weight: 700
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .value sup {
	font-size: .5em
}

.form .smaller-cont.row {
	margin-bottom: 10px
}

.disclaimerText {
	font-size: 10px
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}

.form .form-select {
	padding: 0
}

.form-grid-row .form-forms-text {
	font-weight: 700;
	font-family: oswald
}

.form label {
	font-weight: 700 !important
}

.card__multi__style4 .card__addt__info__wrapper {
	margin: 0 20px 20px
}

.card__multi__style4 .card__addt__info__wrapper .veh__info__wrapper {
	font-size: 14px
}

.card__multi__style4 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item {
	padding: 10px 0;
	border-bottom: 1px solid var(--color-theme-border)
}

.card__multi__style4 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item:last-of-type {
	border-bottom: none;
	padding-bottom: 0
}

.card__multi__style4 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item:nth-child(2n) {
	background-color: unset
}

.card__multi__style4 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item .info__data {
	font-weight: 700
}

.card__multi__style4 .item__card {
	flex: 1;
	border: 1px solid var(--color-theme-border);
	display: flex;
	flex-direction: column;
	background-color: #fff
}

.card__multi__style4 .item__card__photo {
	aspect-ratio: 1.33333333;
	overflow: hidden;
	position: relative
}

.card__multi__style4 .item__card__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.card__multi__style4 .item__card__details__wrapper {
	margin: 20px
}

.card__multi__style4 .item__card__details__wrapper a {
	color: unset
}

.card__multi__style4 .item__card__details__wrapper .item__title h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0
}

.card__multi__style4 .item__flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.card__multi__style4 .item__flex .item__data {
	flex: 1;
	width: 75%
}

.card__multi__style4 .item__flex .item__data .item__data__price {
	font-size: 1.5em;
	font-weight: 700;
	color: #ec7125
}

.card__multi__style4 .item__flex .item__data .item__data__price sup {
	font-size: 12px;
	line-height: 0
}

.card__multi__style4 .item__flex .item__data .item__data__value {
	font-size: 1em;
	margin-top: -5px
}

.card__multi__style4 .item__flex .item__data .item__cta {
	text-align: right
}

.about__section {
	margin-top: -530px;
	margin-left: auto
}

.about__section .signature {
	max-width: 120px
}

.page-home .form {
	padding-top: 0;
	padding-bottom: 0
}

.hero__featuredProduct .hero__wrapper {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2565469A77D23EDD8AB5334E6E68990B.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.hero__featuredProduct .hero__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, var(--color-theme-background), transparent);
	overflow: hidden;
	z-index: 1
}

.hero__featuredProduct .hero__content {
	position: relative;
	z-index: 2;
	padding: 50px 0 20px;
	color: var(--color-theme-text);
	text-align: center
}

.hero__featuredProduct .hero__content .hero__preline {
	margin-bottom: 10px
}

.hero__featuredProduct .hero__content .hero__preline span {
	background-color: var(--color-theme-primary);
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	border: 2px solid var(--primary-dark-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.hero__featuredProduct .hero__content .hero__headline {
	font-size: 7rem;
	line-height: .9;
	font-weight: 900;
	text-transform: uppercase
}

.hero__featuredProduct .hero__content .hero__subhead {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-theme-primary)
}

@media(max-width:991px) {
	.hero__featuredProduct .hero__content .hero__headline {
		font-size: 4rem;
		line-height: .9
	}

	.hero__featuredProduct .hero__content .hero__subhead {
		font-size: 1.5rem;
		line-height: 2
	}
}

.productslideshow {
	padding: 0 0 50px
}

.productslideshow .product-price {
	color: var(--color-theme-highlight)
}

.productslideshow .productslideshow-item h3.product-title {
	font-size: 1.5em;
	-webkit-line-clamp: 1;
	line-height: 1.5;
	max-height: unset
}

.productslideshow-title {
	display: none
}

.products .filter-item-title {
	text-transform: unset
}

@media(max-width:991px) {
	.hero__style3 .hero__content {
		padding-bottom: 50px
	}

	.hero__style3 .cta__options__wrapper {
		transform: unset;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.hero__style3 .cta__options__wrapper .bodystyle__item {
		margin-bottom: 50px
	}

	.hp__searchInventory__style3 {
		margin-top: 20px;
		margin-bottom: 50px
	}

	.hero__style3 .cta__options__wrapper .photo__item img {
		aspect-ratio: 1.33333333
	}

	.finance__section {
		margin: 50px 0
	}
}

@media(max-width:767px) {
	.hero__style3 .hero__content {
		padding-bottom: 50px
	}

	.about__section {
		margin-top: 20px
	}

	.page-home .form-wrap {
		width: 100%
	}

	.hero__style3 .cta__options__wrapper .photo__item__cta {
		position: unset;
		margin-left: unset;
		margin-right: unset;
		min-width: unset;
		max-width: unset
	}

	.hero__style3 .cta__options__wrapper .bodystyle__item {
		margin-bottom: 20px
	}
}

section:not(.page-inventory-details) .header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	box-shadow: 0 0 10px #000
}

.header__top a {
	color: #fff
}

@media(max-width:576px) {
	.header__top a {
		font-size: .85rem
	}
}

.header__top {
	background: #101010;
	color: #fff
}

.page-product-details .productdetails-bottom nav,
.vehicleResults nav {
	position: relative
}

.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px
}

.navbar-shadow {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .02), 0 2px 2px rgba(0, 0, 0, .03), 0 4px 4px rgba(0, 0, 0, .04), 0 8px 8px rgba(0, 0, 0, .05), 0 16px 16px rgba(0, 0, 0, .05)
}

@media(min-width:992px) {
	.navbar-collapse {
		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 {
		margin-right: 25px
	}

	.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: 5px;
		padding-left: 5px
	}

	.header .dropdown-menu[data-bs-popper] {
		left: unset;
		right: 0
	}
}

.header__top {
	color: #fff;
	padding: 10px 0 0;
	font-size: 14px
}

.header__top .row {
	border-bottom: 1px solid #4a4a4a;
	padding-bottom: 10px
}

footer.footer>.container .footer-info-business,
footer.footer>.container .footer-nav-links {
	display: none
}

.footer__global {
	background: #1a1b1c;
	padding: 50px 20px 0;
	margin-top: 50px
}

.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 a:hover,
.footer__global .dropdown-item:hover {
	color: #fff
}

.footer__global,
.footer__global .nav-link,
.footer__global a {
	color: #fff
}

.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: #fff;
	font-size: 18px
}

.srp-sidebar .filter-widget {
	border-radius: 10px
}

.srp-sidebar .card-title {
	/* color: #fff */
}

.srp-sidebar .card-header::before {
	display: none
}

/* section.page-inventory-details .card {
	margin-top: 50px !important
}
 */
.inventory .vehicle-card.layout-1 .price-mileage-block .value {
	font-weight: 700 !important;
	font-size: 1.25em !important
}

.inventory .vehicle-card.layout-1 .inventory-title {
	margin: 10px 0 0
}

.vehicle-card .card-body {
	padding: 20px
}

.vehicle-card .card-body .inventory-title-wrapper a {
	color: unset
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
	padding: 10px 0 !important;
	border-radius: 6px
}

.inventory .filter-item-title:focus,
.inventory .nav-link:focus,
.inventory .show-more-link:focus {
	box-shadow: none !important
}

.btn:focus,
:focus,
button:focus {
	box-shadow: none !important
}

.inventory .vehicle-card ul.features-list .feature:last-of-type {
	margin-bottom: 0
}

.filter-widget .card-header .btn-clear-filter {
	color: #fff !important
}

.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 .filter-body {
	background: #fafafa
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
	background-color: #fafafa
}

.inventory .filter-widget .filter-item-title {
	/* padding: 1.15em 0 !important */
}

.checkbox-widget .filter-item-body,
.price-widget .filter-item-body,
.year-widget .filter-item-body {
	padding: 0 0 20px !important
}

.inventory-seo-content {
	margin-top: 20px
}

.popular-vehicle-link {
	color: var(--color-theme-text);
}

.popular-vehicle-link::first-line {
	font-weight: 700;
	font-size: 1.1rem
}

.inventory .card-header {
	color: var(--color-theme-text-btn)
}

@media(max-width:991px) {
	.inventory .inventory-container .srp-sidebar {
		z-index: 1032
	}
}


.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-text) !important;
	border-color: var(--color-theme-text) !important
}

.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod .btn-check:checked+.btn-outline-secondary {
	background-color: var(--color-theme-secondary) !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-text) !important;
	border-color: var(--color-theme-text) !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 {
	padding: 10px 15px
}

.vdp__message__mod {
	margin-top: unset !important
}

.hp__searchInventory__style3 {
	margin-top: -50px;
	margin-bottom: 100px
}

.hp__searchInventory__style3 .gap__input {
	gap: 1em
}

.hp__searchInventory__style3 .form__wrapper {
	background-color: #fff;
	border: none;
	padding: 20px;
	margin-bottom: -60px
}

.ourStory__section {
	margin: 50px auto
}

.ourStory__section .signature {
	max-width: 120px
}

.section__bg__alt {
	background: var(--bg-color-alt)
}

.pageSection__title h1 {
	margin-bottom: 0
}

.employees {
	background-color: #fff;
	padding-top: 20px
}

.employee__title {
	padding: 50px 0 0;
	text-align: center;
	background-color: #fff
}

.employee__title h1 {
	margin-bottom: 0
}

.employees .card.employees-circle {
	flex: 0 0 23%;
	max-width: 23%;
	background-color: #fff;
	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
}

.testimonial__item {
	background: #fff;
	border: 1px solid var(--color-theme-border);
	border-radius: 10px;
	padding: 50px
}

.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: #ffc109;
}

.testimonial__title {
	padding: 50px 0 20px
}

.testimonial__title h1 {
	margin-bottom: 0
}

.testimonial__title__form {
	padding: 50px 0 0;
	text-align: center;
	background-color: rgba(150, 150, 150, 0.15);
}

.testimonial__title__form h2 {
	margin-bottom: 0
}

.bg__color__alt {
	background-color: rgba(150, 150, 150, 0.15);
}

.faq__section {
	margin: 50px 0
}

.faq__section .section__img__wrapper {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/B12401EE2E8A5CF3EB89A5FF7EE9E92A.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	height: 500px;
	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: flex;
	align-items: center
}

.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
}

.faq__section .section__title__content .section__copy {
	margin-bottom: 0
}

.accordion-flush .accordion-item {
	border: none;
	margin-bottom: 10px
}

.accordion-flush .accordion-button:not(.collapsed) {
	background-color: var(--bg-color-alt);
	border: 1px solid var(--color-theme-border);
	color: var(--color-theme-text);
	box-shadow: none;
	font-weight: 700
}

.accordion-flush .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bg-color-alt);
	border: 1px solid var(--color-theme-border);
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
	padding: 20px;
	border-radius: 10px !important
}

.accordion-flush .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out
}

.accordion-flush .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-180deg)
}

.accordion-flush .accordion-button:focus {
	border-color: var(--color-theme-border)
}

.page-shopping-request .form-wrap textarea {
	height: 4em !important
}

.page-shopping-request .form-grid-row {
	display: flex;
	align-items: start
}

.page-shopping-request .summary__wrapper {
	font-size: .85em
}

.page-shopping-request .summary__wrapper .summary__item {
	padding: 7px 20px 7px 0
}

.page-shopping-request .summary__wrapper .summary__item:nth-child(even) {
	background-color: #fafafa;
	border-radius: 4px
}

.page-shopping-request .summary__wrapper .summary__item .summary__value {
	font-weight: 700
}

.page-value-my-trade .form-grid-row {
	display: flex;
	align-items: start
}

.page-value-my-trade .form-wrap textarea {
	height: 4em !important
}

.page-value-my-trade .summary__wrapper {
	font-size: .85em
}

.page-value-my-trade .summary__wrapper .summary__item {
	padding: 7px 20px 7px 0
}

.page-value-my-trade .summary__wrapper .summary__item:nth-child(even) {
	background-color: #fafafa;
	border-radius: 4px
}

.page-value-my-trade .summary__wrapper .summary__item .summary__value {
	font-weight: 700
}

.page-work-with-us textarea {
	height: 4em !important
}

.col__xtra {
	background-color: #f5f5f5;
	border-left: 1px solid var(--color-theme-border);
	padding: 50px;
	max-width: 450px;
	position: absolute;
	right: 0
}

.loan-app-module .form-select {
	padding: 0 .8em !important
}

.card__multi__style5 .item__card__details__wrapper__upper {
	min-height: unset !important
}

.form-select:disabled {
	background-color: unset
}

section.inventory-search-module .form__wrapper {
	border: none !important;
	padding: 0 !important
}

section.inventory-search-module .form-select {
	min-height: 55px !important;
	height: 55px !important
}

.inventory .inventory-container>.row {
	margin-left: 0;
	margin-right: 0
}

.inventorydetails #builderCanvas.p-2 {
	padding-right: calc(0.5 * var(--bs-gutter-x)) !important;
	padding-left: calc(0.5 * var(--bs-gutter-x)) !important
}

body .mobile-fixed-cta {
	left: 0
}



/* -------------------- Sticky nav fixes/changes ---------------------- */
/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	z-index: 1055;
}


/* Hide pre-header on mobile on VDP */
@media (max-width: 991px) {
	.page-inventory-details .header__top {
		display: none;
	}
}



/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

/* Fix Quick Connect Module margin top */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
	margin-top: 0 !important;
	margin-bottom: 1.5em;
}


/* Template ADA color corrections */
.vdp-module-canvas-razor-wrapper .vdp__message__mod .form-check [type=checkbox]:checked+label::before {
	background-color: var(--color-theme-primary);
}

body .vdp-module-canvas-razor-wrapper .btn-link {
	color: var(--color-theme-highlight);
}


/* -------------------- SECTIONTITLE ---------------------- */

.footer__global .business-hours .today {
	color: var(--color-theme-primary);
}

.inventoryslideshow .inventoryslideshow-btn a.btn-primary {
	color: var(--color-theme-secondary);
}

.productslideshow .productslideshow-btn a.btn-primary {
	color: var(--color-theme-secondary);
}

.form button.btn-submit {
	color: var(--color-theme-secondary) !important;
}

.form button.btn-submit:hover {
	color: var(--color-theme-text-btn) !important;
}

.form .dropzone .btn-primary {
	color: var(--color-theme-secondary) !important;
}

.form .dropzone .btn-primary:hover {
	color: var(--color-theme-text-btn) !important;
}

.businessinfo .form-wrap button.btn-submit {
	color: var(--color-theme-secondary) !important;
}

.businessinfo .form-wrap button.btn-submit:hover {
	color: var(--color-theme-text-btn) !important;
}

.inventory .vehicle-card .inventory-cta .btn {
	color: #fff !important;
}

.inventory .vehicle-card .inventory-cta .btn:hover {
	color: var(--color-theme-text-btn) !important;
}

.page-inventory-details .header .header-container {
	box-shadow: none;
}

.inventorydetails .vdp__sticky-navigation__mod.row {
	margin-left: 0;
	margin-right: 0;
}

.vdp__container {
	margin-top: 50px !important;
}

/* -------------------- vdp color fixes ---------------------- */


body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show>.btn-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-primary);
	color: var(--color-theme-primary);
	background-color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: var(--color-theme-text-btn);
	background-color: var(--color-theme-primary);
	border-color: var(--color-theme-primary)
}

body section.page-inventory-details .btn.btn-primary {
	color: #000 !important;
}

body section.page-inventory-details .btn.btn-primary:hover,
body section.page-inventory-details .btn.btn-primary:active {
	color: var(--color-theme-text-btn) !important;
}

.inventorydetails .sn_business_openclose.open[b-h85p0r54yf],
.inventorydetails .hours__status.hours__status__open[DealershipInfoWidgetCssScope] {
	background-color: var(--color-theme-primary);
	color: #000;
}