/* 09/10/2021 - AMK */

.mean-container .mean-bar {
    background: #37b34a;
    z-index: 99999;
}

#section-header {
    background: transparent;
    position: fixed;
    top: 44px;
    z-index: 999;
}
#zone-header-wrapper {
    background: rgb(35,57,124);
    border-top: 3px solid #36b24a;
    margin-top: 37px;
    position: relative;
    z-index: 9999;
}

.hprotator-text-block {
    background: transparent;
    bottom: 55px;
    left: 0;
    margin: 0 0 0 5%;
    position: absolute;
    padding: 10px 45px 10px 35px;
    text-align: left;
    transition: all 0.2s ease 0s;
    width: 70%;
    z-index: 2;
}

.hprotator-text-block h2 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1px;
    margin: 10px;
}

.hprotator-text-block .field-name-body {
    font-size: 1em;
}

#zone-footer {
    text-align: center;
    width: 100%;
    display: flex;
}

#region-footer-second {
    margin: 0;
    width: auto;
    flex: 100%;
}