@import 'https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap';

:root {
    --cw-light-bg: #fafafa;
    --cw-primary-hover: #577b84;
    --cw-secondary-hover: #a8442a
}

:root {
    --cw-sitefont: "Jost", sans-serif
}

.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
    font-family: var(--cw-sitefont)
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat .productslideshow .productslideshow-item h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
    font-family: var(--cw-sitefont)
}

.header .header__wrapper {
    padding: 25px
}

.header .navbar-nav .nav-item {
    margin-bottom: 0;
    color: #fff;
}

/* .header .navbar-nav .nav-item a, */
.header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 5px 0;
    color: unset
}

.header .navbar-nav .nav-item a.dropdown-item {
    margin: 0
}

@media(max-width:768px) {
    .header .header__wrapper {
        padding: 15px
    }
}

@media(min-width:992px) {
    .header__wrapper .navbar-toggler {
        display: none
    }

    section:not(.page-home):not(.page-inventory-details) header {
        margin-bottom: 180px;
    }
}

.header:not(.has-cart) .navbar-cart {
    display: none
}

.header.has-cart .collapse.justify-content-center {
    justify-content: left !important
}

.cart-count {
    padding: 2px;
    margin-left: 0;
    margin-top: 0;
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
    background: 0 0;
    border-radius: 50px
}

.header .navbar {
    transition: none
}

.header .affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030
}

.header .nav-link-cart i {
    font-size: 1.4em;
    vertical-align: middle
}

@media(max-width:768px) {
    .header .nav-link-cart i {
        font-size: 1.25em
    }
}

.header .nav-link.nav-link-cart {
    font-size: 1em !important
}

.header .navbar .collapse.show {
    display: block;
    padding-bottom: 20px;
    max-height: 90vh;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto
}

.header .navbar {
    padding-top: 0;
    padding-bottom: 0
}

@media(max-width:1200px) and (min-width:992px) {

    .header .navbar .navbar-nav .nav-link,
    .header .navbar .navbar-nav .dropdown-item {
        font-size: .9em
    }
}

.header .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px
}

.header .navbar-nav .nav-link,
.header .dropdown-item {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word
}

@media(max-width:767px) {
    .header .navbar .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px
    }

    .header .nav-link-cart {
        margin-right: -10px
    }
}

.header .navbar .nav-link,
.header .nav-link-cart {
    line-height: 30px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: background-color 150ms 50ms ease-in-out
}

.header .navbar .nav-link::before,
.header .nav-link-cart::after {
    content: "";
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: left 250ms ease-in-out, right 250ms ease-in-out
}

.header .navbar .nav-link:hover::before,
.header .navbar .nav-link:focus::before,
.header .navbar .active .nav-link::before,
.header .navbar .active .dropdown-toggle::before,
.header .nav-link-cart:hover::after,
.header .nav-link-cart:focus::after,
.header .active .nav-link-cart::after {
    opacity: 1;
    left: 0;
    right: 0
}

.header .navbar .nav-link:hover::before,
.header .navbar .nav-link:focus::before,
.header .navbar .active .nav-link::before,
.header .navbar .active .dropdown-toggle::before,
.header .nav-link-cart:hover::after,
.header .nav-link-cart:focus::after,
.header .active .nav-link-cart::after {
    background: var(--header-highlight);
    border-color: var(--header-highlight)
}

@media(min-width:992px) {

    .header .navbar .container-fluid,
    .header .navbar .container {
        flex-direction: row-reverse !important
    }
}

.header .navbar-nav .nav-link.nav-link-cart {
    white-space: nowrap
}

@media(max-width:991px) {
    .header .navbar .nav-link:not(.nav-link-cart) {
        line-height: 1.5;
        padding-top: 1em;
        padding-bottom: 1em;
        display: inline-block
    }
}

.header .navbar .dropdown-menu {
    min-width: 200px;
    padding: .75em;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
    z-index: 1040;
    width: auto;
    background: var(--color-theme-background)
}

.header .navbar .dropdown-item {
    position: relative;
    padding: .7rem .5rem;
    line-height: 1.5
}

.header .navbar .dropdown-item:hover {
    opacity: .7
}

.header .navbar .dropdown-item::before {
    content: "";
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: left 250ms ease-in-out, right 250ms ease-in-out
}

.header .navbar .dropdown-item:hover::before {
    opacity: 1;
    left: 0;
    right: 0
}

.header .navbar .dropdown-item,
.navbar .dropdown-item:focus {
    background-color: transparent
}

.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active {
    text-decoration: none
}

@media(min-width:992px) {
    .header .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap
    }
}

.header .navbar-toggler {
    padding: 5px;
    background-color: transparent;
    border: none;
    border-radius: .25rem
}

.header .navbar-toggler:focus {
    box-shadow: none
}

.header .toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.header .toggle .icon-bar {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 5px;
    border-radius: 1px
}

.header .toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.header .toggle .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out
}

.header .active .toggle .icon-bar:nth-of-type(1),
.header .navbar-toggler:not(.collapsed) .toggle .icon-bar:nth-of-type(1) {
    top: 5px;
    transform: rotate(45deg)
}

.header .active .toggle .icon-bar:nth-of-type(2),
.header .navbar-toggler:not(.collapsed) .toggle .icon-bar:nth-of-type(2) {
    background-color: transparent
}

.header .active .toggle .icon-bar:nth-of-type(3),
.header .navbar-toggler:not(.collapsed) .toggle .icon-bar:nth-of-type(3) {
    top: -7px;
    transform: rotate(-45deg)
}

.footer__global {
    padding: 0
}

.footer__global .business__info__wrapper .business__name {
    font-size: 24px;
    font-weight: 700
}

.footer__global .footer__bg img {
    width: 100%
}

.footer__global .footerNavItems h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: unset
}

@media(min-width:992px) {
    .footer__global .footerNavItems h5 {
        font-size: 24px
    }
}

.footer__global .footerNavItems ul li {
    margin-bottom: 10px
}

/* .footer__global .footer__global__bottom {
	background-color: #0d1e26;
	color: var(--text-white)
}

.footer__global .footer__global__bottom ul li {
	margin-right: 20px
}

.footer__global .footer__global__bottom ul li:last-of-type {
	margin-right: 0
} */

.formDisclaimer__content-wrapper {
    color: var(--color-theme-header)
}

.stickybar__wrapper {
    position: -webkit-sticky;
    position: sticky;
    padding: 25px;
    top: 0;
    z-index: 1000;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15))
}

.stickybar__wrapper h1.hp__title {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0
}

.stickybar__wrapper h1.srp__title {
    font-size: 20px
}

.stickybar__wrapper .business__phone,
.stickybar__wrapper .business__phone a {
    font-size: 18px;
    margin-right: 20px
}

.stickybar__wrapper .store__hours {
    font-size: 14px
}

.stickybar__wrapper .collapseBtn__xtraContent {
    border-radius: 50px;
    margin: -10px auto -30px;
    width: 40px;
    height: 40px;
    padding-top: 5px
}

.stickybar__wrapper .collapseBtn__xtraContent::before {
    font-family: fontawesome;
    content: "\f106";
    font-size: 18px
}

.stickybar__wrapper .collapseBtn__xtraContent.collapsed::before {
    content: "\f107"
}

.stickybar__wrapper .collapseBtn__xtraContent hr {
    margin: 5px 0
}

.stickybar__wrapper .cta__dropbtn {
    padding: 5px;
    margin-left: 20px;
    margin-right: 0
}

.stickybar__wrapper .sticky__mobileCTA__dropdown .dropdown-menu i {
    margin-right: 10px;
    width: 20px;
    text-align: center
}

.stickybar__wrapper .stickybar__CTA__wrapper>button {
    margin-bottom: 3px
}

@media(max-width:768px) {
    .stickybar__wrapper {
        padding: 15px 10px
    }
}

.stickyCTA__footer__mobile__wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 500;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15))
}

.page__title1 {
    font-size: 2.25em;
    line-height: 1.3;
    display: block;
    padding-bottom: 10px;
    font-weight: 700
}

.page__title__copy {
    margin-bottom: 50px
}

.optional__label {
    font-size: .75em;
    font-weight: 400
}

.section__title1 {
    font-size: 1.75em;
    line-height: 1.3;
    display: block;
    border-bottom: 5px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700
}

.section__title1.no-border {
    border: none;
    margin-bottom: 5px
}

.section__copy {
    margin-bottom: 20px
}

.section__copy .btn-link {
    color: var(--color-theme-header)
}

#homepage .section__title1 {
    font-size: 2.25em
}

#homepage .section__title1.no-border {
    border: none;
    margin-bottom: 5px
}

@media(max-width:567px) {
    #homepage .section__title1 {
        font-size: 1.75em
    }
}

.section__subtitle1 {
    font-size: 1.25em;
    line-height: 1.3;
    display: block;
    border-bottom: 5px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700
}

.section__subtitle1.no-border {
    border: none;
    margin-bottom: 5px
}

.form-control {
    font-family: outfit, sans-serif;
    border: 1px solid var(--color-theme-border);
    border-radius: .25em;
    min-height: 50px;
    height: 50px
}

.form-control.validation__invalid__input {
    border-color: #c72931
}

.validation__invalid__copy {
    color: #c72931;
    font-size: .875em
}

.form-control:focus {}

textarea.form-control {
    height: unset !important
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: 15px
}

.form-row .col,
.form-row [class*=col-] {
    padding-right: 12px;
    padding-left: 12px
}

.form-check-inline {
    margin-right: 1.5rem
}

.modal {}

.modal-content {
    color: var(--color-theme-text);
    border-color: var(--color-theme-border)
}

.modal-title {
    color: var(--color-theme-text);
    white-space: normal;
    word-break: break-word;
    font-size: 1.25em
}

.photo__count {
    font-size: 1rem
}

.modal-header {
    border-bottom: 1px solid var(--color-theme-border);
    padding: 25px
}

.modal-header .close {
    color: #fff;
    opacity: 1
}

.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
    color: #fff;
    opacity: .7
}

.modal-header .close-btn {
    float: none;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9;
    font-size: 25px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0
}

.modal-header .close-btn span {
    margin: 0;
    height: 40px;
    width: 40px;
    display: block
}

.modal-header .close-btn:hover,
.modal-header .close-btn:focus,
.modal-header .close-btn:active,
.modal-header .close.close-btn:focus,
.modal-header .close.close-btn:hover {
    opacity: 1
}

.modal-header .close:not(.close-btn) {
    font-size: 1.5em;
    margin-top: -1rem;
    padding: 12px 15px
}

.close,
.modal-header .close-btn,
.modal-header .close:not(.close-btn),
.product-remove {
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important
}

@media(max-width:767px) {
    .modal-title {
        font-size: 1em
    }

    .photo__count {
        font-size: .75rem
    }
}

.modal__slim {
    text-align: center
}

.modal__slim .modal-header {
    border-bottom: 0;
    padding: 25px 25px 0
}

.modal__slim .modal-body {
    padding: 20px 50px 50px
}

.modal__slim h3 {
    font-size: 24px
}

.modal__slim p {
    margin-bottom: 0
}

body {
    font-family: var(--cw-sitefont)
}

.social__share .social__icon {
    font-size: 20px;
    margin-right: 15px
}

.social__share .social__icon:last-of-type {
    margin-right: 0
}

.social__share .social__icon.fb {
    color: #1877f2
}

.social__share .social__icon.twitter {
    color: #1d9bf0
}

.social__share .social__icon.email {
    color: #333
}

.social__share .social__icon.share-link {
    color: #333
}

.star-crash i {
    padding-right: 2px;
    color: #ffc109
}

.container {
    max-width: 1500px
}

.tighter-col .row {
    margin-right: -4px;
    margin-left: -4px
}

.tighter-col [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

.larger-col .row {
    margin-right: -25px;
    margin-left: -25px
}

.larger-col [class*=col-] {
    padding-left: 25px;
    padding-right: 25px
}

a,
a:hover,
a:active,
a:focus,
.btn-link,
.btn-link:hover,
.btn:focus,
.btn:hover {
    text-decoration: none !important
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: none !important
}

.a__light {
    color: var(--white)
}

.a__dark {
    color: #333
}

.btn {
    padding: 12px 15px;
    min-height: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 2px;
    box-shadow: 0 0 0 0 transparent
}

.btn:not(.form-control) {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.bootstrap-select .btn:not(.form-control) {
    white-space: nowrap;
    min-height: 56px;
    border: 1px solid #ddd
}

html.touch *:hover {
    pointer-events: none !important
}

.btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.btn:hover:before,
.btn.active:before,
.btn:active:before {
    right: 0
}

.btn.disabled:before {
    display: none
}

.btn.disabled,
.btn.disabled:hover {
    pointer-events: none;
    cursor: default
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    box-shadow: 0 0 0 0 transparent
}

.close,
.close:focus,
.close:hover,
.close:active {
    text-shadow: none !important
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-image: none
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .875rem;
    line-height: 1.5
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .35rem .7rem;
    font-size: .85rem;
    line-height: 1.5
}

.btn-group-small>.btn,
.btn-small {
    padding: .6em 1em;
    font-size: .875rem;
    line-height: 1.7
}

.btn-group-unset {
    border-color: var(--color-theme-border)
}

.btn-link,
a.btn-link,
.text-link {
    cursor: pointer;
    border-radius: 0;
    position: relative;
    padding: 0 0 4px;
    display: inline-block;
    min-height: unset;
    font-weight: 400 !important;
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8)
}

.btn-link::before,
.text-link::before {
    content: "";
    margin: 0 auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: left 250ms ease-in-out, right 250ms ease-in-out
}

.btn-link:hover::before,
.btn-link:focus::before,
.text-link:hover::before,
.text-link:focus::before {
    opacity: 1;
    left: 0;
    right: 0
}

.btn-link:focus {
    color: var(--color-theme-primary) highlight
}

.btn50 {
    min-height: 50px
}

.badge {
    border: 1px solid;
    font-size: .65em
}

.page-link {
    display: inline-block;
    font-size: .9em;
    margin-left: 3px;
    margin-right: 3px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    box-shadow: 0 0 0 0 transparent
}

.page-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.page-link:hover::before,
.page-item.active .page-link::before {
    right: 0
}

.page-link:focus::before {
    right: 0
}

.page-link,
.page-link:focus,
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent
}

.page-link:hover {
    background-color: transparent
}

.featured__veh__mod1 {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FB65F432EDAA0143D9A3D128E7FAB403.jpg);
    background-size: cover;
    min-height: 1100px;
    padding-top: 180px
}

.page-home .inventoryslideshow {
    background: 0 0 !important;
    margin-bottom: 100px;
    padding: 0
}

.page-home .inventoryslideshow:first-of-type {
    margin-top: -850px
}

.page-home .inventoryslideshow .inventoryslideshow-title-heading {
    display: none
}

section.page-home section.inventoryslideshow {
    margin-top: -780px
}

section.page-home section.inventoryslideshow~section.inventoryslideshow {
    margin-top: unset !important
}

.card__multi__style6 .item__card__details__wrapper .item__card__details .item__title h3,
.card__multi__style6 .item__card__details__wrapper .item__data {
    letter-spacing: -.5px
}

.card__multi__style6 .item__card__details__wrapper .item__card__details .item__title h3,
.card__multi__style6 .item__card__details__wrapper .card__addt__info__wrapper .veh__info__wrapper .veh__info__item .info__data {
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.card__multi__style6 .item__card {
    border: 10px solid var(--inventoryslideshow-border) !important;
    border-radius: 0 !important
}

.card__multi__style6 .item__card__photo img {
    width: 100%;
    border-radius: 0 !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0
}

.card__multi__style6 .item__card__details__wrapper {
    padding: 20px 20px 0
}

@media(max-width:767px) {
    section.page-home section.inventoryslideshow {
        margin-top: -720px
    }
}

.shop__gearApparel__section {
    margin-top: -70px
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding-top: 120px;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FF6C997344D5F1B6D55993AB2DE16F77.jpg)
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax .container {
    position: relative;
    z-index: 2
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, #ffffff, transparent)
}

.shop__gearApparel__section .shop__gearApparel__content__wrapper {
    padding: 50px 0
}

.shop__gearApparel__section .shop__gearApparel__content__img {
    margin-top: 50px
}

.shop__gearApparel__section .blurb__content {
    text-align: center
}

.shop__gearApparel__section .feat__gearApparel__title {
    font-size: 1em;
    font-weight: 700;
    margin-top: 10px
}

.shop__gearApparel__section .feat__gearApparel__price {
    margin-bottom: 20px
}

.shop__gearApparel__section .shop__popular__links {
    -moz-column-count: 3;
         column-count: 3;
    margin-bottom: 20px
}

.product-img-containter {
    border: 10px solid var(--color-theme-border);
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.productslideshow {
    padding-top: 0
}

.hp__hero__powersports {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D200E8B81FF4B55BEA45BD1497FD1EDB.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding: 100px 0;
    position: relative;
    margin-top: 65px
}

.hp__hero__powersports .btn-link {
    color: #fff
}

.hp__hero__powersports__overlay {
    height: 120%;
    width: 100%;
    top: -50px;
    left: 0;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #67939f 50%, #1f3745 100%);
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    opacity: 1
}

.hp__hero__powersports__content__wrapper {
    margin-left: 56%;
    padding-right: 50px
}

.shopPowersports__section {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/041F1E4F94F3CAADE44C5D37C405B1A3.jpg);
    background-size: cover;
    min-height: 1100px
}

.shopPowersports__section .shopPowersports__content {
    background-color: #fff;
    padding: 50px;
    border: 10px solid var(--color-theme-border);
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.shopPowersports__section .shop__popular__links {
    -moz-column-count: 3;
         column-count: 3;
    margin-bottom: 20px
}

@media(max-width:1200px) {
    .hp__hero__powersports__overlay {
        background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #67939f 30%, #1f3745 100%)
    }

    .hp__hero__powersports__content__wrapper {
        margin-left: 40%
    }
}

@media(max-width:767px) {
    .hp__hero__powersports__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #67939f 0%, #1f3745 100%);
        top: 0;
        bottom: 0;
        height: 100%
    }

    .hp__hero__powersports__content__wrapper {
        margin-left: unset;
        padding: 0 50px
    }

    .shopPowersports__section {
        padding: 50px 0
    }
}

@media(max-width:450px) {
    .hp__hero__powersports__content__wrapper {
        padding: 0 20px
    }
}

.repair__service__section {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/152C9AA87AA265C396925C56AE5A1323.jpg);
    background-size: cover;
    min-height: 1200px;
    margin-top: 50px
}

.repair__service__section .title__badge {
    margin-bottom: 5px
}

.repair__service__section .title__badge span {
    background-color: var(--color-theme-primary);
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    border: 2px solid var(--primary-dark-text);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.repair__service__section .repair__item__wrapper {
    margin-bottom: 40px
}

.repair__service__section .repair__item__wrapper:last-of-type {
    margin-bottom: 0
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtL {
    text-align: left
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtR {
    text-align: right
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
    padding: 10px;
    min-width: 80px;
    min-height: 80px;
    border: 1px solid var(--color-theme-border);
    border-radius: 100%;
    background-color: var(--color-theme-primary);
    outline: 2px dashed var(--color-theme-primary);
    outline-offset: 5px
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__left {
    margin-left: 10px
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__right {
    margin-right: 10px
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
    max-width: 44px;
    max-height: 44px
}

.repair__service__section .repair__item__wrapper .repair__item__headline {
    font-size: 20px;
    line-height: 1
}

.repair__service__section .repair__item__wrapper .repair__item__subheadline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.repair__service__section .shop__popular__links {
    -moz-column-count: 3;
         column-count: 3;
    margin-bottom: 20px
}

.repair__vehicle {
    max-height: 600px
}

@media(max-width:767px) {

    .repair__service__section .repair__item__wrapper .repair__item__headline,
    .repair__service__section .repair__item__wrapper .repair__item__subheadline {
        font-size: 14px
    }

    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
        min-width: 50px;
        min-height: 50px
    }

    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
        max-width: 24px;
        max-height: 24px
    }

    .repair__service__section {
        min-height: 1000px
    }
}

@media(max-width:576px) {
    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
        min-width: 24px;
        min-height: 24px
    }

    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
        max-width: 12px;
        max-height: 12px
    }

    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
        padding: 5px;
        outline-offset: 2px;
        outline: 1px dashed var(--color-theme-primary)
    }

    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__right {
        margin-right: 0
    }

    .repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__left {
        margin-left: 0
    }

    .repair__service__section .repair__item__wrapper .repair__item__headline,
    .repair__service__section .repair__item__wrapper .repair__item__subheadline {
        font-size: 12px
    }

    .repair__service__section .repair__item__wrapper {
        margin-bottom: 20px
    }
}

.message__about__section {
    margin-top: 150px
}

.about__section {
    margin-top: 20px;
    margin-left: auto
}

.about__section .about__img {
    background: #fff;
    border: 10px solid var(--color-theme-border);
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.page-home .form {
    padding-top: 0
}

.page-home .form-wrap textarea {
    height: 4em !important
}

.page-home .form-container .form-wrap {
    background: #fff
}

@media(min-width:576px) {
    .page-home .form-container .form-wrap {
        background: #fff;
        border: 10px solid var(--color-theme-border);
        -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
        filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
        width: 100%;
        padding: 25px
    }
}

@media(min-width:768px) {
    .about__section {
        margin-top: -740px
    }

    .page-home .form-container .form-wrap {
        width: 48%;
        padding: 50px
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.shopAll__section {
    margin-top: -70px
}

.shopAll__section.shopAll__bg__parallax {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-color: var(--color-theme-primary);
    padding-top: 120px;
    margin-bottom: 30px;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/59725997A011C356C1487868E9FEFEA5.jpg);
    width: 100%
}

.shopAll__section.shopAll__bg__parallax .container {
    position: relative;
    z-index: 2
}

.shopAll__section.shopAll__bg__parallax::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, #ffffff, transparent)
}

.shopAll__section .title__badge {
    margin-bottom: 5px
}

.shopAll__section .title__badge span {
    background-color: var(--color-theme-primary);
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    border: 2px solid var(--primary-dark-text);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.shopAll__section .shopAll__content__wrapper {
    padding: 50px 0
}

.shopAll__section .shopAll__content__img {
    margin-top: 50px
}

.shopAll__section .shopAll__popular__links {
    margin-bottom: 20px
}

.hp__contentBlurb__style2 {
    margin-top: 50px
}

.hp__contentBlurb__style2 .blurb__wrapper {
    padding: 0 30px;
    margin-bottom: 20px;
    margin-right: 0
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__img__wrapper img {
    margin-bottom: 20px;
    width: 100%
}

.page-home .popular-vehicles-sections {
    position: relative;
    z-index: 100;
    padding: 50px 50px 10px;
    background: #0d1e26
}

.page-home .popular-vehicles-section {
    margin-bottom: 0 !important;
    font-size: 1em;
    margin-top: 30px
}

.page-home .popular-vehicles-section-panel {
    display: none;
    background: #0d1e26
}

.page-home .popular-vehicles-section-heading {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    height: 20px;
    line-height: 1rem;
    font-size: 1.25rem;
    color: #fff;
    margin-top: 50px
}

.page-home .popular-vehicles-section-heading:after {
    margin-left: .25rem;
    font-style: normal;
    font-weight: 400
}

.page-home .popular-vehicles-section:nth-of-type(1) h2 {
    display: flex
}

.page-home .popular-vehicles-section:nth-of-type(2) h2 {
    display: flex;
    margin-left: 200px
}

.page-home .popular-vehicles-section:nth-of-type(3) h2 {
    display: flex;
    margin-left: 500px
}

.page-home .popular-vehicles-section-panel a {
    margin: .5rem 0;
    color: #fff
}

.page-home h2.selected {
    color: #fff;
    border-bottom: 2px solid #fff
}

.page-home h2.selected~.popular-vehicles-section-panel {
    display: flex
}

.page-home .popular-vehicles-sections .popular-vehicle-link:first-line {
    font-weight: 700 !important
}

.page-home .popular-vehicles-sections ::-webkit-scrollbar {
    width: 10px
}

.page-home .popular-vehicles-sections ::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: none
}

@media(max-width:767px) {
    .page-home .popular-vehicles-section:nth-of-type(2) h2 {
        margin-left: 0;
        margin-top: 90px
    }

    .page-home .popular-vehicles-section:nth-of-type(3) h2 {
        margin-left: 0;
        margin-top: 130px
    }

    .page-home h2.selected~.popular-vehicles-section-panel {
        margin-top: 120px
    }

    .page-home .popular-vehicles-sections {
        padding: 50px 0 10px
    }
}

#homepage .module {
    margin-bottom: 0
}

section {
    position: relative
}

.form__hero {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 60% auto;
    padding: 50px 0;
    position: relative;
    margin-top: 45px;
    margin-bottom: 50px
}

.form__hero__overlay {
    height: 120%;
    width: 100%;
    top: -30px;
    left: 0;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #67939f 50%, #1f3745 100%);
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    opacity: 1
}

.form__hero__container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff
}

.form__hero__content__wrapper {
    margin-right: 56%
}

@media(max-width:991px) {
    .form__hero__overlay {
        background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #67939f 20%, #1f3745 100%)
    }

    .form__hero__content__wrapper {
        margin-right: 25%;
        padding-right: 50px
    }
}

@media(max-width:567px) {
    .form__hero__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #67939f 0%, #1f3745 100%)
    }

    .form__hero {
        padding: 25px 0
    }

    .form__hero__content__wrapper {
        padding-right: 0
    }

    .form__hero__content__wrapper {
        margin-right: 0
    }
}

.page-financing .form,
.page-shopping-request .form,
.page-value-my-trade .form,
.page-work-with-us .form,
.page-contact-us .form {
    padding-top: 0
}

.page-financing .form .form-forms-header:first-of-type,
.page-shopping-request .form .form-forms-header:first-of-type,
.page-value-my-trade .form .form-forms-header:first-of-type,
.page-work-with-us .form .form-forms-header:first-of-type,
.page-contact-us .form .form-forms-header:first-of-type,
.page-financing .form .form-forms-text:first-of-type,
.page-shopping-request .form .form-forms-text:first-of-type,
.page-value-my-trade .form .form-forms-text:first-of-type,
.page-work-with-us .form .form-forms-text:first-of-type,
.page-contact-us .form .form-forms-text:first-of-type {
    display: none
}

.form__financing__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D0AE225114BAC278F5DC919BE40B07E4.jpg)
}

.form__shoppingRequest__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/033FEDCC0FC573A3147050C0D948327A.jpg)
}

.form__valueMyTrade__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/50EE659868B8F6F3187DD0EBC02071A8.jpg)
}

.form__workWithUs__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5E1296DA405F5688CE082221ED62A2E1.jpg)
}

.form__contactUs__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/6C0D608071EE4BD094868B8BEEC3321C.jpg)
}

@media(min-width:1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px
    }
}


.page-home,
.page-link,
.page-item {
    margin-top: unset !important
}

.txt-light {
    color: #fff
}

.btn-link {
    color: var(--color-theme-primary)
}

.pipe {
    padding: 0 15px
}

.btn-primary {
    border-color: var(--color-theme-primary) !important;
    background: var(--color-theme-primary) !important;
    color: var(--color-theme-header) !important
}

.btn-primary:hover {
    border-color: var(--cw-primary-hover) !important;
    background: var(--cw-primary-hover) !important;
    color: #fff !important
}

.btn-secondary {
    border-color: var(--color-theme-secondary) !important;
    background: var(--color-theme-secondary) !important;
    color: var(--color-theme-header) !important
}

.btn-secondary:hover {
    border-color: var(--cw-secondary-hover) !important;
    background: var(--cw-secondary-hover) !important;
    color: #fff !important
}

.btn-secondary:before {
    background: unset
}

.section__bg__alt {
    background: var(--cw-light-bg)
}

.section__padd50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.section__padd100 {
    padding: 100px auto
}

.brdr__rad10 {
    border-radius: 10px
}

.mt100 {
    margin-top: 100px
}

.mb100 {
    margin-bottom: 100px
}

.store__hours .hours__status.hours__status__closed {
    background: #c72931;
    color: #fff !important
}

.h1__title .page__title1__preHeadline {
    font-size: .75em;
    font-weight: 400;
    display: block
}

.h1__title .page__title1 {
    font-size: 1.25em;
    line-height: 1;
    display: block;
    padding-bottom: 10px;
    font-weight: 700
}

.h2__title .page__title1__preHeadline {
    font-size: 1em;
    font-weight: 400
}

.h2__title .page__title1 {
    font-size: 1.5em;
    line-height: 1;
    display: block;
    padding-bottom: 10px;
    font-weight: 700
}

.page__title__copy {
    margin-bottom: 50px
}

.optional__label {
    font-size: .75em;
    font-weight: 400
}

.section__title1 {
    font-size: 1.75em;
    line-height: 1.3;
    display: block;
    border-bottom: 5px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700
}

.section__title1.no-border {
    border: none;
    margin-bottom: 5px
}

.section__subtitle1 {
    font-size: 1.25em;
    line-height: 1.3;
    display: block;
    border-bottom: 5px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700
}

.section__subtitle1.no-border {
    border: none;
    margin-bottom: 5px
}

.section__copy {
    margin-bottom: 20px
}

#homepage .section__title1 {
    font-size: 2.25em
}

#homepage .section__title1.no-border {
    border: none;
    margin-bottom: 5px
}

@media(max-width:567px) {
    #homepage .section__title1 {
        font-size: 1.75em
    }
}

label {
    font-size: 15px;
    margin-bottom: .3rem
}

.help-block {
    background-color: transparent;
    color: #c72931;
    display: block;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: unset
}

.help-block::before {
    display: none
}

.form-row {
    margin-bottom: 20px
}

.form-row:last-of-type {
    margin-bottom: 0
}

label {
    font-weight: 700;
    margin-bottom: 0
}

.form-select {
    min-height: 50px;
    max-height: 50px;
    line-height: unset;
    border: 0;
    border-bottom: 2px solid;
    border-radius: 4px;
    background-size: 50px 12px;
    background-position-x: 100%;
    border-color: var(--color-theme-border);
    cursor: pointer
}

.form-select:focus {
    box-shadow: none;
    border-color: transparent;
    border-bottom: 2px solid #ec7125 !important;
    background-color: transparent
}

.form-control {
    padding: 10px 15px;
    border: 0;
    border-bottom: 2px solid var(--color-theme-border);
    border-radius: 0;
    min-height: 50px;
    background-color: var(--cw-light-bg);
    border-radius: 4px;
    font-family: var(--cw-sitefont)
}

.form-control:focus {
    border-bottom: 2px solid var(--color-theme-primary);
    background-color: var(--cw-light-bg);
    box-shadow: none !important
}

.form-control.validation__invalid__input {
    border-color: #c72931;
    color: #c72931
}

.validation__invalid__copy {
    color: #c72931;
    font-size: .875em
}

.validation__invalid__label {
    color: #c72931
}

.form-check-inline {
    margin-right: 1.5rem
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
    background-color: transparent
}

.form .smaller-cont.row {
    margin-bottom: 10px
}

.disclaimerText {
    font-size: 10px
}

.form .form-select {
    padding: 0
}

.form label {
    font-weight: 700 !important
}

.form-forms-header {
    font-size: 1.75rem
}

.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%
}

.loan-app-module .form-select {
    padding: 0 .8em !important
}

.hero__main {
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    position: relative;
    z-index: 1000
}

.hero__hp {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1DCFE05F704837FA37A2D0E162391A6B.jpg);
    -webkit-clip-path: ellipse(125% 100% at 50% 0%);
    clip-path: ellipse(125% 100% at 50% 0%);
    background-size: cover;
    box-shadow: 1px 5px 5px #333
}

.hero__hp .hero__wrapper {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, #0d1e26 0%, rgba(13, 30, 38, 0) 100%)
}

.hero__hp .hero__content {
    padding: 70px 0 50px;
    position: relative;
    z-index: 2
}

.hero__hp .hero__content .hero__preline {
    display: block;
    margin-bottom: 10px
}

.hero__hp .hero__content .hero__headline {
    font-size: 3.5rem;
    line-height: .9;
    font-weight: 700;
    margin-bottom: 10px
}

.hero__hp .hero__content .hero__subhead {
    font-size: 2rem;
    font-weight: 700
}

.hero__hp .hero__content .hero__copy {
    color: #fff;
    font-size: 1.1em
}

.hero__hp .hero__content .hero__CTA i {
    font-size: 14px;
    margin-left: 10px
}

.hero__hp .hero__content label,
.hero__hp .hero__content p {
    color: #fff
}

@media(max-width:991px) {
    .hero__style4 .hero__content .hero__headline {
        font-size: 4rem;
        line-height: .9
    }

    .hero__style4 .hero__content .hero__content__xtra {
        display: none !important
    }

    .hero__hp .hero__wrapper {
        height: unset;
        padding: 0 0 50px
    }

    .hero__hp {
        -webkit-clip-path: ellipse(200% 100% at 50% 0%);
        clip-path: ellipse(200% 100% at 50% 0%)
    }

    .hp__search {
        margin-top: 30px
    }
}

.inventory-search-module {
    display: flex !important;
    flex-direction: column !important;
    z-index: 1000
}

.inventory-search-module .container {
    position: relative
}

.inventory-search-module .container .form__wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: unset !important;
    max-width: 350px;
    position: absolute;
    z-index: 2500;
    right: 0;
    width: 350px;
    background: var(--color-theme-tertiary);
    transform: translateY(-420px);
    border: none
}

.inventory-search-module .container .form__wrapper .search__input--classification {
    display: none
}

.inventory-search-module .container .form__wrapper label {
    display: none
}

.inventory-search-module .container .form__wrapper .search__input-make {
    position: absolute;
    width: 100%;
    right: 350px
}

.inventory-search-module .container .form__wrapper .search__input--model {
    position: absolute;
    width: 100%;
    right: 350px;
    top: 86px
}

.inventory-search-module .container .form__wrapper .search__input--min-year {
    width: 47%;
    position: absolute;
    right: 535px;
    top: 152px
}

.inventory-search-module .container .form__wrapper .search__input--max-year {
    width: 47%;
    position: absolute;
    top: 152px;
    right: 350px
}

@media(max-width:1200px) {
    .inventory-search-module .container .form__wrapper {
        transform: translateY(-590px);
        width: 450px;
        max-width: 450px
    }

    .inventory-search-module .container .form__wrapper .search__input-make {
        position: unset;
        width: unset;
        right: unset
    }

    .inventory-search-module .container .form__wrapper .search__input--model {
        position: unset;
        width: unset;
        right: unset;
        top: unset
    }

    .inventory-search-module .container .form__wrapper .search__input--min-year {
        width: 47%;
        position: unset
    }

    .inventory-search-module .container .form__wrapper .search__input--max-year {
        width: 43%;
        position: absolute;
        top: 152px;
        right: 20px
    }

    .hero__hp .hero__content {
        padding: 180px 0
    }

    .hero__hp .hero__wrapper {
        height: unset
    }
}

@media(max-width:991px) {
    .hero__hp .hero__content {
        padding: 50px 0
    }

    .inventory-search-module .container .form__wrapper {
        max-width: unset;
        position: unset;
        width: unset;
        transform: unset;
        flex-direction: row !important;
        padding: 20px 0
    }

    .inventory-search-module .container .form__wrapper .search__input-make {
        position: unset;
        width: unset;
        right: unset
    }

    .inventory-search-module .container .form__wrapper .search__input--model {
        position: unset;
        width: unset;
        right: unset;
        top: unset
    }

    .inventory-search-module .container .form__wrapper .search__input--min-year {
        width: unset
    }

    .inventory-search-module .container .form__wrapper .search__input--max-year {
        width: unset;
        position: unset
    }
}

@media(max-width:576px) {
    .inventory-search-module .container .form__wrapper {
        flex-direction: column !important
    }
}

.inventory .inventory-container {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.flex-card-item {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-top: var(--bs-gutter-y)
}

.carousel-indicators {
    display: none
}

.inventory-card-view .p-veh-card .card-top-img {
    height: unset !important;
    aspect-ratio: 1.33333333;
    overflow: hidden;
    position: relative
}

.inventory-card-view .p-veh-card .card-top-img img {
    min-height: unset !important;
    border-radius: 10px 10px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.inventory-container .col-xl-10 {
    width: 100%
}

.inventory-cta .btn:hover {
    color: unset !important;
    background-color: var(--inventory-theme-highlight) !important
}

.page-cars-for-sale .vehicleResults {
    background: 0 0
}

.page-cars-for-sale .inventory-seo-content {
    padding: unset !important;
    margin-top: 50px
}

.page-cars-for-sale .popular-vehicles-sections {
    background-color: transparent
}

.page-cars-for-sale .inventory-resultsSort {
    margin-bottom: 10px !important;
    align-items: center
}

.page-cars-for-sale .inventory-resultsSort .form-inline {
    margin-left: auto !important
}

.page-cars-for-sale .inventory-resultsSort .form-inline .inventory-sortSelect {
    min-height: 50px
}

.page-cars-for-sale .vehicleResults {
    padding: unset
}

.page-cars-for-sale #vehicleCardsList .row {
    margin: unset
}

.srp-sidebar .card-title {
    margin-bottom: 0
}

.srp-sidebar .form-control-sm {
    min-height: unset;
    max-height: unset
}

@media(max-width:991px) {
    body .inventory .srp-sidebar {
        z-index: 1031
    }
}

.inventory .srp-sidebar .card-header .card-title {
    color: #fff !important
}

@media(min-width:576px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

.inventory .btn-link.btn-clear-filter {
    color: #fff
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
    font-weight: 700 !important;
    font-size: 1.25em !important
}

.filter-item-title .card-title {
    color: #333
}

.filter-subsection-title {
    color: var(--primary-dark-text)
}

.k-input-solid {
    background-color: var(--cw-light-bg) !important;
    border-bottom: 2px solid var(--color-theme-border) !important
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
    padding: 10px 0 !important;
    border-radius: 6px;
    background-color: var(--cw-light-bg) !important
}

.contact-widget {
    display: none
}

.btn-outline-default {
    border-color: #dedede;
    color: #333
}

.btn-outline-default:hover,
.btn-outline-default:hover:focus,
.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
    background-color: #dedede;
    color: #333;
    border-color: #dedede
}

.inventory-seo-content {
    margin-top: 20px;
    padding: 0 !important
}

.inventory .srp-sidebar .card-header::before {
    content: none !important
}

.popular-vehicle-link:first-line {
    font-weight: 700
}

.inventory .card-header {
    background: #1f3745 !important;
    color: var(--color-theme-text-btn)
}

.inventory .btn-link.btn-clear-filter {
    color: #fff !important
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
    font-weight: 400 !important
}

.inventory-resultsSort {
    margin-bottom: 20px !important
}


.vdp__photoGrid.photo__grid2 .photo__item {
    border-radius: 10px
}

.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
    color: #fff !important;
    background-color: var(--color-theme-primary) !important;
    border-color: var(--color-theme-primary) !important
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--color-theme-primary) !important;
    border-color: var(--color-theme-primary) !important
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    border-color: var(--color-theme-text) !important;
    color: var(--color-theme-text) !important
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: var(--color-theme-text) !important
}

.vdp-module-canvas-razor-wrapper .btn-secondary:before {
    background: var(--cw-secondary-hover) !important
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: var(--cw-primary-hover) !important
}

.vdp-module-canvas-razor-wrapper .btn {
    padding: 10px 15px
}

.vdp__message__mod {
    margin-top: unset !important
}

.loan__calc__content .form-control {
    border-bottom: 2px solid var(--color-theme-border) !important;
    background: var(--cw-light-bg) !important
}

.vdp__message__mod.module .vdp__message__wrapper {
    border: 10px solid var(--color-theme-border) !important;
    border-radius: 0 !important;
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important
}

.wide-container .photo__grid3 .large__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
    border-radius: 0 !important;
    border: 10px solid var(--color-theme-border) !important;
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.wide-container .photo__grid3 .small__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
    border-radius: 0 !important;
    border: 10px solid var(--color-theme-border) !important;
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.photo__grid3 .photo__item[PhotoGalleryWidgetCssScope] {
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important
}

.vdp__title__mod {
    max-width: 1500px;
    margin: 25px auto !important;
    padding: 0 10px
}

.vdp__title__mod .section__title {
    padding: 20px !important;
    -webkit-filter: none !important;
    filter: none !important;
    background: #fff !important;
    border-bottom: 0 !important
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
    font-family: var(--primary-font-family), sans-serif;
    color: #fff !important;
    background: var(--color-theme-primary);
    padding: 5px 15px;
    margin-bottom: 5px
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background: rgba(103, 147, 159, .1) !important
}

.section__title,
.section__subtitle,
.section__callout__title {
    color: var(--color-theme-text) !important
}

.page-inventory-details .section__title,
.page-inventory-details .section__title1 {
    font-size: 24px;
    border-bottom: 0;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: 700;
    background: var(--color-theme-primary);
    color: #fff !important
}

/* Made a sticky header on original VDP layout, but breaks too much with the default VDP layout */
/* @media(min-width:992px) {
	.page-inventory-details #builderCanvas div:first-of-type.full-container {
		-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
		filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
		background: #fff;
		margin-bottom: 30px;
		position: -webkit-sticky;
		position: sticky;
		top: 115px;
		z-index: 10
	}

	.page-inventory-details #builderCanvas.p-2>.full-container {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
} */

.vdp__message__mod {
    background: #fff !important;
    padding: 25px !important;
    border: 10px solid var(--color-theme-border) !important;
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
    background: linear-gradient(0deg, #ffffff 0%, rgba(103, 147, 159, 0.5) 100%) !important
}

.vdp__message__mod .section__title {
    background: unset !important;
    padding: unset !important;
    color: var(--color-theme-text) !important
}

.vdp__message__mod.module .vdp__message__wrapper {
    background: unset !important;
    padding: unset !important;
    border: unset !important;
    -webkit-filter: unset !important;
    filter: unset !important
}

.form-forms-text {
    font-size: 1.75em
}

p.form-forms-text {
    font-size: 1em
}

.ourStory__section {
    margin: 100px auto
}

.ourStory__section .signature {
    max-width: 120px
}

.pageSection__title h1 {
    margin-bottom: 0
}

.employees {
    background-color: #fff;
    padding-top: 20px
}

.employee__title {
    padding: 50px 0 0;
    text-align: center;
    background-color: #fff
}

.employee__title h1 {
    margin-bottom: 0
}

.employees .card.employees-circle {
    flex: 0 0 23%;
    max-width: 23%;
    background-color: #fff;
    margin-bottom: 0
}

.employees-img-square {
    border-radius: 10px
}

.employees.employees-circles .employees-img-circle {
    border-radius: 10px;
    border-width: 2px
}

.employees-img-circlephoto {
    border-radius: 10px
}

.employees.employees-circles .employees-img-circle {
    border-top-color: var(--employees-border)
}

.employees .card.employees-circle .employees-contact {
    padding: 0 1.2em 1.2em
}

.testimonial__section {
    padding: 100px 0 0
}

.testimonial__item {
    background: #fff;
    padding: 50px;
    background: #fff;
    border: 10px solid var(--color-theme-border);
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.testimonial__item .testimonial__name {
    font-size: 1.25em;
    font-weight: 700
}

.testimonial__item .testimonial__date {
    font-size: 1em
}

.testimonial__item .testimonial__copy p {
    font-size: 1.25em
}

.testimonial__item .testimonial__copy p:last-of-type {
    margin-bottom: 0
}

.testimonial__item .star__rating {
    margin-bottom: 15px
}

.testimonial__item i {
    padding-right: 2px;
    color: #ffc109
}

.testimonial__title {
    padding-bottom: 20px
}

.testimonial__title h1 {
    margin-bottom: 0
}

.testimonial__title__form {
    padding: 50px 0 0;
    text-align: center;
    background-color: var(--cw-light-bg)
}

.testimonial__title__form h2 {
    margin-bottom: 0
}

.hp__callout__style1 {
    color: #fff;
    text-align: center;
    background: #0d1e26;
    padding: 50px 0
}

.hp__callout__style1 .callout__title {
    font-size: 2em
}

.light__callout .hp__callout__style1 {
    background-color: #fafafa;
    border: 1px solid var(--color-theme-border);
    color: unset;
    padding: 25px;
    text-align: center;
    border-radius: 10px
}

.light__callout .hp__callout__style1 .callout__title {
    font-size: 2em
}

.page-shopping-request .form-wrap textarea {
    height: 4em !important
}

.page-shopping-request .form-grid-row {
    display: flex;
    align-items: start
}

.page-value-my-trade .form-grid-row {
    display: flex;
    align-items: start
}

.page-value-my-trade .form-wrap textarea {
    height: 4em !important
}

.page-work-with-us textarea {
    height: 4em !important
}

.page-contact-us .col__xtra {
    border-left: 1px solid var(--color-theme-border);
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.page-contact-us .col__xtra .section__subtitle1 {
    font-size: 1.5em;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    margin-top: 50px
}

.page-contact-us .form {
    height: 50%;
    padding-bottom: 0
}

.page-contact-us .form-wrap {
    width: 66.66%;
    padding-right: 50px
}

.page-contact-us .form-wrap textarea {
    height: 4em !important
}

.page-contact-us .multiplechoice-answers-container {
    display: flex
}

.page-contact-us .multiplechoice-answers-container .form-forms-multiplechoice-answer {
    margin-right: 20px
}

.page-contact-us .footer__global {
    margin-top: 0
}

.page-contact-us .g-recaptcha {
    margin-bottom: 50px
}

@media(max-width:991px) {
    .page-contact-us .form {
        height: unset
    }

    .page-contact-us .form-wrap {
        width: 100%;
        padding-right: 0
    }

    .page-contact-us .col__xtra {
        background-color: #fff;
        border-left: 0;
        padding-bottom: 50px;
        position: relative;
        top: 0;
        padding: 20px;
        width: 100%;
        max-width: unset
    }

    .page-contact-us .col__xtra .section__subtitle1 {
        font-size: 1.5em;
        border-bottom: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
        margin-top: 50px
    }

    section {
        padding: 0
    }
}

.business__info a {
    color: #333
}

.business__hours__wrapper .business__hours__item {
    padding: 15px 0;
    border-bottom: 1px solid #ededed
}

.business__hours__wrapper .business__hours__item:nth-child(even) {
    background-color: var(--cw-light-bg);
    border-radius: 4px
}

.business__hours__wrapper .business__hours__item:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

.business__hours__wrapper .business__hours__item .hours__value {
    font-weight: 700
}

.business__name {
    font-size: 1.25em
}

.icon__wrapper {
    padding: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #ededed;
    background-color: #0d1e26;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 5px
}

.icon__wrapper i {
    color: #fff
}

.business__img__wrapper {
    aspect-ratio: 1.77777778;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-bottom: 10px
}

.business__img__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.business__contact__info {
    margin-bottom: 10px
}

.header .navbar,
.header .navbar.bg-primary {
    background: #1f3745 !important;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    z-index: 1049;
}

.page-home .header .navbar {
    background: 0 0 !important
}

@media(max-width:991px) {
    .page-home .header .navbar {
        background: #1f3745 !important
    }

    .header .navbar,
    .header .navbar.bg-primary {
        -webkit-filter: none;
        filter: none
    }
}

nav.navbar.navbar-expand-lg.header-scroll {
    background: #1f3745 !important;
    transition: top .5s ease;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    transition: background-color .5s ease;
    opacity: .95
}

section:not(.page-inventory-details) .header-container .header__top,
section:not(.page-inventory-details) .header-container nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0d1e26;
    z-index: 1031;
    color: #fff
}

.header-container .header__top a,
.header-container nav a {
    color: #fff
}

.header-logo {
    display: none
}

.header-info {
    display: none
}

.header .navbar-brand {
    padding: 3px 0 0;
    min-height: auto;
    font-size: 0;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/219F0939659CE80A32AEDA320BAD62AB.png);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 175px;
    height: 61px;
    display: block;
}

.navbar .container {
    padding-top: 10px;
    padding-bottom: 10px
}

.header .navbar .dropdown-menu .dropdown-item {
    color: var(--color-theme-text)
}

section:not(.page-inventory-details) .navbar {
    box-shadow: 0;
    transition: box-shadow 2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    margin-top: 40px
}

@media(max-width:767px) {
    .navbar {
        margin-top: 62px
    }
}

.affix {
    box-shadow: 0;
    transition: box-shadow 2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030
}

.navbar-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .02), 0 2px 2px rgba(0, 0, 0, .03), 0 4px 4px rgba(0, 0, 0, .04), 0 8px 8px rgba(0, 0, 0, .05), 0 16px 16px rgba(0, 0, 0, .05)
}

.header .navbar :focus {
    box-shadow: none !important
}

.header .cart-count {
    color: #fff
}

.badge {
    color: var(--color-theme-text)
}

@media(min-width:992px) {
    .header .navbar-brand {
        min-height: auto;
        margin-left: 0;
        display: inline-block !important;
        order: 1;
        width: 400px;
        transform: scale(1.5);
        transform-origin: left;
    }

    .navbar-collapse {
        flex-grow: initial
    }

    .navbar .container {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header .nav-link-cart,
    .header .navbar .nav-link {
        line-height: 20px;
        font-size: 14px
    }

    .header .navbar {
        padding-top: 5px
    }
}

@media(min-width:1200px) {
    .header li.nav-item:last-of-type {
        margin-right: 0
    }
}

@media(max-width:991px) {
    .navbar .container {
        text-align: center;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .header .navbar .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }
}

.header__top {
    color: #fff;
    padding: 10px 0 0;
    font-size: 14px
}

.header__top .row {
    padding-bottom: 10px
}

@media(max-width:991px) {
    .header .navbar {
        background: var(--primary-darker-bg) !important
    }

    .header-container .header__top,
    .header-container nav {
        position: relative
    }

    .header .navbar {
        margin-top: 0
    }
}

.header .navbar .dropdown-menu:last-of-type {
    min-width: 250px;
    max-width: 250px;
    width: auto;
    padding: 1em;
    background: var(--color-theme-background);
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
    max-height: 80vh;
    overflow-y: auto
}

.header .navbar .dropdown-menu:last-of-type .dropdown-item {
    color: var(--color-theme-text);
    font-weight: 400
}

.header .navbar .dropdown-menu:last-of-type.submenu {
    position: inherit !important;
    -webkit-filter: unset;
            filter: unset;
    background: var(--color-theme-border);
    padding: 0 1em;
    width: calc(250px - 2em);
    min-width: calc(250px - 2em);
    max-width: calc(250px - 2em)
}

.submenu:hover {
    display: block;
    transition: margin-right 4s ease-in-out 1s
}

.dropdown-menu li {
    position: static
}

.header .navbar .dropdown-menu:last-of-type.submenu li {
    margin-bottom: 0
}

.header .navbar .dropdown-menu:last-of-type.submenu li a {
    padding: 15px 0
}

.header .navbar .dropdown-menu:last-of-type.submenu .dropdown-item::before {
    border: none
}

@media(max-width:991px) {
    .header .navbar .dropdown-menu:last-of-type {
        min-width: unset;
        max-width: unset;
        max-height: unset;
        overflow-y: visible
    }
}

/* footer:last-of-type {
	display: none
} */
footer.footer {
    padding-top: 0;
}

footer.footer>.container {
    display: none;
}

footer.footer .footer-bottom-section {
    border-top: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer__global {
    margin-top: 50px
}

.footer__global .business__info__wrapper .business__name {
    font-size: 24px;
    font-weight: 700
}

.footer__global .footerNavItems .nav__item__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: unset
}

.footer__global .footerNavItems ul li {
    margin-bottom: 10px
}

/* .footer__global .footer__global__bottom {
	background-color: #0d1e26;
	color: #fff;
	padding: 20px 0
}

.footer__global .footer__global__bottom ul li {
	margin-right: 20px
}

.footer__global .footer__global__bottom ul li:last-of-type {
	margin-right: 0
}

.footer__global .footer__global__bottom a {
	color: #fff
}

.footer__global .col {
	background: 0 0 !important
}

@media(max-width:767px) {
	.footer__global .footer__global__bottom ul li {
		margin-right: 0
	}
} */

.footer__global .social__share .social__icon {
    margin-right: 15px
}

.footer__global .social__share .social__icon:last-of-type {
    margin-right: 0
}

.footer__global .social__share .social__icon i {}

/* .footer__global .ulli-no-bullet {
	list-style-type: none;
	padding-left: 0
} */

/* .page-checkout .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.page-checkout .form-row>.col,
.page-checkout .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.page-checkout .checkout-content .form-group {
	margin-bottom: 20px
} */

.gallery .card-deck.d-flex .card {
    flex: 0 0 25%;
    max-width: 23%
}

.page-home .gallery {
    padding-bottom: 0;
    margin-top: -250px;
    background: 0 0
}

.gallery .row.card-deck.d-flex {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.page-home .gallery .gallery-img-photo {
    border: 10px solid var(--color-theme-border)
}

.page-home .gallery .gallery-img-wrap {
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

@media(max-width:992px) {
    .page-home .gallery {
        margin-top: unset
    }

    .gallery .card-deck.d-flex .card {
        flex: 0 0 46%;
        max-width: unset
    }
}

.page-home .product-img-block img,
.page-products .product-img-block img {
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-products-alt3 .product-img-block {
    background: #f2f2f2 !important
}

.page-products-alt3 .product-img-block img {
    max-height: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.page-products-alt .product-img-containter {
    border: 2px solid var(--color-theme-border);
    border-radius: 10px;
    -webkit-filter: none !important;
    filter: none !important
}

.page-products-alt .product-img-block {
    background: #f2f2f2 !important
}

.page-products-alt2 .product-img-containter {
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    -webkit-filter: none !important;
    filter: none !important
}

.page-products-alt2 .product-img-block img {
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.inventory .card {
    color: var(--inventory-text);
    background: var(--inventory-cardbackground);
    border-color: var(--inventory-border);
    border: 10px solid var(--inventoryslideshow-border) !important;
    border-radius: 0 !important;
    box-shadow: -1px 6px 3px rgba(0, 0, 0, .2) !important
}

.productdetails-owlslider-main.owl-carousel .owl-item img {
    width: 100%
}

.productdetails .productdetails-owlslider-item .product-img-section img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.productdetails-owlslider-container {
    position: relative;
    overflow: hidden;
    border: 10px solid var(--color-theme-border);
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25))
}

.page-service-repair .form {
    padding-top: 0
}

.page-service-repair .form .form-forms-header {
    display: none
}

.page-service-repair .form .form-forms-spacer[size=small] .spacer {
    display: none
}

.page-service-repair .employees .card.employees-square {
    flex: 0 0 22.333333%;
    max-width: 22.333333%
}

.service__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/B6A4CC3EE463CE557AEB5C299991A08D.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding: 100px 0;
    position: relative;
    margin-top: 65px
}

.service__hero__overlay {
    height: 120%;
    width: 100%;
    top: -50px;
    left: 0;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #67939f 50%, #1f3745 100%);
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    opacity: 1
}

.service__hero__container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff
}

.service__hero__content__wrapper {
    margin-right: 56%
}

@media(max-width:991px) {
    .service__hero__overlay {
        background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #67939f 20%, #1f3745 100%)
    }

    .service__hero__content__wrapper {
        margin-right: 25%;
        padding-right: 50px
    }
}

@media(max-width:567px) {
    .service__hero__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #67939f 0%, #1f3745 100%)
    }

    .service__hero {
        padding: 25px 0
    }

    .service__hero__content__wrapper {
        padding-right: 0;
        margin-right: 0
    }
}

.service__services {
    padding: 100px 0
}

.service__services .repair__item__wrapper {
    margin-bottom: 40px;
    align-items: stretch;
    display: flex;
    flex-direction: column
}

.service__services .repair__item__wrapper:last-of-type {
    margin-bottom: 0
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper {
    padding: 10px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border: 1px solid var(--color-theme-border);
    border-radius: 100%;
    background-color: var(--color-theme-primary);
    outline: 2px dashed var(--color-theme-primary);
    outline-offset: 5px
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper img {
    max-width: 44px;
    max-height: 44px
}

.service__services .repair__item__wrapper .repair__item__headline {
    font-size: 20px;
    line-height: 1;
    margin-top: 20px
}

.service__services .repair__item__wrapper .repair__item__subheadline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.service__services .repair__item__wrapper .repair__desc {
    margin-top: 10px
}

.service__roadside {
    background-image: url(../../img/service/roadside-assist.jpg);
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/0BC5FAE47DB1A548340B3F140CB2EB10.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding: 100px 0;
    position: relative
}

.service__roadside__overlay {
    height: 120%;
    width: 100%;
    top: -50px;
    left: 0;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #67939f 50%, #1f3745 100%);
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    opacity: 1
}

.service__roadside__container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff
}

.service__roadside__content__wrapper {
    margin-left: 56%
}

@media(max-width:991px) {
    .service__roadside__overlay {
        background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #67939f 20%, #1f3745 100%)
    }

    .service__roadside__content__wrapper {
        margin-left: 25%;
        padding-left: 50px
    }
}

@media(max-width:567px) {
    .service__roadside__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #67939f 0%, #1f3745 100%)
    }

    .service__roadside {
        padding: 25px 0
    }

    .service__roadside__content__wrapper {
        padding-left: 0;
        margin-left: 0
    }
}

.service__callout {
    color: #fff;
    text-align: center;
    background: #0d1e26;
    padding: 50px 0;
    max-width: 1500px;
    margin: auto
}

.service__callout .callout__title {
    font-size: 2em
}

.service__callout::before {
    content: "";
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/C65EF21888455239E527F4A3D77BFB2D.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    opacity: .25;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.service__callout__wrapper {
    padding: 0 50px;
    position: relative;
    z-index: 1000;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.service__callout__wrapper .service__callout__item {
    padding: 0 25px
}

.service__callout__wrapper .service__callout__item .service__callout__data {
    font-size: 2em;
    line-height: 1;
    font-weight: 700
}

@media(min-width:576px) {
    .service__callout__wrapper .service__callout__item .service__callout__data {
        font-size: 4em
    }
}

.page-about-autoventure .form {
    padding: 0
}

.page-about-autoventure .form .form-forms-header {
    display: none
}

.page-about-autoventure .form .form-forms-spacer[size=small] .spacer {
    display: none
}

.page-about-autoventure .employees .card.employees-square {
    flex: 0 0 22.333333%;
    max-width: 22.333333%
}

.aboutUs__hero {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/6C0D608071EE4BD094868B8BEEC3321C.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding: 100px 0;
    position: relative;
    margin-top: 65px
}

.aboutUs__hero__overlay {
    height: 120%;
    width: 100%;
    top: -50px;
    left: 0;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #67939f 50%, #1f3745 100%);
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    opacity: 1
}

.aboutUs__hero__container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff
}

.aboutUs__hero__content__wrapper {
    margin-right: 56%
}

@media(max-width:991px) {
    .aboutUs__hero__overlay {
        background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #67939f 20%, #1f3745 100%)
    }

    .aboutUs__hero__content__wrapper {
        margin-right: 25%;
        padding-right: 50px
    }
}

@media(max-width:567px) {
    .aboutUs__hero__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #67939f 0%, #1f3745 100%)
    }

    .aboutUs__hero {
        padding: 25px 0
    }

    .aboutUs__hero__content__wrapper {
        padding-right: 0;
        margin-right: 0
    }
}

.aboutUs__hero__testimonial {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/76D2171BCFBD9AF5F44108A08DD95A50.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding: 100px 0;
    position: relative
}

.aboutUs__hero__testimonial__overlay {
    height: 120%;
    width: 100%;
    top: -50px;
    left: 0;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #67939f 50%, #1f3745 100%);
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    opacity: 1
}

.aboutUs__hero__testimonial__container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff
}

.aboutUs__hero__testimonial__content__wrapper {
    margin-left: 56%
}

@media(max-width:991px) {
    .aboutUs__hero__testimonial__overlay {
        background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #67939f 20%, #1f3745 100%)
    }

    .aboutUs__hero__testimonial__content__wrapper {
        margin-left: 25%;
        padding-left: 50px
    }
}

@media(max-width:567px) {
    .aboutUs__hero__testimonial__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #67939f 0%, #1f3745 100%)
    }

    .aboutUs__hero__testimonial {
        padding: 25px 0
    }

    .aboutUs__hero__testimonial__content__wrapper {
        padding-left: 0;
        margin-left: 0
    }
}

.faq__section {
    margin: 0 0 100px
}

.faq__section .section__img__wrapper {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/3109FDD78B9407F2231A9AC70EA69A3F.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    height: 500px;
    display: flex
}

.faq__section .section__img__wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.faq__section .section__title__content {
    padding: 50px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    color: #fff
}

.faq__section .section__title__content .section__title__wrapper {
    width: 30%
}

.faq__section .section__title__content .section__title1 {
    border-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
    color: #fff
}

.faq__section .section__title__content .section__copy {
    margin-bottom: 0;
    color: #fff
}

.faq__section .accordion-flush .accordion-item {
    border: none;
    margin-bottom: 10px
}

.faq__section .accordion-flush .accordion-button:not(.collapsed) {
    background-color: var(--cw-light-bg);
    border: 1px solid var(--color-theme-border);
    color: var(--color-theme-text);
    box-shadow: none;
    font-weight: 700
}

.faq__section .accordion-flush .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--cw-light-bg);
    border: 1px solid var(--color-theme-border);
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    padding: 20px;
    border-radius: 10px !important
}

.faq__section .accordion-flush .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.faq__section .accordion-flush .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg)
}

.faq__section .accordion-flush .accordion-button:focus {
    border-color: var(--color-theme-border)
}


.sitemap {
    padding-top: 8em;
    padding-bottom: 5em;
}

.tcpp {
    padding-top: 4.4em;
    padding-bottom: 5em;
    font-weight: 400;
}

/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029 !important;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	z-index: 1055 !important;
}

.creditQualifyPage {
	margin-top: 2rem;
	margin-bottom: 2rem;
  }