.content_section.footer{
    padding-top: 0; padding-bottom: 0;
}

.content_section.footer .footer_content{
    margin: 0 -1.625rem;
}
.content_section.footer .menu{
    padding: 0;
}
.content_section.footer .menu li{
    display: block;
}

.content_section.footer .menu li a,
.content_section.footer .menu li a:visited{
    padding: .5rem 1.625rem; color: inherit;
    background-color: inherit;
    display: block; line-height: 2rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.content_section.footer .menu li a:hover,
.content_section.footer .menu li a:focus,
.content_section.footer .menu li.current-menu-item a{
    background-color: #999999;
    color: #FFFFFF;
}


@media screen and (min-width:40em){
    .content_section.footer .footer_content{
        margin: 0 -2.9375rem;
    }
}


@media screen and (min-width:64em){
    .content_section.footer .footer_content{
        margin: 0;
    }
    .content_section.footer .menu-footermenu-container{
        display: table; width: 100%;
        table-layout: fixed;
    }
    .content_section.footer .menu{
        font-size: 0; text-align: center;
        display: table-row;
    }
    .content_section.footer .menu li{
        display: table-cell; font-size: 1rem;
    }
    .content_section.footer .menu li a:hover,
    .content_section.footer .menu li a:focus{
        font-weight: 400;
    }
    .content_section.footer .menu li.current-menu-item a{
        font-weight: 700 !important;
    }
}