  /* EMU Footer */
.emu-footer-branding {
    margin-bottom: 2rem;
    text-align: center;
}

.emu-footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.emu-footer-nav-item {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.emu-footer-nav-item a {
    color: #fff;
    padding: 0.3rem 0.6rem;
}
.emu-footer-nav-item a:visited {
    color: #fff;
}
.emu-footer-nav-item a:active,
.emu-footer-nav-item a:hover,
.emu-footer-nav-item a:focus {
    color: #dc8b26;
}

.emu-footer-address {
    line-height: 1.4;
    margin-bottom: 0;
    font-style: normal;
    font-size: 0.95rem;
}

.emu-footer-logo {
    display: block;
    width: 100%;
    max-width: 185px;
    height: 50px;
    background-image: url(/now/peacebuilder/wp-content/plugins/emu-footer/public/images/emu-lettermark-logo-color-white.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    margin: 0 auto 1.5rem;
    padding: 0;
}

@media screen and (min-width: 800px) {

    .emu-footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .emu-footer-branding {
        margin-bottom: 0;
        width: 35%;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .emu-footer-logo {
        width: 185px;
        margin-bottom: 1.125rem;
    }

    .emu-footer-nav {
        -webkit-perspective: 1;
        width: 100%;
        max-width: 60%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: inherit;
        font-size: 1.025rem;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;   
    }

    .emu-footer-nav-item {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

}

