.footer.content_section {position: relative;}
.footer.content_section:after {
    content: ''; position: absolute; top: 0;
    left: 0; right: 0; width: auto; height: 0.5rem;
    background: url(../img/footer-border.png) repeat-x;
    background-size: auto 100%;
}


.footer > .row {margin: -1rem;}
.footer > .row > .columns {padding: 1.9375rem;}

/****************************************************************************
 * Footer Menu
 ****************************************************************************/
.footer .menu li a {
    padding: 0; line-height: 1.6;
    color: inherit;
}
 
 
/****************************************************************************
 * Logo Column
 ****************************************************************************/
.footer .logo_column img {
    max-width: 10rem;
}


/****************************************************************************
 * Partner Column
 ****************************************************************************/
.footer .partner_column a {
    min-width: 8rem;
}
.footer .partner_column a img {
    width: 8rem;
}

@media screen and (min-width:75em){
    /****************************************************************************
     * Navigation Wrapper
     ****************************************************************************/
    .footer > .row {margin: 0 auto;}
    .footer > .row > .columns {padding: .9375rem;}
}