@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

.btn-secondary {
  background-color: #111 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.btn-secondary:hover {
  background-color: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}
.btn-secondary:before {
  background-color: transparent !important;
}
.vdp-module-canvas-razor-wrapper .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-primary:focus,
section.page-inventory-details .btn.btn-primary {
  color: #000 !important;
}
.hours__status.hours__status__closed[DealershipInfoWidgetCssScope],
.vdp-module-canvas-razor-wrapper .btn-link,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp-module-canvas-razor-wrapper .btn-link {
  color: #000 !important;
}
.btn {
  font-weight: 400 !important;
}
.inventory .card-header {
  background: #111111 !important;
  color: #fff !important;
}
.inventory .btn-link.btn-clear-filter {
  color: #fff !important;
}
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: #f7901f !important;
}

.loan-app-module .btn-primary.disabled,
.loan-app-module .btn-primary:disabled {
  color: #fff !important;
}
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

.cw-home-top {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1B65F17B243671927E939ECC22A51FB2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 992px) {
  .cw-home-top {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.6) 60%,
        rgba(0, 0, 0, 0.95) 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1B65F17B243671927E939ECC22A51FB2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 23em;
    padding-bottom: 5em;
  }
}
.cw-home-top a {
  transition-timing-function: linear;
  width: 100%;
}
.cw-home-top a:hover {
  animation: bounce 0.5s;
  transition-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.1);
  }
}
.cw-home-top a .cw-home-top-btn {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.cw-home-top a .cw-home-top-btn img {
  width: auto;
  margin: 0 auto 0.5em auto;
  max-height: 7em;
}
.cw-home-top a .cw-home-top-btn h2 {
  font-size: 200%;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 2px #000, 1px 1px 2px #000;
}
.cw-home-top a .cw-home-top-btn p {
  color: #fff;
  font-size: 120%;
  text-align: center;
  text-shadow: 0px 0px 2px #000, 1px 1px 2px #000;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

.cw-home-finance-btn {
  position: relative;
}
.cw-home-finance-btn-inner {
  position: absolute;
  width: 100%;
  top: -1.5em;
}
.cw-home-finance-btn-inner .btn {
  font-weight: 700 !important;
  text-transform: uppercase;
  display: block;
  margin: auto;
  width: fit-content;
  font-size: 130%;
  background-color: #111;
  color: #fff;
  border: 1px solid #fff;
}
.cw-home-finance-btn-inner .btn:hover {
  background-color: #fff;
  color: #111;
  border: 1px solid #111;
}
.cw-home-finance-btn-inner p {
  color: #000;
  text-align: center;
  font-size: 95%;
  margin: 0.3em auto auto auto;
}
/*-------------------------------------------------------*/
.cw-home-search {
  padding-top: 5em;
  overflow: auto;
  background: linear-gradient(
    315deg,
    rgba(247, 144, 31, 1),
    rgba(247, 144, 31, 0.8),
    rgba(247, 144, 31, 1),
    rgba(247, 144, 31, 0.8)
  );
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}
@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/*-------------------------------------------------------*/
.cw-home-search-price {
  padding-top: 2em;
}
@media (min-width: 992px) {
  .cw-home-search-price {
    padding-top: 0.5em;
  }
}
.cw-home-search-price h2 {
  color: #000;
  margin-bottom: 0.7em;
  font-size: 200%;
  text-align: bottom;
}
@media (min-width: 992px) {
  .cw-home-search-price h2 {
    text-align: left;
  }
}
.cw-home-search-price .row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.cw-home-search-price a {
  transition: 0.3s linear;
  height: 100%;
  position: relative;
  z-index: 2;
  width: 90%;
}
@media (min-width: 992px) {
  .cw-home-search-price a {
    width: 25%;
  }
}
.cw-home-search-price a:hover {
  z-index: 3;
}
.cw-home-search-price a .card {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  transition: 0.3s linear;
  padding: 1em;
  position: relative;
  z-index: 2;
  height: 11em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 1em auto;
}
@media (min-width: 992px) {
  .cw-home-search-price a .card {
    margin: auto;
  }
}
.cw-home-search-price a:hover .card {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #333;
  animation: bounce 0.5s;
  transition-timing-function: linear;
  animation-fill-mode: forwards;
  z-index: 3;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.1);
  }
}

.cw-home-search-price a .card h2 {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 150%;
}
.cw-home-search-price a .card hr {
  margin: 0.5em auto;
  width: 80%;
  display: block;
  border-color: #333;
}
.cw-home-search-price a .card h3 {
  color: #222;
  display: block;
  margin: 0.5em auto;
  font-size: 80%;
  text-align: center;
}
/*-------------------------------------------------------*/
.cw-home-search-body-make {
}
.cw-home-search-body-make h2 {
  color: #000;
  margin: 2em auto 0.7em auto;
  font-size: 200%;
  text-align: center;
}
@media (min-width: 992px) {
  .cw-home-search-body-make h2 {
    text-align: left;
  }
}
.cw-home-search-body-make a {
}
.cw-home-search-body-make a:hover {
}
.cw-home-search-body-make a .card {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2em;
  transition: 0.3s ease;
}
.cw-home-search-body-make a:hover .card {
}
.cw-home-search-body-make a .card img {
  transition: 0.3s ease;
  opacity: 1;
  width: 70%;
  margin: auto;
}
@media (min-width: 992px) {
  .cw-home-search-body-make a .card img {
    width: 90%;
  }
}
.cw-home-search-body-make a:hover .card img {
  opacity: 0.7;
  transform: scale(0.9);
}
.cw-home-search-body-make a .card p {
  transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 700;
  color: #000;
  opacity: 1;
  margin: 0 auto;
  font-size: 130%;
}
@media (min-width: 992px) {
  .cw-home-search-body-make a .card p {
    font-size: 70%;
  }
}
@media (min-width: 1200px) {
  .cw-home-search-body-make a .card p {
    font-size: 120%;
  }
}
.cw-home-search-body-make a:hover .card p {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .cw-search-make-row {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    height: 10em;
  }
}
.cw-home-search-body-make h4 {
  font-size: 140%;
  color: #000;
  text-align: center;
  margin: 0.5em auto;
}
@media (min-width: 992px) {
  .cw-home-search-body-make h4 {
    text-align: left;
    padding-left: 0.5em;
    margin: auto;
  }
}
.cw-home-search-body-make h4 a {
  opacity: 1;
  transition: 0.3s ease;
  color: #000;
}
.cw-home-search-body-make h4 a:hover {
  opacity: 0.8;
}

/*-------------------------------------------------------*/
.cw-home-search-car {
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}
.cw-home-search-car img {
  margin: 1em auto auto auto;
  display: block;
}
/*-------------------------------------------------------*/

.cw-home-h1 {
  background-color: #fff;
}
.cw-home-h1 h1 {
  text-align: center;
  color: #000;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

.cw-home-title {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  padding: 0.5rem 0;
}

.cw-home-title h1 {
  margin-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cw-home-title .cw-title-box {
    max-width: calc(100% - 230px);
    margin: auto;
  }

  .cw-home-title h1 {
    text-align: center;
  }
}

.cw-search {
  background-color: rgba(0, 0, 0);
}

.cw-popular-marker:hover {
  background-color: var(--color-theme-border) !important;
}

section.inventory-search-module .form__wrapper {
  padding: 0 !important;
}

.header .navbar-nav {
  text-transform: uppercase;
}
.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;
}
.cw-map {
  background-color: rgba(0, 0, 0);
}

.cw-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  width: 32px;
  height: 32px;
}

.cw-map h3 {
  font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.cw-map h3 span {
  font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
  line-height: 1;
  font-weight: 700;
  color: var(--color-theme-primary);
  text-transform: uppercase;
}

.page-home .inventoryslideshow .inventoryslideshow-title-heading {
  display: none;
}

.cw-featured-vehicles h2 {
  font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.inventory-search-module {
  margin-top: 4rem !important;
}

.inventoryslideshow {
  margin-top: -4rem;
}

.cw-intro {
  padding: 3rem 0 6rem;
}

.cw-intro h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.cw-intro h1 span {
  font-size: 60%;
}

.page-home .list {
  margin-top: -12rem;
  padding-bottom: 1rem;
}

.page-home .list .list-img-wrap {
  width: 100%;
  padding: 48% 0;
  border-width: 5px;
}

.page-home .list .list-text-title {
  color: var(--color-theme-text);
}

.page-home .list .list-img-photo {
  margin: 0;
}

.list .list-text-description {
  padding: 0.5rem 0;
}

.page-home .inventoryslideshow {
  padding-top: 4em;
}

@media (min-width: 992px) {
  .cw-intro {
    padding: 3.5rem 0 8rem;
  }

  .cw-intro h1 {
    font-size: 2.75rem;
  }

  .page-home .list {
    margin-top: -13rem;
  }

  .page-home .list .container {
    max-width: 1340px;
  }

  .cw-textImage h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .cw-textImage img {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .cw-textImage {
    background-attachment: fixed;
  }
}

.textwithimage-in-container {
  padding-top: 0 !important;
  padding-bottom: 3.5em;
}

.cw-icon-info {
  position: relative;
  z-index: 2;
}

.cw-copy {
  position: relative;
  z-index: 2;
}

.cw-copy p {
  font-size: 14px;
}

.cw-icon {
  height: 25px;
  width: 100%;
}

.featured__veh__section {
  margin-top: 100px !important;
  text-align: center;
}

.search__section {
  margin-top: 0 !important;
  z-index: 1000;
  position: relative;
  background: rgba(0, 0, 0);
  padding: 6rem;
  color: #fff;
}

.search__section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 20%;
  object-fit: cover;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6228FF8433BA1B4E5EED2F317EC5E6BC.png);
}

.detailedlist-altcircles .detailedlist-img-photo {
  border: 1px solid rgba(255, 255, 255);
  border-radius: 50%;
}

.detailedlist-altcircles .detailedlist-img-photo img {
  border: 5px solid rgba(255, 255, 255);
  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;
}

.cw-header {
  background-color: #000;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}

.cw-header img {
  width: 500px;
  /* margin: -30px auto -15px */
}

.cw-header .cw-socials {
  margin-top: 1rem;
}

.cw-header .cw-socials a {
  color: inherit;
  font-size: 16px;
  /* position: relative; */
  /* z-index: 5 */
}

.cw-header p {
  position: relative;
  z-index: 5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: inherit;
}

.cw-header p i {
  color: #f99514;
  font-size: 1.2em;
  margin-right: 5px;
}

.cw-header p span {
  margin: 0 15px;
}

.cw-header p a {
  color: #fff !important;
}

@media (min-width: 992px) {
  .cw-header .cw-socials {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .cw-header {
    text-align: right;
  }
}

.cw-footer {
  padding: 5rem 0;
  background-color: #000;
  color: #fff;
  margin-top: 8em;
}

.cw-footer h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.cw-footer-contact {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
}

.cw-footer-contact p a {
  color: #f99514 !important;
  font-size: 1.2em;
  font-weight: 700;
}

.cw-footer-contact img {
  max-width: 300px;
  margin: auto;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff)
    drop-shadow(0 0 1px #fff);
}

@media (min-width: 280px) {
  .cw-footer-contact img {
    max-width: 250px;
  }
}

@media (min-width: 440px) {
  .cw-footer-contact img {
    max-width: 300px;
  }
}

.cw-footer-hours .c-table {
  font-size: 1.5rem;
  color: #111;
  line-height: 3.5rem;
  border-bottom: 1px dotted rgba(17, 17, 17, 0.3);
}

.cw-footer-hours .c-table:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}

.cw-footer-hours .c-tablecell {
  padding: 2px;
}

.cw-footer-map iframe {
  height: 250px;
}

.cw-address,
.cw-phone {
  position: relative;
  line-height: 1.35;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  color: var(--color-theme-text-btn);
}

.cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: rgba(255, 255, 255);
}

.cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: rgba(255, 255, 255);
}

.business-hours li {
  font-size: 0.85rem;
}

.cw-social a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.cw-social i {
  font-size: 25px;
}

.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;
}

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.58),
      rgba(0, 0, 0, 0.58)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2D8C1330EED2D8013C4403B59D5BD0F2.jpg)
      no-repeat center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 4.5rem 0;
  color: rgba(255, 255, 255);
  text-shadow: 0 0 4px rgba(0, 0, 0);
}


.cw_loanCalcContainer {
  padding: 1% 0 2%;
}

.cw_loanCalcContainer input {
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000000;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  margin-bottom: 1em;
  width: 100%;
}

.cw_loanCalcContainer .cw_fieldTitle {
  display: block;
  color: #000000;
}

.cw_loanCalcContainer img {
  border-radius: 5px;
  margin-top: 20px;
}

.cw_loanCalcContainer .cw_paymentBox {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  display: none;
}

.cw_loanCalcContainer #cw_divPmt {
  font-weight: 600;
  font-size: 30px;
  margin-top: 6px;
  position: relative;
}

.cw_loanCalcContainer #cw_txtInterestRate {
  position: relative;
}

.cw_loanCalcContainer .cw_moneySign {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 35px;
  left: 30px;
  color: #999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cw_loanCalcContainer .cw_interestPercent {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 40px;
  right: 30px;
  color: #999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cw_loanCalcContainer .cw_moneyInput {
  padding-left: 30px;
}

.cw_loanCalcContainer input.btn-primary {
  color: #ffffff;
  background-color: var(--color-theme-primary);
  border: 1px solid #ffffff;
}

.cw_loanCalcContainer input:hover.btn-primary {
  background-color: var(--color-theme-highlight);
}

@media (min-width: 768px) {
  .cw_loanCalcContainer h5 {
    font-size: 30px;
    line-height: 48px;
  }
}

.srp-ftc-headline.variant-l2-tag[b-zjf070b8es] {
  background: #ffff !important;
  color: var(--color-theme-text-btn);
  padding: 10px 14px;
  border-radius: 3px;
  text-align: center;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}