#skip-menu :link, :visited {
    text-decoration: none
}

#skip-menu {
    position: fixed;
    top: -45px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 20;
    white-space: nowrap
}

#skip-menu a {
    background-color: #7b0900;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 0;
    -webkit-transition: top 100ms 0ms ease-out;
    transition: top 100ms 0ms ease-out;
    padding: 0 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none
}

#skip-menu a:first-of-type {
    border-radius: 0 0 0 6px
}

#skip-menu a:last-of-type {
    border-radius: 0 0 6px 0
}

#skip-menu a:focus,
#skip-menu a:hover {
    background-color: #da0612;
    color: #333;
    top: 45px
}

#skip-menu .access-key {
    font-size: 14px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #dbe8fb;
    color: #071d41;
    font-weight: 500;
    text-align: center;
    width: 20px;
    border-radius: 4px;
    margin-left: 4px
}

#skip-menu[focus-within] a {
    top: 45px
}

#skip-menu:focus-within a {
    top: 45px
}

#skip-menu .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}
