/* 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: #000 !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: #000 !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;
}

/* 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-primary);
	color: #000;
}

.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: #252525;
}

.cw-header-contact {
	padding: 6px 2px;
}

.header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: var(--color-theme-primary)
}

@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;
	}

	/* keeps nav items on the right side of header */
	.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) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 315px);
		justify-content: center;
	}
}

@media (min-width: 1400px) {

	.header .container,
	.cw-header-contact .container {
		max-width: 1340px
	}
}

/* Hero Section */
.cw-layeredCar {
	height: 37vw;
	width: 100%;
	background-color: #eeeeee;
	position: relative;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/76021162970AA5982CAEEAE4D4F1F35A.jpg")
	  center center / cover;
	overflow: hidden;
	}
  
  .cw-layeredCar .cw-car {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9C5876EB629ADF15212E9002E412838E.png")   no-repeat center center / cover;
	background-size: 70%;
	background-position: bottom center;
	z-index: 10;
	}
  
  .cw-layeredCar .cw-carFloor {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2AACACFDADB273700FE0F56E370C5422.png")
	  no-repeat center center / cover;
	background-size: 100%;
	background-position: bottom center;
	z-index: 8;
  }
  
 
  
  /* XS: 440px and Up */
  @media (min-width: 440px) {
  }
  
  /* SM: 768px and Up */
  @media (min-width: 768px) {
	.cw-layeredCar .cw-logo {
	  background-size: 70%;
	  background-position: center 20%;
	}
	.cw-layeredCar .cw-car {
	  background-size: 90%;
	}
  }
  
  /* MD: 992px and Up */
  @media (min-width: 992px) {
	.cw-layeredCar .cw-logo {
	  background-position: center 40%;
	  background-attachment: fixed;
	}
	.cw-layeredCar .cw-car {
	  background-size: 100%;
	}
  }
  
  /* LG: 1200px and Up */
  @media (min-width: 1200px) {
	.cw-layeredCar .cw-logo {
	  background-position: center 50%;
	}
  }
  
  /* XLG: 1400px and Up */
  @media (min-width: 1400px) {
	.cw-layeredCar .cw-logo {
	  background-position: center 22rem;
	}
  }

/*-- Home Search --*/

/* Search combine */
/* Home Search */
.cw-search {
	padding: 4em 0 5em 0;
	background-image: linear-gradient(0deg, white, rgba(255,255,255,.95)), 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;
	}
}

.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;
	color: #000;
	font-weight: 800;
}

.cw-search .cw-types a:hover {
	border: 1px solid #ced4da;
	border-radius: 5px
}

.page-home .inventory-search-module {
	display: flex;
	background: #fff;
	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-secondary);
}

/* 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: #fff;
	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: 0em 0 8em 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.blurb__section .blurb__wrapper {
	border: 1px solid #333;
	padding: 40px;
	margin-bottom: 20px;
	background-color: #000;
	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: #222;
}

@media (min-width:992px) {
	.cw-trade {
		background-size: cover;
		background-attachment: fixed;
	}
}

.cw-trade .cw-text-overlay {
	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;
}




/* 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-highlight);
}

/* 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: #222;
    background-size: cover;
    text-align: center;
  }

  .cw-footer iframe {
    width: 100%;
  }

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

  .cw-address,
  .cw-phone {
    position: relative;
    line-height: 1.35;
    padding-left: 1.5rem;
    font-size: 1.1rem;
    color: #fff;
  }

  .cw-address:before {
    font-family: FontAwesome;
    content: "\f3c5";
    position: absolute;
    left: 0;
    padding-right: 0.5rem;
    color: var(--color-theme-primary);
  }

  .cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    position: absolute;
    left: 0;
    top: 2px;
    padding-right: 0.5rem;
    color: var(--color-theme-primary);
  }

  .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-primary);
  }

  .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: #000!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);
}

/* header on mobile*/
.page-inventory-details .cw-header-info,
.page-inventory-details .cw-header-contact {
	display: none;
}

@media (min-width:768px) {

	.page-inventory-details .cw-header-info,
	.page-inventory-details .cw-header-contact {
		display: block;
	}
}

.business-hours {
    color: #fff;
    text-align: left;
}

.popular-vehicles-sections {
    background-color: var(--color-theme-background);
    padding: 5rem 2rem 3rem 2rem;
}

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;
	}

    .card__multi__style3 .item__card {
        background-color: #222 !important;
    }

    .cw-home {
	    padding: 7rem 0;
	    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/748737F45E927DF283381751A87B12B4.jpg);
	    background-attachment: fixed;
	    background-size: cover;
	    overflow: hidden;
	}

	.cw-home h2 span {
		font-size: 60%
	}

	.cw-card {
		position: relative;
		overflow: hidden;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25)
	}

	.cw-card a {
		display: block;
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.cw-card:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background: rgba(0, 0, 0, .5);
		transition: background .5s ease-out
	}

	.cw-card:hover:before {
		background: rgba(231, 76, 60, .7)
	}

	.cw-card .cw-card-img {
		height: 100%;
		width: 100%;
		object-fit: cover
	}

	.cw-card .cw-card-img-overlay {
		position: absolute;
		left: 1.5rem;
		right: 0;
		bottom: 0;
		padding-bottom: 1.5rem;
		color: #fff
	}

	.cw-card-title {
		font-size: 1.5rem;
		margin-bottom: .5rem
	}

	.cw-card button {
		padding: 0;
		background: 0 0;
		color: #fff;
		border: none
	}

	.cw-card button:after {
		font-family: FontAwesome;
		content: "\f105";
		padding-left: .25rem;
		color: #fff;
		font-size: .85rem
	}

	.cw-reasons .container {
		padding: 3rem 2rem;
		background: #fff;
		box-shadow: 0 4px 30px rgba(0, 0, 0, .25)
	}

	.cw-reasons h2 {
		font-size: 2.25rem
	}

	.cw-reasons .lead {
		margin-bottom: 3rem
	}

	.cw-reasons .fas {
		margin-bottom: 1.5rem;
		font-size: 2rem
	}

	.cw-reasons h4 {
		margin-bottom: 1rem;
		text-transform: none;
		font-size: 1.3rem
	}

	@media(min-width: 768px) {
		.cw-card-title {
			font-size: 1.75rem
		}

		.cw-reasons .container {
			padding: 3rem
		}

		.cw-reasons h2,
		.cw-home h2 {
			font-size: 3rem
		}
	}

	@media(min-width: 992px) {
		.cw-list .container {
			max-width: 1400px
		}
	}

	@media(min-width: 1440px) {
		.cw-reasons .container {
			max-width: 1400px
		}

		.cw-reasons h2,
		.cw-home h2 {
			font-size: 3.75rem
		}

		.cw-reasons .lead {
			font-size: 1.5rem
		}
	}

    section.creditQualifyBanner.my-3 {
        padding-top: 3rem;
    }

    /* This fix is mostly for dark background sites, but could be useful when you want to change the hard-coded colors on the Vehicle Details Page  */

.inventorydetails .vdp-module-canvas-razor-wrapper a {
	color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper a:hover {
	color: var(--color-theme-highlight);
}

.inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title {
	color: var(--color-theme-text);
}

.inventorydetails p {
	color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary {
	color: var(--color-theme-text-btn) !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-primary);
}

.inventorydetails [LoanCalculatorWidgetCssScope] .loan__calc__content .calc__totals__wrapper {
	background-color: transparent;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background-color: var(--color-theme-primary);
	border-color: #000;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	color: var(--color-theme-text-btn);
	background-color: var(--color-theme-primary);
	border-color: var(--color-theme-primary);
}

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

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: var(--color-theme-highlight);
}

.inventorydetails .disclaimerText {
	color: var(--color-theme-text);
	opacity: .9;
}

/* this is normally hard-coded as a white background. If you want to keep that, you'll probably need to customize all the colors inside the .vdp__message__wrapper so it works on the light background*/
.inventorydetails .vdp__message__mod.module .vdp__message__wrapper {
	background-color: transparent;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #333 !important;
}

.loan__calc__content .btn.btn-outline-secondary {
    color: #fff;
}

.card__multi__style3 .item__card .title__style__content .item__title h3{
	color: #000 !important;
}

.card__multi__style3 .title__style__content{
	color: #000 !important;
}

.businessinfo .contact-details a:hover, .businessinfo a:hover {
  color: #fff;
}