  /*Header*/
  .cw-header .cw-logo {
    max-width: 500px;
    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: #fff;
  }

  /* MD: 992px & Up */
  @media (min-width: 992px) {
    .cw-header .cw-logo {
      margin: 0;
    }
  }




  .cw-search-filters {
    padding: 0rem 0;
    margin-bottom: 0rem;
}

.cw-search-filters .container {
    max-width: 1400px;
}

.cw-search-filters .cw-style-side,
.cw-search-filters .cw-price-side {
    background-color: #fff;
    color: #333;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.cw-search-filters .cw-search-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
}

.cw-search-filters .cw-search-row .cw-search-box {
    flex-grow: 1;
    flex-basis: -1%;
    padding: 15px;
    text-align: center;
}

.cw-search-filters .cw-search-row a {
    min-height: 4rem;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transform: scale(.94);
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.cw-search-filters .cw-search-row a:hover {
    transform: scale(1);
}

/* style side modifications */
.cw-search-filters .cw-style-side .cw-search-row a {
    color: inherit;
    font-weight: 700;
    font-size: 1.3rem;
}

.cw-search-filters .cw-style-side .cw-search-row a p {
    margin: 0;
}

.cw-search-filters .cw-style-side .cw-search-row a:hover {
    color: var(--color-theme-highlight);
}

.cw-search-filters .cw-style-side img {
    width: 180px;
}



/* 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) {

    .cw-search-filters .cw-style-side,
    .cw-search-filters .cw-price-side {
        height: 100%;
    }

}





.cw-parallax-about {
    margin-bottom: 2.5rem;
    padding: 4rem 0;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8883E75BD11B2A2EC4A2E5823629BC62.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cw-parallax-about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(15 59 92 / 72%); */
    background: var(--color-theme-primary);
    opacity: .72;
}

.cw-parallax-about [class^="col"] {
    z-index: 1;
}

@media (min-width: 768px) {
    .cw-parallax-about {
        padding: 6rem 0;
    }

    .cw-parallax-about h3 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .cw-parallax-about {
        background-attachment: fixed;
    }
}

@media (min-width: 1340px) {
    .cw-parallax-about h3 {
        font-size: 3rem;
    }

}





  /* Financing Loan Calculator */
  .cw-loan-calculator {
    padding: 10px;
  }

  .cw-loan-calculator .cw-flex-row {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;

    padding: 5px 5px;
  }

  .cw-loan-calculator .cw-inputbox {
    flex-grow: 1;
    padding: 0 1px;
  }

  .cw-loan-calculator input {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857;
    width: 100%;
    height: 50px;
    margin: 3px auto;
    padding: 6px 12px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
  }

  .cw-loan-calculator input::-webkit-input-placeholder {
    font-weight: 200;
    font-style: italic;
    color: #ccc;
  }

  .cw-loan-calculator input:-ms-input-placeholder {
    font-weight: 200;
    font-style: italic;
    color: #ccc;
  }

  .cw-loan-calculator input::placeholder {
    font-weight: 200;
    font-style: italic;
    color: #ccc;
  }

  .cw-loan-calculator .cw-button-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 6px;
  }

  .cw-loan-calculator input#cw-btn-calc {
    width: 100%;
    height: 50px;
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
  }
  .cw-loan-calculator input#cw-btn-calc:hover {
    background-color: var(--color-theme-highlight);
  }

  .cw-loan-calculator .cw-payment-box {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 10px 10px;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    margin: 5px 5px;
  }

  .cw-loan-calculator .cw-payment-box > div {
    display: inline-block;
  }

  .cw-loan-calculator #cwID-div-pmt {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-left: 5px;
  }

  .cw-loan-calculator #cw-txt-interest-rate {
    position: relative;
  }

  .cw-loan-calculator .cw-full-error {
    background-color: #cf2141;
    color: #fff;
    display: block;
    margin: 1px 5px;
    padding: 6px 8px 6px 13px;
    font-size: 14px;
    font-weight: 700;
    /* font-family: "Helvetica Neue", Arial, sans-serif; */
  }

  .cw-loan-calculator .cw-hide {
    display: none;
  }

  @media (min-width: 768px) {
    .cw-loan-calculator .cw-flex-row {
      flex-flow: row nowrap;
    }

    .cw-loan-calculator .cw-inputbox {
      margin-right: 6px;
    }
  }

  @media (min-width: 992px) {
    .cw-loan-calculator input {
      margin-bottom: 0em;
    }

    .cw-loan-calculator h5 {
      font-size: 14px;
      text-align: left;
      margin-bottom: 0;
    }
  }

  @media (min-width: 1200px) {
    .cw-loan-calculator h5 {
      font-size: 16px;
    }
  }




.page-home .inventoryslideshow {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/740DDCE403F1D9399AE81035F0517C2F.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.inventoryslideshow .inventoryslideshow-title-heading {
    display: none!important;
}