.home-banner {
        background-image: url(https://dealers.wehaacdn.com/hanks/hanks-prod/flexeditor/home/images/0.main_banner.background_image.value.png);
        background-color: transparent;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: local;  
        justify-content: center;
        height: 340px;
    }

    @media (max-width: 991px) {
        .home-banner {
            height: 330px;
        }
    }

    .home-banner .home-banner-text {
        width: 75%;
    }

    @media (max-width: 767px) {
        .home-banner .home-banner-text {
            width: 100%;
        }
    }

    .home-banner .home-banner-h1  {
        color: #FFFFFF;
        font-size: 60px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

    .home-banner .home-banner-search-fields-container  {
        background-color: #FFFFFF;
        padding: 15px;;
        margin: 0;;
    }

    .home-banner .home-banner-search .home-banner-form-input {
        padding: .3rem 2rem .3rem .3rem;;
        background-color: #F3F2F2;
        background-position: 92% 50%;
        line-height: 31px;
        font-size: 1rem;
        border-radius: 2px;
        border: border: 0;;
    }

    .home-banner .home-banner-search .home-banner-search-groups-container li {
        margin: 0 .25rem -1px 0;;
    }

    .home-banner .home-banner-search .home-banner-search-groups-container li a {
        color: #0D0B0D;
        background-color: #FBCC5A;
        padding: 13px 25px;;
    }

    .home-banner .home-banner-search .home-banner-search-groups-container li a.selected {
        color: #0D0B0D;
        background-color: #FFFFFF;
    }

    @media (max-width: 768px) {
        .home-banner .home-banner-h1 {
            font-size: 36px;
        }
    }

    .home-banner .home-banner-button {
        background-color: #FBCC5A;
        color: #0D0B0D;
        border-radius: 9999px;
        font-weight: 700;
        padding: .75rem 1rem;;
        margin: .5rem .25rem;;
        font-size: .875rem;
        border: 0px solid #FFFFFF;;
    }
    
    @media (min-width: 1200px) {
        .home-banner .home-banner-button {
            font-size: 1rem;
            padding: 1rem 1rem;;
        }
    }

    .home-banner .home-banner-button-inverse {
        background-color: transparent;
        color: #FFF;
        border: 1px solid #FFFFFF;;
    }

    .home-banner .home-search-button {
        background-color: #FBCC5A;
        color: #0D0B0D;
        min-width: 140px;
    }

    .link {
        font-size: .75rem;
        color: #FFF;
        text-decoration: underline;
    }

    .home-component-title {
        color: #0D0B0D;
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        margin: .75rem auto;;
        font-family: 'Oswald', sans-serif;;
    }

    .home-component-subtitle {
        color: #0D0B0D;
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        margin: .75rem auto;;
        font-family: 'Inter', sans-serif;;
    }

    .last-news .news-item-wrapper {
        border: 1px solid #3476a6;
    }
    .last-news .news-item .news-section,
    .last-news .news-item-2 .news-section {
        color: #FFFFFF !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        font-size: 1rem !important;
    }
    .last-news .news-item .news-title,
    .last-news .news-item-2 .news-title {
        color: #FFFFFF !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        font-size: 1rem !important;
        padding: 1rem 1rem;
        margin: .5rem .25rem;
    }
    .last-news .news-item .news-footer,
    .last-news .news-item-2 .news-footer {
        color: #222222 !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        font-size: .75rem !important;
        padding: 1rem 1rem;
        margin: .5rem .25rem;
    }
    .last-news .news-item .news-footer .news-author,
    .last-news .news-item-2 .news-footer .news-author {
        color: #3490dc !important;
    }
    .last-news .more-news {
        background-color: #004d6f !important;
        color: #FFFFFF !important;
        font-size: 1rem !important;
        border: 1px solid #3476a6;
    }
    .slick-dots li.slick-active button:before {
        color: #65b4b0 !important;
    }
    .tabs-component-tab {
        border: 2px solid #0D0B0D;;
        border-radius: 0;
        background-color: #ffffff;
        margin: 0;
    }

    .tabs-component-tab .tabs-component-tab-a {
        font-size: 16px;
        font-weight: normal;
        color: #141414;
        padding: .75rem 1.5rem;
    }

    .tabs-component-tab.is-active .tabs-component-tab-a {
        color: #FFFFFF;
        background-color: #0D0B0D;
    }
    
    .tabs-component-tab:hover .tabs-component-tab-a {
        color: #FFFFFF;
        background-color: #0D0B0D;
    }

    .home-component-item {
        color: #0D0B0D;
        font-size: .875rem;
        font-weight: 700;
        padding: .25rem;;
        margin: 5px;;
    }

    @media (max-width: 376px) {
        .home-component-item {
            font-size: .875rem;
        }
    }

    .home-component-item-image {
        width: 120px;
        height: 120px;
        background-color: #FBCC5A;
        background-size: cover;
        background-position: center top;
        border-radius: 9999px;

    }

    .home-component-item-image:hover {
        background-color: #0D0B0D;
        background-position: center bottom;
    }

    .home-component-text-item {
        color: #141414;
        font-size: .875rem;
        font-weight: 700;
        background-color: #FBCC5A;
        border-radius: 9999px;
        padding: .5rem .75rem;;
        margin: .5rem;;
    }

    @media (max-width: 376px) {
        .home-component-text-item {
            font-size: .875rem;
        }
    }

    .home-component-text-item:hover {
        color: #141414;
        background-color: #e4a107;
    }

    .home-component-featured-dealer-container .home-component-featured-dealer {
        color: #22292f;
        font-size: .875rem;
        font-weight:400;
        text-transform: uppercase !important;
        padding: .25rem;;
    }

    .home-component-featured-dealer-container .home-component-featured-dealer img {
        border-color: #dae1e7;
    }

    .home-component-featured-dealer-container .home-component-featured-dealer > span {
        padding: .25rem;
    }

    .home-component-featured-dealer-container .home-component-featured-dealer .home-component-featured-dealer-phone {
        font-weight:400;
    }
