ul.skip-main{
    margin: 0;
    list-style-type: none;
    position: fixed;
    z-index: -1000;
    background-color: white;
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center;
    width: 100%;
}
a.skip-main {
    position: relative;
    border-radius: 5px;
    border: 1px solid black;
    transition: .25s;
    padding: 10px;
    margin-right: 15px;
    color: black !important;
}
a.skip-main:focus,
a.skip-main:active,
a.skip-main:hover {
    background-color: black !important;
    color: white !important;
    visibility: visible;
}

#skippySearchMotor, #skippyMainContent, #skippyMenu {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #215089;
    outline: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}