html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

header {
    position: sticky;
    top: 0px;
    z-index: 999;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

main {
    border-top: 5px solid #89191f;
    min-height: 100vh;
}

.bg-bsubrand {
    background-color: #fff;
}

.bg-bsufooter {
    background-color: #89191f;
}

.bg-bsubrand-second {
    color: #333;
    background-color: #D1CFC9;
}

.bg-legal {
    background-color: #701419;
    color: #fff;
}

.navbar-bsubrand {
    color: #fff;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;  
}

.navbar-bsubrand img {
    max-height: 50px;
}

.navtext-bsubrand {
    color: inherit;
}

#bsu-nav-button {
    display: block;
}

#bsu-nav-close-button {
    width: 34px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#bsu-nav-content {
    visibility: hidden;
    background-color: #ebebeb;
    border-top: 4px solid #89191f;
    padding: 6rem 2.4rem 2.4rem;
}

#bsu-footer-logo {
    max-height: 248px;
    margin: 10px 0px;
}

#menu-title {
    color: #89191f;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.bsutext-right {
    text-align: right;
    padding-top: 12px;
}

.bsutext-right p {
    margin: 0px;
}

.footer-menu {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 10px 0px;
    line-height: 1.5;
}

.footer-menu .footer-menu-item {
    list-style-type: none;
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

.footer-menu .footer-menu-item a {
    color: #fff;
}

.footer-menu .footer-menu-item:not(:last-child)::after {
    content: " | ";
}

    @media (max-width: 768px) {
        .bsutext-right {
            text-align: left;
        }
    }