footer#footer > div.wrapper:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2573BA;
    display: block;
    position: absolute;
    left: 0;
}

footer .logo-biogen{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

p.footnote{
    font-family: 'Libre Franklin', sans-serif !important;
    text-align: left;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
}

footer .logo-biogen > span {
    margin-top: 0;
    position: static;
}

#footer .row .col:first-child ul li:not(:last-child) {
    margin: 0;
    padding: 0 1.5rem;
    display: inline-block;
}


@media all and (min-width: 1024px){

    footer .logo-biogen {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media all and (min-width: 992px){

    footer .logo-biogen {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media all and (min-width: 768px){

    footer .logo-biogen {
        margin-top: 0;
        margin-bottom: 0;
    }

    #footer .row .col:first-child ul li:not(:last-child) {
        border-right: 1px solid #2573BA !important;
    }

}

@media all and (min-width: 320px) and (max-width: 767px){

    #footer .row .col:last-child{
        width: 100%;
        padding: 0;
    }

    #footer .row .col:first-child ul li:not(:last-child),
    #footer .row .col:first-child ul li{
        padding: 0;
    }

}
