#footer {
    padding: 1.5rem 0 0 0;
    background-color: #eee;
}

#footer h5 {
    font-weight: bold;
    padding-top: 0;
    text-transform: none;
    font-family: inherit;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
}

#footer a {
    color: #000;
    font-weight: initial;
}

#footer ul {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-bottom: 0;
}

#footer ul li {
    list-style-type: none;
    border-bottom: none;
}

#footer ul li a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 6px 0;
}

#footer ul li a:hover {
    text-decoration: underline;
}

.social-media {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.social-buttons a {
    font-size: 1.8em;
    padding-right: 6px;
}

#PU-V-Full-RGB {
    display: none;
    width: 90%;
}

#PU-H-Full-RGB {
    display: block;
    margin: 0 auto;
    width: 300px;
}

@media (max-width: 1199px) {
    #footer_social {
      padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    #footer_address {
        width: 50%;
        margin: 0 auto;
        padding: 40px 20px;
    }

    #footer_logo {
    }
}

@media (min-width: 768px) {
    #PU-V-Full-RGB {
        display: block;
        width: 50%;
        max-width: 175px;
    }

    #PU-H-Full-RGB {
        display: none;
    }

    .social-media {
        display: block;
        margin-top: 10px !important;
    }
}

@media (min-width: 992px) {
    .social-media {
        margin-top: 5px !important;
    }
}

@media (min-width: 1200px) {
    #footer ul {
        margin-bottom: 16px;
    }

    #PU-V-Full-RGB {
        margin-bottom: 0;
        width: 82%;
    }

    #PU-H-Full-RGB {
        display: none;
    }
}

/* overrides for 2020 branding */

.top .department > a {
    font-weight: 400 !important;
}

.top .department > a {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .top .logo,
    .top .department {
        width: auto !important;
    }

    .top .department {
        padding-left: 30px;
    }
}

.top .logo a {
    display: inline;
}

.top .logo a img {
    height: 48px;
    width: auto;
}

.top .department a, .top .department .tagline {
    border: none !important;
}

.splash-h1 {
    display: block;
    font-size: 25px;
    font-weight: 400 !important;
    line-height: 2;
}

@media (max-width: 576px) {
    .splash-h1 {
        position: relative;
        top: 9px;
        line-height:1;
    }
}

.breadcrumb {
    background-color: #ccc;
    color: #000;
}

.content__breadcrumb .row {
    padding-bottom: 0;
}
