.navbar-brand {
    text-decoration: none;
}
.emory-subtitle {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: .25rem;
    padding: 1rem;
    transition: all .2s ease-in;
}
.emory-subtitle-mobile {
    color: #fff;
}
.emory-primary .navbar-nav {
    border-top: solid 1px #fff;
}
@media (max-width: 991px) {
    .navbar-brand {
        padding: 5px 0 15px 15px;
    }
    .emory-subtitle {
        display: none;
    }
}
@media (min-width: 992px) {
    #header.scroll-down > .navbar {
        height: 100px;
    }
    #header.scroll-down .emory-subtitle {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    .emory-subtitle-mobile {
        display: none;
    }
    .emory-primary .navbar-nav>li>a {
        margin-top: 0;
    }
}
@media (min-width: 1600px) {
    .emory-subtitle {
        margin-left: 203px;
    }
}