@import '/css/fa/css/fontawesome-all.min.css';
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700';

html {
    font-size: 15px !important;
    /*-webkit-font-smoothing: antialiased;*/
}

#header .header-top, #header .topnav {
    display: none;
}

/* new header */
.header *, .nav *, .nav ol, .nav ul, .nav li {
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 0;
    margin-left: 0;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
}


.header__logo {
    width: 25rem;
    margin: 1rem 1rem 1rem 0;
    margin-right: auto !important;
}

    .header__logo img {
        max-width: 100% !important;
        vertical-align: middle;
        border-style: none;
    }

.header__social {
    display: flex;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

    .header__social > .fab {
        border: solid 1px #345775;
        width: 2rem;
        height: 2rem;
        font-size: 0.9rem;
        line-height: 1.84rem;
        text-align: center;
        color: #c3c3c3 !important;
        margin: 0 .3rem;
        border-radius: 50%;
        text-decoration: none !important;
        transition: background linear 200ms, color linear 200ms, border-color linear 200ms;
    }

        .header__social > .fab:hover {
            background: rgba(0,0,0,0.2);
        }

        .header__social > .fab:last-child {
            margin-right: 0;
        }

        .header__social > .fab:first-child {
            margin-left: 0;
        }


.header__switch {
    display: flex;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

    .header__switch > a.-active, .header__switch > a:hover {
        color: #fff !important;
        background: rgba(0,0,0,0.2);
    }

    .header__switch > a:first-child {
        border-radius: 1.33333rem 0 0 1.33333rem;
    }

    .header__switch > a:last-child {
        border-radius: 0 1.33333rem 1.33333rem 0;
        border-left: none;
    }

    .header__switch > a {
        font-size: 0.9rem;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5) !important;
        text-decoration: none;
        border: solid 1px #345775;
        line-height: 2rem;
        padding: 0 1.2rem;
        transition: background linear 200ms, color linear 200ms, border-color linear 200ms;
    }


.header__login {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.7rem !important;
}

    .header__login * {
        font-size: 0.7rem !important;
        color: #fff;
    }

    .header__login a {
        color: #fff !important;
    }

.header__register {
    transition: background linear 200ms, color linear 200ms, border-color linear 200ms;
    background: #e80d32;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    height: 3.5rem;
    line-height: 3.5rem;
    min-width: 13rem;
    text-align: center;
    border-radius: 3.5rem;
    margin: 1rem 0;
    margin-left: 1rem !important;
}


body nav.nav {
    /*background: #000;*/
    position: relative; /* This is for IE11*/
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: transparent !important;
}
.nav__bg {
    /*background: #000;*/
    /*opacity: 0.5;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.4);
}

.nav__margin {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.nav__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    margin-left: -1rem !important;
}

.nav__item.-root {
    margin-left: 1rem;
}

.nav__item {
    display: block;
}

    .nav__item > a {
        white-space: nowrap;
        display: block;
        text-transform: uppercase;
        color: #fff !important;
        font-size: 0.95rem;
        line-height: 3rem;
        padding-top: 3px;
        border-bottom: solid 3px transparent;
        text-decoration: none !important;
        transition: background linear 200ms, color linear 200ms, border-color linear 200ms;
    }

        .nav__item.-active > a, .nav__item > a:hover {
            border-bottom-color: #e80d32;
        }

    .nav__item.-withsubnav {
        position: relative;
    }

        .nav__item.-withsubnav > a {
            border-bottom-color: transparent
        }

            .nav__item.-withsubnav > a:after {
                display: inline-block;
                font-family: "Font Awesome 5 Pro";
                font-style: normal;
                font-weight: 900;
                font-size: 1rem;
                content: "\f0d7";
                margin-left: 0.7rem;
                opacity: 0.5;
            }

body .nav__subnav {
    display: none;
    padding: 0;
    position: absolute;
    left: -1.5rem;
    background: #333;
    min-width: 100%;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.nav__item.-subnav > a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.nav__item:hover > .nav__subnav {
    display: block;
}

.covid {
    background-color: #d63a00;
    margin-top: 10px;
    margin-bottom: 10px;
}

.covid__container {
    padding: 40px;
}

    .covid__container p {
        font-size: 17px;
        font-weight: 600;
        text-align: center
    }

        .covid__container p a {
            color: #fff;
        }
