h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400 !important;
}

.btn-primary:hover {
	color: #fff !important;
}

.btn-secondary:hover {
	color: #fff !important;
}

.btn-primary,
.btn-secondary {
	border-radius: 50px !important;
}


/* Header: navbar/default */
.header .header__wrapper {
	padding: 25px;
}

.header .navbar-nav .nav-item {
	margin-bottom: 0;
}

.header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px 0;
}

.header .navbar-nav .nav-item a {
	/* color: unset; */
}

.header .navbar-nav .nav-item .nav-link {
	color: var(--color-theme-text);
}

.header .navbar-nav .nav-item a.dropdown-item {
	color: var(--header-navigationbartext);
	margin: 0;
}

@media (max-width: 768px) {
	.header .header__wrapper {
		padding: 15px;
	}
}

@media (min-width: 992px) {
	.header__wrapper .navbar-toggler {
		display: none;
	}
}

section:not(.page-inventory-details) .header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}

section[class*=page-]:not(.page-inventory-details) {
	margin-top: var(--cw-headerHeight);
}

.header .nav-link-cart i {
	font-size: 1.4em;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.header .nav-link-cart i {
		font-size: 1.25em;
	}
}

.header .nav-link.nav-link-cart {
	font-size: 1em !important;
}


/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 141px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* There's a script to make the variable always the size of the header container */
	:root {
		--cw-headerHeight: 120px;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .navbar .dropdown-menu {
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
}

@media (min-width: 992px) {
	.header .dropdown-menu[data-bs-popper] {
		/* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
		left: unset;
		right: 0;
	}

	.header .navbar-collapse {
		flex-grow: 0;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}

	.header .navbar.bg-primary {
		background: transparent !important;
	}

	.header .navbar.bg-primary.header-scroll {
		background: rgba(235, 235, 235, 0.9) !important;
	}

	.header .navbar.header-scroll .nav-item .nav-link {
		color: #000;
	}

	/* .page-home .header:has(+section .cw-hero-hp) .navbar.bg-primary {
		background: transparent !important;
	}

	.page-home .header:has(+section .cw-hero-hp) .navbar.bg-primary.header-scroll {
		background: rgba(235, 235, 235, 0.8) !important;
	} */

}


@media (max-width: 991px) {
	.navbar .container {
		text-align: center;
		max-width: 100%;
	}
}


.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent;
}

/* -------------------- Header: custom ---------------------- */

.header-container nav {
	/* background: #950000; */
	/* color: #fff; */
}

.cw-header-top {
	/* background: #950000; */
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	padding: 10px 0;
	font-size: 14px;
}

.cw-header-top .container {
	max-width: 1320px;
}

/* Header top phone/email fixes */
.cw-header-top .cw-head-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.cw-header-top h2 {
	font-size: 14px;
	margin: .4rem 0;
}

.cw-header-top .cw-head-social {
	/* white-space: nowrap; */
	/* keeps each item together */
	font-size: 14px;
}

.cw-header-top a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.cw-header-top .pipe {
	display: inline-block;
	margin: 0 5px;
}

.cw-header-contact:hover {
	color: rgb(209, 209, 209);
}

@media (min-width: 768px) {

	.cw-header-top .cw-head-social {
		justify-content: flex-end;
	}
}

/* -------------------- Form stuff? ---------------------- */
.form .form-select {
	padding: 0;
}

.form label {
	font-weight: 700 !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%;
}

/* Homepage - Hero - Module */

.cw-hero-hp {
	background-image: linear-gradient(360deg, var(--color-theme-secondary) 0%, rgba(13, 30, 38, .45) 85%), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8943AC6081831A5954C146816B7C5A76.jpg);
	background-position: center, 35% 86%;
	background-size: 101% 101%, cover;
	background-repeat: no-repeat;

	position: relative;
	z-index: 0;
	overflow: hidden;

	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.cw-hero-hp .hero__content {
	padding: 100px 0 1rem;
	position: relative;
	z-index: 2;
}

.cw-hero-hp .hero__content .hero__preline {
	display: block;
	margin-bottom: 10px;
}

.cw-hero-hp .hero__content .hero__headline span {
	font-weight: 500;
}

.cw-hero-hp .hero__content .hero__headline {
	font-size: 2.5rem;
	line-height: 0.9;
	margin-bottom: 10px;
	/* color: #fff; */
}

.cw-hero-hp .hero__content .hero__subhead {
	font-size: 2rem;
}

.cw-hero-hp .hero__content p {
	/* color: inherit; */
	font-size: .9em;
}

.cw-hero-hp .hero__content .hero__CTA i {
	font-size: 14px;
	margin-left: 10px;
}

.cw-hero-hp .hero__content label,
.cw-hero-hp .hero__content p {
	/* color: inherit; */
}


@media (min-width: 440px) {
	.cw-hero-hp .hero__content .hero__headline {
		font-size: 3.5rem;
	}

	.cw-hero-hp .hero__content {
		padding: 220px 0 0px;
		position: relative;
		z-index: 2;
	}
}

@media (min-width: 768px) {
	.cw-hero-hp .hero__content {
		padding-top: 200px;
	}
}

@media (min-width: 992px) {
	.cw-hero-hp {
		min-height: 730px;
	}

}

@media (min-width: 992px) {
	.cw-hero-hp {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	.cw-hero-hp .hero__content .hero__headline {
		font-size: 4.8rem;
	}

	.cw-hero-hp .hero__content {
		padding-top: 280px;
	}

	.cw-hero-hp .hero__content .cw-lg-offset {
		padding-left: 34%;
		display: block;
	}

	.cw-hero-hp .hero__content .cw-lg-move-up {
		margin-top: -4.5rem;
	}
}


@media (min-width: 1200px) {
	.cw-hero-hp .hero__content .hero__headline {
		font-size: 5.7rem;
	}
}

@media (min-width: 1480px) {
	.cw-hero-hp .hero__content .hero__headline {
		font-size: 6.5rem;
	}
}

/* Inventory Search Module */

.page-home .inventory-search-module {
	background: linear-gradient(to bottom, var(--color-theme-secondary), #030C11);
	/* margin-top: -4rem !important; */
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	padding: 50px 0px 130px;
}

.page-home section.inventory-search-module .form__wrapper {
	background-color: #E7E7E7 !important;
}

.page-home section.inventory-search-module label {
	color: rgb(0, 0, 0) !important;
	font-weight: 100 !important;
}


/* Inventory Title left */

.cw-left-title h2 {
	font-size: 50px;
}

@media (min-width: 280px) {
	.cw-left-title h2 {
		font-size: 42px;
	}
}

@media (min-width: 330px) {
	.cw-left-title h2 {
		font-size: 50px;
	}
}

.cw-left-title span {
	font-weight: 500;
	color: var(--color-theme-primary);
}

/* Inventory Slideshow */

.page-home .card__multi__style1 .item__card {
	background-color: #030608;
	color: #fff;
	border: 1px solid #030608;
}

.page-home .card__multi__style1 a.item__title {
	color: inherit;
}

.page-home .card__multi__style1 .item__flex {
	background-color: var(--color-theme-text-btn) !important;
	color: var(--color-theme-secondary) !important;
}

/* Home Page About */

.cw-about {
	padding: 0 0 5rem;
	/* margin-top: -26px; */
	overflow: hidden;
}

.cw-about-title {
	padding: .5rem 0 4rem;
}

/* .image-container {
	position: relative;
} */

/*Stats 1 */

.cw-about .cw-box1 {
	margin-top: -114px;
	z-index: 1;
}

.cw-about .stats-box {
	background-color: #E7E7E7;
	color: #010608;
	border-radius: 0.25rem;
	padding: 3.5rem 2.5rem;
	width: 620px;
	height: 200px;
}

.cw-about .stats-box h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	color: #882820;
}

.cw-about .stats-box p {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.9;
}

@media (min-width: 992px) {
	.cw-about .cw-box1 {
		margin-top: -60px;
	}
}

@media (min-width: 1200px) {
	.cw-about .cw-box1 {
		margin-top: -114px;
	}
}

/*Stats 2*/

/* .stats-box-overlay {
	position: absolute;
	bottom: -5rem;
	left: 1rem;
	right: 1rem;
} */

.stats-box2 {
	background-color: #E7E7E7;
	color: #000;
	border-radius: 0.25rem;
	padding: 2rem 1.5rem;
}

.stats-box2-overlay {
	position: absolute;
	bottom: -2rem;
	left: 1rem;
	right: 1rem;
}

.stats-box2 h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	color: var(--color-theme-secondary);
}

.stats-box2 p {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.9;
}

/* .cw-about-text {
	margin-top: 242px;
} */

.cw-read-btn {
	color: #fff;
	border-bottom: 2px solid #E7E7E7;
}

.cw-read-btn:hover {
	color: #E7E7E7;
}

/* 
@media (min-width: 280px) {
	.stats-box-overlay {
		position: absolute;
		bottom: -16rem;
		left: 1rem;
		right: 1rem;
	}
}

@media (min-width: 330px) {
	.stats-box-overlay {
		position: absolute;
		bottom: -16rem;
		left: 1rem;
		right: 1rem;
	}

	.cw-about-text {
		margin-top: 234px;
	}
}


@media (min-width: 768px) {
	.stats-box-overlay {
		position: absolute;
		bottom: -5rem;
		left: 1rem;
		right: 1rem;
	}

	.cw-about-text {
		margin-top: 74px;
	}
} */

@media (min-width: 992px) {
	.cw-about-text {
		margin-bottom: 76px;
	}
}

@media (min-width: 1200px) {
	.cw-about-text {
		margin-bottom: 178px;
	}
}

@media (min-width: 1480px) {
	.cw-about-text {
		margin-bottom: 210px;
	}
}


/* Service Cards */

.cw-services {
	padding-top: 28px;
}

.service-card {
	border-color: #eee !important;
	position: relative;
	color: #fff;
	margin: 10px;
	transition: transform 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
}

/* Only add custom shorter borders */
.border-end-custom::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	height: 60%;
	border-right: 1px solid #eee;
}

.cw-service-title h2 {
	font-size: 50px;
	text-align: right;
	color: #fff;
}

.cw-service-title span {
	font-weight: 500;
	color: var(--color-theme-secondary);
}

.cw-services h5 {
	color: #ffffff;
}

.cw-services p {
	color: #fff;
}

/* Rounded Square Icon Background */
.icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background-color: #E7E7E7;
}

.icon i {
	font-size: 28px;
	color: var(--color-theme-secondary);
}

/* Arrow Buttons */
.cw-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #060505;
	color: #E7E7E7;
	border: 1px solid #E7E7E7;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}

.cw-arrow:hover {
	background-color: #060505;
	color: var(--color-theme-secondary);
	border: 1px solid var(--color-theme-secondary);
}

/* On small screens: align text and icons left, arrow stays right */
@media (max-width: 768px) {
	.service-card {
		text-align: left !important;
		/* force left align text */
	}

	.icon {
		margin: 0 0 1rem 0;
		/* keep it left, add spacing below */
	}

	.cw-arrow {
		margin-left: auto;
		/* pushes arrow to the far right */
		margin-right: 0;
	}

	.border-end-custom::after {
		display: none;
	}

	.cw-service-title h2 {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.border-end-custom::after {
		content: "";
		position: absolute;
		top: 20px;
		right: 0;
		height: 60%;
		border-right: 1px solid #eee;
	}

	.cw-service-title h2 {
		text-align: right;
	}
}


/* Internal Page Titles */

.title+.text {
	margin-top: 0
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: .5rem;
	background: linear-gradient(to bottom, #000000, #2198f2);
	text-align: center;
	/* padding-top: 160px; */
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0 1.5rem;
	color: white;
	text-shadow: 0 0 4px black;
	text-transform: uppercase;
}

section:not(.page-home) .title h1 {
	font-size: 2rem
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media (min-width: 992px) {
	section:not(.page-home) .title {
		margin-top: calc(-1 * var(--cw-headerHeight));
		padding-top: calc(var(--cw-headerHeight) + 2rem);
	}

	section:not(.page-home) .title .title-heading {
		padding-top: 3.5rem;
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem
	}
}


/* -------------------- tabbed services ---------------------- */
.cw-tabbed-services {
	margin-top: 0rem;
	margin-bottom: 2rem;
}

.cw-contentSection {
	padding: 20px 0;
}

.cw-tabbed-services .nav-tabs {
	width: 100%;
}

.cw-tabbed-services .nav-tabs .nav-item {
	flex-grow: 1;
}

.cw-tabbed-services .nav-link {
	border: none;
	padding: 15px;
	transition: background-color 0.3s ease;
	background-color: #eeeeee;
	color: #000;
	margin-top: 10px;
	border-radius: 0px !important;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	display: flex;
	/* flex-flow: row wrap; */
	justify-content: center;
	align-items: center;
	width: 100%;
}

.cw-tabbed-services .nav-link:hover {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	z-index: 1;
	text-decoration: none;
}

.cw-tabbed-services .nav-link.active {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

/* .cw-tabbed-services .list-group-item-action:hover{
	z-index: 1;
	color: #333;
	text-decoration: none;
	background-color: var(--color-theme-primary) ;
} */


.cw-serviceReviews {
	padding: 30px;
	border: 1px solid #f4f4f4;
	border-radius: 15px;
	transition: all 0.4s ease-in-out;
}

/* -------------------- About page FAQ section ---------------------- */

.cw-faq {}

.cw-faq .container {
	max-width: 1100px;
}

.cw-global-title {
	font-size: 3rem !important;
	color: var(--color-theme-text);
}

.cw-global-title span {
	color: var(--color-theme-primary);
}

.cw-faq .cw-faq-divider {
	border-top: 1px solid var(--color-theme-text);
	margin: 1.5rem 0 2.5rem;
}

.cw-faq .cw-faq-item {
	border-bottom: 1px solid rgb(255, 255, 255, .32);
	padding: 1rem 0;
}

.cw-faq .cw-arrow-btn {
	color: var(--color-theme-primary);
	border: 0px solid #e7e7e7 !important;
}

.cw-faq .cw-faq-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cw-faq .cw-faq-number {
	font-size: 1.5rem;
	font-weight: 400;
	width: 60px;
	color: var(--color-theme-primary);
}

.cw-faq .cw-faq-title {
	font-size: 1.25rem;
	font-weight: 500;
	/* color: #fff; */
	flex-grow: 1;
}

.cw-faq .cw-faq-description {
	/* color: #a5a5a5; */
	color: var(--color-theme-text);
	opacity: .95;
	font-size: 0.8rem;
	line-height: 1.5;
	display: none;
	/* hidden by default */
	margin-top: 0.75rem;
	padding-left: 60px;
	/* align under number */
}

.cw-faq .cw-faq-item.open .cw-faq-description {
	display: block;
	animation: fadeDown 0.3s ease;
}

@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.cw-faq .cw-faq-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid var(--color-theme-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	cursor: pointer;
}

.cw-faq .cw-faq-item.open .cw-faq-button i {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.cw-faq .cw-faq-button i {
	transition: transform 0.3s ease;
}




/*SRP Page*/
.inventory .vehicle-card.layout-1 .inventory-cta .btn:not(.btn-pre-qualified) {
	border-radius: 5px !important;
	padding: 10px !important;
}

@media (max-width: 991px) {
	body .inventory .srp-sidebar {
		/* Should help keep search results page in front of navbar on mobile.*/
		/* ALSO reduce highest navbar/other elements z-index to around 1030-1039 */
		z-index: 1040;
	}
}

/* VDP Page */

.builder-canvas__sticky-container {
	margin-bottom: 1rem;
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	color: var(--color-theme-highlight) !important;
	background-color: var(--color-theme-text-btn) !important;
	border-color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .photoGallery__modal__footer .btn-outline-secondary {
	border-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	background-color: var(--color-theme-primary);
	border-radius: 56px;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
	background-color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-highlight) !important;
}

.inventorydetails .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	/* background-color: #071e2b; */
	background-color: #1a1a1a;
	color: #fff;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: #E7E7E7;
	color: #E7E7E7;
	background: #020c11;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	color: var(--color-theme-text-btn) !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus {
	color: var(--color-theme-text-btn) !important;
}

.inventorydetails .sn_business_openclose.open,
.inventorydetails .store__hours .hours__status {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}


/* -------------------- home-finance ---------------------- */

.cw-home-finance {
	background: linear-gradient(to top, #000000, #000000);
	padding: 3rem 0 5rem;
	overflow: hidden;
	margin-bottom: 3rem;
}

.cw-home-finance .cw-finance-title {
	padding: 1rem 0 4rem;
}

.cw-home-finance .cw-text-box {
	background-color: #e7e7e7;
	color: rgb(0, 0, 0);
	border-radius: 0.25rem;
	padding: 2rem 1.5rem;
}


.cw-home-finance .cw-text-box h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	color: #000000;
}

.cw-home-finance .cw-text-box p {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.9;
}


.cw-home-finance .cw-finance-btn {
	color: #910000;
	border-bottom: 2px solid #910000;
	z-index: 1 !important;
}

.cw-home-finance .cw-finance-btn:hover {
	color: #bd0000;
}


.cw-home-finance .cw-text-box h3 {
	font-size: 2rem;
}


@media (min-width: 768px) {}

@media (min-width: 992px) {
	.cw-home-finance {
		padding-bottom: 160px;
	}

	.cw-home-finance .cw-text-box {
		position: relative;
		bottom: -100px;
		left: -100px;
		width: calc(100% + 100px);
	}

}

/* Footer  */
.footer-info-business,
.footer-nav-links {
	display: none;
}

.footer {
	padding-top: 0px !important;
}

.cw-footer {
	padding: 3rem 0;
	position: relative;
	z-index: 0;
	color: #E7E7E7;
}

.cw-footer::before {
	content: "";
	position: absolute;
	background: #000000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 100%;
	z-index: -1;
}

.cw-img-right {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	animation: cw-img-right 1.5s linear infinite alternate;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: #a7a7a7;
}

@keyframes cw-img-right {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(15px);
	}
}

.cw-img-left {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	animation: cw-img-right 1.5s linear infinite alternate;
}

@keyframes cw-img-left {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(15px);
	}
}

.cw-footer .cw-footer-logo {
	text-align: center;
	margin-bottom: 2rem;
}

.cw-footer .cw-footer-logo img {
	width: 300px;
}

.cw-footer h6 {
	color: #ffffff !important;
}

.cw-footer p {
	margin-bottom: 0.8rem;
}

.cw-footer .cw-footer-social i {
	/* background-color: #fff; */
	padding: 0.5rem;
	width: 2.2em;
	height: 2.2em;
	font-size: 1.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* color: #fff; */
	border-radius: 50%;
	border: 1px solid #E7E7E7;
	color: #E7E7E7;
}

.cw-footer .cw-footer-social i:hover {
	border: 1px solid #a7a7a7;
	color: #a7a7a7;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-footer .cw-footer-logo {
		text-align: left;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.cw-carfinder-parallax h2 span {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .navbar.header-scroll .navbar-brand {
        background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D99FC1EC0A28F88700DB97477206E2E0.png) !important;
    }
}