@font-face {
    font-family: 'Benton Sans Regular';
    src: url('BentonSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Benton Sans Bold';
    src: url('BentonSans-Bold.ttf') format('truetype');
}

a#skip-to-main {
    position: fixed;
    top: 0;
    left: 0;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: visible;
    z-index: 1000000;
}

a.skippy {
    display: block;
    margin: 0;
    z-index: -100;
    font-size: 0;
}

a.skippy:focus, a.skippy:active {
    font-family: 'Benton Sans Regular';
    display: block;
    background-color: #fff;
    text-decoration: underline;
    font-size: 1.33333em;
    font-weight: 500;
    padding: 0.6em 0.75em;
    line-height: 1.4;
    color: #3278c8;
    visibility: visible;
    overflow: visible;
    z-index: 1000000;
}
