﻿@font-face {
    font-family: Flama;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/flama-basic.woff") format("woff");
    src: url("../fonts/flama-basic.ttf") format("truetype");
}

@font-face {
    font-family: Flama;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/flama-bold.woff") format("woff");
    src: url("../fonts/flama-bold.ttf") format("truetype");
}

@font-face {
    font-family: SairaCondensed;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/sairacondensed-regular.eot");
    src: url("../fonts/sairacondensed-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sairacondensed-regular.woff") format("woff"), url("../fonts/sairacondensed-regular.ttf") format("truetype"), url("../fonts/sairacondensed-regular.svg#SairaCondensed") format("svg")
}

@font-face {
    font-family: SairaCondensed;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/sairacondensed-semibold.eot");
    src: url("../fonts/sairacondensed-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sairacondensed-semibold.woff") format("woff"), url("../fonts/sairacondensed-semibold.ttf") format("truetype"), url("../fonts/sairacondensed-semibold.svg#SairaCondensed") format("svg")
}

@font-face {
    font-family: SourceSansPro;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/sourcesanspro-regular.eot");
    src: url("../fonts/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular.woff") format("woff"), url("../fonts/sourcesanspro-regular.ttf") format("truetype"), url("../fonts/sourcesanspro-regular.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: SourceSansPro;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/sourcesanspro-semibold.eot");
    src: url("../fonts/sourcesanspro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-semibold.woff") format("woff"), url("../fonts/sourcesanspro-semibold.ttf") format("truetype"), url("../fonts/sourcesanspro-semibold.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: icomoon;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/icomoon-a.eot");
    src: url("../fonts/icomoon-a.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon-a.woff") format("woff"), url("../fonts/icomoon-a.ttf") format("truetype"), url("../fonts/icomoon-a.svg#icomoon") format("svg")
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
}

.event-restriction__header {
    margin: 10px 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    line-height: var(--line-height-base);
    font-family: var(--font-family-text);
}

a {
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    color: var(--link-color);
}

a:hover {
    color: var(--link-hover-redesign);
}

body {
    background: var(--tint-70);
    background-size: cover;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    font-size: var(--font-size-base);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-container {
    flex-grow: 2;
}

.button {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    font-family: var(--btn-font-family);
    font-weight: var(--btn-font-weight);
    letter-spacing: 3px;
    cursor: pointer;
    background-image: none;
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
    border: var(--btn-border-width-default) solid transparent;
    white-space: nowrap;
    text-align: center;
    text-transform: var(--btn-text-transform);
    text-overflow: ellipsis;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-appearance: button;
}

.button_link {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    font-family: var(--font-family-text);
    font-weight: 600;
    cursor: pointer;
    color: var(--btn-link-color);
    padding: 0;
    letter-spacing: normal;
}

.account-federation-page {
    padding: 2%;
}

.sing-in__select {
    border: 4px var(--dark-border-redesign) solid;
    width: 100%;
    margin-bottom: 24px;
    overflow-x: scroll;
}

.accoun-federation__footer {
    margin-top: 24px;
    border-top: 3px var(--lightest-border-redesign) solid;
}

.accoun-federation__create-new-account-url {
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-family-text);
    color: var(--link-color);
    font-size: 20px;
}

.sign-in__option {
    display: block;
    font-family: var(--font-family-heading);
    position: relative;
    text-align: left;
    max-width: 100%;
    font-weight: 600;
    letter-spacing: 1.4px;
    font-size: 20px;
    color: var(--text-color);
}

.sign-in__option:hover,
.sign-in__option:checked {
    box-shadow: 0 0 10px 100px var(--brand-primary) inset;
    color: var(--tint-70);
}

.sign-in__label {
    display: block;
    font-family: var(--font-family-heading);
    letter-spacing: 0.8px;
    margin-bottom: 24px;
    position: relative;
    text-align: left;
    max-width: 100%;
    font-weight: bold;
}

.sign-in__input {
    line-height: inherit;
    font-size: inherit;
    border: 1px var(--light-border-redesign) solid;
    border-radius: 4px;
    font-family: var(--font-family-text);
    font-weight: 400;
    height: 50px;
    margin-top: 10px;
    padding: 15px;
    width: 100%;
}

.sign-in__showpassword {
    bottom: 9px;
    color: var(--light-text-redesign);
    font-size: 20px;
    position: absolute;
    right: 15px;
    width: auto;
}

    .sign-in__showpassword:before {
        padding-left: 0;
        font-family: icomoon;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        content: "\e91e";
        font-variant: normal;
        text-decoration: none;
    }

.password-shown .sign-in__showpassword::before {
    content: "\e91d";
}

.event-restriction__description {
    font-family: var(--font-family-heading);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin: 20px 0;
}

.event-restriction__header--logo {
    max-width: 256px;
    max-height: 256px;
}

.event-restriction {
    background-color: var(--tint-70);
    border-top: 8px var(--brand-info) solid;
    color: var(--text-color);
    text-align: center;
    width: 100%;
    flex-grow: 1;
}
.login-page {
    padding: 2%;
}
.sign-in {
    border-radius: 4px;
    border-top: 4px var(--brand-primary-redesign) solid;
    box-shadow: 0 0 6px 0 rgba(var(--dropdown-shadow-rgb), 0.13);
    margin: auto auto;
    max-width: 600px;
    padding: 32px;
}

.sign-out {
    background-color: var(--tint-70);
    border-radius: 4px;
    border-top: 4px var(--brand-info) solid;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
    color: var(--text-color);
    flex-grow: 1;
    margin: 10px auto auto;
    max-width: 600px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.account-verification-page {
    background-color: var(--tint-70);
    border-radius: 4px;
    border-top: 4px var(--brand-info) solid;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
    color: var(--text-color);
    flex-grow: 1;
    margin: 10px auto auto;
    max-width: 600px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.error-page {
    background-color: var(--tint-70);
    border-radius: 4px;
    border-top: 4px var(--brand-primary-redesign) solid;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
    color: var(--text-color);
    flex-grow: 1;
    margin: 10px auto auto;
    max-width: 600px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.redirect-page {
    background-color: var(--tint-70);
    border-radius: 4px;
    border-top: 4px var(--brand-info) solid;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
    color: var(--text-color);
    flex-grow: 1;
    margin: 10px auto auto;
    max-width: 600px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.button_primary {
    border-color: var(--btn-primary-border);
    background: var(--btn-primary-bg);
    color: var(--btn-primary-color);
}

    .button_primary:hover, .button_primary:focus, .button_primary:active {
        border-color: var(--btn-primary-hover-border);
        background: var(--btn-primary-hover-bg);
        color: var(--btn-primary-hover-color);
    }

.button:active, .button.active {
    outline: 0;
}

.sign-in__button {
    background-color: var(--brand-primary-redesign);
    border-radius: 4px;
    color: var(--tint-70);
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 40%);
}

.has-error .sign-in__error-message {
    display: block;
}

.sign-in__error-message {
    color: var(--brand-danger);
    display: none;
    font-size: 14px;
    margin: 0 0 20px 0;
    text-align: left;
}

.has-error .sign-in__input {
    border-color: var(--brand-danger);
}

.sign-in__forgot-details {
    margin: 24px 0;
    background: transparent;
}

.sign-in__forgot-url {
    font-weight: 600;
    text-decoration: none;
    color: var(--link-color);
}

.card {
    box-shadow: 0 0 4px 0 rgba(var(--dropdown-shadow-rgb), 0.25);
    background-color: var(--tint-70);
    border-radius: 4px;
    border-top-style: solid;
    border-top-width: 4px;
    display: flex;
    padding: 16px;
}

.card_danger {
    border-top-color: var(--brand-danger);
}

.sign-in__message-body {
    text-align: left;
    margin-bottom: 40px;
}

.card__description {
    display: block;
    font-size: 16px;
    margin: 0;
}

.card__title {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: var(--headings-line-height);
    font-family: var(--headings-font-family);
    text-transform: var(--headings-text-transform);
    color: var(--headings-color);
}

.card__icon_danger {
    color: var(--brand-danger);
}

.card__icon {
    font-size: 16px;
}

.card__icon_danger:before {
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    content: "\e911";
    padding-left: 0;
}

.card__icon::before {
    margin-right: 10px;
}

.has-error .sign-in__label {
    margin-bottom: 10px;
}

.sign-in__footer {
    border-top: 1px var(--lightest-border-redesign) solid;
}

.card__icon_back {
    text-decoration: none;
}

.card__icon_back:before {
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e916";
    padding-left: 0;
}

.card__icon_back span {
    vertical-align: top;
}


.header {
    background: var(--header-background-redesign);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 48px;
    padding: 10px 24px;
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 13;
}

.header.is-editmode {
    position: static;
}

.header_bordered {
    border-bottom: 2px var(--header-border-redesign) solid;
}

@media only screen and (max-width: 767px) {
    .header_bordered {
        border-bottom: none;
    }
}

.header__block {
    align-items: center;
    display: flex;
}

.header__block_lg {
    display: none;
}

@media only screen and (min-width: 767px) {
    .header__block_lg {
        display: flex;
    }
}

.header__item {
    margin-right: 20px;
}

.header__item:last-child {
    margin-right: 0;
}

.header__mode {
    border-radius: 32px;
    color: var(--header-color);
    background-color: var(--brand-primary-redesign);
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    padding: 0.2em 0.6em;
    display: inline;
    cursor: default;
}

@media only screen and (max-width: 767px) {
    .header__mode {
        display: none;
    }
}

.header__sponsor_logo {
    display: block;
    max-width: 60px;
    max-height: 30px;
    margin-right: 18px;
    cursor: default;
}

.header__sponsor_logo:last-child {
    margin-right: 0;
}

.header__link {
    color: var(--header-color);
}

.header__icon_external:after {
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    content: "\e91c";
}


.footer {
    background: var(--header-background-redesign);
    border-top: 4px var(--header-border-redesign) solid;
}

.footer__logos {
    border-bottom: 1px solid var(--light-text-redesign);
    padding: 68px 24px 20px 24px;
}

@media only screen and (min-width: 768px) {
    .footer__logos {
        padding: 68px 28px 40px 28px;
    }
}

.footer__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__row_first {
    margin-bottom: 20px;
}

.footer__row_second {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .footer__row_second {
        margin-bottom: 16px;
    }
}

.footer__sponsor {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .footer__sponsor {
        margin-right: 24px;
    }
}

.footer__sponsor:last-child {
    margin-right: 0;
}

.footer__sponsor img {
    height: auto;
    opacity: 0.8;
    width: 100%;
}

.footer__sponsor img:hover {
    cursor: pointer;
    opacity: 1;
}

.footer__sponsor_main {
    height: 100px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 120px;
}

@media only screen and (max-width: 767px) {
    .footer__sponsor_main:nth-child(2n) {
        margin-right: 0;
    }
}

.footer__sponsor_secondary {
    height: 60px;
    margin-right: 20px;
    width: 95px;
}

@media only screen and (min-width: 768px) {
    .footer__sponsor_secondary {
        height: 75px;
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__sponsor_secondary:nth-child(3n) {
        margin-right: 0;
    }
}

.footer__sponsor_tertiary {
    height: 45px;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 70px;
}

@media only screen and (min-width: 768px) {
    .footer__sponsor_tertiary {
        height: 50px;
        margin-right: 25px;
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__sponsor_tertiary:nth-child(4n) {
        margin-right: 0;
    }
}

.footer__links {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 24px 40px 24px;
}

@media only screen and (min-width: 768px) {
    .footer__links {
        padding: 0 28px 40px 28px;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 40px;
    }
}

.footer__poweredby {
    color: var(--header-color);
    font-size: 14px;
    margin: 0 0 14px 0;
}

.footer__tmlogo {
    margin-top: -4px;
}

.footer__tmlogo svg {
    height: 18px;
    width: 130px;
}

.footer__tmlogo-fill {
    fill: var(--header-color);
}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__nav-item {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer__nav-item:after {
    color: var(--header-color);
    content: '|';
    margin: 0 7px;
}

@media only screen and (min-width: 768px) {
    .footer__nav-item:after {
        margin: 0 10px;
    }
}

.footer__nav-item:last-child:after {
    content: '';
    margin: 0;
}

.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
    color: var(--header-color);
    border: none;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0;
    display: inline;
    font-size: inherit;
    line-height: var(--line-height-base);
    cursor: pointer;
    transition: inherit;
}

.footer #ot-sdk-btn.optanon-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:focus {
    color: var(--header-color);
    cursor: pointer;
    text-decoration: underline;
    background: none;
}

.footer__nav-link {
    color: var(--header-color);
    font-weight: normal;
    vertical-align: middle;
    border: none;
    background: none;
}

.footer__nav-link:hover,
.footer__nav-link:focus {
    color: var(--header-color);
    cursor: pointer;
    text-decoration: underline;
}
