.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

/* Header */

.cw-header {
    padding: 1em 0;
background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E3AC64F3F88C4B565737AC1F368D3075.jpg);
    color: var(--header-text);
    background-size: cover;
  }

  .cw-header .container {
    max-width: 1500px;
  }

  .cw-header a {
    color: inherit;
  }

  .cw-header a:hover {
    color: var(--color-theme-primary);
  }

  .cw-header i {
    font-size: 1.5rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .cw-header h2 {
    font-size: 1rem;
    font-weight: 600;
  }

  .cw-header img {
    width: 350px;
  }

  @media (min-width: 576px) {
  }

  @media (min-width: 768px) {
    .cw-header h2 {
      font-size: 1.2rem;
    }
  }

  @media (min-width: 992px) {
    .cw-header h2 {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 1200px) {
    .cw-header h2 {
      font-size: 1.2rem;
    }
  }





/* Inventory Slide */


.inventoryslideshow .inventoryslideshow-title-heading {
	display: none !important;
}

.inventoryslideshow {
	padding-top: 2em !important;
    padding-bottom: 1em !important;
}

.card__multi__style7 .item__card__details__wrapper {
	display: none !important;
}

.card__multi__style7 .item__card__photo:after {
	display: none !important;
}





/* Hero */

.marquee-banner {
    background-color: #000000;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
  }

  .marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 60s linear infinite;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .cw-hero {
    background: #000000;
    padding: 5rem 2rem;
  }

  .cw-hero .btn-primary {
    width: 100%;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 1rem;
    text-transform: none;
    transition: all 0.3s ease;
  }

  .cw-hero .btn-primary:hover {
    transform: translateY(-2px);
  }

  .cw-hero .carousel {
    overflow: hidden;
  }

  .cw-hero .carousel-inner {
    overflow: hidden;
  }

  .cw-hero .carousel-item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
  }

  .cw-hero .carousel-indicators {
    margin-bottom: 1.5rem;
    gap: 10px;
  }

  .cw-hero .carousel-indicators button {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ffffff;
    opacity: 1;
    transition: all 0.25s ease;
  }

  .cw-hero .carousel-indicators button.active {
    background: #ffffff;
    transform: scale(1.15);
  }


  @media (max-width: 991.98px) {
    .cw-hero {
      padding: 3rem 1rem;
    }

    .cw-hero .col-lg-2 {
      max-width: 500px;
      margin: 0 auto;
    }

    .cw-hero .btn-primary {
      font-size: 1.25rem;
    }
  }



/* Home About */


.cw-home-about {
    background-color: #2d2d2d;
    width: 56rem;
    margin: auto;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  @media (min-width: 280px) {
    .cw-home-about {
    width: 16rem;
    padding: 2rem 1rem;
  }
  }

  @media (min-width: 440px) {
    .cw-home-about {
    width: 24rem;
    padding: 2rem;
  }
  }

  @media (min-width: 768px) {
    .cw-home-about {
    width: 40rem;
  }
  }

  @media (min-width: 992px) {
    .cw-home-about {
    width: 70rem;
  }
  }

  @media (min-width: 1200px) {
    .cw-home-about {
    width: 70rem;
  }
  }




  /* Buisness Info */


  .cw-next-to-form .cw-form-box {
	color: #fff;
	border-radius: 1rem;
	padding: 2rem;
   }
   
   .cw-next-to-form h4 {
	margin-bottom: 2rem;
	font-weight: 700;
   }
   
   .cw-next-to-form h5 {
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 700;
   }
   
   .cw-next-to-form a {
	color: inherit;
	text-decoration: none;
   }
   
   .cw-next-to-form a:hover {
	color: var(--color-theme-primary);
   }
   
   .cw-next-to-form .cw-phone,
   .cw-next-to-form .cw-address {
	position: relative;
	line-height: 1.5;
   }
   
   .cw-next-to-form .cw-phone:before,
   .cw-next-to-form .cw-address:before,
   .cw-next-to-form .cw-email:before {
   font-family: FontAwesome;
   color: var(--color-theme-primary);
   margin-right: .5rem;
   }
   
   .cw-next-to-form .cw-phone:before {
	content: "\f095";
   }
   
   .cw-next-to-form .cw-email:before {
	content: "\f0e0";
   }
   
   
   .cw-next-to-form .cw-address:before {
	content: "\f3c5";
   }
   
   .cw-hours {
	list-style: none;
	padding: 0;
	margin: 0;
   }
   
   .cw-hours li {
	display: flex;
	justify-content: space-between;
	gap: .75rem;
	margin-bottom: .35rem;
   }
   
   .cw-hours li span:first-child {
	width: 50px;
	flex-shrink: 0;
   }
   
   .cw-hours li span:last-child {
	text-align: right;
   }
   
   
   .page-home .businessinfo .form-wrap {
	color: var(--color-theme-text-btn);
	padding: 2rem;
	border-radius: 1rem;
	height: 100%;
	width: 33rem;
	margin-left: 13rem;
   }
   
   .businessinfo .form-wrap label,
   .businessinfo .form-wrap .formDisclaimer__content-wrapper {
	color: inherit;
   }
   
   .businessinfo .form-wrap .formDisclaimer__content-wrapper a {
	color: var(--color-theme-primary) !important;
   }
   
   .businessinfo .form-wrap .formDisclaimer__content-wrapper a:hover {
	color: var(--color-theme-highlight) !important;
   }
   
   .businessinfo .form-control,
   .businessinfo input,
   .businessinfo textarea,
   .businessinfo select {
	border-radius: .5rem;
   }
   
   .businessinfo .btn-primary {
	width: 100%;
   }
   
   .cw-next-to-form .cw-form-box {
	padding: 2rem;
   }
   
   section:has(.cw-next-to-form)+.businessinfo.contact-formleft,
   section:has(.cw-next-to-form)+.businessinfo.contact-formright {
	padding-top: 1rem;
   }
   
   section:has(.cw-next-to-form)+.businessinfo.contact-formleft .col-lg-5>*,
   section:has(.cw-next-to-form)+.businessinfo.contact-formright .col-lg-5>* {
	display: none;
   }
   
   @media (min-width: 280px) {
	.page-home .businessinfo .form-wrap {
	width: unset;
	margin-left: unset;
   }
   }
   
   @media (min-width: 992px) {
   
	:root {
	  --cw-formBoxHeight: 1000px;
	}
   
	section:has(.cw-next-to-form)+.businessinfo.contact-formleft,
	section:has(.cw-next-to-form)+.businessinfo.contact-formright {
	  padding: 3rem 0;
	  min-height: var(--cw-formBoxHeight);
	}
   
	section:has(+.businessinfo.contact-formleft) .cw-next-to-form,
	section:has(+.businessinfo.contact-formright) .cw-next-to-form {
	  position: absolute;
	  z-index: 3;
	  width: 100%;
	  pointer-events: none;
	}
   
	section:has(+.businessinfo.contact-formleft) .cw-next-to-form .cw-form-box,
	section:has(+.businessinfo.contact-formright) .cw-next-to-form .cw-form-box {
	  pointer-events: all;
	}
   
	section:has(+.businessinfo.contact-formleft) .col-lg-7 {
	  margin-left: 41.666667%;
	}
   
	.cw-contact-info,
	.cw-hours-column,
	.cw-location-column {
	  border-right: 1px solid rgba(255,255,255,.15);
	}
   
	.page-home .businessinfo .form-wrap {
	width: 19rem;
	margin-left: 13rem;
   }
   }
   
   @media (max-width: 991px) {
   
	.cw-contact-info,
	.cw-hours-column,
	.cw-location-column {
	  border-bottom: 1px solid rgba(255,255,255,.15);
	  margin-bottom: 1.5rem;
	  padding-bottom: 1.5rem;
	}
   
	.cw-next-to-form .cw-form-box {
	  padding: 1.5rem;
	}
   }
   
   @media (min-width: 1200px) {
	.page-home .businessinfo .form-wrap {
	width: 26rem;
   }
   }
   
   @media (min-width: 1480px) {
	 .page-home .businessinfo .form-wrap {
	width: 33rem;
   }
   }






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) {
	.cw-hero h1 {
		font-size: 4rem;
	}

	.cw-hero h1 span {
		margin-bottom: 0;
	}

	.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;
	}
}

.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: #2D2D2D !important;
}

.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: var(--color-theme-highlight);
	padding: 1.5rem 1rem 1rem;
	color: #fff;
}

.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;
}

.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;
}

@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(15, 59, 92, 0.6),
			rgba(15, 59, 92, 0.6)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8AF19A58991466F4E9AEE86B057B97B2.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	z-index: -1 !important;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

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: 190px;
}

.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-primary);
	}
}


.cw-footer {
    padding: 4rem 0;
    background: #000
      url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C3F75FC5B70A212DFD3BE1C526F488A6.jpg)
      center;
    background-size: cover;
    color: #fff;
    text-align: left;
  }

  .cw-footer iframe {
    width: 100%;
    height: 178px;
  }

  .cw-footer a {
    color: inherit;
  }

  .cw-footer a:hover {
    color: var(--color-theme-primary);
  }

  .cw-footer .cw-address,
  .cw-footer .cw-phone {
    position: relative;
    line-height: 1.35;
    font-size: 1.1rem;
  }

  .cw-footer .cw-address i,
  .cw-footer .cw-phone i {
    padding-right: 0.5rem;
    color: #fff;
  }

  .cw-footer .cw-footerMenu a {
    display: block;
    margin-bottom: 0.65rem;
    font-weight: 700;
  }

  .cw-footer h5,
  .cw-footer .business-hours .bh-title {
    margin-bottom: 1rem;
    color: var(--color-theme-primary);
    padding-left: 0;
    border: none;
    font-size: 1.25rem;
  }

  .cw-footer .business-hours .today {
    color: var(--color-theme-primary);
  }

  .cw-footer .cw-social a {
    display: inline-block;
    font-size: 25px;
  }

  .cw-footer .cw-social a + a {
    margin-left: 0.7rem;
  }

  /* Default footer modificationss */
  .footer {
    padding-top: 0;
  }

  footer > .container {
    display: none;
  }

/* -------------------- 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 {
	border-color: var(--color-theme-primary) !important;
    color: var(--color-theme-primary) !important;
}

.form .bootstrap-select .dropdown-menu li.selected a {
	color: #fff !important;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background-color: #252525 !important;
}