.footer-section .footer-content {
    background-image:
    linear-gradient(
        to right,
        #463b38,
        #5d4f4b,
        #463b38
    );
    padding: 25px 15px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
}

.theme_stewardship-microsite .footer-section .footer-content {
    background-image: none;
    background-color: #2b2e34;
}


.footer-section .footer-content .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-content .footer-logo-wrapper {
    margin-bottom:15px;
}
.footer-section .footer-content .footer-logo a,
.footer-section .footer-content .footer-logo img {
    max-width:220px;
}
.theme_stewardship-microsite .footer-section .footer-content .footer-logo a,
.theme_stewardship-microsite .footer-section .footer-content .footer-logo img {
    max-width:120px;
}
@media(min-width:641px){
    .footer-section .footer-content .footer-logo a,
    .footer-section .footer-content .footer-logo img {
        max-width: 320px;
    }
    .theme_stewardship-microsite .footer-section .footer-content .footer-logo a,
    .theme_stewardship-microsite .footer-section .footer-content .footer-logo img {
        max-width: 140px;
    }
}
.footer-section .footer-content .footer-translate {
    margin: auto;
    max-width: 150px;
    margin-bottom: 25px;
}

.footer-section .footer-content .footer-social {
    margin: auto;
    padding: 0 55px;
    max-width: 700px;
    margin-bottom: 15px;
}

.footer-section .footer-content .footer-nav {
    text-align: center;
    margin: auto;

}

.footer-section .footer-content .copyright {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-bottom: 15px;
}
.footer-section .footer-content .made-by {
    display: flex;
    justify-content: center;
}
.footer-section .footer-content .made-by img {
    max-width: 120px;
}

@media (min-width: 641px) {
    .footer-section .footer-content .footer-logo {
        text-align: center;
    }

    .footer-section .footer-content .footer-nav {
        text-align: start;
    }
}

@media (min-width: 1025px) {
    .footer-section {
        display: flex;
        width: 100%;
    }

    .footer-section .footer_enews_vguide {
        width: 44%;
        order: 2;
    }

    .footer-section .footer-content {
        width: 56%;
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top:calc(20px + (40 - 20) * ((100vw - 1025px) / (1903 - 1025)));
        padding-bottom:calc(20px + (40 - 20) * ((100vw - 1025px) / (1903 - 1025)));
        padding-right:calc(65px + (120 - 65) * ((100vw - 1025px) / (1903 - 1025)));
        padding-left:calc(75px + (140 - 75) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .footer-section .footer-content .footer-logo-wrapper {
        width: 100%;
        margin-bottom: calc(15px + (30 - 15) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .footer-section .footer-content .footer-logo {
        text-align: start;
        width: 80%;
        justify-content: flex-start;
    }

    .footer-section .footer-content .footer-logo a,
    .footer-section .footer-content .footer-logo img {
        max-width: 100%;
    }

    .footer-section .footer-content .footer-translate {
        margin: 0;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: calc(10px + (30 - 10) * ((100vw - 1025px) / (1903 - 1025)));
        /* justify-content: space-between; */
    }



    .footer-section .footer-translate .googleTranslateDropdown {
        font-size: calc(10px + (20 - 10) * ((100vw - 1025px) / (1903 - 1025)));
        width: calc(50px + (90 - 50) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .footer-section .footer-translate .translate-cont {
        margin-right: calc(80px + (150 - 80) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .footer-section .footer-translate .translate-inner {
        max-width: 100%;
    }
    .footer-section .footer-translate i.fa-sort-down {
        font-size: calc(11px + (20 - 11) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .footer-section .footer-translate .select-cont {
        font-size: calc(10px + (20 - 10) * ((100vw - 1025px) / (1903 - 1025)));
        display: flex;
        align-items: center;
        justify-content: space-between;

    }
    .footer-section .footer-translate .select-cont i {
        margin-right: 5px;
    }
    .footer-section .footer-content .footer-social {
        display: inline-block;
        width: 65%;
    }

    .footer-section .footer-content .footer-nav {
        width:100%;
        margin:0;
        margin-bottom: calc(10px + (30 - 10) * ((100vw - 1025px) / (1903 - 1025)));
    }

    .footer-section .footer-content .footer-nav .navFooter {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 0;
    }

    .footer-section .footer-content .footer-nav .navFooter li.item-parent {
        padding: 0;
        margin: 0 calc(15px + (30 - 15) * ((100vw - 1025px) / (1350 - 1025))) calc(15px + (30 - 15) * ((100vw - 1025px) / (1350 - 1025))) 0;
        width:unset;
    }
    .footer-section .footer-content .footer-nav .navFooter li a {
        font-size: calc(11px + (22 - 11) * ((100vw - 1025px) / (1903 - 1025)));
    }

    .footer-section .footer-content .copyright {
        font-size: calc(11px + (22 - 11) * ((100vw - 1025px) / (1903 - 1025)));
        margin-bottom: calc(15px + (30 - 15) * ((100vw - 1025px) / (1903 - 1025)));
    }

    .footer-section .footer-content .made-by {
        justify-content: flex-start;
    }

    .footer-section .footer-content .footer-bottom img {
        width: 110px;
        text-align: start;
    }
    .footer-section .contentRender_name_plugins_common_enews_vguide_container,
    .footer-section .enews_vguide_container {
        height: 100%;
    }
    .footer-section .background-image div {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width:1351px) {
    .footer-section .footer-content .footer-nav .navFooter li.item-parent {
        margin: 0 25px 20px 0;
    }


    .footer-section .footer-content .footer-logo a, .footer-section .footer-content .footer-logo img {
        width:625px;
    }


    .footer-section .footer-content .footer-bottom img {
        width: 175px;
        text-align: start;
        max-width:100%;
    }
}


