/*-- Header --*/
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

section:not(.page-inventory-details) header.header {
	box-shadow: 1px 0px 25px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 1;
}

.cw-header-info {
	padding: 5px 0;
}

.cw-header-info .cw-header-logo {
	max-width: 350px;
	padding: .5rem;
	display: inline-block;
}

.cw-header-info .cw-header-logo a {
	/* display: block; */
}

.cw-header-info .cw-address {
	margin: .3rem .3rem;
}
.cw-header-info .cw-phone {
	font-size: 1.25rem;
	color: inherit;
}

.cw-header-info .cw-phone:hover {
	color: var(--color-theme-highlight);
}

.cw-header-info .cw-phone:before {
	font-family: FontAwesome;
	content: "\f095";
	margin-right: .25em;
	color: var(--color-theme-highlight);
	font-weight: normal;
}

.cw-header-info .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	margin-right: .25em;
	color: var(--color-theme-highlight);
	font-weight: normal;
}

/* Navbar */
.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase
}

@media(max-width: 568px) {
	section:not(.page-inventory-details) header.header {
		box-shadow: none;
	}
}

/* ----- Hero ----*/
.cw-hero {
	background: #151f26;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .8), transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B84614CE3A3EEBC00524E5C49E3F3D53.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 2rem .5rem .5rem
}

.cw-hero .hero-text {
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 2px #000
}

.cw-hero .hero-text p {
	text-shadow: 1px 1px 5px #000
}

/* .cw-hero img {
	display: none
}

.cw-hero img.cw-divider {
	position: absolute;
	bottom: 0;
	left: 0
} */

.cw-hero .hero-text .btn {
	text-shadow: none
}

@media(min-width: 576px) {}

@media(min-width: 768px) {
	.cw-hero {
		padding: 7rem 3rem 10rem 3rem;
	}
}

@media(min-width: 992px) {

	.cw-hero h1 {
		font-size: 3rem
	}

	/* .cw-hero img {
		position: relative;
		width: 800px;
		z-index: 1;
		display: block
	} */
}

/* ---- Buttons -----*/

.cw-no-gutter {
	padding-left: 0;
	padding-right: 0;
}

.cw-main-section {
	background-image: url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1022954/photos/main-bkg.f31fdb54.jpg");
	padding: 1em;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 20vw;
	padding: 2% 0;
}

.cw-main-section h5 {
	padding: 1em;
	color: #FFFFFF;
	font-size: 2.8em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	font-weight: 400;
	text-transform: uppercase;
}

.cw-main-section h5 span {
	color: #E87E04;
	text-transform: uppercase;
	font-weight: 800;
}

.cw-main-buttons {
	padding: 1em 0;
	text-align: center;
	background: #E87E04;
	background: rgb(218, 73, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 73, 0, 1)), to(rgba(232, 126, 4, 1)));
	background: -webkit-linear-gradient(top, rgba(218, 73, 0, 1) 0%, rgba(232, 126, 4, 1) 100%);
	background: -o-linear-gradient(top, rgba(218, 73, 0, 1) 0%, rgba(232, 126, 4, 1) 100%);
	background: linear-gradient(180deg, rgba(218, 73, 0, 1) 0%, rgba(232, 126, 4, 1) 100%);
}

.cw-main-buttons a {
	padding: 1.5em;
	display: block;
	color: #FFFFFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.cw-main-buttons a i {
	font-size: 2em;
	display: block;
	padding: .25em;
	transition: 1s ease-in-out;
}

.cw-main-buttons a:hover i {
	position: relative;
	bottom: 10px;
	transition: 1s ease-in-out;
}

.cw-main-buttons a:hover {
	color: #FFFFFF !important;
	background: rgba(236, 170, 0, .3);
}

/* XS: 440px & Up */
@media (min-width: 440px) {
	.cw-main-section h5 {
		padding: 1em;
		font-size: 2.8em;
	}

	.cw-main-buttons a {
		padding: 2em;
	}

	.cw-main-buttons a i {
		font-size: 2.5em;
	}

	.cw-gradient {
		padding: 1em;
	}
}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-main-section h5 {
		padding: 1em;
		font-size: 4em;
	}

	.cw-main-buttons a {
		padding: 1em;
		font-size: 1.6em;
	}

	.cw-main-buttons a i {
		font-size: 2.3em;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-main-section h5 {
		padding: 1.4em .9em;
		font-size: 4.5em;
	}

	.cw-main-buttons {
		padding-top: 1em;
		padding-bottom: 3em;
	}

	.cw-main-buttons a {
		padding: 1em;
		font-size: 1.5em;
		border-bottom: none;
		border-right: none;
	}

	.cw-main-buttons a i {
		font-size: 2em;
	}
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
	.cw-main-section h5 {
		font-size: 5em;
	}

	.cw-main-buttons a {
		padding: 1.2em;
		font-size: 1rem;
	}
}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {}

/* ---- Inventory Search ----*/
.inventory-search-module {
	padding: 1.5rem 0;
	margin: 0 !important;
	background: #DA4900;
}

section.inventory-search-module .form__wrapper {
	border: none !important;
}

.search__input a.btn.btn-primary {
	background: #fff;
	color: var(--color-theme-primary);
}

section.inventory-search-module label {
	color: #fff;
}

/* --- Home Title ---*/
.cw-triangle {
	z-index: 99;
	height: 60px;
	display: block;
	position: relative;
}

.cw-triangle:after {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 35%;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	margin-left: auto;
	margin-right: auto;
	border-top: 50px solid rgb(231 123 4);
	z-index: 99;
	content: "";
}

/* XS: 440px & Up */
@media (min-width: 440px) {
	.cw-triangle:after {
		top: -1px;
		left: 41%;
	}
}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-triangle:after {
		left: 42%;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-triangle:after {
		left: 47%;
	}
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {}

.cw-footer {
	padding: 4rem 0;
	background: var(--color-theme-text);
	color: var(--color-theme-background);
	text-align: left
}

.cw-footer iframe {
	width: 100%
}

.cw-footer .cw-foot-logo {
	width: 350px;
}

.cw-footer a {
	color: inherit;
	padding: 2px 5px;
	width: fit-content;
	border-radius: 3px;
	border: 1px solid transparent;
}

.cw-footer a:hover {
	color: inherit;
	border: 1px solid var(--color-theme-highlight);
}

.cw-footer .footer-social {
	font-size: 1.5rem;
}

.cw-footer .footer-social a {
	margin: 1px 4px;
	line-height: 1.1;
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	font-size: 1.1rem
}

.cw-footer .cw-footerMenu a {
	display: block;
	width: fit-content;
	margin-bottom: .3rem;
	font-weight: 700
}

.cw-footer .cw-footerMenu a:hover,
.cw-footer .cw-phone:hover {
	color: #eee
}

.cw-footer h5 {
	margin-bottom: 1rem;
	/* color: #fff; */
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

/* ---- About Us ------*/
/* Two column ==================================================================================== */
.container {
	max-width: 1350px !important;
}

.cw-two-column {
	position: relative;
	z-index: 1;
	/* background: var(--color-theme-primary); */
	margin: 0;
}


.cw-two-column::before {
	content: '';
	background-color: #f1f1f1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 80%;
	margin: auto;
}

.cw-inner-img {
	height: 100%;
	width: 102%;
	border: 12px solid #f1f1f1;
	position: relative;
	overflow: hidden;
}

.cw-two-column-title {
	position: relative;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.cw-two-column-title::after {
	content: "Welcome";
	position: absolute;
	top: 60px;
	right: 8rem;
	bottom: 0;
	left: 0;
	opacity: 40%;
	font-size: 3rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cw-column-inner-content {
	position: relative;
}

.cw-column-inner-content::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 3px solid var(--color-theme-highlight);
	width: 25%;
	height: 100%;

}

.cw-main-button {
	transition: all 1s;
	/* lets make it smooth */
}

.cw-main-button:hover {
	transition: all .5s;
	transform: translateX(10px);

}

/* 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) */
@media (max-width: 992px) {
	.cw-two-column::before {
		content: '';
		background-color: #e8e8e8;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		height: 100%;
		margin: auto;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.cw-two-column-title::after {
		display: none;
	}
}

/* ----- Finance -----*/

.section__title__headline {
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
}

.section__title__h2 .section__title__preline {
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	color: var(--color-theme-text);
	margin-bottom: 0;
	text-transform: uppercase;
}

.section__title__light .section__title__headline,
.section__title__light .section__title__copy {
	color: #fff;
}


.section__title__h2 .section__title__headline {
	font-size: 2.2rem;
}


.section__title__light .section__title__preline {
	color: var(--color-theme-primary);
}

.bodystyle__section {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FB765D921BC02C4EA64FFC5CCDBB126F.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	text-align: center
}

.financing__section {
	position: relative;
	z-index: 1
}

.financing__section .financing__img__main {
	max-width: 1500px
}

.financing__section .financing__wrapper {
	width: 100%;
	padding: 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-theme-text);
	overflow: hidden
}

.financing__section .financing__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.financing__section .info__item__wrapper {
	margin-bottom: 40px
}

.financing__section .info__item__wrapper .info__item__icon__wrapper {
	padding: 10px;
	min-width: 70px;
	min-height: 70px;
	border-radius: 4px;
	background-color: #1d1d1d;
}

.financing__section .info__item__wrapper .info__item__icon__wrapper i {
	font-size: 30px;
	color: var(--color-theme-primary)
}

.financing__section .info__item__wrapper .info__item__icon__wrapper img {
	max-width: 44px;
	max-height: 44px
}

.financing__section .info__item__wrapper .info__item__headline {
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--color-theme-text);
}

.financing__section .info__item__wrapper .info__item__headline span {
	color: #aa6412 !important
}

.financing__section .info__item__wrapper .info__item__copy {
	font-size: 1em;
	margin-bottom: 0
}

.financing__section .info__item__wrapper .info__item__subheadline {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5
}

.cw-testimonials .card-title {
	margin-bottom: 1.5rem;
	font-size: .9rem;
	font-weight: 700;
	text-align: right
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: .1rem .5em
}

.cw-testimonials i {
	color: #fff
}

@media(min-width: 992px) {
	.cw-testimonials h3 {
		font-size: 2.75rem
	}
}

@media(min-width: 1400px) {
	.cw-testimonials .card {
		font-size: .95rem
	}

	.cw-testimonials h3 {
		font-size: 3.5rem
	}

	.textwithimage-m3 .cw-testimonials .card-text {
		font-size: 1.15rem
	}

	.cw-testimonials .card-title {
		font-size: 1rem
	}
}


/* --- Car Finder -----*/
.cw-parallax-simple {
	/* am-title crate-cta am-title-carfinder crate-cta-carfinder */
	text-align: center;


	background-image: linear-gradient(45deg, black, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7BFD1F6003A787650FE873EE3C9AB6A9.jpg);
	background-position: center center;
	padding-top: 4em;
	padding-bottom: 3em;
	margin-top: 5rem;
	color: #fff
}


.cw-parallax-simple h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: .5rem 0 1.5rem;
	background-color: var(--color-theme-highlight);
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.cw-parallax-simple h2 {
	font-size: 2.3rem;
	margin-top: 15px;
	text-transform: uppercase;
}



.cw-parallax-simple {}

.cw-parallax-simple::after {
	background: rgba(0, 0, 0, .7)
}

@media(max-width:768px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.cw-parallax-simple {
		padding-top: 8em;
		padding-bottom: 7em;
	}

	.cw-parallax-simple::after {
		background: transparent;
	}
}

/* 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) {}

.popular-vehicles-sections {
	padding-bottom: 4rem;
}

.footer .footer-bottom-section {
	background: var(--color-theme-primary);
}

/* ----- Page Titles -----*/
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CCE3CF91DE15EF521C22E873F36BFD77.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	text-transform: uppercase;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 0;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-transform: uppercase;
}

section:not(.page-home) .title h1 {
	font-size: 1.6rem;
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media(min-width: 992px) {

	section:not(.page-home) .title .title-heading {
		padding: 4.5rem 0
	}

	section:not(.page-home) .title h1 {
		font-size: 3rem
	}
}


.creditQualifyPage {
	padding: 3rem 0;
}



h2.popular-vehicles-section-heading {
	text-transform: uppercase;
}

.business-hours .bh-title {
	text-transform: uppercase;
	font-size: 1.4rem;
}