@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.container {
  max-width: 1500px !important;
}

.header .container {
  position: relative;
  max-width: 1400px;
}

.header .header-info-logo-img {
  max-width: 300px;
  /* margin: 8px auto */
}

.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header {
    z-index: 1040;
    width: 100%;
    background: 0 0;
  }
  section:not(.page-inventory-details) .header {
    position: fixed;
    z-index: 1040;
    width: 100%;
    background: 0 0;
  }

  section:not(.page-home) .header .header-container {
    margin-bottom: 1rem !important;
  }

  /* section:not(.page-home) .header {
min-height: 125px
} */

  .page-home .header .navbar,
  .page-home .header .navbar.bg-primary {
    background: transparent !important;
  }
  .header .navbar {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .header .navbar .navbar-nav .nav-link {
    text-shadow: 0 0 4px #000;
  }

  .header .navbar.bg-primary.cw-scrolled {
    background: rgb(0 0 0/75%) !important;
  }

  .cw-header-info .header-info-logo-img {
    position: fixed;
    z-index: 1040;
    top: 3rem;
  }

  nav.navbar .container {
    min-height: 100px;
  }

  /* 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% - 280px);
    justify-content: center;
  }
}

/* -------------------- Header & Navbar ---------------------- */
/*-- Header --*/
.cw-header {
  background-color: var(--header-primary);
}

.header .cw-header :focus {
  box-shadow: none;
}

.header .cw-header-logo img {
  width: 235px;
}

.cw-header-contact {
  font-size: 0.9rem;
  background-color: var(--color-theme-primary);
  color: var(--header-text);
}

.cw-header-contact a {
  color: #fff;
}

.cw-header-contact a:hover {
  color: #b8b8b8 !important;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: #fff;
}

.cw-header .cw-address:before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f3c5";
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header .cw-phone:before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f2a0";
  padding-right: 0.5rem;
  color: #fff;
}
cw-header .cw-phone:hover {
  color: #dadada !important;
}

@media (min-width: 992px) {
  .cw-header .cw-header-logo {
    position: absolute;
    z-index: 1040;
    top: 0px;
  }
}
/*  This is a Hero that is built to have an advanced Search module immediately following it, followed by the last section of Html in this file  */

/*-- Hero --*/
.cw-hero {
  position: relative;
  height: 400px;
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A07BC60D3894F13D4FE3E4F082ACE580.jpg")
    top center;
  background-size: cover;
  padding: 65px 0 30px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.cw-hero:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 30%); */
}

.cw-hero h1 {
  position: relative;
  z-index: 2;
  /* text-shadow: -3px 2px 2px #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; */
  font-size: 2.75rem;
  color: var(--color-theme-primary);
  line-height: 1.1;
}
.cw-hero cw-line {
  position: relative;
  z-index: 0;
}
.cw-hero cw-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-primary);
  z-index: -1;
}

.cw-hero h1 span {
  margin: 0.25rem 0;
  font-size: 45%;
  color: white;
}

section.inventory-search-module .btn-primary {
  background: var(--color-theme-primary);
  border-color: var(--color-theme-secondary);
  border-radius: 8px;
}

section.inventory-search-module .form__wrapper {
  border-radius: 0 !important;
  border-radius: 20px !important;
}
.cw-hero-svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: -6px;
}
@media (min-width: 992px) {
  .cw-hero {
    height: 800px;
    justify-content: center;
  }

  .cw-hero h1 {
    font-size: 3.75rem;
  }

  .cw-hero h1 span {
    margin-bottom: 0;
  }

  .page-home .inventory-search-module {
    position: relative;
    margin-top: -300px !important;
    margin-bottom: 0rem !important;
    /* setting a specific total height and centering the smaller content inside. This makes it easier to calculate height to offset and wont shift or overlap other elements if the content inside gets a little bigger */
    height: 230px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  section.inventory-search-module .form__wrapper {
    background: rgb(0 0 0 / 30%) !important;
    border-color: #b5b5b500 !important;
  }

  .page-home section.inventory-search-module label {
    font-weight: bold;
    color: white;
    text-shadow: 0 0 2px black;
  }

  body section.inventory-search-module > .container {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) {
  .page-home .inventory-search-module {
    margin-top: -300px !important;
  }
}

@media (min-width: 1340px) {
  .cw-hero {
    height: 800px;
  }

  .cw-hero h1 {
    font-size: 4.75rem;
  }
}

/*-- Hero Reasons --*/
.cw-reasons {
  position: relative;
  z-index: 2;
  padding: 2em 0;
}

.cw-reasons .col-12 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.cw-reasons span {
  font-weight: bold;
  color: var(--color-theme-primary);
  font-size: 3rem;
  text-shadow: -2px 2px 2px #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

.cw-reasons h5 {
  margin-bottom: 0;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .cw-reasons .col-12 {
    border-bottom: 0;
  }

  .cw-reasons .col-12:nth-of-type(odd) {
    border-right: 1px solid #b5b5b5;
  }
}

@media (min-width: 992px) {
  .cw-reasons {
    margin-bottom: 3rem;
    background: rgb(0 0 0 / 30%);
  }

  .cw-reasons .col-12:nth-of-type(-n + 3) {
    border-right: 1px solid #b5b5b5;
  }

  .cw-reasons h5 {
    color: white;
    text-shadow: 0 0 4px black;
    font-size: 1.15rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .page-home .creditQualifyBanner.my-3 {
    margin-top: 10rem !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* ==================================================================================== */
.cw-section-weAreTheBest {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F1212B9F7F1B321231EAEA4A7EDB1B22.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 5rem;
}

.cw-section-weAreTheBest h3 {
  font-size: clamp(1.5rem, 3vw + 1.5rem, 2.7rem);
  /* font-size: 2rem; */
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.cw-section-weAreTheBest h3 span {
  color: var(--color-theme-primary);
}

.cw-icon-info {
  position: relative;
  z-index: 2;
}

.cw-copy {
  position: relative;
  z-index: 2;
}

.cw-copy p {
  font-size: 14px;
}

.cw-quality-icon {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 50%;
  color: var(--white);
  margin-bottom: 20px;
  background-color: var(--color-theme-primary);
  align-items: center;
  justify-content: center;
}

.cw-quality-icon i {
  font-size: 1.5em;
}

.cw-icon {
  height: 25px;
  width: 100%;
}

.card-title {
  color: #fff;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.cw-card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--white);
  padding: 2em 1.2em;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--white);
  border-radius: 30px;
}

.cw-primary-button,
.cw-secondary-button {
  font-family: montserrat, sans-serif;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 0.8rem 2.1rem;
  background-image: linear-gradient(
    135deg,
    var(--color-theme-primary) 0%,
    var(--color-theme-primary) 50%,
    transparent 51%,
    transparent 100%
  );
  background-size: 230%;
  background-position: 130%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
}

.cw-primary-button {
  color: #fff;
  border: 1px solid var(--color-theme-primary);
  background-color: var(--color-theme-primary);
}

.cw-secondary-button {
  color: var(--color-theme-primary);
  border: 1px solid #fff;
  background-color: #fff;
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
  border: 1px solid var(--color-theme-primary);
  color: #fff;
  background-position: 0%;
}

.cw-primary-button:hover:before {
  background-color: #fff;
}

.cw-primary-button:hover:after {
  background-color: #fff;
}

.cw-button-borders {
  position: relative;
  width: fit-content;
  height: fit-content;
}

/* .cw-button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid #fff;
  border-bottom: 0;
}

.cw-button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid #fff;
  border-top: 0;
  z-index: 0;
} */

.cw-button-borders.cw-invert:before {
  border-color: var(--color-theme-primary);
}

.cw-button-borders.cw-invert:after {
  border-color: var(--color-theme-primary);
}

.inventoryslideshow {
  padding-bottom: 0 !important;
}

/* CW Search ===================================================================================== */
.cw-style-search {
  position: relative;
  border-radius: 1vw;
  background: var(--color-theme-background);
  color: var(--color-theme-text);
}

.cw-style-search h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-primary);
}

.cw-style-search h2::after {
  margin-right: auto;
}

.cw-style-search .cw-bs-button-text {
  color: var(--color-theme-text);
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  height: auto;
  transition: 0.25s ease-in;
  transition-delay: 0.1s;
  z-index: 5;
  font-weight: 700;
}

.cw-style-search .cw-bs-link {
  position: relative;
  display: block;
}

.cw-style-search .cw-bs-link .cw-bs-link-img {
  position: relative;
  z-index: 5;
  max-width: 200px;
  margin: auto;
}

.cw-style-search .cw-bs-button {
  margin-top: -45px;
  padding: 43px 0.5rem 0.5rem;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  background: var(--color-theme-background);
  border: 1px solid var(--color-theme-border);
  border-radius: 0.5vw;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  z-index: 1;
}

.cw-style-search .cw-bs-button:before {
  content: "";
  display: block;
  background: var(--color-theme-primary);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 1, 1);
  z-index: 3;
}

.cw-style-search .cw-bs-button:after {
  content: "";
  display: block;
  background: var(--color-theme-highlight);
  position: absolute;
  width: 300%;
  height: 600%;
  border-radius: 100%;
  transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
  z-index: 2;
}

.cw-style-search .cw-bs-link:hover .cw-bs-button .cw-bs-button-text {
  color: var(--color-theme-text-btn);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button {
  color: transparent;
}

.cw-style-search .cw-bs-link .cw-bs-button:before {
  transform: translate(-110%, -80%) translateZ(0);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:before {
  transform: translate(-45%, -34%) translateZ(0);
}

.cw-style-search .cw-bs-link .cw-bs-button:after {
  transform: translate(-110%, -80%) translateZ(0);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:after {
  transform: translate(-55%, -54%) translateZ(0);
}

@media (max-width: 300px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-style-search .cw-bs-button {
    margin-top: -50px;
    padding: 45px 2rem 0.7rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
.cw-wrapper {
  background: #f5f5f5;
  padding: 5rem 0 12rem;
}

.cw-car {
  margin-top: -7.5rem;
}
.cw-homeAbout {
  margin-bottom: 5rem !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
}

.cw-footer {
  padding: 4rem 0;
  /* background-color: var(--black); */
  background-size: cover;
  color: var(--white);
  text-align: center;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/86888542855CF4109BCE4A98CEF3B939.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cw-footer iframe {
  width: 100%;
}

.cw-footer a {
  color: var(--white);
}

.cw-address,
.cw-phone {
  position: relative;
  line-height: 1.35;
  padding-left: 1.5rem;
  font-size: 1.1rem;
}

.cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: var(--white);
}

.cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: var(--white);
}

.cw-footerMenu a {
  display: block;
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.cw-social a:hover {
  color: var(--color-theme-secondary);
}
.cw-footerMenu a:hover,
.cw-footer .cw-phone:hover {
  color: var(--color-theme-primary);
}

.cw-footer h5,
.business-hours .bh-title {
  margin-bottom: 1rem;
  color: var(--color-theme-primary);
  padding-left: 0;
  border: none;
  font-size: 1.25rem;
}

.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;
  }
}

.business-hours li {
  border-bottom: 1px solid #ffffff !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .title {
    margin-top: 12rem;
  }
  .sitemap {
    padding-top: 12em !important;
  }
  .tcpp {
    padding-top: 8em !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* 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);
  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 label {
  color: var(--color-theme-text);
}

.inventorydetails .disclaimerText {
  color: var(--color-theme-text);
  opacity: 0.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;
}

.input-group {
  display: none !important;
}