/* Feature */
.anu-band .band-banner-wrap .band-banner-text em {
    text-shadow: none;
    font-size: 2.1rem;
    line-height: 2.4rem;
}
@media only screen and (max-width: 959px) {
    .anu-band .band-banner-wrap.band-banner-home {
        overflow: unset !important;
        height: unset !important;
        background-color: #000 !important;
    }
    .anu-band .band-banner-text {
        width: 100% !important;
        position: unset !important;
        margin: 0 !important;
        background: #000 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .anu-band .band-banner-wrap.band-banner-home .band-banner {
        margin: 0 3% !important;
        z-index: 10 !important;
        width: 94% !important;
    }
}
/* Icon boxes */
#home-study-boxes a {
    display: block;
    background-color: #f5edde;
    text-decoration: none !important;

}
#home-study-boxes a:hover {
    background-color: #fff9ec;
    text-decoration: none !important;
    color: #000 !important;

}
#home-study-boxes i {
    display: block;
    color: #be830e !important;
    font-size: 3rem !important;
    transition: all 0.5s;
}
#home-study-boxes a:hover i {
    color: #e8c458 !important;
    transition: all 0.5s;
}
#home-study-boxes h3 {
    color: #000 !important;
}
#home-study-boxes span {
    color: #000 !important;
}
#home-research-feature .article-type {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7rem!important;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 0.8rem!important;
    margin-bottom: 10px;
}
#content-main .search-form-microcopy {
    padding-top: 1rem;
    clear: both;
    font-size: 0.9rem!important;
}