/* Button Colors */

/* a lot of color overrides are assuming that the highlight color is a light color that contrasts with black. It also assumes the primary and secondary colors are the opposite. If those are changed there is probably a lot of color code you could remove or would have to adjust. */
.btn-primary:hover,
.btn-secondary:hover {
	color: #222 !important;
	border-color: var(--color-theme-secondary);
	background-color: var(--color-theme-highlight);
}

.form .btn-primary:focus,
.form .btn-primary:hover,
.form .btn-primary:not([disabled]):not(.disabled).active,
.form .btn-primary:not([disabled]):not(.disabled):active,
.form .show>.btn-primary.dropdown-toggle {
	background-color: var(--color-theme-highlight);
	color: #222 !important;
}

a:not(.btn):hover {
	/* color: var(--color-theme-primary); */
}

/* Email Wrap */
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
	overflow-wrap: anywhere;
}


/* -------------------- Monterra header ---------------------- */

/*header*/
:root {
	--cw-headerHeight: 100px;
}



.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.header .badge {
	color: inherit
}

.header .cw-header-logo {
	text-align: center
}

.page-home .header .cw-header-logo {
	display: none;
}

.header .cw-header-logo img {
	width: 205px
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
	-webkit-box-shadow: 0 0 0 .05rem var(--header-highlight);
	box-shadow: 0 0 0 .05rem var(--header-highlight)
}

.cw-header-info {
	padding: .5rem
}

.header .cw-header-info a,
.header span {
	vertical-align: middle
}

.header .cw-header-info a {
	font-weight: 700;
	font-size: 1.1rem;
	color: #fff
}

.header .cw-header-info a:hover {
	color: #000
}


section:not(.page-inventory-details) .header .navbar {
	position: relative;
	z-index: 1030;
	/* filter: drop-shadow(2px 2px 2px #000); */
	background: 0 0 !important;
}

@media(min-width: 992px) {
	.header .navbar-dark .navbar-nav .nav-link {
		line-height: 28px;
	}

	.header .cw-header-logo {
		position: absolute;
		top: 20px;
		z-index: 1030;
		padding: 0
	}

	nav.navbar .container {
		min-height: var(--cw-headerHeight)
	}

	.page-inventory-details .inventorydetails {
		/* padding-top: 4rem */
	}

	/* .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
	} */

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 210px);
		justify-content: center
	}

	/* section:not(.page-home) .title {
		margin-bottom: 2.5em;
		padding: calc(var(--cw-headerHeight) + 4rem) 0 1.5em !important;
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	section:not(.page-home) .title>.container {
		max-width: 100%;
	}

	section:not(.page-home) .title .title-heading {
		font-size: 3rem
	} */

	section:not(.page-inventory-details) .cw-header-info {
		position: fixed;
		z-index: 1031;
		top: 0;
		left: 0;
		width: 100%
	}



	.page-inventory-details .header .header-container {
		display: flex;
		flex-flow: column-reverse
	}
}



/* Header */
/* 
.header .cw-logo-box {
	text-align: center;
	padding: .5rem 0;
}

.header .cw-logo-box img {
	width: 315px;
}

.cw-header-contact {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary);
}

.cw-header-contact a:before {
	color: unset;
}

.cw-header-contact a {
	color: inherit;
}

.cw-header-contact a:hover {
	color: var(--color-theme-highlight);
}

.cw-header-contact {
	padding: 6px 2px;
}


.header .navbar .nav-link:hover {
	color: var(--color-theme-background) !important;
}

.header .navbar .active>.nav-link {
	color: var(--color-theme-primary) !important;
}

@media(min-width: 992px) {
	.cw-header-info .container {
		max-width: 1140px
	}

	.cw-header-info .cw-logo-box {
		position: absolute;
		z-index: 1040;
		top: unset;
		margin-top: 5px;
	}

	nav.navbar .container {
		min-height: 99px;
	}

	.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;
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 315px);
		justify-content: center;
	}
}

@media (min-width: 1400px) {

	.header .container,
	.cw-header-contact .container {
		max-width: 1340px
	}
} */


/* -------------------- Hero kinda like Monterra ---------------------- */

.cw-hero {
	text-align: center;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}


.cw-hero .cw-hero-content {
	padding: .5rem 1rem;
}

.cw-hero .cw-hero-content img {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.6));
}

.cw-hero .cw-hero-content a {
	font-size: 1.2rem;
	font-weight: 700;
	padding: .4em .6em;
}

.cw-hero .cw-hero-content a i {
	font-size: 85%;
}

.cw-hero .cw-hero-bg {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
	max-height: 900px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-hero .cw-hero-content {
		position: absolute;
		z-index: 3;
		text-align: center;
		bottom: 0rem;
	}

	.cw-hero .cw-hero-content img {
		width: 400px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.cw-hero .cw-hero-content {
		top: calc(50% - .5rem);
		bottom: unset;
	}

	.cw-hero .cw-hero-content img {
		width: 500px;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

	.cw-hero {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	.cw-hero:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: var(--cw-headerHeight);
		z-index: 1;

		background-image: linear-gradient(to bottom, #FFF2E8 0%, #FFF2E888 75%, transparent 100%);
		background-position: center;
		background-size: cover;
		/*background-attachment: fixed;*/
		background-repeat: no-repeat;
		pointer-events: none;
	}

	.cw-hero .cw-hero-content img {
		width: 600px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}




.cw-background-section {
	background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/DE6788DD94F6905E951528A30F67AA6D.jpg');
	background-size: cover;
	background-position: bottom;
}

.cw-service-button {
	border-radius: 1em;
	overflow: hidden;
	margin: 10px;
	cursor: pointer;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 300px;
	/* Fixed height */
}

.cw-image-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	background-size: cover;
	background-position: center;
}

.cw-image-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	transition: transform 0.5s ease;
}

.cw-description {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	transition: top 0.5s ease;
	background: rgba(106, 13, 17, .8);
	color: white;
	padding: 20px;
	text-align: center;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
}

.cw-service-button:hover .cw-image-container {
	transform: translate(0, -100%);
	/* Move out of view */
}

.cw-service-button:hover .cw-description {
	top: 0;
	/* Show description */
}

.cw-learn-more {
	padding: 12px 0;
	background-color: var(--color-theme-primary);
	color: white;
	border: none;
	font-size: 16px;
	text-align: center;
	width: 100%;
	z-index: 20;
}



/*-- Home Search --*/

/* Search combine */
/* Home Search */
.cw-search {
	padding: 4em 0 5em 0;
	background-image: linear-gradient(0deg, white, rgba(255, 255, 255, .9), transparent, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.cw-search h1 {
	font-size: 1.5rem;
	color: var(--color-theme-primary);
	text-transform: uppercase;
	margin-bottom: 2em;
}

.cw-search h1 span {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
}

@media (min-width: 330px) {
	.cw-search h1 span {
		font-size: 2.15rem;
	}
}

@media (min-width: 576px) {
	.cw-search h1 span {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.cw-search h1 span {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {

	.h1,
	h1 {
		font-size: 2.0rem;
	}
}

.cw-search .cw-types {
	margin-bottom: 3rem;
}

.cw-search .cw-types img {
	width: 85px;
	display: block;
	margin: auto;
}

.cw-search .cw-types a {
	font-size: .85rem;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 10px 3px 10px 3px;
}

.cw-search .cw-types a:hover {
	border: 1px solid #ced4da;
	border-radius: 5px
}

.page-home .inventory-search-module {
	display: flex;

	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;

	margin: 0 !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.page-home .inventory-search-module .form__wrapper {
	padding: 0 0 20px;
	border: none;
}

.page-home .inventory-search-module .search__input {
	min-width: calc(50% - 8px);
}

.page-home .search__input .btn {
	border: none;
	background-color: var(--color-theme-secondary);
}

.page-home .search__input .btn:hover {
	background: var(--color-theme-primary);
}

/* labels */
.page-home section.inventory-search-module .form__wrapper .search__input .form-label {
	display: none;
}


@media (min-width: 992px) {
	:root {
		/* set this to an appropriate value based on the number of options/lines in the Advanced Search module*/
		/* 1 category (1 line): 180px; */
		/* 2-3 categories (2 lines): 200px; */
		/* 4-5 categories (3 lines): 230px; */
		/* 6-7 categories (4 lines): 320px; */
		--cw-search-offset: 239px;
	}

	/* code your own */
	.cw-search .cw-types {
		max-width: 500px;
		margin: auto;
		min-height: var(--cw-search-offset);
	}

	/* module modification */
	.page-home .inventory-search-module {
		background: transparent;
		padding: 0;
	}

	.page-home section.inventory-search-module .form__wrapper {
		display: flex;
		flex-flow: row wrap;
		position: absolute;
		left: 24px;
		top: -170px;
		top: calc(0rem - var(--cw-search-offset));
		z-index: 5;
		border: none;
		/* max-width: 460px; */
		max-width: calc(50% - 2rem);
		width: calc(50% - 2rem);
		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
	}
}


/* Blurb Section - boxes */
.blurb__section h2 {
	font-size: 1.5rem;
	color: var(--color-theme-primary);
	text-transform: uppercase;
}

.blurb__section h2 span {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
}

@media (min-width:330px) {
	.blurb__section h2 span {
		font-size: 2.15rem;
	}
}

@media (min-width:576px) {
	.blurb__section h2 span {
		font-size: 2.5rem;
	}
}

@media (min-width:992px) {
	.blurb__section h2 span {
		font-size: 3rem;
	}
}

/*  Blurb Section
  =================================================================================================*/
.blurb__section {
	padding: 5em 0 8em 0;
	text-align: center;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.blurb__section .blurb__wrapper {
	border: 1px solid #ededed;
	padding: 40px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	position: relative;
}

.blurb__content::before {
	content: "";
	font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--color-theme-primary);
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 25%;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
}

.box1::before {
	content: "\f1b9";
}

.box2::before {
	content: "\e53e";
}

.box3::before {
	content: "\f653";
}

.box4::before {
	content: "\f571";
}

.blurb__section .blurb__wrapper:last-of-type {
	margin-bottom: 0;
}

.blurb__section .blurb__wrapper .blurb__pre__title {
	font-size: 1em;
	margin-bottom: 5px;
	color: var(--color-theme-primary);
	text-transform: uppercase;
}

.blurb__section .blurb__wrapper .blurb__title {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.blurb__section .blurb__wrapper .blurb__copy {
	margin-bottom: 20px;
}

.blurb__section .blurb__wrapper .blurb__img__wrapper img {
	padding: 20px 0;
	display: none;
}

/* Featured Vehicles Section */
@media (min-width:280px) {
	.card__multi__style7 .item__data {
		font-size: .8rem;
	}
}

@media (min-width:330px) {
	.card__multi__style7 .item__data {
		font-size: 1rem;
	}
}

@media (min-width:440px) {
	.card__multi__style7 .item__data {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.card__multi__style7 .item__data {
		font-size: .8rem;
	}
}


@media (min-width:1200px) {
	.card__multi__style7 .item__data {
		font-size: 1rem;
	}
}

@media (min-width:1400px) {
	.card__multi__style7 .item__data {
		font-size: 1.25rem;
	}
}


@media (max-width:440px) {
	.item__secondary__details__wrapper {
		flex-wrap: wrap;
	}
}


/* Trade-in Banner */
.cw-trade {
	background-color: var(--color-theme-secondary);
}

@media (min-width:992px) {
	.cw-trade {
		background-size: cover;
		background-attachment: fixed;
	}
}

.cw-trade .cw-text-overlay {
	background: var(--color-theme-secondary);
	padding: 4em 1em;
	text-align: center;
}

@media (min-width:576px) {
	.cw-trade .cw-text-overlay {
		padding: 4em 3em;
	}
}

.cw-wrapper {
	position: relative;
}

@media (min-width:992px) {
	.cw-trade .cw-text-overlay {
		text-align: start;
		padding: 6em 2em;
	}

	.cw-trade::after {
		content: "";
		display: block;
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/45544091BC16E2EFD97D13B7332DB16D.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		width: 100%;
		height: 100%;
		width: 65%;
		position: absolute;
		top: 0;
		right: 0;
		clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
	}

}

.cw-trade h3 {
	margin-bottom: 0;
	color: var(--color-theme-highlight);
}

.cw-trade h2 {
	color: #fff;
}

.cw-trade p {
	color: #fff;
}

/* -------------------- About page ---------------------- */

.cw-about-page .cw-dealer-info {
	font-size: 16px;
	line-height: 1.8;
	text-align: left
}

.cw-about-page .cw-dealer-info>p {
	/* margin-bottom: 20px; */
	margin-bottom: 8px;
}

.cw-about-page .cw-dealer-info>p strong {
	color: var(--color-theme-primary);
	font-weight: 700;
	text-transform: uppercase;
}

/* Signature */
.cw-about-page .cw-dealer-signature {
	margin: 30px 0;
}

.cw-about-page .cw-dealer-signature p {
	margin: 0 0 2px;
}

.cw-about-page .cw-dealer-signature strong {
	display: block;
	font-size: 22px;
	line-height: 1.3;
}

.cw-about-page .cw-dealer-signature span {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	opacity: 0.7;
}

/* -------------------- SECTIONTITLE ---------------------- */

/* Hours */
.cw-about-page .cw-hours {
	margin-top: 28px;
	margin-bottom: 28px;
	padding: 25px 18px;
	background: #f7f7f7;
	border-top: 4px solid var(--color-theme-primary);
}

.cw-about-page .cw-hours-title {
	margin-bottom: 20px;
	text-align: center;
}

.cw-about-page .cw-hours-title h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}

.cw-about-page .cw-hours-title span {
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-theme-primary);
}


.cw-about-page .cw-hours-list {
	max-width: 600px;
	margin: 0 auto;
}

.cw-about-page .cw-hours-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/* align-items: center; */
	align-items: baseline;
	gap: 6px;
	padding: 6px 0 6px;
	border-bottom: dashed #4e5f70 1px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
}

.cw-about-page .cw-hours-row strong {
	display: inline-block;
	flex-grow: 1;
	text-align: end;
	font-weight: 700;
	color: var(--color-theme-primary);
}


.cw-about-page .cw-dots {
	flex-grow: 1;
	border-bottom: 2px dotted #bdbdbd;
}

@media (min-width: 576px) {
	.cw-about-page .cw-hours {
		padding: 1.5rem;
	}

	.cw-about-page .cw-hours-row {
		font-size: 1rem;
	}
}




/* -------------------- internal titles ---------------------- */

 section:not(.page-home) .title {
	/* position: relative;
	margin-bottom: 2.5rem;
	background: linear-gradient(180deg, #fff, transparent), url(https://cdn05.carsforsale.com/008085f50342ebedd58b2e55daa7f85882/008085f50342ebedd58b2e55daa7f85882.jpg?format=original&sig=6b528438a637a40e) no-repeat center;
	background-size: cover;
	text-align: center; */
	background-color: #5DB7BB;
	color: #fff !important;
} 


/* section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BE7895EDD83289A87269E4D5AC722B22.png);
	opacity: 70%;
	background-size: cover;
}


@media (min-width:992px) {
	section:not(.page-home) .title:after {
		background-size: 60%;
		background-position: center right;
		background-repeat: no-repeat;
	}
} */

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 3rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;

	display: inline-block;
	font-size: 2rem;
}

/* Orange rugged swipe behind text */
/*section:not(.page-home) .title .title-heading::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D3048F5DDAA7942181C1F2035F974DA8.png') no-repeat center;
    background-size: contain;
}*/

/* Heading style */
section:not(.page-home) .title h1 {
	font-size: 3rem;
	/* font-family: "Story Script", sans-serif !important; */
	/* font-weight: 400 !important; */
	/* font-style: normal; */
	/* text-transform: capitalize !important; */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	section:not(.page-home) .title h1 {
		font-size: 4rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}



/* SRP/ Inventory Page */
.inventory .vehicle-card .card-body a:hover,
.inventory .vehicle-card a:hover .inventory-title {
	color: var(--color-theme-primary);
}

.inventory .srp-sidebar .card-header {
	color: #fff;
}

.inventory .srp-sidebar .card-header .btn-clear-filter {
	color: #fff;
}

.inventory .srp-sidebar .card-header .btn-clear-filter:hover {
	color: var(--color-theme-secondary);
}

/* Form Fix */
.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%
}

/* Staff/ Team page */
.employees .employees-footer a:hover {
	color: var(--color-theme-primary);
}

/* Contact Business Info */
.businessinfo .businessinfo-companyinfo-container .contact-details a:hover,
.businessinfo a:hover {
	color: var(--color-theme-primary);
}

.contact-companyinfo .contact-details:not(.contact-address):hover::after {
	border-color: var(--color-theme-secondary);
}

.contact-companyinfo .contact-details:not(.contact-address):hover .contact-icon {
	background: var(--color-theme-secondary);
}

.cw-footer {
	padding: 4rem 0;
	background: #fff2e8;
	background-size: cover;
	text-align: center;
}

.cw-footer iframe {
	width: 100%;
}

.cw-footer a {
	color: #000;
}

.cw-address,
.cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem;
	color: #000;
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: 0.5rem;
	color: var(--color-theme-secondary);
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	top: 2px;
	padding-right: 0.5rem;
	color: var(--color-theme-secondary);
}

.cw-footerMenu a {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 700;
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
	color: var(--color-theme-secondary);
}

.cw-footer h5 {
	margin-bottom: 1rem;
	color: var(--color-theme-highlight);
}

.cw-hours {
	font-size: 0.85rem;
}

.cw-social a {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.cw-social i {
	font-size: 25px;
}

.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}

@media (min-width: 768px) {
	.cw-footer {
		text-align: left;
	}
}

/* finance app colors */
body .loan-app-module .vehicle-picker-container .veh__price,
body .loan-app-module .loan__vehicle__selected .veh__price {
	color: inherit;
}

/* -------------------- VDP ---------------------- */
.vdp__dealerInfo__mod .dealership__call a,
.vdp__dealerInfo__mod .dealership__text a {
	color: var(--color-theme-secondary);
	font-weight: 700;
}

.vdp__dealerInfo__mod .dealership__call a:hover,
.vdp__dealerInfo__mod .dealership__text a:hover {
	color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__details__mod .btn-link:hover {
	color: var(--color-theme-secondary);
}

.vdp__loanCalc__mod .loan__calc__content .btn-outline-secondary::before {
	background: var(--color-theme-primary);
}

.vdp__loanCalc__mod .loan__calc__content .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary);
}

.vdp__dealerInfo__mod .hours__status.hours__status__closed[DealershipInfoWidgetCssScope] {
	/* color: #fff; */
	/* background: var(--color-theme-primary); */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
	/* color: var(--color-theme-primary); */
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
	font-size: 1rem;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item:hover {
	/* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
	margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
	margin-bottom: 2em;
}

/* hover colors */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary::before,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled).active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled):active,
.inventorydetails .vdp-module-canvas-razor-wrapper .show>.btn-secondary.dropdown-toggle {
	background-color: var(--color-theme-highlight);
	/* color: #222!important; */
	border-color: var(--color-theme-secondary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:before,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus:hover {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary:hover {
	/* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary:hover {
	/* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button:hover {
	/* color: var(--color-theme-text) !important; */
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
	color: var(--color-theme-header);
}

/* Finance Button */
.vdp-module-canvas-razor-wrapper .vdp__details__mod a.btn-secondary {
	/* background: var(--color-theme-secondary); */
}

.vdp-module-canvas-razor-wrapper .vdp__details__mod a.btn-secondary:hover {
	background: var(--color-theme-highlight);
	/* color: var(--color-theme-text); */
}

.vdp-module-canvas-razor-wrapper .vdp__details__mod a.btn-secondary::before {
	background: var(--color-theme-highlight);
}



.business-hours {
	color: #000;
}

/* .popular-vehicles-sections {
	background-color: var(--color-theme-background);
	padding-top: 5rem;
	padding-bottom: 3rem;
} */

h2.popular-vehicles-section-heading {
	text-transform: uppercase;
}

.card__multi__style3 .title__style__content {
	color: #fff !important;
}

.card__multi__style3 a.item__title {
	color: #fff !important;
}

.cw-testimonials {
	position: relative;
	padding: 4rem 0;
	text-align: center;
	background: #f4f7f7;
}

.cw-testimonials .container,
.cw-testimonials h3 {
	position: relative;
	z-index: 2;
}

.cw-testimonials h3 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--color-theme-text);
}

.cw-testimonials .card {
	position: relative;
	padding: 1.25rem 1rem 0;
	font-size: 0.85rem;
	border: 1px solid #ddd;
	text-align: left;
}

.cw-testimonials .fas {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: var(--color-theme-highlight);
	font-size: 22px;
}

.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;
	text-transform: none;
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: 5px 11px;
	background: var(--color-theme-secondary);
	color: #fff;
}

@media (min-width: 992px) {
	.cw-testimonials h3 {
		font-size: 2.5rem;
	}

	.cw-testimonials .card {
		font-size: 0.95rem;
	}
}

.creditQualifyPage {
	padding: 3rem 0;
}

/* About us Section */
.cw-about-us {
	padding: 3em 0;
	background-image: linear-gradient(180deg, white, transparent, white), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png");
	background-size: cover;
	background-position: center;
}

.cw-about-us .container {
	max-width: 1500px;
}

.cw-about-us .cw-about-text {
	margin: 1.5em 0;
}

.cw-about-us .cw-about-text img {
	width: 450px;
}

@media(min-width:992px) {
	.cw-about-us .cw-about-text {
		padding-right: 3em;
	}
}

.cw-about-us .cw-hours-box {
	background: var(--color-theme-text);
	color: var(--color-theme-background);
	padding: 2rem 2rem;
}

.cw-about-us .cw-hours-box .bh-title,
.cw-about-us .cw-hours-box h4 {
	color: var(--color-theme-highlight);
	padding-left: 0;
	border-left: 0;
	font-size: 2rem;
}

.cw-about-us .cw-hours-box a {
	color: #fff;
}

.cw-about-us .cw-hours-box a:hover {
	color: var(--color-theme-highlight);
}

.cw-about-us .cw-hours-box ul {
	padding-left: 0;
	margin-bottom: 1rem;
	list-style: unset;
	color: #fff;
}

.cw-about-us .cw-hours-box ul li {
	padding: 3px 0;
	border-bottom: 1px dotted #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.cw-about-us .cw-hours-box ul li span {
	margin-right: .5rem;
}

.cw-about-us .cw-hours-box ul li span:last-of-type {
	margin-right: 0px;
}

.inventory .vehicle-card.layout-6 .hc-btn--action:hover {
	background-color: var(--color-theme-secondary) !important;
	color: #000 !important;
}









	/*-- Popular Vehicles Section --*/
	:root {
		/* Variable for the height of the clickable h2s for the tabs. Variable because it's used in absolute positioning calculations */
		--cw-SEO-h2-height: 32px;
		/* variable for the actual top margin for the module past the minimum to keep from overlapping. Only used 2 places so could easily get rid of the variable, especially if you want it different at 768px */
		--cw-SEO-top-margin: 2rem;
	}

	.popular-vehicles-sections {
		position: relative;
		min-height: 200px;
		margin-top: calc(3 * var(--cw-SEO-h2-height) + var(--cw-SEO-top-margin));
		margin-bottom: 2.5rem;
		text-align: center;
	}

	.popular-vehicles-section {
		margin-bottom: 0 !important;
		font-size: .85rem;
	}

	.popular-vehicles-section-panel {
		display: none;
		margin: 3rem 0;
		padding: 1rem;
		background: var(--color-theme-primary);
	}

	.popular-vehicles-section-heading {
		cursor: pointer;
		position: absolute;
		top: calc(-3 * var(--cw-SEO-h2-height));
		left: 1.5rem;
		width: calc(100% - 3rem);
		line-height: 1rem;
		font-size: .9rem;
		background: rgb(8 41 62 / 14%);
		color: var(--color-theme-primary);

		padding: 2px;
		height: var(--cw-SEO-h2-height);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.popular-vehicles-section-heading:after {
		font-family: FontAwesome;
		content: "\f107";
		margin-left: .25rem;
		font-style: normal;
		font-weight: normal
	}

	.popular-vehicles-section:nth-of-type(2) h2 {
		top: calc(-2 * var(--cw-SEO-h2-height));
	}

	.popular-vehicles-section:nth-of-type(3) h2 {
		top: calc(-1 * var(--cw-SEO-h2-height));
	}

	.popular-vehicles-section-panel a {
		margin: .5rem 0;
		color: white
	}

	.popular-vehicles-sections h2.selected {
		background: var(--color-theme-primary);
		color: #fff;
	}

	.popular-vehicles-sections h2.selected~.popular-vehicles-section-panel {
		display: flex;
	}

	.popular-vehicles-sections h2.selected:after {
		content: "\f06e"
	}

	.popular-vehicles-sections ::-webkit-scrollbar {
		width: 10px;
	}

	.popular-vehicles-sections ::-webkit-scrollbar-thumb {
		background-color: #dddddd;
		outline: none
	}

	@media (min-width: 768px) {

		.popular-vehicles-sections {
			margin-top: calc(var(--cw-SEO-h2-height) + var(--cw-SEO-top-margin));
		}

		.popular-vehicles-section-heading {
			top: calc(-1 * var(--cw-SEO-h2-height));
			width: 30%;
			font-size: 1rem;
		}

		.popular-vehicles-section:nth-of-type(2) h2 {
			left: 34%;
			top: calc(-1 * var(--cw-SEO-h2-height));
			width: 32%
		}

		.popular-vehicles-section:nth-of-type(3) h2 {
			top: calc(-1 * var(--cw-SEO-h2-height));
			right: 1.5rem;
			left: unset
		}
	}
</style>