.content_section.footer {
    background-color: #a6a6a6;
    padding: 2rem 2rem;
    color: #ffffff;
    text-align: center;
}
.content_section.footer .menu li {
    display: block;
}
.content_section.footer .menu li a,
.content_section.footer .menu li a:visited {
    background-color: transparent;
    padding: 0.2rem 1rem;
    line-height: 1.5rem;
    
}
.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: transparent;
    font-weight: 300 !important;
    color: #e30613;
}
 
@media screen and (min-width: 40em){
    /****************************************************************************
     * Footer
     ****************************************************************************/
    .content_section.footer {
        font-size: 0;
    }
    .footer_contact,
    .footer_navigation {
        vertical-align: top;
        display: inline-block;
        font-size: 1rem;
        width: 50%;
    }
    .content_section.footer .footer_contact {
        text-align: left;
    }
    .content_section.footer .footer_navigation {
        text-align: right;
    }
}


@media screen and (min-width: 64em){
    /****************************************************************************
     * Footer
     ****************************************************************************/
    .content_section.footer .footer_navigation .menu li {
        text-align: right;
    }
    .content_section.footer .footer_contact {
        padding-left: 2rem;
    }
    .content_section.footer .footer_navigation {
       padding-right: 2rem;
    }
}