/* FONTS */
.thefold, .thefold-block, body, html {
    background-color: #292b37;
}
.url- .footer-broadly {
    display: none;
}
.thefold {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 350px;
    width: 100%;
    padding: 0;
    margin: 0;
}
#header #header-nav nav ul li a {
    font-family: 'configlight', sans-serif;
    color:#fff;
    text-transform: uppercase;
    font-size: 21px;
}
#header #header-nav nav ul li.active a {
    font-family: 'configbold', sans-serif;
}
@font-face {
    font-family: 'configbold';
    src: local('configbold'), url('/assets/site/fonts/config-bold-webfont.woff2') format('woff2'),
    url('/assets/site/fonts/config-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'configlight';
    src: local('configlight'), url('/assets/site/fonts/config-light-webfont.woff2') format('woff2'),
    url('/assets/site/fonts/config-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'configthin';
    src: local('configthin'), url('/assets/site/fonts/config-thin-webfont.woff2') format('woff2'),
    url('/assets/site/fonts/config-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'configregular';
    src: local('configregular'), url('/assets/site/fonts/config-regular-webfont.woff2') format('woff2'),
    url('/assets/site/fonts/config-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.agent-browser-Edge #header #header-nav nav,
.agent-browser-IE #header #header-nav nav {
    visibility: hidden;
}
.agent-browser-Edge.fout-done #header #header-nav nav,
.agent-browser-IE.fout-done #header #header-nav nav {
    visibility: visible;
}