.rsx-simplified-header-wrap + main.rsx-page-content  {
    top: -40px;
    padding-top: 20px;
}

.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;
}

header.rsx-mode-aliant:not(.rsx-mode-aliant_bell-logo) .rsx-simplified-header-brand a {
    font-size: 50px;
    top: -9px;
    position: relative;
}

.rsx-simplified-header-brand a:hover,
.rsx-simplified-header-brand a:focus {
    text-decoration: none;
    color: #fff;
}

.rsx-simplified-header-brand a:before {
    content: '\e600';
}

header.rsx-mode-aliant:not(.rsx-mode-aliant_bell-logo) .rsx-simplified-header-brand a:before {
    content: '\e926';
}

a.rsx-simplified-header-lang {
    position: absolute;
    right: 0;
    margin: 0;
    top: 30px;
    transition: none;
    color:#fff;
}
a.rsx-simplified-header-lang:hover,
a.rsx-simplified-header-lang:focus,
a.rsx-simplified-header-lang:active,
a.rsx-simplified-header-lang:visited {
    color: #fff;
}

.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;
}

.rsx-federal-bar-aliant-connector-tooltip {
    z-index: 70;
}

@media (max-width: 519px) {
    .rsx-simplified-header > .container {
        margin: 0;
    }
}

@media (max-width: 999px) {
    .rsx-simplified-header > .container{
        width: 100%;
    }
    a.rsx-simplified-header-lang,
    .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 {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .rsx-button.rsx-simplified-header-back > i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
            -ms-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
        font-size: 24px;
    }
}



/*connector brand - not logged in*/
.rsx-simplified-header .rsx-simplified-header-brand a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.rsx-simplified-header .rsx-simplified-header-brand a:focus::after {
    content: '';
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    position: absolute;
    top: -3px;
    left: -3px;
    display: block;
    box-shadow: 0 0 3px 1px #5fb0fc, 0 0 3px 2px #8ec6fc;
    z-index: 1;
}

.rsx-simplified-header .rsx-button.rsx-simplified-header-back:focus {
    outline: none;
    box-shadow: 0 0 0px 3px #00549a, 0 0 2px 3px #00549a, 0 0 4px 5px #5fb0fc, 0 0 2px 5px #8ec6fc;
}

.rsx-simplified-header .rsx-button.rsx-focus-outline-white:focus,
.rsx-simplified-header .rsx-simplified-header-brand a.rsx-focus-outline-white:focus::after {
    outline: 2px solid #FFF !important;
    outline-offset: 4px;
    box-shadow: none !important;
}

.rsx-primary-header-brand a:focus, .rsx-primary-header-brand a:focus::after {
    outline: 2px solid #fff !important;
    outline-offset: 4px !important;
    box-shadow: none !important;
    border-radius: 2px;
}

@media (min-width: 999px) {
    .rsx-btn-primary-white, .rsx-btn-primary-white:active, .rsx-btn-primary-white:focus {
        color: #003778 !important;
        background-color: transparent !important;
        border: 2px solid #fff !important;
        font-size: 15px !important;
        padding: 10px 32px !important;
        text-align: center;
        cursor: pointer;
        color: #fff !important;
    }

    .rsx-btn-primary-white:hover, .rsx-btn-primary-white:active:focus {
        border-color: #d4dce8 !important;
        background-color: #3376ae !important;
    }

    .rsx-btn-primary-white:focus {
        outline: 2px solid #fff !important;
        outline-offset: 4px !important;
        box-shadow: none !important;
    }
}

@media (max-width: 999px) {
    .rsx-simplified-header-back.rsx-btn-primary-white {
        height: 50px;
        width: 50px;
        padding: 10px;
        margin: 12px;
    }
    .rsx-btn-primary-white:focus {
        outline: 2px solid #fff !important;
        outline-offset: 4px !important;
        box-shadow: none !important;
        border-radius: 50%;
    }
}



