html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

video {
    max-width: 100%;
}

#fb-root + p {
    display: none;
}

.athlete-name > li {
    display: block;
}

.fb_iframe_widget,
.fb_iframe_widget span {
    max-width: 100%;
}

.container-main {
    margin-top: 64px;
}

.site-section {
    font-size: 20px;
}

.site-section::after {
    display: table;
    content: "";
    clear: both;
}

.site-section .header-note {
    font-size: 0.8em;
    margin: -1.5em 0 1.5em;
}

.required-sign:before,
.form-group.required .control-label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.4em;
    content: "\f069";
    top: -0.7em;
    margin: 0 0.5em;
    color: red;
    position: relative;
}


@media (max-width: 1599px) { .site-section { font-size: 18px; } }
@media (max-width: 1199px) { .site-section { font-size: 16px; } }
@media (max-width: 991px) { .site-section { font-size: 15px; } }
@media (max-width: 767px) { .site-section { font-size: 14px; } }

@media (min-width: 768px) {

    .container-main {
        margin-top: 80px;
        min-height: calc(100vh - 269px);
    }

}

@media screen and (min-width: 1600px) {

    .container {
        width: 1360px;
    }

}

.btn-more {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 8.5em;
    border: none;
    border-radius: 0;
    color: #cdcdcd;
    background-color: #333;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
    color: #cdcdcd;
    background-color: #555;
}

.btn-more2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    text-transform: uppercase;
    min-width: 10em;
    border: 1px solid #444;
    border-radius: 0;
    color: #222;
    background-color: inherit;
}

.btn-load-more {
    line-height: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 10em;
    border: 1px solid #444;
    border-radius: 0;
    color: #222;
    position: relative;
}

.btn-load-more .load-icon {
    display: none;
    margin-top: 0.3em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.btn-load-more.loading .load-icon {
    display: block;
}

.btn-load-more.loading .btn-label {
    visibility: hidden;
}

.articles-banner .top-story .header,
.articles-latest .header,
.post-category .header,
.article-view .cat,
.article-sidebar .latest .header,
.videos-banner .header,
.videos-all .header .playlist,
.search-page-banner .header,
.search-page-athletes .header,
.section-header {
    display: inline-block;
    margin-top: 1em;
    padding-top: 0.2em;
    font-size: 130%;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    border-top: 0.25em solid #ffcc01;
}

.section-subtitle {
    display: block;
    margin: -0.8em 0 1.8em;
    font-size: 90%;
    color: #666;
    text-transform: uppercase;
}

.section-subtitle .fas {
    color: #eb0;
}

.articles-banner .top-story .header {
    margin-bottom: .5em;
}

.section-header-events {
    margin: 0 0 1em;
}

.section-upcoming-events {
    margin: 2em 0 0;
}

.section-past-events {
    padding: 2em 0 0;
    background: #f4f4f4;
}

.section {
    display: block;
    padding-top: .25em;
    padding-bottom: 1.5em;
}

.section::after {
    display: table;
    content: "";
    clear: both;
}

.section-alt {
    background: #111;
}

.section .section-header-upperline {
    border-top: 1px solid #aaa;
}

.section .section-header-underline {
    border-bottom: 1px solid #363636;
}

.section .section-title {
    border-left: 4px solid #fdb545;
}

.section .section-title h2 {
    margin: 20px 0 15px;
    padding: 2px 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-alt .section-title h2 {
    color: #fff;
}

.row-load-more {
    text-align: center;
    padding: 30px 0 40px;
}

.event-countdown > .countdown-item {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    padding-right: 10px;
}

.event-countdown > .countdown-item:nth-of-type(n + 2)::after {
    position: absolute;
    top: 0;
    left: -10px;
    color: #ccc;
    font-size: 24px;
    content: ':'
}

.event-countdown > .countdown-item .time {
    display: block;
    color: #ccc;
    font-size: 24px;
}

.event-countdown > .countdown-item .time-label {
    display: block;
    color: #ffb545;
    font-size: 13px;
}

.event-countdown:not([data-remain]) {
    visibility: hidden;
}

.row-title {
    margin: 0 0 15px 0;
    padding: 0 15px;
    border-left: 4px solid #fdb545;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.row-title.alt {
    color: #333;
}

.nav-primary {
    padding-top: 40px;
    position: relative;
}

.navbar-primary > .container {
    position: relative;
}

.navbar-primary .navbar-brand {
    position: relative;
    padding: 6px 15px;
    height: 64px;
    background: #292a2f;
    display: flex;
    justify-content: center;
}

.navbar-primary .navbar-brand:hover {
    background: #292a2f;
}

.navbar-primary .navbar-brand::after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    display: table;
    content: " ";
    border-style: solid;
    border-width: 64px 20px 0 0;
    border-color: #292a2f transparent transparent transparent;
}

.navbar-primary .navbar-brand .logo {
    width: 4em;
    margin-top: 2px;
    max-height: 100%;
    max-width: 100%;
}

.navbar-primary .navbar-collapse {
    background: #ffcc01;
}

.navbar-primary .navbar-nav .caret {
    margin-left: 4px;
}

.navbar-primary .navbar-nav li > a {
    display: block;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.navbar-primary .navbar-nav li > a,
.navbar-primary .navbar-nav li.active > a {
    color: #333;
    background: none;
}

.navbar-primary .navbar-nav li:hover > a,
.navbar-primary .navbar-nav li.active > a,
.navbar-primary .navbar-nav li.active > a:focus,
.navbar-primary .navbar-nav li.active:hover > a {
    color: #333;
    background: none;
}

.navbar-primary .navbar-submenu a:hover {
    color: #555;
}

@media (max-width: 767px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 64px);
    }

    .navbar-primary .navbar-submenu {
        position: static;
        display: block;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-primary .navbar-submenu li {
        padding-left: 1em;
    }
}

@media (max-width: 991px) {
    .home .navbar-primary > .container {
        width: 100%;
    }

    .home .navbar-primary .nav-primary {
        width: auto;
    }

    .home .navbar-primary .navbar-right {
        float: none!important;
    }
}

.navbar-primary .search-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffcc01;
}

.navbar-primary .search-box .fa {
    color: #4c4c4c;
    font-size: 15px;
}

.navbar-primary .search-box .fa-remove {
    display: none;
}

.navbar-primary .search-box .fa:hover {
    color: #000;
}

.navbar-primary .search-box .toggle-search {
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 3;
    padding: 3px 20px 0 0;
}

.navbar-primary .search-box .search-icon {
    position: relative;
    cursor: pointer;
}

.navbar-primary .search-box .search-icon .circle {
    display: block;
    position: relative;
    height: 16px;
    width: 16px;
    border: 2px solid #4e4e4e;
    background-color: #ffcc01;
    border-radius: 8px;
    z-index: 1;
    -webkit-transition: all .6s cubic-bezier(.25,1.7,.35,.8);
    transition: all .6s cubic-bezier(.25,1.7,.35,.8);
}

.navbar-primary .search-box .search-icon.cross .circle {
    -webkit-transform: scale(.02);
    transform: scale(.02);
    -webkit-transform-origin: 30% 40%;
    transform-origin: 30% 40%;
    background: #4e4e4e;
    border-color: #4e4e4e;
}

.navbar-primary .search-box .search-icon .handle {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 22px;
    float: right;
    border-radius: 2px;
    background-color: #4e4e4e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-primary .search-box .search-icon .handle:after {
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background-color: #4e4e4e;
    border-radius: 2px;
    z-index: -1;
    -webkit-transition: all .6s cubic-bezier(.25,1.7,.35,.8);
    transition: all .6s cubic-bezier(.25,1.7,.35,.8);
}

.navbar-primary .search-box .search-icon.cross .handle:after {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navbar-primary .search-box .collapsing {
    -webkit-transition: none;
    transition: none;
}

.navbar-primary .search-box .input-group {
    width: 100%;
}

.navbar-primary .search-box .input-group .form-control {
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #444;
    background-color: transparent;
    box-shadow: none;
}

.navbar-default {
    margin: 0;
    background-color: #ffcc01;
    border: none;
}

.navbar-default .menu-text {
    display: block;
    padding-top: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.navbar-default .navbar-toggle {
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 10px;
    border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: inherit;
}

.navbar-default .navbar-toggle .icon-bar {
    margin: 3px 2px;
    width: auto;
    height: 5px;
    background-color: #444;
    border-radius: 5px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #333;
}

.navbar-default .navbar-form {
    border: none;
    padding: 0 1em;
    margin: 3px 2em 0 0;
    background-color: #ffcc01;
}

.navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu a.event-card {
    display: none;
}

@media (min-width: 400px) {
    .navbar-primary .navbar-brand .logo {
        width: 6em;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .home .navbar-primary .nav-primary {
        padding-left: 150px;
    }

    .home .navbar-primary .search-box {
        padding-left: 150px;
    }

    .navbar-primary {
        background: linear-gradient(90deg, #292a2f 50%, #ffcc01 50%);
        border-color: #4c4c4c;
    }

    .nav-primary {
        padding-top: 35px;
        width: 595px;
    }

    .navbar-primary .navbar-header {
        position: relative;
        min-height: 80px;
        min-width: 115px;
        background: #292a2f;
        z-index: 1;
    }

    .navbar-primary .navbar-header::after {
        position: absolute;
        right: -30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 80px 31px 0 0;
        border-color: #292a2f transparent transparent transparent;
    }

    .navbar-primary .navbar-brand {
        height: 80px;
    }

    .navbar-primary .navbar-nav li > a {
        margin: 0 2px;
        padding: 12px 0.1em 13px 3px;
        font-size: 11px;
    }

    .navbar-primary .navbar-nav li:hover > a,
    .navbar-primary .navbar-nav li.active > a {
        box-shadow: inset 0 0px 0 white, inset 0 -3px 0 black;
    }

    .navbar-primary .navbar-nav .navbar-submenu li.active:not(:hover) > a {
        box-shadow: none;
    }

    .navbar-nav .navbar-dropdown .navbar-submenu {
        display: none;
        left: 0;
        right: auto;
        padding: 0;
        margin: 0;
        min-width: 18em;
        border: none;
        overflow: hidden;
        position: absolute;
        background-color: white;
        transition: height .4s ease .2s, transform 0s ease .2s;
    }

    .navbar-nav .navbar-dropdown:hover .navbar-submenu {
        display: block;
    }

    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu {
        min-width: 22em;
    }

    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu a.event-card { display: flex; gap: 1em; }
    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu a.event-card .image { width: 40%; }
    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu a.event-card .info { width: 60%; }
    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu a.event-card .info .time,
    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu a.event-card .info .city { font-weight: 500; }

    .navbar-nav .navbar-submenu li {
        padding: 0 0.75em;
    }

    .navbar-nav .navbar-submenu li:first-child {
        padding-top: 0.75em;
    }

    .navbar-nav .navbar-submenu li:last-child {
        padding-bottom: 0.75em;
    }

    .nav-primary .search-box {
        right: 0;
        left: unset;
        top: unset;
        bottom: 0;
    }

    .navbar-primary .search-box .toggle-search {
        top: unset;
        bottom: 18px;
    }

    .navbar-primary .search-box .search-form {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
    }

    .navbar-primary .search-box .search-form.in {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding-bottom: 8px;
    }

    .navbar-primary .search-box .search-form.collapsing {
        -webkit-transition: height .01s ease;
        transition: height .01s ease;
    }
}

@media (min-width: 992px) {
    .home .navbar-primary .nav-primary {
        padding-left: 0px;
    }

    .home .navbar-primary .search-box {
        padding-left: 0px;
    }

    .navbar-primary .navbar-header {
        min-width: 140px;
    }

    .navbar-primary .navbar-nav li > a {
        margin: 0 3px;
        padding: 12px 0.35em 13px;
        font-size: 12px;
    }

    .nav-primary {
        width: 780px;
    }

    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu {
        min-width: 24em;
    }
}

@media (min-width: 1200px) {
    .navbar-primary .navbar-nav li > a {
        padding: 12px 0.6em 13px;
        font-size: 14px;
    }

    .nav-primary {
        width: 960px;
    }

    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu {
        min-width: 28em;
    }
}

@media screen and (min-width: 1600px) {
    .nav-primary {
        padding-top: 34px;
    }

    .navbar-primary .navbar-nav li > a {
        padding: 12px 1em 14px;
        font-size: 15px;
    }

    .nav-primary {
        width: 1140px;
    }

    .navbar-nav .navbar-dropdown.events-preview > ul.navbar-submenu {
        min-width: 30em;
    }
}

.navbar-primary .subnav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    -webkit-transition: height .4s ease .2s, transform 0s ease .2s;
    transition: height .4s ease .2s, transform 0s ease .2s;
    transform: translateX(-100%);
    overflow: hidden;
}

.navbar-primary .navbar-nav > li:hover .subnav {
    height: 15.5em;
    transform: translateX(0);
}

.navbar-primary .subnav .subnav-row {
    position: relative;
}

.navbar-primary .subnav .post-types {
    position: static;
    margin: 1.7em 0 2em;
}

.navbar-primary .subnav .post-types > .item > .title {
    position: relative;
    z-index: 2;
    display: block;
    padding: .3em 0;
    color: #888;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-primary .subnav .post-types > .item > .title:hover {
    color: #222;
    text-decoration: none;
}

.navbar-primary .subnav .post-types .item:not(:first-child) .post-type-items {
    display: none;
}

.navbar-primary .subnav .post-type-items {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2em 15px 1em;
    background-color: #fff;
    z-index: 2;
}

.navbar-primary .subnav .event-type-items {
    padding: 2em 0 1em;
}

.navbar-primary .subnav .hover-area {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 2em;
}

.navbar-primary .subnav .post-types .item:hover .post-type-items {
    display: block;
}

.navbar-primary .subnav .post-type-items > .post-item {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-primary .subnav .post-item .image-wrap {
    display: inline-block;
    width: 100%;
}

.navbar-primary .subnav .post-item .title {
    margin: .5em 0;
    color: #888;
}

.navbar-primary .subnav .post-types > .item:hover > .title,
.navbar-primary .subnav .post-item .title:hover {
    color: #222;
    text-decoration: none;
}

.navbar-primary .subnav .post-item .title.three-lines {
    line-height: 1.2em;
    max-height: 3.6em;
}

.navbar-primary .subnav .post-item .title.two-lines {
    line-height: 1.2em;
    max-height: 2.4em;
}

.navbar-primary .subnav .post-item .info {
    margin: .25em 0 0;
    line-height: 1.1em;
    font-size: 90%;
    color: #666;
}

@media (max-width: 1599px) {
    .navbar-primary .subnav ,
    .navbar-primary .navbar-nav > li:hover .subnav {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .navbar-primary .subnav .post-item:nth-of-type(n+6) {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-primary .subnav ,
    .navbar-primary .navbar-nav > li:hover .subnav {
        font-size: 12px;
    }
    .navbar-primary .subnav .post-item:nth-of-type(n+5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-primary .navbar-nav {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .navbar-primary .subnav,
    .navbar-primary .navbar-nav > li:hover .subnav {
        display: none;
        position: static;
        height: auto;
        background: transparent;
        padding-left: 1.5em;
        transform: translateX(0);
    }

    .navbar-primary .subnav .hover-area {
        display: none;
    }

    .navbar-primary .subnav .post-type-items,
    .navbar-primary .subnav .post-types .item:hover .post-type-items {
        display: none;
    }

    .navbar-primary .subnav .post-types {
        margin: 0;
    }

    .navbar-primary .subnav .post-types > .item > .title {
        margin: .5em 0 .25em;
        display: inline-block;
        color: #4e4e4e;
    }
}

.text-content {
    margin: 5px 0;
    color: #222;
    font-size: 14px;
    line-height: 1.3;
}

.text-content p {
    padding: 0;
    margin: 0 0 18px;
}

.event-synopsis {
    margin: 2em 0 0;
}

.event-synopsis .share {
    display: inline-block;
    margin-top: 0;
    margin-left: .75em;
    border-color: transparent;
}

.event-synopsis .share > a {
    padding: 0 .25em;
    color: inherit;
}

.event-synopsis .wysiwyg-editor-content {
    margin: -1em 0 0;
}

.col-right-shadow {
    border-right: 1px solid #eee;
    box-shadow: 8px 0 15px -5px #eee;
}

.upcoming-events .event {
    margin-bottom: 2.5em;
}

.upcoming-events .event .details .title {
    margin: .5em 0 .35em;
}

.upcoming-events .event .details .title > a {
    font-size: 150%;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}

.upcoming-events .event .details .date,
.upcoming-events .event .details .location {
    margin: .25em 0 0;
    line-height: 1.1em;
    font-size: 80%;
    color: #666;
}

.past-events {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.past-events .event {
    display: block;
    margin: .5em 0;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.past-events .event .col {
    display: block;
    padding: 0 0 .5em;
    color: #222;
}

.past-events .event .col.action {
    padding-top: .5em;
}

.past-events .event .date {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
}

.past-events .event .title > a {
    color: #222;
    text-transform: uppercase;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
}

.past-events .event .location {
    font-size: 80%;
}

.past-events .event .more-info {
    padding: 0 1em;
    line-height: 2.5em;
    font-size: 65%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    background-color: #f4f4f4;
    border: 1px solid #5e5e5e;
    border-radius: 0;
}

.past-events .event .more-info:hover {
    background-color: #222;
    color: #f4f4f4;
}

@media (min-width: 570px) {
    .past-events .event {
        display: flex;
        margin: 0;
    }

    .past-events .event .col {
        flex: 1;
        padding: 0;
        min-height: 72px;
    }

    .past-events .event .col.date {
        padding-top: .2em;
    }

    .past-events .event .col.content {
        flex: 50%;
        padding: 0 2em;
    }

    .past-events .event .col.action {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .past-events .event .col {
        min-height: 92px;
    }
}

.footer-primary {
    padding: 30px 0;
    background-color: #292a2f;
    color: #ccc;
}

.footer-primary .footer-block-nav {
    float: left;
    overflow: auto;
    padding-left: 0;
    font-size: 13px;
    list-style: none;
    max-width: 50%;
}

.footer-primary .footer-block-nav > li {
    float: left;
    width: 50%;
}

.footer-primary .footer-block-nav > li > a {
    color: #ccc;
}

.footer-primary .footer-block-nav > li.primary {
    padding-bottom: 26px;
    width: 100%;
}

.footer-primary .footer-block-nav .breadcrumbs a {
    line-height: 1.636;
    color: #ffc445;
}

.footer-primary .footer-block-social {
    float: right;
    padding-left: 20px;
    border-left: 2px solid #444;
    max-width: 50%;
    min-height: 8em;
}

.footer-primary .footer-block-copyrights {
    clear: both;
    font-size: 12px;
    color: #666;
}

.footer-primary .social-menu {
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
    text-align: right;
}

.footer-primary .social-menu > li {
    display: inline-block;
}

.footer-primary .social-menu > li:first-of-type > a {
    padding-left: 0;
}

.footer-primary .social-menu > li:last-of-type > a {
    padding-right: 0;
}

.footer-primary .social-menu > li > a {
    color: #fff;
    padding: 10px;
    font-size: 24px;
}

.footer-primary .social-menu > li > a:hover {
    color: #ccc;
}

@media (max-width: 767px) {

    .footer-primary .footer-block-social {
        float: none;
        padding-left: 0;
        border: none;
        max-width: 75%;
        min-height: 0;
    }

    .footer-primary .footer-block-nav {
        float: none;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #666;
        width: 100%;
        max-width: none;
    }

    .footer-primary .footer-block-nav > li {
        padding: 2px 5px;
        width: auto;
    }

    .footer-primary .footer-block-nav > li.primary {
        display: none;
    }

    .footer-primary .footer-block-copyrights {
        padding-top: 5px;
    }

    .footer-primary .social-menu {
        text-align: left;
    }

}

@media (max-width: 419px) {

    .footer-primary .footer-block-social {
        max-width: none;
    }

    .footer-primary .footer-block-social .social-menu {
        text-align: center;
    }

}

.section-event-banner {
    height: 31em;
    position: relative;
    padding: 0;
    background-color: #0e0e0e;
}

.section-event-banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 62%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0;
}

.section-event-banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(14,14,14,1) 1%, rgba(14,14,14,.5) 8%, transparent 12%);
    z-index: 1;
}

.section-event-banner-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.section-event-banner .event-banner-details .up-next-text {
    margin-top: 3em;
    color: #ccc;
}

.section-event-banner .event-banner-details .title {
    margin: 0.5em 0;
    line-height: 1.1em;
    font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fecf00;
}

.section-event-banner .event-banner-details .title a {
    color: inherit;
}

.section-event-banner .event-banner-details .belt {
    padding: 0.3em 0 0.2em;
    line-height: 1.1em;
    max-height: 2.2em;
    font-size: 70%;
    text-transform: uppercase;
    color: #fff;
}

.section-event-banner .event-banner-details .subtitle {
    margin: 0.15em 0 0.65em;
    line-height: 1.1em;
    max-height: 2.2em;
    font-size: 140%;
    text-transform: uppercase;
    color: #fff;
}

.section-event-banner .event-banner-details .subtitle > span {
    text-transform: lowercase;
}

.section-event-banner .event-banner-details .date,
.section-event-banner .event-banner-details .location {
    margin: .35em 0;
    line-height: 1.1em;
    max-height: 2.2em;
    color: #ccc;
}

.section-event-banner .footer .actions {
    margin-bottom: 30px;
}

.section-event-banner .footer .actions .btn-event-link {
    border: 1px solid #5b5c5f;
    border-radius: 0;
    background-color: #000;
    font-size: 75%;
    color: #ccc;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: .75em 1.75em;
    margin: .75em 1em 0 0;
}

.section-event-banner .footer .actions .btn-event-link:hover {
    color: #222;
    background-color: #ccc;
}

.section-event-banner .footer .countdown {
    min-height: 2.5em;
    margin: 1.5em 0 1em;
}

.section-event-banner .footer {
    position: absolute;
    bottom: 0;
}

.section-event-banner .event-countdown {
    overflow: auto;
    font-family: 'Roboto', Arial, sans-serif;
}

.section-event-banner .event-countdown .countdown-item {
    padding: 0;
    color: #ccc;
    margin-right: .75em;
    text-align: center;
    min-width: 1.9em;
}

.section-event-banner .event-countdown .countdown-item:after {
    display: none;
}

.section-event-banner .event-countdown .time {
    font-size: 120%;
    font-weight: bold;
    color: inherit;
}

.section-event-banner .event-countdown .time-label {
    padding-top: 0.25em;
    font-size: 60%;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
}

@media (max-width: 735px) {

    .section-event-banner {
        height: 35em;
    }

    .section-event-banner-image {
        width: 100%;
        background-size: contain;
        background-position: center top;
    }

    .section-event-banner .event-banner-details {
        position: absolute;
        bottom: 8em;
        z-index: 1;
        background-image: linear-gradient(0deg, rgba(14, 14, 14, 1) 70%, rgba(14, 14, 14, .75) 80%, transparent 100%);
    }

    .section-event-banner .event-banner-details .up-next-text {
        margin-top: 2em;
    }

    .section-event-banner .footer {
        left: 0;
        right: 0;
        z-index: 0;
        padding: 2em 15px 0;
        background-color: #0e0e0e;
        min-height: 8.5em;
    }

    .section-event-banner .footer .actions {
        margin-bottom: 1em;
    }

    .section-event-banner .footer .countdown {
        margin-top: 1em;
    }

    .section-event-banner .footer .actions .btn-event-link {
        padding: .75em 0;
        margin: 0;
        margin-top: 0.25em;
        margin-right: 0.25em;
        width: 48%;
        max-width: 16em;
    }

    .section-event-banner .footer .actions .btn-event-link:nth-of-type(n+3) {
        display: none;
    }

    .section-event-banner-image::before {
        content: normal;
    }
}

@media (max-width: 320px) {
    .section-event-banner .footer .actions .btn-event-link {
        font-size: 9px;
    }
}

.fight-card {
    margin: 2em 0 0;
}

.fight-card .card-title {
    width: 100%;
    text-align: center;
    border-color: transparent;
    margin: 0;
}

.fight-card .ticket-links {
    text-align: center;
}

.fight-card .ticket-links .link {
    padding: 0.5em 1em;
    font-size: 95%;
    display: inline-block;
}

.fight-card .card {
    margin: .5em 0 2em;
}

.fight-card .card .matchup {
    position: relative;
    background-color: #f4f4f4;
    border-bottom: 2px solid #fff;
}

.fight-card .card .matchup::before {
    display: table;
    content: " ";
}

.fight-card .card .matchup::after {
    clear: both;
    display: table;
    content: " ";
}

.fight-card .card .matchup .col {
    float: left;
    position: relative;
}

.fight-card .card .matchup .col.left,
.fight-card .card .matchup .col.right {
    width: calc(50% - 25px);
}

.fight-card .card .matchup .col.center {
    width: 50px;
    margin-top: 2.25em;
    pointer-events: none;
}

.fight-card .card .matchup .vs {
    padding: 0 0 .45em;
    font-size: 140%;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.fight-card .card .matchup .weight-class-title {
    padding: 1.25em 0;
    font-size: 75%;
    color: #333;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

.fight-card .card .matchup .winning-method {
    color: #222;
    font-weight: bold;
    line-height: 1.2;
}

.fight-card .card .matchup .info {
    float: right;
    width: 55%;
    min-height: 6em;
    padding-left: .75em;
    border-left: .25em solid #cc0000;
}

.fight-card .card .matchup .info .name {
    color: #222;
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 0.2em;
    overflow-wrap: break-word;
}

.fight-card .card .matchup .info .name .double-height {
    min-height: 2em;
}

.fight-card .card .matchup .info .stats {
    padding-top: .75em;
    color: #222;
    font-size: 80%;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.fight-card .card .matchup .info .stats > div {
    padding-bottom: .25em;
    line-height: normal;
}

.fight-card .card .matchup .info .stats > div.winning-method {
    text-transform: none;
}

.fight-card .card .matchup .info .stats > div.country {
    text-transform: none;
    font-weight: normal;
}

.fight-card .card .matchup .info .stats > div.win {
    color: #cc0000;
}

.fight-card .card .matchup .col.right .info .stats > div.win {
    color: #0066cc;
}

.fight-card .card .matchup .info .stats > div.loss {
    color: #999;
    padding-bottom: 1.75em;
}

.fight-card .card .matchup .image-wrap {
    float: left;
    width: 45%;
    height: 8.5em;
    position: relative;
}

.fight-card .card .matchup .image-wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.fight-card .card .matchup .col.right .info {
    float: left;
    padding-left: 0;
    padding-right: .75em;
    border-left: none;
    border-right: .25em solid #0066cc;
    text-align: right;
}

.fight-card .card .matchup .col.right .image-wrap {
    float: right;
}

@media (max-width: 991px) {

    .fight-card .card .matchup .col.left,
    .fight-card .card .matchup .col.right {
        width: calc(50% - 25px);
    }

    .fight-card .card .matchup .col.center {
        width: 50px;
    }

}

@media (max-width: 767px) {

    .fight-card .card .matchup {
        margin-bottom: .5em;
    }

    .fight-card .card .matchup .col.left,
    .fight-card .card .matchup .col.right {
        width: 50%;
    }

    .fight-card .card .matchup .col.center {
        position: absolute;
        top: 8em;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
    }


    .fight-card .card .matchup .weight-class-title,
    .fight-card .card .matchup .winning-method {
        text-align: center;
    }

    .fight-card .card .matchup .info,
    .fight-card .card .matchup .col.right .info,
    .fight-card .card .matchup .image-wrap {
        width: 100%;
        text-align: center;
    }

    .fight-card .card .matchup .info {
        margin: 0;
        padding: .5em;
    }

    .fight-card .card .matchup .col.right .info {
        margin: 0;
        padding: .5em;
    }

    .fight-card .card .matchup .info .name {
        padding-top: 0;
    }

}

.article-related,
.event-related {
    margin: 2em 0 3em;
}

.article-related .stream .open,
.event-related .stream .open {
    display: none;
}

.article-related .btn-default,
.event-related .btn-default {
    display: table;
    margin: 0 auto;
}

.event-partners {
    margin: 2em 0 3em;
}

.event-partners .partners .item {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    background-color: #222;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.event-partners .partners .item.no-url {
    cursor: default;
}

.event-partners .partners .item .designation {
    color: #ccc;
}

.event-partners .partners .item .image-wrap {
    width: 100%;
    height: 5em;
    position: relative;
}

.event-partners .partners .item .details {
    padding: .25em .25em .75em;
    text-align: center;
}

.event-partners .partners .item .image-wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media (min-width: 768px) {
    .event-partners .partners .item .image-wrap {
        width: 50%;
    }

    .event-partners .partners .item .details {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50%;
        width: 50%;
        padding: 0 .25em;
        text-align: left;
    }
}

.hero-banner {
    position: relative;
    height: 31em;
    background-color: #0e0e0e;
}

.hero-banner .banner-image {
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.hero-banner .banner-image .fall-off {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(14, 14, 14, .6) 40%, transparent 50%);

}

.hero-banner .header {
    padding-top: 10em;
}

.hero-banner .info {
    position: absolute;
    bottom: 3em;
}

.hero-banner .champion-title {
    font-size: 75%;
    text-transform: uppercase;
    color: #ccc;
}

.hero-banner .name {
    padding: 0.2em 0;
    font-size: 220%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.9em;
    color: #fc0;
}

.hero-banner .name a {
    color: inherit;
}

.hero-banner .nickname {
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 768px) {

    .hero-banner .banner-image {
        position: absolute;
        left: 30%;
        right: 0;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .hero-banner .banner-image .fall-off {
        width: 30%;
        background-image: linear-gradient(90deg, rgba(14,14,14,1) 0%, rgba(0,0,0,0) 100%);
    }

    .hero-banner .info {
        bottom: auto;
    }

    .hero-banner .name {
        font-size: 350%;
    }

}

.hero-banner .carousel,
.hero-banner .carousel-inner,
.hero-banner .item,
.hero-banner .item .container {
    height: 100%;
}

.athletes-champions {
    margin: 1em 0 3em;
}

.athletes-champions .section-header {
    margin-bottom: 1em;
}

.athletes-champions .col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.athlete-banner {
    position: relative;
    min-height: 31em;
    background-color: #0e0e0e;
}

.athlete-banner .col-info {
    margin-top: 4em;
    margin-bottom: 2.5em;
    z-index: 1;
}

.athlete-banner .title {
    font-size: 75%;
    text-transform: uppercase;
    color: #ccc;
}

.athlete-banner .name {
    padding: 0.2em 0;
    font-size: 250%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.9em;
    color: #fc0;
}

.athlete-banner .nickname {
    font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.athlete-banner .attr-name {
    padding-top: 1.5em;
    font-size: 70%;
    text-transform: uppercase;
    color: #ccc;
}

.athlete-banner .attr-value {
    font-size: 90%;
    color: #fff;
}

.athlete-banner .attributes {
    padding-top: 0.75em;
    overflow: hidden;
}

.athlete-banner .attributes > div {
    clear: both;
}

.athlete-banner .attributes > div:nth-of-type(1),
.athlete-banner .attributes > div:nth-of-type(2) {
    clear: none;
    float: left;
    width: 25%;
}

.athlete-banner .attributes > div:nth-of-type(3) {
    clear: none;
    float: left;
}

.athlete-banner .motto {
    margin-top: 1.5em;
    padding-top: 1em;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    border-top: 1px solid #666;
    color: #fff;
}

.social .follow:only-child {
    display: none;
}

.athlete-banner .social {
    margin-top: 1.5em;
}

.athlete-banner .social > div {
    float: left;
}

.athlete-banner .social .follow {
    margin-right: 1.25em;
    padding-right: 1.25em;
    font-size: 70%;
    font-weight: bold;
    line-height: 2em;
    text-transform: uppercase;
    border-right: 1px solid #666;
    color: #fc0;
}

.athlete-banner .social .item a {
    padding-right: 1.25em;
    font-size: 100%;
    color: #ccc;
}

.athlete-banner .col-gaze {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    overflow: hidden;
}

.athlete-banner .hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -2em;
}

.athlete-banner .hero-image-fall-off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(14, 14, 14, 0.75) 0%, rgba(14, 14, 14, 0.0) 25%);
}

.athlete-banner .carousel-indicators li a {
    display: block;
    height: 100%;
}

.athlete-banner .info-panel {
    padding-bottom: 15px;
    background-color: #292a2f;
}

.athlete-banner .info-panel .attributes {
    padding-top: 0;
}

.athlete-banner .info-panel .social .follow {
    font-size: 85%;
}

.athlete-banner .info-panel .social .item a {
    font-size: 120%;
}

.athlete-banner .mobile-only {
    display: none;
}

@media (max-width: 767px) {

    .athlete-banner {
        position: static;
        min-height: 0;
    }

    .athlete-banner .header {
        position: relative;
        min-height: 25em;
        overflow: hidden;
    }

    .athlete-banner .name {
        font-size: 200%;
    }

    .athlete-banner .hero-image {
        height: 150%;
        background-position-x: 0;
    }

    .athlete-banner .mobile-hidden {
        display: none;
    }

    .athlete-banner .mobile-only {
        display: block;
    }

}

@media (max-width: 439px) {

    .athlete-banner .col-gaze {
        width: 100%;
    }

}

@media (max-width: 359px) {

    .athlete-banner .hero-image {
        background-position-x: -1em;
    }

}

.athlete-desc {
    margin: 1em 0;
}

.athlete-desc .sharing {
    display: inline-block;
    padding-left: 0.5em;
}

.athlete-desc .sharing > div {
    display: inline-block;
    padding-left: 0.75em;
}

.athlete-desc .sharing > div > a {
    font-size: 120%;
    color: #666;
}

.athlete-related header {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.athlete-related .stream .col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.athlete-related .stream .open {
    display: none;
}

.athlete-related footer {
    text-align: center;
}

.athlete-related footer .btn-more2 {
    margin: 3em 0;
}

.related-post-item {
    position: relative;
    margin-bottom: 2em;
    font-weight: normal;
    text-transform: none;
    color: #333;
}

.related-post-item .type {
    margin: 1.5em 0 1em;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.related-post-item .type a {
    color: inherit;
}

.related-post-item .title {
    margin: 1em 0;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.2em;
    max-height: 3.6em;
    color: #222;
}

.related-post-item .title.three-lines {
    max-height: 3.6em;
}

.related-post-item .title a {
    color: inherit;
}

.related-post-item .desc {
    display: none;
    padding-top: 0.5em;
    font-size: 90%;
    font-weight: normal;
    text-transform: none;
}

.related-post-item .open {
    display: block;
    padding-top: 1em;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

.related-post-item .open .fas {
    margin-left: 0.25em;
    font-size: 90%;
}

@media (min-width: 768px) {

    .related-post-item .title {
        height: 2.4em;
        max-height: 2.4em;
        overflow: hidden;
    }

}

.video-details {
    overflow: hidden;
    color: #ccc;
    background-color: black;
}

.video-details .title {
    display: inline-block;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 165%;
    line-height: 1.1em;
}

.video-details .head {
    padding-top: 2em;
}

.video-details .playlist-text {
    margin: 0;
    margin-bottom: 0.5em;
    color: inherit;
}

.video-details .date:not(:last-child) {
    border-right: 1px solid #222;
    padding: 5px 15px 5px 0;
    margin-right: 15px;
    vertical-align: middle;
}

.video-details .sharing a {
    width: 2em;
    font-size: 150%;
    color: #666;
    padding-right: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.video-details .sharing a:hover {
    color: #fff;
}

.video-related header {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.video-related .stream .col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.video-related .related-post-item .open {
    display: none;
}

.video-related footer {
    text-align: center;
}

.video-related footer .btn-more2 {
    margin: 1em 0 3em;
}

.front-page-face {
    color: #cdcdcd;
    background-color: #000;
    overflow: hidden;
}

.front-page-face .highlight-block {
    height: 460px;
}

.front-page-face .highlight-block .carousel {
    width: 100%;
    height: 100%;
}

.front-page-face .highlight-block .carousel-indicators {
    margin: 0;
    padding: 20px 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.front-page-face .highlight-block .carousel-indicators li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 20%;
    height: 110px;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: inherit;
    color: #ccc;
    border: none;
    background-color: inherit;
}

.front-page-face .highlight-block .carousel-indicators li .image {
    margin-bottom: 0.5em;
    height: 70%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border: 2px solid rgba(48, 48, 48, 0.5);
}

.front-page-face .highlight-block .carousel-indicators li.active .image {
    border-color: rgba(128, 128, 128, 0.5);
}

.front-page-face .highlight-block .carousel-indicators li .title {
    display: block;
    line-height: 1.25;
    max-height: 2.5em;
    overflow: hidden;
}

.front-page-face .highlight-block .mobile-slide-next {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}

.front-page-face .highlight-block .mobile-slide-next em {
    font-size: 140%;
    font-style: normal;
    color: #ffc908;
}

.front-page-face .highlight-block .carousel-inner,
.front-page-face .highlight-block .carousel-inner .item {
    height: 100%;
}

.front-page-face .highlight-block .carousel-inner .item {
    font-size: 16px;
    color: #fff;
}

.front-page-face .highlight-block .carousel-inner .item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.front-page-face .highlight-block .carousel-inner .item .fall-off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.front-page-face .highlight-block .carousel-inner .item .fall-off.left {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);
}

.front-page-face .highlight-block .carousel-inner .item .fall-off.bottom {
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0) 20%);
}

.front-page-face .highlight-block .carousel-inner .item .info {
    position: absolute;
    top: 20%;
    padding: 0 20px;
    width: 70%;
}

.front-page-face .highlight-block .carousel-inner .item .watch,
a.play-icon-button {
    display: block;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    border-radius: 50%;
    border: 0.185em solid #ccc;
    color: #ccc;
}

.front-page-face .highlight-block .carousel-inner .item .watch .far,
a.play-icon-button .far {
    line-height: 2.2em;
    font-weight: 900 !important;
}

.front-page-face .highlight-block .carousel-inner .item .watch .far:before,
a.play-icon-button .far:before {
    content: "\f04b";
    margin-left: 0.25em;
    display: block;
}

.front-page-face .highlight-block .carousel-inner .item .title {
    margin: 0.35em 0 0.1em;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.2;
    max-height: 3.6em;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.front-page-face .highlight-block .carousel-inner .item .title a {
    color: inherit;
}

.front-page-face .highlight-block .carousel-inner .item .desc {
    line-height: 1.2;
    max-height: 2.4em;
}

.front-page-face .highlight-block .carousel-inner .item .open {
    position: relative;
    display: inline-block;
    margin-top: 1.5em;
    font-size: 80%;
    text-transform: uppercase;
    color: #ccc;
}

.front-page-face .highlight-block .carousel-inner .item .open .fas {
    position: absolute;
    top: 0.2em;
    right: -1em;
    color: #eb0;
}

.front-page-face .event-block {
    position: relative;
    height: 380px;
    font-size: 16px;
    background-color: #292a2f;
    border-top: 1px solid #ccc;
}

.front-page-face .event-block .image {
    position: relative;
    float: right;
    width: 55%;
    height: 100%;
}

.front-page-face .event-block .image .image-wrap-16_9 {
    padding-top: 0;
    height: 100%;
}

.front-page-face .event-block .image .image-wrap-16_9::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(41,42,47,1) 0%, rgba(41,42,47,.4) 5%, transparent 10%);
    overflow: hidden;
    z-index: 1;
}

.front-page-face .event-block .image .image-wrap-16_9 img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.front-page-face .event-block .info {
    position: relative;
    float: left;
    width: 45%;
    height: 100%;
}

.front-page-face .event-block .info .up-next {
    position: relative;
    left: 22px;
    top: 20px;
    padding-left: 10px;
    border-left: 5px solid #ffc908;
}

.front-page-face .event-block .info .up-next-text {
    color: #fff;
    font-size: 125%;
    text-transform: uppercase;
    font-weight: bold;
}

.front-page-face .event-block .info .event-countdown .countdown-item:after {
    font-size: 175%;
    font-weight: bold;
}

.front-page-face .event-block .info .event-countdown .countdown-item:last-of-type {
    padding-right: 0;
}

.front-page-face .event-block .info .event-countdown .time {
    font-size: 190%;
    font-weight: bold;
}

.front-page-face .event-block .info .event-countdown .time-label {
    font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ccc;
}

.front-page-face .event-block .info .details {
    padding: 40px 20px 0;
    text-transform: uppercase;
}

.date .timezone,
.time .timezone {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #666;
    cursor: pointer;
}

.front-page-face .event-block .info .details .title {
    font-size: 200%;
    font-weight: bold;
    line-height: 1;
    color: #ffc908;
}

.front-page-face .event-block .info .details .title a {
    color: inherit;
}

.front-page-face .event-block .info .actions {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.front-page-face .event-block .info .btn {
    margin-top: 0.25em;
    margin-right: 0.25em;
    color: #ccc;
    background-color: #000;
    border: 1px solid #555;
    border-radius: 0;
    font-size: 85%;
    text-transform: uppercase;
}

.front-page-face .event-block .info .btn:hover {
    color: #222;
    background-color: #ccc;
}

.front-page-face .side-block {
    height: 840px; /* 460px + 380px (sum of heights of .highlight-block and .event-block) */
    background-color: #eeeced;
}

@media (max-width: 1199px) {

    .front-page-face .event-block .info .btn {
        font-size: 75%;
    }

}

@media (max-width: 991px) {
    .home .front-page-face > .container {
        padding: 0;
        width: 100%;
    }

    .front-page-face .event-block {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .front-page-face .highlight-block {
        height: 400px;
    }

    .front-page-face .highlight-block .carousel-indicators li {
        height: 100px;
    }

    .front-page-face .highlight-block .carousel-inner .item {
        font-size: 14px;
    }

    .front-page-face .event-block {
        height: 320px;
    }

    .front-page-face .event-block .image,
    .front-page-face .event-block .info {
        width: 50%;
    }

}

@media (max-width: 569px) {

    .front-page-face .highlight-block {
        height: 14em;
    }

    .front-page-face .highlight-block .carousel-indicators {
        display: none;
    }

    .front-page-face .highlight-block .carousel-inner .item {
        font-size: 11px;
    }

    .front-page-face .highlight-block .carousel-inner .item .title {
        font-size: 150%;
        text-shadow: 0 0 6px rgba(0,0,0,.5);
    }

    .front-page-face .highlight-block .carousel-inner .item .info {
        top: auto;
        bottom: 20px;
        max-height: 85%;
        width: 80%;
    }

    .front-page-face .highlight-block .carousel-inner .item .watch,
    .play-icon-button {
        width: 2em;
        height: 2em;
    }

    .front-page-face .highlight-block .carousel-inner .item .watch .far,
    .play-icon-button .far {
        line-height: 1.7em;
    }

    .front-page-face .highlight-block .mobile-slide-next {
        display: block;
    }

    .front-page-face .highlight-block .carousel-inner .item .open {
        display: none;
    }

    .front-page-face .event-block {
        height: auto;
        font-size: 12px;
    }

    .front-page-face .event-block .image {
        float: none;
        width: 100%;
    }

    .front-page-face .event-block .image .image-wrap-16_9 {
        padding-top: 56.25%;
        height: 0;
    }

    .front-page-face .event-block .image .image-wrap-16_9::before {
        background-image: linear-gradient(0deg, rgba(41,42,47,1) 0%, rgba(41,42,47,.4) 5%, transparent 10%);
    }

    .front-page-face .event-block .image .image-wrap-16_9 img {
        width: 100%;
        height: auto;
    }

    .front-page-face .event-block .info {
        float: none;
        width: 100%;
    }

    .front-page-face .event-block .info .up-next {
        left: 17px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-width: 4px;
    }

    .front-page-face .event-block .info .up-next .up-next-text {
        font-size: 150%;
    }

    .front-page-face .event-block .info .event-countdown {
        top: 15px;
        right: 15px;
        left: auto;
        font-size: 95%;
    }

    .front-page-face .event-block .info .event-countdown .time-label {
        padding-top: 4px;
    }

    .front-page-face .event-block .info .details {
        padding-left: 15px;
    }

    .front-page-face .event-block .info .actions {
        position: static;
        padding: 15px;
        overflow: auto;
    }

    .front-page-face .event-block .info .actions .btn {
        float: left;
        display: block;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        width: 48.5%;
        font-size: 100%;
        overflow: hidden;
    }

    .front-page-face .event-block .info .actions .btn:nth-of-type(2) {
        float: right;
    }

}

.front-page-face .side-block .item .content,
.front-page-face .side-block .item .footer {
    padding: 30px;
}

.front-page-face .side-block .item .content a {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    max-height: 4.2em;
    overflow: hidden;
    text-decoration: none;
    color: #222;
}

.front-page-face .side-block .item .content a:hover {
    color: #555;
}

.front-page-face .side-block .item .footer {
    padding-top: 0;
    padding-bottom: 0;
}

.front-page-face .side-block .item .footer a {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #888;
    color: #888;
}

.front-page-face .side-block .item .footer a .fas {
    position: absolute;
    top: 0.2em;
    right: -1em;
    color: #eb0;
}

.front-page-face .side-block .item.more .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.front-page-face .side-block .item.more .footer a {
    padding: 0;
    margin-right: 10px;
    border: 0;
}

.front-page-section {
    font-size: 16px;
    overflow: hidden;
}

.front-page-section .section-title {
    margin: 1.4em 35px 0;
    padding: 0.15em 0;
    width: auto;
    font-size: 180%;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    border-top: 0.2em solid #ffc908;
}

.front-page-section .post-category {
    padding: 0.5em 0 1em;
}

.front-page-section .post-category .view-all {
    margin: 0 35px;
}

.front-page-section.latest article {
    position: relative;
    padding-bottom: 2em;
}

.front-page-section.latest article a {
    display: block;
    padding: 0 26px;
}

.front-page-section.latest article a.image {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0;
}

.front-page-section.latest article .image .sep {
    position: absolute;
    right: -1px;
    top: 100%;
    width: 2px;
    height: 2.3em;
    background-color: #ddd;
}

.front-page-section.latest article:last-of-type .image .sep {
    display: none;
}

.front-page-section.latest article .cat {
    font-size: 70%;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
}

.front-page-section.latest article .title {
    display: block;
    margin: 0.75em 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
    color: #222;
}

.front-page-section.latest article .open {

    font-size: 70%;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
}

.front-page-section.latest article .open .fas {
    color: #eb0;
}

.front-page-section.latest article .line {
    display: none;
    margin: 1em 20px;
    border-bottom: 1px solid #ccc;
}

.front-page-section.videos .container .row.stream {
    padding-bottom: 40px;
}

.front-page-section.videos article {
    position: relative;
    float: left;
    width: 25%;
    height: 22em;
    font-size: 16px;
}

.front-page-section.videos article .image {
    display: block;
    position: relative;
}

.front-page-section.videos article .image .image-wrap-16_9 {
    padding-top: 56%;
}

.front-page-section.videos article .info {
    padding: 26px 26px 0 26px;
}

.front-page-section.videos article .info .play {
    display: none;
}

.front-page-section.videos article .info .playlist,
.front-page-section.videos article .info .open {
    display: block;
    font-size: 70%;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
}

.front-page-section.videos article .info .playlist {
    margin-bottom: 1em;
}

.front-page-section.videos article .info .title {
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2em;
    max-height: 2.4em;
    color: #222;
}

.front-page-section.videos article .info .open {
    position: absolute;
    bottom: 16px;
    left: 26px;
}

.front-page-section.videos article .info .open .fas {
    color: #eb0;
}

.front-page-section.videos article:nth-of-type(3n+1) {
    width: 50%;
}

.front-page-section.videos article:nth-of-type(3n+1) .image {
    height: 100%;
}

.front-page-section.videos article:nth-of-type(3n+1) .image .image-wrap-16_9 {
    height: 100%;
    padding-top: 0;
}

.front-page-section.videos article:nth-of-type(3n+1) .image .play {
    display: none;
}

.front-page-section.videos article:nth-of-type(3n+2) .image .sep {
    position: absolute;
    right: -1px;
    top: 100%;
    width: 2px;
    height: 2.3em;
    background-color: #ddd;
}

.front-page-section.videos article:nth-of-type(3n+1) .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
}

.front-page-section.videos article:nth-of-type(3n+1) .info .play {
    display: block;
    margin-bottom: 1em;
    color: #ddd;
}

.front-page-section.videos article:nth-of-type(3n+1) .info .playlist {
    margin: 0;
    font-size: 95%;
    color: #ffc908;
}

.front-page-section.videos article:nth-of-type(3n+1) .info .title {
    margin-top: 0.2em;
    font-size: 175%;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.front-page-section.videos article:nth-of-type(3n+1) .info .open {
    color: #fff;
}

@media (max-width: 1599px) {

    .front-page-section.videos article {
        height: 19em;
    }

}

@media (max-width: 1199px) {

    .front-page-section.videos article {
        height: 16em;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info {
        height: 82%;
    }

}

@media (max-width: 991px) {

    .front-page-section > .container {
        padding: 0;
        width: 100%;
    }

    .front-page-section.videos .container .row.stream {
        padding-bottom: 0;
    }

    .front-page-section.videos article {
        height: 27vw;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info {
        height: 92%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .front-page-section.videos article:nth-of-type(3n+2) .info .open,
    .front-page-section.videos article:nth-of-type(3n+3) .info .open {
        display: none;
    }

}

@media (max-width: 767px) {

    .front-page-section > .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .front-page-section .post-category .view-all,
    .front-page-section .section-title {
        margin-left: 20px;
    }

    .front-page-section.latest article {
        font-size: 20px;
    }

    .front-page-section.latest article:nth-of-type(2n+0) .image .sep {
        display: none;
    }

    .front-page-section.videos .container .row.stream {
        padding-bottom: 20px;
    }

    .front-page-section.videos article {
        width: 50%;
        font-size: 21px;
        height: auto;
    }

    .front-page-section.videos article .info {
        padding-bottom: 4em;
    }

    .front-page-section.videos article:nth-of-type(3n+1) {
        width: 100%;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .image {
        height: auto;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .image .image-wrap-16_9 {
        height: 0;
        padding-top: 56.25%;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info .open {
        bottom: 12px;
    }

}

@media (max-width: 569px) {

    .front-page-section {
        font-size: 12px;
    }

    .front-page-section > .container {
        padding: 0;
    }

    .front-page-section .post-category .view-all,
    .front-page-section .section-title {
        margin-left: 35px;
    }

    .front-page-section.latest article {
        padding-bottom: 0;
        font-size: 16px;
        height: auto;
    }

    .front-page-section.latest article a {
        padding: 0 20px;
    }

    .front-page-section.latest article .title {
        height: auto;
        max-height: 3.6em;
    }

    .front-page-section.latest article .image,
    .front-page-section.latest article .open {
        display: none;
    }

    .front-page-section.latest article .line {
        display: block;
    }

    .front-page-section.latest article:first-of-type .cat {
        margin-top: 1em;
    }

    .front-page-section.latest article {
        width: 100%;
    }

    .front-page-section.videos .container .row.stream {
        padding: 15px 20px;
    }

    .front-page-section.videos article {
        font-size: 16px;
    }

    .front-page-section.videos article:nth-of-type(3n+2),
    .front-page-section.videos article:nth-of-type(3n+3) {
        padding: 2px 1px 14px;
    }

    .front-page-section.videos article:nth-of-type(3n+2) {
        padding-left: 0;
    }

    .front-page-section.videos article:nth-of-type(3n+3) {
        padding-right: 0;
    }

    .front-page-section.videos article .image .sep {
        display: none;
    }

    .front-page-section.videos article:nth-of-type(3n+2) .info,
    .front-page-section.videos article:nth-of-type(3n+3) .info {
        padding: 0;
        height: 3.75em;
    }

    .front-page-section.videos article:nth-of-type(3n+2) .info .playlist,
    .front-page-section.videos article:nth-of-type(3n+3) .info .playlist {
        display: none;
    }

    .front-page-section.videos article:nth-of-type(3n+2) .info .title,
    .front-page-section.videos article:nth-of-type(3n+3) .info .title {
        margin-top: 0.5em;
        font-size: 75%;
    }

    .front-page-section.videos article:nth-of-type(3n+2) .info .open,
    .front-page-section.videos article:nth-of-type(3n+3) .info .open {
        left: 0;
        bottom: 1.5em;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info {
        padding: 20px;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info .play {
        margin-bottom: 0.25em;
        font-size: 14px;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info .play .far {
        line-height: 2.3em;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info .playlist {
        font-size: 75%;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info .title {
        font-size: 110%;
    }

    .front-page-section.videos article:nth-of-type(3n+1) .info .open {
        display: none;
    }

}

.text-lines-clamp {
    display: block;
    line-height: 1.4em;
    max-height: 1.4em;
    overflow: hidden;
    text-decoration: none;
}

.text-lines-clamp.two-lines {
    max-height: 2.8em;
}

.text-lines-clamp.three-lines {
    max-height: 4.2em;
}

.infinity-layer-to-left {
    position: absolute;
    top: 0;
    right: 100%;
    width: 2000px;
    height: 100%;
    background-color: inherit;
}

.infinity-layer-to-right {
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 100%;
    background-color: inherit;
}

.image-with-animated-play-button {
    padding-top: 56.25%;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.image-with-animated-play-button .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: 900 !important;
}

.image-with-animated-play-button .play:before {
    content: "\f04b";
    position: absolute;
    left: 52.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #111;
}

.image-with-animated-play-button:hover .play {
    width: 72px;
    height: 72px;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.image-with-animated-play-button:hover .play:before {
    font-size: 26px;
    opacity: 0.5;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.image-wrap-16_9 {
    display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.image-wrap-3_2 {
    display: block;
    position: relative;
    padding-top: 66.66%;
    overflow: hidden;
}

.image-wrap-16_9 > img,
.image-wrap-3_2 > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.related-post-item .image-wrap-16_9 > img,
.related-post-item .image-wrap-3_2 > img,
.image-wrap-16_9.object-fit-cover > img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.articles-banner {
    position: relative;
    height: 31em;
}

.articles-banner .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: -1;
}

.articles-banner .image {
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.articles-banner .info,
.articles-banner .info > .row,
.articles-banner .info > .row > .col {
    height: 100%;
}

.articles-banner .top-story {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
}

.articles-banner .top-story .space {
    width: 10px;
}

.articles-banner .top-story .title,
.article-view .title {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.75em;
    line-height: 1.1em;
    font-size: 200%;
    font-weight: bold;
    color: #222;
}

.articles-latest .header {
    margin-top: 2em;
    margin-bottom: 1em;
}

.articles-latest .stream .col {
    margin-bottom: 2em;
    font-size: 16px;
}

.articles-latest .stream .item {
    position: relative;
    height: 100%;
}

.articles-latest .stream .item .cat {
    display: block;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    margin: .75em 0;
}

.articles-latest .stream .item .title {
    font-size: 85%;
    font-weight: bold;
    line-height: 1.2em;
    max-height: 3.6em;
    color: #222;
}

.articles-latest .stream .item .desc {
    display: none;
}

.articles-latest .sep {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.articles-latest .row.border {
    display: none;
}

.articles-latest .row.border .wrap {
    position: relative;
    height: 4em;
}

.articles-latest .row.border .sep {
    display: block;
    bottom: 3em;
}

.post-category .header {
    margin-top: 0.5em;
}

.post-category .view-all,
.article-sidebar .latest .more {
    display: block;
    margin: 0.4em 0 1.8em;
    font-size: 90%;
    color: #666;
    text-transform: uppercase;
}

.post-category .view-all .fas,
.article-sidebar .latest .more .fas {
    color: #eb0;
}

.post-category .item {
    margin-bottom: 2em;
}

.post-category.inmedia-cat .item {
    height: auto;
}

.post-category.inmedia-cat .row.stream .col {
    margin-bottom: 2em;
}

.articles-posts .item {
    margin-bottom: 2em;
}

.post-category .item .cat,
.articles-posts .item .cat {
    display: block;
    margin: 1.5em 0 1em;
    font-size: 70%;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.post-category .no-cat .cat,
.articles-posts .no-cat .cat {
    display: none;
}

.post-category .item .title,
.articles-posts .item .title {
    margin: 1em 0;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.2em;
    max-height: 3.6em;
    color: #222;
}

.post-category.inmedia-cat .item {
    margin-bottom: 0;
}

.post-category.inmedia-cat .item .title {
    margin: 0;
    text-transform: uppercase;
}

.post-category.inmedia-cat {
    margin-bottom: 2em;
}

.articles-posts {
    padding: 4em 0;
}

.articles-posts .item .desc,
.articles-posts .item .sep {
    display: none;
}

.articles-posts .footer {
    margin-top: 1em;
}

.articles-posts .footer .col {
    text-align: center;
}

@media (min-width: 768px) {

    .post-category.inmedia-cat .item {
        height: 3em;
    }

    .post-category.inmedia-cat .row.stream .col:nth-of-type(2n+1) {
        border-right: 1px solid #ccc;
    }

    .articles-banner .top-story .header {
        margin-bottom: 0;
    }

    .articles-latest .stream .col {
        height: 8em;
        font-size: 100%;
    }

    .articles-latest .stream .item .image-wrap-16_9 {
        float: right;
        padding-top: 0;
        margin-left: 1em;
        width: 50%;
        height: 100%;
    }

    .articles-latest .stream .item .info {
        padding-right: 10px;
        width: 50%;
    }

    .articles-latest .stream .item .cat {
        margin: 0 0 1em;
    }

    .articles-latest .stream .col:nth-of-type(4n+1),
    .articles-posts .focused-articles .item {
        float: right;
        height: 32em;
    }

    .articles-posts .focused-articles .item {
        float: none;
    }

    .articles-latest .stream .col:nth-of-type(4n+1) .item,
    .articles-posts .focused-articles .item {
        background-color: #f4f4f4;
    }

    .articles-latest .stream .col:nth-of-type(4n+1) .image-wrap-16_9,
    .articles-posts .focused-articles .image-wrap-16_9 {
        float: none;
        margin: 0;
        padding-top: 56.25%;
        width: 100%;
        height: 50%;
    }

    .articles-latest .stream .col:nth-of-type(4n+1) .info,
    .articles-posts .focused-articles .info {
        padding: 2em 1.75em;
        width: 100%;
    }

    .articles-latest .stream .col:nth-of-type(4n+1) .cat,
    .articles-posts .focused-articles .cat {
        margin-bottom: 2em;
    }

    .articles-posts .focused-articles .cat {
        margin-top: 0;
    }

    .articles-latest .stream .col:nth-of-type(4n+1) .title,
    .articles-posts .focused-articles .title {
        margin-bottom: 0;
        font-size: 150%;
    }

    .articles-latest .stream .col:nth-of-type(4n+1) .desc,
    .articles-posts .focused-articles .desc {
        display: block;
        display: -webkit-box;
        margin-top: 1em;
        font-size: 90%;
    }

    .articles-latest .stream .col:nth-of-type(4n+2),
    .articles-latest .stream .col:nth-of-type(4n+3) {
        margin-bottom: 4em;
    }

    .articles-latest .stream .col:nth-of-type(4n+2) .item .sep,
    .articles-latest .stream .col:nth-of-type(4n+3) .item .sep {
        display: block;
        bottom: -2em;
    }

    .articles-latest .row.border {
        display: block;
    }

}

@media (min-width: 991px) {

    .post-category.inmedia-cat .row.stream .col {
        border-right: 1px solid #ccc;
    }

    .post-category.inmedia-cat .row.stream .col:last-of-type {
        border: none;
    }

    .articles-posts .focused-articles .item {
        height: 32em;
    }

}

@media (max-width: 767px) {

    .articles-banner .top-story .title,
    .article-view .title {
        font-size: 150%;
    }

    .post-category .item,
    .articles-posts .item {
        font-size: 14px;
    }

}

@media (max-width: 569px) {

    .articles-banner {
        height: auto;
    }

    .articles-banner .image-wrap {
        position: static;
    }

    .articles-banner .image {
        padding-bottom: 56.25%;
        height: 0;
    }

    .articles-banner .image {
        position: static;
    }

    .articles-banner .info > .row > .col {
        width: 100%;
    }

    .articles-banner .top-story {
        position: static;
        padding: 0;
    }

    .articles-banner .top-story .space {
        display: none;
    }

    .articles-banner .top-story .title {
        padding-bottom: 0;
    }

    .post-category .item .cat,
    .articles-posts .item .cat {
        margin: 1.5em 0 0.75em;
    }

}

.article-face .main,
.article-face .sidebar {
    margin: 1em 0;
}

.article-view a.cat:hover,
.article-view a.cat:focus {
    color: #333;
    text-decoration: none;
}

.article-view .title {
    padding: 0.5em 0;
}

.article-view .meta {
    font-size: 100%;
    font-weight: bold;
    overflow: auto;
    color: #666;
}

.article-view .share-button {
  background: none;
  transition: background-color 0.2s ease;
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 1rem;
  transform: translateY(-100%);
}

.article-view .share-button:hover,
.article-view .share-button:focus,
.article-view .share-button:active {
  background-color: #eeeeee;
  border-color: #989898;
}

.article-view .share-button span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  padding-left: 0.3rem;
}

.article-view .meta > div:not(:last-child) {
    margin-right: 0.75em;
    padding-right: 0.75em;
    border-right: 1px solid #999;
}

.article-view .meta .author,
.article-view .meta .date,
.article-view .meta .share {
    float: left;
    display: block;
    line-height: 1.75em;
}

.article-view .meta .share {
    padding-left: 0.25em;
}

.article-view .meta a {
    color: inherit;
    text-decoration: none;
}

.article-view .meta a:hover {
    color: #222;
}

.article-view .meta .share a {
    padding: 0 0.3em;
    font-size: 140%;
}

.article-view .meta .share a:first-of-type {
    padding-left: 0;
}


.wysiwyg-editor-content {
    margin: 2em 0;
    line-height: 1.6em;
    font-family: 'Roboto', Arial, sans-serif;
}

.wysiwyg-editor-content h1 {
    margin: 1em 0;
    font-size: 2em;
    font-weight: bold;
}

.wysiwyg-editor-content h2 {
    margin: 0.9em 0;
    font-size: 1.4em;
    font-weight: bold;
}

.wysiwyg-editor-content h2.section-header {
    font-size: 1.5em;
    font-family: 'Montserrat',sans-serif;
}

.wysiwyg-editor-content h3 {
    margin: 0.8em 0;
    font-size: 1.3em;
    font-weight: bold;
}

.wysiwyg-editor-content h4 {
    margin: 0.7em 0;
    font-size: 1.2em;
    font-weight: bold;
}

.wysiwyg-editor-content h5 {
    margin: 0.6em 0;
    font-size: 1.1em;
    font-weight: bold;
}

.wysiwyg-editor-content h6 {
    margin: 0.5em 0;
    font-weight: bold;
}

.wysiwyg-editor-content strong {
    font-weight: bold;
}

.wysiwyg-editor-content em {
    font-style: italic;
}

.wysiwyg-editor-content pre {
    margin: 0 0 0.5em;
    padding: 0.5em;
    font-family: monospace;
}

.wysiwyg-editor-content p,
.wysiwyg-editor-content ul,
.wysiwyg-editor-content ol {
    margin: 1em 0;
}

.wysiwyg-editor-content ul > li,
.wysiwyg-editor-content ol > li {
    margin-left: 2.65em;
}

.wysiwyg-editor-content ul > li {
    list-style-type: disc;
}

.wysiwyg-editor-content ol > li {
    list-style-type: decimal;
}

.wysiwyg-editor-content img {
    max-width: 100%;
    height: auto;
}

.wysiwyg-editor-content .wp-caption,
.wysiwyg-editor-content iframe {
    max-width: 100%;
    min-width: auto !important;
}

.wysiwyg-editor-content .wp-caption-text {
    padding-top: 0.25em;
    font-size: 95%;
    color: #888;
}

.wysiwyg-editor-content blockquote {
    margin: 1em 1.5em 1em 0;
    padding-left: 1em;
    border-left: 0.25em solid #fc0;
    font-size: 120%;
}

figure figcaption,
.wysiwyg-editor-content .wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 80%;
    color: #888;
    text-align: center;
}

.wysiwyg-editor-content .inline-video-player {
    margin: 0;
    width: 640px;
    max-width: 100%;
    overflow: hidden;
}

.wysiwyg-editor-content.no-outer-margins { margin: 0; }
.wysiwyg-editor-content.no-outer-margins > p:first-child { margin-top: 0; }
.wysiwyg-editor-content.no-outer-margins > p:last-child { margin-bottom: 0; }

.article-sidebar {
    padding-left: 3em;
}

.article-sidebar .latest .item {
    padding-top: 1em;
    padding-bottom: 1em;
    height: 6em;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.article-sidebar .latest .item:last-of-type {
    border-bottom: none;
}

.article-sidebar .latest .item .image-wrap-16_9 {
    margin-right: 1em;
    float: left;
    width: 35%;
}

.article-sidebar .latest .item .cat {
    display: none;
}

.article-sidebar .latest .item .title {
    font-size: 90%;
    color: #222;
}

.article-sidebar .latest .footer {
    clear: both;
}

.article-sidebar .latest .more {
    color: #888;
}

@media (max-width: 991px) {

    .article-sidebar {
        padding-left: 1.5em;
    }

}

@media (max-width: 767px) {

    .article-sidebar {
        padding-left: 0;
    }

    .article-sidebar .latest .header {
        display: inline-block;
    }

    .article-sidebar .latest .item {
        height: auto;
        border-bottom: none;
    }

    .article-sidebar .latest .item .image-wrap-16_9 {
        margin-right: 0;
        width: 100%;
        float: none;
    }

    .article-sidebar .latest .item .cat {
        display: block;
        font-size: 70%;
        font-weight: bold;
        text-transform: uppercase;
        color: #666;
        margin: 1.5em 0 1em;
    }

    .article-sidebar .latest .item .title {
        margin: 1em 0;
        padding: 0;
        font-size: 85%;
        font-weight: bold;
        line-height: 1.2em;
        max-height: 3.6em;
    }

}

@media (max-width: 569px) {

    .article-face .main {
        margin-top: 1em;
    }

}

.videos-banner {
    height: 31em;
    background-color: #000;
}

.videos-banner .cont-header .col {
    min-height: 0;
}

.videos-banner .cont-header header {
    position: absolute;
    z-index: 1;
}

.videos-banner .cont-header header .header {
    margin-top: 3em;
    color: #ccc;
}

.videos-banner .carousel {
    position: relative;
    height: 100%;
}

.videos-banner .carousel-inner,
.videos-banner .item,
.videos-banner .item .container,
.videos-banner .item .container .row,
.videos-banner .item .container .row .col {
    height: 100%;
}

.videos-banner .item .image {
    position: absolute;
    left: 25%;
    top: 0;
    width: 75%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}

.videos-banner .item .image .fall-off {
    width: 50%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.videos-banner .item .info {
    position: absolute;
    top: 18.5%;
    width: 50%;
}

.videos-banner .item .watch-now {
    margin-top: 0;
}

.videos-banner .item .info .watch-wrap {
    display: inline-block;
    margin-top: 1.5em;
    min-height: 2.5em;
}

.videos-banner .item .info .watch-wrap:hover {
    padding-top: 0.175em;
    padding-left: 0.175em;
}

.videos-banner .item .info .watch-wrap:hover .watch {
    width: 2.2em;
    height: 2.2em;
}

.videos-banner .item .info .watch-wrap:hover .watch .far {
    line-height: 1.8em;
}

.videos-banner .item .info .title {
    margin: 0.35em 0;
    line-height: 1.1em;
    max-height: 2.2em;
    font-size: 225%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fecf00;
}

.videos-banner .item .info .title a {
    color: inherit;
}

.videos-banner .item .info .desc {
    line-height: 1.2em;
    max-height: 2.4em;
    font-size: 85%;
    color: #fff;
}

.videos-banner .carousel-indicators {
    margin: 0;
    padding: 0;
    left: auto;
    bottom: 0.5em;
    width: 50%;
    height: 9em;
    text-align: left;
}

.videos-banner .carousel-indicators li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 33.3333%;
    height: 100%;
    font-size: 65%;
    text-transform: uppercase;
    text-indent: inherit;
    color: #ccc;
    border: none;
    background-color: inherit;
}

.videos-banner .carousel-indicators li:first-of-type {
    padding-left: 0;
}

.videos-banner .carousel-indicators li:last-of-type {
    padding-right: 0;
}

.videos-banner .carousel-indicators li .image {
    margin-bottom: 0.5em;
    height: 65%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border: 2px solid rgba(128, 128, 128, 0.25);
}

.videos-banner .carousel-indicators li.active .image {
    border-top: 2px solid #fecf00;
}

.videos-banner .container.footer .col {
    min-height: 0;
}

.videos-banner .mobile-slide-next {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}

.videos-banner .mobile-slide-next em {
    font-size: 140%;
    font-style: normal;
    color: #ffc908;
}

.videos-all {
    background-color: #fff;
}

.videos-all .header .playlist {
    margin-top: 2em;
    padding-top: 0.1em;
}

.videos-all .header .playlist .btn {
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: #666;
}

.videos-all .header .playlist .btn h2 {
    display: inline-block;
}

.videos-all .header .playlist .dropdown-menu li a {
    padding: 0.2em 1em;
    font-size: 150%;
}

.videos-all .header .playlist .dropdown-menu li.active a {
    background-color: #666;
}

.videos-all .content.first-row {
    margin-top: 1.75em;
}

.videos-all .content.stream {
    margin-bottom: 1.5em;
}

.videos-all .content.empty {
    margin: 4em 0;
    font-size: 125%;
    text-align: center;
}

.videos-all .content .col {
    margin-bottom: 20px;
}

.videos-all .content .item {
    height: 100%;
}

.videos-all .content .item .image {
    display: block;
    padding-top: 0;
    height: 60%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.videos-all .content .item .info {
    height: 40%;
}

.videos-all .content .item .cat {
    margin: 1.5em 0 1em;
    display: block;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.videos-all .content .item .title {
    margin: 1em 0;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.2em;
    max-height: 3.6em;
    color: #222;
}

.videos-all .content .col.next-live-event article {
    background-color: #f4f4f4;
}

.videos-all .content .col.next-live-event .image {
    padding-top: 45%;
    color: #222;
}

.videos-all .content .col.next-live-event .image .title {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.65em 1em;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffcc01;
}

.videos-all .content .col.next-live-event .main {
    float: left;
    width: 55%;
    height: 100%;
}

.videos-all .content .col.next-live-event .side {
    float: right;
    width: 11.5em;
    min-height: 4em;
    padding-left: 1em;
    border-left: 1px solid #888
}

.videos-all .content .col.next-live-event .info {
    padding: 1em;
    overflow: auto;
    color: #222;
}

.videos-all .content .col.next-live-event .title {
    margin: 0;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
    max-height: 2.2em;
    color: inherit;
}

.videos-all .content .col.next-live-event .date {
    margin-top: 0.25em;
    font-size: 85%;
}

.videos-all .content .col.next-live-event .time {
    font-size: 85%;
}

.videos-all .content .col.next-live-event .event-countdown {
    overflow: auto;
}

.videos-all .content .col.next-live-event .event-countdown .countdown-item {
    float: left;
    display: block;
    padding: 0 5px;
    text-align: center;
    color: #6a6a6a;
    width: 25%;
}

.videos-all .content .col.next-live-event .event-countdown .countdown-item:after {
    display: none;
}

.videos-all .content .col.next-live-event .event-countdown .time {
    font-size: 120%;
    font-weight: bold;
    color: inherit;
}

.videos-all .content .col.next-live-event .event-countdown .time-label {
    padding-top: 0.25em;
    font-size: 55%;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
}

.videos-all .content .col.next-live-event .btn.purchase {
    margin-top: 1em;
    padding: 0 0.5em;
    line-height: 2.5em;
    font-size: 65%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #222;
    border: 1px solid #5e5e5e;
    border-radius: 0;
    overflow: hidden;
}

.videos-all .content .col.next-live-event.live-event .btn.purchase {
    margin-top: 1.75em;
}

.videos-all .content .col.next-live-event .btn.purchase:hover {
    background-color: #e6e6e6;
}

.videos-all .footer {
    margin: 2em 0;
    text-align: center;
}

@media (max-width: 991px) {

    .videos-banner .item .info,
    .videos-banner .carousel-indicators {
        width: 65%;
    }

}

@media (max-width: 769px) {

    .videos-banner {
        height: 28em;
    }

    .videos-banner .item .image {
        left: 10%;
        width: 90%;
    }

    .videos-banner .item .info {
        top: 22%;
    }

}

@media (max-width: 569px) {

    .videos-banner {
        height: 20em;
    }

    .videos-banner .item .info {
        top: 30%;
        width: 80%;
    }

    .videos-banner .item .info .title {
        font-size: 150%;
        max-height: 3.3em;
    }

    .videos-banner .item .info .desc {
        display: none;
    }

    .videos-banner .carousel-indicators {
        display: none;
    }

    .videos-banner .mobile-slide-next {
        display: block;
    }

    .videos-all .content .col.next-live-event {
        height: auto;
    }

    .videos-all .content .col.next-live-event .image {
        height: 10em;
    }

    .videos-all .content .col.next-live-event .info {
        height: auto;
    }

    .videos-all .content .col.next-live-event .main {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .videos-all .content .col.next-live-event .side {
        float: none;
        min-height: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #888;
    }

}

.champion-item-view {
    position: relative;
    width: 100%;
    height: 17em;
    overflow: hidden;
    background-color: #0e0e0e;
}

.champion-item-view .wrap {
    display: block;
    height: 100%;
    text-decoration: none;
}

.champion-item-view .image {
    position: absolute;
    width: 110%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%);
    background-position: top center;
    top: 50%;
    left: 50%;
}

.champion-item-view .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 1em 1em;
    background-image: linear-gradient(0deg, rgba(14, 14, 14, .9) 10%, rgba(14, 14, 14, .4) 70%, transparent 100%);
}

.champion-item-view .weight-class {
    font-size: 70%;
    color: #ccc;
}

.champion-item-view .name {
    font-size: 100%;
    margin: 0.25em 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    color: #fc0;
}

.champion-item-view .nickname {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 375px) {
    .champion-item-view .name {
        font-size: 85%;
    }
}

@media (max-width: 1199px) {
    .champion-item-view {
        height: 15em;
    }
}

.static-page-banner,
.search-page-banner,
.contact-us-banner {
    min-height: 10em;
    background-color: #161616;
    padding-bottom: 2em;
}

.static-page-banner .section-header,
.search-page-banner .section-header,
.contact-us-banner .section-header {
    margin-top: 3.5em;
    color: #ccc;
}

.search-page-banner .section-header em {
    color: #fff;
}

.search-page-empty {
    margin: 4em 0;
}

.search-page-athletes,
.search-page-articles {
    margin: 1.5em 0;
}

.search-page-athletes .section-header,
.search-page-articles .section-header {
    margin: 1.25em 0 0.5em;
}

.search-page-athletes .col,
.search-page-articles .col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-page-articles .stream .open {
    display: none;
}

.search-page-articles footer {
    text-align: center;
}

.search-page-articles footer .btn-more2 {
    margin: 3em 0;
}

.about-us {
    background-color: black;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 16px;
}

.about-us .heading {
    padding: 120px 0;
    color: white;
    font-size: 250%;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}

.about-us .about-item {
    display: inline-block;
    margin-bottom: 40px;
    font-weight: bold;
    color: white;
    border-top: solid 1px transparent;
    width: 100%;
}

.about-us .about-item:hover,
.about-us .about-item:focus {
    text-decoration: none;
    border-top: solid 1px #fc0;
}

.about-us .about-item img {
    width: 100%;
    height: auto;
    border: solid 1px gray;
}

.about-us .about-item img:hover,
.about-us .about-item img:focus {
    border-top: solid 1px #fc0;
}

@media (max-width: 769px) {
    .about-us {
        background-position: top center;
        background-size: auto 800px;
    }

    .about-us .heading {
        padding-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .about-us {
        height: auto;
        font-size: 13px;
    }

    .about-us .heading {
        padding-top: 20px;
    }
}

.about-one {
    margin-bottom: 1.5em;
}

.about-one .banner {
    background-color: black;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    color: white;
    font-weight: bold;
    height: 430px;
}

.about-one .section-header {
    margin: 1.5em 0;
}

.about-one .banner .container {
    position: relative;
    height: 100%;
}

.about-one .banner-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 250%;
    line-height: 1em;
    text-transform: uppercase;
}

@media (max-width: 769px) {
    .about-one .banner {
        background-position: top center;
    }
}

.about-one .wysiwyg-editor-content {
    margin: 0;
}

form .checkbox-group {
    margin-top: .5em;
    display: flex;
    line-height: 1.2;
}

form .checkbox-group input[type="checkbox"] {
    margin: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

form .checkbox-group label {
    margin-left: .5em;
    margin-top: 2px;
}

.contact-us-content {
    margin: 3em 0;
}

.accreditation-form {
    padding: 1em 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 90%;
    color: #333;
}

.contact-us-content form legend.control-label,
.contact-us-content form label.control-label,
.accreditation-form label.control-label {
    text-align: left;
}

.contact-us-content form .form-control,
.accreditation-form .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us-content form select.department option[value=''] {
    display: none;
}

.contact-us-content .form-group.footer,
.accreditation-form .form-group.footer {
    margin-top: 2em;
}

.contact-us-content .loading-indicator,
.accreditation-form .loading-indicator {
    margin-left: 1em;
    line-height: 3em;
}

.contact-us-content .loading-indicator.normal-line-height {
    line-height: 1.4;
}

.accreditation-form .message-sent {
    padding: 1em 2em;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px #ccc;
}

.contact-us-content .postal-addr {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
}

@media (min-width: 992px) {

    .contact-us-content .postal-addr {
        margin: 0;
        padding: 0;
        border: none;
        margin-left: 1em;
        padding-left: 1em;
        border-left: 1px solid #ddd;
    }

}

.inmedia-banner {
    height: 31em;
}

.inmedia-banner .image {
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.inmedia-content .main .section-header {
    margin-top: 0;
}

.inmedia-content .main li {
    margin: 2em 0;
    padding-bottom: 2em;
    border-bottom: 1px solid #ddd;
}

.inmedia-content .main li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.inmedia-content .main li .pub-name {
    margin: 0.5em 0;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.inmedia-content .main li .title {
    margin: 0.5em 0;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
}

.inmedia-content .main li .title a {
    color: inherit;
}

.inmedia-content .main li .desc {
    line-height: 1.6em;
    font-family: Roboto, Arial, sans-serif;
    font-size: 90%;
    color: #444;
}

.inmedia-content .main .footer {
    text-align: center;
}

.inmedia-content .main .footer .btn-more2 {
    margin: 3em 0;
}

@media (max-width: 767px) {

    .inmedia-banner {
        height: auto;
    }

    .inmedia-banner .image {
        padding-bottom: 56.25%;
        height: 0;
    }

}

.posts-navigation .link {
    display: block;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: 6em;
}

.posts-navigation .main-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #111;
    text-transform: uppercase;
    font-weight: bold;
}

.posts-navigation .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #999;
    padding: 2em;
}

.posts-navigation .nav-link:hover {
    color: #111;
}

.posts-navigation .nav-link .nav-icon {
  top: 50%;
  padding: 1em;
  position: absolute;
  transform: translateY(-50%);
}

.posts-navigation .prev-link .nav-icon {
  left: 0;
}

.posts-navigation .next-link .nav-icon {
  right: 0;
}

@media (min-width: 768px) {

    .posts-navigation .main-link {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

}

.video-player {
    z-index: 1;
}

.video-player .cover-image {
    padding-top: 0;
    cursor: pointer;
}

.video-player .cover-content {
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: 1em;
}

.video-player .cover-content .play-icon {
    padding-bottom: 10px;
    font-size: 300%;
    color: #ccc;
    transition: .2s color;
}

.video-player .cover-content:hover .play-icon {
    color: #fff;
}

.video-player .cover-content .title {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
    color: #ffc908;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    .video-player .cover-content {
        left: 2em;
        right: 2em;
        bottom: 4em;
    }

    .video-player .cover-content .play-icon {
        padding-bottom: 20px;
        font-size: 400%;
    }

    .video-player .cover-content .title {
        font-size: 200%;
    }
}

.page-not-found .title {
    margin: 2em 0 1.4em;
}

.page-not-found form {
    margin: 1.4em 0 3em;
}

.page-not-found form .form-control {
    border-radius: 0;
    box-shadow: none;
}

.page-not-found form .btn-more {
    padding: 7px 12px;
}

.media-quotes {
  padding: 1em 0;
  min-height: 12em;
  font-size: 1rem;
  position: relative;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .media-quotes {
    min-height: 18em;
  }
}

.media-quotes .prev, .media-quotes .next {
  cursor: pointer;
  padding: 0.5em;
  background: none;
  border: none;
  color: #f0f0f0;
  font-size: 4.2em;
  transition: 0.6s ease;
  float: left;
}

.media-quotes .next {
  float: right;
}

.media-quotes .prev:hover, .media-quotes .next:hover {
  color: #8c8c8c;
}

.media-quote .media-quote-text {
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.25em;
}

.media-quote {
  opacity: 0;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 1s ease;
}

.media-quote.active {
  opacity: 1;
  z-index: 100;
}

.media-quote .media-name {
  display: inline-block;
  margin: 0 auto;
}

.media-quote .media-logo {
  width: auto;
  height: 4.2em;
}

.lang-nav {
  position: absolute;
  top: 1.3rem;
  left: 10rem;
  z-index: 9999;
  font-size: 12px;
  margin: 0 0.25rem;
  font-weight: bold;
}

@media (max-width: 400px) {
  .lang-nav {
    left: 8rem;
  }
}

@media (min-width: 768px) {
  .lang-nav {
    position: relative;
    float: right;
    right: 0;
    margin: -0.5rem -1rem -4rem 0;
    left: 0;
    font-size: 11px;
  }
}

@media (min-width: 992px) {
    .lang-nav {
      font-size: 12px;
    }
}

@media (min-width: 1200px) {
  .lang-nav {
    font-size: 14px;
  }
}

.lang-nav .selector a {
  color: #333;
  display: block;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}

.lang-nav .selector a:hover,
.lang-nav .selector a:focus {
  color: #333;
  text-decoration: none;
}

.lang-nav .dropdown {
  background-color: #292a2f;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 7em;
  padding: 0.25rem 0;
  transform: translateY(100%);
  z-index: 99999;
}

.lang-nav .dropdown.active {
  display: block;
}

.lang-nav .dropdown a {
  color: #ccc;
  display: block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}

.lang-nav .dropdown a:hover,
.lang-nav .dropdown a:focus {
  color: white;
  text-decoration: none;
}

.basic-page-banner {
    position: relative;
    overflow: hidden;
    background-color: #0e0e0e;
}

.basic-page-banner .image {
    height: calc(100vw / 1.6);
}

.basic-page-banner.image-fade .image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(14,14,14,1) 1%, rgba(14,14,14,.5) 35%, transparent 60%);
}

.basic-page-banner .image img {
    display: block;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.basic-page-banner .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.basic-page-banner .category {
    margin-bottom: .5em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.basic-page-banner .title {
    display: inline-block;
    font-size: 130%;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.basic-page-banner .excerpt {
    margin-top: .5em;
    font-family: Roboto, Arial, sans-serif;
    font-size: 90%;
    line-height: 1.1;
    color: #fff;
}

.basic-page-banner.excerpt-hide .excerpt {
    display: none;
}

.basic-page-banner .more {
    display: block;
    margin-top: .5em;
    font-family: Roboto, Arial, sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    color: #fff;
}

.basic-page-banner .more .fas {
    color: #eb0;
}

.basic-page-banner.more-hide .more {
    display: none;
}

.basic-page-content .page-column {
    margin: 1.5em 0;
}

.basic-page-content .page-column.post-category .header {
    margin-top: 0;
}

.basic-page-content .page-column.post-category .post-category-subheader {
    padding-top: .5em;
    font-size: 90%;
}

.basic-page-content .page-column .btn-more2 {
    display: table;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .basic-page-banner .image {
        max-height: 460px;
    }

    .basic-page-banner.image-fade .image {
        margin-left: 35%;
    }

    .basic-page-banner.image-fade .image::after {
        background-image: linear-gradient(90deg, rgba(14,14,14,1) 36%, rgba(14,14,14,.5) 42%, transparent 48%);
    }

    .basic-page-banner .content {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .basic-page-banner .title {
        font-size: 220%;
        max-width: 45%;
    }

    .basic-page-banner.title-line .title {
        padding-top: .2em;
        border-top: 4px solid #fc0;
    }

    .basic-page-banner .excerpt,
    .basic-page-banner .more {
        margin-top: 1.25em;
        font-size: 100%;
        max-width: 45%;
    }

    .basic-page-content .page-column {
        margin: 2em 0;
    }

    .basic-page-content .page-column.article-view {
        padding-right: 1.5em;
    }
}

@media (min-width: 1200px) {
    .basic-page-banner .image {
        max-height: 540px;
    }

    .basic-page-banner .title {
        font-size: 260%;
        line-height: 1;
    }
}

.basic-action-link,
.basic-action-link:focus {
    display: inline-block;
    padding: .25em 1em;
    font-size: 65%;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.basic-action-link:hover {
    text-decoration: none !important;
    background-color: #888 !important;
    border-color: #888 !important;
    color: #fff !important;
}

.basic-action-link.large {
    font-size: 85%;
}

.basic-post-list article a:hover {
    color: inherit;
}

.basic-post-list article .title {
    margin-bottom: 0 !important;
    height: auto;
    max-height: initial !important;
}

.basic-post-list article .meta {
    margin-top: .25em;
    font-size: 75%;
    color: #888;
}

.basic-post-list article .meta a {
    color: inherit;
}

.basic-post-list article .image {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.basic-post-list article .image img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.basic-post-list.image-fit-contain article .image img {
    object-fit: contain;
    object-position: center;
}

.basic-post-list.image-dark-bg article .image {
    background: #333;
}

.basic-post-list article .download-link {
    margin-top: 1em;
}

.nav.nav-tabs.nav-cats {
    padding-top: 1em;
    border: 0;
}

.nav.nav-tabs.nav-cats > li {
    margin: 0;
}

.nav.nav-tabs.nav-cats > li > a {
    margin: 0;
    padding: 0 2em 1.2em 0;
    border: 0;
    font-size: 90%;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}

.nav.nav-tabs.nav-cats > li.active > a {
    color: #333;
}

.nav.nav-tabs.nav-cats > li > a:hover,
.nav.nav-tabs.nav-cats > li > a:focus {
    text-decoration: none;
    background: transparent;
    color: #333;
}

.nav.nav-tabs.nav-cats.flavor-links > li.active > a,
.nav.nav-tabs.nav-cats.flavor-links > li > a:hover,
.nav.nav-tabs.nav-cats.flavor-links > li > a:focus {
    color: #eb0;
}

.site-section.wide-list-content {
    padding: 1em 0;
    background: #f4f4f4;
}

.site-section.wide-list-content ul.market-info-list {
    display: flex;
    flex-direction: column;
}

.site-section.wide-list-content ul.market-info-list li {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5em;
}

.site-section.wide-list-content ul.market-info-list li .desc {
    padding: .5em 0;
    font-family: Roboto, Arial, sans-serif;
}

.site-section.wide-list-content ul.market-info-list li .title {
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

@media (min-width: 768px) {
    .site-section.wide-list-content {
        padding: .5em 0 1em;
    }

    .site-section.wide-list-content ul.market-info-list li {
        flex-direction: row;
        padding: 1.5em 0;
    }

    .site-section.wide-list-content ul.market-info-list li:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    .site-section.wide-list-content ul.market-info-list li .title {
        flex-basis: 25%;
        display: flex;
        align-items: center;
    }

    .site-section.wide-list-content ul.market-info-list li .desc {
        flex-basis: 55%;
        padding: 0 0 0 2em;
        display: flex;
        align-items: center;
    }

    .site-section.wide-list-content ul.market-info-list li .action {
        flex-basis: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.slider-photo-gallery {
    overflow: hidden;
}

:root {
    --jssor-photo-gallery-width: 960px;
    --jssor-photo-gallery-height: calc(var(--jssor-photo-gallery-width) * 9 / 16);
    --jssor-photo-gallery-thumbnails-visible: 5;
}

.jssor-photo-gallery {
    position: relative;
    width: var(--jssor-photo-gallery-width);
    height: var(--jssor-photo-gallery-height);
    background: transparent;
    overflow: visible;
}

.jssor-photo-gallery .nav-arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    width: 90px;
    opacity: 1;
}

.jssor-photo-gallery .nav-arrow:hover {
    opacity: 1;
    cursor: pointer;
}

.jssor-photo-gallery .nav-arrow.nav-arrowdn {
    opacity: 1;
}

.jssor-photo-gallery .nav-arrow.nav-arrowds {
    opacity: .25;
    pointer-events: none;
}

.jssor-photo-gallery .nav-arrow.right {
    left: auto;
    right: 0;
}

.jssor-photo-gallery .nav-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.jssor-photo-gallery .nav-arrow svg circle {
    fill: #000;
    opacity: .6;
}

.jssor-photo-gallery .nav-arrow svg path {
    fill: #fff;
    opacity: 1;
}

.jssor-photo-gallery .nav-arrow:hover svg path {
    fill: #ff0;
}

.jssor-photo-gallery .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--jssor-photo-gallery-width);
    height: var(--jssor-photo-gallery-height);
    background-color: rgba(0,0,0,.7);
}

.jssor-photo-gallery .loading .progress-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5%;
    font-size: calc(var(--jssor-photo-gallery-width) / 10);
    color: #fff;
}

.jssor-photo-gallery .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--jssor-photo-gallery-width);
    height: var(--jssor-photo-gallery-height);
    overflow: hidden;
}

.jssor-photo-gallery figure {
    width: 100%;
    height: 100%;
}

.jssor-photo-gallery figure img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.jssor-photo-gallery figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: .6em .9em;
    line-height: 1.2;
    max-height: 40%;
    overflow-y: auto;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    cursor: default;
}

.jssor-photo-gallery figure figcaption a {
    color: #fc0;
}

.jssor-photo-gallery figure figcaption a:hover {
    opacity: .8;
}

.jssor-photo-gallery .nav-thumb {
    position: absolute;
    left: 0;
    bottom: calc(var(--jssor-photo-gallery-height) / var(--jssor-photo-gallery-thumbnails-visible) * -1);
    height: calc(var(--jssor-photo-gallery-height) / var(--jssor-photo-gallery-thumbnails-visible));
    width: var(--jssor-photo-gallery-width);
}

.jssor-photo-gallery .nav-thumb .p {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--jssor-photo-gallery-width) / var(--jssor-photo-gallery-thumbnails-visible));
    height: calc(var(--jssor-photo-gallery-height) / var(--jssor-photo-gallery-thumbnails-visible));
    background-color: #fff;
    margin: 1px 1px 0 1px;
    cursor: pointer;
}

.jssor-photo-gallery .nav-thumb .p .t {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: .5;
}

.jssor-photo-gallery .nav-thumb .p:hover .t {
    opacity: 1;
}

.jssor-photo-gallery .nav-thumb .pav .t,
.jssor-photo-gallery .nav-thumb .pdn .t,
.jssor-photo-gallery .nav-thumb .p:hover.pdn .t {
    opacity: 1;
}

@media (min-width: 768px) {
    .jssor-photo-gallery figure figcaption {
        padding: .8em 1.2em;
    }
}

.athlete-item-view {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 15em;
    overflow: hidden;
}

.athlete-item-view .image {
    flex-basis: 70%;
    background: #eee;
    overflow: hidden;
}

.athlete-item-view .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.athlete-item-view .info .name {
    padding-top: 0.65em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #222;
}

.page-banner .banner {
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}

.page-banner .banner .container {
    position: relative;
    height: 100%;
}

.page-banner .banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 200%;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,.5);
    border-top-width: 0.2em;
}

.page-template-mobile-article {
  padding-bottom: 60px;
}

.page-template-download-app {
    background-color: #000;
}

.download-app-section {
    position: relative;
    overflow: hidden;
}

.download-app-section .bg-image {
    position: absolute;
    left: 50%;
    width: 180%;
    height: auto;
    transform: translateX(-50%);
}

.download-app-article {
    text-align: center;
    position: relative;
    padding: 56px 0 24px;
}

.download-app-article .screenshot-image {
    width: 65%;
    height: auto;
}

.download-app-article .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 15px 36px;
    color: #ccc;
    background: #000;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.5);
}

.download-app-article h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    color: #fd0;
}

.download-app-article h3 {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.download-app-article .download-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.download-app-article .download-options a {
    margin: 16px 8px 0;
    width: 128px;
}

.download-app-article .download-options img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .download-app-article .download-options a.ios {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .download-app-section {
        min-height: calc(100vh - 265px);
    }

    .download-app-section .bg-image {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .download-app-article {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 120px 0;
        text-align: left;
    }

    .download-app-article .screenshot-image {
        width: 200px;
    }

    .download-app-article .content {
        position: static;
        padding-top: 40px;
        max-width: 400px;
        background: transparent;
        box-shadow: none;
    }

    .download-app-article h1 {
        font-size: 28px;
    }

    .download-app-article h3 {
        font-size: 18px;
    }

    .download-app-article .download-options {
        flex-direction: column;
        padding-top: 64px;
    }

    .download-app-article .download-options a {
        margin: 15px 0 0;
        width: 172px;
    }
}

.author-photo {
    margin-bottom: 15px;
    padding-bottom: 34px;
    width: 260px;
    height: 300px;
    max-width: 100%;
    border-bottom: 6px solid #ffcc01;
}

.author-photo img {
    display: block;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.author-name {
    margin: 0;
    font-size: 200%;
    font-weight: bold;
    line-height: 1;
}

.author-contacts {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.author-contacts a {
    margin-right: 1rem;
    font-size: 175%;
    color: #111;
}

.author-contacts a:hover {
    text-decoration: none;
    opacity: .8;
}

.author-bio {
    margin-top: 1.5rem;
}

.site-section.simple-section {
    background: #fff;
}

.fullscreen-iframe {
    display:block;
    width: 100%;
    height: calc(100vh - 80px);
}

.fullscreen-iframe.hide-nav {
    height: 100vh;
}

.athlete-rankings-column .header {
    position: relative;
    margin: 3em 0 .85em;
    padding-left: .4em;
    font-size: 12.5px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 4px solid #ffc908;
}

.athlete-rankings-column .champ-wrap {
    position: relative;
    padding-top: 78%;
    height: 0;
    overflow: hidden;
}

.athlete-rankings-column .champ-wrap::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.athlete-rankings-column .champ-wrap img {
    display: block;
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.athlete-rankings-column .champ-wrap .info {
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.athlete-rankings-column .champ-name {
    display: block;
    font-size: 16.5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    pointer-events: auto;
}

.athlete-rankings-column .champ-title {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.athlete-rankings-column .athletes {
    margin: .75em 0;
    width: 100%;
}

.athlete-rankings-column .athletes td {
    padding: 0.4em 0;
}

.athlete-rankings-column .athletes td.rank {
    padding-left: 5px;
    width: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #ffbe1b;
}

.athlete-rankings-column .athletes td.shift {
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.athlete-rankings-column .athlete-shift-nr {
    padding: 0 .25em;
    white-space: nowrap;
    background: #ffc908;
}

.athlete-rankings-column .athlete-shift {
    font-family: monospace;
}

.athlete-rankings-column .athlete-shift .icon {
    color: #73b15b;
}

.athlete-rankings-column .athlete-shift .icon.negative {
    color: #fd1a2e;
}

.athlete-rankings-column .athlete-name {
    font-size: 13.5px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #333;
}

.athlete-rankings-column .athlete-name.vacant {
    color: #aaa;
}

@media (min-width: 768px) {
    .athlete-rankings-column .header {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .athlete-rankings-column .header {
        padding-right: 30px;
        font-size: 14px;
    }

    .athlete-rankings-column .champ-wrap {
        padding-top: 35%;
    }

    .athlete-rankings-column .champ-wrap::after {
        height: 1px;
    }

    .athlete-rankings-column .champ-wrap img {
        bottom: 0;
        left: 25%;
    }

    .athlete-rankings-column .champ-name {
        width: 60%;
        font-size: 18px;
    }

    .athlete-rankings-column .athletes {
        display: table;
    }

}

@media (max-width: 767px) {
    .article-sidebar .ad-container .ad-link {
        align-items: center;
    }
}

.red-dot-text {
    display: flex;
    align-items: center;
}

.red-dot-text i {
    margin-right: .3em;
    font-size: 80%;
}

/* Gutenberg "Table" */

figure.wp-block-table table thead {
    font-weight: bold;
}

figure.wp-block-table table thead,
figure.wp-block-table table tbody tr {
    border-bottom: 1px solid lightgray;
}

/* Gutenberg "Media and Text" */

.wp-block-media-text {
    line-height: 1;
}

/* Gutenberg "Cover" */

.wp-block-cover {
    line-height: 1;
}

/* Gutenberg "Blockquote" and "Pullquote" with cite */

blockquote cite {
    font-size: 80%;
    font-style: italic;
}

blockquote cite::before {
    content: '— ';
}

/* .event-ticket-card */

.event-ticket-card {
    display: grid;
    grid-template-areas:
        'title'
        'faces'
        'info'
        'actions';
    gap: .5em;
    font-size: 14px;
}

.event-ticket-card a.link {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #222;
}

.event-ticket-card .title {
    grid-area: title;
    padding: .5em 0;
    text-align: center;
    background: #eee;
    border-top: 1px solid #888;
}

.event-ticket-card .faces {
    grid-area: faces;
}

.event-ticket-card .info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.event-ticket-card .actions {
    grid-area: actions;
}

.event-ticket-card .info-title {
    padding: 0.5em 0;
}

.event-ticket-card .info-card-name {
    padding-bottom: 0.5em;
}

.event-ticket-card .info-card-name span {
    display: inline-block;
    padding: .25em .6em;
    font-size: 90%;
    background: #fc0;
}

.event-ticket-card .info-title,
.event-ticket-card .info-card-name,
.event-ticket-card .info-date-time {
    transition: .3s opacity ease-in;
}

.event-ticket-card .info.transitioning .info-title,
.event-ticket-card .info.transitioning .info-card-name,
.event-ticket-card .info.transitioning .info-date-time {
    opacity: 0;
}

.event-ticket-card .info-location {
    font-size: 85%;
}

.event-ticket-card .carousel .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #ccc;
    font-size: 120%;
    color: #444;
    z-index: 1;
}

.event-ticket-card .carousel a.nav:hover,
.event-ticket-card .carousel a.nav:focus {
    text-decoration: none;
}

.event-ticket-card .carousel a.nav.right {
    right: 0;
}

.event-ticket-card .carousel .carousel-inner {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
}

.event-ticket-card .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.event-ticket-card .carousel .image-pair-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.event-ticket-card .carousel .image-pair-wrap .image {
    width: 50%;
}

.event-ticket-card .carousel .image-pair-wrap .image img {
    width: 120%;
    height: 110%;
    user-select: none;
    pointer-events: none;
}

.event-ticket-card .carousel .image-pair-wrap .image:nth-child(2) img {
    left: -20%;
}

@media (min-width: 992px) {
    .event-ticket-card {
        grid-template-areas:
            'title title title'
            'faces info actions';
        grid-template-columns: 20rem auto 14rem;
        grid-gap: 0 1.5rem;
    }

    .event-ticket-card .info {
        text-align: initial;
    }

    .event-ticket-card .info-title {
        padding-top: 0;
    }

    .event-ticket-card .actor-button {
        min-width: 14rem;
    }

    .event-ticket-card .carousel .carousel-inner {
        border-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .event-ticket-card {
        grid-template-columns: 28rem auto 14rem;
        grid-gap: 0 3rem;
    }

    .event-ticket-card a.link {
        font-size: 22px;
    }

    .event-ticket-card .info {
        font-size: 125%;
    }
}

/* .actor-button */

.actor-button {
    padding: 1em;
    max-width: 100%;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
    background: #444;
    border: 1px solid #444;
}

.actor-button:hover {
    text-decoration: none;
    color: #444;
    background: #fc0;
}

.actor-button.is-disabled {
    color: #888;
    background: #ccc;
    border-color: #888;
    cursor: default;
}

/* body.page-template-how-to-watch */

body.page-template-how-to-watch {
    color: #f6f6f5;
    background: #1d1d1b;
}

body.page-template-how-to-watch h1,
body.page-template-how-to-watch h2 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 175%;
    line-height: 1;
    text-transform: uppercase;
    color: #fedb00;
}

body.page-template-how-to-watch .call-to-action {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
}

body.page-template-how-to-watch .carousel .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #444;
    font-size: 1rem;
    color: #fff;
    z-index: 1;
}

body.page-template-how-to-watch .carousel a.nav:hover,
body.page-template-how-to-watch .carousel a.nav:focus {
    text-decoration: none;
}

body.page-template-how-to-watch .carousel a.nav.left { left: -.5rem; }
body.page-template-how-to-watch .carousel a.nav.right { right: -.5rem; }

body.page-template-how-to-watch .carousel .carousel-inner {
    width: 100%;
    height: 100%;
}

body.page-template-how-to-watch .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

body.page-template-how-to-watch .carousel .page {
    display: flex;
    width: 100%;
    height: 100%;
}

body.page-template-how-to-watch .carousel .card {
    border: 2px solid transparent;
    cursor: pointer;
}

body.page-template-how-to-watch .carousel .card img {
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

body.page-template-how-to-watch .carousel .card.is-past img {
    filter: brightness(.5);
}

body.page-template-how-to-watch .carousel .card .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1em);
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 150%;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 3px 2px 8px rgba(0,0,0,1);
    user-select: none;
    pointer-events: none;
}

body.page-template-how-to-watch .carousel .card .content .subtitle {
    font-size: 70%;
}

body.page-template-how-to-watch .carousel .card.is-past .content .subtitle {
    padding-top: .5em;
    font-size: 1rem;
    font-weight: normal;
}

body.page-template-how-to-watch .carousel .card.is-selected {
    border-color: #fedb00;
}

body.page-template-how-to-watch .event-info {
    display: none;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

body.page-template-how-to-watch .event-info.is-selected {
    display: block;
}

body.page-template-how-to-watch .event-info .bout-cards {
    display: flex;
    flex-wrap: wrap;
    gap: .2em;
}

body.page-template-how-to-watch .event-info .bout-cards > * {
    padding: .5em 1em;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: #fedb00;
}

body.page-template-how-to-watch .country-selector-area {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    text-transform: uppercase;
}

body.page-template-how-to-watch .country-selector-area big {
    font-size: 140%;
}

body.page-template-how-to-watch .country-selector-area span {
    color: #fedb00;
}

body.page-template-how-to-watch .country-selector-area select {
    min-width: 10em;
    color: #333;
}

@media (min-width: 992px) {
    body.page-template-how-to-watch .carousel .card {
        margin: .5em;
        border-width: 6px;
    }

    body.page-template-how-to-watch .carousel .nav {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }

    body.page-template-how-to-watch .carousel a.nav.left { left: -1rem; }
    body.page-template-how-to-watch .carousel a.nav.right { right: -1rem; }
}

@media (min-width: 1600px) {
    body.page-template-how-to-watch .carousel .nav {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }

    body.page-template-how-to-watch .carousel a.nav.left { left: -4.25rem; }
    body.page-template-how-to-watch .carousel a.nav.right { right: -4.25rem; }
}

/* .btn-load-more.is-accent */

.btn-load-more.is-accent {
    line-height: 2.5;
    background: var(--color-apprentice-3);
}

.btn-load-more.is-accent .load-icon {
    margin-top: .6em;
}

/* form.simple-form */

form.simple-form .form-label {
    text-transform: uppercase;
}

form.simple-form .form-control,
form.simple-form .form-select {
    border: none;
    background-color: var(--color-apprentice-8);
}

/* .modal-popup */

.modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.925);
    overflow: hidden auto;
    z-index: 1234;
    pointer-events: none;
    opacity: 0;
    transition: .2s opacity ease-in-out;
}

body.modal-popup-is-open {
    overflow: hidden;
}

body.modal-popup-is-open .modal-popup.is-open {
    pointer-events: all;
    opacity: 1;
}

.modal-popup .button {
    position: fixed;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 250%;
    color: #fff;
    background: var(--color-apprentice-2);
    opacity: .8;
    cursor: pointer;
    z-index: 1;
}

.modal-popup .button.close {
    top: 0;
    right: 0;
}

.modal-popup .page {
    position: relative;
    margin: 0 auto;
    padding: 3.5rem 0;
    max-width: 40rem;
}

.modal-popup .page .content {
    min-height: 3.5rem;
}

@media (min-width: 992px) {
    .modal-popup .page {
        max-width: 42rem;
    }

    .modal-popup .content {
        padding: 1rem;
        background: var(--color-apprentice-2);
    }

    .modal-popup .button.close {
        position: absolute;
        top: 3.5rem;
        right: -3.5rem;
        background: var(--color-apprentice-2);
        opacity: 1;
    }
}

/* .modal-popup.subscription-popup */

.modal-popup.subscription-popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-popup.subscription-popup .header {
    font: var(--font-apprentice);
    font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
    .modal-popup.subscription-popup .header {
        font-size: 2rem;
    }
}

.modal-popup.subscription-popup .page {
    margin: 1rem;
    padding: 2rem;
    background: var(--color-apprentice-2);
}

.modal-popup.subscription-popup .page .content {
    min-width: 16rem;
    min-height: auto;
    color: #fff;
}

.modal-popup.subscription-popup form .action-button:not(:hover),
.modal-popup.subscription-popup form .action-button:disabled {
    border-color: var(--color-apprentice-2);
}

.modal-popup.subscription-popup .disclaimer {
    color: #ccc;
}

.modal-popup.subscription-popup .disclaimer a {
    text-decoration: underline;
    color: inherit;
}

.modal-popup.subscription-popup .message {
    display: none;
    color: #fff;
}

.modal-popup.subscription-popup.is-show-message .message { display: block; }

.modal-popup.subscription-popup.is-show-message .button.close,
.modal-popup.subscription-popup.is-show-message .header,
.modal-popup.subscription-popup.is-show-message .promo,
.modal-popup.subscription-popup.is-show-message form,
.modal-popup.subscription-popup.is-show-message .disclaimer { display: none !important; }

@media (min-width: 992px) {
    .modal-popup.subscription-popup .button.close {
        top: 0;
    }

    .modal-popup.subscription-popup .content {
        font-size: 1.125rem;
    }
}
