.disclosure,
.footer__links {
    font-family: 'Roboto', sans-serif
}

.disclosure {
    color: #aaa;
    font-size: 12px;
    padding: 0 20px;
    margin: 20px 0 15px;
    line-height: 18px;
    text-align: center
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px
}

.footer__links .footer__links--link {
    color: #aaa;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 10px;
    line-height: 25px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .footer__links {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .footer__links .footer__links--link {
        color: #aaa;
        font-size: 12px;
        padding: 0 5px;
        margin: 0 0 10px;
        line-height: 25px;
        text-align: center
    }
}

.FooterBibliography {
    max-width: 1000px;
    width: 100%;
    padding: 20px;
    margin: auto
}

.FooterBibliography ol li,
.FooterBibliography p {
    font-family: "Roboto";
    color: #aaa;
    font-size: 12px;
    line-height: 1.4em
}

.FooterBibliography p {
    font-weight: 700;
    margin: 0 0 10px
}

.FooterBibliography ol {
    padding: 0 0 0 20px
}

.FooterBibliography ol li {
    font-weight: 400
}