   .cw-modal .modal-content {
    background: #fff;
    color: #000;
}
   
   .cw-modal .modal-header h4 {
    font-size: 1rem;
    color: #000;
}

   .cw-modal p {
    font-size: 1.5rem;
}

.cw-modal hr {
    border-color: var(--color-theme-primary);
    border-width: 1px;
    opacity: 1;
    width: 30%;
    margin: .5em auto 1em auto;
}

.cw-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-modal .modal-footer .btn-primary {
    flex: 1 0 100%;
} 

@media (min-width:440px) {
    .cw-modal .modal-footer .btn-primary {
    flex: 0 0 47%;
}
}

@media (min-width:576px) {
    .cw-modal .modal-footer .btn-primary {
    flex: auto;
}
}
   
   .cw-trade-bar {
    background: var(--color-theme-primary);
    padding: .5em 0;
    display: none;
}

.cw-trade-bar p {
    margin: 0;
}

.cw-header {
    padding: 2em 0;
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C4A27A414E0643829D42986F3DFCFCC9.jpg");
    background-color: rgba(0,0,0,0.75);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
}

.cw-header .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-header .cw-best {
    max-width: 200px;
    margin: .5em auto;
    width: 100%;
    display: none;
}

.cw-header h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
        margin-top: .25em;
}

.cw-header p {
    font-size: 1.2rem;
    margin-bottom: .5em;
}

.header .navbar a {
    text-transform: uppercase;
    font-size: .95rem;
}

.header .navbar .nav-item.active a {
    color: var(--color-theme-secondary);
}

.header .navbar .nav-item a:hover {
    color: var(--color-theme-secondary);
}

@media (min-width:576px) {
       .cw-trade-bar {
    display: block;
}

    .cw-header .cw-best {
    display: block;
}
}

@media (min-width:1200px) {
    .cw-header {
        padding: 3em 0;
    }
}

.page-home .title {
    padding: 1em 0;
}

.page-home .title h1.title-heading {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.75rem;
    letter-spacing: 2px;
}
   
   /* Slideshow */
        .cw-slideshow .carousel-item:nth-child(1) {
            background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EF278A6F3B09B765EAD3DE66BE1589E6.jpg");
        }
    
        .cw-slideshow .carousel-item:nth-child(2) {
            background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C272EBB3E6C6499DC708982FD07B6648.jpg");
        }
    
        .cw-slideshow .carousel-item:nth-child(3) {
            background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/72CF46CEE3EF42A3C7636893D42928EA.jpg");
        }
      
      .cw-slideshow .carousel-item:nth-child(4) {
            background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E9F73F7D22E8D56952732AB4A9DC80E8.jpg");
        }
    
        .cw-slideshow .carousel-item {
            background-size: 170%;
            background-position: center center;
            background-repeat: no-repeat;
            height: 46vw;
        }
    
        .cw-slideshow .carousel-item p {
            font-size: 1.6em;
            color: #fff;
            text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
            position: relative;
            top: 90%;
            -webkit-transform: translateY(-90%);
            -ms-transform: translateY(-90%);
            transform: translateY(-90%);
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: rgba(0, 0, 0, 0.70);
            padding: .3em;
        }
    
    /* Slideshow Fade */
        .cw-slideshow-fade .carousel-inner .carousel-item {
            opacity: 0;
            transition-property: opacity;
        }
    
        .cw-slideshow-fade .carousel-inner .active {
            opacity: 1;
        }
    
        .cw-slideshow-fade .carousel-inner .active.left,
        .cw-slideshow-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }
    
        .cw-slideshow-fade .carousel-inner .next.left,
        .cw-slideshow-fade .carousel-inner .prev.right {
            opacity: 1;
        }
    
        .cw-slideshow-fade .carousel-control {
            z-index: 2;
        }
    
        @media all and (transform-3d),
        (-webkit-transform-3d) {
    
            .cw-slideshow-fade .carousel-inner>.carousel-item.next,
            .cw-slideshow-fade .carousel-inner>.carousel-item.active.right {
                opacity: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
    
            .cw-slideshow-fade .carousel-inner>.carousel-item.prev,
            .cw-slideshow-fade .carousel-inner>.carousel-item.active.left {
                opacity: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
    
            .cw-slideshow-fade .carousel-inner>.carousel-item.next.left,
            .cw-slideshow-fade .carousel-inner>.carousel-item.prev.right,
            .cw-slideshow-fade .carousel-inner>.carousel-item.active {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }
    
    /* Big Buttons */
        .cw-main-background {
            background-color: #666666;
            padding: 1em 0;
            overflow: hidden;
            -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
        }
    
        .cw-main-background * {
            -webkit-transition: 200ms;
            -o-transition: 200ms;
            transition: 200ms;
        }

        .cw-main-background a {
    width: 100%;
}
    
        .cw-main-buttons .cw-btn {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: .4em 0;
            position: relative;
        }
    
        .cw-main-buttons .cw-btn .cw-text {
            background-color: var(--color-theme-border);
            color: #FFFFFF;
            padding: 1em 1em;
            border-radius: .2em;
            text-align: left;
            position: relative;
            overflow: hidden;
            -webkit-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            -webkit-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.3);
            border-bottom: 4px solid var(--color-theme-primary);
        }
    
        .cw-main-buttons .cw-btn .cw-btnText {
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            position: relative;
            z-index: 1;
        }
    
        .cw-main-buttons .cw-btn .cw-btnText h5 {
            font-size: 1.2em;
            font-weight: 500;
            color: #999999;
            margin-bottom: 0;
        }
    
        .cw-main-buttons .cw-btn .cw-btnText h6 {
            color: #FFFFFF;
            font-size: 1.5em;
            margin-top: 4px;
        }
    
        .cw-main-buttons .cw-btn .cw-text i {
            font-size: 4em;
            right: .25em;
            position: absolute;
            -webkit-transform: translateY(-90%);
            -ms-transform: translateY(-90%);
            transform: translateY(-90%);
            color: #999999;
        }
    
        .cw-main-buttons .cw-btn:hover i,
        .cw-main-buttons .cw-btn:hover .cw-btnText h6 {
            color: var(--color-theme-primary);
        }
    
        .cw-main-buttons .cw-btn:hover .cw-text {
            border-color: #FFFFFF;
        }
    
    /* Search Buttons */
        .cw-search {
            padding: 2em 0;
        }
    
        .cw-search-buttons h5 {
            color: #FFFFFF;
            padding: 0 1em;
            font-size: 1.2em;
            position: relative;
        }
    
        .cw-search-buttons a {
            display: block;
            padding: .5em;
            margin-top: .2em;
            font-size: 1.1em;
            font-weight: 600;
            background-color: var(--color-theme-primary);
            border: transparent;
            border-radius: 3px;
            color: #FFFFFF!important;
        }
    
        .cw-search-buttons a:hover {
            color: #FFFFFF!important;
            background: var(--color-theme-border);
        }
    
    /* Hours */
        .cw-dealership-hours {
            width: 90%;
            margin: 1.5em auto;
            color: #FFFFFF;
        }
    
        .cw-dealership-hours h6 {
            font-size: 1.5em;
            text-transform: uppercase;
            padding-bottom: .2em;
            border-bottom: 2px solid var(--color-theme-highlight);
        }
    
        .cw-search .business-hours .today {
    color: var(--color-theme-secondary);
}

        /* .cw-dealership-hours .c-table {
            font-size: 1.2em;
            line-height: 1.7em;
            border-bottom: 1px solid var(--color-theme-border);
        }
    
        .cw-dealership-hours .c-table:last-child {
            border-bottom: none;
        } */

        .cw-search .business-hours .bh-title {
    display: none;
}
    
        .cw-dealership-hours .cw-openingHours span span {
            font-size: 0.9em;
        }
    
        @media (min-width: 440px) {
            .cw-slideshow .carousel-item p {
                font-size: 5vw;
            }
            .cw-search-buttons h5::after {
                content: "";
                position: absolute;
                height: 1px;
                width: 47%;
                background: var(--color-theme-secondary);
                top: 7%;
                right: 5%;
            }
        }
    
        @media (min-width: 768px) {
            .cw-main-buttons .cw-btn {
                padding: 1em 0;
            }
            .cw-main-buttons .cw-btn .cw-text i {
                font-size: 4em;
            }
            .cw-main-buttons .cw-btn .cw-text {
                padding: 2em 1em;
            }
            .cw-search-buttons h5 {
                font-size: 1.5em;
            }
            .cw-search-buttons h5::after {
                display: none;
            }
        }
    
        @media (min-width: 992px) {
            .cw-slideshow .carousel-item {
                background-size: cover;
                height: 500px;
            }
            .cw-slideshow .carousel-item p {
                font-size: 3em;
            }
            .cw-main-background {
                padding: 2em 0;
            }
            .cw-main-buttons .cw-btn .cw-text i {
                font-size: 4em;
            }
            .cw-search-buttons h5 {
                margin-top: 1.5em;
                font-size: 1.7em;
            }
            .cw-search-buttons a {
                font-size: 1em;
            }
            .cw-search-buttons .cw-left {
                padding-right: 2px;
            }
            .cw-search-buttons .cw-right {
                padding-left: 2px;
            }
        }
    
        @media (min-width: 1200px) {
            .cw-main-buttons .cw-btn .cw-btnText h5 {
                font-size: 1.2em;
            }
            .cw-main-buttons .cw-btn .cw-btnText h6 {
                font-size: 1.7em;
            }
            .cw-search-buttons h5::after {
                display: block;
                height: 3px;
                width: 20%;
                top: 26%;
            }
            .cw-search-buttons a {
                font-size: 1.1em;
            }
        }
    
        @media (min-width: 1400px) {
            .cw-search-buttons h5::after {
                width: 28%;
            }
        }

.inventory-search-module {
    background: var(--color-theme-highlight);
    padding: 4em 0;
}

.inventoryslideshow .btn-primary {
    color: #000 !important;
}

.inventoryslideshow .btn-primary:hover {
    color: var(--color-theme-text-btn) !important;
}


.cw-about {
    background: var(--color-theme-highlight);
}

.cw-about .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-about img {
    border-bottom: 2px solid #fff;
}

@media (min-width:992px) {
    .cw-about img {
        border-bottom: 0;
    border-right: 2px solid #fff;
}
}

.cw-about h2 {
    font-size: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.cw-about .btn-outline-primary {
    border-color: var(--color-theme-primary);
    border-width: 2px;
    color: var(--color-theme-text-btn);
    border-radius: 50px;
}

.cw-about .btn-outline-primary::before {
    background: var(--color-theme-primary);
}

.cw-about .btn-outline-primary:hover {
    color: var(--color-theme-text-btn);
    background-color: var(--color-theme-primary);
}

.cw-parallax-cta {
    padding: 7em 0;
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/51FDE1EA0693A222543FBB2F469892CB.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 3em;
}

.cw-parallax-cta .cw-box {
    background: rgba(0, 0, 0, 0.65);
    padding: 2em 1.5em;
}

.cw-parallax-cta h2 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.cw-parallax-cta h2 span {
    font-size: 1.75rem;
}


.inventory .srp-sidebar .card-header, .inventory .srp-sidebar .card-header .btn-link {
    color: #000;
}

.cw-testimonials .cw-review {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    padding: 2em 0;
}

.cw-staff h5 {
    font-size: 1.5rem;
    color: var(--color-theme-primary);
    margin: 1em 0 .5em;
}

.cw-staff img {
    margin-top: 1em;
}

.cw-staff h5 {
    font-size: 1.5rem;
    color: var(--color-theme-primary);
    margin: 1em 0 .5em;
}

.cw-staff h6 {
    font-weight: 500;
    font-size: 1.15rem;
}

        .line hr {
    border-color: var(--color-theme-secondary);
    opacity: 1;
}


	.form-grid-row>.form-forms-date {
		/* Hopefully fixes form popups being underneath other dropdowns/boxes */
		z-index: unset;
	}


    .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background: #111 !important;
}

.photoGallery__modal__footer .btn-secondary {
    color: #000 !important;
}

.photoGallery__modal__footer .btn-secondary::before {
    background: var(--color-theme-highlight) !important;
}


.photoGallery__modal__footer .btn-secondary:hover {
    color: var(--color-theme-text-btn) !important;
}
