#BrandLogo { 
    padding-top: 5px;
}
#BrandLogoWrap {
    padding-left: 5px;
    padding-top: 5px;
}

/* CSU's JS script needs blocks to determine height and width */
.fit-logo-img A {
    display: block !important;
}

#responsiveLogoSubsytem::before {
    z-index: 1;
} 

#mk-nav-responsive-link-text {
    display: inline-block;
    font-family: "prox-light", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FFF;
    vertical-align: 50%;
}

.mk-nav-responsive-link{
    background: #3C6548;
    float: none !important;
    position: relative;
    margin: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    left: 0;
    /* width: 100%; 
     * combined with the padding this causes horizontal scroll with a fixed footer and small responsive pages
     */
}
.mk-css-icon-menu {
    display: inline-block;
    margin: 0 10px;
}

.mk-responsive-wrap {
    overflow: auto;
}

H1.page-title {
    /* margin-top: 60px !important; */
}

@media only screen and (min-width: 1140px) {
    .mk-responsive-wrap {
        display: none !important;
    }
}
