@import "https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&display=swap";

:root {
	--cw-primary-tint: #fbb03b;
	--cw-secondary-tint: #161616;
	--cw-tertiary: #1d1d1d;
	--cw-tertiary-tint: #0f0f0f;
	--warning: #c72931;
	--sitefont: "Anton", sans-serif;
	--bodyfont: "Nunito Sans", sans-serif
}

body {
	font-family: var(--bodyfont)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--sitefont)
}

p {
	font-family: var(--bodyfont)
}

.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
	font-family: var(--sitefont);
	font-weight: 400 !important
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat .productslideshow .productslideshow-item h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
	font-family: var(--sitefont);
	font-weight: 400 !important
}

@media (min-width: 1500px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px
	}
}

.container {
	max-width: 1500px
}

.social__share .social__icon {
	font-size: 20px;
	margin-right: 15px
}

.social__share .social__icon:last-of-type {
	margin-right: 0
}

.social__share .social__icon.fb {
	color: #1877f2
}

.social__share .social__icon.twitter {
	color: #1d9bf0
}

.social__share .social__icon.email {
	color: #333
}

.social__share .social__icon.share-link {
	color: #333
}

ul {}

ul>li {}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.header .navbar :focus {
	-webkit-box-shadow: 0 0 0 0 var(--header-highlight) !important;
	box-shadow: 0 0 0 0 var(--header-highlight) !important
}

.footer :focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn {
	padding: 10px 15px;
	min-height: 50px
}

.btn-link,
a.btn-link,
.text-link {
	min-height: unset;
	font-weight: 400
}

.btn50 {
	min-height: 50px
}

body {
	font-family: var(--bodyfont);
	font-weight: 400 !important
}

a {}

a:hover {
	color: var(--cw-tertiary-tint)
}

.btn {
	text-transform: uppercase
}

.btn-link {
	color: var(--color-theme-primary);
	font-size: 1em;
	font-weight: 400 !important
}

.btn-link:hover {
	color: var(--cw-primary-tint)
}

.btn-link-dark {
	color: var(--color-theme-text);
	font-weight: 400 !important
}

.btn-link-dark:hover {
	color: var(--cw-secondary-tint)
}

.btn-link-light {
	color: #fff;
	font-weight: 400 !important
}

.btn-link-light:hover {
	color: #ededed
}

.btn {
	font-size: 1em;
	font-weight: 400 !important;
	position: relative;
	overflow: hidden;
	font-style: italic
}

.btn-primary {}

.btn-primary:hover {
	border-color: var(--cw-primary-tint);
	background: var(--cw-primary-tint);
	color: var(--color-theme-text-btn) !important
}

.btn-secondary {
	color: #eff1f3
}

.btn-secondary:hover {
	border-color: var(--cw-secondary-tint);
	background: var(--cw-secondary-tint);
	color: #fff !important
}

.btn-tertiary {
	border-color: #fff;
	background: var(--cw-tertiary);
	color: #fff
}

.btn-tertiary:hover {
	border-color: #fff;
	background: #fff;
	color: var(--color-theme-text)
}

.btn-primary:before,
.btn-secondary:before,
.btn-tertiary:before {
	display: none;
	background: unset
}

.section__title__headline {
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: var(--sitefont);
	text-transform: uppercase;
	display: block;
	font-style: italic
}

.section__title__hero .section__title__preline {
	font-size: 1.5rem;
	font-weight: 400;
	font-family: var(--bodyfont);
	display: block;
	font-style: italic;
	text-transform: uppercase
}

.section__title__hero .section__title__headline {
	font-size: 4rem;
	margin-bottom: 0
}

.section__title__h2 .section__title__preline {
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	color: var(--color-theme-text);
	margin-bottom: 0;
	font-family: var(--bodyfont);
	text-transform: uppercase;
	font-style: italic
}

.section__title__h2 .section__title__headline {
	font-size: 3rem
}

.section__title__copy {
	font-size: 1em
}

.section__title__default .section__title__preline {
	color: #FBC338
}

.section__title__default .section__title__headline,
.section__title__default .section__title__copy {
	color: var(--color-theme-text)
}

.section__title__light .section__title__preline {
	color: var(--color-theme-primary)
}

.section__title__light .section__title__headline,
.section__title__light .section__title__copy {
	color: #FBC338
}

.section__title__medium .section__title__preline {
	color: #fff
}

.section__title__medium .section__title__headline,
.section__title__medium .section__title__copy {
	color: var(--color-theme-text)
}

.section__title__dark .section__title__preline {
	color: #fff
}

.section__title__dark .section__title__headline,
.section__title__dark .section__title__copy {
	color: #fff
}

.section__title__default.text-center .section__title__preline::before,
.section__title__light.text-center .section__title__preline::before,
.section__title__medium.text-center .section__title__preline::before,
.section__title__dark.text-center .section__title__preline::before {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 768px) {
	.section__title__headline {
		font-size: 2em
	}

	.section__title__preline {
		font-size: 1.25em
	}

	.section__title__hero .section__title__headline {
		font-size: 2em
	}

	.section__title__hero .section__title__preline {
		font-size: 1.25em
	}
}

label {
	font-size: 15px;
	margin-bottom: .3rem;
	font-weight: 500
}

.help-block {
	background-color: transparent;
	color: var(--warning);
	display: block;
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	font-family: unset
}

.help-block::before {
	display: none
}

.form-row {
	margin-bottom: 20px
}

.form-row:last-of-type {
	margin-bottom: 0
}

.form-select {
	border-color: var(--color-theme-border);
	font-family: var(--bodyfont)
}

.form-control {
	border-color: var(--color-theme-border);
	border-radius: 4px;
	font-family: var(--bodyfont)
}

.form-control.validation__invalid__input {
	border-color: var(--warning);
	color: var(--warning)
}

.validation__invalid__copy {
	color: var(--warning);
	font-size: .875em
}

.validation__invalid__label {
	color: var(--warning)
}

.form-check {
	padding-left: 0;
	margin-bottom: 10px
}

.form-check-inline {
	margin-right: 1.5rem
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent
}

.form .smaller-cont.row {
	margin-bottom: 10px
}

.disclaimerText {
	font-size: 10px
}

.form label {
	font-weight: 400 !important
}

.card__multi__style3 .item__card__details__wrapper {
	padding-bottom: 0 !important;
	border-bottom: none !important
}

.card__multi__style3 .item__card {
	border-radius: 4px !important
}

.card__multi__style3 .item__card__photo img {
	border-radius: 4px 4px 0 0 !important
}

.businessinfo .contact-title:not(.contact-businessname),
.businessinfo .form-forms-header,
.businessinfo .form-sent-message {
	text-transform: uppercase !important
}

.businessinfo .contact-title,
.businessinfo .contact-hourstime {}

.businessinfo .contact-details a:hover,
.businessinfo a:hover {
	color: var(--cw-primary-tint)
}

.contact-details:not(.contact-address):hover::after {
	border-color: var(--cw-primary-tint)
}

.card__multi__style5 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item .info__data {
	font-weight: unset !important
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff
}

:root {
	--cw-hero-arrow-height: 50px
}

@media (min-width: 576px) {
	:root {
		--cw-hero-arrow-height: 100px
	}
}

.section__title__headline {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--sitefont);
    text-transform: uppercase;
    display: block;
    font-style: italic;
  }

  .section__title__hero .section__title__preline {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: var(--bodyfont);
    display: block;
    font-style: italic;
    text-transform: uppercase;
  }

  .section__title__hero .section__title__headline {
    font-size: 4rem;
    margin-bottom: 0;
  }

  .section__title__h2 .section__title__preline {
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    color: var(--color-theme-text);
    margin-bottom: 0;
    font-family: var(--bodyfont);
    text-transform: uppercase;
    font-style: italic;
  }

  .section__title__h2 .section__title__headline {
    font-size: 3rem;
  }

  .section__title__copy {
    font-size: 1em;
  }

  .section__title__default .section__title__preline {
    color: #FBC338 !important;
  }

  .section__title__default .section__title__headline,
  .section__title__default .section__title__copy {
    color: var(--color-theme-text);
  }

  .section__title__light .section__title__preline {
    color: var(--color-theme-primary);
  }

  .section__title__light .section__title__headline,
  .section__title__light .section__title__copy {
    color: #FBC338
  }

  .section__title__medium .section__title__preline {
    color: #fff;
  }

  .section__title__medium .section__title__headline,
  .section__title__medium .section__title__copy {
    color: var(--color-theme-text);
  }

  .section__title__dark .section__title__preline {
    color: #fff;
  }

  .section__title__dark .section__title__headline,
  .section__title__dark .section__title__copy {
    color: #fff;
  }

  .section__title__default.text-center .section__title__preline::before,
  .section__title__light.text-center .section__title__preline::before,
  .section__title__medium.text-center .section__title__preline::before,
  .section__title__dark.text-center .section__title__preline::before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 768px) {
    .section__title__headline {
      font-size: 2em;
    }

    .section__title__preline {
      font-size: 1.25em;
    }

    .section__title__hero .section__title__headline {
      font-size: 2em;
    }

    .section__title__hero .section__title__preline {
      font-size: 1.25em;
      text-shadow: 1px 1px 2px #fff;
    }
  }

  .hero__section {
    position: relative;
    z-index: 1000;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A250B298739C3E6F2D31E5D99A7012FE.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(50% 90%, 100% 80%, 100% 0, 0 0, 0 80%);
    clip-path: polygon(50% 90%, 100% 80%, 100% 0, 0 0, 0 80%);
  }

  .hero__section .hero__wrapper {
    width: 100%;
    padding: 100px 0 240px;
    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;
  }

  @media (min-width: 280px) {
    .hero__section .hero__wrapper {
        padding: 100px 0 240px;
      }
  }

@media (min-width: 1200px){
    .hero__section .hero__wrapper {
        padding: 100px 0 330px;
      }
}

  .hero__section .hero__wrapper .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .hero__section .hero__wrapper .hero__overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .hero__section .hero__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;
  }

  /* Inventory module */
  .page-home .inventory-search-module .container {
    position: relative;
  }

  /* hiding labels */
  .page-home .inventory-search-module .container .form__wrapper label {
    display: none;
  }

  /* putting year min and max together */
  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--min-year {
    width: 45%;
  }

  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--max-year {
    width: 45%;
    position: absolute;
    top: 152px;
    right: 20px;
  }

  @media (max-width: 1200px) {
    .page-home .inventory-search-module .container .form__wrapper {
      max-width: unset;
      position: unset;
      width: unset;
      transform: unset;
      flex-direction: row !important;
    }
    .page-home
      .inventory-search-module
      .container
      .form__wrapper
      .search__input--min-year {
      width: unset;
    }
    .page-home
      .inventory-search-module
      .container
      .form__wrapper
      .search__input--max-year {
      width: unset;
      position: unset;
    }
  }

  @media (min-width: 576px) {
    .page-home .inventory-search-module .container .form__wrapper {
      flex-direction: row !important;
    }
  }

  @media (min-width: 1200px) {
    .page-home .inventory-search-module.my-4 {
      margin: 0 !important;
      z-index: 99999999;
      position: relative;
    }
    .page-home .inventory-search-module .container .form__wrapper {
      flex-direction: column !important;
      align-items: stretch !important;
      max-width: 350px;
      position: absolute;
      z-index: 5;
      right: 100px;
      width: 350px;
      background: #323c48;
      transform: translateY(-580px);
      border: none;
      top: -120px;
    }
  }

  .header .navbar .dropdown-menu {
    z-index: 100000000 !important;
  }

.inventoryslideshow {
	padding-top: 2em !important
}

.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
}

.bodystyle__section .bodystyle-text {
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 2;
	position: relative;
	color: #3B8FD0;
	text-shadow: 0 0 3px rgba(0, 0, 0, .35);
	font-family: var(--sitefont);
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	font-weight: 400
}

.bodystyle__section .bodystyle-text::before {
	font-family: var(--bodyfont);
	content: "  \02039";
	position: relative;
	right: 8px;
	top: -1px;
	-webkit-transition: right .5s ease-out;
	-o-transition: right .5s ease-out;
	transition: right .5s ease-out;
	width: 2rem;
	height: 1rem;
	line-height: 0;
	font-size: 2rem;
	letter-spacing: -4px
}

.bodystyle__section .bodystyle-text:after {
	font-family: var(--bodyfont);
	content: "  \0203A";
	position: relative;
	left: 0;
	top: -1px;
	-webkit-transition: left .5s ease-out;
	-o-transition: left .5s ease-out;
	transition: left .5s ease-out;
	width: 2rem;
	height: 1rem;
	line-height: 0;
	font-size: 2rem;
	letter-spacing: -4px
}

.bodystyle__section .bodystyle-text:hover.bodystyle-text::before,
.bodystyle__section .bodystyle-textt:focus.bodystyle-text::before {
	content: "  \02039\02039";
	right: 1.8rem
}

.bodystyle__section .bodystyle-text:hover.bodystyle-text::after,
.bodystyle__section .bodystyle-text:hover.bodystyle-text::after {
	content: "  \0203A\0203A";
	left: 1rem
}

@media (max-width: 991px) {
	.bodystyle__section {
		margin-top: 50px
	}

	.bs__item {
		margin-top: 50px
	}

	.bs__more {
		margin-top: 50px;
		text-align: center
	}
}

.financing__section {
	position: relative;
	z-index: 10
}

.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: var(--cw-tertiary)
}

.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: 21px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
	font-family: var(--sitefont);
	text-transform: uppercase;
	color: var(--color-theme-text);
	font-style: italic
}

.financing__section .info__item__wrapper .info__item__headline span {
	color: #FBBF34 !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
}

.blurb__section {
	padding: 100px 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/538A7CCD2CD780C11110534457E2E16E.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	text-align: center
}

.blurb__section .blurb__wrapper {
	border: 1px solid #ededed;
	padding: 50px;
	margin-bottom: 20px;
	background-color: #fff
}

.blurb__section .blurb__wrapper:last-of-type {
	margin-bottom: 0
}

.blurb__section .blurb__wrapper .blurb__pre__title {
	font-size: 1em;
	margin-bottom: 5px;
	color: #aa6412 !important;
	font-family: var(--bodyfont);
	text-transform: uppercase;
	font-style: italic
}

.blurb__section .blurb__wrapper .blurb__title {
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 5px;
	font-family: var(--sitefont)
}

.blurb__section .blurb__wrapper .blurb__copy {
	font-family: var(--bodyfont);
	margin-bottom: 20px
}

.blurb__section .blurb__wrapper .blurb__img__wrapper img {
	padding: 20px 0;
	display: none
}

.popular-vehicles-sections.container {
	padding: 5rem 1rem;
	color: var(--dark-txt)
}

.popular-vehicles-section-heading {
	text-transform: uppercase;
	font-style: italic
}

.popular-vehicles-section-heading::after {
	content: "";
	display: block;
	height: none;
	width: none;
	margin: none;
	background-color: none
}

.popular-vehicle-link {
	line-height: 1.5rem;
	font-size: .85em;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: var(--bodyfont)
}

.popular-vehicle-link::first-line {
	font-size: 1.1rem;
	font-family: var(--sitefont) !important;
	text-transform: uppercase
}

.page-home .businessinfo .contact-title {
	font-size: 2rem;
	border-bottom: 0;
	font-style: italic
}

.page-home .businessinfo .contact-title:not(.contact-businessname) .contact-title-container {
	border-bottom: none
}

.page-home .businessinfo .contact-title.contact-businessname {
	font-style: italic;
	margin-bottom: 10px
}

.page-home .contact-title .contact-title-container {
	padding-bottom: .3rem;
	border-bottom-width: .1em
}

.page-home .businessinfo .form-forms-header,
.page-home .businessinfo .form-sent-message {
	font-style: italic
}

.header .navbar.bg-primary,
.header .navbar {
	background: var(--color-theme-background) !important;
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1)
}

.header .navbar .dropdown-menu {
	background: var(--color-theme-background);
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2)
}

.cw-header-info {
	padding: .3rem 1.5rem .5rem;
	background: var(--color-theme-primary);
    color: #fff !important;
}

.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-highlight)
}

@media (max-width: 991px) {
	section:not(.page-home) .cw-header-info {
		display: none
	}
}

@media (min-width: 992px) {
	.cw-header-info {
		padding: 0 1rem
	}
}

.navbar .container {
	text-align: center;
	max-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px
}

.header .navbar .navbar-nav .nav-link,
.header .dropdown-item {
	font-weight: 400;
	text-transform: uppercase;
	color: var(--color-theme-text)
}

.header .navbar .active>.nav-link,
.header .navbar .show>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active {
	background-color: var(--color-theme-background);
	border-bottom: 3px solid var(--color-theme-primary)
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	border-bottom: 3px solid var(--color-theme-primary)
}

.header .nav-link::before,
.header .navbar .dropdown-item::before {
	display: none
}

.header .navbar .nav-link,
.header .nav-link-cart,
.navbar-dark .dropdown-item {
	-webkit-transition: all 150ms 50ms ease-in-out;
	-moz-transition: all 150ms 50ms ease-in-out;
	-o-transition: all 150ms 50ms ease-in-out;
	transition: all 150ms 50ms ease-in-out
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
	color: var(--cw-tertiary-tint);
	border-bottom: 3px solid var(--color-theme-primary)
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
	color: var(--color-theme-text)
}

.header .navbar .dropdown-item:hover {
	opacity: 1
}

.header .navbar .dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center
}

@media (min-width: 992px) {
	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial
	}

	.header .nav-link-cart,
	.header .navbar .nav-link,
	.header .dropdown-item {
		line-height: 30px
	}

	.header .navbar .dropdown-item {
		text-align: left;
		font-weight: 400
	}
}

@media (max-width: 991px) {
	.header .navbar .navbar-collapse .navbar-nav {
		margin-top: 1rem
	}
}

.header .navbar-toggler {
	background: var(--color-theme-primary);
	border-color: var(--color-theme-text-btn);
	border-radius: 3rem;
	padding: .3rem 1.3rem .4rem
}

.header .navbar-toggler:hover {
	background: var(--color-theme-highlight)
}

.header .toggle .icon-bar {
	background-color: var(--color-theme-text-btn)
}

.phone-link {
	color: #fff !important;
}

.phone-link:hover {
	color: var(--color-theme-text)
}

@media (max-width: 1200px) and (min-width:992px) {

	.header .navbar .navbar-nav .nav-link,
	.header .navbar .navbar-nav .dropdown-item {
		font-size: .9em;
		padding-left: .8rem;
		padding-right: .8rem
	}

	.header .navbar-brand {
		width: 321px
	}
}

.dropdown-menu[data-bs-popper] {
	right: 0;
	left: unset
}

.badge {
	background: var(--color-theme-primary);
	color: #000;
	border: 1px solid var(--color-theme-primary);
	font-weight: 400
}

.page-testimonials .form {
	position: relative;
	z-index: 1;
	padding-top: 0;
	padding-left: .5rem;
	padding-right: .5rem;
	margin: 0 1rem 1rem
}

.testimonial-avatar {
	border-radius: 50%;
	width: 58px;
	height: 58px;
	overflow: hidden
}

.testimonial-avatar img {
	-o-object-fit: cover;
	object-fit: cover
}

.testimonial-avatar .testimonial-avatar-letter {
	font-size: 1.7rem;
	font-family: var(--headerfont);
	text-align: center;
	height: 100%;
	padding-top: .55rem
}

.testimonial-content p:last-of-type {
	margin-bottom: 0
}

.testimonial-stars i {
	font-size: 1.1rem
}

.testimonial {
	font-size: 1rem;
	font-style: italic;
	margin: 1rem auto 2rem;
	padding-left: 2rem;
	padding-right: 2rem
}

@media (min-width: 567px) {
	.testimonial {
		font-size: 1.5rem
	}
}

.testimonial-slider-item .crate {
	height: 100%
}

.testimonial-slider .testimonial-arrow {
	top: 50%
}

.testimonial-slider .testimonial-arrow-prev {
	left: -1em
}

.testimonial-slider .testimonial-arrow-next {
	right: -1.1em
}

.card__multi__style5 .item__card__details__wrapper__upper {
	min-height: unset !important
}

.card__multi__style5 .card__footer {
	margin-top: unset !important;
	padding-bottom: 0 !important
}

.card__multi__style5 .item__card__details__wrapper .item__title h3 {
	font-weight: 400 !important;
	font-style: italic;
	text-transform: uppercase
}

.card__multi__style5 .item__flex .item__data .item__data__value {
	font-weight: 400 !important
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
	font-weight: 400 !important
}

.am-title {
	position: relative;
	display: block;
	background-color: var(--color-theme-background);
	color: var(--color-theme-text)
}

.am-title .container,
.am-title .container-fluid {
	position: relative;
	z-index: 2
}

.am-title .pg-title {
	font-size: 2.5rem;
	margin-top: 15px;
	text-transform: uppercase;
	font-style: italic
}

.am-title .pg-title::after {
	margin-bottom: 0
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	font-family: var(--bodyfont)
}

.section__title,
.section__title1,
.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
	font-family: var(--sitefont) !important;
	font-weight: 400 !important
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: unset !important
}

.loan-app-module .form-select {}

footer {
	background-color: var(--cw-tertiary-tint) !important;
	text-transform: uppercase
}

.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
	padding: .8rem 1.5rem
}

.footer .nav-link {
	line-height: 1.7
}

.footer .dropdown-menu {
	border-color: var(--drk-gry)
}

.footer .footer-bottom-section {
	border-top-color: var(--drk-gry);
	background: var(--cw-tertiary-tint)
}

.footer .dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem
}

.footer .dropdown-item:hover,
.footer a:not(.footer-business-phone):not(.footer-business-email):hover {
	background: var(--color-theme-highlight);
	color: var(--color-theme-text-btn)
}

.footer .footer-business-phone:hover,
.footer .footer-business-email:hover {
	color: var(--color-theme-highlight)
}

.footer .dropdown-item,
.footer .nav-link {
	display: block
}

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: .25rem;
	font-size: .85rem;
	text-transform: uppercase;
	font-weight: 400 !important
}

.footer-nav-links .nav-item {
	padding: 0 .5rem;
	font-size: .8rem;
	text-align: center;
	padding: 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 .footer-social-links {
	margin-top: .5rem
}

.footer .footer-social-links a {
	padding: .3rem;
	line-height: 1;
	margin: 0 2px
}

.footer-info-business span,
.footer-info-business a {
	font-size: .85rem
}

footer .footer-business-phone {
	display: block;
	margin-top: .25rem;
	margin-bottom: .25rem
}

@media (min-width: 992px) {
	footer.footer>.container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		margin-bottom: 0
	}
}

body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .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)
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show>.btn-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-primary);
	color: var(--color-theme-primary);
	background-color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	background-color: #fff !important;
	color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: var(--color-theme-text-btn);
	background-color: var(--color-theme-primary);
	border-color: var(--color-theme-primary)
}

section.page-inventory-details .btn.btn-primary {
	color: var(--inventorydetails-text-btn) !important
}

.inventory .inventory-container>.row {
	margin-left: 0;
	margin-right: 0
}

.inventorydetails .vdp__container .columns>.row {
	margin-left: 0;
	margin-right: 0
}

.inventorydetails .vdp__sticky-navigation__mod.row {
	margin-left: 0;
	margin-right: 0
}

@media (max-width: 991px) {
	.page-inventory-details .cw-header {
		display: none
	}
}

@media (max-width: 991px) {
	.inventorydetails .vdp__quickconnect__mod.module {
		margin-top: 35px
	}
}

.vdp-module-canvas-razor-wrapper .btn-link {
	color: var(--inventorydetails-secondary) !important
}

.hours__status.hours__status__closed[DealershipInfoWidgetCssScope] {
	color: var(--inventorydetails-secondary) !important
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
	color: var(--inventorydetails-secondary) !important
}

section.page-inventory-details .btn.btn-primary:hover {
	background-color: var(--color-theme-secondary);
	color: var(--inventorydetails-primary) !important
}

.card__multi__style4 .item__flex .item__data .item__data__price {
    color: #3B8FD0 !important;
}

.inventory .vehicle-card ul.features-list .feature .feature-value {
    font-weight: 400;
}

.products .btn-primary {
    background-color: #3B8FD0 !important;
}

section.inventory-search-module .form__wrapper {
    background-color: #e5e5e5 !important;
}

.loan-app-module .btn-primary:disabled {
    color: #ffffff !important;
}