@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
/* Needed for codedyourown summary list on home*/
@import url("https://tenantsites.myaccountcenter.com/SummaryList/css/summarylist.min.css");
/*----------------------------------------------------------------------------------------*/

/*-- Global --*/

.btn {
  font-weight: normal !important;
}

.detailedlist-altcircles .detailedlist-img-photo {
  border: 1px solid #ddd;
  border-radius: 50%;
}

.detailedlist-altcircles .detailedlist-img-photo img {
  border: 5px solid #f7f7f7;
  border-radius: 50%;
}

.detailedlist h5 {
  color: var(--color-theme-highlight);
}

.cw-award {
  position: relative;
  padding-left: 1.25rem;
}

.cw-award:before {
  font-family: FontAwesome;
  content: "\f559";
  position: absolute;
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: var(--color-theme-secondary);
}

.title + .text {
  margin-top: 0;
}

@media (min-width: 992px) {
  h2.detailedlist-item-title {
    font-size: 2rem !important;
  }
}

.wow {
  visibility: hidden;
}

/*-- Header --*/

.header .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif !important;
}

.header .header-info-logo-img img {
  width: 315px;
}

.cw-header-contact {
  padding: 6px 2px;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-header-contact .cw-phone:before,
.cw-header-contact .cw-address:before {
  color: unset;
}

.header .navbar .active > .nav-link,
.navbar .nav-link:hover {
  color: var(--color-theme-highlight);
}

@media (min-width: 992px) {
  .cw-header-info .container {
    max-width: 1140px;
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    top: 70px;
  }

  nav.navbar .container {
    min-height: 99px;
  }

  /* 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% - 315px);
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
  .cw-header-info .header-info-logo-img {
    top: 70px;
  }
}

.cw-phone:hover,
.cw-address:hover {
  color: #032557 !important;
}
.cw-footer .cw-phone:hover,
.cw-footer .cw-address:hover {
  color: #ebcd1d !important;
}

/*-- Hero --*/

.cw-hero .carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center center;
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
  width: 10%;
  text-align: center;
  opacity: 0.7;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
  opacity: 1;
}

.cw-hero .carousel-caption {
  top: 25%;
  text-align: left;
}

.cw-hero .carousel-caption h3,
.cw-hero .carousel-caption h2 {
  text-shadow: 0 0 4px black;
}

.cw-hero .carousel-caption h3 {
  font-size: 1.5rem;
}

.cw-hero .carousel-caption h2 {
  margin-bottom: 0.75rem;
  font-size: 3rem;
  line-height: 1.05;
}

.cw-hero .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 27%);
}

@media (min-width: 768px) {
  .cw-hero .carousel-caption {
    left: 10%;
  }

  .cw-hero .carousel-caption h3 {
    font-size: 1.75rem;
  }

  .cw-hero .carousel-caption h2 {
    font-size: 3.5em;
  }
}

/*-- Home --*/

.cw-textImage {
  padding: 3.5em 0;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EB8A8CC989BCBACA7D6EFE3DA0E358C5.jpg)
    center;
  background-size: cover;
}

.cw-textImage img {
  margin-bottom: 2rem;
}

.cw-textImage h3 {
  margin-bottom: 1rem;
  font-size: 3.25rem !important;
  font-weight: 700;
}

@media (min-width: 992px) {
  .cw-textImage h3 {
    margin-bottom: 1rem;
    font-size: 3.25rem !important;
    font-weight: 700;
  }

  .cw-textImage img {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .cw-textImage {
    background-attachment: fixed;
  }
}

/* ===================== End Hero =========================== */
/*-- Home List Cards --*/

.cw-home {
  padding: 5rem 0 7rem 0;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4C6B61443D1B76BA02C74A2EE4260D7E.jpg);
  background-color: rgba(0, 0, 0, 0.85);
  /* background-size: cover; */
}

.cw-home h1 span {
  font-size: 60%;
}

.cw-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.cw-card a {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cw-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.cw-card:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.cw-card .cw-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cw-card .cw-card-img-overlay {
  position: absolute;
  left: 1.5rem;
  right: 0;
  bottom: 0;
  padding-bottom: 1.5rem;
  color: #fff;
}

.cw-card-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.cw-card button {
  padding: 0;
  background: none;
  color: white;
  border: none;
}

.cw-card button:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 0.25rem;
  color: white;
  font-size: 0.85rem;
}

.cw-reasons .container {
  padding: 3rem 2rem;
  background: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.cw-reasons h2 {
  font-size: 2.25rem;
}

.cw-reasons .lead {
  margin-bottom: 3rem;
}

.cw-reasons .fas {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.cw-reasons h4 {
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .cw-card-title {
    font-size: 1.75rem;
  }

  .cw-reasons .container {
    padding: 3rem;
  }

  .cw-reasons h2,
  .cw-home h1 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .cw-list .container {
    max-width: 1400px;
  }
}

@media (min-width: 1440px) {
  .cw-reasons .container {
    max-width: 1400px;
  }

  .cw-reasons h2,
  .cw-home h1 {
    font-size: 3.75rem;
  }

  .cw-reasons .lead {
    font-size: 1.5rem;
  }
}

/* ============================= Popupar Search ============================== */
section.inventory-search-module .form__wrapper {
  border: none !important;
  color: #fff;
}

.page-home h2.popular-vehicles-section-heading {
  font-size: 3.25rem !important;
}

/* ============================ Search Invenotry =============================== */
/* .inventoryslideshow{
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.73)),
    url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4C6B61443D1B76BA02C74A2EE4260D7E.jpg')!important;
} */
.inventory-search-module {
  background: #032557;
  padding: 3rem 0;
  border-top: 10px solid var(--color-theme-secondary);
  margin-top: 0px !important;
  position: relative;
  z-index: 1;
}

.inventory-search-module::before {
  content: "";
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B4C69D21C16DE99D50BCA1159FBE607D.png");

  margin-top: 0 !important;
  padding: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 18%;
}

.search__input.flex-grow-1 .btn-primary {
  background-color: var(--color-theme-secondary) !important;
  color: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}

.my-4 {
  margin-bottom: 0px !important;
}

/*-- Hero --*/
.cw-hero .carousel-item {
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.cw-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
  width: 10%;
  text-align: center;
  opacity: 0.7;
  z-index: 3;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
  opacity: 1;
}

.cw-hero .cw-overlay {
  position: absolute;
  z-index: 1;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cw-hero .cw-overlay h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.cw-hero .cw-overlay h1 span {
  display: block;
  margin: 1rem 0 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40%;
}

.cw-hero .cw-overlay .cw-button-container {
  justify-content: center;
  max-width: 580px;
  margin: 2rem auto 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.cw-hero .cw-overlay .cw-button-container .btn {
  margin: 0.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .cw-hero .cw-overlay h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .cw-hero .carousel-item {
    height: 580px;
  }

  .cw-hero .cw-overlay h1 {
    font-size: 5rem;
  }

  .cw-hero .cw-overlay h1 span {
    font-size: 30%;
  }

  .cw-hero .cw-overlay .cw-button-container {
    max-width: 700px;
  }

  .cw-hero .cw-overlay .cw-button-container .btn {
    font-size: 1.25rem;
  }
}

/* ===================== Find Your Power Sport Today ============================ */

.page-home .list {
  padding: 2rem 0 0;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4C6B61443D1B76BA02C74A2EE4260D7E.jpg);
}

.cw-vehicleTypes {
  padding-top: 3.5rem;
  color: #fff;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4C6B61443D1B76BA02C74A2EE4260D7E.jpg);
}

.cw-vehicleTypes h3 {
  font-size: 2rem;
}

.page-home .list .list-img-wrap {
  margin: auto;
  padding: 34% 0;
}

.page-home .list .list-img-photo {
  background-size: contain;
}

.page-home .list .list-text-title {
  margin-bottom: 0.5rem;
  text-transform: none;
  color: var(--color-theme-primary);
}

.page-home .list .list-text-btn {
  display: none;
}

.cw-homeBtn {
  background: url(https://www.toptal.com/designers/subtlepatterns/uploads/round.png);
  padding-bottom: 4rem;
}

.page-home .list-wrap {
  background: #fff;
  border-radius: 0px 0 0 0;
  border: 2px solid var(--color-theme-highlight);
  -webkit-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .page-home .list .list-img-photo {
    background-size: 190px;
  }
}

@media (min-width: 992px) {
  .page-home .cw-vehicleTypes h3 {
    font-size: 2.75rem;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
  }

  .page-home .cw-vehicleTypes .lead {
    font-size: 1.35rem;
  }
}

@media (min-width: 1400px) {
  .page-home .cw-vehicleTypes h3 {
    font-size: 3.25rem;
  }
}

.list .container .row {
  padding-bottom: 3rem;
}

/* ================= End of Find your Powersport Today =============== */

.page-home .card__multi__style3 .item__card__details__wrapper {
  color: var(--inventoryslideshow-inventoryprice);
  margin-bottom: 0;
  border-bottom: 0;
}

/* ========================== Our Brands ======================================= */
.cw-ourBrands {
  /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4C6B61443D1B76BA02C74A2EE4260D7E.jpg); */
  background-color: #eeeeee;
  /* background-size: cover; */
  padding: 4rem 0;
  margin-bottom: 6rem;
}

.cw-mainTitle {
  font-size: 3.25rem !important;
}

.cw-ourBrands h2 span {
  font-size: 60%;
}

.cw-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.cw-card a {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cw-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.cw-card:hover:before {
  background: rgba(2, 21, 49, 0.9);
}

.cw-card .cw-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cw-card .cw-card-img-overlay {
  position: absolute;
  left: 1.5rem;
  right: 0;
  bottom: 0;
  padding-bottom: 1.5rem;
  color: #fff;
}

.cw-card-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.cw-card button {
  padding: 0;
  background: none;
  color: white;
  border: none;
}

.cw-card button:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 0.25rem;
  color: white;
  font-size: 0.85rem;
}

.cw-reasons .container {
  padding: 3rem 2rem;
  background: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.cw-reasons h2 {
  font-size: 2.25rem;
}

.cw-reasons .lead {
  margin-bottom: 3rem;
}

.cw-reasons .fas {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.cw-reasons h4 {
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .cw-card-title {
    font-size: 1.75rem;
  }

  .cw-reasons .container {
    padding: 3rem;
  }

  .cw-reasons h2,
  .cw-ourBrands h2 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .cw-list .container {
    max-width: 1400px;
  }
}

@media (min-width: 1440px) {
  .cw-reasons .container {
    max-width: 1400px;
  }

  .cw-reasons h2,
  .cw-ourBrands h2 {
    font-size: 3.75rem;
  }

  .cw-reasons .lead {
    font-size: 1.5rem;
  }
}

/* ============================== End Our Brands ================================ */

/* ===================== About Us =========================================== */
/* ================== Start of Car Finder ============================ */
.cw-carFinder {
  position: relative;
  /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.2)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4EA812AD36F839381B0BAD1441120602.jpg); */
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7BF2A5F848692BBE9F593F91BCF7C735.png);

  mix-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.cw-carFinder .pg-title,
.cw-carFinder .pg-text {
  text-shadow: 1px 1px 2px #111;
}

/* ======================= Map ============================= */

.map {
  border-top: 10px solid var(--color-theme-secondary);
}

/* ================================= About Us =============== */
/* end */

/* start About US custom css */

.cw-textImage {
  padding: 3.5em 0;
  background: linear-gradient(
      to bottom,
      rgba(3, 8, 15, 0.9),
      rgba(3, 8, 15, 0.9)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/86398054E4A069CA5B6B651EC947DD88.jpg);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.cw-textImage img {
  margin-bottom: 2rem;
}

.cw-textImage h3 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .cw-intro {
    padding: 3.5rem 0 8rem;
  }

  .cw-intro h1 {
    font-size: 2.75rem;
  }

  .cw-textImage h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .cw-textImage img {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .cw-textImage {
    background-attachment: fixed;
  }
}

/* ========================================================================= */
/* END-ABOUT US- */

/* ============================================================================== */
.cw-footer {
  padding: 100px 0;
  background: linear-gradient(
      to bottom,
      rgba(2, 21, 49, 0.9),
      rgba(2, 21, 49, 0.9)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B4C69D21C16DE99D50BCA1159FBE607D.png);
  text-align: center;
  background-color: #000000;
  position: relative;
  z-index: 1;
  border-top: 10px solid var(--color-theme-secondary);
}

/* Footer */
.cw-footer {
  padding: 4rem 0;

  color: #fff;
  /* text-align: center; */
}

.cw-footer iframe {
  width: 100%;
}

.cw-footer a {
  color: #fff;
  transition: 0.3s ease;
}
.cw-footer a:hover {
  color: #ebce1e;
}

.cw-address,
.cw-phone {
  position: relative;
  line-height: 1.35;
  /* padding-left: 1.5rem; */
  font-size: .9rem;
  transition: 0.3s ease;
}

.cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  /* position: absolute; */
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  /* position: absolute; */
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-footerMenu a {
  display: block;
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
  color: var(--color-theme-secondary);
}

.cw-footer h5 {
  margin-bottom: 1rem;
  color: var(--color-theme-highlight);
}

.cw-footer .business-hours {
  max-width: 350px;
  margin: auto;
  text-align: left;
}

.cw-footer .business-hours h2 {
  color: var(--color-theme-secondary);
  padding-left: 0;
  border-left: none;
}

.cw-footer .business-hours ul {
  padding: 6px 8px;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-footer .business-hours .today {
  color: var(--color-theme-secondary);
}

.cw-social a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.card1:hover {
  background: #a5a5a5 !important;
}

.footer {
  padding-top: 0;
}

footer > .container {
  display: none;
}

@media (min-width: 768px) {
  .cw-footer {
    text-align: left;
  }

  .cw-header-info {
    background-color: #000 !important;
  }
}

@media (max-width: 992px) {
  .cw-header-info {
    background-color: #000 !important;
  }
}

@media (max-width: 576px) {
  .cw-header-info {
    background-color: #000 !important;
  }
}

.table > :not(:first-child) {
  border-top: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none !important;
}

/* ================== End Footer ========================== */

/* ===================== Fix Form ==========================*/

.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%;
}

/* ====================== Internal Services Page ============ */
.cw-boxPart {
  border: 2px solid var(--color-theme-highlight);
}

.font-body-Montserrat .btn {
  font-weight: 700 !important;
}

.title-heading {
  color: #000000;
}

h2.form-forms-header {
  color: #ebce1e !important;
}

/* ADA Color changes */
.inventoryslideshow .item__card .item__cta a {
  color: var(--color-theme-text);
}

.inventoryslideshow .inventoryslideshow-btn a:hover {
  color: var(--color-theme-text) !important;
}

/* -------------------- Inventory SRP ---------------------- */

.inventory .inventory-cta .btn {
  color: var(--color-theme-text-btn) !important;
  background-color: var(--color-theme-primary) !important;
}

.inventory .inventory-cta .btn:hover,
.inventory .inventory-cta .btn::before {
  color: var(--color-theme-text) !important;
  background-color: var(--color-theme-secondary) !important;
}

/* -------------------- VDP page ---------------------- */

.vdp__loanCalc__mod .loan__calc__content .btn-outline-secondary::before {
  background: var(--color-theme-primary);
}

.vdp__loanCalc__mod
  .loan__calc__content
  .btn-check:checked
  + .btn-outline-secondary {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-text);
  color: var(--color-theme-text);
}

/* -------------------- VDP Sn ---------------------- */
@media (max-width: 992px) {
  .page-inventory-details .cw-header-contact {
    display: none;
  }
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn:hover {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text) !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_dropdown
  a:hover {
  color: var(--color-theme-highlight);
}

/* Sticky Nav Buttons  */
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  font-size: 1rem !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item:hover {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item::before {
  background-color: var(--color-theme-secondary) !important;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
  margin-bottom: 2em;
}

/* Loan Calc  */
.vdp__loanCalc__mod a.btn-primary:hover {
  color: var(--color-theme-text) !important;
}

.vdp__loanCalc__mod a.btn-primary::before {
  background-color: var(--color-theme-secondary);
}

/* secondary buttons since color secondary (yellow) is different shade than primary (black) */
/* Mostly for request more photos button */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background-color: var(--color-theme-primary);
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button:hover {
  background-color: var(--color-theme-secondary) !important;
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button::before {
  background-color: var(--color-theme-secondary) !important;
}

/* Contact Module  */
.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary:hover {
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary::before {
  background-color: var(--color-theme-secondary);
}

/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
  z-index: 1029;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
  z-index: 1055;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/

.navbar-nav .active a {
  color: #000 !important;
}
.navbar-nav .active .dropdown-menu a {
  color: #fff !important;
}
.navbar-nav .active .dropdown-menu .active {
  color: #000 !important;
}
.inventory .card-header,
.inventory .btn-link.btn-clear-filter {
  color: #000 !important;
}
/*----------------------------------------------------------------------------------------*/

h2.form-forms-header {
  background: linear-gradient(
    to right,
    rgba(3, 37, 87, 1) 0%,
    rgba(3, 37, 87, 1) 33%,
    rgba(3, 37, 87, 0) 90%
  );
  padding: 0.5em 0.5em 0.4em 1em;
  border-radius: 1.5em;
  margin-bottom: 1em;
}
@media (min-width: 1440px) {
  h2.form-forms-header {
    margin-left: -2em;
  }
}
/*----------------------------------------------------------------------------------------*/
.title {
  background: linear-gradient(
      to bottom,
      rgba(2, 21, 49, 0.9),
      rgba(2, 21, 49, 0.9)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B4C69D21C16DE99D50BCA1159FBE607D.png);
  margin-bottom: 3em;
}
.title h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
  margin: 1em auto;
}
@media (min-width: 992px) {
  .title h1 {
    font-size: 300%;
  }
}

/*----------------------------------------------------------------------------------------*/
.page-get-prequalified .creditQualifyPage {
  margin: 5em auto;
}
/*----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/
