<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'https://fonts.googleapis.com/css2?family=Russo+One&amp;display=swap';


	/*-- Hero Carousel --*/
	.cw-heroCarousel {
		overflow: hidden
	}

	.cw-heroCarousel .carousel-item {
		height: 345px;
		background-position: center;
		background-size: cover;
	}

	.cw-heroCarousel .carousel-item:nth-of-type(odd) {
		-o-animation: zoomin 30s 1;
		-moz-animation: zoomin 30s 1;
		-webkit-animation: zoomin 30s 1;
		animation: zoomin 30s 1
	}

	.cw-heroCarousel .carousel-item:nth-of-type(even) {
		-o-animation: zoomout 30s 1;
		-moz-animation: zoomout 30s 1;
		-webkit-animation: zoomout 30s 1;
		animation: zoomout 30s 1
	}


	@keyframes zoomin {
		0% {
			-webkit-transform: scale(1)
		}

		100% {
			-webkit-transform: scale(1.25)
		}
	}

	@keyframes zoomout {
		0% {
			-webkit-transform: scale(1.25)
		}

		100% {
			-webkit-transform: scale(1)
		}
	}

	.cw-heroCaption {
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
		left: unset;
		padding: 0;
	}

	.cw-heroCaption h1 {
		width: 100%;
		margin: 0;
		padding: 1rem;
		background: rgba(0, 0, 0, 0.66);
		margin: 0;
		font-size: 1.5rem;
	}

	.cw-heroCaption h1 .cw-smaller {
		font-size: 80%;
		display: inline-block;
	}

	.cw-heroCarousel .carousel-indicators {
		max-height: 100%;
		display: flex;
		flex-flow: column wrap-reverse;
		justify-content: center;
		align-items: center;
		right: 0;
		left: unset;
		top: 0;
		right: 0;
		margin: 0;
	}

	.cw-heroCarousel .carousel-indicators [data-bs-target] {
		opacity: 1;
		display: block;
		position: relative;
		width: 25px;
		height: 25px;
		margin: .35rem 0rem .35rem .35rem;
		background: var(--color-theme-background);
		border-radius: 0;
		text-indent: 0;
	}

	.cw-heroCarousel .carousel-indicators [data-bs-target]:after {
		content: "\f06e";
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		font-family: FontAwesome;
		color: var(--color-theme-primary)
	}

	.cw-heroCarousel .carousel-indicators [data-bs-target].active {
		opacity: .5;
		background: var(--color-theme-primary);
	}

	.cw-heroCarousel .carousel-indicators [data-bs-target].active:after {
		color: var(--color-theme-highlight)
	}

	.cw-heroSocial {
		display: none
	}

	@media (min-width: 400px) {
		.cw-heroCaption h1 {
			width: auto;
		}

		.cw-heroCaption h1:before {
			content: "";
			position: absolute;
			left: -62px;
			top: 0;
			border-top: 84px solid transparent;
			border-bottom: 0 solid transparent;
			border-right: 62px solid rgba(0, 0, 0, 0.66);
		}
	}

	@media(min-width: 768px) {
		.cw-heroCarousel .carousel-item {
			height: 580px
		}

		.cw-heroCarousel .carousel-item:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+50,0.5+100 */
			background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
			/* FF3.6-15 */
			background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
			/* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
			/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
			/* IE6-9 fallback on horizontal gradient */
		}

		.cw-heroCaption .cw-location {
			font-size: 80%;
		}

		.cw-heroCaption h1 {
			/* max-width: 730px; */
			padding: 1.5rem 3rem;
			font-size: 2rem;
		}

		.cw-heroCaption h1:before {
			left: -104px;
			border-top: 128px solid transparent;
			border-bottom: 0 solid transparent;
			border-right: 104px solid rgba(0, 0, 0, 0.66);
		}

		.cw-heroSocial {
			display: block;
			position: absolute;
			left: 4%;
			bottom: 0;
			z-index: 2;
		}

		.cw-heroSocial a {
			display: inline-block;
			width: 50px;
			height: 45px;
			margin: 0 .5rem;
			padding: 10px;
			background: var(--color-theme-background)
		}

		.cw-heroSocial .fa {
			font-size: 25px;
			color: var(--color-theme-primary)
		}

		.cw-heroSocial a:hover {
			background: var(--color-theme-primary)
		}

		.cw-heroSocial a:hover .fa {
			color: var(--color-theme-highlight)
		}
	}

	@media(min-width: 992px) {
		.cw-heroCarousel .carousel-item {
			height: 675px;
		}

		.cw-heroCaption h1:before {
			left: -136px;
			border-top: 133px solid transparent;
			border-bottom: 0 solid transparent;
			border-right: 136px solid rgba(0, 0, 0, 0.66);
		}
	}

	/* Typewriter Section */
	.cw-typeText {
		font-weight: 400 !important;
		font-family: 'Russo One', sans-serif !important;
	}

	/* span is created and modified by the script */
	.cw-typewriter&gt;span {
		border-right: 0.06em solid #262a11;
	}

	@media (min-width: 992px) {

		.cw-typeText h5 {
			font-size: 3rem;
		}

	}

.inventoryslideshow {
	/* margin-top: -7em; */
	position: relative;
	z-index: 1002;
	padding-top: 2em!important
}


.inventory .btn-link.btn-clear-filter{
	color: #941012;
}


.card__multi__style7 .item__card__details__wrapper a:hover {
	color: var(--color-theme-primary)!important
}

.inventory-search-module {
	background-color: var(--color-theme-background)!important
}

.popular-vehicles-sections {
	margin-top: 2.5em!important
}

.page-home .popular-vehicles-section-panel {
	border-left: 3px solid var(--color-theme-primary);
	margin-left: 2em;
	padding: 1em 0;
	background-color: #f7f7f7;
	box-shadow: 1px 2px 7px 0 #0000002f
}

.popular-vehicle-link {
	color: #000
}

.popular-vehicle-link:hover {
	color: var(--color-theme-primary)
}

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

.title {
	background-color: transparent!important
}

.text-wrap {
	white-space: inherit
}

.cw-finder {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-top: -1.5em!important
}

.cw-finder-container {
	min-height: 660px;
	margin-bottom: -1px;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C89ED1276318149E80429DD6D236D3C0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 45% bottom
}

.cw-finder-content {
	position: absolute;
	bottom: 5em;
	padding: 2em 2em 2.5em;
	right: 3em;
	background: #fff
}

@media(min-width: 768px) {
	.cw-finder p {
		font-size:1em;
		line-height: 1.8;
		max-width: 600px
	}
}

.cw-footer {
	background: #000;
	color: #fff;
	padding: 3rem 0 1rem
}

.cw-footer a img {
	width: 191px
}

.cw-footer .cw-social {
	font-size: 1.5rem
}

.cw-footer .cw-social a {
	color: #fff
}

.cw-footer .business-hours h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 5px;
	border-left: 4px solid var(--color-theme-primary)
}

.cw-footer .business-hours li:last-child {
	border-bottom: none
}

.cw-footer .business-hours .opening-hours li.today {
	color: var(--color-theme-primary)
}

.footer {
	padding-top: 1px
}


body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-primary)
}

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


.page-inventory-details .builder-canvas__sticky-container {
    z-index: 1029;
}

@media (max-width: 576px) {
    .vdp__container .module {
        margin-bottom: 0 !important;
    }
}

@media(max-width: 992px){
   .page-inventory-details .cw-header {
        display: none;
    }
}


.inventory .vehicle-card .inventory-cta .btn:hover {
	color: var(--color-theme-text-btn) !important;
}</pre></body></html>