/**
/* Styles specific to this site
**/
.pager ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.125rem;
    justify-content: center;
    list-style-type: none;
    margin: 1rem;
    padding: 0;
}
.pager ul li a {
    background-color: #c8c9c7;
    color: #fff;
    display: block;
    padding: 0.5rem;
}
.pager ul li a:hover {
    background-color: #0076A5;
}
.pager ul li.is-active a {
    background-color: #888b8d;
}

/* Footer bottom: center social icons and copyright */
.footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__social--centered {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
}

.footer__social--centered li {
    float: none;
    clear: none !important;
}

.footer__copyright {
    padding-top: 1rem;
}

/* Jesuit Educated logo in footer first column */
.footer__jesuit-logo {
    display: block;
    border-bottom: 0;
    margin-top: 2rem;
}