body {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
}

#zone-header-branding {
    padding-top: 25px;
    padding-bottom: 25px;
}

#zone-header-branding .um-seal {
    width: auto;
    height: 150px;
}
#zone-header-branding .um-seal img {
    max-height: 100%;
}
#zone-header-branding .logo-title {
    float: left;
}
#zone-header-branding .logo-title h1 {
    margin: 0;
    line-height: 1.2;
    height: 150px;
    align-content: center;
}
#zone-header-branding .logo-title h1 a {
    font-family: Libre Baskerville,Georgia,Times,serif;
    text-decoration: none;
    line-height: 1;
}


#content .featured-image {
    margin-top: -40px;
    margin-bottom: 40px;
    overflow: hidden;
}

@media only screen and (max-width:40rem) {
    #zone-header-branding {
        text-align: center;
    }
    
    #zone-header-branding .um-seal {
        width: 100%;
        float: none;
    }
    
    #zone-header-branding .logo-title {
        float: none;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}