<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import "https://fonts.googleapis.com/css2?family=Epilogue:wght@700&amp;display=swap";

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.btn {
	font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: epilogue, sans-serif !important;
}

.page-home h1,
h2,
h3,
h4,
h5 {
	text-transform: uppercase;
}

.header .container {
	position: relative;
	max-width: 1400px;
}

.header .header-info-logo-img {
	max-width: 300px;
	margin: 8px auto;
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		z-index: 1040;
		width: 100%;
		background: 0 0;
		top: 0;
	}

	section:not(.page-home) .header .header-container {
		/* height: 125px; */
	}

	.page-home .header .navbar,
	.page-home .header .navbar.bg-primary {
		background: rgb(0 0 0/0%) !important;
	}

	.header .navbar .navbar-nav .nav-link {
		text-shadow: 0 0 4px #000;
	}

	.header .navbar.bg-primary.cw-scrolled {
		background: rgb(0 0 0/75%) !important;
	}

	.page-inventory-details .header .navbar.bg-primary.cw-scrolled {
		background: #000 !important;
	}

	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040;
	}

	nav.navbar .container {
		min-height: 100px;
	}

	.navbar-nav {}

	.navbar-expand-lg .navbar-collapse {}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}
}

:root {
	--cwVar-SS-height: clamp(250px, 50vw, 720px);
}

.cw-SlideShow-split {
	position: relative;
	width: 100%;
	min-height: var(--cwVar-SS-height);
}

.cw-SlideShow-split .cw-SS-wrap {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: var(--cwVar-SS-height);
	overflow: hidden;
}

.cw-SlideShow-split .cw-SS-wrap .slider {
	width: 100vw;
	min-height: var(--cwVar-SS-height);
	z-index: 0;
}

.cw-SlideShow-split .cw-SS-wrap .slider:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/20%);
	background-size: cover;
	pointer-events: none;
}

.cw-SlideShow-split .cw-SS-wrap .slider .item {
	min-height: var(--cwVar-SS-height);
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
}

.cw-SlideShow-split .cw-SS-wrap .slider .item img {
	width: 100%;
	height: var(--cwVar-SS-height);
	object-fit: cover;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots {
	position: absolute;
	z-index: 100;
	width: 40px;
	height: auto;
	bottom: auto;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	left: auto;
	color: #fff;
	display: block;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li {
	display: block;
	width: 100%;
	height: auto;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li button {
	position: relative;
	width: 20px;
	height: 15px;
	text-align: center;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li button:before {
	content: "";
	background: #fff;
	height: 2px;
	width: 20px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li.slick-active button:before {
	width: 40px;
	opacity: 1;
}

.cw-SlideShow-split .cw-SS-wrap.cw-slide-left {
	display: none;
	left: 0;
	z-index: 0;
	width: 50%;
	pointer-events: none;
}

.cw-SlideShow-split .cw-SS-wrap.cw-slide-left .slider {
	left: 0;
	position: absolute;
}

.cw-SlideShow-split .cw-SS-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-weight: 700;
	width: 250px;
	text-align: center;
	color: #fff;
}

.cw-SlideShow-split .cw-SS-text h1 {
	margin-bottom: 1.25rem;
	font-size: 1.65rem;
}

.cw-SlideShow-split .cw-SS-text h1 span {
	font-size: 1.4rem;
}

.cw-SlideShow-split .cw-SS-text h1 {
	text-shadow: 0 0 12px rgb(0 0 0/40%);
}

@media (min-width: 576px) {
	.cw-SlideShow-split .cw-SS-text {
		top: 50%;
		left: 48%;
		width: 80%;
		text-align: left;
	}

	.cw-SlideShow-split .cw-SS-text h1 {
		font-size: 2.5rem;
	}

	.cw-SlideShow-split .cw-SS-text h1 span {
		font-size: 1.5rem;
	}

	.cw-SlideShow-split .cw-SS-wrap.cw-slide-left {
		display: block;
	}
}

@media (min-width: 768px) {
	.cw-SlideShow-split .cw-SS-text {
		left: 30%;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.cw-SlideShow-split .cw-SS-text {
		top: 55%;
		left: 35%;
		width: 55%;
	}
}

@media (min-width: 1400px) {
	.cw-SlideShow-split .cw-SS-text h1 {
		font-size: 4.5rem;
		line-height: 1;
	}

	.cw-SlideShow-split .cw-SS-text h1 span {
		font-size: 3.5rem;
	}

	.cw-SlideShow-split .cw-SS-text {
		left: 32.5%;
		width: 800px;
	}
}

.inventory-search-module {
	background: var(--color-theme-highlight);
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

section.inventory-search-module label {
	color: #fff !important;
}

.inventory-search-module .btn-primary {
	background-color: #F6B43D !important;
	color: var(--color-theme-text-btn) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory-search-module .btn-primary:hover {
	border: 1px solid var(--color-theme-highlight) !important;
}

section.inventory-search-module .form__wrapper {
	border: 0 !important;
}

.cw-home {
	padding: 7rem 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8BC7212D008C502BF96DC753F53E840.jpg);
	background-size: cover;
}

.cw-home h2 span {
	font-size: 60%;
}

.cw-card {
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.cw-card a {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cw-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

.cw-card:hover:before {
	background: #F8B53D;
}

.cw-card .cw-card-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cw-card .cw-card-img-overlay {
	position: absolute;
	left: 1.5rem;
	right: 0;
	bottom: 0;
	padding-bottom: 1.5rem;
	color: #fff;
}

.cw-card-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.cw-card button {
	padding: 0;
	background: 0 0;
	color: #fff;
	border: none;
}

.cw-card button:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 0.25rem;
	color: #fff;
	font-size: 0.85rem;
}

.cw-reasons .container {
	padding: 3rem 2rem;
	background: #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.cw-reasons h2 {
	font-size: 2.25rem;
}

.cw-reasons .lead {
	margin-bottom: 3rem;
}

.cw-reasons .fas {
	margin-bottom: 1.5rem;
	font-size: 2rem;
}

.cw-reasons h4 {
	margin-bottom: 1rem;
	text-transform: none;
	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.cw-card-title {
		font-size: 1.75rem;
	}

	.cw-reasons .container {
		padding: 3rem;
	}

	.cw-reasons h2,
	.cw-home h2 {
		font-size: 3rem;
	}
}

@media (min-width: 992px) {
	.cw-list .container {
		max-width: 1400px;
	}
}

@media (min-width: 1440px) {
	.cw-reasons .container {
		max-width: 1400px;
	}

	.cw-reasons h2,
	.cw-home h2 {
		font-size: 3.75rem;
	}

	.cw-reasons .lead {
		font-size: 1.5rem;
	}
}

.cw-quality-list {
	position: relative;
	padding: 6em 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/45551D6A887B3221B3F5587B86B2F60F.jpg) center;
	background-size: cover;
}

.cw-quality-list:after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0/70%);
}

.cw-quality-list h2 {
	font-size: 2rem;
}

.cw-overlay {
	z-index: 2;
}

.cw-quality-list li {
	display: inline-block;
	padding: 0.25rem;
	font-size: 1.25rem;
}

.cw-quality-list .cw-checklist li:before {
	content: "\f14a";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: #fff;
}

.cw-quality-list .lead {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.cw-quality-list {
		padding: 7rem 0;
	}

	.cw-quality-list h2 {
		font-size: 3rem;
	}

	.cw-quality-list .cw-checklist {
		display: flex;
		margin-bottom: 0;
	}

	.cw-quality-list .cw-checklist li {
		position: relative;
		padding: 1rem 2rem;
		text-align: left;
		font-size: 1.5rem;
	}

	.cw-quality-list .cw-checklist li:before {
		position: absolute;
		top: 1.25rem;
		left: -1rem;
		font-size: 2.5rem;
	}

	.cw-quality-list li {
		line-height: 1.2;
	}
}

@media (min-width: 1440px) {
	.cw-quality-list {
		background-attachment: fixed;
	}

	.cw-quality-list h2 {
		font-size: 3.75rem;
	}

	.cw-quality-list .lead {
		font-size: 1.5rem;
	}

	.cw-quality-list:before {
		max-width: 1400px;
		left: calc(50% - 700px);
	}
}

.page-home .list {
	padding: 0;
	background-image: linear-gradient(180deg, #2b2b2b, transparent, #2b2b2b),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A3598D33E6895670CE0E0247D083FBCE.jpg);
	background-position: center;
}

.page-home .list .list-wrap {
	margin-bottom: 1.5em;
}

.page-home .text {
	padding-top: 5rem;
	color: #fff;
}

.page-home .list .list-img-wrap {
	margin: auto;
	padding: 34% 0;
}

.page-home .list .list-img-photo {
	background-size: contain;
}

.page-home .list .list-text-title {
	color: #fff;
}

.page-home .list .list-text-btn {
	display: none;
}

.cw-homeBtn {
	padding-bottom: 4rem;
}

@media (min-width: 992px) {
	.page-home .text h3 {
		font-size: 2.75rem;
	}

	.page-home .text .lead {
		font-size: 1.35rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.page-home .text h3 {
		font-size: 3.5rem;
	}
}

.cw-service-grid {
	margin-top: 10px;
	position: relative;
}

.cw-service-grid .container {
	max-width: 1500px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.cw-service-grid .cw-preline {
	font-size: 1rem;
	position: relative;
	color: var(--color-theme-text);
	margin-bottom: 0;
	font-weight: 400;
	margin-bottom: 5px;
}

.cw-service-grid .cw-preline::before {
	content: "";
	background-repeat: no-repeat;
	width: 80px;
	height: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 1;
	background-size: 80px 8px;
}

.cw-service-grid .cw-headline {
	font-size: 1.25rem;
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cw-service-grid .cw-title-default .cw-preline {
	color: var(--color-theme-primary);
}

.cw-service-grid .cw-title-default .cw-headline {
	color: var(--color-theme-text);
}

.cw-service-grid .cw-title-default.text-center .cw-preline::before {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cw-service-grid a.btn-link {
	color: #fff;
}

.cw-service-grid a.btn-link:hover {
	color: var(--color-theme-highlight);
}

.cw-service-grid .cw-shape-effect-top {
	position: absolute;
	max-width: 350px;
	top: -80px;
	left: -200px;
	z-index: 500;
}

.cw-service-grid .cw-overlay {
	background: linear-gradient(0deg, #00000070 0%, #fff 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cw-service-grid .cw-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: 105px 0 130px;
	margin-bottom: 30px;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8BC7212D008C502BF96DC753F53E840.jpg);
}

.cw-service-grid .cw-parallax .container {
	position: relative;
	z-index: 2;
}

.cw-service-grid .cw-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(6, auto);
	gap: 1rem;
}

.cw-service-grid .cw-grid-wrapper .cw-grid-item {
	background: linear-gradient(0deg, #404040 0%, #2d2d2e 100%);
	padding: 20px;
	height: auto;
	min-height: 150px;
	border-radius: 10px;
	--cw-wedge-size: 40px;
	-webkit-clip-path: polygon(calc(100% - var(--cw-wedge-size)) 0,
			100% var(--cw-wedge-size),
			100% 100%,
			0 100%,
			0 0);
	clip-path: polygon(calc(100% - var(--cw-wedge-size)) 0,
			100% var(--cw-wedge-size),
			100% 100%,
			0 100%,
			0 0);
}

.cw-service-grid .cw-grid-item .cw-blurb-preline {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--color-theme-secondary);
}

.cw-service-grid .cw-grid-item .cw-blurb-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #eff1f3;
}

.cw-service-grid .cw-grid-item .cw-blurb-list {
	margin-bottom: 20px;
	color: #eff1f3;
}

.cw-service-grid .cw-grid-item.cw-grid-image-1 {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/01AAF7A5460CFA28814E488CDEB53044.jpg);
	background-size: cover;
	opacity: 0.9;
}

.cw-service-grid .cw-grid-item.cw-grid-image-2 {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/2DBF5326F00B77E9FF1950E41AFE5E43.jpg);
	background-size: cover;
	opacity: 0.9;
}

.cw-service-grid .cw-grid-item.cw-grid-image-3 {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/9531DD7958CD935406DC962C8FE1E241.jpg);
	background-size: cover;
	opacity: 0.9;
}

@media (min-width: 350px) {
	.cw-service-grid .cw-headline {
		font-size: 2rem;
	}

	.cw-service-grid .cw-preline {
		font-size: 1.25rem;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	.cw-service-grid .cw-headline {
		font-size: 3rem;
	}

	.cw-service-grid .cw-preline {
		font-size: 1.5rem;
	}

	.cw-service-grid .cw-shape-effect-top {
		top: -100px;
		max-width: 500px;
	}

	.cw-service-grid .cw-grid-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, auto);
	}

	.cw-service-grid .cw-grid-wrapper .cw-grid-item {
		padding: 30px;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 1.8rem;
	}
}

@media (min-width: 992px) {
	.cw-service-grid .cw-grid-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: repeat(2, auto);
	}
}

@media (min-width: 1200px) {
	.cw-service-grid .cw-grid-wrapper .cw-grid-item {
		padding: 50px;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 2rem;
	}
}

.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 #ededed;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-image-w-icons .cw-blurb-icon i {
	font-size: 2rem;
}

.cw-image-w-icons .cw-blurb-text {
	padding: 0.5rem 0;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.cw-image-w-icons {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {}

.page-home .inventoryslideshow {
	padding: 4rem 0;
}

.card__multi__style1 .item__flex {
	background: var(--color-theme-highlight) !important;
}

.card__multi__style1 .item__card__details__wrapper .item__title h3 {
	font-size: 1.2rem !important;
	text-transform: none;
}

.inventoryslideshow .brdr__rad10,
.card__multi__style1 .item__card__photo img {
	border-radius: 0 !important;
}

.inventoryslideshow .item__card__photo {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.inventoryslideshow .slick-list {
	margin: 3rem 0 3.5rem;
}

@media (min-width: 992px) {
	.inventoryslideshow-title-heading {
		font-size: 2.5rem;
	}

}

@media (min-width: 1400px) {
	.inventoryslideshow-title-heading {
		font-size: 3.25rem;
	}
}

.page-home .textwithimage {
	padding-top: 4rem;
}

.page-home .textwithimage-img {
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
	.page-home .textwithimage h2 {
		font-size: 2.75rem;
	}
}

@media (min-width: 1400px) {
	.page-home .container {
		max-width: 1400px;
	}

	.page-home .textwithimage h2 {
		font-size: 3.5rem;
	}
}

.popular-vehicles-sections {
	padding: 2em;
}

.popular-vehicles-section-heading::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 0.5rem 0 1.5rem;
	background-color: var(--color-theme-secondary);
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C4FACD6C45129B336358757DF351A7AE.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/58%);
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-transform: none;
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
}

section:not(.page-home) .form {
	padding-top: 1rem;
}

.employees-email {
	font-size: 0.85rem;
}

:root {
	--cw-headerHeight: 100px;
}

@media (min-width: 992px) {
	:root {
		--cw-headerHeight: 140px;
	}
	section:not(.page-home) .title {
		/* padding-top: 140px; */
		padding-top: calc(var(--cw-headerHeight));
		padding-bottom: 0;
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	.cw-SlideShow-split {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	section:not(.page-home) .title .title-heading {
		padding: 6.5rem 0;
	}

	section:not(.page-home) .title h1 {
		font-size: 3rem;
	}

	section[class*=page-]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight)
	}

}

.inventory {
	padding-top: 0 !important;
}

.inventory .vehicle-card .card-body h5.inventory-title {
	text-transform: none;
	font-size: 1.1rem;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory .inventory-cta .btn:hover {
	color: var(--color-theme-background) !important;
}

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-secondary);
}

.inventory .vehicle-card.layout-2 .price {
	padding: 0.25em 0.5em !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%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.bootstrap-select&gt;.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

footer&gt;.container {
	position: relative;
	min-height: 190px;
}

.footer .dropdown-menu {
	position: relative;
	display: block !important;
	min-width: 0 !important;
	padding: 0;
	border: 0;
}

.footer .dropdown-toggle {
	pointer-events: none;
}

.footer a.dropdown-item {
	display: block !important;
	padding: 0.25rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.footer-nav-links .nav-item {
	padding: 0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	padding: 0 0.25rem;
}

.footer .nav .nav-link {
	text-transform: uppercase;
}

.footer h2.footer-business-name {
	font-size: 1.25rem;
}

.footer-business+.footer-business-phone:before {
	display: none;
}

.footer-social-links a {
	padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
	font-size: 0.85rem;
}

@media (min-width: 992px) {
	.footer-social-links {
		position: absolute;
		left: 10%;
		bottom: 1rem;
		z-index: 2;
	}

	footer .footer-info-business {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		padding-right: 1rem;
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		padding: 0;
	}

	a.footer-business-phone {
		display: block;
		margin-top: 0.25rem;
	}

	.footer ul.nav {
		flex-wrap: nowrap;
		text-align: left !important;
	}

	.footer-nav-links {
		position: absolute;
		top: -1rem;
		right: 0;
		width: 70%;
		background: rgb(0 0 0/5%);
		padding: 1.5rem 0;
	}

	.footer .dropdown-menu {
		max-width: 180px;
		text-align: center;
		background: 0 0;
	}

	.dropdown-toggle::after {
		color: var(--color-theme-secondary);
	}
}

.employees a {
	/* color: #F6B43D !important; */
}

.btn-secondary {
	/* background-color: #F6B43D !important; */
}

/* -------------------- SECTIONTITLE ---------------------- */
.inventory .inventory-container&gt;.row {
	/* Fix for inventory row expanding beyond site width */
	margin-left: 0;
	margin-right: 0;
}


/* -------------------- VDP ---------------------- */


/* .vdp__title__mod {
	background: var(--color-theme-highlight);
	padding: 1.5rem 1rem 1rem;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.veh__trim[VehicleHeadingWidgetCssScope],
.veh__title[VehicleHeadingWidgetCssScope],
.veh__generation[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__price__mileage__wrapper .veh__mileage .mileage__value[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #fff !important;
}

.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
	font-size: 1.75rem !important;
} */


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&gt;.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-secondary);
	color: var(--color-theme-secondary);
	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&gt;.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-secondary);
	border-color: var(--color-theme-secondary)
}

/* -------------------- Sticky nav fixes/changes ---------------------- */

/*  fix sticky nav width  */
.inventorydetails .vdp__sticky-navigation__mod.row {
	padding-top: 20px;
}

/* Fix VDP width */
/* .inventorydetails .vdp__container .columns&gt;.row {
	margin-left: 0;
	margin-right: 0;
} */

/* 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;
}


@media (max-width: 991px) {
	.inventorydetails .vdp__quickconnect__mod.module {
		margin-top: 35px;
	}
}</pre></body></html>