.site-name {
    display: none;
}
div#block-evolve-sub-alumni-sitebranding {
    display: none;
}
@media screen and (min-width: 1387px) {
    .site-logo img {
        width: unset;
        height: 90px !important;
        padding: 10px;
    }
    .site-logo {
       line-height: 100px;
    }
}
@media screen and (min-width: 992px) {
    #section-header a.site-logo, #section-header .search-toggle, #section-header .dexp-menu-toogle {
        line-height: unset;
    }
}
@media screen and (min-width: 992px) and (max-width: 1386px) {
    .site-logo img, a.site-logo {
        width: unset;
        height: 60px !important;
        padding: 4px;
    }
}
@media screen and (max-width: 991px) {
    .site-logo img {
        height: 60px !important;
        padding-left: 8px;
        width: 100%;
     }
     .site-logo {
        line-height: 80px;
     }
}