    /*---------------------------------- BTN CSS IN FOOTER ------------------------------------------------*/
    /*---------------------------------- BTN CSS IN FOOTER ------------------------------------------------*/
    /*---------------------------------- BTN CSS IN FOOTER ------------------------------------------------*/

    .cw-header-banner {
        background-color: #FACE23;
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .cw-header-banner h2 {
        font-size: 130%;
        text-align: center;
        color: #000;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .cw-header-banner h2 a {
        color: #000;
        font-weight: 700;
    }

    .cw-header-banner h2 a:hover {
        color: #2F5092;
    }

    /* -------------------------------------------------------------- */
    .cw-c-header {
        padding-top: 1em;
        padding-bottom: 1em;
        background-color: #111;
    }

    .cw-c-header img {
        display: block;
        margin: 1em auto;
        width: 80%;
    }

    .cw-c-header p {
        font-size: 133%;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin: .7em auto;
    }

    .cw-c-header p span {}

    .cw-c-header p a {
        color: #fff;
        font-weight: 700;
    }

    .cw-c-header p a:hover {
        color: #FDCD00;
    }

    .cw-header-social {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .cw-header-social a svg {
        fill: #fff;
        width: 45px;
        height: 45px;
        padding: 0.5em;
        margin: auto .5em;
    }

    .cw-header-social a:hover svg {
        fill: #FDCD00;
        width: 45px;
        height: 45px;
    }

    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */

    .cw-home-h1 {
        background: linear-gradient(to bottom, #111C4B, #31509A, #31509A, #111C4B);
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .cw-home-h1 h1 {
        text-align: center;
        color: #fff;
        margin: 0;
    }

    /* ------------------------------------------------------------------------------------- */
    .cw-home-ss {
        position: relative;
        z-index: 9;
    }

    .cw-home-ss img {
        display: block;
        width: 100%;
    }

    .cw-home-ss .card {
        background-color: rgba(255, 255, 255, 1);
        padding-top: 1em;
        padding-bottom: 1em;
        width: 100%;
    }

    @media (min-width: 992px) {
        .cw-home-ss .card {
            position: absolute;
            z-index: 10;
            background-color: rgba(255, 255, 255, .85);
            width: 30%;
            padding: 1.5em 1em;
            bottom: 4em;
            left: 7em;
        }
    }

    .cw-home-ss .card h3 {
        color: #000;
        text-align: center;
    }

    @media (min-width: 1440px) {
        .cw-home-ss .card h3 {
            font-size: 2.5em;
        }
    }

    .cw-home-ss .card .cw-ss-social {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .cw-home-ss .card .cw-ss-social a svg {
        fill: #000;
        width: 50px;
        height: 50px;
        padding: 0.5em;
        margin: auto .5em;
    }

    .cw-home-ss .card .cw-ss-social a:hover svg {
        fill: #344A88;
        width: 50px;
        height: 50px;
    }

    /* ------------------------------------------------------------------------------------- */
    .cw-home-btns {
        background: linear-gradient(to bottom, #111C4B, #31509A, #31509A, #111C4B);
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .cw-home-btns .btn {
        display: block;
        width: 90%;
        margin: 1em auto;
    }



    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    .cw-home-about {
        padding-top: 5em;
        padding-bottom: 5em;
        background: linear-gradient(125deg, #344A88 0%, #344A88 55%, #FEC72A 55%, #FEC72A 100%);
    }

    .cw-home-about .card {
        display: block;
        width: 100%;
        border: none !important;
        background-color: #000;
    }

    .cw-home-about .card img {
        display: block;
    }

    @media (min-width: 992px) {
        .cw-home-about .card img {
            border-right: 4px solid #fff;
        }
    }

    .cw-home-about .card h2 {
        font-size: 1.5em;
        color: #fff;
    }

    .cw-home-about .card p {
        font-size: 117%;
        color: #fff;
    }

    .cw-home-about .card p a {
        color: #FACE23;
    }

    .cw-home-about .card p a:hover {
        color: #6B84C7;
    }

    .cw-home-about .card .btn {}


    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */

    .cw-about-page {
        padding-top: 2em;
    }



    .cw-about-page img {
        display: block;
    }

    .cw-about-page h2 {
        font-size: 2.4em;
        color: #fff;
    }

    .cw-about-page p {
        color: #fff;
        font-size: 110%;
    }

    .cw-about-page p a {
        color: #FACE23;
    }

    .cw-about-page p a:hover {
        color: #344A88;
    }

    .cw-about-page .btn {}


    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */

    .cw-staff-page {
        margin-bottom: 2em;
    }

    .cw-staff-page img {
        display: block;
        border-radius: 5px;
    }

    .cw-staff-page h3 {
        font-size: 140%;
        color: #fff;
        margin-top: .5em;
        color: #FACE23;
    }

    .cw-staff-page h3 a {
        color: #FACE23;
    }

    .cw-staff-page h3 a:hover {
        color: #6B84C7;
    }

    .cw-staff-page p {
        font-size: 110%;
        color: #fff;
    }

    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */

    [type="checkbox"]:checked+label::before {
        background: #333 !important;
    }




    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */

    .cw-loan-calc-page {
        margin-bottom: 5em;
    }

    .cw-loan-calc-page h2 {
        color: #fff;
        text-align: center;
        margin-top: 1em;
        text-transform: capitalize;
    }

    .cw-loan-calc-page p {
        color: #fff;
        text-align: center;
        font-size: 120%;
    }

    .cw-loan-calc-page .cw-loan-calc {
        display: flex;
        margin: 1em auto;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .cw-loan-calc-page .cw-loan-calc h1 {
        color: #fff;
    }

    .cw-loan-calc-page .cw-loan-calc h4 {
        text-align: center;
        color: #fff;
    }

    .cw-loan-calc-page .cw-loan-calc .form-input {
        border: 2px solid #f0f0f0;
        width: 14rem;
        height: 2rem;
        background: white;
        border-radius: 5px;
        margin: 5px 0;
    }

    .cw-loan-calc-page .cw-loan-calc .input {
        height: 100%;
        width: 80%;
        border: none;
        outline: none;
        padding: 0 10px;
    }

    .cw-loan-calc-page .cw-loan-calc .input-icon {
        width: 15%;
        height: 100%;
        border: none;
        cursor: pointer;
    }

    .cw-loan-calc-page .cw-loan-calc .calculateBtn {
        height: 3rem;
        width: 8rem;
        border: 2px solid #203770;
        background: #203770;
        color: #fff;
        font-size: 16px;
        border-radius: 7px;
        padding: 8px;
        margin-top: 10px;
        cursor: pointer;
    }

    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ */

    .header .navbar .active>.nav-link {
        color: #fff !important;
    }

    .card__multi__style3 a.item__title,
    .card__multi__style3 .title__style__content {
        color: #000 !important;
    }

    .contact-details .contact-icon {
        color: #000 !important;
    }

    .employees-title {
        color: #FACE23 !important;
        font-size: 115% !important;
        text-transform: uppercase !important;
    }

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

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

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



    /*----------------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------------*/
    @media (min-width: 992px) {

        .header .dropdown-menu,
        .footer .dropdown-menu {
            /* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
            left: unset !important;
            right: 0;
        }
    }






    /*----------------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------------*/






    .custom-form [type=checkbox]+.label-frms::after,
    .custom-form [type=radio]+.label-frms::after,
    .form [type=checkbox]+.label-frms::after,
    .form [type=radio]+.label-frms::after,
    .custom-form [type=checkbox]:checked+.label-frms::before,
    .form [type=checkbox]:checked+.label-frms::before {
        background-color: #333 !important;
    }


    .inventory .vehicle-card.layout-3 .inventory-title-wrapper {
        background-color: var(--color-theme-primary) !important;
    }

    .inventory .vehicle-card.layout-3 .inventory-title-wrapper h5 {
        color: #000;
    }

    .inventory .page-item.active .page-link, .inventory .page-link:hover {
        color: #000 !important;
    }

    .autocheck_link_srp, .carfax_link_srp {
        background-color: #fff;
    }

.vdp__info__addt__mod .carfax_link_vdp {
    background-color: #fff;
}

.store__hours .hours__status {
    color: #000 !important;
}
