#footer {
    padding: 20px 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 li a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 8px 0;
}

#footer ul li a:hover {
    text-decoration: underline;
}

.social-buttons a {
    font-size: 1.8em;
    padding-right: 6px;
}

#footer ul {
    padding-left: 0;
    padding-bottom: 15px;
}

#footer ul li {
    list-style-type: none;
    padding: 8px 0 2px;
    border-bottom: solid 1px #ccc;
}

.purdue-logo-footer {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    max-width: 250px;
}

@media (max-width: 1199px) { .purdue-logo-footer { margin-top: 20px;  } }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.purdue150-logo-footer-v {
    display: none;
    margin-bottom: 30px;
    width: 80%;
}

.purdue150-logo-footer-h {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 80%;
}

.social-media {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .purdue150-logo-footer-v {
        display: block;
        float: left;
        margin: 5px 30px 30px 0;
        width: 45%;
    }

    .purdue150-logo-footer-h {
        display: none;
    }

    .social-media {
        margin-top: 5px !important;
    }
}

@media (min-width: 1199px) {
    .purdue150-logo-footer-v {
        display: block;
        float: none;
        margin: 0 0 30px 0;
        width: 80%;
    }
}

@media (max-width: 991px) {
    .purdue150-logo-footer-h {
        margin: 30px auto 30px auto;
        width: 70%;
    }

    .social-media {
        margin-top: 10px !important;
    }
}

/* 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;
}
