.btn.bg-highlight {
	color: #fff !important;
	text-shadow: none;
}

.btn.bg-highlight:hover {
	background: var(--color-theme-secondary);
	color: #fff;
}

.form-select {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4E49691C9674D1E92A7DE8E9395272A4.png");
	background-size: 15px;
	background-color: #f4f7f7;
}

.form-control,
.bootstrap-select .dropdown-menu li a {
	background: #f4f7f7;
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.timepicker.picker__input.form-control[readonly] {
	background: #f4f7f7;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

.title+.employees {
	padding-top: 0;
}

.cw-header-info {
	border-bottom: 1px solid #ddd;
}

.cw-phone {
	font-size: 1.25rem;
}

.cw-phone:hover {
	color: var(--color-theme-highlight) !important;
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f095";
	margin-right: 0.25em;
	color: var(--color-theme-highlight) !important;
	font-weight: 400;
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	margin-right: 0.25em;
	color: var(--color-theme-highlight) !important;
	font-weight: 400;
}

.header .navbar .navbar-nav .nav-link {
	font-size: 0.9rem;
	font-weight: 400;
	text-transform: uppercase;
}

.header-info-logo-img img {
	width: 260px;
}

/* -------------------- Hero ---------------------- */

.cw-hero .carousel-item {
	height: 300px;
	background-size: cover;
	background-position: center center;
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
	width: 10%;
	text-align: center;
	opacity: 0.7;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
	opacity: 1;
}

@media (min-width: 768px) {
	.cw-hero .carousel-item {
		height: 500px;
	}
}

.cw-button {
	height: 60px;
	margin: auto;
	border: 1px solid #000;
	line-height: 60px;
	opacity: 0;
	transform: translateY(50%);
	-webkit-animation: slide-up 1s ease-out forwards;
	animation: slide-up 1s ease-out forwards;
}

.cw-button>div {
	position: absolute;
	width: 100%;
}

.cw-buttons a {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 45px;
	font-weight: 700;
	text-shadow: 0 0 2px #000;
}

.cw-button1 a {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9BD97201017639D65ED37670AF7DB828.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.cw-button2 a {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E9953CBDCEF5219BAD43DEA816C7681B.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.cw-button3 a {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CF093D421D068CA44AB8112F0217CB32.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@-webkit-keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@media (min-width: 768px) {
	.cw-buttons {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		width: 100%;
		font-size: 0.95rem;
		overflow: hidden;
	}

	.cw-button {
		width: 33%;
		margin: 0 0.25rem;
		height: 75px;
		line-height: 75px;
	}

	.cw-button>div {
		opacity: 0.5;
	}

	.cw-button:hover>div {
		background: var(--color-theme-highlight);
	}
}

@media (min-width: 992px) {
	.cw-buttons {
		font-size: 1.15rem;
	}

	.cw-button {
		margin: 0 0.75rem;
	}
}

@media (min-width: 1200px) {
	.cw-buttons {
		max-width: 1100px;
		left: calc(50% - 550px);
	}
}

.page-home .cw-title {
	background: #fff;
	font-size: 2rem;
}

.page-home .cw-title span {
	font-size: 56%;
	text-transform: uppercase;
}

.page-home .cw-titleContainer {
	position: relative;
	padding: 2.5rem 0.5rem 2rem;
}

.page-home .title-heading-container span {
	font-size: 56%;
}

@media (min-width: 576px) {
	.page-home .cw-title {
		padding: 0 2rem;
		font-size: 2.5rem;
	}

	.page-home .cw-titleContainer:after {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 50%;
		right: 1.25rem;
		width: calc(100% - 2.5rem);
		height: 1.25px;
		background: #000;
	}
}

@media (min-width: 992px) {
	.page-home .cw-title {
		padding: 0 2rem;
		font-size: 3.25rem;
	}
}

.cw-financing {
	padding: 6em 0;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/36D4A279865F704772399A318F7A1D08.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.cw-financing .cw-financingText {
	position: relative;
	text-shadow: 0 0 3px #000;
	color: #fff;
}

.cw-financingText:before {
	overflow: hidden;
	content: "";
	position: absolute;
	top: -8%;
	left: -2%;
	width: 104%;
	height: 116%;
	z-index: 0;
	background: rgb(90 95 100/80%);
}

.cw-financingText>* {
	position: relative;
	z-index: 2;
}

.cw-financingText h2 {
	font-size: 2rem;
}

.cw-financingText h4 span {
	font-size: 80%;
}

.cw-financingText .btn {
	text-shadow: none;
	color: #000 !important;
}

.cw-financingText .btn:hover {
	color: #fff !important;
}

@media (min-width: 992px) {
	.cw-financingText h2 {
		font-size: 2.75rem;
	}

	.cw-financingText h4 {
		font-size: 2rem;
	}
}

/* -------------------- Search module body style combo ---------------------- */

/* Search combine */
/* Home Search */
.cw-search {
	margin-bottom: 0;
	background-color: var(--color-theme-background);
}

.cw-search .cw-types {
	margin-bottom: 3rem;
}

.cw-search .cw-types img {
	width: 90px;
	display: block;
	margin: auto;
}

.cw-search .cw-types a {
	font-size: 0.85rem;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 3px;
}

.cw-search .cw-types a:hover {
	border: 1px solid var(--color-theme-border);
	border-radius: 5px;
}

@media (min-width: 992px) {
	.cw-search .cw-types {
		max-width: 500px;
		margin: auto;
	}

	.cw-search {
		margin-bottom: 3em;
	}
}

.page-home .inventory-search-module {
	display: flex;
}

.page-home .inventory-search-module .form__wrapper {
	padding: 0 0 20px;
	border: none;
}

.page-home .inventory-search-module .search__input {
	min-width: 48%;
	flex-basis: calc(50% - 1em);
}

.page-home .search__input .btn {
	border: none;
}

/* labels */
.page-home section.inventory-search-module .form__wrapper .search__input .form-label {
	display: none;
}

@media (min-width: 992px) {
	.page-home section.inventory-search-module .form__wrapper {
		display: flex;
		flex-flow: row wrap;
		position: absolute;
		left: 24px;
		top: -180px;
		z-index: 20;
		border: none;

		max-width: 48%;
		padding: 0;
	}
}

/* Setting search module to Default container sizes */
.page-home .inventory-search-module .container {
	max-width: 100%;
	position: relative;
}

@media (min-width: 576px) {
	.page-home .inventory-search-module .container {
		max-width: 540px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.page-home .inventory-search-module .container {
		max-width: 680px;
	}
}

@media (min-width: 768px) {
	.page-home .inventory-search-module .container {
		max-width: 720px;
	}
}

@media (min-width: 930px) and (max-width: 991px) {
	.page-home .inventory-search-module .container {
		max-width: 800px;
	}
}

@media (min-width: 992px) {
	.page-home .inventory-search-module .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.page-home .inventory-search-module .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.page-home .inventory-search-module .container {
		max-width: 1320px;
	}
}

/* -------------------- Featured vehicles ---------------------- */
.page-home .inventoryslideshow {
	padding: 4rem 0 3rem;
}

.inventoryslideshow .inventoryslideshow-container {
	max-width: 1140px;
	margin-bottom: 3rem;
}

.inventoryslideshow .card__multi__style2 .item__card {
	background: #f4f7f7;
}

.card__multi__style2 .item__data__price {
	display: flex;
	align-items: center;
}

.card__multi__style2 .item__data__price {
	color: #000 !important;
}

.inventoryslideshow .inventoryslideshow-title-heading {
	position: relative;
}

.inventoryslideshow .inventoryslideshow-title-heading>div {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
}



@media (min-width: 576px) {
	.inventoryslideshow .inventoryslideshow-title-heading>div {
		padding: 0 2rem;
	}

	.page-home .inventoryslideshow .inventoryslideshow-title-heading>div {
		font-size: 2.35rem;
	}

	.inventoryslideshow .inventoryslideshow-title-heading:after {
		content: "";
		z-index: 0;
		position: absolute;
		bottom: 50%;
		right: 1.25rem;
		width: calc(100% - 2.5rem);
		height: 1.25px;
		background: #000;
	}
}

@media (min-width: 768px) {
	.inventoryslideshow .inventoryslideshow-container {
		margin-bottom: 0;
	}

	.card__multi__style2 .item__card__details__wrapper .col__1 .item__title h3 {
		font-size: 1.35rem !important;
	}
}

@media (min-width: 992px) {
	.inventoryslideshow .inventoryslideshow-title-heading {
		margin-bottom: 2rem;
	}
}

@media (min-width: 1400px) {
	.inventoryslideshow .inventoryslideshow-container {
		max-width: 1320px;
	}
}

.cw-map-contact {
	padding: 3rem 0 1rem;
}

.cw-map-contact img {
	width: 350px;
}

.cw-map-contact h2,
.cw-map-contact h2.bh-title {
	text-transform: uppercase;
	padding-left: 0;
	border-left: 0;
}

.cw-map-contact .cw-contact-box {
	padding: 0.5rem;
	background: #f7f7f7;
	color: #000;
	border: 1px solid #777;
	text-align: center;
}

@media (min-width: 992px) {
	.cw-map-contact h2 {
		font-size: 2.5rem;
	}
}

/* -------------------- Testimonials ---------------------- */
/* Same classname on homepage slider and testimonial page. Not a great way to do it, so watch out. Consider making them different class names if you get the chance. */
.page-home .cw-testimonials {
	position: relative;
	padding: 5rem 0;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/32A210563BEE3F5C7D6F714FBCCB6B3D.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

.page-home .cw-testimonials:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(90 95 100/80%);
}

.cw-testimonials .container,
.cw-testimonials h3 {
	position: relative;
	z-index: 2;
}

.cw-testimonials h3 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.cw-testimonials .card {
	position: relative;
	padding: 1.25rem 1rem;
	background-size: cover;
	font-size: 0.85rem;
	border: 1px solid #ddd;
	text-align: left;
}

.page-home .cw-testimonials .card {
	border: 1px solid #000;
}

.cw-testimonials .card {
	margin-bottom: 1rem;
}

.cw-testimonials .col-md-4:nth-of-type(even) .card {
	background-size: cover;
}

.cw-testimonials .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cw-testimonials .fas {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: var(--color-theme-highlight);
	font-size: 28px;
}

.cw-testimonials .card-text {
	margin-bottom: 0.25rem;
	font-style: italic;
}

.cw-testimonials .card-title {
	float: right;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0;
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: 0.5rem 0.875em;
}

@media (min-width: 992px) {
	.cw-testimonials h3 {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.page-home .cw-testimonials {
		background-attachment: fixed;
	}

	.cw-testimonials .card {
		font-size: 0.95rem;
	}
}

section:not(.page-home) .title-container {
	position: relative;
	text-align: center;
}

section:not(.page-home) .title-heading {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

section:not(.page-home) .title-heading-container>div {
	display: inline-block;
}

.form-forms-header {
	font-size: 1.75rem;
}

.form {
	padding-top: 1rem;
}

/* -------------------- Faq page ---------------------- */
.cw-accordion .accordion-button {
	background: #f4f7f7;
}

.cw-accordion .accordion-button::after {
	content: "\f0dd";
	font-family: FontAwesome;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: var(--color-theme-highlight);
	background: #f4f7f7;
}

.accordion-button:not(.collapsed) {
	color: var(--color-theme-secondary) !important;
	font-weight: 700 !important;
}

.cw-accordion .accordion-button:focus {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125) !important;
	border-color: transparent !important;
}

.cw-accordion .accordion-body {
	padding: 2rem 1.25rem;
	background: #fafafa;
}

.employees .card .employees-text,
.employees .card .employees-contact {
	text-align: center;
}

.employees .employees-circle .employees-contact {
	background: #f4f7f7;
}

.employees .employees-contact a {
	font-weight: 700;
}

.employees-email {
	font-size: 0.8rem;
}

.employees-contact .empicon {
	stroke: var(--color-theme-highlight);
}

.employees .card.employees-circle {
	background: #f4f7f7;
}

.employees .card.employees-square {
	padding-bottom: 1rem;
	background: #f4f7f7;
	border: 1px solid #ddd;
}

@media (min-width: 576px) {
	section:not(.page-home) .title .title-heading-container {
		position: relative;
		padding: 0 2rem;
		background: #fff;
	}

	section:not(.page-home) .title-container:before {
		content: "";
		position: absolute;
		right: 1.5rem;
		left: 1.5rem;
		top: 1.25rem;
		margin: auto;
		width: calc(100% - 3rem);
		border-top: 2px solid #000;
	}
}

/* -------------------- Inventory / SRP ---------------------- */

.inventory {
	padding-top: 0 !important;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header::before {
	border-color: transparent !important;
}

.inventory .card {
	background: #f4f7f7 !important;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight);
}

.inventory .vehicle-card.layout-2 .price {
	background: var(--color-theme-secondary) !important;
	font-weight: 700;
}

body .inventory .carousel-indicators {
	background: 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-highlight);
}

.inventory .vehicle-card .card-body h5.inventory-title {
	padding-top: 0;
	font-size: 1.1rem;
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
}

/* -------------------- Vehicle Details VDP ---------------------- */
.vdp__details__mod {
	margin-bottom: 50px;
}

.vdp__title__mod {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8511D71C0ACF31294F472574B6DA51CF.jpg") center;
	background-size: cover;
	color: #fff;
	padding: 1.5rem 1rem 1rem;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.veh__generation,
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #fff !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 25px !important;
}

/* -------------------- Footer ---------------------- */
footer .container {
	display: grid;
}

.footer-social-links {
	order: 1;
	margin: 1rem 0 0 !important;
}

.footer-nav-links {
	order: 2;
}

/* Fix Mobile More Info button BG color */

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}

section.page-inventory-details .btn.btn-primary {
	background-color: var(--color-theme-secondary) !important;
	color: #fff !important;
	border-color: var(--color-theme-primary) !important;
}

section.page-inventory-details .btn.btn-primary:hover {
	background-color: var(--color-theme-highlight) !important;
	color: #111 !important;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* Fix Inventory Filter Colors */
.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
	color: var(--color-theme-text-btn);
}

.creditQualifyPage {
	margin-bottom: 2rem;
}