.theme_stewardship-microsite .footer-nav {
    display: flex;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper {
    position: relative;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper a, .theme_stewardship-microsite .microsite-footer-nav-wrapper i  {
    color: #fff;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper i {
    position: relative;
    top: -3px;
    margin-left: 3px;
    font-size: 20px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper .microsite-footer-primary {
    margin: 0 25px 20px 0;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper .microsite-footer-primary a {
    font-size: calc(11px + (22 - 11) * ((100vw - 1025px) / (1903 - 1025)));
    line-height: 20px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper .microsite-footer-dropdown {
    background-color: #fff;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    padding: 20px 10px;
    z-index: 5;
    max-width: 385px;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper .microsite-footer-dropdown a {
    color: #403634;
    font-size: calc(11px + (22 - 11) * ((100vw - 1025px) / (1903 - 1025)));
    padding: 0px 10px;
    white-space: nowrap;
    display: block;
}

.theme_stewardship-microsite .microsite-footer-nav-wrapper .microsite-footer-dropdown a:hover {
    background-color: #ff3818;
}