.rsx-simplified-header {
    position: relative;
    background: #00549a;
    text-align: center;
    height: 75px;
    box-shadow: 0 10px 39px 0 rgba(0,0,0,0.2);
    z-index: 50;
}

.rsx-simplified-header > .container{
    margin-bottom: 0;
}

.rsx-simplified-header-area-title {
    color: #fff;
    position: relative;
    font-family: 'bell-slim';
    font-weight: 700;
    font-size: 24px;
    line-height: 3.1;
    width: 40%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rsx-simplified-header-brand {
    position: absolute;
    top: 20px;
    left: 0;
    font-family: 'bell-icon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rsx-simplified-header-brand a {
    color: #fff;
    text-decoration: none;
    font-size: 34px;
}

.rsx-simplified-header-brand a:before {
    content: '\e600';
}

.rsx-button.rsx-simplified-header-back {
    position: absolute;
    right: 0;
    margin: 0;
    top: 20px;
    transition: none;
}

.rsx-button.rsx-simplified-header-back > i {
    display: none;
}

@media (max-width: 519px) {
    .rsx-simplified-header > .container {
        margin: 0;
    }
}

@media (max-width: 999px) {
    
    .rsx-simplified-header > .container{
        width: 100%;
    }

    .rsx-simplified-header-brand {
        display: none;
    }

    .rsx-button.rsx-simplified-header-back {
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        height: 75px;
        width: 75px;
        background-color: transparent;
        border: 0;
    }

    .rsx-button.rsx-simplified-header-back:hover{
        background-color: transparent;
    }

    .rsx-button.rsx-simplified-header-back > span {
        display: none;
    }

    .rsx-button.rsx-simplified-header-back > i {
        font-size: 24px;
        display: inline-block;
    }


}