.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: 1200px) {
    .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;
     }
     .site-logo {
        line-height: 80px;
     }
}
@media screen and (min-width: 992px){
.subpage-title {padding-left: 98px; line-height: 40px; font-size: 16px;}
}
@media screen and (max-width: 991px){
.subpage-title {padding-left: 10px; line-height: 21px; font-size: 14px;}
}
.subpage-title {
    /*font-family: 'PteSans', 'PteSerif', 'PteSlab';*/
    text-transform: uppercase;
    background: #2D68C4;
    font-weight: 600;
}
.subpage-title a,.subpage-title a:hover {
	  color: #ffffff;
}