@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

/* Header */
.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary)
}

.cw-header-contact {
	padding: 6px 2px;
	color: var(--color-theme-text-btn);
}

.cw-header-info {
	background-color: var(--header-primary);
}

:root {
	--cw-logo-width: 250px;
}

.cw-header-info .header-info-logo-img img {
	width: 200px;
	width: var(--cw-logo-width);
}

.header .navbar-nav {
	text-transform: uppercase
}

.cw-header-contact .cw-phone:hover {
	opacity: .9;
}

.header .navbar .nav-item.active .nav-link,
.header .navbar .nav-item.dropdown.active .dropdown-item.active {
	color: var(--color-theme-text-btn);
}

@media(min-width:992px) {

	.cw-header-info .container,
	nav.navbar>.container {
		position: relative
	}

	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040;
		top: 15px;
	}

	nav.navbar .container {
		min-height: 99px
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		justify-content: flex-end !important
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		justify-content: center
	}

	.header .header-container {
		margin-bottom: 55px;
	}

	.header+.title,
	.header+section>.cw-home-title,
	.cw-hero {
		margin-top: -55px;
	}
}

@media (min-width:1200px) {
	.cw-header-info .header-info-logo-img {
		top: 10px;
	}
}

/* other/global */
.cw-highlight {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

.btn-secondary,
.btn-secondary:focus {
	background-color: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

.btn {
	font-weight: 400 !important
}

.title+.text {
	margin-top: 0
}

.card-title {
	font-size: 1.5em;
	line-height: normal;
}

/* custom Buttons */
.cw-primary-button,
.cw-secondary-button {
	font-family: montserrat, sans-serif;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05rem;
	padding: .8rem 2.1rem;
	background-image: linear-gradient(135deg, var(--color-theme-primary) 0%, var(--color-theme-primary) 50%, transparent 51%, transparent 100%);
	background-size: 230%;
	background-position: 130%;
	background-repeat: no-repeat;
	transition: .3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
	text-align: center
}

.cw-primary-button {
	color: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
	background-color: var(--color-theme-primary)
}

.cw-secondary-button {
	color: var(--color-theme-primary);
	border: 1px solid var(--color-theme-text-btn);
	background-color: var(--color-theme-text-btn)
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	background-position: 0%
}

.cw-primary-button:hover:before {
	background-color: #fff
}

.cw-primary-button:hover:after {
	background-color: #fff
}

.cw-button-borders {
	display: inline-block;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.cw-button-borders:before {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -.3em;
	top: -.3em;
	border: 1px solid #fff;
	border-bottom: 0
}

.cw-button-borders:after {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -.3em;
	bottom: -.3em;
	border: 1px solid #fff;
	border-top: 0;
	z-index: 0
}

.cw-button-borders.cw-invert:before {
	border-color: var(--color-theme-primary)
}

.cw-button-borders.cw-invert:after {
	border-color: var(--color-theme-primary)
}

/* Title above hero */
.cw-home-title {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	padding: .5rem 0
}

.cw-home-title h1 {
	margin-bottom: 0;
	font-size: 1.7rem;
	text-align: center
}

/* Remove this if the header logo doesn't overlap this homepage title */
@media(min-width:992px) {
	.cw-home-title .cw-title-box {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		margin: 0;
		margin-left: auto
	}

	.cw-home-title h1 {
		text-align: right
	}
}

/* Hero slideshow */
.cw-slider {
	width: 100%;
	height: 550px
}

.slide-overlay h3 {
	position: relative;
	z-index: 1;
	max-width: 95%;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-size: 1.5rem;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase
}

.slide-title span {
	white-space: pre-wrap;
	display: inline-block;
	opacity: 0
}

.cw-slider .slideshow {
	position: relative
}

.cw-slider .slideshow-pagination {
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .2s opacity;
	z-index: 10
}

.cw-slider .slideshow-pagination-item {
	display: flex;
	align-items: center
}

.cw-slider .slideshow-pagination-item .pagination-number {
	opacity: .5
}

.cw-slider .slideshow-pagination-item:hover,
.cw-slider .slideshow-pagination-item:focus {
	cursor: pointer
}

.cw-slider .slideshow-pagination-item:last-of-type .pagination-separator {
	width: 0
}

.cw-slider .slideshow-pagination-item.active .pagination-number {
	opacity: 1
}

.cw-slider .slideshow-pagination-item.active .pagination-separator {
	width: 10vw
}

.cw-slider .slideshow-navigation-button {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 5rem;
	z-index: 1000;
	transition: all .2s ease;
	color: #fff
}

.cw-slider .slideshow-navigation-button:hover,
.cw-slider .slideshow-navigation-button:focus {
	cursor: pointer;
	background: rgba(0, 0, 0, .5)
}

.cw-slider .slideshow-navigation-button.prev {
	left: 0
}

.cw-slider .slideshow-navigation-button.next {
	right: 0
}

.cw-slider .pagination-number {
	font-size: 1.8rem;
	color: #fff;
	font-family: montserrat, sans-serif;
	padding: 0 .5rem
}

.cw-slider .pagination-separator {
	display: none;
	position: relative;
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, .25);
	transition: all .2s ease
}

.cw-slider .pagination-separator-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: 0 0
}

.cw-slider .swiper-container {
	width: 100%;
	height: 100%
}

.cw-slider .slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #000;
	overflow: hidden
}

.cw-slider .slide-image {
	position: absolute;
	top: -100px;
	left: -100px;
	opacity: .7;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	background-position: 50% 50%;
	background-size: cover
}

.cw-slider .slide-overlay {
	position: relative;
	z-index: 50;
	opacity: 1;
	max-width: 100%
}

.cw-slider .slide-title {
	display: block;
	margin: 0 auto 1rem;
	font-size: clamp(1.02rem, 4vw + 1rem, 4.2rem) !important;
	line-height: 1;
	white-space: normal;
	word-break: break-word;
	color: #fff;
	z-index: 100;
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 0 #000
}

@media(min-width:768px) {
	.cw-slider .slideshow-pagination {
		bottom: 4rem;
	}

	.cw-slider .pagination-separator {
		display: block
	}
}

@media(min-width:1400px) {
	.cw-slider {
		height: 36vw
	}

	.cw-slider .slide-overlay h3 {
		font-size: 2rem
	}
}

/* text and image section */
.cw-textImage {
	padding: 3.5em 0;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4217503CF93A0E85E82F2BB95E67B081.jpg") center;
	background-size: cover;
	color: #fff;
}

.cw-textImage img {
	margin-bottom: 2rem
}

.cw-textImage h3 {
	margin-bottom: 1rem
}

@media(min-width:992px) {
	.cw-textImage h3 {
		margin-bottom: 1rem;
		font-size: 2rem
	}

	.cw-textImage img {
		margin-bottom: 0
	}
}

@media(min-width:1440px) {
	.cw-textImage {
		background-attachment: fixed
	}
}

/* What we offer */
.cw-section-weAreTheBest {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5DFFA1BCFEF4DA3E69B154CF7E7CC977.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.cw-section-weAreTheBest h3 {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}

.cw-section-weAreTheBest h3 span {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

.cw-section-weAreTheBest .cw-icon-info {
	position: relative;
	z-index: 2
}

.cw-section-weAreTheBest .cw-copy {
	position: relative;
	z-index: 2
}

.cw-section-weAreTheBest .cw-copy p {
	font-size: 14px
}

.cw-section-weAreTheBest .cw-quality-icon {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 20px;
	background-color: var(--color-theme-primary);
	align-items: center;
	justify-content: center
}

.cw-section-weAreTheBest .cw-quality-icon i {
	font-size: 1.5em
}

.cw-section-weAreTheBest .cw-icon {
	height: 25px;
	width: 100%
}

.cw-section-weAreTheBest .cw-card {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	padding: 2em 1.2em;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff
}

/* Search section */
.cw-search-section {
	padding: 1.5rem 0;
	margin-top: 0;
	margin-bottom: 2rem;
	z-index: 5;
	position: relative;
	background: var(--color-theme-text);
	color: var(--color-theme-background);
}

.cw-search-section::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 20%;
	-o-object-fit: cover;
	object-fit: cover;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6228FF8433BA1B4E5EED2F317EC5E6BC.png")
}

.page-home .inventory-search-module .container {
	position: relative
}

.page-home .inventory-search-module .container .form__wrapper {
	padding: 0 !important;
	border: none;
}

.page-home .inventory-search-module .container .form__wrapper label {
	display: none
}

@media (min-width: 1200px) {
	.cw-search-section {
		padding: 6rem 1rem;
		margin-bottom: 3rem;
	}

	.page-home .inventory-search-module .container {
		max-width: 1140px;
	}

	.page-home .inventory-search-module .container .form__wrapper {
		position: absolute;
		z-index: 10;
		left: 0;
		top: -340px;
		width: 700px;
		max-width: 50%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: unset;
		border: none;
		gap: 10px;
	}

	.page-home .inventory-search-module {
		margin: 0 !important;
		padding: 0;
		background-color: transparent;
	}

	.page-home .inventory-search-module .search__input {
		min-width: 40%;
		flex-basis: 45%;
		flex-grow: 1;
	}

	.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
	.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
		min-width: 45%;
		flex-basis: 45%;
	}

	.cw-search-hero .cw-heroContent {
		max-width: clamp(200px, 50%, 600px);
		margin-left: 5px;
		margin-right: auto;
	}

	.page-home .inventory-search-module .search__input.search__input--classification {
		order: 0;
	}

	.page-home .inventory-search-module .search__input.search__input-make {
		order: 1;
	}

	.page-home .inventory-search-module .search__input.search__input--model {
		order: 3;
	}

	.page-home .inventory-search-module .search__input.search__input--min-year {
		order: 5;
	}

	.page-home .inventory-search-module .search__input.search__input--max-year {
		order: 6;
	}

	.page-home .inventory-search-module .search__input.search__input--max-price {
		order: 2;
	}

	.page-home .inventory-search-module .search__input.search__input--max-mileage {
		order: 4;
	}

	.page-home .inventory-search-module .search__input:last-of-type {
		order: 7;
	}

	.page-home .inventory-search-module .search__input {
		min-width: 40%;
		flex-basis: 45%;
		flex-grow: 1;
	}

	.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
	.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
		min-width: 20%;
		flex-basis: 20%;
	}
}

@media (min-width: 1400px) {
	.page-home .inventory-search-module .container {
		max-width: 1320px;
	}
}

/* Inventory slideshow/featured vehicles */
.page-home .inventoryslideshow {
	padding-top: 2rem;
	padding-bottom: 0;
}

.card__multi__style3 a.item__title {
	color: rgba(255, 255, 255, 1) !important;
}

.card__multi__style3 .title__style__content {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Footer */
.cw-footer {
	padding: 4rem 0;
	background-color: var(--color-theme-border);
	background-size: cover;
	color: #fff
}

.cw-footer iframe {
	width: 100%
}

.cw-footer a {
	color: #fff
}

.cw-footer .cw-address,
.cw-header-contact .cw-phone,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem;
	color: var(--color-theme-text-btn);
}

.cw-footer .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-contact .cw-phone:before,
.cw-footer .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	top: 2px;
	padding-right: .5rem;
	color: inherit;
}

.cw-footerMenu a {
	display: block;
	margin-bottom: .65rem;
	font-weight: 700
}

.cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: var(--color-theme-highlight);
	text-shadow: 1px 1px 1px #000;

}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-highlight);
	text-shadow: 1px 1px 1px #000;
	padding-left: 0;
	border: none;
	font-size: 1.25rem
}

.cw-footer .business-hours li {
	font-size: .85rem
}

.cw-footer .business-hours li.today {
	color: var(--color-theme-highlight);
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
}

.cw-social a {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.cw-social i {
	font-size: 25px
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

/* internal titles */
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2D8C1330EED2D8013C4403B59D5BD0F2.jpg") no-repeat center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 4.5rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000
}

/* Homepage card extra css */
.cw-card {
	transition: all .5s;
}

.cw-card:hover {
	background-color: rgb(0, 0, 0);
	transition: all .5s;
	transform: translateY(-10px);
}

/* SRP inventory page */
.inventory-cta .btn:not(.btn-pre-qualified):hover {
	color: var(--color-theme-text-btn) !important;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.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;
}

/*  Homepage Service section */
.cw-parallax {
	margin-top: 3em;
	margin-bottom: 2em;
	padding: 3em 0;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65)), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9F9E357C954C8784AFD2C91515072F3C.jpg");
	background-size: cover;
	background-attachment: fixed;
	color: #fff
}

.cw-parallax .cw-intro h2 {
	font-size: 1.25rem;
}

.cw-parallax .cw-intro h2 span {
	font-size: 1.5rem;
	color: var(--color-theme-primary);
	text-shadow: 1px 1px 3px #000;
}

.cw-parallax .cw-intro h3 span {
	font-size: 1.5rem;
	text-transform: uppercase;
	color: var(--color-theme-primary);
	text-shadow: 1px 1px 3px #000;
}

.cw-parallax .cw-intro h3 {
	font-size: 1.25rem;
	margin: .25em 0;
}

.cw-parallax .cw-over-btns {
	margin: 1em 0;
	color: #fff
}

.cw-parallax .cw-over-btns .cw-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around
}

.cw-parallax .cw-over-btns .card {
	margin-bottom: 20px;
	height: calc(100% - 20px);
	border-radius: 6px;
	border: 0 transparent;
	overflow: hidden;
	padding: 15px 0
}

.cw-parallax .cw-over-btns .card i {
	font-size: 2.25rem;
	margin-bottom: 10px
}

.cw-parallax .cw-over-btns .card h4 {
	font-size: 1.25rem;
	text-transform: uppercase
}

.cw-parallax .cw-over-btns .card p {
	font-size: 1rem;
	margin-bottom: 0
}

.cw-parallax .cw-over-btns .card .cw-btn {
	background: var(--color-theme-secondary);
	border-radius: 8px;
	border-color: var(--color-theme-highlight);
	padding: 10px 15px;
	color: #fff
}

.cw-parallax .cw-over-btns .card .cw-btn:active {
	color: var(--color-theme-text) !important;
	border: 1px solid var(--color-theme-primary)
}

.cw-parallax .cw-over-btns .card .cw-btn i {
	font-size: 1rem;
	margin: 0
}

.cw-parallax .cw-over-btns .cw-card-primary {
	background: #fff;
	color: #000;
	background-image:
		linear-gradient(180deg, #fff, #fff, rgba(255, 255, 255, .6)),
		url("https://cdn.powersports.com/cdn-cgi/image/Original/9DCC601527BAA2789947E04A3499627B.png");
	background-size: contain;
	box-shadow: 1px 7px 11px rgba(0, 0, 0, .2);
}

.cw-parallax .cw-over-btns .cw-card-secondary {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	background-image:
		linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c61), url("https://cdn.powersports.com/cdn-cgi/image/Original/89D0FC0AE1325983E836237F3F237E00.png");
	background-size: contain;
	box-shadow: 1px 7px 11px rgba(0, 0, 0, .2)
}

.cw-parallax .cw-over-btns .card .card-footer {
	background: 0 0;
	border-top: transparent
}

@media(min-width: 440px) {
	.cw-parallax .cw-over-btns .card h4 {
		font-size: 1.5rem
	}
}

@media(min-width: 576px) {
	.cw-parallax .cw-over-btns .card h4 {
		font-size: 1.35rem
	}
}

@media(min-width: 768px) {
	.cw-parallax .cw-over-btns .card h4 {
		font-size: 1.65rem
	}

	.cw-parallax .cw-intro h2 span {
		font-size: 3rem;
	}

	.cw-parallax .cw-intro p {
		max-width: 80%;
		margin: auto;
	}
}

@media(min-width: 992px) {
	.cw-parallax .cw-over-btns .card h4 {
		font-size: 1.1rem
	}

	.cw-parallax .cw-over-btns .card i {
		font-size: 2rem;
		margin-bottom: 10px
	}
}

@media(min-width: 1200px) {
	.cw-parallax .cw-over-btns .card h4 {
		font-size: 1.35rem
	}

	.cw-parallax .cw-intro p {
		max-width: 50%;
	}
}

@media(min-width: 1400px) {
	.cw-parallax .cw-intro p {
		max-width: 41%;
	}
}

/* Service page */
.cw-welcome-section {
	margin: 7em 0 9em;
}

.cw-welcome-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cw-welcome-section .cw-welcome-image {
	max-width: 400px;
	margin: 0.5em auto 2em auto;
}

.cw-welcome-section .cw-intro-img {
	border-radius: 5px;
	object-fit: cover;
	overflow: hidden;
	margin-bottom: .75em;
}

.cw-welcome-section .cw-intro-img img {
	width: 100%;
}

.cw-welcome-section .cw-sm-images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (min-width:576px) {
	.cw-welcome-section .cw-sub-img {
		flex: 0 1 32%;
	}
}

.cw-welcome-section h5 {
	color: var(--color-theme-text);
	font-size: 1.75em;
	font-weight: 600;
	padding: 1em;
}

.cw-welcome-section p {
	color: var(--color-theme-text);
	font-size: 1.15em;
	line-height: 1.75em;
}

.cw-welcome-section a {
	border-radius: 25px;
	padding: .5em 3em;
	font-size: 1.25em;
	text-transform: capitalize;
	font-weight: 400;
	margin: .5em 0;
}

/* Makes Section */

.cw-service-makes {
	margin: 20px auto 0;
	padding-top: 50px;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/026554D498A894AA5A76DE784A2CC3AF.jpg");
	background-size: 160%;
	background-repeat: no-repeat;
	background-position: bottom;
}

@media (min-width:1400px) {
	.cw-service-makes {
		background-size: cover;
	}
}

.cw-we-service h5 {
	margin: 20px auto 0;
	font-size: 3em;
	font-weight: 300;
	color: var(--color-theme-text);
	text-align: center;
	text-transform: capitalize;
	min-height: 500px;
}

.cw-we-service h5 b {
	font-size: 2.75rem;
	font-weight: 600;
	color: var(--color-theme-primary);
	text-transform: uppercase;
}

@media (min-width:1400px) {
	.cw-we-service h5 b {
		font-size: 3.75rem;
	}
}

.cw-makes-search {
	margin-bottom: 5em;
}

.cw-makes-search h6 {
	font-size: 2em;
	font-weight: 600;
	color: var(--color-theme-primary);
	text-transform: uppercase;
}

.cw-makes-search h6 span {
	color: var(--color-theme-highlight);
	text-transform: capitalize;
}

.cw-makes-buttons {
	margin: .5em 0;
}

.cw-make-btn {
	border: 1px solid #CCCCCC;
	padding: 1.25em 1em .5em;
	color: var(--color-theme-text);
	background-color: #DDDDDD;
}

.cw-make-btn p {
	text-transform: capitalize;
	text-align: center;
	font-size: 1.65em;
	font-weight: 600;
	text-transform: capitalize;
}

.cw-make-btn:hover {
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-primary);
	background-color: #FFFFFF;
}

/* Awards Section */

.cw-awards-section {
	background-color: var(--color-theme-primary);
	padding: 4em 0;
}

.cw-awards-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cw-awards-text {
	line-height: 1.4em;
}

.cw-awards-section h5 {
	margin-bottom: 20px;
	color: var(--color-theme-text-btn);
	font-weight: 600;
	font-size: 1.75em;
}

.cw-awards-section p {
	font: 400 1.25em;
	color: var(--color-theme-text-btn);
}

/* NAPA Section */
.cw-napa-section {
	padding: 4em 0;
}

.cw-napa-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cw-warranty-text h5 {
	font-size: 2.5em;
	color: var(--color-theme-primary);
	font-weight: 700;
}

.cw-warranty-text h6 {
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
}

.cw-warranty-text p {
	font-weight: 400;
	font-size: 1.15em;
	color: var(--color-theme-highlight);
}

.cw-financing-text h5 {
	font-size: 2.5em;
	color: var(--color-theme-primary);
	font-weight: 700;
}

.cw-financing-text h6 {
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
}

.cw-financing-text p {
	font-weight: 400;
	font-size: 1.15em;
	color: var(--color-theme-highlight);
}

.cw-napa-section a {
	border-radius: 25px;
	padding: .75em 3em;
	font-size: 1.25em;
	text-transform: capitalize;
	font-weight: 400;
	margin: .5em 0;
}

.cw-easy-pay img {
	padding: 0 1em;
	margin: 1em 0;
}

/* Customer Reviews */
.cw-reviews-section {
	background-color: var(--color-theme-primary);
	padding: 4em 1em;
}

.cw-reviews-section h5 {
	color: var(--color-theme-text-btn);
	font-size: 3em;
	text-transform: uppercase;
	margin: 1em 0 0;
}

.cw-reviews-section hr.cw-review-header-break {
	width: 15em;
	border-color: #000000;
	border-width: 3px;
	margin: 1em auto 4em;
}

.cw-reviews-section hr.cw-review-break {
	width: 10em;
	border-color: #000000;
	border-width: 2px;
}

.cw-reviews-section h6 {
	color: var(--color-theme-text-btn);
	font-size: 1.25em;
}

.cw-reviews-section p {
	color: var(--color-theme-text-btn);
	text-align: center;
	line-height: 1.75em;
	font-size: 1.25em;
}

.cw-reviews-section i {
	color: rgba(255, 186, 0, 1);
	text-align: center;
	margin: 0 auto;
	padding: .25em;
	font-size: 1.25em;
}

.cw-reviews-section a {
	margin: 2em 0 1em;
	border-radius: 25px;
	padding: .5em 3em;
	font-size: 1.25em;
	border-color: var(--color-theme-background);
	text-transform: capitalize;
	font-weight: 400;
}

.cw-reviews-section .cw_sideText h5 {
	font-size: 2em;
	padding: 20px;
	color: #fff !important;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.73);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 25px;
	border-color: #fff;
	margin: 10px;
}

@media (min-width: 992px) {
	.cw-reviews-section .cw_sideText h5 {
		font-size: 2em;
		padding: 30px;
		margin: 180px 10px 10px 10px;
	}

	.cw-reviews-section .cw_sideText.cw_sideText1 h5 {
		margin: 0 10px 10px 10px;
	}
}

@media (min-width:1200px) {
	.cw-reviews-section .cw_sideText.cw_sideText1 h5 {
		margin: 180px 10px 10px 10px;
	}
}

/* Service Section */
.cw-service-section {
	margin-bottom: 5em;
}

.cw-service-box {
	padding: 2.5em;
	min-height: 400px;
	margin: 1em;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .75);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .75);
}

.cw-box-1 {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2A02177F0DCBDEFDC7A7BD945C7274C3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cw-box-2 {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2EEFECE7DFFEEFC7889A5CE00959A235.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cw-service-box h5 {
	color: var(--color-theme-text);
	font-size: 1.75em;
	font-weight: 400;
}

.cw-service-box h6 {
	color: var(--color-theme-text-btn);
	font-size: 2.75em;
	font-weight: 600;
}

.cw-service-box p {
	color: var(--color-theme-text-btn);
	font-size: 1.25em;
}

.cw-service-box a {
	border-radius: 25px;
	padding: .5em 1.5em;
	font-size: 1.25em;
	text-transform: capitalize;
	font-weight: 400;
	border: 2px solid #FFFFFF !important;
	background-color: transparent !important;
	margin: 1em 0;
}

@media (min-width: 992px) {
	.cw-service-box {
		height: 100%;
		padding: 2em;
	}
}

/* Testimonials page */
.cw-testimonials-page .card {
	color: var(--color-theme-text);
	background-color: var(--color-theme-background);
	border-bottom: 6px solid var(--color-theme-primary);
	border-right: 4px solid var(--color-theme-secondary);
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
}