footer
{
    font-size: 0.94rem;
}

#block-icorps-nsficorpsfooterlogotext
{
    font-family: var(--font-roboto);
    padding-block: 2rem 1rem;
}

#block-icorps-nsficorpsfooterlogotext p
{
    margin-block: 0rem 0.3rem;
}

#block-icorps-footer,
#block-icorps-copyright
{
    margin-inline: 3rem;
}

nav#block-icorps-footer
{
    display: flex;
    justify-content: flex-end;
    min-height: 144px;
    background-image: url(/sites/default/files/inline-images/USNSF_Logo.png);
    background-size: 390px 114px;
    background-repeat: no-repeat;
    font-family: var(--font-sora);
}


nav#block-icorps-footer > ul
{
    display: flex;
    list-style-type: none;
    align-self: center;
}

nav#block-icorps-footer a
{
    color: black;
    text-decoration: none;
}

nav#block-icorps-footer > ul li
{
    padding: 0.5rem;
}

#block-icorps-copyright
{
    color: var(--md-gray);
    font-weight: 350;
    font-family: var(--font-roboto);
    padding-top: 0.75rem;
    border-top: 1px dotted var(--md-gray);
}

@media screen and (max-width: 56rem) 
{
    nav#block-icorps-footer
    {
        justify-content: center;
        background-position-x: center;
        margin-inline: unset;
    }

    nav#block-icorps-footer > ul
    {
        align-self: flex-end;
        flex-direction: column;
        padding-top: 100px;
        text-align: center;
        padding-left: 0px;
    }
}