/*non-footer css*/
.bg-eagle-blue h3 {
    color: white;
}
.card-group .card-body {
    padding: 1.25rem !important;
}
.card-img-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.card-img-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

/*timeline prez*/
.timeline-btn-shield {
    margin-left: -3px;
}
.timeline-border-small-devices {
    border-left: solid 3px var(--emory-yellow);
}
.timeline-border {
    border-left: solid 3px var(--emory-yellow);
}
.timeline__person {
    margin-bottom: 1.5rem;
}
.timeline__person > p {
    margin-bottom: 0;
}
.timeline__person span {
    font-weight: 600;
}
.timeline__year {
    color: var(--emory-blue);
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 1.0rem;
    text-align: left;
    margin-top: .6rem;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .timeline__year {
        text-align: right;
        padding-bottom: 0;
    }
    .timeline-border-small-devices {
        border-left: 0;
    }
    .figure.sidebar-image {
        margin-left: 0;
    }
}
.timeline__row ul {
    margin: 0;
}
.timeline__row li {
    margin-bottom: 1rem;
}
.timeline__person > p {
    font-family: 'Crimson Pro';
    color: var(--eagle-blue);
    font-size: 1.5rem;
    font-weight:400;
}
.figure.sidebar-image {
    max-width: 300px;
    margin-left: 2rem;
}

/*/non-footer css*/
.btn-footer-up {
    width: 20px;
    position: relative;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
}
.btn-footer-up:before {
    content: url(../images/site-wide/arrow-gold-up.svg);
}
.site-post-footer__back-to-top.site-post-footer__back-to-top-refresh .btn-footer-up {
    top: 0;
    transition: top 0.2s;
}
.site-post-footer__back-to-top.site-post-footer__back-to-top-refresh:hover .btn-footer-up {
    top: -2px;
}
.small a {
    line-height: 1.9;
}
.site-post-footer a.site-post-footer__back-to-top {
    position: absolute;
    right: 1rem;
    bottom: 7.25rem;
    width: 4.25rem;
    height: 4.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(16, 24, 32, 0.9);
    border-radius: 50%;
}
.site-post-footer a.site-post-footer__back-to-top .fas {
    position: relative;
    top: 0;
    display: block;
    font-size: 2.5em;
    color: var(--emory-yellow);
    transition: top 0.2s;
}
.site-post-footer-refresh a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.site-post-footer a.site-post-footer__back-to-top:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.site-post-footer a.site-post-footer__back-to-top:hover .fas {
    top: -0.125em;
}
@media (min-width: 576px) {
    .site-post-footer a.site-post-footer__back-to-top {
        bottom: 5.3rem;
    }
}
#footer {
    color: #fff;
    background-color: var(--emory-blue);
    border-top: 5px solid var(--emory-yellow);
}

#footer a {
    text-decoration: none;
    color: var(--emory-yellow);
}

#footer a:hover {
    color: white;
    text-decoration: underline;
}
.footer-title-above-address {
    font-size: 1.75rem;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
}

.footer-links {
    font-size: .75rem;
    line-height: 1.25;
    -ms-flex-item-align: center;
    align-self: center;
}
.btn-footer {
    color: #fff !important;
    background-color: #007dba;
}
.btn-footer:hover {
    background-color: #006596;
    border-color: #006596;
    text-decoration: none !important;
}
.footer-links p {
    margin-right: 1.5rem;
}

.footer-links li {
    margin: 0 1.5rem;
}

.footer-links li:first-child {
    margin-left: 0;
}

.footer-links li:last-child {
    margin-right: 0;
}
.footer-links a::before {
    content: ' ';
}

@media (max-width: 479px) {
    .footer-links li {
        display: block;
        margin: 1rem 0;
    }
}
@media (max-width: 991px) and (orientation:landscape) {
    img.footer-logo-cpa {
        max-width: 60%;
    }
}
@media (min-width: 992px) {
    .footer-content {
        display: inline-block;
        width: 90%;
        /*max-width: 51.125rem;
        */
    }

    img.footer-logo-cpa {
        max-width: 75%;
    }
    /*#footer {*/
    /*    color: #000000;*/
    /*    text-align: center;*/
    /*    background-color: white;*/
    /*    border-top: none;*/
    /*}*/

    /*#footer a {*/
    /*    color: #000000 !important;*/
    /*}*/
}

.site-footer a,
.site-post-footer a {
    text-decoration: none;
    outline: 2px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, outline-color 0.15s ease-in-out;
}

.site-footer a:focus,
.site-post-footer a:focus {
    z-index: 2;
    outline-color: #007dba;
}

.site-footer {
    position: relative;
    display: block;
    color: #fff;
    background-color: #012169;
}

.site-footer .emory-logo,
.site-footer .custom-logo {
    display: block;
    outline: none;
}

.site-footer .emory-logo:focus img,
.site-footer .custom-logo:focus img {
    outline: 2px solid #007dba;
}

.site-footer .emory-logo {
    position: absolute;
    top: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-footer__eu-logo-footer {
    width: 182px;
    height: 185px;
    padding: calc(30px/2);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .site-footer__eu-logo-footer {
        top: -23rem;
    }
}

.site-footer__ribbons {
    position: relative;
    width: 100%;
}

.site-footer__ribbons-yellow {
    height: 16px;
    background-color: #f2a900;
}

.site-footer__ribbons-blue {
    height: 6px;
    background-color: #007dba;
}

.site-footer__ribbons-fold {
    position: absolute;
    top: -14px;
    left: 50%;
    height: 30px;
    background-color: #007dba;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-footer__ribbons-fold span {
    display: block;
    width: 130px;
    height: 20px;
    margin: 0 -0.25em;
    color: #fff;
    background: #f2a900;
}

.site-footer__ribbons-fold span::before,
.site-footer__ribbons-fold span::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    background-color: #f2a900;
    border: 5px solid transparent;
}

.site-footer__ribbons-fold span::before {
    left: -0.25em;
    border-top-color: #593e00;
    border-right-color: #593e00;
}

.site-footer__ribbons-fold span::after {
    right: -0.25em;
    border-top-color: #593e00;
    border-left-color: #593e00;
}

.site-footer__content {
    padding: 4rem 0;
    /*background-color: #012169;*/
}

.site-footer__content a {
    display: inline-block;
}

.site-footer__content a:hover,
.site-footer__content a:focus {
    text-decoration: underline;
}

.site-footer__content address a {
    color: #f2a900;
}

.site-footer__btn-nav {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.site-footer__btn-nav .nav-link {
    position: relative;
    display: block;
    font-size: 1.25rem;
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, outline-color 0.15s ease-in-out;
}

.site-footer__btn-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
}

.site-footer__btn-nav .nav-link:hover,
.site-footer__btn-nav .nav-link:focus {
    background-color: rgba(0, 174, 239, 0.2);
}

@media (max-width: 767.98px) {
    .site-footer__btn-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1rem;
    }

    .site-footer__btn-nav .nav-link {
        border-top: 1px solid #41b6e6;
    }

    .site-footer__btn-nav .nav-link:last-of-type {
        border-bottom: 1px solid #41b6e6;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .site-footer__btn-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #41b6e6;
    }

    .site-footer__btn-nav .nav-link {
        width: 50%;
        border-bottom: 1px solid #41b6e6;
    }
}

@media (min-width: 992px) {
    .site-footer__btn-nav {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-footer__btn-nav .nav-link {
        width: 100%;
        margin-left: -1px;
        border: 1px solid #41b6e6;
    }
}

.site-footer__name {
    margin-bottom: 3rem;
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}

.site-footer__name a {
    display: inline-block;
    padding: 3px 12px;
    color: #fff;
    border-bottom: solid 2px transparent;
}

.site-footer__name a:hover {
    text-decoration: none;
    border-bottom-color: #41b6e6;
}

.site-footer hr {
    border-top: 2px solid #41b6e6;
}

.site-footer__menus .aria-label[aria-label]::before {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #fff;
}

.site-footer__menus .nav-link {
    padding: 0.3rem 0;
    line-height: 1.3;
    color: #f2a900;
    text-decoration: none;
}

.site-footer__menus .nav-link:hover,
.site-footer__menus .nav-link:focus {
    color: #fff;
}

.site-footer__menus .nav-link:hover {
    text-decoration: underline;
}

.site-footer__social-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    padding: 0.5rem 0.25rem 0;
    font-size: 2rem;
    line-height: 1;
    color: #fff !important;
    background-color: transparent;
    border: 0;
    border-bottom: solid 2px transparent;
    outline: 2px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, outline-color 0.15s ease-in-out;
}

.site-footer__social-button:focus {
    z-index: 2;
    outline-color: #007dba;
}

.site-footer__social-button:hover>span {
    color: #fff;
    border-color: var(--emory-yellow);
}

.site-footer__social-button>span {
    padding-bottom: 5px;
    color: inherit;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, outline-color 0.15s ease-in-out;
}

.site-post-footer {
    position: relative;
    background-color: var(--eagle-blue);
}

.site-post-footer a {
    color: #41b6e6;
    text-decoration: underline;
}

.site-post-footer a:hover,
.site-post-footer a:focus {
    color: #fff;
    text-decoration: none;
}

.site-footer__menus .aria-label[aria-label]::before {
    font-size: 1.75rem;
    line-height: 1.1;
    color: #fff;
}

.aria-label[aria-label]::before {
    color: currentColor;
    text-align: left;
    cursor: text;
    content: attr(aria-label);
    font-family: "Crimson Pro", serif;
    font-weight: 200;
    font-size: 1.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 2px #007dba;
}

.site-footer__menus .nav-link {
    padding: 0.3rem 0;
    line-height: 1.3;
    color: #f2a900;
    text-decoration: none;
}