.site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--navy-blue);
    color: var(--white);
}

.site-footer a {
    color: inherit;
}

.site-footer ul,
.site-footer ol {
    list-style: none;
    padding: 0;
}

.site-footer .cta-whbutton,
.site-footer li {
    font-size: var(--text-sm);
}

.wpb_single_image.footer-logo img {
    width: 306px;
    height: 40px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.site-footer .vc_separator {
    opacity: 0.15;
}

.vc_row.row-footer-copyright {
    font-size: var(--text-sm);
}

.vc_row.row-footer-copyright > .wpb_column {
    width: auto;
}

.vc_row.row-footer-copyright {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vc_row.row-footer-copyright ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.vc_row.row-footer-copyright li {
    width: auto;
    margin: 0;
}

.vc_row.row-footer-copyright li a {
    text-decoration: underline;
}

@media all and (max-width: 900px) {
    .site-footer {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .vc_row.row-footer-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .vc_row.row-footer-copyright li {
        width: 100%;
    }

    .vc_row.row-footer-copyright ul {
        gap: 16px;
    }

    .vc_row.row-footer-navigation-right > .wpb_column:not(:last-child) {
        margin-bottom: 40px;
    }
}
