/*-----------------------------------------
    Skip Links FW v4 fix - remove at FW v5
    ---------------------------------------------- */

.o-masthead-main-content,
.framework-wrapper .o-masthead-main-content {
    margin: 0;
    position: relative
}

.o-masthead-main-content a {
    background-repeat: no-repeat;
    border: 4px solid transparent;
    border-width: 4px 0;
    font-weight: 700;
    left: -9999em;
    padding-bottom: .75em;
    padding-top: .6875em;
    position: absolute;
    top: 0;
    z-index: 100
}

.u-animation .o-masthead-main-content a {
    transition: background-color .35s,border-color .35s,color .35s
}

.o-masthead-main-content a {
    color: #004fb6;
    display: block;
    text-decoration: none
}

.o-masthead-main-content a:visited {
    color: #004fb6;
    display: block;
    text-decoration: none
}

.o-masthead-main-content a {
    padding-left: 1.25em;
    padding-right: 1.25em
}
.o-masthead-main-content a:hover {
    background-color: #004fb6;
    border-bottom-color: #004fb6;
    color: #fff;
    left: 0
}

.o-masthead-main-content a:focus {
    background-color: #004fb6;
    border-bottom-color: #004fb6;
    color: #fff;
    left: 0
}

.o-masthead .o-masthead__navigation-container .o-masthead__skip-links .o-masthead__menu-link {
    margin-right: -1.25em;
    margin-left: 0;
}

.o-masthead .o-masthead__navigation-container .o-masthead-logo {
    margin: 0 1.875em 0 0;
    width: auto;
    background-position-x: initial;
}

/* Log out at mobile FW v4 fix - remove at FW v5 */
@media (max-width: 34.999em) {
    .o-masthead--logout .o-masthead-logo {
        margin: 0;
    }

    .o-masthead--logout .o-masthead__skip-links {
        text-align: right;
        white-space: nowrap;
    }

    .o-masthead__skip-links .o-masthead__logout-link {
        display: inline-block;
        float: none;
    }

    .o-masthead__skip-links .o-masthead__logout-link a {
        position: static;
    }

    .o-masthead .o-masthead__navigation-container .o-masthead__skip-links .o-masthead__menu-link {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .o-masthead .o-masthead__navigation-container .o-masthead-logo,.o-masthead .o-masthead__navigation-container .o-masthead__skip-links {
        display: table-cell;
        vertical-align: middle;
    }

    .o-masthead .o-masthead__navigation-container .o-masthead__skip-links {
        text-align: right;
        white-space: nowrap
    }

    .o-masthead .o-masthead__navigation-container {
        display: table;
        max-width: 99.9%;
        width: 99.9%
    }
}

@media (min-width: 35em) {
    .o-masthead__skip-links .o-masthead__logout-link {
        float: right
    }

    .o-masthead__skip-links .o-masthead__logout-link {
        padding-left: 1.25em;
        padding-right: 1.25em
    }

    .o-masthead__skip-links .o-masthead__logout-link {
        border-left: 1px solid #e9c700;
        float: right;
        margin-right: -1.25em
    }

    .o-masthead__logout-link a {
        padding-left: 0;
        padding-right: 0;
        position: static;
        z-index: auto
    }

    .o-masthead__logout-link a:focus,
    .o-masthead__logout-link a:hover {
        background-color: transparent;
        color: #004fb6
    }

    .o-masthead__skip-links .o-masthead__logout-link a {
        background-color: #004fb6;
        border: 1px solid #004fb6;
        border-radius: .25em;
        color: #fff;
        font-family: source_sans_probold,Arial,​Helvetica,​sans-serif;
        margin: .625em 0;
        padding: .4375em 1.25em
    }

    .o-masthead__skip-links .o-masthead__logout-link a:focus,
    .o-masthead__skip-links .o-masthead__logout-link a:hover {
        background-color: #13488d
    }
}