    /*GLOBAL STYLES*/
    .cw-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    /*GLOBAL STYLES*/

    /*****CAROUSEL SECTION Styles*****/
    .cw-carousel-section {
        position: relative;
        overflow: hidden;
    }

    .cw-carousel-section .cw-top-carousel .carousel-item {
        height: 325px;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
    }

    .cw-carousel-section .cw-top-carousel .carousel-item:nth-of-type(1) {
        background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CF54AD5F572B71BE30D3FB3A34B196AB.jpg');
    }

    .cw-carousel-section .cw-top-carousel .carousel-item:nth-of-type(2) {
        background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/559D30DE9212AA1DF804F8D828DE7654.jpg');
    }

    .cw-carousel-section .cw-top-carousel .carousel-item:nth-of-type(3) {
        background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/70F9D86CA11A4F8E60CA43BAF4E784A1.jpg');
    }

  
    .cw-google {
        background-color: #83B921;
        color: #fff;
        padding: .5em;
    }

    .cw-google h5 {
        font-size: 1.8em;
        text-transform: uppercase;
    }
    
    .cw-google img {
        max-height: 150px;
    }


    .cw-carousel-button-wrapper {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        min-width: 285px;
    }

    .cw-carousel-button-wrapper a {
        display: block;
        margin: 0.5em auto;
        padding: 0.25em 1.0em 0.25em 0.25em;
        width: 100%;
        color: #FAFAFA !important;
        font-family: 'Fjalla One', sans-serif;
        font-size: 1.25em;
        letter-spacing: 0.10em;
        text-align: center;
        text-transform: uppercase;
        background-color: #555555;
    }

    .cw-carousel-button-wrapper a:hover {
        color: #FAFAFA !important;
        background-color: #82B830;
    }

    /*****BUTTON SECTION Styles*****/
    .cw-button-section {
        padding: 1.75em 0;
        background-color: #E9E9E9;
    }

    .cw-button-section div a {
        display: block;
        margin: 0 auto;
        padding: 0.25em 0.5em;
        color: #82B830;
        font-family: 'Fjalla One', sans-serif;
        font-size: 1.3em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .cw-button-section a img {
        display: block;
        margin: 0 auto;
        -webkit-filter: saturate(0.0);
        filter: saturate(0.0);
        opacity: 1;
    }

    .cw-button-section a span {
        color: #989898;
        font-size: 1.25rem;
        text-transform: none;
    }

    .cw-button-section a:hover {
        color: #262626 !important;
    }

    .cw-button-section a:hover img {
        opacity: .7;
    }

    .cw-facebookFeed {
        padding: 1em;
        background-color: #555555;
    }


    .cw-facebookFeed img {
        max-height: 375px;
        width: auto;
        margin: auto
    }

    /* -------------- START OF MEDIA QUERIES -------------- */
    /* XS: 440px & Up */
    @media (min-width: 440px) {}


    /* SM: 768px & Up */
    @media (min-width: 768px) {
        .cw-carousel-section .cw-top-carousel .carousel-item {
            height: 500px;
        }

        .cw-carousel-button-wrapper {
            top: 100px;
            width: 500px;
            z-index: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .cw-carousel-button-wrapper::before,
        .cw-carousel-button-wrapper::after {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            z-index: -1;
            width: 500px;
        }

        .cw-carousel-button-wrapper::before {
            top: -5px;
            height: 105%;
            background-color: rgba(250, 250, 250, 0.75);
        }

        .cw-carousel-button-wrapper::after {
            top: -20px;
            height: 118%;
            background-color: rgba(250, 250, 250, 0.5);
        }

        .cw-carousel-button-wrapper a {
            padding-right: 1.0em;
            font-size: 1.45em;
            text-align: right;
        }

        /*****BUTTON SECTION Styles*****/
        .cw-button-section a {
            font-size: 1.1em;
            font-weight: 700;
        }

        .cw-button-section a span {
            font-size: 1.15rem;
            font-weight: 400;
        }
    }


    /* MD: 992px & Up */
    @media (min-width: 992px) {

        /*****BUTTON SECTION Styles*****/
        .cw-button-section div a {
            font-size: 1.15em;
            font-weight: 700;
        }

        .cw-button-section div a span {
            font-size: 1.2rem;
            font-weight: 400;
        }
    }


    /* LG: 1200px & Up */
    @media (min-width: 1200px) {

        /*****BUTTON SECTION Styles*****/

        .cw-button-section div a {
            font-size: 1.45em;
            font-weight: 700;
        }

        .cw-button-section div a span {
            font-size: 1.35rem;
            font-weight: 400;
        }
    }


    /* XLG: 1400px & Up */
    @media (min-width: 1400px) {}


    /* XXLG: 1920px & Up */
    @media (min-width: 1920px) {}

/* Search Module */
section.inventory-search-module>.container {
	max-width: 1320px !important;
}

