  /**** Mobile First ****/
/* Banner */
.sub-banner{
    width: 100%;
    height: 60px;
    padding: 1rem;
    background-color: #ad102a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 82px;
    z-index: 99;
}
.sub-banner div{
    width: 90%;
    margin: auto;
    max-width: 1064px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.sub-banner-year{
    font-size: 1.1rem;
    line-height: 1rem;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    font-family: proxima-nova,sans-serif;
    border-right: 1px solid #fff;
}

.sub-banner-pr{
    font-size: 1.4rem;
    line-height: 1rem;
    letter-spacing: 0.5px;
    padding: 5px 10px;

}

.box-content{
    top: 142px;
}
    
    
/* Sketch background */    
.post-masthead-feature-image__masthead-wrapper--desktop{
    display: block;
    background-image: url(https://miamioh.edu/_hannonhill/_files/images/illustrations/illustration-duotone-red.png);
        /*height: 380px;*/
    background-position: center;
    background-size: cover;
    padding: 0 5% 150px 5%;
}
.post-masthead-feature-image__feature-image-background-wrapper{
    display: none;
}
.post-masthead-feature-image__feature-image-container{
    margin-top: -160px;
}
.post-feature-media__image-wrapper{
    height: 320px;
}
.post-masthead-feature-image__masthead-wrapper--mobile{
    display: none;
}
.post-masthead__heading{
    color: #fff !important;
    font-style: normal !important;
}
.post-masthead__title{
    color: #fff;
    font-family: freight-display-pro,serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.8px;
}
.post-masthead__body{
    color: #fff;
    font-size: 22px;
}
    
 /*Hide elements */
.post-masthead__lockup-byLine-container, .post-masthead__social-container, .news-post-footer, .wysiwyg__body-divider{
    display: none;
}

/* Content */
.tweet-this-container.wysiwyg__body h2{
    color: #c41230;
    font-family: freight-display-pro,serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
}
.heading-red{
    color: #c41230;
    font-family: freight-display-pro,serif;
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 2rem !important;
}
img.img-fullwidth{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.img-caption{
    color: #c41230;
}
    
    
    
/**** Desktop & Table ****/
@media print, screen and (min-width: 40em){

    /* Banner */
    .sub-banner{
        top: 82px;
    }
    
    /* Sketch background */
    .post-masthead-feature-image__masthead-wrapper--desktop{
        padding: 0 0 220px 0;
    }
    .post-masthead{
        padding-top: 0;
    }
    .post-masthead-feature-image__feature-image-wrapper{
        padding-top: 0;
    }
    .post-masthead-feature-image__feature-image-container{
        margin-top: -200px;
    }
    .post-feature-media__image-wrapper{
        height: 400px;
        padding-top: 0;
    }
    .post-masthead__title{
        font-size: 48px;
        line-height: 52px;
    }
    


}


