@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import "https://tenantsites.myaccountcenter.com/SummaryList/css/summarylist.min.css";

.btn {
    font-weight: 400 !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 .navbar .dropdown-item {
    color: #fff;
}

.header .navbar-nav .nav-link {
    font-family: oswald, sans-serif !important;
    color: #fff !important;
}

.header .header-info-logo-img img {
    padding-top: .5em;
    width: 330px;
}

.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 {
    color: unset;
}

.cw-header-contact {
    padding: 6px 2px;
}

.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: 50px;
    }
    nav.navbar .container {
        min-height: 99px;
    }
    .header.has-cart .collapse.justify-content-center,
    .header .navbar-collapse.justify-content-center {
        justify-content: flex-end !important;
    }
    .header .navbar-nav:not(.navbar-cart) {
        max-width: calc(100% - 315px);
        justify-content: center;
    }
}

@media (min-width: 1400px) {
    .header .container,
    .cw-header-contact .container {
        max-width: 1340px;
    }
}

.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 #000;
}

.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;
    }
}

.cw-intro {
    padding: 47rem 0 6rem;
}

.cw-intro h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.cw-intro h1 span {
    font-size: 60%;
}

.page-home .text {
    margin-top: -2em;
}

.page-home .list {
    margin-top: -5rem;
    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;
}

.cw-financing {
    padding: 4em 0 6em;
}

.cw-textImage {
    padding: 3.5em 0;
    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/AE1AAB2E7D090AFEC36BBAFC84155613.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.cw-textImage img {
    margin-bottom: 2rem;
}

.cw-textImage h3 {
    color: #fff;
    margin-bottom: 1rem;
}

.cw-textImage p {
    color: #fff;
}

.cw-financing h3 {
    text-align: center;
    font-size: calc(2.3rem + .6vw);
}


@media (min-width: 440px) {
    .cw-intro {
        padding: 27rem 0 6rem;
    }
}

@media (min-width: 576px) {
    .cw-intro {
        padding: 20rem 0 6rem;
    }
}

@media (min-width: 768px) {
    .cw-intro {
        padding: 14rem 0 6rem;
    }
    .page-home .list {
        margin-top: -10rem;
    }
}

@media (min-width: 992px) {
    .cw-intro {
        padding: 13.5rem 0 4rem;
    }
    .cw-intro h1 {
        font-size: 2.75rem;
    }
    .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: 1200px) {
    .cw-intro {
        padding: 10.5rem 0 4rem;
    }
}

@media (min-width: 1440px) {
    .cw-textImage {
        background-attachment: fixed;
    }
    .cw-intro {
        padding: 7.5rem 0 4rem;
    }
}

section.inventory-search-module>.container {
    position: absolute;
    margin-top: -4em;
    z-index: 20000;
    left: 0;
    right: 0;
}

section.inventory-search-module .form__wrapper {
    background-color: var(--color-theme-highlight) !important;
}

section.inventory-search-module .btn-primary {
    border: 1px solid var(--color-theme-primary) !important;
}

section.inventory-search-module .btn-primary:hover {
    color: var(--color-theme-primary) !important;
}

.inventoryslideshow .inventoryslideshow-title-heading {
    color: var(--color-theme-text) !important;
}

.inventoryslideshow h3 {
    color: var(--color-theme-secondary);
    font-size: 1.25rem !important;
    text-transform: none;
}

/* NOTE - 2/21/24 - In the Inventory Slideshow, the Modules "Button Text Color" controls the Button and the Price text colors*/
.inventoryslideshow .item__data__price {
    font-size: 1.2rem !important;
    color: #000000 !important;
}

.inventoryslideshow-slick {
    padding: 1rem 0;
}

.inventoryslideshow .item__data {
    font-size: 1rem !important;
}

.inventoryslideshow .item__card {
    background: #fff !important;
}

.inventoryslideshow .item__card__photo {
    margin: 5px;
}

@media (min-width: 992px) {
    .inventoryslideshow-title-heading {
        font-size: 2.5rem;
    }
}

.inventory {
    padding-top: 0 !important;
}

.p-veh-card .card-top-img a {
    display: block;
}

.inventory .card-header {
    background: var(--color-theme-primary) !important;
    color: var(--color-theme-highlight);
}

.inventory .btn-link.btn-clear-filter {
    color: var(--color-theme-highlight) !important;
}

.inventory .srp-sidebar .card-header::before {
    border-color: transparent !important;
}

.inventory .card {
    background: #222222 !important;
}

.inventory .srp-sidebar .card-header .card-title  {
    color: #fff !important;
}

.inventory .vehicle-card.layout-2 .price {
    background: var(--color-theme-highlight) !important;
    font-weight: 700;
    color: #0f0f0f !important;
}

.inventory .carousel-indicators {
    background: rgba(255, 255, 255, 0.3) !important;
    bottom: 0 !important;
    margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    background: var(--color-theme-highlight);
}

.inventory .vehicle-card .card-body h5.inventory-title {
    padding-top: 0;
    text-transform: none;
    color: var(--color-theme-highlight) !important;
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
    background: var(--color-theme-highlight) !important;
    border-color: var(--color-theme-highlight) !important;
}

.dropdown-multiselect[b-w8f4f0t1fw]  {
    background-color: #222 !important;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #222 !important;
}

.vdp__details__mod {
    margin-bottom: 50px;
}

.section__title {
    color: #fff !important;
}

.section__subtitle {
    color: #fff !important;
}

[LoanCalculatorWidgetCssScope] .loan__calc__content .calc__totals__wrapper {
    background-color: #222 !important;
}

.modal-footer .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    color: #000 !important;
    border-color: #000 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    color: #fff !important;
    border-color: #fff !important;
}

.vdp-module-canvas-razor-wrapper label {
    font-size: 15px;
    margin-bottom: 0.3rem;
    color: #fff !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: #DB2D2E !important;
}

/*[b-h85p0r54yf] .modal-content {
    background: #222 !important;
    color: #fff !important;
    border-color: #222 !important;
}*/

.form-forms-text, p.form-forms-text {
    color: #fff !important;
}

[b-h85p0r54yf] h5.modal-title {
    color: #fff !important;
}

.modal-footer {
    background-color: #222;
}

.modal-body {
    background-color: #222;
}

.modal-header {
    background-color: #222;
}

[QuickConnectCssScope] h5.modal-title {
    color: #fff !important;
}

[QuickConnectCssScope] .modal-content {
    background-color: #222 !important;
}

.font-header-Montserrat h5.modal-title {
    color: #fff;
}

label {
    color: #fff !important;
}

.vdp__title__mod {
    background: #222;
    padding: 1.5rem 1rem 1rem;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
    background: var(--color-theme-secondary) !important;
    border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
    background: var(--color-theme-secondary) !important;
    border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
    margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
    max-width: none;
    margin-bottom: 0 !important;
    padding: 1rem;
    background: var(--color-theme-primary);
    color: #fff;
}

@media (min-width: 992px) {
    .page-inventory .container.mb-4 {
        padding: 3rem 4rem;
    }
}

.cw-testimonials {
    position: relative;
    padding: 4rem 0;
    text-align: center;
    background: #f4f7f7;
}

.cw-testimonials .container,
.cw-testimonials h3 {
    position: relative;
    z-index: 2;
}

.cw-testimonials h3 {
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: var(--color-theme-text);
}

.cw-testimonials .card {
    position: relative;
    padding: 1.25rem 1rem 0;
    font-size: 0.85rem;
    border: 1px solid #ddd;
    text-align: left;
}

.cw-testimonials .fas {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    color: var(--color-theme-highlight);
    font-size: 22px;
}

.cw-testimonials .card-text {
    margin-bottom: 0.25rem;
    font-style: italic;
}

.cw-testimonials .card-title {
    float: right;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: right;
    text-transform: none;
}

.cw-testimonials .btn {
    border-radius: 50%;
    padding: 5px 11px;
    background: var(--color-theme-secondary);
    color: #fff;
}

@media (min-width: 992px) {
    .cw-testimonials h3 {
        font-size: 2.5rem;
    }
    .cw-testimonials .card {
        font-size: 0.95rem;
    }
}

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/AC5FC458F6C7BC3D3582F90E597EA108.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: 2rem 0;
    color: #fff;
    text-shadow: 0 0 4px #000;
}

section:not(.page-home) .title h1 {
    font-size: 2rem;
}

section:not(.page-home) .form {
    padding-top: 1rem;
}

@media (min-width: 992px) {
    section:not(.page-home) .title .title-heading {
        padding: 3.5rem 0;
    }
    section:not(.page-home) .title h1 {
        font-size: 2.5rem;
    }
}

.form-forms-header {
    font-size: 1.75rem;
}

form-select {
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4E49691C9674D1E92A7DE8E9395272A4.png");
    background-size: 15px;
    background-color: #f4f7f7;
}

.form-control,
.bootstrap-select .dropdown-menu li a {
    background: #f4f7f7;
}

hr {
    opacity: 1;
}

.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%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
    color: #000;
    background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline;
    background: 0 0;
}

.timepicker.picker__input.form-control[readonly] {
    background: #f4f7f7;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
    border-top-color: var(--color-theme-highlight);
}

.cw-footer {
    padding: 4rem 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.705),
            rgba(0, 0, 0, 0.705)),
        url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8A84B9DA3FED4C534F32125E73979B9D.jpg");
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.cw-footer iframe {
    width: 100%;
}

.cw-footer a {
    color: #fff;
}

.cw-business-info {
    padding: 4rem 0;
    color: #fff;
    background-color: #000;
}

.cw-business-info iframe {
    width: 100%;
}

.cw-business-info a {
    color: #fff;
}



.cw-address,
.cw-phone,
.cw-hours {
    position: relative;
    line-height: 1.35;
    padding-left: 1.3rem;
    font-size: 1.1rem;
}

.font-bold:hover {
    color: var(--color-theme-secondary);
}

.cw-address:before {
    font-family: FontAwesome;
    content: "\f3c5";
    position: absolute;
    left: 0;
    padding-right: 0.5rem;
    color: var(--color-theme-highlight);
}

.cw-phone:before,
.cw-hours:before {
    font-family: FontAwesome;
    content: "\f2a0";
    position: absolute;
    left: 0;
    top: 2px;
    padding-right: 0.5rem;
    color: var(--color-theme-highlight);
}

.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-highlight);
}

.cw-footer h5 {
    margin-bottom: 1rem;
    color: var(--color-theme-highlight);
}

.cw-hours {
    font-size: 0.85rem;
}

.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;
    }
}

.cw-slider {
    width: 100%;
    height: 500px;
}

.cw-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.cw-slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #000;
    overflow: hidden;
    position: relative;
}

/*.cw-slider .cw-no-doc-fees {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2001;
    font-size: 3.25rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    background: #ffc000;
    padding: 5px 20px;
}*/

@media (min-width: 280px) {
    /*.cw-slider .cw-no-doc-fees {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 2001;
        font-size: 2.25rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
        background: #ffc000;
        padding: 5px 20px;
    }*/
}

@media (min-width: 440px) {
    /*.cw-slider .cw-no-doc-fees {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 2001;
        font-size: 3.25rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
        background: #ffc000;
        padding: 5px 20px;
    }*/
}

.blink_me {
    animation: blinker 5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 50%;
    }
}

.slide-image {
    position: absolute;
    top: -100px;
    left: -100px;
    opacity: 0.7;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    background-position: 50% 50%;
    background-size: cover;
}

.slide-overlay {
    position: relative;
    z-index: 2000;
    opacity: 1;
}

.slide-overlay .btn-secondary {
    background: #DB2D2E !important;
    color: #fff !important;
}
.slide-overlay .btn-secondary:hover {
    background: var(--color-theme-highlight) !important;
    color: #0f0f0f !important;
}

.slide-title {
    display: block;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    line-height: 1;
    white-space: normal;
    word-break: break-word;
    color: #DB2D2E;
    z-index: 100;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke: 0.25px #fff;
    text-shadow:
    1px 0px 0 #fff, -1px -1px 0 #fff, 1px 2px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff;
}

.slide-overlay h3 {
    position: relative;
    z-index: 1;
    max-width: 95%;
    margin: 0 auto 1.5rem;
    color: #DB2D2E;
    font-size: 1.25rem;
    text-shadow:
    1px 0px 0 #fff, -1px -1px 0 #fff, 1px 2px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff;
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.cw-slider .slideshow {
    position: relative;
}

.cw-slider .slideshow-pagination {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.2s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all 0.2s ease;
    color: #fff;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
    left: 0;
}

.slideshow-navigation-button.next {
    right: 0;
}

.pagination-number {
    font-size: 1.8rem;
    color: #fff;
    font-family: oswald, sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.2s ease;
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 0 0;
}

@media (min-width: 576px) {
    .slide-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 720px) {
    .slide-title {
        font-size: 3.5rem;
        max-width: none;
        -webkit-text-stroke: .75px #fff;
    }
    .pagination-separator {
        display: block;
    }

    .slide-overlay h3 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .slide-title {
        font-size: 4.5rem;
    }
}

/* ---------------------------------------------------------- */
.cw-home-btns {
    padding-top: 2em;
    padding-bottom: 5em;
}

@media (min-width: 992px) {
    .cw-home-btns {
        padding: 0;
        margin-top: -5em;
    }
}

.cw-home-btn {
    margin: 3em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    .cw-home-btn {
        margin: auto;
    }
}

.cw-home-btn-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cw-home-btn-inner .cw-inner-btn-circle-1,
.cw-home-btn-inner .cw-inner-btn-circle-2,
.cw-home-btn-inner .cw-inner-btn-circle-3,
.cw-home-btn-inner .cw-inner-btn-circle-4 {
    height: 14em;
    width: 14em;
}

@media (min-width: 1200px) {
    .cw-home-btn-inner .cw-inner-btn-circle-1,
    .cw-home-btn-inner .cw-inner-btn-circle-2,
    .cw-home-btn-inner .cw-inner-btn-circle-3,
    .cw-home-btn-inner .cw-inner-btn-circle-4 {
        height: 16em;
        width: 16em;
    }
}

@media (min-width: 1400px) {
    .cw-home-btn-inner .cw-inner-btn-circle-1,
    .cw-home-btn-inner .cw-inner-btn-circle-2,
    .cw-home-btn-inner .cw-inner-btn-circle-3,
    .cw-home-btn-inner .cw-inner-btn-circle-4 {
        height: 18em;
        width: 18em;
    }
}

.cw-home-btn-inner .cw-inner-btn-circle-1 {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4D173B901B97033DB14B3D848E16814E.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cw-home-btn-inner .cw-inner-btn-circle-2 {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CBA55BF551A456683345CEF4B748BF98.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cw-home-btn-inner .cw-inner-btn-circle-3 {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CBA55BF551A456683345CEF4B748BF98.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cw-home-btn-inner .cw-inner-btn-circle-4 {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D2FB7434D27D40CA5DA30C67226BB809.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cw-home-btn a:hover .cw-inner-btn-circle-1,
.cw-home-btn a:hover .cw-inner-btn-circle-2,
.cw-home-btn a:hover .cw-inner-btn-circle-3,
.cw-home-btn a:hover .cw-inner-btn-circle-4 {
    transform: scale(1.05);
}

.cw-home-btn-inner h2 {
    color: var(--color-theme-text);
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.cw-home-btn-inner p {
    color: var(--color-theme-text);
    text-align: center;
    margin: 0.4em auto 0.7em auto;
}

.cw-home-btn-inner .btn {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 0.85rem;
}

/* CreditQualify */
.page-get-prequalified .creditQualifyPage__container {
	padding: 3% 0;
}

.builder-canvas__sticky-container {
    margin-top: 35px;
}

.cw-section-weAreTheBest {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5DFFA1BCFEF4DA3E69B154CF7E7CC977.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.cw-section-weAreTheBest h3 {
    font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.cw-section-weAreTheBest 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
}

.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: var(--black);
    font-size: 1.5em;
    line-height: normal;
    font-weight: 700;
    margin-bottom: .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, .5);
    border: 1px solid var(--white)
}

.cw-section-weAreTheBest {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5DFFA1BCFEF4DA3E69B154CF7E7CC977.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.cw-section-weAreTheBest h3 {
    font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.cw-section-weAreTheBest 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
}

.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: var(--black);
    font-size: 1.5em;
    line-height: normal;
    font-weight: 700;
    margin-bottom: .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, .5);
    border: 1px solid var(--white)
}

/* Add extra css ========================================================================================================= */
.cw-card {
    transition: all .5s;
}

.cw-card:hover {
    background-color: rgb(0, 0, 0);
    transition: all .5s;
    transform: translateY(-10px);
}


.card__multi__style2 .card__addt__info__wrapper .veh__info__wrapper {
    color: #000;
}

.card__multi__style2 .item__card__details__wrapper .col__1 .item__style  {
    color: #000;
}

.inventoryslideshow h3 {
    color: #000;
}

.form .bootstrap-select .dropdown-menu li.selected a, .form .bootstrap-select .dropdown-menu li.selected a:hover {
    color: #DB2D2E !important;
}

.vdp__message__mod.module .vdp__message__wrapper {
    background-color: #222 !important;
    border: 1px solid #222 !important;
}

.bg-light {
    background-color: #222 !important;
}


	/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}

