#footer {
    background-color: #1E2021;
    color: #fff;
}

#footer .school-info {
    padding: 20px 0;
}

#footer .school-info .container {
    justify-content: center;
}

#footer .footer-right {
    border-left: 1px solid #FFBA23;
    padding-left: 20px;
    margin-left: 20px;
}

#footer .footer-right p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

.footer-right .socials {
    margin-top: 15px;
}

#footer .school-info .social-links {
    max-width: 27px;
    width: 100%;
    display: inline-block;
    margin-right: 15px;
}

#footer .school-info .social-links img {
    width: 100%;
}

#footer .footer-copyright {
    background-color: var(--primary-color);
    padding: 8px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

#footer .footer-copyright span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

#footer .footer-copyright a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-decoration: underline;
}

#footer .footer-disclosure {
    background-color: #000000;
    padding: 30px 0;
}

#footer .footer-disclosure .container {
    max-width: 1200px;
}

#footer .footer-disclosure p {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif; /* BentonSans not loaded; Open Sans fallback */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 182.353% */
    margin: 0;
}

#footer .footer-disclosure a {
    color: #FFF;
    font-family: 'Open Sans', sans-serif; /* BentonSans not loaded; Open Sans fallback */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (max-width: 999px) {
    #footer .school-info .container {
        flex-direction: column;
    }

    #footer .footer-disclosure {
        padding: 24px 0;
    }
    #footer .footer-disclosure p,
    #footer .footer-disclosure a {
        font-size: 15px;
        line-height: 26px;
    }

    #footer .footer-right {
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
        border-left: none;
        text-align: center;
    }
    /* .footer-copyright .container{
        padding: 0px 65px;
    } */
}