@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.btn-primary:hover {
	color: #000 !important;
}

.cw-h1 {
	background-color: #ADADAD;
	color: #000;
}

.cw-h1 h1 {
 font-size: 2em;
 padding-top: .3em;
}

  /*Header*/

  .cw-header {
    margin: 2em 0em 2em 0em;
  }


  .cw-header .cw-logo {
    max-width: 300px;
    margin: 0 auto;
  }

  .cw-header p {
    margin: 0;
  }

  .cw-header .cw-social a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: var(--color-theme-secondary);
    margin: 5px;
    font-size: 25px;
    color: #F3E6A7;
  }

 .cw_address {
		font-size: 14px;
		margin-bottom: 10px;
		color: #F3E6A7;
	}

.cw_phone {
		font-size: 22px;
		margin: 0;
		color: #F3E6A7;
	}

	.cw_phone a {
		font-size: 22px;
		font-weight: 400;
		color: #F3E6A7;
	}

	p.cw_slogan {
		font-size: 37px;
		font-family: "Courgette", cursive !important;
		margin: 0;
		color: #F3E6A7;
	}
	p.cw_slogan2 {
		font-size: 30px;
		color: #F3E6A7;
	}

  /* MD: 992px & Up */
  @media (min-width: 992px) {
    .cw-header .cw-logo {
      margin: 0;
    }
  }
        /* -------- Carousel Fade - .cw_carousel_fade -------- */
        .cw_carousel_fade .carousel-inner .item {
					opacity: 0;
					-webkit-transition-property: opacity;
					-o-transition-property: opacity;
					transition-property: opacity;
	}

	.cw_carousel_fade .carousel-inner .active {
					opacity: 1;
	}

	.cw_carousel_fade .carousel-inner .active.left,
	.cw_carousel_fade .carousel-inner .active.right {
					left: 0;
					opacity: 0;
					z-index: 1;
	}

	.cw_carousel_fade .carousel-inner .next.left,
	.cw_carousel_fade .carousel-inner .prev.right {
					opacity: 1;
	}

	.cw_carousel_fade .carousel-control {
					z-index: 2;
	}

	@media all and (transform-3d),
	(-webkit-transform-3d) {

					.cw_carousel_fade .carousel-inner>.item.next,
					.cw_carousel_fade .carousel-inner>.item.active.right {
									opacity: 0;
									-webkit-transform: translate3d(0, 0, 0);
									transform: translate3d(0, 0, 0);
					}

					.cw_carousel_fade .carousel-inner>.item.prev,
					.cw_carousel_fade .carousel-inner>.item.active.left {
									opacity: 0;
									-webkit-transform: translate3d(0, 0, 0);
									transform: translate3d(0, 0, 0);
					}

					.cw_carousel_fade .carousel-inner>.item.next.left,
					.cw_carousel_fade .carousel-inner>.item.prev.right,
					.cw_carousel_fade .carousel-inner>.item.active {
									opacity: 1;
									-webkit-transform: translate3d(0, 0, 0);
									transform: translate3d(0, 0, 0);
					}
	}

	.cw_slideBG {
					background: #111111;
					background: -webkit-linear-gradient(top, #111111 1%, #333333 50%, #111111 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #111111), color-stop(50%, #333333), to(#111111));
					background: -o-linear-gradient(top, #111111 1%, #333333 50%, #111111 100%);
					background: linear-gradient(to bottom, #111111 1%, #333333 50%, #111111 100%);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#111111', GradientType=0);
	}

	/* Side Text */
	.cw_sideText {
					color: #fff;
					padding: 2em;
					text-align: center;
					font-size: 3.1vw;
					font-weight: 900;
					text-shadow: 2px 2px 0 #111;
	}

	.cw_sideText span {
					font-weight: 200;
	}

	/* ---------------- Media Query ---------------- */
	/* XS: 440px and Up */
	@media (min-width: 440px) {}

	/* SM: 768px and Up */
	@media (min-width: 768px) {}

	/* MD: 992px and Up */
	@media (min-width: 992px) {
					.row.cw_equalVertical {
									display: -webkit-box;
									display: -ms-flexbox;
									display: flex;
									-webkit-box-pack: center;
									-ms-flex-pack: center;
									justify-content: center;
									-webkit-box-align: center;
									-ms-flex-align: center;
									align-items: center;
									/* -ms-flex-wrap: wrap;
flex-wrap: wrap; */
					}

					.cw_sideText {
									margin-right: -30px;
									font-size: 1.2em;
					}
	}

	/* LG: 1200px and Up */
	@media (min-width: 1200px) {
					.cw_sideText {
									margin-right: -30px;
									font-size: 1.4em;
					}
	}

	/* XLG: 1400px and Up */
	@media (min-width: 1400px) {}

section.inventory-search-module .btn-primary {
	background: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary);
}

section.inventory-search-module .form__wrapper {
	border-radius: 0 !important;
	border: 0 !important;
}

@media (min-width: 992px) {

	.page-home .inventory-search-module {
		position: relative;
		margin-top: 0 !important;
		background: var(--color-theme-primary);
	}

	section.inventory-search-module .form__wrapper {
		background: var(--color-theme-primary) !important;
		border-color: #b5b5b5 !important;
	}

	.page-home section.inventory-search-module label {
		font-weight: 700;
		color: #fff;
		text-shadow: 0 0 2px #000;
	}

	section.inventory-search-module>.container {
		max-width: 1320px !important;
	}
}

.cw-about-page {
	margin-bottom: 10px;
}

.cw-about-page,
.cw-about-page a {
	color: #fff;
}

.cw-about-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-about-page p,
.cw-about-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
	color: #fff;
}

.cw-about-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-about-page .cw_bold,
.cw-about-page a {
	font-weight: 900;
}

.cw-about-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	padding-bottom: 20px;
}

.cw-about-page .cw_button {
	padding: 20px 30px;
	display: inline-block;
	background-color: #024F3D !important;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.cw-about-page .cw_button:hover {
	color: #F3E6A7;
	background-color: #024F3D !important;
}

.cw_NADA {
	display: inline-block;
	width: 100%;
	width: 100%;
	text-align: center;
}

.cw_NADA img {
	max-width: 116px;
	height: auto;
	display: inline-block;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
	.cw-about-page .cw_sidePhoto {
		width: 360px;
		height: auto;
	}

	.cw-about-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-about-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}

/* MD: 992px and Up */
@media (min-width: 992px) {
		.cw_NADA {
	display: inline-block;
	width: 100%;
	width: 100%;
	text-align: right;
}
}

/* LG: 1200px and Up */
@media (min-width: 1200px) {
	.cw-about-page .cw_sidePhoto {
		width: 470px;
	}
}




.cw-hours-page {
	margin-bottom: 10px;
}

.cw-hours-page,
.cw-hours-page a {
	color: #fff;
}

.cw-hours-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-hours-page p,
.cw-hours-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
	color: #fff;
}

.cw-hours-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-hours-page .cw_bold,
.cw-hours-page a {
	font-weight: 900;
}

.cw-hours-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	padding-bottom:20px;
}

.cw-hours-page .cw_button {
	padding: 20px 30px;
	display: inline-block;
	background-color: #024F3D !important;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.cw-hours-page .cw_button:hover {
	color: #F3E6A7;
	background-color: #024F3D !important;
}


.cw_googleMap {
	height:400px;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
	.cw-hours-page .cw_sidePhoto {
		width: 360px;
		height: auto;
	}

	.cw-hours-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-hours-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}



.cw-consignment-page {
	margin-bottom: 10px;
}
.cw-consignment-page, .cw-consignment-page a {
	color: #fff;
}
.cw-consignment-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-consignment-page p, .cw-consignment-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
}

.cw-consignment-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-consignment-page .cw_bold,
.cw-consignment-page a {
	font-weight: 900;
}

.cw-consignment-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
		padding-bottom:20px;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
			.cw-consignment-page .cw_sidePhoto {
		width: 400px;
		height: auto;
	}

	.cw-consignment-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-consignment-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}




.cw-new-page {
	margin-bottom: 10px;
}

.cw-new-page,
.cw-new-page a {
	color: #fff;
}

.cw-new-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-new-page p,
.cw-new-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
}

.cw-new-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-new-page .cw_bold,
.cw-new-page a {
	font-weight: 900;
}

.cw-new-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
		padding-bottom:20px;
}

.cw-new-page .cw_button {
	padding: 20px 30px;
	display: inline-block;
	background-color: #024F3D !important;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.cw-new-page .cw_button:hover {
	color: #F3E6A7;
	background-color: #024F3D !important;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
	.cw-new-page .cw_sidePhoto {
		width: 426px;
		height: auto;
	}

	.cw-new-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-new-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}

/* MD: 992px and Up */
@media (min-width: 992px) {}

/* LG: 1200px and Up */
@media (min-width: 1200px) {
			.cw-new-page .cw_sidePhoto {
		width: 620px;
	}
}




.cw-financing-page {
	margin-bottom: 10px;
}

.cw-financing-page,
.cw-financing-page a {
	color: #fff;
}

.cw-financing-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-financing-page p,
.cw-financing-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
}

.cw-financing-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-financing-page .cw_bold,
.cw-financing-page a {
	font-weight: 900;
}

.cw-financing-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
		padding-bottom:20px;
}

.cw-financing-page .cw_button {
	padding: 20px 30px;
	display: inline-block;
	background-color: #024F3D !important;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.cw-financing-page .cw_button:hover {
	color: #F3E6A7;
	background-color: #024F3D !important;
}

.cw-financing-page .cw_testimonial {
	display: inline-block;
	width: 100%;
	background: #024F3D;
	padding: 40px;
	position: relative;
	z-index: 1;
}

.cw-financing-page .cw_testimonial:before,
.cw-financing-page .cw_testimonial:after {

	position: absolute;
	color: rgba(255, 255, 255, 0.27);
	z-index: 2;
	font-size: 5.8em;
}

.cw-financing-page .cw_testimonial:before {
	content: open-quote;
	top: 40px;
	left: 20px;
}

.cw-financing-page .cw_testimonial:after {
	content: close-quote;
	bottom: 0;
	right: 20px;

}

.cw-financing-page .cw_testimonial .cw_bold {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 1.4em;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
	.cw-financing-page .cw_sidePhoto {
		width: 360px;
		height: auto;
	}

	.cw-financing-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-financing-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}



.cw-warranty-page {
	margin-bottom: 10px;
}

.cw-warranty-page,
.cw-warranty-page a {
	color: #fff;
}

.cw-warranty-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-warranty-page p,
.cw-warranty-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
}

.cw-warranty-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-warranty-page .cw_bold,
.cw-warranty-page a {
	font-weight: 900;
}

.cw-warranty-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
		padding-bottom:20px;
}

.cw-warranty-page .cw_button {
	padding: 20px 30px;
	display: inline-block;
	background-color: #024F3D !important;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.cw-warranty-page .cw_button:hover {
	color: #F3E6A7;
	background-color: #024F3D !important;
}

.cw-warranty-page .cw_testimonial .cw_bold {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 1.4em;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
	.cw-warranty-page .cw_sidePhoto {
		width: 360px;
		height: auto;
	}

	.cw-warranty-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-warranty-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}



.cw-registration-page {
	margin-bottom: 10px;
}

.cw-registration-page,
.cw-registration-page a {
	color: #fff;
}

.cw-registration-page h5 {
	font-size: 2em;
	margin: 30px 0 20px;
}

.cw-registration-page p,
.cw-registration-page li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0;
}

.cw-registration-page .cw_blast {
	font-size: 1.9em;
	font-weight: 900;
}

.cw-registration-page .cw_bold,
.cw-registration-page a {
	font-weight: 900;
}

.cw-registration-page .cw_sidePhoto {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
		padding-bottom:20px;
}

.cw-registration-page .cw_button {
	padding: 20px 30px;
	display: inline-block;
	background-color: #024F3D !important;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.cw-registration-page .cw_button:hover {
	color: #F3E6A7;
	background-color: #024F3D !important;
}

.cw-registration-page .cw_testimonial .cw_bold {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 1.4em;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px and Up */
@media (min-width: 440px) {}

/* SM: 768px and Up */
@media (min-width: 768px) {
	.cw-registration-page .cw_sidePhoto {
		width: 360px;
		height: auto;
	}

	.cw-registration-page .cw_leftSide {
		float: left;
		padding: 0 20px 20px 0;
	}

	.cw-registration-page .cw_rightSide {
		float: right;
		padding: 0 0 20px 20px;
	}
}

/*ABOUT US SECTION Styles*/
.cw-about-section {
	padding: 1.5em 0;
	background-color: #3D3D3D;
}

.cw-about-section .cw-about-block {
	padding: 0.5em;
}

.cw-about-section .cw-about-block h5 {
	color: #FFFFFF;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.55em;
}

.cw-about-section .cw-about-block p {
	color: #FFFFFF;
	font-size: 1.15em;
	line-height: 1.5em;
}

.cw-about-section .cw-about-block a {
	color: #FFFFFF;
}

.popular-vehicles-sections {
	margin: 5em auto !important;
}

.card__multi__style2 .item__card {
	border-radius: 0 !important;
}

.inventoryslideshow h3 {
	font-size: 1.2rem !important;
}

.inventoryslideshow .item__data__price {
	font-size: 1.25rem !important;
}

.inventoryslideshow-slick {
	padding-top: 1rem;
}

.inventoryslideshow-title-heading {
	font-size: 2.25rem;
}

.inventoryslideshow-title-heading span {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60%;
	color: #fff;
}

@media (min-width: 768px) {
	.inventoryslideshow-title-heading {
		font-size: 2.75rem;
	}
}

@media (min-width: 1340px) {
	.inventoryslideshow-title-heading {
		font-size: 3rem;
	}
}

.inventory {
	padding-top: 0 !important;
}

.dropdown-menu .badge {
	color: var(--color-theme-primary);
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header::before {
	border-color: transparent !important;
}

.inventory .card {
	background: #061a0f !important;
	color: #fff;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory .vehicle-card.layout-2 .inventory-title {
	font-size: 1.2rem !important;
}

.inventory .vehicle-card.layout-2 .price {
	background: var(--color-theme-primary) !important;
	font-weight: 700;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
	color: var(--color-theme-text-btn);
}

.inventory .carousel-indicators {
	background: rgba(255, 255, 255, 0.4) !important;
	bottom: 0 !important;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-highlight);
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
}

/* .vdp__details__mod {
	margin-bottom: 50px;
} */

.vdp__title__mod {
	background: #061A0F !important;
	padding: 1.5rem 1rem 1rem;
	color: #fff;
}

.vdp-module-canvas-razor-wrapper .btn-link {
	color: #fff !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: #fff !important;
    color: #fff !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

section.page-inventory-details .btn.btn-primary:hover {
	color: #000 !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
	max-width: none;
	margin-bottom: 0 !important;
	padding: 1rem;
	background: var(--color-theme-primary);
	color: #fff;
}

p.veh__generation,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #fff !important;
	background-color: #061A0F;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background-color: #061A0F !important;
}

@media (min-width: 992px) {
	.page-inventory .container.mb-4 {
		padding: 3rem 4rem;
	}
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: linear-gradient(to bottom,
			rgba(254, 253, 223, 0.6),
			rgba(254, 253, 223, 0.6)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2E714033372FDC6D41644BD315919F95.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #000;
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
}

section:not(.page-home) .form {
	padding-top: 1rem;
}

@media (min-width: 992px) {
	section:not(.page-home) .title .title-heading {
		padding: 3.5rem 0;
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem;
	}
}

.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%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

footer>.container {
	position: relative;
	min-height: 215px;
}

.footer .dropdown-menu {
	position: relative;
	display: block !important;
	min-width: 0 !important;
	padding: 0;
	border: 0;
}

.footer .dropdown-toggle {
	pointer-events: none;
}

.footer a.dropdown-item {
	display: block !important;
	padding: 0.25rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.footer-nav-links .nav-item {
	padding: 0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	padding: 0 0.25rem;
}

.footer .nav .nav-link {
	text-transform: uppercase;
}

.footer h2.footer-business-name {
	font-size: 1.25rem;
}

.footer-business+.footer-business-phone:before {
	display: none;
}

.footer-social-links a {
	padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
	font-size: 0.85rem;
}

@media (min-width: 992px) {
	.footer-social-links {
		position: absolute;
		left: 10%;
		bottom: 1rem;
		z-index: 2;
	}

	footer .footer-info-business {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		padding-right: 1rem;
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		padding: 0;
	}

	a.footer-business-phone {
		display: block;
		margin-top: 0.25rem;
	}

	.footer ul.nav {
		flex-wrap: nowrap;
		text-align: left !important;
	}

	.footer-nav-links {
		position: absolute;
		top: -1rem;
		right: 0;
		width: 70%;
		background: 0 0;
		padding: 1.5rem 0;
	}

	.footer .dropdown-menu {
		max-width: 180px;
		text-align: center;
		background: 0 0;
	}

	.dropdown-toggle::after {
		color: var(--color-theme-secondary);
	}
}

/* -------------------- VDP sticky nav & accessibility fixes ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
	margin: auto;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:767px) {
	.vdp-module-canvas-razor-wrapper .vdp__details__mod .row>* {
		padding: 0 !important;
	}
}

.sn_business_openclose.open {
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	font-size: .7rem !important;
	padding: 7px 10px !important;
}

@media (min-width:440px) {
	.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
		font-size: .8rem !important;
		padding: 7px 12px !important;

	}
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:hover {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:before {
	background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a:hover {
	color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
	color: var(--color-theme-text);
}

.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 !important;
}

/* VDP Dealership info mod  */
@media (max-width:767px) {
	.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row>* {
		padding: 0 !important;
	}
}

@media (max-width:991px) {
	.vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
		margin-bottom: 0 !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;
}

/* Loan App Mobile  */
.vdp__loanCalc__mod .narrow__col-12 {
	padding: 0;
}


/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
	color: var(--color-theme-header);
	margin: 0 0 .5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
	/* background: #444444; */
	border: 0 !important;
	/* padding: 1.5rem !important; */
	margin-top: 1em !important;
	margin-bottom: 1.5em;
	border-radius: .8vw !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	color: #000 !important;
	border-color: #0A4124 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
	background-color: #0A4124 !important;
	color: #fff !important;
}

.inventory .btn-primary {
	background-color: #061A0F !important;
}

.inventory-cta .btn:hover {
	background-color: #061A0F !important;
	color: #000 !important;
}