.main_container.flexible-content {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.default_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.usps_container {
    position: relative;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.usps_container:before {
    background: #014F99;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.usps_container div {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 450px;
}

.usps_container div::after {
    opacity: 0.4;
    width: 1px;
    background: #FFFFFF;
    top: 0px;
    bottom: 0px;
    position: absolute;
    right: 0;
    margin: auto;
    content: '';
}

.usps_container div:last-child:after {
    display: none;
}

.usps_container div p {
    margin: 0 auto;
    color: #fff;
    max-width: 280px;
    text-transform: uppercase;

}

.usps_container div a {
    margin: 15px 0 0;
}

.usps_container div a.button {
    margin: 0;
}

.usps_container div p.title_large {
    color: #fff;
}

.faq-block {
    background-color: #fff;
    margin-bottom: 20px;
}

.faq-block:last-child {
    margin-bottom: 0;
}

.faq-block .question {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px;
    cursor: pointer;
}

.faq-block .question:after {
    background: no-repeat center / 18px url("data:image/svg+xml,%3Csvg width='18' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M1.6 2L9 8l7.4-6' stroke='%2380A7CC' stroke-width='3'/%3E%3C/svg%3E");
    min-width: 18px;
    height: 10px;
    content: '';
    display: block;
    margin-left: 15px;
    transition: .3s;
}

.faq-block .answer > div {
    padding: 10px 35px 40px 35px;
}

.faq-block .answer {
    max-height: 0;
    overflow: hidden;
    transition: .3s;
}

.faq-block.open .answer {
    max-height: 1000px;
}

.bg_white .faq-block {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.faq-block.open .question:after {
    transform: rotate(180deg);
}

.fc_advert {
    padding-right: 20px;
    padding-left: 20px;
}

.cta_main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    overflow: hidden;
}

.cta_main:before {
    background: #014F99;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.cta_main > * {
    position: relative;
}

.cta_main > div:nth-child(1) {
    margin-right: 70px;
}

.cta_image {
    position: absolute;
    width: 50%;
    max-width: 570px;
    top: 0;
    bottom: 0;
    right: calc(50% - 700px);
    margin-right: -20px;
}

.fc_split_banner {
    position: relative;
    display: flex;
    justify-content: space-between;

}

.fc_split_banner > div {
    flex-basis: calc(50% - 5px);
    padding-top: 120px;
    padding-bottom: 120px;

}

.fc_split_banner > div.middle_text {
    position: absolute;
    width: 208px;
    height: 208px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 208px;
    flex: auto;
    max-width: 208px;
    max-height: 208px;
    background: #80A7CC;
    border: 10px solid #fff;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0;
}

.middle_text em {
    font-style: unset;
    font-size: 30px;
}

.split_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 600px;
    box-sizing: border-box;
}

.split_banner .wp_content {
    background: rgba(255, 218, 0, 0.9);
    width: 90%;
    padding: 50px 175px 50px 75px;
    box-sizing: border-box;
    text-align: right;
    max-width: 800px;
    flex-grow: 1;
}

.split_banner .wp_content p {
    color: #014F99;
}

.split_banner .wp_content .title_medium {
    font-size: 32px;
    margin-bottom: 0;
}

.split_banner .wp_content .title_large {
    font-size: 48px;
    margin-bottom: 10px;
}

.split_banner.banner_right .wp_content {
    background: rgba(1, 79, 153, 0.9);
    text-align: left;
    padding: 50px 75px 50px 175px;
}

.split_banner.banner_right .wp_content > * {
    color: #fff;
}

.split_banner.banner_right {
    align-items: flex-start;
}

.fc_stats_banner {
    display: flex;
    align-items: center;
    padding: 0 0 0 7%;
    justify-content: space-between;
    position: relative;
    height: 50vh;
    box-sizing: border-box;
    overflow: hidden;
}

.fc_stats_banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    content: '';
    background: linear-gradient(90deg, #363636 19.9%, rgba(1, 79, 153, 0) 97.4%);
    opacity: 0.7;
}

.fc_stats_banner > * {
    position: relative;
}

.fc_stats_banner > div:nth-child(1) {
    width: 50%;
    max-width: 640px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.fc_stats_banner > div:nth-child(1) .wp_content > * {
    color: #fff;
}

.fc_stats_banner .hero {
    margin-bottom: 20px;
    font-size: 60px;
    letter-spacing: 0;
}

.fc_stats_banner .title_small {
    margin-bottom: 20px;
    font-weight: 400;
}

.the_banner_stats {
    display: flex;
    flex-grow: 1;
    margin: 0 40px;
    justify-content: flex-end;
    align-self: stretch;
}

.the_banner_stats > div {
    display: flex;
    position: relative;
    padding-bottom: 120px;
}

.the_banner_stats .wp_content {
    width: 220px;
    height: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.the_banner_stats .wp_content p {
    margin: 0;
    color: #014F99;
}

.the_banner_stats .wp_content .hero {
    line-height: 1.2em;

}

.usp_wrapper {
    background: #fff;
}

@media (min-width: 768px) {
    .the_banner_stats .wp_content .hero {
        font-size: 50px;
    }
}

.the_banner_stats > div:nth-child(1), .the_banner_stats > div:nth-child(3) {
    align-items: flex-end;
}

.the_banner_stats > div:nth-child(1) .wp_content {
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath opacity='.9' d='M220 110C220 49.249 170.751 0 110 0S0 49.249 0 110s49.249 110 110 110h110V110z' fill='%23fff'/%3E%3C/svg%3E");
}

.the_banner_stats > div:nth-child(2) {
    margin: 0 50px;
}

.the_banner_stats > div:nth-child(2) .wp_content {
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath opacity='.6' d='M0 110C0 49.249 49.249 0 110 0s110 49.249 110 110-49.249 110-110 110H0V110z' fill='%23fff'/%3E%3C/svg%3E");
}

.the_banner_stats > div:nth-child(3) .wp_content {
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath opacity='.7' d='M0 110c0 60.751 49.249 110 110 110s110-49.249 110-110S170.751 0 110 0H0v110z' fill='%23fff'/%3E%3C/svg%3E");
}

.the_banner_stats .wp_content::before,
.the_banner_stats .wp_content::after,
.the_banner_stats > div:before,
.the_banner_stats > div:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
}

.the_banner_stats > div:nth-child(1) .wp_content:before {
    left: -90%;
    top: 0;
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110'%3E%3Cpath opacity='.5' d='M0 55c0 30.376 24.624 55 55 55s55-24.624 55-55S85.376 0 55 0H0v55z' fill='%23fff'/%3E%3C/svg%3E");
}

.the_banner_stats > div:nth-child(2) .wp_content:before {
    left: -120%;
    top: 0;
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110'%3E%3Cpath opacity='.5' d='M110 55c0-30.376-24.624-55-55-55S0 24.624 0 55s24.624 55 55 55h55V55z' fill='%23014F99'/%3E%3C/svg%3E");
}

.the_banner_stats > div:nth-child(3):before {
    left: -50%;
    bottom: 0;
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110'%3E%3Cpath opacity='.5' d='M0 55c0 30.376 24.624 55 55 55s55-24.624 55-55S85.376 0 55 0H0v55z' fill='%23fff'/%3E%3C/svg%3E");
}

.the_banner_stats > div:nth-child(3):after {
    right: -50px;
    top: 0;
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110'%3E%3Cpath opacity='.5' d='M110 55c0 30.376-24.624 55-55 55S0 85.376 0 55 24.624 0 55 0h55v55z' fill='%23014F99'/%3E%3C/svg%3E");
}

.fc_search_bar.minus-margin {
    margin: 0;
    position: relative;
    background-color: white;
}

.fc_search_bar.minus-margin form {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 40px;
    display: flex;
    align-items: center;
    transform: translateY(-50px);
}

.fc_search_bar.minus-margin form label {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #014F99;
}

.fc_search_bar.minus-margin form input[type=search],
.fc_search_bar.minus-margin form select {
    background: #F3F3F3;
    height: 60px;
    margin-right: 30px;
    padding-left: 10px;
    border: none;
    margin-bottom: 0;
}


.fc_search_bar #woocommerce-product-search * {
    min-width: unset;
}

.fc_search_bar.minus-margin form input[type=search] {
    width: 100%;
    margin-bottom: 0;
}

.fc_search_bar #woocommerce-product-search ul {
    padding: 0;
}

.the_search_box {
    flex-grow: 1;
    margin-right: 30px;
}

.fc_search_bar .button {
    height: 60px;
    margin: 0 0 0 10px;
}

body.home .main_container {
    background: #F3F3F3;
}

.fc_search_bar.minus-margin form select::-ms-expand {
    display: none;
}

.fc_search_bar.minus-margin form select {
    appearance: none;
    -webkit-appearance: none;
    background: #F3F3F3 calc(100% - 20px) center no-repeat url("data:image/svg+xml,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' fill-rule='evenodd' clip-rule='evenodd' d='M12 1.5846C11.4343 1.07959 10.8514.559393 10.2342 0 8.83709 1.3441 7.42284 2.70337 5.98284 4.09408 4.55141 2.71891 3.13696 1.35168 1.73982.00758725 1.14839.559211.565714 1.09516 0 1.61571 1.96286 3.37935 3.9857 5.20528 5.98284 7 7.97141 5.20528 10.0029 3.38709 12 1.5846z' fill='%237C7C76'/%3E%3C/svg%3E");
    padding-right: 70px;
}

.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.flex-title h3 {
    margin: 0;
}

.flex-title .button {
    margin: 0 0 0 10px;
}

.fc_flex_products.woocommerce ul.products {
    padding-bottom: 0;
}

.fc_flex_categories h3 {
    text-align: center;
}

.fc_flex_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.fc_flex_categories ul li {
    flex-basis: calc(20% - 8px);
    margin: 0 10px 10px 0;
    display: flex;
}

.fc_flex_categories ul li:nth-child(5n) {
    margin-right: 0;
}

.fc_flex_categories ul li a {
    background: #F3F3F3;
    border-radius: 5px;
    font-weight: 400;
    color: #014F99;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.fc_flex_categories ul li a:hover {
    background: #FFDA00;
    text-decoration: none;
}

.fc_featured_dealerships .dealership-listing {
    padding-bottom: 0;
    justify-content: center;
}

.fc_featured_dealerships {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.fc_featured_dealerships {
    background: #f2f5fa;
}

.fc_featured_dealerships > * {
    position: relative;
}

.quote {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.80) 0%, rgba(196, 196, 196, 0) 100%);

}

.quote .wp_content * {
    color: #fff;
    text-align: right;

}

.quote .wp_content {
    max-width: 350px;
    position: relative;
    z-index: 1;
}

.quote:after, .quote:before {
    position: absolute;
    content: '';
}

.quote:after {
    width: 438px;
    height: 220px;
    bottom: 0;
    right: 0;
    background: no-repeat center / 438px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438 220'%3E%3Cpath opacity='.5' d='M110 56c0 30.376-24.624 55-55 55S0 86.376 0 56 24.624 1 55 1h55v55z' fill='%23014F99'/%3E%3Cpath opacity='.1' d='M438 110C438 49.249 388.751 0 328 0S218 49.249 218 110s49.249 110 110 110h110V110z' fill='%23fff'/%3E%3C/svg%3E");
}

.quote:before {
    width: 220px;
    height: 220px;
    top: 0;
    left: 0;
    background: no-repeat center / 220px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath opacity='.3' d='M0 110c0 60.751 49.249 110 110 110s110-49.249 110-110S170.751 0 110 0H0v110z' fill='%23fff'/%3E%3C/svg%3E");
}

.fc_flex_products.woocommerce ul.products:before,
.fc_flex_products.woocommerce ul.products:after {
    display: none;
}


@media (max-width: 1400px) {
    .cta_image {
        margin-right: -100px;
    }

    .fc_split_banner > div.middle_text {
        width: 148px;
        height: 148px;
        border-radius: 148px;
        max-width: 148px;
        max-height: 148px;
        border-width: 5px;
    }

    .middle_text p {
        font-size: 16px;
    }

    .middle_text em {
        font-size: 26px;
    }

    .split_banner .wp_content {
        padding: 50px 100px 50px 30px;
    }

    .split_banner.banner_right .wp_content {
        padding: 50px 30px 50px 100px;
    }

    .fc_stats_banner {
        padding-left: 20px;
        padding-right: 20px;
        height: 55vh;
    }

    .the_banner_stats > div:nth-child(2) {
        margin: 0 20px;
    }

    .the_banner_stats {
        justify-content: center;
        height: 450px;
        margin: 0;
    }

}

@media (max-width: 1200px) {
    .usps_container div p.title_large {
        font-size: 38px;
    }

    .cta_image {
        display: none;
    }

    .cta_main {
        justify-content: center;
    }

    .fc_stats_banner > div:nth-child(1) {
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .usps_container div {
        max-width: unset;
        width: auto;
    }
    .cta_main > div:nth-child(1) {
        margin-right: 30px;
    }

    .fc_search_bar.minus-margin form {
        flex-wrap: wrap;
        padding: 20px;
    }

    .fc_search_bar.minus-margin form label {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        display: block;
        margin: 0;
    }

    .fc_flex_products.woocommerce ul.products {
        justify-content: center;
    }

    .fc_flex_categories ul li:nth-child(n) {
        flex-basis: calc(33.3% - 7px);
        margin: 0 10px 10px 0;
    }

    .fc_flex_categories ul li:nth-child(3n) {
        margin-right: 0;
    }

    .fc_search_bar.minus-margin form select {
        margin-right: 0;
    }

    .fc_search_bar .button {
        margin: 10px 0 0;
        width: 100%;
    }
}

@media (max-width: 850px) {
    .cta_main {
        display: block;
        text-align: center;
    }

    .cta_main > div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .cta_main .wp_content ul.checked li {
        background: none;
        padding: 0;
    }

    .fc_split_banner {
        display: block;
    }

    .split_banner {
        min-height: unset;
    }

    .fc_split_banner > div:nth-child(n) {
        justify-content: center;
        align-content: center;
        flex-direction: row;
    }

    .split_banner:nth-child(n) .wp_content {
        text-align: center;
    }

    .split_banner:nth-child(n) .wp_content {
        padding: 30px;
    }

    .search-form-form .button {
        width: 100%;
        margin: 20px 0 0;
    }

    .fc_search_bar.minus-margin form {
        justify-content: space-between;
    }

    .fc_search_bar.minus-margin form input[type=text], .fc_search_bar.minus-margin form select {
        flex-basis: calc(50% - 10px);
        margin: 0;
        box-sizing: border-box;
    }

    .fc_search_bar.minus-margin form input[type=text] {
        margin-right: 10px;
    }

    .fc_featured_dealerships {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .quote:before {
        display: none;
    }

    .usps_container {
        flex-direction: column;
    }
    .usps_container div {
        padding: 20px;
        width: 100%;
    }
    .usps_container div::after {
        left: 0;
        width: 100%;
        height: 1px;
        top: auto;
    }
}

@media (max-width: 768px) {
    .fc_split_banner > div.banner_left {
        padding-top: 40px;
    }

    .fc_split_banner > div.banner_right {
        padding-bottom: 40px;
    }

    .the_banner_stats .wp_content {
        width: 120px;
        height: 120px;
    }

    .the_banner_stats {
        height: 300px;
    }

    .the_banner_stats .wp_content p {
        font-size: 18px;
    }

    .fc_stats_banner .hero {
        font-size: 28px;
    }

    .the_banner_stats > div:nth-child(2) {
        margin: 0 5px;
    }

    .the_banner_stats .wp_content::before, .the_banner_stats .wp_content::after, .the_banner_stats > div:before, .the_banner_stats > div:after {
        width: 70px;
        height: 70px;
    }

    .the_banner_stats > div {
        padding-bottom: 60px;
    }

    .quote {
        padding: 20px;
    }
}


@media (max-width: 640px) {
    .faq-block .question {
        padding: 15px;
    }

    .faq-block .answer > div {
        padding: 5px 15px 30px 15px;
    }

    .split_banner .wp_content .title_medium {
        font-size: 26px;
    }

    .split_banner .wp_content .title_large {
        font-size: 32px;
    }

    .fc_search_bar.minus-margin form input[type=text], .fc_search_bar.minus-margin form select {
        flex-basis: 100%;
    }

    .fc_search_bar.minus-margin form input[type=text] {
        margin: 0 0 20px;
    }

    .fc_search_bar.minus-margin {
        margin-top: -10px;
    }

    .fc_flex_categories ul li:nth-child(n) {
        flex-basis: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }

    .fc_flex_categories ul li:nth-child(2n) {
        margin-right: 0;
    }

    .the_search_box {
        margin: 0 0 10px;
    }

    .fc_search_bar.minus-margin form select {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .the_banner_stats .wp_content::before, .the_banner_stats .wp_content::after, .the_banner_stats > div:before, .the_banner_stats > div:after {
        display: none;
    }

    .the_banner_stats > div:nth-child(n) .wp_content {
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 50px;
    }

    .the_banner_stats {
        display: block;
        height: auto;
    }

    .the_banner_stats > div {
        padding-bottom: 20px;
    }

    .the_banner_stats > div:nth-child(2) {
        margin: 0;
    }

    .fc_stats_banner > div:nth-child(1) {
        margin-bottom: 20px;
    }

    .flex-title {
        display: block;
        text-align: center;
        padding-bottom: 0;
    }

    .flex-title .button {
        width: 100%;
        margin: 20px 0 0;
    }

    .fc_flex_categories ul li a {
        padding: 5px 7px;
    }

    .fc_featured_dealerships .flex-title {
        padding-bottom: 40px;
    }
}

.fc_search_banner {
    height: auto;
    padding-top: clamp(40px, 6vw, 120px);
    padding-bottom: clamp(40px, 6vw, 120px);
    display: block;
}

.fc_search_banner.fc_stats_banner > div:nth-child(1) {
    width: auto;
    display: block;
    max-width: 840px;
}

.banner_search_wrapper {
    border-radius: 10px;
    background: #fff;
    padding: clamp(20px, 5vw, 40px);
    margin-top: clamp(50px, 8vw, 100px);
}

.popular_searches {
    padding-top: 20px;
}

.popular_searches > div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.popular_searches a {
    color: #333;
    font-weight: 300;
}

.woocommerce ul.products li.product a .image span.itsnew {
    position: absolute;
    top: 20px;
    left: 10px;
    border-radius: 5px;
    color: #1b61a3;
    background: #FFDA00;
    min-width: auto;
    padding: 3px 5px;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 850px ) {
    .fc_search_banner .search-form-form {
        flex-direction: column;
    }

    .fc_search_banner .search-form-form input {
        border-radius: 5px;
    }
}

.woocommerce.fc_flex_products ul.products li.product a > .wp_content {
    padding: 20px;
}

.woocommerce.fc_flex_products ul.products li.product a > .wp_content * {

    color: #333;
}

.woocommerce.fc_flex_products ul.products li.product a > .wp_content .listing_price {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}

.woocommerce.fc_flex_products ul.products li.product a > .wp_content .listing-location {
    font-size: 14px;
    padding-left: 13px;
    background: no-repeat center left / 9px url("data:image/svg+xml,%3Csvg width='9' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49999 0C6.98125 0 9 1.94398 9 4.33334c0 .71729-.18623 1.42848-.54026 2.05928L4.74608 12.8604c-.04944.0862-.14365.1396-.24609.1396s-.19665-.0534-.24608-.1396L.538876 6.39049C.186214 5.76182-.00001717 5.0506-.00001717 4.33332-.00001717 1.94398 2.01873 0 4.49999 0zm0 6.5c1.24063 0 2.24999-.97198 2.24999-2.16666S5.74062 2.16668 4.49999 2.16668 2.25 3.13866 2.25 4.33334 3.25936 6.5 4.49999 6.5z' fill='%23363636'/%3E%3C/svg%3E");
    font-weight: 300;
}

.woocommerce.fc_flex_products ul.products li.product a:hover {
    opacity: 1;
}

.woocommerce.fc_flex_products ul.products li.product a:hover h5 {
    color: #1b61a3;
}

.fc_flex_products.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.fc_flex_products.woocommerce ul.products li {
    width: 100%;
    margin: 0 !important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.flex-title h3 {
    font-weight: 300;
}

@media (max-width: 850px) {
    .fc_flex_products.woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .fc_flex_products.woocommerce ul.products {
        grid-template-columns:1fr;
    }
}

.the_featured_categories {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.the_featured_categories a {
    display: flex;
    gap: 50px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 80px;
    overflow: hidden;
    align-items: center;
    color: #333;
}

.the_featured_categories a:after {
    content: '';
    width: 24px;
    aspect-ratio: 1 / 1;
    opacity: 0;
    margin-left: auto;
    transition: .3s;
    margin-right: 10px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15 6-1 2 3 3H3v2h14l-3 3 1 2 6-6-6-6Z' fill='currentColor'/%3E%3C/svg%3E");
}

.the_featured_categories a .icon {
    min-width: 120px;
    height: 120px;
    border-radius: 100%;
    background: no-repeat center / 40px;
    background-color: #f2f5fa;
    margin-top: -10px;
    margin-left: -20px;
    transition: .3s;
}

.the_featured_categories a:hover {
    text-decoration: none;
}

.the_featured_categories a:hover .icon {
    background-color: #FFDA00;
}

.the_featured_categories a:hover:after {
    opacity: 1;
}

@media (max-width: 1024px) {
    .the_featured_categories {
        grid-template-columns: repeat(2, 1fr);
    }

    .the_featured_categories a:hover:after {
        display: none;
    }
}

@media (max-width: 640px) {
    .the_featured_categories a {
        gap: 20px;
        height: 60px;
    }

    .the_featured_categories a .icon {
        min-width: 80px;
        height: 80px;
        background-size: 30px;
    }
}

@media (max-width: 450px) {
    .the_featured_categories {
        grid-template-columns: 1fr;
    }
}


.the_featured_brands {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding-top: 30px;
}


.the_featured_brands a {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 3px solid #fff;

}

.the_featured_brands a > div {
    padding: clamp(20px, 3vw, 60px);
}

.the_featured_brands a > div .image {
    background: no-repeat center / contain;
    aspect-ratio: 10 / 5;
}

.the_featured_brands a:hover {
    border-color: #FFDA00;
    opacity: 1;
}


.fc_new_stats_banner {
    position: relative;
    padding-top: clamp(40px, 6vw, 140px);
    padding-bottom: clamp(40px, 6vw, 140px);
    grid-template-columns: 1.2fr 0.8fr;
    grid-gap: clamp(40px, 6vw, 140px);
    display: grid;
}

.fc_new_stats_banner:before {
    background: rgba(1, 79, 153, 0.9);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.fc_new_stats_banner > div {
    position: relative;
}

.new_banner_stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-bottom: 2.5em;
}

.new_banner_stats p {
    font-size: 20px;
}

.fc_new_stats_banner .hero {
    margin-bottom: 1em;
    font-size: clamp(28px, 3vw, 40px);
}

.fc_new_stats_banner .new_banner_stats p {
    margin: 0;
}

.fc_new_stats_banner .new_banner_stats .hero {
    margin: 10px 0;

}

.stats_bullets {
    background: #fff;
    padding: clamp(30px, 4vw, 60px);
    border-radius: 10px;
}

ul.stats_bullets {
    list-style: none;
    padding: 0;

}

.stats_bullets li,
.stats_bullets p {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 6px;
}


.stats_bullets li:before,
.stats_bullets p:before {
    content: '';
    min-width: 20px;
    aspect-ratio: 1 / 1;
    background: url("data:image/svg+xml,%3Csvg height='20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C5 0 0 5 0 10c0 6 5 10 10 10 6 0 10-4 10-10 0-5-4-10-10-10ZM8 15l-5-5 1-1 4 3 8-7 1 1-9 9Z' fill='%232e991a' fill-rule='evenodd'/%3E%3C/svg%3E");
    margin-right: 5px;
}

.stats_bullets li {
    font-weight: unset;
}

.stat_review {
    padding-top: 30px;
}

.stat_review p {
    font-size: 14px;
}

.stat_review p strong {
    font-size: 18px;
}

.stat_review:after {
    margin-top: 10px;
    display: block;
    width: 100px;
    content: '';
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg height='21' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 16 6 4-1-8 5-4-7-1-3-6-3 6-7 1 5 4-1 8 6-4Z' fill='%23FFDA00' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.fc_new_stats_banner .underline_text {
    margin-left: 15px;
}


@media (max-width: 768px) {
    .the_featured_brands {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .the_featured_brands a {
        width: calc(50% - 10px);
    }
}


@media (max-width: 1024px) {
    .fc_new_stats_banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .fc_new_stats_banner .underline_text {
        margin: 15px 0 0;
    }

    .new_banner_stats {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .stat_review,
    .fc_new_stats_banner > div.wp_content {
        text-align: center;
    }

}

.fc_featured_dealerships .dealership-listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0;
    text-align: center;
}


.fc_featured_dealerships .dealership-listing h4 {
    color: #014F99;
}


.fc_featured_dealerships .dealership-listing .button {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.fc_featured_dealerships .dealership-listing .ad-title p {
    background: none;
    font-weight: 300;
    display: flex;
    justify-content: center;
    gap: 3px;

}

.fc_featured_dealerships .dealership-listing .ad-title p:before {
    width: 9px;
    content: '';
    background: no-repeat center left / 9px url("data:image/svg+xml,%3Csvg width='9' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49999 0C6.98125 0 9 1.94398 9 4.33334c0 .71729-.18623 1.42848-.54026 2.05928L4.74608 12.8604c-.04944.0862-.14365.1396-.24609.1396s-.19665-.0534-.24608-.1396L.538876 6.39049C.186214 5.76182-.00001717 5.0506-.00001717 4.33332-.00001717 1.94398 2.01873 0 4.49999 0zm0 6.5c1.24063 0 2.24999-.97198 2.24999-2.16666S5.74062 2.16668 4.49999 2.16668 2.25 3.13866 2.25 4.33334 3.25936 6.5 4.49999 6.5z' fill='%23363636'/%3E%3C/svg%3E");
}


.dealer_bottom {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    padding: clamp(20px, 3vw, 60px);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.dealer_bottom .button {
    margin: 0;
}

.fc_featured_dealerships .dealership-listing a {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.fc_featured_dealerships .dealership-listing a .wp_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.fc_featured_dealerships .dealership-listing a .wp_content .listing-location {
    margin-bottom: 20px;
}

.fc_featured_dealerships .dealership-listing a .wp_content .button {
    margin-top: auto;
}
@media (max-width: 1024px) {
    .fc_featured_dealerships .dealership-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dealer_bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .fc_featured_dealerships .dealership-listing {
        grid-template-columns: 1fr;
    }

    .flex-title .underline_text {
        margin-top: 20px;
        display: block;
    }
}

.fc_latest_news_wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.news_left.post_list {
    flex-direction: column;
}

.news_left.post_list a {
    width: 100%;
    margin: 0;
    flex-grow: 1;
}

.post_list a .image {
    border-radius: 20px;
}

.news_left.post_list a .image {
    height: auto;
    flex-grow: 1;
    min-height: unset;
    max-height: unset;
}

.news_right.post_list a {
    margin: 0;

}

.fc_latest_news_wrapper {
    padding-top: 30px;
}

.news_right.post_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.post_list a .image {
    position: relative;
}

.the_tags {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.the_tags .tag {
    color: #1b61a3;
    background: #FFDA00;
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 10px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .fc_latest_news_wrapper {
        grid-template-columns: 1fr;
    }

    .news_left.post_list a .image {
        height: clamp(150px, 40vw, 400px);
    }
}

@media (max-width: 480px) {
    .news_right.post_list {
        grid-template-columns: 1fr;
    }
}

.fc_new_split_cta {
    background: #015EB6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(20px, 10vw, 200px);
}

.review_button {
    padding-top: 10px;
    text-align: right;
}

@media (max-width: 1024px) {
    .fc_new_split_cta {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}


.fc_new_stats_banner_alt {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    grid-gap: clamp(20px, 10vw, 200px);
    align-items: center;
}

.new_banner_stats_alt {
    background: #014F99;
    padding: 30px;
    border-radius: 15px;
    display: grid;
    grid-gap: 20px;
}

.new_banner_stats_alt p {
    margin: 0;
    font-size: 24px;
}

.new_banner_stats_alt .hero {
    font-size: 32px;
}

.fc_new_how_to_banner {
    position: relative;
}

.fc_new_how_to_banner:before {
    content: '';
    background: rgba(26, 97, 163, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc_new_how_to_banner > * {
    position: relative;
}

.fc_new_how_to_banner .top_text p {
    margin: 0;
    color: #fff;
}

.fc_new_how_to_banner .top_text {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: clamp(20px, 4vw, 40px);
}

.account_types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.account_types hr {
    width: 100%;
}

.account_types > div {
    background: #fff;
    border-radius: 15px;
    padding: clamp(20px, 3vw, 40px);
    display: flex;
    flex-direction: column;
}

.account_types > div > :last-child {
    margin-top: auto;
}

.account_types > div .button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.fc_new_steps_banner {
    background: #f2f5fa;
}

.fc_new_steps_banner .top_text {
    padding-bottom: clamp(20px, 4vw, 40px);
}

.how_to_steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.how_to_steps > div {
    border-radius: 15px;
    background: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step_count {
    font-size: 24px;
    font-weight: bold;
    min-width: 60px;
    aspect-ratio: 1 / 1;
    background: #FFDA00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A61A3;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .fc_new_how_to_banner .top_text {
        flex-direction: column;
        align-items: center;
    }

    .how_to_steps > div {
        flex-direction: column;
    }

    .fc_new_stats_banner_alt {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .new_banner_stats_alt {
        width: 100%;
        display: grid;
        box-sizing: border-box;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 850px) {
    .account_types {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .account_types > div {
        width: 45%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .how_to_steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .account_types > div {
        width: 100%;
    }

    .new_banner_stats_alt {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.remove_padding_top {
    padding-top: 0;
}

.remove_padding_bottom {
    padding-bottom: 0;
}

.remove_padding_both {
    padding-top: 0;
    padding-bottom: 0;
}

.company_logos {
    display: flex;
    flex-wrap: wrap;
}

.company_logos.padding_default {
    padding-top: 70px;
    padding-bottom: 70px;
}

.company_logos.center {
    justify-content: center;
}

.company_logos.right {
    justify-content: flex-end;
}

.company_logos a {
    flex-basis: calc(20% - 12px);
    margin: 0 15px 15px 0;
    border: 1px solid #ddd;
    padding: 15px 10px;
    box-sizing: border-box;
}

.company_logos a:hover {
    border-color: #1A61A3;
    text-decoration: none;
}

.company_logos a:nth-child(5n), .company_logos a:last-child {
    margin-right: 0;
}

.company_logos a .image.image_small > div {
    height: 50px;
}

.company_logos a .image.image_medium > div {
    height: 100px;
}

.company_logos a .image.image_large > div {
    height: 150px;
}

.company_logos a .image > div {
    background: no-repeat center / contain;
}

.company_logos a p {
    margin: 10px auto 0;
    width: 90%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.company_logos a p:nth-child(3) {
    font-size: 13px;
    color: #717171;
    font-weight: 300;
}



.auction_countdown_width {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
    gap: clamp(20px, 3vw, 60px);
}

.auction_countdown .image-switch {
    position: relative;
}

.auction_countdown .image-switch:before {
    background: #014F99;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}


.auction_countdown .image-switch > * {
    position: relative;
    z-index: 2;
}

.auction_timer {
    display: grid;
    gap: 5px;
    text-align: center;

}

.auction_timer strong {
    color: #1A61A3;
}

.image-switch  .auction_timer {
    color: #fff;
}

.image-switch  .auction_timer strong {
    color: #FFDA00;
}

.auction_timer {
    display: flex;
    gap: 15px;
}

.the_auction_countdown {
    justify-content: center;
    display: flex;
}


.auction_timer span {
    display: grid;
    gap: 5px;
    font-size: 14px;
    padding: 0 30px;
    position: relative;
    text-align: center;
}

.auction_timer span:after {
    position: absolute;
    right: -15px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #ddd;
    content: '';
}

.auction_timer span:last-child:after {
    display: none;
}

.auction_timer span strong {
    width: 80px;
    aspect-ratio: 10 / 6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #1b61a3;
    font-size: clamp(20px, 3vw, 40px);
    font-weight: 400;
}

.auction_countdown_inner {
    padding: clamp(20px, 3vw, 60px);
}

.image-switch .auction_timer  span strong {
    color: #1b61a3;
    background: #fff;
}

@media (max-width: 1024px ) {
    .auction_countdown_width {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .the_auction_countdown {
        flex-wrap: wrap;
    }
}