.pseudo-player-component {
    background-image: linear-gradient(0deg,#072641,rgba(0,28,53,.9));
    max-height: 522px;
    min-height: 180px;
    min-width: 320px;
    position: relative;
    text-align: center
}

.pseudo-player-component .overlay {
    background-image: linear-gradient(180deg,rgba(9,18,26,0),rgba(9,18,26,.9));
    display: block;
    padding-top: 56.25%;
    position: relative;
    z-index: 0
}

.pseudo-player-component .content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}
.pseudo-player-component .content {
        background-image: linear-gradient(0deg,#072641,rgba(0,28,53,.6));
    }

@media (min-width: 545px) {
    .pseudo-player-component .content {
        justify-content:space-around
    }
}

.pseudo-player-component .content.condensed {
    height: 70%
}

@media (min-width: 545px) {
    .pseudo-player-component .content.condensed {
        height:100%
    }

    .pseudo-player-component .content.condensed .event-details {
        justify-content: flex-end;
        margin-bottom: 5%
    }

    .pseudo-player-component .content.condensed .event-details .highlighted-text {
        margin-bottom: 0
    }

    .pseudo-player-component .content .event-details {
        align-items: center;
        display: flex;
        flex: 2;
        flex-flow: column nowrap;
        justify-content: center;
        margin-bottom: 0
    }
}

.pseudo-player-component .content .event-details .muted-text {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0
}

.pseudo-player-component .content .event-details .highlighted-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase
}

.pseudo-player-component .content .event-details .highlighted-text.small {
    font-size: 14px;
    padding: 0px 30px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

@media (min-width: 545px) {
    .pseudo-player-component .content .event-details .highlighted-text {
        font-size:28px;
        margin-bottom: 12px;
    }

    .pseudo-player-component .content .event-details .highlighted-text.small {
        font-size: 16px;
        padding: 0
    }
}

.pseudo-player-component .content .event-details .highlighted-text span {
    font-weight: 500
}

.pseudo-player-component .content .event-details .countdown-clock {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

@media (min-width: 545px) {
    .pseudo-player-component .content .event-details .countdown-clock {
        width:270px
    }
}

@media (min-width: 992px) {
    .pseudo-player-component .content .event-details .countdown-clock {
        width:400px
    }
}

@media (min-width: 545px) {
    .pseudo-player-component .content .event-details .countdown-clock.condensed .num {
        font-size:37px
    }
}

@media (min-width: 992px) {
    .pseudo-player-component .content .event-details .countdown-clock.condensed .num {
        font-size:80px
    }
}

.pseudo-player-component .content .event-details .countdown-clock .block {
    text-align: center;
    width: 45px
}

@media (min-width: 545px) {
    .pseudo-player-component .content .event-details .countdown-clock .block {
        width:85px
    }
}

@media (min-width: 992px) {
    .pseudo-player-component .content .event-details .countdown-clock .block {
        width:120px
    }
}

.pseudo-player-component .content .event-details .countdown-clock .type {
    color: hsla(0,0%,100%,.6);
    display: block;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

.pseudo-player-component .content .event-details .countdown-clock .num {
    color: #fff;
    display: block;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-align: center
}

@media (min-width: 545px) {
    .pseudo-player-component .content .event-details .countdown-clock .num {
        font-size:25px
    }
}

@media (min-width: 992px) {
    .pseudo-player-component .content .event-details .countdown-clock .num {
        font-size:50px
    }
}

.pseudo-player-component .content .event-details .event-action-button {
    background-color: transparent;
    border: 1px solid hsla(0,0%,100%,.6);
    border-radius: 2px;
    margin-top: 20px;
    padding: 7px 10px
}

@media (min-width: 545px) {
    .pseudo-player-component .content .event-details .event-action-button {
        padding:9px 14px
    }
}

.pseudo-player-component .content .event-details .event-action-button .event-action-link {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

.pseudo-player-component .content .event-details .event-action-button .event-action-link a {
    color: #fff
}

.pseudo-player-component .content .event-details .event-action-button .event-action-link .icon {
    margin-right: 4px;
    position: relative;
    top: 2px
}

@media (min-width: 545px) {
    .pseudo-player-component .message-wrapper.message-wrapper-mobile {
        display:none
    }
}

.pseudo-player-component .message-wrapper.message-wrapper-tablet {
    display: none
}

@media (min-width: 545px) {
    .pseudo-player-component .message-wrapper.message-wrapper-tablet {
        display:block;
        flex: 1
    }
}

.pseudo-player-component .message-wrapper .message {
    align-items: center;
    background-color: #09121a;
    display: flex;
    flex-flow: row nowrap;
    padding: 16px
}

@media (min-width: 545px) {
    .pseudo-player-component .message-wrapper .message {
        margin:auto;
        max-width: 470px;
        padding: 12px 16px;
        width: 80%
    }
}

@media (min-width: 643px) {
    .pseudo-player-component .message-wrapper .message {
        margin:8px auto
    }
}

.pseudo-player-component .message-wrapper .message .donate-icon {
    object-fit: contain;
    width: 55px
}

.pseudo-player-component .message-wrapper .message .text {
    color: #fff;
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 9px;
    max-width: 375px;
    text-align: left
}

.pseudo-player-component .message-wrapper .message .text a,.pseudo-player-component .message-wrapper .message .text a:hover,.pseudo-player-component .message-wrapper .message .text a:visited {
    color: #0e75d2;
    display: inline-block;
    font-weight: 700;
    text-decoration: none
}

@media (min-width: 545px) {
    .pseudo-player-component .mobile-message-wrapper {
        display:none
    }
}

.favorite-team-component .favorite-team-text {
    display: none;
    font-size: 11px;
    font-weight: 500;
    margin-left: 4px
}

@media (min-width: 992px) {
    .favorite-team-component .favorite-team-text {
        display:inline
    }
}

.favorite-team-component .favorite-team-icon {
    height: 24px;
    vertical-align: top;
    width: 24px
}

@media (min-width: 545px) {
    .favorite-team-component .favorite-team-icon {
        height:16px;
        vertical-align: sub;
        width: 16px
    }
}

.team {
    align-items: center;
    background: rgba(35,38,44,.8);
    border-left: 2px solid #0e75d2;
    border-color: #0e75d2 #0e75d2 currentcolor;
    border-top: #0e75d2;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    gap: 1em;
    padding: .8em 1em;
    transition: transform .2s ease-in-out
}

.team.selected {
    background-color: hsla(0,0%,100%,.2);
    outline-color: hsla(0,0%,100%,.3);
    outline-style: solid;
    outline-width: 1px
}

.team.show-pointer:hover {
    cursor: pointer;
    transform: scale(1.05)
}

@media (min-width: 545px) {
    .team {
        border-left:#0e75d2;
        border-color: #0e75d2 #0e75d2 currentcolor;
        border-top: 2px solid #0e75d2;
        margin: 0;
        min-width: unset
    }
}

@media (max-width: 545px) {
    .team {
        min-height:68px
    }
}

.team.rounded-borders {
    border-radius: 4px
}

.team .col-name {
    align-items: center;
    display: flex
}

@media (min-width: 545px) {
    .team.logo-right-layout .col-logo {
        order:2
    }

    .team.logo-right-layout .col-details {
        order: 1;
        text-align: right
    }

    .team.logo-right-layout .col-specifics {
        justify-content: flex-end;
        text-align: right
    }

    .team.logo-right-layout .col-name {
        flex-direction: row-reverse
    }

    .team.logo-right-layout .col-fav {
        margin-left: .5em
    }
}


@media (min-width: 545px) {
    .team.logo-left-layout .col-fav {
        margin-right:.5em
    }
}

.team .col-logo img,.team .col-logo {
    max-height: 30px;
    max-width: 30px
}

@media (min-width: 545px) {
    .team .col-logo img,.team .col-logo {
        max-height:54px;
        max-width: 54px
    }
}

.team .col-logo .activity-icon {
    color: hsla(0,0%,100%,.4);
    display: block;
    font-size: 22px;
    margin-right: 5px
}

@media (min-width: 545px) {
    .team .col-logo .activity-icon {
        margin:0;
        visibility: hidden
    }
}

.team .col-details {
    flex: 1
}

.team .col-details .name {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1rem;
    text-decoration: none;
    vertical-align: middle
}

@media (min-width: 545px) {
    .team .col-details .name {
        font-size:16px
    }
}

.team .col-details .name .arrow-icon {
    display: none
}

@media (min-width: 545px) {
    .team .col-details .name .arrow-icon {
        display:inline
    }
}

.team .col-details .name .arrow-icon.arrow-to-left-icon {
    transform: rotateY(180deg)
}

.team .col-details .col-name,.team .col-details .col-specifics {
    text-transform: capitalize
}

.team .col-details .col-specifics {
    align-items: center;
    color: hsla(0,0%,100%,.8);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 5px;
    line-height: 1.2em;
    margin-top: .4em
}

.team .col-details .col-specifics .activity-icon {
    opacity: .8
}

.team .col-details .follow-component-wrapper.hidden {
    visibility: hidden
}

.team .col-fav {
    vertical-align: sub
}

.team.size-small {
    gap: .7em
}

.team.size-small .col-logo img,.team.size-small .col-logo {
    max-height: 36px;
    max-width: 36px
}

@media (min-width: 545px) {
    .team.size-small .col-details .name {
        font-size:14px
    }
}

.teams-component {
    display: flex;
    flex-flow: row wrap;
    max-width: 928px;
    order: 3;
    width: 100%;
    z-index: 2
}

.teams-component .versus {
    display: none
}

@media (min-width: 545px) {
    .teams-component {
        grid-gap:1rem;
        display: grid;
        grid-template-columns: repeat(18,1fr);
        margin-top: 0;
        order: 1;
        padding: 48px 32px 0
    }

    .teams-component .logo-left-layout,.teams-component .logo-right-layout {
        grid-column: span 8
    }

    .teams-component .versus {
        align-items: center;
        display: flex;
        font-weight: 700;
        grid-column: span 2;
        justify-content: center
    }
}

.event-page {
    min-width: 320px
}

.event-page .background-image {
    display: none;
    z-index: -1
}

@media (min-width: 545px) {
    .event-page .background-image {
        display:block;
        max-height: 500px;
        overflow: hidden;
        position: absolute;
        width: 100%
    }
}

.event-page .background-image img {
    display: block;
    opacity: 1!important;
    width: 100%
}

.event-page .background-image .bottom-veil {
    background-image: linear-gradient(180deg,rgba(9,18,26,.76),#09121a);
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%
}

.event-page .vod-mute-msg-mobile {
    align-items: center;
    background-color: rgba(0,27,52,.8);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    width: 100%
}

@media (min-width: 545px) {
    .event-page .vod-mute-msg-mobile {
        display:none
    }
}

.event-page .vod-mute-msg-mobile .mute-msg-copy-mobile {
    color: #fff;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 16px;
    text-align: center
}

.event-page .event-stream-container {
    display: flex;
    flex-flow: row wrap
}

.event-page .event-stream-container .stream-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%
}

.event-page .event-stream-container .stream-wrapper .break {
    flex-basis: 100%;
    height: 0
}

@media (min-width: 545px) {
    .event-page .event-stream-container .stream-wrapper .break {
        order:2;
        padding: 16px 32px
    }
}

.event-page .event-stream-container .stream-wrapper .player-wrapper {
    max-width: 928px;
    order: 1;
    width: 100%;
    z-index: 1
}

@media (min-width: 545px) {
    .event-page .event-stream-container .stream-wrapper .player-wrapper {
        order:3;
        padding: 32px 32px 16px
    }
}

.buy-form {
    display: none
}

.no-events {
    background-color: hsla(0,0%,100%,.1);
    margin: 16px auto 0;
    width: 100%
}

@media (min-width: 545px) {
    .no-events {
        margin:32px auto 0
    }
}

.no-events p {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    font-weight: 500;
    margin: 32px 0;
    padding: 18px 42px;
    text-align: center
}

@media (min-width: 545px) {
    .no-events p {
        padding:32px 42px
    }
}

.share-component #siteURL[data-v-2ac8ee0c] {
    left: -9999px;
    position: absolute
}

.event-details-component {
    color: #fff
}

.event-details-component .vod-mute-msg-section {
    align-items: center;
    background-color: rgba(0,27,52,.8);
    box-sizing: border-box;
    display: none;
    justify-content: center;
    margin: 0 16px;
    max-width: 928px;
    padding: 16px 24px;
    width: 100%
}

@media (min-width: 545px) {
    .event-details-component .vod-mute-msg-section {
        display:flex;
        margin: 0 32px;
        width: auto
    }
}

@media (min-width: 992px) {
    .event-details-component .vod-mute-msg-section {
        margin:auto
    }
}

.event-details-component .vod-mute-msg-section .mute-msg-copy {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 0 16px;
    max-width: 600px;
    opacity: .8
}

.event-details-component .vod-mute-msg-section .illustrations-general-info {
    height: 40px;
    object-fit: contain;
    width: 40px
}

.event-details-component .publisher-section {
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    border-top: 1px solid hsla(0,0%,100%,.1);
    font-size: 14px;
    margin: 16px 0;
    padding: 20px 0
}

@media (min-width: 545px) {
    .event-details-component .publisher-section {
        font-size:20px
    }
}

.event-details-component .publisher-section .publisher-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 928px
}

.event-details-component .publisher-section .publisher {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: space-between
}

.event-details-component .publisher-section .publisher .publisher-logo {
    height: 30px;
    width: 30px
}

@media (min-width: 545px) {
    .event-details-component .publisher-section .publisher .publisher-logo {
        height:52px;
        width: 52px
    }
}

.event-details-component .event-detail-section {
    margin: 0 16px
}

@media (min-width: 545px) {
    .event-details-component .event-detail-section {
        margin:0 32px
    }
}

@media (min-width: 992px) {
    .event-details-component .event-detail-section {
        margin:auto;
        max-width: 928px;
        padding: 0 32px
    }
}

.event-details-component .event-info-section {
    padding-bottom: 16px;
    padding-top: 16px
}

@media (min-width: 545px) {
    .event-details-component .event-info-section {
        padding-bottom:24px
    }
}

.event-details-component .event-info-section .event-header {
    margin-bottom: 1em;
    padding-bottom: 1em
}

.event-details-component .event-info-section .event-header.border-bottom {
    border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.event-details-component .event-info-section .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin: 20px 0 15px;
    text-transform: capitalize
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .title {
        font-size:40px;
        line-height: 49px
    }
}

.event-details-component .event-info-section .delimiter {
    color: hsla(0,0%,100%,.1);
    font-weight: 500;
    margin: 0 5px
}

.event-details-component .event-info-section .date-time-location {
    display: flex;
    flex-flow: row wrap;
    gap: 3px;
    margin-top: 1rem
}

.event-details-component .event-info-section .date-time-location .date-time {
    font-size: 14px;
    font-weight: 700;
    margin-right: 1rem;
    text-transform: uppercase
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .date-time-location .date-time {
        font-size:18px
    }
}

.event-details-component .event-info-section .date-time-location .location {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    width: 100%
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .date-time-location .location {
        font-size:16px;
        width: unset
    }
}

.event-details-component .event-info-section .event-top-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .event-top-header {
        flex-direction:row
    }
}

.event-details-component .event-info-section .event-top-header .button {
    order: 2
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .event-top-header .button:first-child {
        margin-left:auto
    }
}

.event-details-component .event-info-section .event-top-header .sport-info {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    order: 3;
    text-transform: capitalize
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .event-top-header .sport-info {
        flex-basis:100%;
        font-size: 16px
    }
}

@media (min-width: 769px) {
    .event-details-component .event-info-section .event-top-header .sport-info {
        flex-basis:auto;
        order: 1;
        padding-top: 2em
    }

    .event-details-component .event-info-section .event-details {
        display: flex;
        gap: 40px;
        justify-content: space-between
    }
}

.event-details-component .event-info-section .description {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin: 1.5rem 0
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .description {
        font-size:20px;
        line-height: 22px
    }
}

.event-details-component .event-info-section .description .text {
    margin-bottom: 1rem
}

@media (min-width: 769px) {
    .event-details-component .event-info-section .description {
        margin:1rem 0
    }
}

.event-details-component .event-info-section .description a {
    font-weight: 600
}

.event-details-component .event-info-section .description h1,.event-details-component .event-info-section .description h2,.event-details-component .event-info-section .description h3 {
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    text-decoration: none;
    text-transform: none
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .description h1,.event-details-component .event-info-section .description h2,.event-details-component .event-info-section .description h3 {
        font-size:24px
    }
}

.event-details-component .event-info-section .description h4,.event-details-component .event-info-section .description h5,.event-details-component .event-info-section .description h6 {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    text-decoration: none;
    text-transform: none
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .description h4,.event-details-component .event-info-section .description h5,.event-details-component .event-info-section .description h6 {
        font-size:20px
    }
}

.event-details-component .event-info-section .description ul {
    list-style-type: unset;
    list-style: none;
    list-style-position: inside;
    margin: 0 0 16px
}

.event-details-component .event-info-section .description ul li {
    margin-bottom: 8px
}

.event-details-component .event-info-section .description ul li:before {
    content: "-";
    margin-right: 10px
}

.event-details-component .event-info-section .description ol {
    counter-reset: item;
    list-style-position: inside;
    list-style-type: none;
    margin: 0 0 16px
}

.event-details-component .event-info-section .description ol li {
    margin-bottom: 8px
}

.event-details-component .event-info-section .description ol li:before {
    content: counter(item) ".";
    counter-increment: item;
    margin-right: 10px
}

.event-details-component .event-info-section .description em,.event-details-component .event-info-section .description li,.event-details-component .event-info-section .description p,.event-details-component .event-info-section .description strong {
    color: hsla(0,0%,100%,.6);
    font-size: 14px
}

@media (min-width: 545px) {
    .event-details-component .event-info-section .description em,.event-details-component .event-info-section .description li,.event-details-component .event-info-section .description p,.event-details-component .event-info-section .description strong {
        font-size:15px
    }
}

.event-details-component .event-info-section .description p {
    margin-bottom: 16px
}

.event-details-component .event-info-section .description p:last-of-type {
    margin-bottom: 0
}

.event-details-component .track-wrestling-section .schedule-title {
    border-top: 1px solid hsla(0,0%,100%,.1);
    font-weight: 500;
    padding-top: 10px
}

.event-details-component .track-wrestling-section .schedule {
    font-size: 11px
}

.event-details-component .track-wrestling-section .schedule .subheading {
    font-size: 9px;
    margin-bottom: -5px
}

.event-details-component .track-wrestling-section .schedule .match {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px
}

.event-details-component .track-wrestling-section .schedule .match.current {
    font-weight: 600
}

.event-details-component .track-wrestling-section .schedule .match .weight {
    min-width: 70px
}

.event-details-component .track-wrestling-section .schedule .match .banner-wrapper {
    min-width: 33px;
    width: 33px
}

.event-details-component .track-wrestling-section .schedule .match .banner-wrapper .live-banner {
    background-color: #e51937;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 6px;
    font-weight: 600;
    height: 8px;
    line-height: 19px;
    margin-right: 7px;
    margin-top: 5px;
    padding: 1px;
    text-transform: uppercase
}

.event-details-component .track-wrestling-section .schedule .match .banner-wrapper .live-banner .live-icon {
    height: 10px;
    margin-top: -1px;
    width: 10px
}

.event-details-component .track-wrestling-section .schedule .match .banner-wrapper .live-banner .live-text {
    margin-top: -5px
}

.event-details-component .track-wrestling-section .schedule .match .players {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden
}

.event-details-component .track-wrestling-section .schedule .match .players .player {
    max-width: 100px;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.event-details-component .track-wrestling-section .schedule .match .players .player.left {
    max-width: 80px;
    min-width: 80px
}

.event-details-component .track-wrestling-section .schedule .match .players .player .team {
    font-size: 8px;
    line-height: 10px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.event-details-component .track-wrestling-section .schedule .match .players .win-banner {
    visibility: hidden
}

.event-details-component .track-wrestling-section .schedule .match .players .win-banner.displayed {
    visibility: visible
}

.event-details-component .track-wrestling-section .schedule .match .players .vs {
    padding: 0 20px;
    text-align: center
}

.event-details-component .track-wrestling-section .schedule-links {
    font-size: 11px;
    margin: 3px 0 8px;
    text-transform: uppercase
}

.event-details-component .track-wrestling-section .schedule-links span {
    color: #0e75d2;
    cursor: pointer;
    font-weight: 800
}

.event-details-component .track-wrestling-section .schedule-links .delimeter {
    margin: 0 15px
}

.event-details-component .producer a {
    font-weight: 800!important;
    text-transform: uppercase
}

.event-details-component .participating-schools-section {
    margin-top: 32px
}

.event-details-component .participating-schools-section .participating-schools-wrapper h3 {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    text-transform: none
}

@media (min-width: 545px) {
    .event-details-component .participating-schools-section .participating-schools-wrapper h3 {
        font-size:20px
    }
}

.event-details-component .related-events-section {
    padding-bottom: 24px;
    padding-top: 24px
}

.event-details-component .related-events-section h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 12px 0;
    text-transform: none
}

.event-details-component .related-events-section .nfhsbutton {
    display: none
}

.event-details-component .misc-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 50px
}

.event-details-component .misc-section .ad-placement {
    border-radius: 3px;
    margin-right: 30px;
    text-align: center
}

.event-details-component .misc-section .ad-placement:empty {
    margin-right: 0
}

.event-details-component .misc-section .ad-placement .ad-text {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    padding-top: 25%
}

.event-details-component .misc-section .social-wrapper {
    width: 100%
}

@media (min-width: 545px) {
    .event-details-component .misc-section .social-wrapper {
        width:300px
    }
}

.event-details-component .misc-section .social-wrapper .bottom-veil {
    background-image: linear-gradient(180deg,rgba(9,18,26,0),rgba(9,18,26,.9));
    bottom: 0;
    height: 40px;
    position: absolute;
    width: 100%
}

.event-details-component .callout-section {
    clear: both;
    margin: 40px auto 0;
    position: relative
}

@media (min-width: 545px) {
    .event-details-component .callout-section {
        margin:40px 32px 32px
    }
}

.event-details-component .callout-section .callout-box {
    background-color: hsla(0,0%,100%,.1);
    color: #fff;
    margin: 0 auto;
    max-width: 900px;
    padding: 32px 16px
}

@media (min-width: 545px) {
    .event-details-component .callout-section .callout-box {
        text-align:center
    }
}

.event-details-component .callout-section .callout-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    padding: 0
}

@media (min-width: 545px) {
    .event-details-component .callout-section .callout-box h2 {
        font-size:24px;
        line-height: 26px
    }
}

.event-details-component .callout-section .callout-box p {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    margin: 0;
    padding: 16px 0
}

@media (min-width: 545px) {
    .event-details-component .callout-section .callout-box p {
        margin:0 auto;
        max-width: 500px
    }
}

.ui-player-container .top-veil {
    background-image: linear-gradient(180deg,rgba(9,18,26,.9),rgba(9,18,26,0));
    height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.ui-player-container .bottom-veil {
    background-image: linear-gradient(180deg,rgba(9,18,26,0),rgba(9,18,26,.9));
    bottom: 0;
    height: 120px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.ui-player-container .video-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    left: 12px;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
    z-index: 1
}

@media (min-width: 545px) {
    .ui-player-container .video-title {
        font-size:20px;
        left: 16px;
        top: 12px
    }
}

.ui-player-container.delayed .player-content .message-container {
    background-color: rgba(9,18,26,.8);
    font-size: 16px!important;
    height: 100%;
    text-align: center;
    width: 100%
}

.ui-player-container.delayed .player-content .message-container h2.message-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0
}

@media (min-width: 545px) {
    .ui-player-container.delayed .player-content .message-container h2.message-title {
        font-size:30px
    }
}

.ui-player-container.delayed .player-content .message-container h3.player-message {
    color: hsla(0,0%,100%,.6)!important;
    font-size: 12px!important;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    text-transform: none!important
}

@media (min-width: 545px) {
    .ui-player-container.delayed .player-content .message-container h3.player-message {
        font-size:20px!important;
        margin-top: 16px
    }
}

.ui-player-container.pixellot-delay .player-content .message-container {
    background-color: rgba(9,18,26,.8);
    font-size: 16px!important;
    height: 100%;
    text-align: center;
    width: 100%
}

.ui-player-container.pixellot-delay .player-content .message-container h2.message-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0
}

@media (min-width: 545px) {
    .ui-player-container.pixellot-delay .player-content .message-container h2.message-title {
        font-size:30px
    }
}

.ui-player-container.pixellot-delay .player-content .message-container h3 {
    font-size: 12px!important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    height: 72px;
    letter-spacing: normal;
    line-height: normal;
    margin: 16px 20% 0;
    text-align: center;
    text-transform: none!important;
    width: 62%
}

@media (min-width: 545px) {
    .ui-player-container.pixellot-delay .player-content .message-container h3 {
        font-size:20px!important;
        margin-top: 40px
    }
}

.video-js .vjs-time-control {
    display: none;
}

.ui-player-container {
    position: relative
}

.ui-player-container .player {
    height: 100%
}

.ui-player-container .transition {
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    -moz-transition: visibility 1s,opacity 1s;
    -ms-transition: visibility 1s,opacity 1s;
    -o-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s;
    visibility: visible
}

.ui-player-container .message-title {
    color: #fff!important
}
@charset "UTF-8";
.player-container {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background-color: black;
  color: #fff !important;
  font-family: Montserrat, arial, sans-serif;
  overflow: hidden; }
  .player-container.player-container-2020 {
    display: block;
    overflow: visible; }
  .player-container .player-content {
    display: table-cell; }
    .player-container .player-content.player-content-2020 {
      display: block;
      width: 100%;
      height: 100%; }
    .player-container .player-content h3 {
      margin: 5px;
      color: #fff !important;
      font-size: 18px !important; }
  .player-container a, .player-container a:active, .player-container a:hover, .player-container a:visited {
    color: #efefef !important; }

.video-widget {
  background-color: black;
  width: 100%;
  height: 100%;
  display: block; }

.upsell-container-2020 {
  width: 100%;
  height: 100%;
  background-color: #004f96;
  background-image: linear-gradient(to top, rgba(9, 18, 26, 0) 60%, rgba(9, 18, 26, 0.9) 90%); }
  .upsell-container-2020 .upsell {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(9, 18, 26, 0.8); }
    .upsell-container-2020 .upsell .upsell-main {
      height: 100%;
      display: flex; }
      @media (min-width: 545px) {
        .upsell-container-2020 .upsell .upsell-main {
          flex-flow: column nowrap;
          justify-content: space-evenly; } }
      .upsell-container-2020 .upsell .upsell-main .slate-wrapper {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center; }
      .upsell-container-2020 .upsell .upsell-main .slate-message {
        width: 80%;
        margin: 25px auto 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px; }
        @media (min-width: 545px) {
          .upsell-container-2020 .upsell .upsell-main .slate-message {
            font-size: 20px;
            line-height: 25px;
            padding-top: 8%; } }
        @media (min-width: 643px) {
          .upsell-container-2020 .upsell .upsell-main .slate-message {
            font-size: 30px;
            line-height: 35px; } }
        .upsell-container-2020 .upsell .upsell-main .slate-message a {
          text-transform: capitalize; }
      .upsell-container-2020 .upsell .upsell-main .subscribe-button {
        min-width: 145px;
        margin: 0 auto;
        padding: 10px;
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 2px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700; }
        @media (min-width: 643px) {
          .upsell-container-2020 .upsell .upsell-main .subscribe-button {
            margin-top: 15px; } }
    .upsell-container-2020 .upsell .school-support-message {
      flex-flow: row wrap;
      align-items: center;
      margin: auto;
      background-color: #09121a; }
      .upsell-container-2020 .upsell .school-support-message.mobile {
        display: flex;
        float: left;
        padding: 16px; }
        @media (min-width: 545px) {
          .upsell-container-2020 .upsell .school-support-message.mobile {
            display: none; } }
      .upsell-container-2020 .upsell .school-support-message.tablet {
        display: none;
        padding: 12px 16px; }
        @media (min-width: 545px) {
          .upsell-container-2020 .upsell .school-support-message.tablet {
            display: flex;
            width: 80%;
            max-width: 470px; } }
        @media (min-width: 643px) {
          .upsell-container-2020 .upsell .school-support-message.tablet {
            margin: 8px auto; } }
      .upsell-container-2020 .upsell .school-support-message .donate-icon {
        width: 55px;
        object-fit: contain; }
      .upsell-container-2020 .upsell .school-support-message .text {
        flex: 1;
        max-width: 375px;
        margin-left: 9px;
        color: #fff;
        font-family: Montserrat, arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-align: left; }
        .upsell-container-2020 .upsell .school-support-message .text a, .upsell-container-2020 .upsell .school-support-message .text a:active, .upsell-container-2020 .upsell .school-support-message .text a:hover, .upsell-container-2020 .upsell .school-support-message .text a:visited {
          display: inline-block;
          color: #0e75d2 !important;
          font-weight: 700;
          text-decoration: none; }

.upsell-container {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #004f96;
  background-image: linear-gradient(to top, rgba(9, 18, 26, 0) 60%, rgba(9, 18, 26, 0.9) 90%);
  color: white !important;
  font-size: 14px !important; }
  .upsell-container .upsell-header {
    display: table-row;
    vertical-align: top;
    width: 100%;
    height: 5%;
    text-align: center;
    background-color: #3f4b5b;
    font-family: “Titillium Web”,sans-serif; }
    .upsell-container .upsell-header h3 {
      margin: 5px;
      color: white !important;
      font-size: 16px !important;
      font-weight: normal !important;
      line-height: normal !important; }
  .upsell-container .upsell-content {
    font-family: Montserrat;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px !important;
    background-color: rgba(9, 18, 26, 0.8); }
    .upsell-container .upsell-content p {
      margin: 0;
      margin-bottom: 15px; }
    .upsell-container .upsell-content img {
      margin: 0 !important; }
    .upsell-container .upsell-content .upsell-comcast {
      width: 100%;
      height: 90%;
      margin: 0 !important; }
      .upsell-container .upsell-content .upsell-comcast td {
        text-align: center !important; }
      .upsell-container .upsell-content .upsell-comcast tr {
        border: none !important; }
    .upsell-container .upsell-content .page-row {
      height: 1px; }
    .upsell-container .upsell-content .page-row-expanded {
      height: 100%; }
    .upsell-container .upsell-content .upsell-description {
      display: inline-block;
      width: 85%;
      font-size: 18px;
      font-weight: bold; }
      @media (min-width: 545px) {
        .upsell-container .upsell-content .upsell-description {
          max-width: 600px;
          font-size: 20px; } }
      @media (min-width: 643px) {
        .upsell-container .upsell-content .upsell-description {
          font-size: 30px;
          line-height: normal; } }
      .upsell-container .upsell-content .upsell-description.with-message-wrapper {
        margin-top: 45px; }
        @media (min-width: 545px) {
          .upsell-container .upsell-content .upsell-description.with-message-wrapper {
            margin-top: 0; } }
      .upsell-container .upsell-content .upsell-description a {
        color: white !important; }
    .upsell-container .upsell-content .upsell-description-small {
      display: inline-block;
      max-width: 90%;
      font-size: 18px !important;
      line-height: normal !important; }
      .upsell-container .upsell-content .upsell-description-small a {
        color: white !important; }

.message-container {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }
  .message-container.limit-container {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #004f96;
    background-image: linear-gradient(to top, rgba(9, 18, 26, 0) 60%, rgba(9, 18, 26, 0.9) 90%);
    color: white !important;
    font-size: 14px !important; }
  .message-container .message-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }
    .message-container .message-content p {
      margin: 0;
      margin-bottom: 15px; }
    .message-container .message-content img {
      margin: 0 !important; }
    .message-container .message-content.limit-content {
      font-family: Montserrat;
      display: table-cell;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 16px !important;
      background-color: rgba(9, 18, 26, 0.8); }
      .message-container .message-content.limit-content p {
        margin: 0;
        margin-bottom: 15px; }
      .message-container .message-content.limit-content img {
        margin: 0 !important; }
      .message-container .message-content.limit-content .player-message {
        font-family: Montserrat;
        display: inline-block;
        max-width: 600px;
        font-size: 30px !important;
        font-weight: bold;
        line-height: normal !important;
        color: #fff; }
        @media (max-width: 545px) {
          .message-container .message-content.limit-content .player-message {
            max-width: 80%;
            font-size: 18px !important;
            margin-top: 40px !important; } }
      .message-container .message-content.limit-content .player-instructions {
        max-width: 600px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        margin: 0 auto; }
        @media (max-width: 545px) {
          .message-container .message-content.limit-content .player-instructions {
            max-width: 80%;
            font-size: 12px !important; } }

.ecal-notice-dark {
  display:inline-block
}
.ecal-notice-dark .ecal-widget-button {
  background:none;
  border:none;
  color:#0e75d2;
  cursor:pointer;
  font-size:12px;
  font-weight:800;
  height:auto;
  margin:0;
  padding:0;
  text-decoration:none;
  text-shadow:none;
  text-transform:uppercase;
  transition-duration:.4s;
  transition-property:color;
  vertical-align:baseline;
  width:auto
}
.ecal-notice-dark .ecal-widget-button:hover {
  color:#238ff0
}
.ecal-notice-dark .ecal-widget-button .ecal-icon {
  height:16px;
  vertical-align:sub;
  width:16px
}
.ecal-notice-dark:after {
  clear:both;
  content:"";
  display:table
}





.poplayer {position: absolute;width: 100%;height: 100% }
.pop-wrap {display: table;position: absolute;height: 100%;width: 100%;z-index: 5 }
.pop-main {display: table-cell;vertical-align: middle }
.pop-html {margin-left: auto;margin-right: auto;text-align: center;max-height: 250px;overflow: hidden }
.pop-html>p {color: #f7f7f7;background: #000;max-width: 604px;margin: 0 auto }
.pop-block {display: inline-block;position: relative;width: 100%;height: 100%;z-index: 1 }
.pop-block>iframe {max-height: 250px;overflow: hidden }
.pop-border {border: 1px solid #cecece }
.pop-bottom {vertical-align: bottom;padding-bottom: 5px }
.pop-skip {width: 100%;position: absolute;z-index: 5;text-align: center }
.pop-preroll-close {border-right: 0;box-sizing: content-box;border: none;outline: 0;color: #fff;background-color: #000 }
@media(max-width:575px) {.pop-block, .pop-html, .pop-main, .pop-preroll-close, .pop-skip, .pop-wrap, .poplayer, .preroll {display: none }}
.modal.show{display: block;}
#sport_reg .modal-dialog {margin-top: 15% }
.ease {transition: all .3s ease-in-out }
#sport_reg .modal-header {
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #4D233F;
    background: linear-gradient(180deg, #000000, #da374a);
    color: #fff }
#sport_reg .modal-body {
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 350px;
    background: #000 }
#sport_reg .modal-body .img-cover {
    background: -webkit-linear-gradient(290deg, #4D233F, #305B9F);
    background: -o-linear-gradient(290deg, #4D233F, #305B9F);
    background: linear-gradient(160deg, #4D233F, #305B9F);
    z-index: 1 }
#sport_reg .modal-body .offerlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0 }
#sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {
    position: absolute;
    bottom: 90px;
    background: #4D233F;
    background: linear-gradient(180deg, #da374a, #000000);
    color: #ffffff;}
#sport_reg .modal-body .modal-text {opacity: 1;left: 0 }
#sport_reg .modal-body .modal-ft {opacity: 0;left: -10px }
#sport_reg .modal-body .modal-ft ul {list-style: none;margin-bottom: 0 }
#sport_reg .modal-body .modal-ft ul li .icon {color: #fff;margin-right: 10px }
#sport_reg .modal-body .modal-text strong {color: #fff }
#sport_reg .modal-footer {position: absolute;width: 100%;bottom: 0;background: #4D233F;
    background: linear-gradient(180deg, #da374a, #000000);}
#sport_reg .modal-content:hover .modal-body .offerlay {background-color: rgba(10, 11, 16, .8) }
#sport_reg .modal-content:hover .modal-body .modal-text {left: -10px;opacity: 0 }
#sport_reg .modal-content:hover .modal-body .modal-ft {left: 0;opacity: 1 }
@media (min-width: 992px) {
    #sport_reg .modal-header {font-size: 20px }
#sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {font-size: 14px;padding: 10px 15px;width: 50% }}
@media (max-width: 991px) {
    #sport_reg .modal-dialog {margin-top: 15% }
    #sport_reg .modal-header {font-size: 16px;height: 18% }
    #sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {font-size: 12px;padding: 8px 13px;width: 48% }
}
@media (max-width: 767px) {
    #sport_reg .modal-dialog {margin-top: 20% }
    #sport_reg .modal-header {font-size: 14px }
    #sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {font-size: 10px;padding: 8px 12px;width: 46% }
}
@media (max-width: 575px) {
    #sport_reg .modal-dialog {margin-top: 20% }
    #sport_reg .modal-header {font-size: 14px }
    #sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {font-size: 10px;padding: 8px 12px;width: 45% }
}
@media (max-width: 480px) {
    #sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {width: 75%;margin-bottom: 5px }
}
@media (max-width: 400px) {
    #sport_reg .modal-body .modal-ft, #sport_reg .modal-body .modal-text {width: 75%;margin-bottom: 50px }
}
