.error-container {
    display: block;
    position: relative;
    width: 100%;
    margin: 16px auto;
    padding: 40px 0;
    box-sizing: border-box
}

@media (min-width:545px) {
    .error-container {
        width: 100%;
        margin: 0 auto;
        padding: 80px 40px
    }
}

.error-container .basketball-404 {
    display: block;
    margin: 0 auto 48px;
    width: 230px;
    height: 150px
}

.error-container .error-message {
    max-width: 328px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0 auto 34px
}

@media (min-width:545px) {
    .error-container .error-message {
        margin-bottom: 0
    }
}

.error-container .link-wrapper {
    text-align: center;
    margin-top: 16px
}

.error-container .link-wrapper .error-link {
    text-transform: uppercase;
    font-size: .9em;
    display: block;
    margin-top: 16px !important
}

@media (min-width:545px) {
    .error-container .link-wrapper .error-link {
        display: inline;
        margin-top: 0 !important;
        margin-right: 24px !important
    }
    .error-container .link-wrapper .error-link:last-child {
        margin-right: 0 !important
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #3b8070;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

* {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

body,
html {
    height: 100%
}

body {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 400
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 16px
}

h2 {
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 12px
}

h3 {
    line-height: 40px;
    margin-bottom: 9px
}

h3,
h4 {
    font-size: 24px;
    text-transform: uppercase
}

h4 {
    line-height: 1.5em;
    margin-bottom: 5px
}

h5 {
    font-size: 20px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 25px
}

p {
    margin-bottom: 20px
}

p a,
p a:visited {
    line-height: inherit
}

blockquote {
    quotes: none;
    font-size: 20px;
    line-height: 28px;
    color: #777;
    font-style: italic;
    margin-bottom: 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}

blockquote:after,
blockquote:before {
    content: "";
    content: none
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
    color: #777;
    font-style: italic
}

blockquote cite {
    display: block;
    font-size: 14px;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

a {
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    vertical-align: baseline;
    text-decoration: none;
    transition-property: color;
    transition-duration: .4s
}

a img {
    border: none
}

a:visited {
    color: #fff
}

a:hover {
    color: #fff
}

img {
    vertical-align: top
}

svg {
    fill: currentColor
}

em {
    font-style: italic
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

small {
    font-size: 80%
}

b,
strong {
    font-weight: 700
}

u {
    text-decoration: underline
}

i {
    font-style: italic
}

ol {
    list-style: decimal;
    margin-left: 30px
}

ul {
    list-style: none outside
}

ol,
ul {
    margin-bottom: 20px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 4px 0 5px 30px;
    font-size: 90%
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
    margin-bottom: 6px
}

li {
    line-height: 18px;
    margin-bottom: 12px
}

li p {
    line-height: 21px
}

fieldset,
form {
    margin-bottom: 20px
}

label {
    display: block;
    font-size: 15px;
    font-weight: 700
}

label span {
    font-size: 15px;
    font-weight: 400;
    color: #444
}

legend {
    display: block;
    font-size: 15px;
    font-weight: 700
}

legend span {
    font-size: 15px;
    font-weight: 400;
    color: #444
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

body,
html {
    font-family: Montserrat, Open Sans, calibri, arial, sans-serif;
    background: #262626;
    color: #fff
}

#page {
    min-height: 50vh
}

.clearfix {
    zoom: 1
}

.clearfix:before {
    content: "\0020"
}

.clearfix:after,
.clearfix:before {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    content: "\0020";
    content: ".";
    clear: both
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.cards .cardIntro {
    margin: 0 8px;
    border-bottom: 1px solid #cbcbcb;
    text-align: left
}

.cards .cardIntro h2 {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px
}

.cards .cardIntro h2 span {
    display: none
}

.cards .cardIntro .nfhsbutton {
    font-weight: 700;
    float: right;
    margin: 10px 0;
    width: 65px
}

.card h3 {
    font-size: 24px;
    margin: 7px 0 0;
    padding: 0 10px;
    line-height: 1.15em
}

.card h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1em;
    border: none;
    text-transform: none
}

.page-wrapper {
    margin: 0 16px
}

@media (min-width:545px) {
    .page-wrapper {
        margin: 0 32px
    }
}

@media (min-width:992px) {
    .page-wrapper {
        max-width: 970px;
        margin: 0 auto
    }
}

.sr-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

@media (min-width:545px) {
    .mobile {
        display: none
    }
}

.desktop {
    display: unset
}

@media (min-width:545px) {
    .desktop {
        display: unset
    }
}

.nfhs-section {
    margin: 20px auto;
    padding: 20px 0
}

.nfhs-section.bordered:after {
    content: "";
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: block;
    position: relative;
    bottom: -30px
}

.nfhs-section:empty {
    display: none
}

.nfhs-section-wrapper {
    margin-bottom: -20px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    box-shadow: none;
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s;
    color-scheme: dark
}

.no-display {
    display: none
}

#extole-overlay-component {
    position: sticky;
    z-index: 15;
    bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    max-width: 350px
}

@media only screen and (max-width:480px) {
    #extole-overlay-component {
        max-width: 280px
    }
}

#extole-overlay-component .extole-js-overlay-cta-wrapper,
#extole-overlay-component .extole-overlay-cta-content {
    bottom: 0 !important;
    position: relative !important;
    display: inline-block;
    max-width: none !important
}

#extole-overlay-component .extole-minimized-section {
    padding: 15px 45px !important;
    text-align: left
}

@media only screen and (max-width:480px) {
    #extole-overlay-component .extole-minimized-section {
        width: 100% !important;
        max-width: 275px;
        padding: 10px 40px 10px 30px !important
    }
}

#extole-overlay-component .extole-controls--close {
    left: auto !important;
    right: 15px !important
}

@media only screen and (max-width:480px) {
    #extole-overlay-component .extole-controls--close {
        top: 0 !important;
        bottom: 0 !important
    }
}

#footerDark {
    background: #161616;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

#footerDark ul {
    margin: 0
}

#footerDark img {
    width: 100%;
    display: block
}

#footerDark a+span,
#footerDark a {
    opacity: .7;
    transition: opacity .4s, color .4s
}

#footerDark a.active+span,
#footerDark a.active,
#footerDark a:hover+span,
#footerDark a:hover {
    opacity: 1;
    cursor: pointer
}

#footerDark>div:not(.footer-bottom) a {
    color: #fff;
    font-weight: 600
}

#footerDark .heading {
    color: hsla(0, 0%, 100%, .7);
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px
}

#footerDark .footer-top {
    overflow: hidden;
    padding: 24px 16px 12px
}

@media (min-width:992px) {
    #footerDark .footer-top {
        padding: 24px 26px 12px
    }
}

@media (min-width:545px) {
    #footerDark .logo {
        width: 24%;
        padding-right: 3%;
        float: left
    }
}

#footerDark .logo>img {
    max-width: 130px;
    opacity: .6;
    margin: 0 auto 20px
}

@media (min-width:350px) {
    #footerDark .logo>img {
        float: left;
        margin: 0
    }
}

@media (min-width:545px) {
    #footerDark .logo>img {
        float: none;
        max-width: 140px;
        margin-bottom: 20px
    }
}

#footerDark .logo .follow {
    text-align: center
}

@media (min-width:350px) {
    #footerDark .logo .follow {
        width: calc(50% - 4px);
        float: right;
        margin: 10px 0 0;
        text-align: left
    }
}

@media (min-width:545px) {
    #footerDark .logo .follow {
        width: 100%;
        float: none;
        margin-top: 0
    }
}

#footerDark .logo .follow .heading {
    clear: both;
    display: none;
    padding-left: 4px
}

@media (min-width:350px) {
    #footerDark .logo .follow .heading {
        display: block
    }
}

@media (min-width:545px) {
    #footerDark .logo .follow .heading {
        display: none
    }
}

#footerDark .logo .follow .social-links {
    max-width: 150px;
    margin: 0 auto
}

@media (min-width:350px) {
    #footerDark .logo .follow .social-links {
        margin: 0
    }
}

#footerDark .logo .follow .social-links a {
    opacity: .6;
    display: inline-block;
    margin: 3px 4px;
    transition: all .2s;
    overflow: hidden
}

@media (min-width:545px) {
    #footerDark .logo .follow .social-links a {
        margin: 1%
    }
}

@media (min-width:992px) {
    #footerDark .logo .follow .social-links a {
        margin: 4px
    }
}

#footerDark .logo .follow .social-links a:hover {
    opacity: .8
}

#footerDark .navigation {
    width: 100%;
    padding: 30px 0 0;
    overflow: hidden;
    grid-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

@media (min-width:350px) {
    #footerDark .navigation {
        display: flex;
        -moz-columns: 2;
        column-count: 2
    }
}

@media (min-width:545px) {
    #footerDark .navigation {
        width: 73%;
        padding-top: 0;
        -moz-columns: 3;
        column-count: 3
    }
}

#footerDark .navigation .column {
    width: 100%
}

#footerDark .footer-popular {
    clear: both;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    width: 100%
}

@media (min-width:545px) {
    #footerDark .footer-popular {
        padding: 20px 16px;
        width: auto
    }
    #footerDark .footer-popular:after {
        display: block;
        content: "";
        clear: both
    }
}

@media (min-width:992px) {
    #footerDark .footer-popular {
        padding: 20px 26px
    }
}

#footerDark .footer-popular .category {
    position: relative
}

#footerDark .footer-popular .category>a {
    display: block;
    font-size: 16px;
    padding: 10px 40px 10px 16px;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width:545px) {
    #footerDark .footer-popular .category>a {
        font-size: 12px;
        border-bottom: 1px solid transparent;
        font-weight: 800;
        text-transform: uppercase;
        max-width: 24%;
        float: left;
        clear: both;
        border-top: none;
        padding: 4px 4px 4px 0;
        margin: 4px 12px 4px 0
    }
}

#footerDark .footer-popular .category>a span:first-of-type:hover {
    cursor: pointer
}

#footerDark .footer-popular .category>a .caret {
    opacity: .7
}

#footerDark .footer-popular .category>a.active .caret {
    opacity: 1;
    transform: rotate(-90deg)
}

@media (min-width:545px) {
    #footerDark .footer-popular .category>a.active {
        border-bottom-color: rgba(14, 117, 210, .6)
    }
}

#footerDark .footer-popular .category>a.active+ul {
    display: block;
    max-height: 500px
}

#footerDark .footer-popular .category:first-of-type>a {
    border-top: none
}

#footerDark .footer-popular .category>ul {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0
}

@media (min-width:545px) {
    #footerDark .footer-popular .category>ul {
        display: none;
        position: absolute;
        right: 0;
        width: 73%;
        float: right;
        padding-top: 4px;
        overflow: unset;
        max-width: none;
        -moz-columns: 3;
        column-count: 3;
        grid-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        margin-bottom: 7px
    }
}

#footerDark .footer-popular .category>ul li {
    margin: 0
}

@media (min-width:545px) {
    #footerDark .footer-popular .category>ul li {
        margin-top: 16px
    }
    #footerDark .footer-popular .category>ul li:first-of-type {
        margin-top: 0
    }
}

#footerDark .footer-popular .category>ul li:last-of-type {
    margin-bottom: 7px
}

@media (min-width:545px) {
    #footerDark .footer-popular .category>ul li:last-of-type {
        margin-bottom: 0
    }
}

#footerDark .footer-popular .category>ul li:last-of-type a {
    border-bottom: none
}

#footerDark .footer-popular .category>ul a {
    display: block;
    padding: 12px 0;
    margin: 0 16px;
    font-size: 14px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .7)
}

@media (min-width:545px) {
    #footerDark .footer-popular .category>ul a {
        color: #fff;
        padding: 0;
        margin: 0;
        font-size: 12px;
        border-bottom: none
    }
}

#footerDark .footer-bottom {
    display: block;
    background: #161616;
    padding: 18px;
    text-align: center;
    border-top: 1px solid #525252;
}

@media (min-width:350px) {
    #footerDark .footer-bottom {
        display: flex;
        flex-flow: row wrap
    }
}

#footerDark .footer-bottom .links {
    display: block;
    width: 100%
}

@media (min-width:350px) {
    #footerDark .footer-bottom .links {
        order: 1;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-evenly;
        align-items: center
    }
}

@media (min-width:992px) {
    #footerDark .footer-bottom .links {
        flex: 1;
        order: 2;
        margin-left: 15px;
        margin-right: 70px
    }
}

#footerDark .footer-bottom .links a {
    display: block;
    text-transform: uppercase;
    margin: 0 10px 10px
}

@media (min-width:350px) {
    #footerDark .footer-bottom .links a {
        margin-bottom: 0
    }
}

#footerDark .footer-bottom .links a:first-of-type {
    margin-left: 0
}

#footerDark .footer-bottom .links a:last-of-type {
    margin-right: 0
}

#footerDark .footer-bottom .copyright {
    width: 100%;
    margin: 0;
    padding-top: 10px
}

@media (min-width:350px) {
    #footerDark .footer-bottom .copyright {
        order: 2;
        padding: 16px 55px 0
    }
}

@media (min-width:992px) {
    #footerDark .footer-bottom .copyright {
        flex: 1;
        order: 1;
        padding: 0;
        text-align: left
    }
}

#footerDark .footer-bottom .copyright span {
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    opacity: .8
}

@media (min-width:545px) {
    #footerDark .footer-bottom .copyright span {
        display: inline-block
    }
    #footerDark .footer-bottom .copyright span:not(:first-of-type):before {
        display: inline-block;
        margin-right: 4px;
        content: "|"
    }
}

#footerDark .caret {
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBlNzVkMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODJMMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=);
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    transition: transform .2s;
    transform: rotate(90deg);
    display: block
}

@media (min-width:545px) {
    #footerDark .caret,
    #footerDark .mobile {
        display: none
    }
}

#footerDark .desktop {
    display: none
}

@media (min-width:545px) {
    #footerDark .desktop {
        display: unset
    }
    #footerDark .desktop.heading {
        display: block
    }
}

.mouse-click {
    height: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

.mouse-click:active,
.mouse-click:focus {
    outline: none
}

.search-wrapper {
    display: flex;
    width: 100%
}

.close-search-button {
    display: inline-block;
    color: #fff;
    margin: 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: normal
}

@media (min-width:545px) {
    .close-search-button {
        display: none
    }
}

.nav-search {
    display: flex;
    position: relative;
    padding: 5px 0 0 14px;
    margin: 9px 0;
    width: 100%;
    vertical-align: top;
    min-width: 60px;
    max-width: 600px;
    max-height: 44px
}

@media (min-width:545px) {
    .nav-search {
        margin: 0;
        padding: 14px 0 0 24px
    }
}

.nav-search #srch-term,
.nav-search #srch-term {
    display: inline-block;
    padding: 5px 1.4em 7px 0;
    margin: 0;
    background-color: transparent;
    height: 31px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #da374a;
    text-overflow: ellipsis
}

.nav-search #srch-term:active,
.nav-search #srch-term:focus,
.nav-search #srch-term:hover,
.nav-search #srch-term:active,
.nav-search #srch-term:focus,
.nav-search #srch-term:hover {
    box-shadow: none
}

.nav-search #srch-term::-moz-placeholder,
.nav-search #srch-term::-moz-placeholder {
    opacity: .5;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -moz-user-select: none;
    user-select: none
}

.nav-search #srch-term:-ms-input-placeholder,
.nav-search #srch-term:-ms-input-placeholder {
    opacity: .5;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -ms-user-select: none;
    user-select: none
}

.nav-search #srch-term::placeholder,
.nav-search #srch-term::placeholder {
    opacity: .5;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-search .search-icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjE3OSAzQTcuMTc0IDcuMTc0IDAgMDAzIDEwLjE3OWE3LjE3NCA3LjE3NCAwIDAwNy4xNzkgNy4xNzkgNy4xMyA3LjEzIDAgMDAzLjg0LTEuMTIybDUuMTg2IDUuMTg2TDIxIDE5LjYyOGwtNS4xMi01LjEwN2E3LjEyOSA3LjEyOSAwIDAwMS40NzgtNC4zNDJBNy4xNzQgNy4xNzQgMCAwMDEwLjE3OCAzem0wIDIuMTc5YzIuNzY5IDAgNSAyLjIzMSA1IDVzLTIuMjMxIDUtNSA1YTQuOTkgNC45OSAwIDAxLTUtNWMwLTIuNzY5IDIuMjMxLTUgNS01eiIvPjwvc3ZnPg==) 50% no-repeat !important
}

.nav-search .clear-button,
.nav-search .search-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 14px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:545px) {
    .nav-search .search-icon {
        bottom: 7px;
    }
}

.nav-search .clear-button {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTJMMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=) 50% no-repeat !important;
    padding: 10px
}

@media (max-width:545px) {
    .search-main.searchFocus .type-ahead {
        width: 100vw;
        left: -17px
    }
}

.search-main .type-ahead {
    width: 100vw;
    left: -66px
}

@media (min-width:545px) {
    .search-main .type-ahead {
        top: 50px;
        margin-left: 22px;
        width: 64vw;
        left: -126px;
        right: 0
    }
}

@media (min-width:769px) {
    .search-main .type-ahead {
        width: 55vw;
        left: 0;
        right: 0
    }
}

.type-ahead {
    position: absolute;
    top: 40px;
    width: 100vw;
    left: 0;
    max-width: 600px;
    background-color: #002241;
    margin: 0;
    padding-top: 8px
}

.type-ahead .autocomplete-result,
.type-ahead .see-all-results {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: left;
    margin: 0;
    min-height: 30px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

.type-ahead .autocomplete-result .base-button,
.type-ahead .see-all-results .base-button {
    width: 100%;
    line-height: 30px
}

.type-ahead .autocomplete-result.result-active,
.type-ahead .autocomplete-result:hover,
.type-ahead .see-all-results.result-active,
.type-ahead .see-all-results:hover {
    cursor: pointer;
    background: #fff
}

.type-ahead .autocomplete-result-container {
    vertical-align: top;
    display: flex;
    align-items: center;
    line-height: normal;
    max-height: 30px
}

.type-ahead .autocomplete-result-container img {
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    width: 30px;
    height: auto
}

.type-ahead .autocomplete-result-container p {
    margin: 0 0 0 8px
}

.type-ahead .search-divider {
    height: 1px;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .1);
    margin: 8px 0
}

.type-ahead .see-all-results {
    padding: 6px;
    margin-bottom: 8px
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-drag: none
}

.glide__arrows,
.glide__bullets,
.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none
}

.glide--rtl {
    direction: rtl
}

.filter-glide-container {
    position: relative;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.filter-glide-container .glide__track .glide__slides {
    padding-top: 5px;
    overflow: visible;
    margin: 10px 0
}

.filter-glide-container .glide__track .glide__slides li {
    width: auto !important
}

.filter-glide-container .glide__bullets {
    text-align: center;
    margin-bottom: 0
}

.filter-glide-container .glide__bullets .glide__bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    background-color: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 16px;
    text-indent: -9999px;
    padding: 0;
    margin: 0 4px;
    cursor: pointer
}

.filter-glide-container .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #fff
}

.filter-glide-container div[data-glide-el=controls] .glide-button {
    position: absolute;
    z-index: 10003;
    width: 60px;
    height: 60px;
    border: none;
    bottom: 6px
}

.filter-glide-container div[data-glide-el=controls] .glide-button.glide-left {
    left: -3px;
    background: linear-gradient(270deg, rgba(52, 52, 52, 0), #002241 60%) !important
}

.filter-glide-container div[data-glide-el=controls] .glide-button.glide-right {
    left: calc(100vw - 50px);
    background-image: linear-gradient(90deg, rgba(52, 52, 52, 0), #002241 57%) !important
}

.filter-glide-container div[data-glide-el=controls] .glide-button .arrow-icon {
    margin-left: -10px
}

.filter-glide-container .slide-item {
    width: auto;
    height: 30px;
    margin: 0 0 0 8px;
    padding: 7px 21px 8px;
    border-radius: 15px;
    background-color: #da374a;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff
}

.filter-glide-container .slide-item.active-filter {
    background-color: #fff;
    color: #da374a
}

@media (min-width:545px) {
    .filter-glide-container {
        display: none
    }
}

.overlay {
    position: absolute;
    top: -17px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1
}

.browse-container {
    display: inline-block;
    position: fixed;
    width: 100vw;
    background-color: #161616;
    padding-top: 100px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 210
}

@media (min-width:545px) {
    .browse-container {
        width: 235px
    }
}

.browse-container .browse-options {
    position: relative;
    height: 100%
}

.browse-container .browse-options .browse-top {
    position: relative;
    height: auto
}

.browse-container .browse-options .browse-top .submenu-header-wrapper {
    position: relative;
    margin-top: 16px;
    z-index: 2
}

.browse-container .browse-options .browse-top .submenu-header-wrapper .search-mobile {
    width: 75%
}

.browse-container .browse-options .browse-top .submenu-header-wrapper .search-mobile.searchFocus {
    width: 100%
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-top .submenu-header-wrapper .search-mobile {
        display: none
    }
}

.browse-container .browse-options .browse-top .submenu-header-wrapper .close-button {
    position: fixed;
    height: 25px;
    width: 25px;
    right: 20px;
    top: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTJMMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=) 50% no-repeat !important
}

.browse-container .browse-options .browse-top .submenu-header-wrapper .close-button:focus {
    outline: 5px auto -webkit-focus-ring-color !important
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-top .submenu-header-wrapper .close-button {
        display: none
    }
}

.browse-container .browse-options .browse-top .back-arrow-wrapper {
    position: relative;
    margin-left: 16px;
    width: 80%
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-top .back-arrow-wrapper {
        display: none
    }
}

.browse-container .browse-options .browse-top .back-arrow {
    cursor: pointer;
    position: absolute;
    left: -6px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTUgMTcuMDgyTDEwLjE3IDEyIDE1IDYuOTE4IDEzLjQxNSA1LjI1IDcgMTJsNi40MTUgNi43NXoiLz48L3N2Zz4=)
}

.browse-container .browse-options .browse-page {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 10px
}

.browse-container .browse-options .browse-page::-webkit-scrollbar {
    display: none
}

.browse-container .browse-options .browse-page.scrollbar::-webkit-scrollbar {
    display: none;
    width: 8px;
    background: #002241
}

.browse-container .browse-options .browse-page:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 5px
}

.browse-container .browse-options .browse-page .browse-list {
    position: absolute;
    width: 100%
}

.browse-container .browse-options .browse-page .submenu-nav.watch-events {
    opacity: 1;
    text-transform: unset;
    display: block;
    margin: 5px 16px 0;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.browse-container .browse-options .browse-page .submenu-nav.watch-events .arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px
}

.browse-container .browse-options .browse-page .submenu-nav.watch-events .live-events {
    position: relative;
    top: -2px;
    height: 17px;
    padding: 2px 5px;
    text-transform: uppercase;
    background: #e51937;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-page .submenu-nav.watch-events {
        display: none
    }
}

.browse-container .browse-options .browse-page .submenu-links {
    position: fixed !important;
    width: 100vw;
    top: 130px;
    left: 0;
    bottom: 0;
    background-color: #002241;
    white-space: normal;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1002;
    margin-left: unset;
    margin-bottom: unset;
    padding-bottom: 200px
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-page .submenu-links {
        width: 300px;
        margin-top: unset;
        height: calc(100vh - 300px);
        top: unset;
        left: 235px;
        z-index: unset;
        background-color: #072c4f;
        padding-bottom: 200px
    }
    .browse-container .browse-options .browse-page .submenu-links .submenu-option-container .browse-option {
        padding: unset
    }
    .browse-container .browse-options .browse-page .submenu-links .submenu-option-container .browse-option .browse-option-link {
        display: block;
        height: 100%;
        width: 100%;
        padding: 20px 0 4px
    }
    .browse-container .browse-options .browse-page .submenu-links .submenu-option-container:focus,
    .browse-container .browse-options .browse-page .submenu-links .submenu-option-container:hover {
        background-color: #da374a;
        transition: background-color .5s
    }
}

.browse-container .browse-options .browse-page .submenu-links .option-name {
    white-space: normal
}

.browse-container .browse-options .browse-page .submenu-links .section {
    margin-left: 12px
}

.browse-container .browse-options .browse-page .submenu-links::-webkit-scrollbar {
    display: none
}

.browse-container .browse-options .browse-page .submenu-links.scrollbar::-webkit-scrollbar {
    display: none;
    width: 8px;
    background: #002241
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-page .submenu-links.scrollbar::-webkit-scrollbar {
        display: unset;
        background: #072c4f
    }
}

.browse-container .browse-options .browse-page .submenu-links:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 5px
}

.browse-container .browse-options .browse-page .submenu-bottom-links {
    margin-top: 25px
}

@media (max-width:545px) {
    .browse-container .browse-options .browse-page .submenu-bottom-links {
        margin: 0
    }
}

.browse-container .browse-options .browse-page .submenu-bottom-links ul {
    margin: 0
}

.browse-container .browse-options .browse-page .submenu-bottom-links ul .option-container:last-child li.option-button {
    border-bottom: 0
}

@media (max-width:545px) {
    .browse-container .browse-options .browse-page .submenu-bottom-links ul li.option-button {
        border-bottom: 0
    }
}

.browse-container .browse-options .browse-page .submenu-footer-logo {
    height: 28vh;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 24px 0 0 16px
}

.browse-container .browse-options .browse-page .submenu-footer-logo .logo {
    width: 90px;
    height: 47px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:545px) {
    .browse-container .browse-options .browse-page .submenu-footer-logo {
        display: none
    }
}

.browse-container .fade-top {
    position: absolute;
    height: 15px;
    width: 100%;
    z-index: 101
}

[dir=ltr] .browse-container .option-name,
[dir=ltr] .browse-container .title {
    text-align: right
}

[dir=rtl] .browse-container .option-name,
[dir=rtl] .browse-container .title {
    text-align: left
}

.browse-container .option-name,
.browse-container .title {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-bottom: 16px;
    display: block;
    white-space: normal
}

.browse-container .header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    margin: 26px 16px 10px 0;
    color: hsla(0, 0%, 100%, .6)
}

.browse-container .header p {
    margin: 0;
    padding: 0;
    max-width: 240px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

@media (min-width:545px) {
    .browse-container .header p {
        max-width: 295px
    }
}

.browse-container .header.backBtn {
    color: #fff;
    cursor: pointer;
    padding-left: 16px
}

.browse-container .header.browse {
    margin-top: 18px;
    margin-left: 16px;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 800 !important;
    cursor: unset !important
}

.browse-container .header.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 16px 25px
}

.browse-container .header.main-menu p {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.browse-container .header.main-menu .close-button {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTJMMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=) 50% no-repeat !important
}

.browse-container .header.main-menu .close-button:focus {
    outline: 5px auto -webkit-focus-ring-color !important
}

@media (max-width:545px) {
    .browse-container .header.main-menu {
        display: none
    }
}

.browse-container .option-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

@media (min-width:545px) {
    .browse-container .option-container:focus,
    .browse-container .option-container:hover {
        background-color: #da374a;
        transition: background-color .5s
    }
    .browse-container .option-container:focus .arrow,
    .browse-container .option-container:hover .arrow {
        background-color: #fff;
        transition: background-color .5s;
        border-radius: 3px
    }
    .browse-container .option-container:focus .arrow.first-option,
    .browse-container .option-container:hover .arrow.first-option {
        background-color: unset
    }
}

@media (max-width:545px) {
    .browse-container .option-container.subscribe {
        background-color: #fff
    }
}

.browse-container .browse-link {
    text-decoration: none
}

.browse-container .browse-option {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    min-height: 40px;
    padding: 20px 0 0;
    margin: 0 16px;
    vertical-align: bottom;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

@media (min-width:545px) {
    .browse-container .browse-option {
        max-width: 380px
    }
}

.browse-container .browse-option.first-list-option {
    border-bottom: unset !important;
    pointer-events: none;
    margin-top: 8px;
    cursor: unset !important
}

.browse-container .browse-option.first-list-option .option-name {
    width: 100%;
    height: 15px;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .6);
    text-transform: uppercase
}

.browse-container .browse-option.find-your-school-link {
    border-bottom: unset !important;
    pointer-events: unset;
    cursor: pointer
}

.browse-container .browse-option.find-your-school-link .option-wrapper {
    display: flex;
    flex-direction: row
}

.browse-container .browse-option.find-your-school-link .option-wrapper .option-name {
    width: auto;
    height: 15px;
    margin: 2px 0 3px;
    font-size: 12px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase
}

.browse-container .browse-option.find-your-school-link .option-wrapper .arrow {
    position: relative;
    top: unset;
    right: unset;
    bottom: 3px;
    left: 6px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODJMMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=)
}

.browse-container .browse-option .option-button {
    width: 100%;
    height: 100%
}

.browse-container .browse-option .arrow {
    position: absolute;
    right: 16px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9 17.082 13.83 12 9 6.918l1.585-1.668L17 12l-6.415 6.75z'/%3E%3C/svg%3E");
}

.browse-container .submenu-enter-active {
    transition: all .5s ease-out;
    pointer-events: none;
    display: block
}

@media (min-width:545px) {
    .browse-container .submenu-enter-active {
        transition: all .4s ease-in-out .3s;
        transform-origin: left center
    }
}

.browse-container .submenu-leave-active {
    transition: all .6s ease-out;
    pointer-events: none;
    display: block
}

@media (min-width:545px) {
    .browse-container .submenu-leave-active {
        transition: all .3s ease-in-out;
        transform-origin: left center
    }
}

.browse-container .submenu-enter {
    display: block;
    transform: translateX(400px);
    pointer-events: none
}

@media (min-width:545px) {
    .browse-container .submenu-enter {
        transform: translateX(0);
        opacity: 0
    }
}

@media (min-width:545px) {
    .browse-container .submenu-enter-to {
        opacity: 1
    }
}

@media (min-width:545px) {
    .browse-container .submenu-leave {
        display: block;
        pointer-events: none;
        opacity: 1
    }
}

.browse-container .submenu-leave-to {
    display: block;
    transform: translateX(-400px);
    pointer-events: none
}

@media (min-width:545px) {
    .browse-container .submenu-leave-to {
        transform: translateX(0);
        opacity: 0
    }
}

.browse-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 190
}

.btn.active,
.btn:active,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
label:focus,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0;
    box-shadow: none !important
}

#header-dark {
    width: 100%
}

#header-dark .browse,
#header-dark a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: none;
    text-align: left
}

#header-dark button {
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#header-dark button:active,
#header-dark button:focus {
    outline: none;
    border: none
}

@media (min-width:545px) {
    #header-dark {
        width: 100%
    }
}

#header-dark #nav-dark {
    width: 100%;
    position: relative;
    top: 0;
    height: 50px;
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.3);
    background: #161616;
    z-index: 1000
}

@media (min-width:545px) {
    #header-dark #nav-dark {
        height: 100px
    }
}

[dir=ltr] #header-dark #nav-dark .main-nav {
    text-align: right
}

[dir=rtl] #header-dark #nav-dark .main-nav {
    text-align: left
}

#header-dark #nav-dark .main-nav {
    display: none;
    margin-left: 24px;
    margin-top: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    position: relative
}

@media (max-width:545px) {
    #header-dark #nav-dark .main-nav {
        margin-left: 12px;
        margin-top: 0
    }
}

#header-dark #nav-dark .main-nav .browse-arrow {
    display: none
}

@media (min-width:545px) {
    #header-dark #nav-dark .main-nav .browse-arrow {
        display: inline;
        position: absolute;
        height: 6px;
        width: 14px;
        bottom: -12px;
        right: 23px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI2Ij48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBsNyA2IDctNnoiLz48L3N2Zz4=) 50% no-repeat
    }
}

#header-dark #nav-dark .main-nav .arrow {
    display: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBFNzVEMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODJMMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat
}

@media (min-width:545px) {
    #header-dark #nav-dark .main-nav {
        display: inline-block
    }
}

#header-dark #nav-dark .subscribe {
    background-color: #da374a;
    border-radius: 1.5rem;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 0 12px;
    padding: 6px 8px;
    transition: transform .3s ease
}

@media (min-width:545px) {
    #header-dark #nav-dark .subscribe {
        font-size: 16px;
        margin-top: 10px;
        margin-left: 24px;
        padding: 10px 17px
    }
    #header-dark #nav-dark .subscribe:hover {
        transform: translateY(-3px)
    }
}

#header-dark #nav-dark .subscribe .subscribe-now {
    display: none
}

@media (min-width:992px) {
    #header-dark #nav-dark .subscribe .subscribe-now {
        display: unset
    }
}

#header-dark #nav-dark .secondary-nav-container {
    display: none;
    position: absolute;
    top: 14px;
    right: 24px
}

#header-dark #nav-dark .secondary-nav-container .secondary-nav {
    display: none;
    margin-left: 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff
}

@media (min-width:545px) {
    #header-dark #nav-dark .secondary-nav-container,
    #header-dark #nav-dark .secondary-nav-container .secondary-nav {
        display: inline-block
    }
}

@media (min-width:992px) {
    #header-dark #nav-dark .secondary-nav-container .secondary-nav.support {
        display: inline-block
    }
    #header-dark #nav-dark .secondary-nav-container .secondary-nav.subscribe {
        display: none
    }
}

#header-dark #nav-dark .live-events {
    position: relative;
    top: -2px;
    height: 17px;
    padding: 2px 5px;
    text-transform: uppercase;
    background: #e51937;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-left: 5px;
}

#header-dark #nav-dark .primary-nav-container {
    display: flex;
    width: 100%
}

@media (min-width:545px) {
    #header-dark #nav-dark .primary-nav-container {
        height: 100px;
        align-items: flex-end
    }
}

#header-dark #nav-dark .primary-nav-container .nav-left,
#header-dark #nav-dark .primary-nav-container .nav-right,
#header-dark #nav-dark .primary-nav-container .nav-search {
    height: 50px
}

#header-dark #nav-dark .primary-nav-container .nav-left {
    flex-grow: 2;
    display: flex;
    align-items: center
}

#header-dark #nav-dark .primary-nav-container .nav-left .logo {
    display: inline-block;
    margin: 0 14px 0 12px
}

#header-dark #nav-dark .primary-nav-container .nav-left .logo img {
    width: 22px
}

#header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: unset;
    margin-top: 0;
    margin-bottom: 3px
}

#header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper .hamburger {
    width: 18px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMiAzdjNoMjBWM0gyem0wIDcuNXYzaDIwdi0zSDJ6TTIgMTh2M2gyMHYtM0gyeiIvPjwvc3ZnPg==) 50% no-repeat;
    cursor: pointer
}

@media (min-width:545px) {
    #header-dark #nav-dark .primary-nav-container .nav-left {
        margin-bottom: 22px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .logo {
        margin: 8px 0 0 24px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .logo img {
        transition: all .15s;
        width: 41px;
        height: 59px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper {
        width: 48px;
        height: 48px;
        padding: 12px;
        margin-left: 10px;
        margin-bottom: unset;
        margin-top: 10px;
        cursor: pointer
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper .hamburger {
        width: 24px;
        height: 24px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper.active,
    #header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper:hover {
        border-radius: 6px;
        background-color: hsla(0, 0%, 100%, .3)
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .main-nav.watch-events {
        padding: 14px 8px;
        margin-left: 4px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .main-nav.watch-events:hover {
        border-radius: 6px;
        background-color: hsla(0, 0%, 100%, .3)
    }
}

@media (min-width:992px) {
    #header-dark #nav-dark .primary-nav-container .nav-left .hamburger-wrapper {
        margin-left: 20px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .main-nav.watch-events {
        margin-left: 8px
    }
    #header-dark #nav-dark .primary-nav-container .nav-left .main-nav.watch-events:hover {
        border-radius: 6px;
        background-color: hsla(0, 0%, 100%, .3)
    }
}

#header-dark #nav-dark .primary-nav-container .nav-right {
    flex-grow: 0;
    display: flex;
    margin-right: 10px;
    margin-top: 2px;
    justify-content: flex-end;
    align-items: center
}

@media (max-width:545px) {
    #header-dark #nav-dark .primary-nav-container .nav-right {
        margin-right: 12px;
        margin-top: 0
    }
}

#header-dark #nav-dark .primary-nav-container .nav-right .nav-account {
    cursor: pointer;
    margin-left: 10px
}

#header-dark #nav-dark .primary-nav-container .nav-right .nav-account.unauthenticated,
#header-dark #nav-dark .primary-nav-container .nav-right button .subscribe {
    display: none
}

@media (min-width:768px) {
    #header-dark #nav-dark .primary-nav-container .nav-right .nav-account.unauthenticated,
    #header-dark #nav-dark .primary-nav-container .nav-right button .subscribe {
        display: block
    }
}

#header-dark #nav-dark .primary-nav-container .nav-right .nav-account .log-in {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    white-space: nowrap;
    transition: transform .3s ease
}

@media (min-width:545px) {
    #header-dark #nav-dark .primary-nav-container .nav-right .nav-account .log-in {
        margin-top: -5px;
        padding: 10px 17px;
        border-radius: 1.5rem;
        border: 1px solid hsla(0, 0%, 100%, .6)
    }
}

@media (min-width:545px) {
    #header-dark #nav-dark .primary-nav-container .nav-right .nav-account .log-in:hover {
        transform: translateY(-3px)
    }
}

#header-dark #nav-dark .primary-nav-container .nav-right .nav-account .account-icon {
    border: 3px solid rgba(14, 117, 210, 0);
    border-radius: 50%;
    padding: 2px
}

#header-dark #nav-dark .primary-nav-container .nav-right .nav-account .account-icon.accountIsOpen {
    border: 3px solid #fff
}

@media (min-width:545px) {
    #header-dark #nav-dark .primary-nav-container .nav-right {
        margin-bottom: 22px;
        margin-right: 24px
    }
    #header-dark #nav-dark .primary-nav-container .nav-right .nav-account {
        margin-left: 20px;
        margin-top: 10px
    }
}

#header-dark #account-menu {
    width: 100%;
    background-color: #002241;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 300;
    padding-top: 6px;
    padding-bottom: 6px
}

#header-dark #account-menu .account-list,
#header-dark #account-menu .account-list .account-list-item {
    margin: 0
}

#header-dark #account-menu .account-list .account-list-item .account-list-link {
    text-align: center
}

#header-dark #account-menu .account-list .account-greeting {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .6);
    padding: 16px;
    text-align: center;
    margin: 0
}

#header-dark #account-menu .account-list .account-greeting:hover {
    background: none
}

@media (min-width:545px) {
    #header-dark #account-menu .account-list .account-greeting {
        text-align: left
    }
    #header-dark #account-menu .account-list .account-greeting .name {
        display: block
    }
}

#header-dark #account-menu .account-list .account-list-link {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #fff;
    display: block;
    padding: 10px 16px
}

@media (min-width:545px) {
    #header-dark #account-menu .account-list .account-list-link {
        padding: 6px 16px
    }
}

#header-dark #account-menu .account-list .account-list-link.watch-later {
    display: block;
    position: unset;
    visibility: visible;
    width: auto
}

#header-dark #account-menu .account-list .account-list-link:hover {
    background-color: #fff
}

@media (min-width:545px) {
    #header-dark #account-menu {
        width: 147px;
        top: 100px
    }
    #header-dark #account-menu .account-list .account-list-item .account-list-link {
        text-align: left
    }
}

#header-dark .slide-down-enter-active,
#header-dark .slide-down-leave-active {
    transition: transform .3s ease-in-out
}

#header-dark .slide-down-enter,
#header-dark .slide-down-leave-to {
    transform: translateY(-200px)
}

#header-dark .browse-menu-enter-active,
#header-dark .browse-menu-leave-active {
    transition: transform .3s ease-in-out
}

#header-dark .browse-menu-enter,
#header-dark .browse-menu-leave-to {
    transform: translateX(-380px)
}

#header-dark .fade-enter-active,
#header-dark .fade-leave-active {
    transition: opacity .5s
}

#header-dark .fade-enter,
#header-dark .fade-leave-to {
    opacity: 0
}

@media (max-width:545px) {
    #header-dark #nav-dark.hamburgerIsOpen {
        transition: height .3s;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 1000
    }
    #header-dark #nav-dark.hamburgerIsOpen .nav-right {
        margin-right: unset
    }
    #header-dark #nav-dark.hamburgerIsOpen .nav-left,
    #header-dark #nav-dark.hamburgerIsOpen .nav-right,
    #header-dark #nav-dark.hamburgerIsOpen .primary-nav-container {
        display: block;
        height: unset
    }
    #header-dark #nav-dark.hamburgerIsOpen .nav-left .search-wrapper,
    #header-dark #nav-dark.hamburgerIsOpen .nav-right .search-wrapper,
    #header-dark #nav-dark.hamburgerIsOpen .primary-nav-container .search-wrapper {
        position: absolute;
        top: 1px;
        max-width: 258px
    }
    #header-dark #nav-dark.hamburgerIsOpen .nav-left .logo,
    #header-dark #nav-dark.hamburgerIsOpen .nav-left .nav-account,
    #header-dark #nav-dark.hamburgerIsOpen .nav-right .logo,
    #header-dark #nav-dark.hamburgerIsOpen .nav-right .nav-account,
    #header-dark #nav-dark.hamburgerIsOpen .primary-nav-container .logo,
    #header-dark #nav-dark.hamburgerIsOpen .primary-nav-container .nav-account {
        display: none
    }
    #header-dark #nav-dark.hamburgerIsOpen .nav-left .hamburger,
    #header-dark #nav-dark.hamburgerIsOpen .nav-right .hamburger,
    #header-dark #nav-dark.hamburgerIsOpen .primary-nav-container .hamburger {
        position: absolute;
        top: 15px;
        right: 12px;
        z-index: 1001;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTJMMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=) 50% no-repeat
    }
    #header-dark #nav-dark.hamburgerIsOpen .secondary-nav-container {
        position: unset;
        display: block
    }
    #header-dark #nav-dark.hamburgerIsOpen .secondary-nav-container .secondary-nav.support {
        opacity: 1;
        text-transform: unset;
        display: block;
        text-align: left;
        margin: 0 16px;
        padding: 11px 0;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }
    #header-dark #nav-dark.hamburgerIsOpen .main-nav.category,
    #header-dark #nav-dark.hamburgerIsOpen .main-nav.subscribe,
    #header-dark #nav-dark.hamburgerIsOpen .main-nav.watch-events {
        display: block;
        margin: 5px 16px 0;
        padding: 11px 0;
        font-size: 16px;
        color: #fff
    }
    #header-dark #nav-dark.hamburgerIsOpen .main-nav.category .arrow,
    #header-dark #nav-dark.hamburgerIsOpen .main-nav.subscribe .arrow,
    #header-dark #nav-dark.hamburgerIsOpen .main-nav.watch-events .arrow {
        display: inline-block;
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px
    }
    #header-dark #nav-dark.hamburgerIsOpen .browse {
        display: block;
        width: 62px;
        height: 15px;
        margin-top: 18px;
        margin-left: 16px;
        font-size: 12px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: hsla(0, 0%, 100%, .6);
        text-transform: uppercase
    }
    #header-dark #nav-dark.hamburgerIsOpen .watch-events {
        margin-top: 65px !important
    }
    #header-dark .browse-container {
        top: 0;
        z-index: 1000;
        width: 100%;
        padding-top: 0
    }
    #header-dark .browse-container .browse-header {
        position: relative
    }
    #header-dark .browse-container .browse-header .close-button {
        position: absolute;
        top: 20px
    }
}

@media (max-width:545px) {
    #header-dark .searchFocus .hamburger,
    #header-dark .searchFocus .logo,
    #header-dark .searchFocus .nav-right {
        display: none !important
    }
}

@keyframes slide-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%
}

.modal-wrapper .modal-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-wrapper .modal {
    position: relative;
    top: 50px;
    border: 1px solid hsla(0, 0%, 80%, .3);
    background-color: #09121a;
    color: #fff;
    width: 90%;
    max-width: 400px;
    margin: auto
}

@media (min-width:545px) {
    .modal-wrapper .modal {
        width: 400px
    }
}

.modal-wrapper .modal .header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: hsla(0, 0%, 100%, .1)
}

.modal-wrapper .modal .header .title {
    font-weight: 500;
    font-size: 16px
}

.modal-wrapper .modal .header .close-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    cursor: pointer
}

.modal-wrapper .modal .content {
    padding: 0 16px;
    text-align: center
}

.modal-wrapper .modal .content .signin-image {
    width: 120px;
    height: 120px;
    margin: 28px
}

.modal-wrapper .modal .content .text {
    font-size: 14px;
    font-weight: 500
}

.modal-wrapper .modal .content .text span {
    display: inline-block
}

.modal-wrapper .modal .content .redirect-button {
    width: 100%;
    padding: 10px 24px;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    background-color: #da374a;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

.modal-wrapper .modal .content a,
.modal-wrapper .modal .content a:hover,
.modal-wrapper .modal .content a:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    width: 100%
}

.modal-wrapper .modal-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-wrapper #matchup-list {
    position: relative;
    background-color: #09121a;
    border: 1px solid hsla(0, 0%, 80%, .3);
    top: 50px;
    color: #fff
}

@media (min-width:545px) {
    .modal-wrapper #matchup-list {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 400px;
        margin-left: -200px;
        padding: 0;
        height: auto
    }
}

.modal-wrapper #matchup-list .modal-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-left: 16px;
    background-color: hsla(0, 0%, 100%, .1);
    margin: 0
}

.modal-wrapper #matchup-list .close {
    position: absolute;
    right: 16px;
    color: #fff;
    top: 10px;
    background: none;
    border: none;
    cursor: pointer
}

.modal-wrapper #matchup-list .heading {
    padding: 5px 10px 0;
    margin-right: 15px;
    font-size: 11px;
    background-color: #09121a
}

.modal-wrapper #matchup-list .heading .weight {
    width: 50px;
    text-align: center;
    line-height: 15px
}

.modal-wrapper #matchup-list .list {
    padding: 0 10px 15px;
    max-height: 300px;
    overflow-y: scroll
}

.modal-wrapper #matchup-list .list .match {
    display: flex;
    flex-flow: row nowrap;
    padding: 2px 0;
    font-size: 13px;
    opacity: .7
}

.modal-wrapper #matchup-list .list .match.current {
    font-weight: 700;
    opacity: 1
}

.modal-wrapper #matchup-list .list .match.current .player {
    font-weight: 700
}

.modal-wrapper #matchup-list .list .match .weight {
    width: 50px;
    margin-right: 15px;
    text-align: center
}

.modal-wrapper #matchup-list .list .match .player {
    flex: 3;
    display: flex;
    flex-flow: row nowrap;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.modal-wrapper #matchup-list .list .match .player.right {
    text-align: right
}

.modal-wrapper #matchup-list .list .match .vs {
    margin: 0 10px
}

.modal-wrapper #matchup-list .list .match .win-banner {
    margin-left: 5px;
    font-size: 8px;
    line-height: 19px
}

.modal-wrapper #matchup-list .text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: auto;
    padding: 0 16px
}

.modal-wrapper #matchup-list .button-footer {
    top: 100;
    padding-top: 15px;
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

@media (max-width:545px) {
    .modal-wrapper #matchup-list .button-footer {
        padding-bottom: 20px
    }
}

.modal-wrapper #matchup-list .button {
    background: #da374a;
    border: 1px solid #da374a;
    padding: 10px 24px;
    margin: 16px;
    color: #fff;
    border-radius: 2px;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    display: inline-block
}

.modal-wrapper #matchup-list .button-half {
    width: 44%;
    float: left;
    height: auto;
    margin-top: 0;
    margin-right: 0
}

.modal-wrapper #matchup-list .button-half:last-of-type {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .6);
    float: right;
    margin-left: 0;
    margin-right: 16px
}

@media (max-width:545px) {
    .modal-wrapper #matchup-list .button-half,
    .modal-wrapper #matchup-list .button-half:last-of-type {
        width: 80%;
        float: none;
        display: block;
        margin: 5px auto 0
    }
}

@keyframes spin-data-v-7b4f197a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-fade-data-v-7b4f197a {
    0% {
        border-top-color: hsla(0, 0%, 100%, .4)
    }
    30% {
        border-top-color: hsla(0, 0%, 100%, .8)
    }
    60% {
        border-top-color: hsla(0, 0%, 100%, .4)
    }
    to {
        border-top-color: hsla(0, 0%, 100%, .4)
    }
}

.spinner {
    border: .2rem solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: spin-data-v-7b4f197a 1s cubic-bezier(.6, .2, 0, .8) infinite, spin-fade-data-v-7b4f197a 1s linear infinite
}

.button,
.spinner {
    box-sizing: border-box
}

.button {
    display: flex;
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:545px) {
    .button:not(.block) {
        display: inline-block;
        width: auto
    }
}

.button div,
.button p,
.button span,
.button svg {
    margin: 0;
    vertical-align: top
}

.button>a,
.button>button {
    display: inline-block;
    background-color: #fff;
    padding: .7rem 1rem;
    border-radius: 3px;
    border: 0;
    font-size: 1em;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
    transition-duration: .5s;
    flex: 2 1 auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    overflow: hidden;
    color: #fff;
    font-weight: 800;
    vertical-align: baseline;
    text-decoration: none;
    transition-property: color;
    transition-duration: .4s;
    transition-property: background-color, color, border-color
}

.button>a:hover,
.button>button:hover {
    color: #fff
}

.button>a .icon,
.button>button .icon {
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    width: 1rem;
    margin-right: 3px
}

.button>a .icon.external-link,
.button>button .icon.external-link {
    height: 1rem;
    width: 1rem;
    margin: 0 0 0 3px;
    vertical-align: top;
    padding: 1px;
    box-sizing: border-box
}

.button>a .text,
.button>button .text {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.button.secondary>a,
.button.secondary>button {
    background-color: #da374a
}

.button ul.actions {
    display: none;
    list-style: none;
    position: absolute;
    background: #002241;
    padding: 5px 0;
    z-index: 6;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
    left: 0;
    right: 0;
    top: 100%
}

.button ul.actions a,
.button ul.actions li {
    color: #fff;
    text-transform: inherit;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: .95em;
    text-decoration: none;
    margin: 0;
    display: block;
    padding: 10px;
    text-align: center;
    white-space: nowrap
}

@media (min-width:545px) {
    .button ul.actions a,
    .button ul.actions li {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: left
    }
}

.button ul.actions a:hover,
.button ul.actions li:hover {
    background: #da374a
}

.button ul.actions li a {
    margin: -10px;
    width: calc(100% + 20px)
}

@media (min-width:545px) {
    .button ul.actions li a {
        margin: -8px -10px
    }
}

.button .dropdown-toggle {
    flex: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0 3px 3px 0
}

.button .dropdown-toggle:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: 0;
    vertical-align: middle
}

.button.transparent>a,
.button.transparent>button {
    background-color: transparent
}

.button.pill>a,
.button.pill>button {
    border-radius: 50rem
}

.button.square>a,
.button.square>button,
.button.square ul.actions {
    border-radius: 0
}

.button.overflow ul.actions {
    right: auto
}

.button.border>a,
.button.border>button {
    border: 1px solid hsla(0, 0%, 100%, .5)
}

.button.border .dropdown-toggle {
    border-left: 0
}

.button.dropdown>a:first-child,
.button.dropdown>button:first-child {
    border-radius: 5px 0 0 5px
}

.button.uppercase>a .text,
.button.uppercase>button .text {
    text-transform: uppercase
}

.button.icon .icon {
    margin: 0
}

.button.small>a,
.button.small>button {
    padding-top: .4rem;
    padding-bottom: .4rem
}

.button.small>a:not(.dropdown-toggle),
.button.small>button:not(.dropdown-toggle) {
    padding-left: .8rem;
    padding-right: .8rem
}

@media (min-width:545px) {
    .button.small .dropdown-toggle {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.button.large>a,
.button.large>button {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.button.large>a:not(.dropdown-toggle),
.button.large>button:not(.dropdown-toggle) {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (min-width:545px) {
    .button.large .dropdown-toggle {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.button.inline>a,
.button.inline>button {
    padding: 0
}

.button.loading>a .text,
.button.loading>button .text {
    font-size: .95em
}

.button.link button {
    cursor: pointer
}

.button.wrap-text button {
    white-space: normal
}

.button:not([disabled])>a:hover,
.button:not([disabled])>button:hover {
    color: #fff;
    fill: #fff;
    border-color: hsla(0, 0%, 100%, .7)
}

.button:not([disabled]):not(.transparent)>a:hover,
.button:not([disabled]):not(.transparent)>button:hover {
    background-color: #0b5aa2
}

.button.secondary:not([disabled]):not(.transparent)>a:hover,
.button.secondary:not([disabled]):not(.transparent)>button:hover {
    background-color: #004582
}

.button[disabled]>a,
.button[disabled]>button {
    opacity: .65;
    pointer-events: none
}

.button.desktop {
    display: none
}

@media (min-width:545px) {
    .button.desktop {
        display: flex
    }
}

@media (min-width:545px) {
    .button.mobile {
        display: none
    }
}

.button.show-actions>a,
.button.show-actions>a:first-child,
.button.show-actions>button,
.button.show-actions>button:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.button.show-actions.pill>a,
.button.show-actions.pill>button {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem
}

.button.show-actions ul.actions {
    display: block
}

.button.show-actions:not(.transparent) .dropdown-toggle {
    background-color: #0c68ba
}

.button.secondary.show-actions:not(.transparent) .dropdown-toggle {
    background-color: #004a8c
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    width: 100%
}

.modal-wrapper .modal-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-wrapper header {
    background-color: inherit
}

@media (min-width:545px) {
    .modal-wrapper header {
        padding: 16px 24px 0
    }
}

.modal-wrapper header .modal-icon {
    margin-right: 8px
}

.modal-wrapper .modal {
    border-left: 5px solid;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 92%;
    margin: auto;
    background-color: #09121a;
    border-radius: 3px;
    max-width: 610px
}

.modal-wrapper .modal .modal-content {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    align-items: center;
    flex-direction: column
}

@media (min-width:545px) {
    .modal-wrapper .modal .modal-content {
        flex-direction: row
    }
    .modal-wrapper .modal .modal-content .action-margin-top {
        margin-top: 10px
    }
}

.modal-wrapper .modal .modal-actions {
    display: flex;
    margin-top: 1.5em;
    margin-right: auto
}

@media (min-width:545px) {
    .modal-wrapper .modal .modal-actions {
        margin-top: 0;
        flex-direction: column
    }
}

.modal-wrapper .modal.success {
    border-color: #42be65
}

.modal-wrapper .modal.failure {
    border-color: #fa4d56
}

.modal-wrapper .modal.warning {
    border-color: #f1c21b
}

.modal-wrapper .modal.small {
    max-width: 410px
}

.modal-wrapper .modal.large {
    max-width: 810px
}

.miq-pixel {
    height: 0;
    overflow: hidden
}

#ada-entry {
    position: relative;
    z-index: 1001
}

#ada-chat-frame {
    background-color: #002241 !important
}

@media (min-width:545px) {
    #ada-chat-frame {
        height: 500px !important
    }
}

.modal-enter-active,
.modal-leave-active {
    transition: opacity .5s
}

.modal-enter,
.modal-leave-to {
    opacity: 0
}

.modal {
    color: #fff
}

.modal .buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.modal button {
    border-radius: 2px;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    background-color: #fff;
    margin-bottom: 15px
}

@media (min-width:545px) {
    .modal button {
        margin-bottom: 0
    }
    .modal button:not(.full-width) {
        width: 48%
    }
}

.modal button.outlined {
    border: 1px solid #fff;
    background-color: transparent
}

.modal button[disabled] {
    opacity: .6;
    cursor: not-allowed
}

.modal header {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .1);
    padding: 16px;
    margin: 0
}

@media (min-width:545px) {
    .modal header {
        padding: 16px 24px;
        align-items: center
    }
}

.modal header span {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    order: 2;
    flex: 1 1 50%;
    text-align: center;
    text-align: left
}

@media (min-width:545px) {
    .modal header span {
        order: 1
    }
}

.modal header .close-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: right;
    flex-basis: 30px
}

.modal header .close-icon svg {
    transition: opacity .4s;
    opacity: .7
}

.modal header .close-icon svg:hover {
    cursor: pointer;
    opacity: 1
}

.modal section {
    padding: 0 20px;
    margin: 20px 0;
    text-align: center
}

@media (min-width:545px) {
    .modal section {
        padding: 0 24px;
        margin: 24px 0
    }
}

.modal section h5 {
    font-size: 19px;
    font-weight: 500
}

.modal section p {
    font-size: 14px;
    line-height: 1.7em;
    color: hsla(0, 0%, 100%, .8);
    margin-top: 20px
}

.modal section .note {
    font-size: 12px;
    padding-top: 30px;
    font-style: italic;
    text-align: center
}

.modal footer {
    padding: 0 20px;
    margin: 20px 0;
    text-align: left
}

.modal footer[center] {
    text-align: center
}

@media (min-width:545px) {
    .modal footer {
        padding: 0 24px;
        margin: 24px 0
    }
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    width: 100%
}

.modal-wrapper .modal-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-wrapper .modal {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 92%;
    margin: auto;
    border: 1px solid hsla(0, 0%, 80%, .3);
    background-color: #09121a;
    border-radius: 3px;
    max-width: 610px
}

.modal-wrapper .modal.small {
    max-width: 410px
}

.modal-wrapper .modal.large {
    max-width: 810px
}

#nfhs-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#nfhs-container.hide-overflow {
    overflow: hidden;
    height: 100vh;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    max-height: stretch
}

#page {
    flex: 1 0 auto
}

img[src*="pix.pub/t.png"] {
    position: absolute
}

.no-event-wrapper {
    width: calc(100% - 32px);
    margin: 24px 16px;
    font-size: 20px;
    text-align: center;
    line-height: 30px
}

@media (min-width:545px) {
    .no-event-wrapper {
        width: 100%;
        margin: 56px 0
    }
}

.no-event-wrapper .no-event-header {
    margin: 0;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-size: 24px
}

@media (min-width:545px) {
    .no-event-wrapper .no-event-header {
        font-size: 40px
    }
}

.no-event-wrapper .no-event-missing {
    margin: 48px auto;
    display: block;
    width: 252px
}

.no-event-wrapper .no-event-message {
    width: 100%;
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

@media (min-width:545px) {
    .no-event-wrapper .no-event-message {
        width: 100%;
        margin: 0 auto 19px;
        width: 330px
    }
}

.no-event-wrapper .link-wrapper .error-link {
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 16px
}

@media (min-width:545px) {
    .no-event-wrapper .link-wrapper .error-link {
        display: inline;
        margin-top: 0;
        margin-right: 24px !important
    }
    .no-event-wrapper .link-wrapper .error-link:last-child {
        margin-right: 0 !important
    }
}

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

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

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

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

#followingTeams {
    position: relative
}

#followingTeams.cards-container {
    padding-left: 0;
    padding-right: 0
}

#followingTeams:after,
#followingTeams:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 16px
}

@media (min-width:545px) {
    #followingTeams:after,
    #followingTeams:before {
        width: 32px
    }
}

#followingTeams:before {
    left: 0;
    background: linear-gradient(90deg, #09121a, rgba(9, 18, 26, 0))
}

#followingTeams:after {
    right: 0;
    background: linear-gradient(270deg, #09121a, rgba(9, 18, 26, 0))
}

.follow-collection {
    transition: height .5s;
    overflow-x: scroll;
    scrollbar-width: none;
    padding: 16px
}

@media (min-width:545px) {
    .follow-collection {
        padding-left: 32px;
        padding-right: 32px
    }
}

.follow-collection::-webkit-scrollbar,
.follow-collection::-webkit-scrollbar-thumb {
    display: none
}

.follow-collection .collection-content {
    display: flex;
    width: 100%;
    grid-gap: 16px;
    gap: 16px
}

.follow-collection .collection-content .follow-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.follow-collection .collection-content .follow-card:last-of-type {
    padding-right: 16px
}

@media (min-width:545px) {
    .follow-collection .collection-content .follow-card:last-of-type {
        padding-right: 32px
    }
}

.follow-collection .arrow {
    background: none;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 30px;
    height: 100%;
    border: none;
    padding: 0;
    display: none
}

@media (min-width:545px) {
    .follow-collection .arrow {
        display: block
    }
}

.follow-collection .arrow.arrow-left {
    left: -4px
}

.follow-collection .arrow.arrow-right {
    right: -4px
}

.game-counter {
    position: relative;
    display: flex;
    height: 124px;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, .1)
}

@media (min-width:545px) {
    .game-counter {
        width: 288px
    }
}

.game-counter div {
    display: inline-block
}

.game-counter.more .games .count {
    font-size: 35px;
    height: 50px;
    margin: 18px auto 0
}

.game-counter.more .games .time-span {
    width: 65%
}

.game-counter .divider {
    margin: 15px 0;
    background-color: hsla(0, 0%, 100%, .1);
    width: 1px;
    height: 92px
}

.game-counter .games {
    flex-grow: 1;
    min-width: 49%;
    margin: 0
}

.game-counter .games .count {
    height: 66px;
    width: 100%;
    font-size: 54px;
    margin: 8px auto 0
}

.game-counter .games .count,
.game-counter .games .time-span {
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: normal
}

.game-counter .games .time-span {
    height: 36px;
    width: 60%;
    font-size: 14px;
    margin: 0 auto
}

.subscribe-banner {
    position: relative;
    background: hsla(0, 0%, 100%, .1);
    text-align: center;
    margin: 40px 0;
    width: calc(100% + 32px);
    left: -16px
}

@media (min-width:545px) {
    .subscribe-banner {
        width: calc(100% + 64px);
        left: -32px
    }
}

@media (min-width:992px) {
    .subscribe-banner {
        width: 100%;
        left: unset
    }
}

.subscribe-banner .subscribe-header {
    text-transform: none;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 32px 0 16px;
    margin: 0 16px
}

.subscribe-banner .subscribe-description {
    max-width: 540px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    padding-bottom: 24px;
    margin: 0 16px
}

@media (min-width:545px) {
    .subscribe-banner .subscribe-description {
        margin: 0 auto
    }
}

.subscribe-banner .subscribe-button {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff;
    padding: 10px 16px;
    background: #da374a;
    border-radius: 2px;
    margin: 0 16px 32px;
    display: inline-block;
    cursor: pointer;
    width: calc(100% - 64px)
}

@media (min-width:545px) {
    .subscribe-banner .subscribe-button {
        width: 156px
    }
}

@media (min-width:545px) {
    .interaction-studio-authenticated-homepage-recommended-games table,
    .interaction-studio-unauthenticated-homepage-recommended-games table {
        width: 94%
    }
}

.interaction-studio-authenticated-homepage-recommended-games table .is-row:nth-child(n+7),
.interaction-studio-unauthenticated-homepage-recommended-games table .is-row:nth-child(n+7) {
    display: none !important
}

.interaction-studio-authenticated-homepage-recommended-games table .is-row,
.interaction-studio-unauthenticated-homepage-recommended-games table .is-row {
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: 2fr 3fr auto;
    grid-template-areas: "col1 col3 col4" "col2 col3 col4"
}

.interaction-studio-authenticated-homepage-recommended-games table .is-row td,
.interaction-studio-unauthenticated-homepage-recommended-games table .is-row td {
    width: unset;
    padding: unset
}

.interaction-studio-authenticated-homepage-recommended-games table .col-1,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-1 {
    grid-area: col1
}

.interaction-studio-authenticated-homepage-recommended-games table .col-1 .start-time,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-1 .start-time {
    text-align: left;
    margin-top: 10px;
    margin-left: 15px
}

.interaction-studio-authenticated-homepage-recommended-games table .col-1 .live-button,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-1 .live-button {
    position: absolute;
    right: 55px;
    top: 25px
}

.interaction-studio-authenticated-homepage-recommended-games table .col-1 .live-button img,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-1 .live-button img {
    vertical-align: baseline
}

.interaction-studio-authenticated-homepage-recommended-games table .col-2,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-2 {
    grid-area: col2;
    opacity: unset;
    align-self: baseline
}

.interaction-studio-authenticated-homepage-recommended-games table .col-2 img,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-2 img {
    margin-left: 15px;
    vertical-align: middle
}

.interaction-studio-authenticated-homepage-recommended-games table .col-3,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-3 {
    grid-area: col3
}

.interaction-studio-authenticated-homepage-recommended-games table .col-3:hover,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-3:hover {
    font-size: inherit
}

.interaction-studio-authenticated-homepage-recommended-games table .col-4,
.interaction-studio-unauthenticated-homepage-recommended-games table .col-4 {
    grid-area: col4
}

.interaction-studio-authenticated-homepage-recommended-games table .stream-later-button,
.interaction-studio-unauthenticated-homepage-recommended-games table .stream-later-button {
    pointer-events: none;
    font-size: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='arrow-icon'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M9 17.082L13.83 12 9 6.918l1.585-1.668L17 12l-6.415 6.75z'/%3E%3C/svg%3E") no-repeat 100%;
    border: none !important;
    background-color: inherit !important
}

@media (max-width:800px) {
    .interaction-studio-authenticated-homepage-recommended-games table tr:nth-child(n+31),
    .interaction-studio-unauthenticated-homepage-recommended-games table tr:nth-child(n+31) {
        display: none !important
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-1 td,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-1 td {
        position: relative;
        padding-top: 5px
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-1 td .live-button,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-1 td .live-button {
        position: absolute;
        top: 15px;
        right: 15px
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-1 td .live-button img,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-1 td .live-button img {
        vertical-align: baseline
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-1 td .start-time,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-1 td .start-time {
        margin-top: 10px
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-2,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-2 {
        opacity: 1
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-2 td,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-2 td {
        padding-bottom: 10px
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-2 td img,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-2 td img {
        vertical-align: middle;
        margin-left: 0
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-3 td,
    .interaction-studio-authenticated-homepage-recommended-games table .row-4 td,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-3 td,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-4 td {
        padding-left: 11px
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-4,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-4 {
        padding-top: 5px
    }
    .interaction-studio-authenticated-homepage-recommended-games table .row-5,
    .interaction-studio-unauthenticated-homepage-recommended-games table .row-5 {
        text-align: -webkit-right;
        text-align: -moz-right;
        text-align: -ms-right;
        display: block;
        margin-top: -54px;
        padding-bottom: 6px
    }
}

.video-background {
    position: relative;
    width: 100%;
    min-height: 380px;
    height: auto;
    overflow: hidden;
    margin-bottom: -60px
}

.video-background.homeupdates {
    position: absolute;
    margin-bottom: 0
}

@media (min-width:545px) {
    .video-background {
        min-height: 400px;
        margin-bottom: -90px
    }
    .video-background.homeupdates {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .video-background {
        min-height: 500px;
        margin-bottom: -115px
    }
    .video-background.homeupdates {
        margin-bottom: 0
    }
}

.video-background video {
    width: 1244px;
    height: 380px;
    opacity: .3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:545px) {
    .video-background video {
        width: 1480px;
        height: 400px
    }
}

@media (min-width:992px) {
    .video-background video {
        width: 1500px;
        height: auto;
        min-height: 500px
    }
}

@media (min-width:1244px) {
    .video-background video {
        width: 120%
    }
}

.video-background .gradient {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(7, 18, 27, 0), #09121a);
    width: 100%;
    height: 100%
}

.main-wrapper {
    min-height: 600px;
    margin: 2rem auto;
	padding: 1rem;
}

.main-wrapper .seo-header {
    color: #fff
}

@media (max-width:545px) {
    .main-wrapper .seo-header {
        font-size: 20px;
        line-height: 20px;
        padding-left: 30px;
        text-align: left
    }
}

@media (min-width:545px) {
    .main-wrapper .seo-header {
        font-size: 25px;
        line-height: 50px;
        padding-left: 30px;
        text-align: left
    }
}

@media (min-width:992px) {
    .main-wrapper .seo-header {
        font-size: 30px
    }
}

.main-wrapper .weekly-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    padding: 0 16px
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper {
        flex-direction: row
    }
}

@media (min-width:992px) {
    .main-wrapper .weekly-wrapper {
        margin-top: 120px;
        flex-direction: row;
        padding: 0 32px
    }
}

.main-wrapper .weekly-wrapper .weekly-description {
    order: 2;
    padding-top: 16px
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper .weekly-description {
        padding-top: 0;
        padding-right: 75px;
        order: 1
    }
}

.main-wrapper .weekly-wrapper .weekly-description h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper .weekly-description h2 {
        font-size: 40px
    }
}

.main-wrapper .weekly-wrapper .weekly-description p {
    color: hsla(0, 0%, 100%, .6)
}

.main-wrapper .weekly-wrapper .weekly-events {
    order: 1
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper .weekly-events {
        order: 2
    }
}

.main-wrapper .weekly-wrapper.auth {
    background: hsla(0, 0%, 100%, .05);
    padding: 24px 16px
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper.auth {
        justify-content: center;
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .main-wrapper .weekly-wrapper.auth {
        width: calc(100% - 64px);
        margin: 40px auto 0;
        padding: 24px 0
    }
}

.main-wrapper .weekly-wrapper.auth .weekly-description {
    order: 1;
    padding-top: 0
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper.auth .weekly-description {
        padding-top: 24px
    }
}

.main-wrapper .weekly-wrapper.auth .weekly-description .nfhs-shield {
    display: none
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper.auth .weekly-description .nfhs-shield {
        display: inline-block;
        width: 76px
    }
    .main-wrapper .weekly-wrapper.auth .weekly-description .nfhs-shield img {
        display: block;
        width: 100%
    }
}

.main-wrapper .weekly-wrapper.auth .weekly-description h2 {
    font-size: 20px;
    text-align: center
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper.auth .weekly-description h2 {
        font-size: 32px;
        display: inline-block;
        width: 270px;
        text-align: left;
        vertical-align: top;
        padding-left: 24px
    }
}

.main-wrapper .weekly-wrapper.auth .weekly-events {
    order: 2
}

.main-wrapper .weekly-wrapper.auth .weekly-events .game-counter {
    background: none
}

@media (min-width:545px) {
    .main-wrapper .weekly-wrapper.auth .weekly-events .game-counter {
        width: auto
    }
}

@media (min-width:769px) {
    .main-wrapper .weekly-wrapper.auth .weekly-events .game-counter {
        width: 288px
    }
}

.main-wrapper .feature-section {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 24px
}

@media (min-width:545px) {
    .main-wrapper .feature-section {
        margin: 24px auto 0
    }
}

.main-wrapper .feature-section #featuresGlide .glide__track .glide__slides li img {
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 100%, .3)
}

.main-wrapper .feature-section .glide {
    position: relative
}

.main-wrapper .feature-section .glide .glide__track .glide__slides {
    margin-bottom: 0
}

.main-wrapper .feature-section .glide .glide__track .glide__slides .glide__slide {
    margin-bottom: 4px
}

.main-wrapper .feature-section .glide .glide__track .glide__slides .glide__slide img {
    width: 100%
}

.main-wrapper .feature-section .glide .glide__bullets {
    position: absolute;
    bottom: 9px;
    left: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 5px;
    margin-bottom: 0
}

@media (min-width:545px) {
    .main-wrapper .feature-section .glide .glide__bullets {
        left: 31px
    }
}

.main-wrapper .feature-section .glide .glide__bullets .glide__bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    background-color: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 16px;
    text-indent: -9999px;
    padding: 0;
    margin: 0 4px;
    cursor: pointer
}

.main-wrapper .feature-section .glide .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #fff
}

.main-wrapper .feature-section .glide div[data-glide-el=controls] {
    display: none;
    position: absolute;
    top: 46%;
    height: 30px;
    width: 100%
}

@media (min-width:545px) {
    .main-wrapper .feature-section .glide div[data-glide-el=controls] {
        display: block
    }
}

.main-wrapper .feature-section .glide div[data-glide-el=controls] .glide-button {
    position: absolute;
    background: none;
    border: none
}

.main-wrapper .feature-section .glide div[data-glide-el=controls] .glide-button.glide-left {
    left: -6px
}

.main-wrapper .feature-section .glide div[data-glide-el=controls] .glide-button.glide-right {
    right: -6px
}

.main-wrapper .feature-section .feature-wrapper {
    float: none;
    width: 100%
}

@media (min-width:760px) {
    .main-wrapper .feature-section .feature-wrapper {
        float: left;
        width: 100%
    }
}

@media (min-width:545px) {
    .main-wrapper .feature-section .feature-wrapper.full {
        float: none;
        width: 100%
    }
}

.main-wrapper .feature-section .feature-wrapper #features {
    padding: 0 0 0 16px
}

@media (min-width:769px) {
    .main-wrapper .feature-section .feature-wrapper #features {
        padding: 0 0 0 32px
    }
}

.main-wrapper .feature-section .feature-wrapper #features .feature {
    float: left;
    padding-right: 16px;
    margin-bottom: 12px
}

.main-wrapper .feature-section .feature-wrapper #features .feature img {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 100%, .3)
}

.main-wrapper .feature-section .feature-wrapper #featuresGlide .glide__track .glide__slides li img {
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 100%, .3)
}

.main-wrapper .feature-section .feature-wrapper .glide {
    position: relative
}

.main-wrapper .feature-section .feature-wrapper .glide .glide__track .glide__slides {
    margin-bottom: 0
}

.main-wrapper .feature-section .feature-wrapper .glide .glide__track .glide__slides .glide__slide {
    margin-bottom: 4px
}

.main-wrapper .feature-section .feature-wrapper .glide .glide__track .glide__slides .glide__slide img {
    width: 100%
}

.main-wrapper .feature-section .feature-wrapper .glide .glide__bullets {
    position: absolute;
    bottom: 9px;
    left: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 5px;
    margin-bottom: 0
}

@media (min-width:545px) {
    .main-wrapper .feature-section .feature-wrapper .glide .glide__bullets {
        left: 31px
    }
}

.main-wrapper .feature-section .feature-wrapper .glide .glide__bullets .glide__bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    background-color: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 16px;
    text-indent: -9999px;
    padding: 0;
    margin: 0 4px;
    cursor: pointer
}

.main-wrapper .feature-section .feature-wrapper .glide .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #fff
}

.main-wrapper .feature-section .feature-wrapper .glide div[data-glide-el=controls] {
    display: none;
    position: absolute;
    top: 46%;
    height: 30px;
    width: 100%
}

@media (min-width:545px) {
    .main-wrapper .feature-section .feature-wrapper .glide div[data-glide-el=controls] {
        display: block
    }
}

.main-wrapper .feature-section .feature-wrapper .glide div[data-glide-el=controls] .glide-button {
    position: absolute;
    background: none;
    border: none
}

.main-wrapper .feature-section .feature-wrapper .glide div[data-glide-el=controls] .glide-button.glide-left {
    left: -6px
}

.main-wrapper .feature-section .feature-wrapper .glide div[data-glide-el=controls] .glide-button.glide-right {
    right: -6px
}

.main-wrapper .feature-section .quick-links-wrapper {
    float: none;
    padding: 0 16px;
    margin-top: 16px
}

@media (min-width:545px) {
    .main-wrapper .feature-section .quick-links-wrapper {
        padding: 0 32px
    }
}

@media (min-width:760px) {
    .main-wrapper .feature-section .quick-links-wrapper {
        width: 25%;
        float: right;
        padding: 0;
        margin-top: 0
    }
}

.main-wrapper .feature-section .quick-links-wrapper p {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0
}

@media (min-width:545px) {
    .main-wrapper .feature-section .quick-links-wrapper p {
        font-size: 18px;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .main-wrapper .feature-section .quick-links-wrapper p {
        font-size: 20px;
        margin-bottom: 12px
    }
}

.main-wrapper .feature-section .quick-links-wrapper .quick-links .quick-link {
    position: relative;
    display: block;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -.23px;
    line-height: normal;
    text-decoration: none;
    padding: 11px 24px 11px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

.main-wrapper .feature-section .quick-links-wrapper .quick-links .quick-link img {
    position: absolute;
    right: 0;
    display: block;
    top: 25%
}

.main-wrapper .carousel-container {
    padding: 0 16px;
    margin-top: 20px
}

@media (min-width:545px) {
    .main-wrapper .carousel-container {
        padding: 0 32px;
        margin-top: 40px
    }
}

.main-wrapper .carousel-container h2 {
    display: inline-block;
    font-size: 1.5rem;
	line-height: 2rem;
    font-weight: 500;
    color: #fff;
    text-transform: inherit;
    margin: 0
}

@media (min-width:545px) {
    .main-wrapper .carousel-container h2 {
        font-size: 20px
    }
}

.main-wrapper .carousel-container h2 span {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    border: none;
    padding: 0;
    margin: 0
}

.main-wrapper .carousel-container .glide .glide__track .glide__slides {
    margin-bottom: 0
}

.main-wrapper .carousel-container .see-all-btn {
    display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -.1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  max-width: 100px;
  float: right;
}

.main-wrapper .sports-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.main-wrapper .sports-container:after {
    content: "";
    display: block;
    clear: both
}

.main-wrapper .sports-container h2 {
    color: #fff;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width:545px) {
    .main-wrapper .sports-container h2 {
        padding: 0 32px
    }
}

.main-wrapper .sports-container .sports-wrapper {
    padding: 0 16px
}

@media (min-width:545px) {
    .main-wrapper .sports-container .sports-wrapper {
        padding: 0 32px
    }
}

.main-wrapper .sports-container .sports-wrapper.hide {
    display: none
}

.main-wrapper .sports-container .sports-wrapper .sports-category {
  display: flex;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
  padding-bottom: .25rem;
  padding-top: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  background-color: #0006;
  border-radius: .5rem;
  gap: .5rem;
  align-items: center;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.main-wrapper .sports-container .sports-wrapper .sports-category:hover {
    border: 1px solid #00cc00;
	background-color: #666666;
}


.main-wrapper .sports-container .sports-wrapper .sports-category .sport-icon {
  opacity: .6;
  width: 20px;
  display: block;
  height: 1em;
}

.main-wrapper .sports-container .sports-wrapper .sports-category .sport-icon img {
    display: block;
    width: 100%
}

.main-wrapper .sports-container .sports-wrapper .sports-category .sport-name {
    display: inline-block;
    font-weight: 700;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0px
}

.main-wrapper .subscribe-banner {
    width: 100%;
    left: 0
}

@media (min-width:992px) {
    .main-wrapper .subscribe-banner {
        width: calc(100% - 64px);
        margin: 40px 32px
    }
}

.main-wrapper .subscribe-banner .subscribe-button {
    width: 156px
}

.main-wrapper .card-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.main-wrapper .card-section .cards {
    background: transparent;
    margin: 0;
    padding: 0
}

.main-wrapper .card-section .cards .cardIntro {
    border-bottom: none;
    margin: 0;
    padding: 0 16px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cardIntro {
        padding: 0 32px
    }
}

.main-wrapper .card-section .cards .cardIntro:after {
    content: "";
    display: block;
    clear: both
}

.main-wrapper .card-section .cards .cardIntro h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: inherit;
    margin: 0;
    line-height: normal;
    padding-bottom: 16px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cardIntro h2 {
        font-size: 20px;
        display: block;
        text-align: center
    }
}

.relative{
	position: relative;
	margin-bottom: 1.5rem;
}

.homepage-hero h1{
	font-size: 1.875rem;
	line-height: 2.25rem;
}

@media (min-width: 768px) {
  .relative {
    margin-bottom: 2rem;
  }
  .homepage-hero h1{
	font-size: 1.875rem;
	line-height: 2.25rem;
	}
}

.homepage-hero .subscribe button{
  background-color: #da374a;
  border-radius: 1.5rem;
  color: #fff;
  display: inline-block;
  transition: transform .3s ease;
  margin-top: 20px;
  padding: 10px 17px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.hidden {
  display: none;
}
.z-0 {
  z-index: 0;
}
.top-0 {
  top: 0;
}
.absolute {
  position: absolute;
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
}

.text-center {
  text-align: center;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.bg-\[\#030303\]\/30 {
  background-color: #0303034d;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: flex;
}
.z-10 {
  z-index: 10;
}

@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .md\:p-16 {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .md\:from-\[\#030303\] {
    --tw-gradient-from: #030303 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3,3,3,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
}
@media (min-width: 768px) {
  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, rgb(3, 3, 3), rgba(3, 3, 3, 0))
  }
}
@media (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .md\:items-start {
    align-items: flex-start;
  }
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 1.25rem
}
.mb-6 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 0.75rem;
  }
}
.main-wrapper .card-section .cards .cardIntro h2.left {
    text-align: left;
    padding-bottom: 8px;
    display: inline
}

.main-wrapper .card-section .cards .cardIntro h2 span {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    border: none;
    padding: 0;
    margin: 0
}

.main-wrapper .card-section .cards .cardIntro .find-schools img {
    vertical-align: sub
}

.main-wrapper .card-section .cards .cardIntro p {
    color: hsla(0, 0%, 100%, .6)
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cardIntro p {
        display: block;
        text-align: center
    }
}

.main-wrapper .card-section .cards .cards-container {
    padding: 16px 0 0 14px;
    overflow-x: hidden
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cards-container {
        padding: 16px 16px 0 32px
    }
}

.main-wrapper .card-section .cards .cards-container.no-slider {
    padding: 0 16px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cards-container.no-slider {
        padding: 0 16px 0 32px
    }
}

.main-wrapper .card-section .cards .cards-container.profile {
    padding: 0 16px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cards-container.profile {
        padding: 0 32px
    }
}

.main-wrapper .card-section .cards .cards-container.column-four.no-overflow .card-collection {
    overflow-x: visible
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cards-container.column-four.no-overflow .card-collection {
        overflow-y: hidden;
        height: 84px
    }
}

@media (min-width:992px) {
    .main-wrapper .card-section .cards .cards-container.column-four.no-overflow .card-collection {
        overflow-y: visible;
        height: auto
    }
}

.main-wrapper .card-section .cards .cards-container.column-four .card-collection {
    margin-bottom: 24px;
    overflow-x: scroll
}

.main-wrapper .card-section .cards .cards-container.column-four .card-collection .collection-content {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cards-container.column-four .card-collection .collection-content {
        grid-template-columns: repeat(4, minmax(220px, 1fr));
        width: 99.5%;
        grid-column-gap: 15px
    }
}

@media (min-width:992px) {
    .main-wrapper .card-section .cards .cards-container.column-four .card-collection .collection-content {
        grid-template-columns: repeat(4, minmax(220px, 1fr));
        width: 99.5%
    }
}

.main-wrapper .card-section .cards .cards-container.column-four .btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    background: #da374a;
    text-align: center;
    border-radius: 2px;
    margin: 0 auto
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .cards-container.column-four .btn {
        width: 230px;
        padding: 8px 16px;
        margin: 0 auto
    }
}

.main-wrapper .card-section .cards .other-events .tabs-container {
    width: 100%;
    left: 0
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .other-events .tabs-container {
        width: calc(100% - 32px);
        left: 32px
    }
}

.main-wrapper .card-section .cards .other-events .tabs-container .tabs {
    width: calc(100% - 32px)
}

.main-wrapper .card-section .cards .other-events .tabs-details .section .cards-container .card-collection {
    width: calc(100% - 16px);
    margin-bottom: 10px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .other-events .tabs-details .section .cards-container .card-collection {
        margin-bottom: 40px
    }
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .other-events .tabs-details .section .carousel-section {
        left: 0
    }
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .other-events .tabs-details .section .carousel-section .cards .glide-wrapper .cards-container {
        padding: 16px 0 0
    }
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .other-events .tabs-details .section .carousel-section .cards .no-events {
        width: calc(100% - 64px)
    }
}

.main-wrapper .card-section .cards .other-events .tabs-details .section .no-events {
    width: calc(100% - 32px)
}

.main-wrapper .card-section .cards .other-events .tabs-details .section .cards-container {
    padding-top: 0 !important
}

.main-wrapper .card-section .cards .fallback-message {
    font-size: 14px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .6);
    text-align: center;
    background-color: hsla(0, 0%, 100%, .1);
    padding: 16px 0;
    max-width: 928px;
    margin: 0 16px
}

@media (min-width:545px) {
    .main-wrapper .card-section .cards .fallback-message {
        margin: 0 32px
    }
}

.main-wrapper .card-section .cards .fallback-message p {
    margin: 0;
    padding: 0 16px
}

.main-wrapper .card-section .see-all-btn {
    display: block;
    width: 93%;
    height: auto;
    border-radius: 2px;
    border: 1px solid hsla(0, 0%, 100%, .6);
    cursor: pointer;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.main-wrapper .card-section #followingTeams {
    margin-bottom: 16px
}

.main-wrapper .no-slider {
    padding: 0;
    position: relative
}

.main-wrapper .card-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 12px
}

@media (min-width:545px) {
}

@media (min-width:992px) {
}

.dto-wrapper {
    position: relative
}

.dto-wrapper .buy-button {
    position: absolute;
    background-color: #da374a;
    z-index: 10;
    display: block;
    width: 80px;
    height: 30px;
    margin-top: 5px;
    left: calc(50% - 40px);
    text-align: center;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dto-wrapper .buy-button:hover {
    transition: .3s;
    transform: scale(1.05)
}

.dto-wrapper .buy-button p {
    color: #fff;
    padding-top: 8px;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.08px;
    text-align: center
}

.dto-wrapper .team.left,
.dto-wrapper .team.right {
    width: calc(50% - 12px)
}

.dto-wrapper .team.left .team-name,
.dto-wrapper .team.right .team-name {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 5px
}

.dto-wrapper .team.left .team-name.long,
.dto-wrapper .team.right .team-name.long {
    box-sizing: border-box;
    line-height: 1.3em;
    padding-right: 5px;
    width: 200%;
    height: 2.6em
}

.dto-wrapper .team.left .team-name {
    margin-left: 0;
    padding-left: 5px
}

.dto-wrapper .team.right {
    text-align: right
}

.dto-wrapper .team.right .team-logo {
    float: none !important;
    display: inline-block;
    margin-left: auto
}

.dto-wrapper .team.right .team-name {
    margin-left: 0;
    padding-right: 5px
}

.watch-later {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    overflow: hidden;
    width: 85px;
    visibility: hidden
}

.watch-later:hover .icon,
.watch-later:hover .text {
    left: 0
}

.watch-later.selected {
    width: 55px;
    color: #fff;
    visibility: visible
}

.watch-later.selected:hover .icon,
.watch-later.selected:hover .text {
    left: 0
}

.watch-later.selected .icon,
.watch-later.selected .text {
    left: 35px
}

.watch-later .icon {
    position: relative;
    top: 2px;
    left: 65px;
    vertical-align: middle;
    transition: .15s
}

.watch-later .text {
    position: relative;
    left: 65px;
    transition: .25s
}

.reminder {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    vertical-align: baseline;
    text-decoration: none;
    transition-property: color;
    transition-duration: .4s
}

.reminder .text {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    width: auto
}

.reminder .icon svg {
    vertical-align: middle
}

.reminder:hover {
    color: #fff
}

.card-main.track-wrestling-card {
    cursor: pointer
}

.card-main.track-wrestling-card .event-header {
    height: 147px
}

.card-main.track-wrestling-card .event-header.upcoming-event-header {
    border-bottom: .74px solid hsla(0, 0%, 100%, .1);
    padding-bottom: 5px
}

.card-main.track-wrestling-card .event-header .card-top {
    position: relative;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-main.track-wrestling-card .event-header .card-top .sport-type {
    padding: 12px 0 20px 32px;
    line-height: 16px
}

.card-main.track-wrestling-card .event-header .card-top .card-headline {
    overflow: hidden;
    text-overflow: ellipsis
}

.card-main.track-wrestling-card .event-header .title-wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 6px 6px 12px 12px
}

.card-main.track-wrestling-card .event-header .title-wrapper .title-logo {
    width: 30px;
    height: 30px
}

.card-main.track-wrestling-card .event-header .title-wrapper .title {
    max-height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    line-height: 15px
}

.card-main.track-wrestling-card .event-header .upcoming-matches-wrapper {
    margin-left: 14px;
    margin-right: 12px;
    font-size: 12px
}

.card-main.track-wrestling-card .event-header .upcoming-matches-wrapper .match-row {
    display: flex;
    flex-flow: row nowrap
}

.card-main.track-wrestling-card .event-header .upcoming-matches-wrapper .match-row .match-number {
    width: 40px;
    color: hsla(0, 0%, 100%, .6)
}

.card-main.track-wrestling-card .event-header .upcoming-matches-wrapper .match-row .match-content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around
}

.card-main.track-wrestling-card .event-header .upcoming-matches-wrapper .match-row .match-content span {
    color: hsla(0, 0%, 100%, .6)
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper {
    display: flex;
    flex-flow: column nowrap;
    padding-left: 45px;
    margin-top: -5px
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper .match {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    z-index: 0;
    font-size: 11px;
    line-height: 18px;
    opacity: .6;
    color: #fff
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper .match.current {
    font-weight: 600;
    opacity: 1
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper .match .player {
    flex: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper .match .player.right {
    text-align: right
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper .match .vs {
    flex: 1;
    text-align: center
}

.card-main.track-wrestling-card .event-header .live-matches-wrapper .match .weight {
    flex: 2;
    padding: 0 4px;
    text-align: center
}

.card-main.track-wrestling-card .event-header .dual-wrapper {
    margin-top: -10px;
    padding-right: 15px
}

.card-main.track-wrestling-card .event-header .dual-wrapper .match-info {
    z-index: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #fff
}

.card-main.track-wrestling-card .event-header .dual-wrapper .match-info .live-now {
    font-weight: 600
}

.card-main.track-wrestling-card .event-header .dual-wrapper .match-info .delimeter {
    font-size: 10px;
    font-weight: 100;
    vertical-align: top;
    opacity: .7
}

.card-main.track-wrestling-card .event-header .dual-wrapper .player-info {
    margin-top: 5px
}

.card-main.track-wrestling-card .track-wrestling-card-bottom {
    margin: 8px 12px 14px
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 21px
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .badge {
    position: relative;
    top: -1px;
    border-radius: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
    font-size: 8px;
    margin-right: 3px
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .badge.live-badge {
    background-color: #e51937
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .badge.ondemand-badge {
    background-color: #da374a
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .badge.highlight-badge {
    background-color: #30a071
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .badge .camera {
    position: relative;
    top: 7px;
    width: 8px;
    height: 8px;
    margin-right: 4px
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .date {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .date-row .delimeter {
    font-weight: 100;
    opacity: .2
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .details-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 500;
    line-height: 21px;
    color: hsla(0, 0%, 100%, .6)
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .details-row .location,
.card-main.track-wrestling-card .track-wrestling-card-bottom .details-row .publisher {
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .details-row .view-all-button {
    position: relative;
    top: -5px;
    float: right;
    height: 20px;
    margin: 6px 0 0;
    padding: 0 12px;
    background: #da374a;
    border-color: #da374a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    cursor: pointer;
    transition: .3s
}

.card-main.track-wrestling-card .track-wrestling-card-bottom .details-row .view-all-button:hover {
    transition: .3s;
    transform: scale(1.05)
}

.tournament-card {
    text-decoration: none;
    width: 100%;
    min-height: 200px
}

@media (min-width:545px) {
    .tournament-card {
        min-width: 344px
    }
}

@media (min-width:992px) {
    .tournament-card {
        min-width: 299px
    }
}

.tournament-card .tournament-header {
    position: relative;
    height: 130px
}

.tournament-card .tournament-header .tournament-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, .7), #09121a)
}

.tournament-card .tournament-header .tournament-logo {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px
}

.tournament-card .tournament-info {
    margin: 8px 16px 16px;
    height: 172px
}

.tournament-card .tournament-info .title-wrapper {
    height: auto;
    margin-top: 10px;
    display: inline-flex;
    align-items: center
}

.tournament-card .tournament-info .tournament-title {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
    border: none;
    vertical-align: middle;
    margin: 0
}

.tournament-card .tournament-info .tournament-details {
    margin-top: 10px
}

.tournament-card .tournament-info .tournament-details .detail {
    display: flex;
    align-items: top;
    vertical-align: middle;
    margin-top: 10px
}

.tournament-card .tournament-info .tournament-details .detail .sub-info,
.tournament-card .tournament-info .tournament-details .detail .sub-title {
    margin: 0
}

.tournament-card .tournament-info .tournament-details .detail .sub-title {
    margin-right: 8px;
    min-width: 58px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 11px;
    font-weight: 500
}

.tournament-card .tournament-info .tournament-details .detail .sub-info {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.card-main .event-header {
    height: 160px
}

.card-main .event-header .card-top {
    position: relative;
  height: 42px;
  overflow: hidde3n;
  text-overflow: ellipsis;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: .6rem;
  right: .6rem;
  z-index: 2;
  top: .6rem;
}

.card-main .event-header .card-top .sport-type {
    padding: .5rem .75rem;
  font-size: .75rem;
  gap: .5rem;
  line-height: .75rem;
}

.card-main .event-header .card-top .card-headline {
    font-size: .7rem;
  line-height: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  width: 160px;
}

.card-main .teams {
    position: relative;
    margin-top: 14px;
    z-index: 10;
	display: inline-flex;
	width: 100%;
}

.card-main .teams .team {
    vertical-align: top;
  display: inline-grid;
  align-items: center;
  line-height: normal;
  max-height: 30px;
  width: 50%;
}

.card-main .teams .team .logo {
    min-width: 30px;
  min-height: 30px;
  height: auto;
  margin: 0 auto;
  max-width: 130px;
  width: 50%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  justify-self: center;
  padding: .2rem;
  display: block;
}

.card-main .teams .team .logo-container {
  clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
  justify-self: end;
}

.card-main .teams .team:first-of-type .logo-container{
  clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  justify-self: start;
}

.logo-container {
  box-shadow: 0 4px 20px #0000001a;
  display: grid;
  place-items: center;
  width: 90%;
  z-index: 1;
}

.card-main .teams .team .logo .icon {
    position: relative;
    top: 6px;
    left: 3px;
    font-size: 24px;
    color: #fff
}

.card-main .teams .team .name {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0 12px 0 8px
}

.card-main .teams.singleTeam .team {
    max-height: unset;
    align-items: flex-start
}

.card-main .teams.singleTeam .name {
    margin: 8px 12px 0 8px
}

.card-main .card-bottom {
    padding: 0;
    margin: 8px 12px 14px
}

.card-main .details .title {
    overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  font-weight: 500;
	  margin-bottom: 0px;
}

.card-main .details .location {
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: .75rem;
}

.card-main .details .publisher {
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: .75rem;
}

.card-main .card-bottom .badge {
    position: relative;
	  top: -1px;
	  border-radius: 2.5rem;
	  padding: 2px 10px;
	  text-transform: uppercase;
	  font-size: 12px;
	  font-weight: 500;
	  margin-right: 5px;
}

.card-main .card-bottom .badge .camera {
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 4px
}

.card-main .card-bottom .date {
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.card-main .card-bottom p {
    margin: 0
}

.card-main.upcoming .event-header {
    border-bottom: .74px solid hsla(0, 0%, 100%, .1)
}

.card-main.upcoming .badge {
    background: #0009
}

.card-main.live .badge {
    background: #e51937
}

.card-main.on-demand .badge {
    background: #da374a
}

.card-main.highlight .badge {
    background: #30a071
}

.base-card {
    height: 240px;
    text-decoration: none
}

.base-card:visited {
    color: #fff
}

.event-card {
    display: block;
    width: 100%;
    text-align: left;    
    float: left;
    overflow: hidden;
    transition: all .2s ease-in-out;
    text-decoration: none
}

.event-card:hover {
    transform: scale(1.05)
}

.event-card:hover.non-hover {
    transform: scale(1)
}

@media (min-width:992px) {
    .event-card:hover .card-main .watch-later {
        visibility: visible
    }
}

.event-card:visited {
    color: #fff
}

.event-card.follow {
    background: hsla(0, 0%, 100%, .05);
    cursor: pointer;
    border: none;
    box-sizing: border-box
}

.event-card.follow.active {
    border: 1px solid hsla(0, 0%, 100%, .3)
}

.event-card.follow.active .card-main {
    background-color: #340000
}

.event-card.follow .card-main {
    height: 48px;
    background-color: transparent
}

.event-card.follow .card-main .profile-logo {
    margin: 8px 10px 0;
    width: 32px;
    height: 32px
}

.event-card.follow .card-main .profile-info-wrapper .profile-name {
    font-size: 14px;
    font-weight: 400
}

.event-card .card-main {
    position: relative;
    height: 160px;
}

.event-card .card-main.feature {
    height: 390px;
    width: 100%
}

.card-main.feature .teams{
	position: relative;
  margin-top: 70px;
  z-index: 10;
  display: inline-flex;
  width: 100%;
}

.event-card .card-main.feature .event-background {
    height: 320px;
    max-height: none
}

.event-card .card-main.feature .event-background img {
    min-height: 320px
}

.event-card .card-main.feature .color-veil {
    position: absolute;
    width: 100%;
    height: 206px;
    opacity: .9
}

.event-card .card-main.feature .teams-wrapper {
    display: flex;
    justify-content: space-between
}

@media (min-width:545px) {
    .event-card .card-main.feature .teams-wrapper .play-button {
        margin-top: 30px
    }
}

.event-card .card-main.feature .teams-wrapper .team {
    text-transform: capitalize
}

@media (min-width:545px) {
    .event-card .card-main.feature .teams-wrapper .team {
        display: flex
    }
    .event-card .card-main.feature .teams-wrapper .team .team-logo {
        max-width: 100px;
        max-height: 100px;
        -o-object-fit: contain;
        object-fit: contain
    }
    .event-card .card-main.feature .teams-wrapper .team .team-name {
        display: inline-flex;
        align-items: center;
        font-size: 16px
    }
    .event-card .card-main.feature .teams-wrapper .team .team-name.short {
        width: auto
    }
    .event-card .card-main.feature .teams-wrapper .team.left .team-name {
        padding-left: 16px
    }
    .event-card .card-main.feature .teams-wrapper .team.right .team-logo {
        order: 1
    }
    .event-card .card-main.feature .teams-wrapper .team.right .team-name {
        padding-right: 16px
    }
}

@media (min-width:545px) and (min-width:545px) {
    .event-card .card-main.feature .teams-wrapper .team .team-name.short {
        width: 33%
    }
}

@media (min-width:992px) {
    .event-card .card-main.feature .teams-wrapper .team .team-name {
        font-size: 20px
    }
}

.event-card .card-main.feature .card-bottom {
    position: relative;
  height: 42px;
  overflow: hidde3n;
  text-overflow: ellipsis;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: .6rem;
  right: .6rem;
  z-index: 2;
  bottom: .6rem;
}

.card-main.feature .event-header{
	height: 320px;
}

#featuresGlide .base-card{
	height: 395px;
}
.event-card .card-main.feature .card-bottom .status-icon {
    position: relative;
    top: 1px
}

@media (max-width:545px) {
    .event-card .card-main.feature .card-bottom .status-icon {
        top: 2px
    }
}

@media (min-width:545px) {
    .event-card .card-main.feature .card-bottom {
        
    }
}

@media (min-width:545px) {
    .event-card .card-main.feature .card-bottom .date {
        display: block;
        position: relative;
        top: 23px;
        text-align: center;
        font-size: 14px;
        font-weight: 700
    }
}

.event-card .card-main:after {
    display: block;
    content: ""
}

.event-card .card-main .blue-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 27, 52, .8)
}

.event-card .card-main .veil {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 73px;
    background-image: linear-gradient(0deg, rgba(11, 13, 15, 0), rgba(11, 13, 15, .8))
}

.event-card .card-main .sport-type {
    align-items: center;
  align-self: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  color: #000;
  display: inline-block;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 500;
  gap: .5rem;
  justify-content: center;
  line-height: .75rem;
  padding: .5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: top;
  background-color: #0009;
  color: #fff;
}

.event-card .card-main .sport-type.truncate {
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.event-card .card-main .sport-type .icon {
    vertical-align: text-bottom;
    font-size: 14px;
    padding-right: 2px
}

.event-card .card-main .watch-later {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    overflow: hidden;
    width: 85px;
    visibility: hidden;
    cursor: pointer
}

.event-card .card-main .watch-later:hover .icon,
.event-card .card-main .watch-later:hover .text {
    left: 0
}

.event-card .card-main .watch-later.selected {
    width: 55px;
    color: #fff;
    visibility: visible
}

.event-card .card-main .watch-later.selected:hover .icon,
.event-card .card-main .watch-later.selected:hover .text {
    left: 0
}

.event-card .card-main .watch-later.selected .icon,
.event-card .card-main .watch-later.selected .text {
    left: 35px
}

.event-card .card-main .watch-later .icon {
    position: relative;
    top: 2px;
    left: 65px;
    vertical-align: middle;
    transition: .15s
}

.event-card .card-main .watch-later .text {
    position: relative;
    left: 65px;
    transition: .25s
}

.event-card .card-main .teams-wrapper .team {
    position: relative;
    z-index: 0
}

.event-card .card-main .teams-wrapper .team.left {
    float: left;
    margin-left: 12px
}

.event-card .card-main .teams-wrapper .team.right {
    float: right;
    margin-right: 12px
}

.event-card .card-main .teams-wrapper .team.right .team-logo {
    float: right
}

.event-card .card-main .teams-wrapper .team.right .team-logo .icon,
.event-card .card-main .teams-wrapper .team.right .team-name {
    text-align: right
}

.event-card .card-main .teams-wrapper .team .team-logo {
    display: block;
    max-width: 50px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.event-card .card-main .teams-wrapper .team .team-logo img {
    display: block;
    width: 100%
}

.event-card .card-main .teams-wrapper .team .team-logo .icon {
    display: block;
    font-size: 36px;
    color: hsla(0, 0%, 100%, .7);
    padding-top: 5px;
    min-height: 45px
}

.event-card .card-main .teams-wrapper .team .team-name {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    clear: both
}

.event-card .card-main .teams-wrapper .play-button {
    position: absolute;
    z-index: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    left: calc(50% - 20px)
}

.event-card .card-main .event-background {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  border-radius: .8rem;
  aspect-ratio: 16/9;
  box-shadow: 0 4px 7px #00000040;
  height: 100%;
}

.event-card .card-main .event-background img {
    opacity: .6;
    display: block;
    width: 100%;
    min-height: 157px
}

.event-card .profile {
    height: 72px;
    position: relative
}

.event-card .profile .profile-logo {
    display: inline-block;
    margin: 16px 10px 16px 16px;
    width: 40px;
    height: 40px
}

.event-card .profile .profile-info-wrapper {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: flex-start;
    width: 60%
}

.event-card .profile .profile-info-wrapper .profile-name {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.event-card .profile .profile-info-wrapper .profile-location {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.25px;
    color: hsla(0, 0%, 100%, .6);
    margin: 4px 0 0
}

.event-card .follow-wrapper {
    position: absolute;
    top: 28px;
    right: 16px;
    height: 16px;
    width: 16px
}

.event-card .follow-wrapper .profile-follow {
    height: 16px;
    width: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjRkZGIiBvcGFjaXR5PSIuNiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTUuNjVsMy43NjIgMi4yMjgtLjk5OC00LjE5MyAzLjI3Mi0yLjc4LTQuMzA1LS4zNThMMTIgNi41NDJsLTEuNzMgNC4wMDUtNC4zMDYuMzU4IDMuMjcyIDIuNzgtLjk5OCA0LjE5M0wxMiAxNS42NTF6bTAgMi4zMjVMNS4yMDIgMjJsMS44MDQtNy41ODVMMSA5LjMxMWw3LjkwOS0uNjU3TDEyIDEuNWwzLjA5MSA3LjE1NEwyMyA5LjMxbC02LjAwNiA1LjEwNEwxOC43OTggMjIgMTIgMTcuOTc1eiIvPjwvc3ZnPg==)
}

.event-card .follow-wrapper .profile-follow.followed {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxNy45NzVMMTguNzk4IDIybC0xLjgwNC03LjU4NUwyMyA5LjMxMWwtNy45MDktLjY1N0wxMiAxLjUgOC45MDkgOC42NTQgMSA5LjMxbDYuMDA2IDUuMTA0TDUuMjAyIDIyeiIvPjwvc3ZnPg==)
}

.event-card .card-level-sport {
    font-size: 10px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.event-card .card-bottom,
.event-card .card-level-sport {
    position: relative;
    height: 42px;
  overflow: hidde3n;
  text-overflow: ellipsis;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: .6rem;
  right: .6rem;
  z-index: 2;
  bottom: .6rem;
}

.event-card .card-bottom.upcoming {
    padding: 12px 0 10px
}

.event-card .card-bottom .date {
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    vertical-align: top
}

.event-card .card-bottom .date .delimeter {
    font-weight: 100;
    opacity: .2
}

.event-card .card-bottom .details {
    font-size: 10px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .6)
}

.event-card .card-bottom .details:after {
    display: block;
    content: "";
    clear: both
}

.event-card .card-bottom .details .location {
    float: left
}

.event-card .card-bottom .details .location,
.event-card .card-bottom .details .publisher {
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: hsla(0, 0%, 100%, .6)
}

.event-card .card-bottom .details .publisher {
    float: right;
    text-align: right
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-drag: none;
    -ms-user-select: none;
	border-radius: .8rem;
}

.glide__arrows,
.glide__bullets,
.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none
}

.glide--rtl {
    direction: rtl
}

.no-events {
    margin: 0 16px
}

@media (min-width: 545px) {
    .no-events {
        width: calc(100% - 64px);
        margin: 0 32px
    }
}

.carousel-section {
    position: relative;
    left: -32px;
    overflow: hidden;
	width: 100%;
}

@media (min-width: 545px) {
    .carousel-section {
        width: calc(100% + 64px);
        left: -32px
    }
}

.carousel-section .card-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 12px
}

@media (min-width: 545px) {
    .carousel-section .card-wrapper {
        width: 48%;
        margin-right: 2%
    }
}

@media (min-width: 992px) {
    .carousel-section .card-wrapper {
        width: 32%;
        margin-right: 2%
    }
}

.carousel-section .cards {
    background: transparent;
    margin: 0;
    padding: 0
}

.carousel-section .cards .cardIntro {
    border-bottom: none;
    margin: 24px 0 0;
    padding: 0
}

@media (min-width: 545px) {
    .carousel-section .cards .cardIntro {
        margin: 0;
        padding: 0 32px
    }
}

.carousel-section .cards .cardIntro h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    text-transform: inherit;
    margin: 0
}

@media (min-width: 545px) {
    .carousel-section .cards .cardIntro h2 {
        font-size: 20px
    }
}

.carousel-section .cards .cardIntro h2 span {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    border: none;
    padding: 0;
    margin: 0
}

.carousel-section .cards .cardIntro .nfhsbutton {
    text-transform: uppercase;
    line-height: normal;
    font-size: 12px;
    text-align: right;
    padding: 0;
    margin: 16px 0 0;
    background: transparent;
    width: auto
}

.carousel-section .cards .cards-container {
    margin-top: 16px;
    padding: 0;
    overflow: hidden
}

@media (min-width: 545px) {
    .carousel-section .cards .cards-container {
        padding: 16px 16px 0 32px
    }
}

.carousel-section .cards .cards-container.feature {
    padding: 0
}

.carousel-section .cards .cards-container.feature .glide__track {
    height: 230px
}

@media (min-width: 545px) {
    .carousel-section .cards .glide-container {
        padding: 0;
        width: 100%
    }
}

.carousel-section .cards .glide-container .glide__track .glide__slides {
    padding-top: 5px;
    overflow: visible
}

.carousel-section .cards .glide-container .glide__bullets {
    text-align: center;
    margin-bottom: 0
}

.carousel-section .cards .glide-container .glide__bullets .glide__bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    background-color: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 16px;
    text-indent: -9999px;
    padding: 0;
    margin: 0 4px;
    cursor: pointer
}

.carousel-section .cards .glide-container .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #fff
}

.carousel-section .cards .glide-container div[data-glide-el=controls] .glide-button {
    display: none;
    position: absolute;
    z-index: 10;
    width: 25px;
    height: 215px;
    border: none;
    top: 0;
    background: linear-gradient(270deg, rgba(9, 18, 26, 0), #09121a)
}

@media (min-width: 545px) {
    .carousel-section .cards .glide-container div[data-glide-el=controls] .glide-button {
        display: unset
    }
}

.carousel-section .cards .glide-container div[data-glide-el=controls] .glide-button.glide-left {
    left: 0
}

.carousel-section .cards .glide-container div[data-glide-el=controls] .glide-button.glide-right {
    right: -6px;
    background: linear-gradient(90deg, rgba(9, 18, 26, 0), #09121a)
}

.carousel-section .cards .glide-container div[data-glide-el=controls] .glide-button .arrow-icon {
    margin-left: -10px
}

.carousel-section .cards .glide-container .card-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 12px
}

@media (min-width: 545px) {
    .carousel-section .cards .glide-container .card-wrapper {
        margin-right: 0
    }
}

.carousel-section .cards .fallback-message {
    font-size: 14px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .6);
    text-align: center;
    background-color: hsla(0, 0%, 100%, .1);
    padding: 16px 0;
    max-width: 928px;
    margin: 0 16px
}

@media (min-width: 545px) {
    .carousel-section .cards .fallback-message {
        margin: 0 32px
    }
}

.carousel-section .cards .fallback-message p {
    margin: 0;
    padding: 0 16px
}

.card-collection {
    width: 100%;
    margin-bottom: 40px;
    transition: height .5s;
    padding-top: 16px
}

.card-collection .collection-content {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(200px, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px
}

@media (min-width: 545px) {
    .card-collection .collection-content {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
        width: 100%
    }
}

@media (min-width: 992px) {
    .card-collection .collection-content {
        grid-template-columns: repeat(3, minmax(250px, 1fr));
        width: 100%
    }
}

.card-collection .collection-content .event-card .card-main .sport-type {
    max-height: 15px
}

.card-collection .card {
    margin: 0 16px 16px 0
}

.card-collection .load-more {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    cursor: pointer
}

.card-collection .load-more .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff
}

.desktop {
    display: unset
}

@media (min-width: 545px) {
    .desktop {
        display: unset
    }
}

h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 0
}

.personalized-carousel>div {
    margin-bottom: 6em
}

@media (min-width: 545px) {
    .personalized-carousel>div {
        margin-bottom: 3em
    }
}

.hideTab {
    display: none
}

.tabs-container {
    width: 100%
}

.tabs-container .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%
}

.tabs-container .tabs .tab-button {
    flex-grow: 1;
    flex-basis: 60px;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .6);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    margin-bottom: 0
}

.tabs-container .tabs .tab-button.is-active {
    color: #fff;
    border-bottom: 3px solid #da374a
}

.tabs-container .tabs .tab-button span {
    border: none;
    outline: none
}

@media (max-width: 545px) {
    .tabs-container .tabs .tab-button.regular-tabs {
        border: 1px solid hsla(0, 0%, 100%, .1);
        height: 32px;
        width: 92px;
        font-size: 10px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 10px;
        letter-spacing: normal;
        text-align: center;
        color: #fff
    }
    .tabs-container .tabs .tab-button.regular-tabs:first-of-type {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }
    .tabs-container .tabs .tab-button.regular-tabs:last-of-type {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .tabs-container .tabs .tab-button.regular-tabs.is-active {
        background: #da374a
    }
}

.tabs-container .tabs .tab-button.mobile {
    display: inline-block
}

@media (min-width: 545px) {
    .tabs-container .tabs .tab-button.mobile {
        display: none
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background: #da374a;
    border-color: 1px solid hsla(0, 0%, 100%, .1);
}

.tabs-container .tabs .tab-button span {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 12px 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 10px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.tabs-container .tabs .tab-button .badge {
    color: #fff !important;
    font-size: 10px;
    display: inline;
    padding: 2px 4px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    background-color: #e51937
}

.tabs-container .tabs.desktop-style .tab-button span,
.tabs-container .tabs .inner {
    color: hsla(0, 0%, 100%, .6)
}

@media (max-width: 545px) {
    .tabs-container .tabs.desktop-style .tab-button {
        height: auto;
        font-size: 12px;
        border: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }
    .tabs-container .tabs.desktop-style .tab-button:first-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .tabs-container .tabs.desktop-style .tab-button:last-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .tabs-container .tabs.desktop-style .tab-button.is-active {
        color: #fff;
        background-color: transparent;
        background-color: initial;
        border-bottom: 3px solid #da374a
    }
}

.tabs-container .tabs.desktop-style .tab-button.is-active,
.tabs-container .tabs.desktop-style .tab-button.is-active span {
    color: #fff
}

.tabs-container.scroll-tabs {
    position: relative;
    width: calc(100% + 32px);
    left: -32px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs {
        width: 100%;
        left: unset
    }
}

.tabs-container.scroll-tabs::-webkit-scrollbar {
    display: none
}

.tabs-container.scroll-tabs .tabs {
    padding: 0 16px;
    width: 116%
}

.tabs-container.scroll-tabs .tabs.short {
    width: auto
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs {
        padding: 0;
        width: auto
    }
}

.tabs-container.scroll-tabs .tabs .tab-button:first-child {
    display: inline-block
}

.tabs-container.scroll-tabs .tabs .tab-button.regular-tabs {
    padding-bottom: 2px;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 0
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs .tab-button.regular-tabs {
        padding-bottom: 0
    }
}

.tabs-container.scroll-tabs .tabs .tab-button.regular-tabs.is-active {
    background: transparent;
    padding-bottom: 0;
    border-bottom: 3px solid #fff
}

.tabs-container.scroll-tabs .tabs .tab-button.mobile {
    display: inline-block
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs .tab-button.mobile {
        display: none
    }
}

.hide-tabs {
    display: none
}

@media (min-width: 545px) {
    .mobile-only-tabs.tabs {
        display: none
    }
}

@media (min-width: 545px) {
    .mobile-only-details>.hideTab {
        display: block
    }
}

.browse-wrapper {
    max-width: 992px;
    margin: 0 auto
}

.browse-events {
    max-width: 100%;
    margin: 0 16px
}

@media (min-width: 545px) {
    .browse-events {
        max-width: 992px;
        width: calc(100% - 64px);
        margin: 0 32px
    }
}

@media only screen and (min-width: 840px) {
    .browse-events .filters {
        justify-content: space-between
    }
}

.browse-events .back-to-events {
    max-width: 250px;
    display: inline
}

.browse-events .back-to-events div {
    display: inline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 50px 0 35px;
    max-width: 250px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.browse-events .back-to-events div .back-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBFNzVEMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODJMMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat;
    width: 20px;
    height: 20px;
    transform: scaleX(-1);
    position: relative;
    display: inline-block
}

.browse-events .page-header {
    position: relative;
    margin-top: 24px
}

@media (min-width: 545px) {
    .browse-events .page-header {
        margin: 48px 0 0
    }
}

.browse-events .page-header .header-title {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 545px) {
    .browse-events .page-header .header-title {
        font-size: 40px
    }
}

.browse-events .desktop {
    display: none
}

.browse-events .desktop .section {
    margin-top: 32px
}

@media (min-width: 545px) {
    .browse-events .desktop {
        display: unset
    }
}

.browse-events .desktop .nfhsbutton {
    font-weight: 700;
    margin: 0 !important
}

@media (min-width: 545px) {
    .browse-events .mobile {
        display: none
    }
	
}

.browse-events .drilldown .clear-all-filters {
    top: 84px
}

.browse-events .drilldown-mobile .filter-button {
    top: 58px
}

@media tablet {
    .browse-events .drilldown-mobile .filter-button {
        top: unset
    }
}

.container {
    min-height: 600px
}

.container .filters {
    margin-top: 20px
}

.container .filter-option {
    float: left
}

.container .filter-option label {
    margin: 5px 5px 0 0;
    float: left
}

.container .filter-option .state-select {
    text-transform: capitalize
}

.container h1#page-title {
    display: inline
}

.container .info {
    cursor: pointer;
    height: 18px;
    width: 18px
}

.container .tooltip {
    position: relative;
    display: inline-block
}

.container .tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1
}

.container .tooltip .toolTipActive,
.container .tooltip:hover .tooltiptext {
    visibility: visible
}

.drop-down {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 6px 0;
    text-align: left;
    flex-grow: 1;
    margin-right: 16px;
    border-bottom: none !important
}

.drop-down .pill-holder {
    display: inline-block;
    margin-top: 5px
}

.drop-down .pill-holder .pill {
    display: inline-block;
    background: #fff;
    padding: 4px 8px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin: 4px;
    border-radius: 3px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.drop-down .pill-holder .pill .close-x {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTJMMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=);
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: scale(.5);
    vertical-align: middle;
    position: relative;
    top: -1px
}

.drop-down .select {
    border-bottom: 1px solid #da374a
}

.drop-down.open .drop-down-arrow {
    transform: rotate(-180deg)
}

.drop-down .options {
    text-transform: capitalize;
    margin: 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    background: #002241;
    z-index: 200;
    width: 100%;
    padding: 8px 0
}

@media (min-width:545px) {
    .drop-down .options {
        max-height: 340px
    }
}

.drop-down .options .list {
    overflow-x: hidden;
    min-height: 40px;
    margin: 0
}

@media (min-width:545px) {
    .drop-down .options .list {
        max-height: 260px
    }
}

.drop-down .options .arrow-right {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBFNzVEMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODJMMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat;
    top: 7px;
    right: 6px
}

.drop-down .options .highlighted {
    background: #fff
}

.drop-down .options .filter-search {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width: calc(100% - 24px);
    height: 18px;
    margin-bottom: 8px;
    box-shadow: none;
    border: none;
    color: #fff;
    background: #340000;
    padding: 14px 8px
}

.drop-down .options .filter-search::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6);
    -moz-user-select: none;
    user-select: none
}

.drop-down .options .filter-search::placeholder {
    color: hsla(0, 0%, 100%, .6);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.drop-down .option,
.drop-down .select {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    white-space: nowrap;
    overflow: unset;
    text-overflow: unset;
    padding: 0
}

.drop-down .option .bullet,
.drop-down .select .bullet {
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2.5px
}

.drop-down .option .bullet .fill,
.drop-down .select .bullet .fill {
    border-radius: 50%
}

.drop-down .option .school-name,
.drop-down .select .school-name {
    display: inline-block;
    text-overflow: ellipsis;
    width: calc(100% - 20px)
}

.drop-down .option .check,
.drop-down .select .check {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    opacity: .6;
    margin-right: 9px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOSAySDVhMyAzIDAgMDAtMyAzdjE0YTMgMyAwIDAwMyAzaDE0YTMgMyAwIDAwMy0zVjVhMyAzIDAgMDAtMy0zem0wIDJhMSAxIDAgMDExIDF2MTRhMSAxIDAgMDEtMSAxSDVhMSAxIDAgMDEtMS0xVjVhMSAxIDAgMDExLTFoMTR6Ii8+PC9zdmc+) 50% no-repeat
}

.drop-down .option.selected .check,
.drop-down .select.selected .check {
    opacity: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMGU3NWQyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43NzggMkg0LjIyMkEyLjIyMiAyLjIyMiAwIDAwMiA0LjIyMnYxNS41NTZBMi4yMiAyLjIyIDAgMDA0LjIyMiAyMmgxNS41NTZBMi4yMjIgMi4yMjIgMCAwMDIyIDE5Ljc3OFY0LjIyMkEyLjIyMiAyLjIyMiAwIDAwMTkuNzc4IDJ6TTEwIDE3LjQxNGwtNC43MDctNC43MDcgMS40MTQtMS40MTRMMTAgMTQuNTg2bDcuMjkzLTcuMjkzIDEuNDE0IDEuNDE0TDEwIDE3LjQxNHoiLz48L3N2Zz4=) 50% no-repeat
}

.drop-down .option .filter-name,
.drop-down .select .filter-name {
    display: inline-block;
    text-overflow: ellipsis;
    width: calc(100% - 45px)
}

.drop-down .option .drop-down-arrow,
.drop-down .select .drop-down-arrow {
    position: absolute;
    right: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBlNzVkMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi45MTggOUwxMiAxMy44MyAxNy4wODIgOWwxLjY2OCAxLjU4NUwxMiAxN2wtNi43NS02LjQxNXoiLz48L3N2Zz4=) 50% no-repeat;
    width: 20px;
    height: 20px;
    transition: .3s;
    right: 0
}

.drop-down .option .mobile-title,
.drop-down .select .mobile-title {
    color: #fff;
    display: none
}

.drop-down .option .desktop-title,
.drop-down .select .desktop-title {
    width: calc(100% - 22px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    opacity: .6;
    color: #fff;
    font-size: 16px
}

.drop-down .option .desktop-title.option-selected,
.drop-down .select .desktop-title.option-selected {
    text-transform: capitalize !important;
    opacity: 1
}

.drop-down .option.selected .fill,
.drop-down .select.selected .fill {
    width: 13px;
    height: 13px;
    background: #fff;
    display: block;
    margin: 2px 0 0 2px
}

.drop-down .option .bullet,
.drop-down .select .bullet {
    display: none
}

.drop-down .tooltip {
    display: none;
    font-weight: 500;
    font-size: .7rem;
    color: hsla(0, 0%, 100%, .6);
    margin: -.7rem 1rem 0
}

@media (max-width:544px) {
    .drop-down .tooltip {
        display: block
    }
	.main-wrapper .carousel-container h2{
	font-size: 1rem;
	}
	.main-wrapper .carousel-container .see-all-btn{
	font-size: 14px;	
	}
}

.drop-down .option {
    line-height: 14px;
    font-size: 14px;
    padding: 6px 8px
}

.drop-down .option li {
    margin: 0
}

.drop-down .option:hover {
    background: #da374a
}

@media (min-width:545px) {
    .drop-down .scrollbar.options .list::-webkit-scrollbar {
        overflow-y: scroll;
        display: none;
        display: unset;
        width: 14px
    }
    .drop-down .scrollbar.options .list::-webkit-scrollbar-track {
        width: 5px;
        border-radius: 7px;
        box-shadow: inset 8px 10px 8px 10px rgba(0, 0, 0, .3);
        border: 3px solid transparent
    }
    .drop-down .scrollbar.options .list::-webkit-scrollbar-thumb {
        width: 5px !important;
        background: #da374a;
        width: 6px;
        border-radius: 5px;
        border: 4px solid transparent;
        background-clip: padding-box;
        border-radius: 7px;
        box-shadow: inset -1px -1px 0 rgba(196, 140, 140, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
    }
}

.drop-down.filter {
    padding: 6px;
    max-width: 145px;
    min-width: 60px;
    flex-grow: 1;
    margin-right: 0
}

@media (min-width:992px) {
    .drop-down.filter {
        margin-right: 10px
    }
}

.drop-down.filter.open {
    background: #002241
}

.drop-down.filter.open .options {
    margin-top: 6px;
    left: 0;
    min-width: 128px
}

@media (max-width:545px) {
    .drop-down.filter {
        width: 100%;
        max-width: unset;
        min-width: unset;
        padding: 0
    }
    .drop-down.filter.open {
        background: unset
    }
    .drop-down.filter.open .options {
        margin-top: 0
    }
    .drop-down.filter .select {
        position: relative;
        margin: 0;
        padding: 10px 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: none
    }
    .drop-down.filter .select .drop-down-arrow {
        right: 16px
    }
    .drop-down.filter .select .mobile-title {
        display: unset;
        color: #fff
    }
    .drop-down.filter .select .desktop-title {
        display: none
    }
    .drop-down.filter .options {
        position: relative;
        display: block;
        background-color: unset;
        padding: 0
    }
    .drop-down.filter .options .filter-search {
        color: #fff;
        height: 18px;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        box-shadow: none;
        background: #09121a;
        padding: 14px 16px
    }
    .drop-down.filter .options .option {
        margin: 0;
        padding: 10px 16px;
        font-size: 16px;
        font-weight: 500;
        color: #fff
    }
    .drop-down.filter .options .option:hover {
        background-color: unset
    }
    .drop-down.filter .options .option .bullet {
        display: inline-block;
        height: 17px;
        width: 17px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin-right: 8px;
        position: relative;
        top: 2.5px
    }
    .drop-down.filter .options .option .bullet .fill {
        border-radius: 50%
    }
}

.multi-tag-search {
    white-space: nowrap;
    margin-bottom: 8px;
    background: #09121a;
    display: flex
}

.multi-tag-search .filter-search {
    flex-grow: 1;
    min-width: calc(100% - 24px)
}

@media (min-width:545px) {
    .multi-tag-search {
        background: #340000;
        height: 48px;
        overflow-y: hidden
    }
    .multi-tag-search::-webkit-scrollbar {
        display: unset;
        height: 10px
    }
    .multi-tag-search::-webkit-scrollbar-track {
        width: 5px;
        border-radius: 7px;
        box-shadow: inset 4px 5px 4px 5px transparent;
        border: 3px solid transparent
    }
    .multi-tag-search::-webkit-scrollbar-thumb {
        width: 5px !important;
        background: #fff;
        width: 6px;
        border-radius: 5px;
        border: 4px solid transparent;
        background-clip: padding-box;
        border-radius: 7px;
        box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
    }
}

@media (min-width:545px) {
    .multiSelect.options {
        width: 258px !important
    }
}

.multiSelect.options .section-title {
    margin: 20px 0 10px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .6)
}

.multiSelect.options .option:first-child {
    margin-top: 6px
}

.deactivated {
    opacity: .6 !important;
    cursor: unset !important;
    border-bottom: none !important
}

.deactivated .drop-down-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi45MTggOUwxMiAxMy44MyAxNy4wODIgOWwxLjY2OCAxLjU4NUwxMiAxN2wtNi43NS02LjQxNXoiLz48L3N2Zz4=) 50% no-repeat !important
}

@media (min-width:545px) {
    .deactivated {
        border-bottom: none !important
    }
    .deactivated .select {
        border-bottom: 1px solid #fff !important
    }
}

.simple-date-picker {
    color: #fff
}

.simple-date-picker .section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 15px
}

@media (min-width:545px) {
    .simple-date-picker .section {
        margin: 20px 25px
    }
}

.simple-date-picker .section .section-col {
    flex: 1;
    margin-right: 15px
}

.simple-date-picker .section .section-col.right {
    margin-left: 15px;
    margin-right: 0
}

.simple-date-picker .section .label-text {
    font-size: 12px;
    font-weight: 800;
    color: hsla(0, 0%, 100%, .6);
    text-transform: uppercase
}

.simple-date-picker .section .date-input {
    border-radius: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #da374a;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    width: 100%;
    padding: 6px 0;
    font-size: 16px
}

.simple-date-picker .calendar-view .header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 5px 5px 3px
}

.simple-date-picker .calendar-view .header .arrow {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.simple-date-picker .calendar-view .header .arrow.hidden {
    visibility: hidden
}

.simple-date-picker .calendar-view .header .month-title {
    flex: 1;
    text-align: center
}

.simple-date-picker .calendar-view .calendar-row {
    display: flex;
    flex-flow: row wrap
}

.simple-date-picker .calendar-view .calendar-row .square {
    flex: 1 0 14%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box
}

.simple-date-picker .calendar-view .calendar-row .square.in-range {
    background-color: hsla(0, 0%, 100%, .1)
}

.simple-date-picker .calendar-view .calendar-row .square.selected {
    background-color: #fff
}

.simple-date-picker .calendar-view .calendar-row .square.active:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.simple-date-picker .calendar-view .calendar-row .square.inactive {
    color: rgba(255, 228, 231, .3)
}

.simple-date-picker .calendar-view .calendar-row.days-row {
    border-bottom: 1px solid #da374a;
    margin: 3px 0
}

.simple-date-picker .calendar-view .calendar-row.days-row .day {
    flex: 1 0 14%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    font-weight: 700
}

.simple-date-picker .buttons-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 25px 25px 5px
}

.simple-date-picker .buttons-wrapper .button-col {
    flex: 1;
    margin-top: 5px
}

.simple-date-picker .buttons-wrapper .button-col.right {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end
}

.simple-date-picker .buttons-wrapper .button {
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 10px;
    font-weight: 700;
    padding: 9px 20px;
    letter-spacing: -.1px
}

.simple-date-picker .buttons-wrapper .button.cancel {
    border: 1px solid #e51937
}

.simple-date-picker .buttons-wrapper .button.apply {
    border: 1px solid #da374a;
    background-color: #da374a;
    margin-left: 10px
}

.filter-wrapper {
    position: relative
}

.filter-button {
    position: absolute;
    background: #da374a;
    padding: 0 8px 0 4px;
    border-radius: 3px;
    height: 22px;
    right: 0;
    bottom: 28px;
    display: flex;
    align-items: center
}

@media (min-width:545px) {
    .filter-button {
        display: none
    }
}

.filter-button .filter-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMyA0LjVoMTd2M0gzdi0zem0wIDZoMTN2M0gzdi0zem0wIDZoOXYzSDN2LTN6Ii8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transform: scale(.8);
    display: inline-block
}

.filter-button .filter-icon.active-filters {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMuMDkgNC41YTUuNTMyIDUuNTMyIDAgMDAuMjg1IDNIM3YtM2gxMC4wOXpNMyAxMC41aDEzdjNIM3YtM3ptMCA2aDl2M0gzdi0zeiIvPjxjaXJjbGUgZmlsbD0iI2U1MTkzNyIgY3g9IjE4LjUiIGN5PSI1LjUiIHI9IjIuNSIvPjwvZz48L3N2Zz4=)
}

.filter-button .filter-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    position: relative
}

.overlay {
    background: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

@media (min-width:545px) {
    .overlay {
        display: none
    }
}

.clear-all-filters {
    display: none
}

@media (min-width:545px) {
    .clear-all-filters {
        display: unset;
        position: absolute;
        right: 0;
        cursor: pointer;
        bottom: 40px;
        text-transform: uppercase;
        height: 15px;
        font-size: 12px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right
    }
    .clear-all-filters,
    .clear-all-filters span {
        color: #fff !important
    }
}

.filter-container {
    background: unset;
    z-index: unset;
    position: unset;
    display: block;
    margin-bottom: 40px
}

.filter-container.filters-open {
    display: block
}

.filter-container .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    height: 55px;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    background: #002241
}

.filter-container .filter-header .back-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTUgMTcuMDgyTDEwLjE3IDEyIDE1IDYuOTE4IDEzLjQxNSA1LjI1IDcgMTJsNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat;
    margin-left: 16px;
    width: 20px;
    height: 20px;
    display: inline-block
}

.filter-container .filter-header .title {
    margin-left: 16px;
    color: #fff;
    cursor: pointer
}

.filter-container .filter-header .clear-all {
    margin-right: 16px;
    color: #fff;
    cursor: pointer
}

@media (min-width:545px) {
    .filter-container .filter-header {
        display: none
    }
}

.filter-container .date-picker {
    z-index: 2;
    left: 100%;
    top: calc(100% - 38px)
}

@media (min-width:545px) {
    .filter-container .date-picker {
        width: 462px;
        position: absolute;
        background: #002241
    }
}

.filter-container .filters {
    height: calc(100% - 119px);
    scrollbar-color: #fff #002241;
    padding: .5em 0;
    box-sizing: border-box
}

.filter-container .filters::-webkit-scrollbar-thumb {
    background: #fff
}

.filter-container .filters::-webkit-scrollbar-track {
    background: #002241
}

@media (min-width:545px) {
    .filter-container .filters {
        overflow-y: visible;
        display: flex;
        margin-top: 16px
    }
    .filter-container .filters .filter-section {
        display: inline-block
    }
    .filter-container .filters.schools {
        display: unset
    }
    .filter-container .filters.schools .filter-section.right {
        display: unset;
        justify-content: unset
    }
    .filter-container .filters.schools .filter-section.right .filter-option {
        width: 120px
    }
}

@media only screen and (min-width:840px) {
    .filter-container .filters {
        flex-direction: unset
    }
}

.filter-container .filters .filter-option {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    text-align: left
}

@media (min-width:545px) {
    .filter-container .filters .filter-option {
        display: inline-block;
        padding: 6px;
        min-width: 60px;
        flex-grow: 1;
        width: 100%;
        max-width: 116px
    }
    .filter-container .filters .filter-option.filter-selected {
        background: #002241
    }
}

@media (min-width:992px) {
    .filter-container .filters .filter-option {
        margin-right: 10px
    }
}

.filter-container .filters .filter-option .options {
    text-transform: capitalize;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: auto;
    left: 0
}

.filter-container .filters .filter-option .options .arrow-right {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 18px;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBFNzVEMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODJMMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .options .arrow-right {
        top: 7px;
        right: 6px
    }
}

.filter-container .filters .filter-option .options .highlighted {
    background: #da374a
}

.filter-container .filters .filter-option .options .filter-search {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
    height: 18px;
    margin-bottom: 8px;
    box-shadow: none;
    background: #09121a;
    border: none;
    color: #fff;
    padding: 14px 16px
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .options .filter-search {
        background: #340000;
        padding: 14px 8px
    }
}

.filter-container .filters .filter-option .options .filter-search::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6);
    -moz-user-select: none;
    user-select: none
}

.filter-container .filters .filter-option .options .filter-search::placeholder {
    color: hsla(0, 0%, 100%, .6);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.filter-container .filters .filter-option .options .filter-search:focus {
    outline: none
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .options {
        position: absolute;
        background: #002241;
        z-index: 200;
        max-height: 340px;
        width: 100%;
        margin-top: 6px;
        padding: 8px 0
    }
    .filter-container .filters .filter-option .options .list {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 260px;
        min-height: 40px;
        margin: 0
    }
}

.filter-container .filters .filter-option .option,
.filter-container .filters .filter-option .select {
    position: relative;
    margin: 0;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.filter-container .filters .filter-option .option .bullet,
.filter-container .filters .filter-option .select .bullet {
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2.5px
}

.filter-container .filters .filter-option .option .bullet .fill,
.filter-container .filters .filter-option .select .bullet .fill {
    border-radius: 50%
}

.filter-container .filters .filter-option .option .filter-name,
.filter-container .filters .filter-option .select .filter-name {
    display: inline-block;
    text-overflow: ellipsis;
    width: calc(100% - 45px);
    line-height: 1rem
}

.filter-container .filters .filter-option .option .check,
.filter-container .filters .filter-option .select .check {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    opacity: .6;
    margin-right: 9px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOSAySDVhMyAzIDAgMDAtMyAzdjE0YTMgMyAwIDAwMyAzaDE0YTMgMyAwIDAwMy0zVjVhMyAzIDAgMDAtMy0zem0wIDJhMSAxIDAgMDExIDF2MTRhMSAxIDAgMDEtMSAxSDVhMSAxIDAgMDEtMS0xVjVhMSAxIDAgMDExLTFoMTR6Ii8+PC9zdmc+) 50% no-repeat
}

.filter-container .filters .filter-option .option.selected .check,
.filter-container .filters .filter-option .select.selected .check {
    opacity: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMGU3NWQyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43NzggMkg0LjIyMkEyLjIyMiAyLjIyMiAwIDAwMiA0LjIyMnYxNS41NTZBMi4yMiAyLjIyIDAgMDA0LjIyMiAyMmgxNS41NTZBMi4yMjIgMi4yMjIgMCAwMDIyIDE5Ljc3OFY0LjIyMkEyLjIyMiAyLjIyMiAwIDAwMTkuNzc4IDJ6TTEwIDE3LjQxNGwtNC43MDctNC43MDcgMS40MTQtMS40MTRMMTAgMTQuNTg2bDcuMjkzLTcuMjkzIDEuNDE0IDEuNDE0TDEwIDE3LjQxNHoiLz48L3N2Zz4=) 50% no-repeat
}

.filter-container .filters .filter-option .option .filter-drop-down-arrow,
.filter-container .filters .filter-option .select .filter-drop-down-arrow {
    position: absolute;
    right: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBlNzVkMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi45MTggOUwxMiAxMy44MyAxNy4wODIgOWwxLjY2OCAxLjU4NUwxMiAxN2wtNi43NS02LjQxNXoiLz48L3N2Zz4=) 50% no-repeat;
    width: 20px;
    height: 20px;
    transition: .3s
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .option .filter-drop-down-arrow,
    .filter-container .filters .filter-option .select .filter-drop-down-arrow {
        right: 0
    }
}

.filter-container .filters .filter-option .option .filter-drop-down-arrow.open,
.filter-container .filters .filter-option .select .filter-drop-down-arrow.open {
    transform: rotate(-180deg)
}

.filter-container .filters .filter-option .option .mobile-title,
.filter-container .filters .filter-option .select .mobile-title {
    color: #fff
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .option .mobile-title,
    .filter-container .filters .filter-option .select .mobile-title {
        display: none
    }
}

.filter-container .filters .filter-option .option .desktop-title,
.filter-container .filters .filter-option .select .desktop-title {
    display: none
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .option .desktop-title,
    .filter-container .filters .filter-option .select .desktop-title {
        max-width: calc(100% - 20px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-transform: capitalize;
        display: inline-block;
        opacity: .6;
        color: #fff;
        font-size: 14px
    }
    .filter-container .filters .filter-option .option .desktop-title.option-selected,
    .filter-container .filters .filter-option .select .desktop-title.option-selected {
        opacity: 1
    }
}

@media (min-width:992px) {
    .filter-container .filters .filter-option .option .desktop-title,
    .filter-container .filters .filter-option .select .desktop-title {
        font-size: 16px
    }
}

.filter-container .filters .filter-option .option.selected .fill,
.filter-container .filters .filter-option .select.selected .fill {
    width: 13px;
    height: 13px;
    background: #fff;
    display: block;
    margin: 2px 0 0 2px
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .option,
    .filter-container .filters .filter-option .select {
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
        padding: 0
    }
    .filter-container .filters .filter-option .option .bullet,
    .filter-container .filters .filter-option .select .bullet {
        display: none
    }
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .select {
        border-bottom: 1px solid #da374a
    }
}

@media (min-width:545px) {
    .filter-container .filters .filter-option .option {
        font-size: 14px;
        padding: 6px 8px
    }
    .filter-container .filters .filter-option .option:hover {
        background: #da374a
    }
}

.filter-container .hide-filters {
    display: none
}

@media (min-width:545px) {
    .filter-container .hide-filters {
        display: flex
    }
}

.filter-container .filter-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    height: 64px;
    width: 100%;
    background: #002241;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.filter-container .filter-footer .filter-footer-button {
    width: 120px;
    display: inline-block;
    height: 13px;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
}

@media (min-width:545px) {
    .filter-container .filter-footer {
        display: none
    }
}

.filter-container .filter-footer .cancel-button {
    border: 1px solid #e51937;
    border-radius: 2px;
    margin: 16px 8px 16px 16px
}

.filter-container .filter-footer .filter-apply {
    background: #fff;
    border-radius: 2px;
    margin: 16px 16px 16px 8px
}

.filter-container .filter-sport .sport-section-title {
    margin: 20px 0 10px 8px;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .6)
}

.filter-container .filter-sport .sport-section-title:first-child {
    margin-top: 6px
}

@media (min-width:545px) {
    .filter-container .filter-sport .options {
        width: 258px !important
    }
}

@media (min-width:545px) {
    .filter-container .filter-state .options {
        width: 200px !important
    }
}

@media (min-width:545px) {
    .filter-container .filter-date .options,
    .filter-container .filter-gender .options,
    .filter-container .filter-level .options,
    .filter-container .filter-type .options {
        width: 128px !important
    }
}

.filter-container .filter-school {
    margin-right: 0 !important;
    position: relative
}

.filter-container .filter-school .filter-search {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0 !important
}

@media (min-width:545px) {
    .filter-container .filter-school .drop-down-container .options {
        overflow: visible;
        right: 0;
        left: unset;
        position: absolute;
        width: 280px
    }
}

.filter-container .multi-tag-search {
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 8px;
    background: #09121a
}

.filter-container .multi-tag-search::-webkit-scrollbar {
    overflow-y: scroll;
    display: none
}

@media (min-width:545px) {
    .filter-container .multi-tag-search {
        background: #340000;
        height: 48px;
        overflow-y: hidden
    }
    .filter-container .multi-tag-search::-webkit-scrollbar {
        display: unset;
        height: 10px
    }
    .filter-container .multi-tag-search::-webkit-scrollbar-track {
        width: 5px;
        border-radius: 7px;
        box-shadow: inset 4px 5px 4px 5px transparent;
        border: 3px solid transparent
    }
    .filter-container .multi-tag-search::-webkit-scrollbar-thumb {
        width: 5px !important;
        background: #fff;
        width: 6px;
        border-radius: 5px;
        border: 4px solid transparent;
        background-clip: padding-box;
        border-radius: 7px;
        box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
    }
}

.filter-container .drop-down-container .options .option {
    white-space: unset
}

.filter-container .drop-down-container .options .pill-holder {
    display: inline-block;
    margin-top: 5px
}

.filter-container .drop-down-container .options .pill-holder .pill {
    display: inline-block;
    background: #fff;
    padding: 4px 8px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin: 4px;
    border-radius: 3px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.filter-container .drop-down-container .options .pill-holder .pill .close-x {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTJMMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=);
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: scale(.5);
    vertical-align: middle;
    position: relative;
    top: -1px
}

.filter-container .filter-search {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0 !important
}

.filter-container .drop-down-container {
    overflow: hidden
}

@media (min-width:545px) {
    .filter-container .filter-date .drop-down-container .options {
        overflow: visible
    }
}

.filter-container .deactivated {
    opacity: .6 !important;
    cursor: unset !important;
    border-bottom: none !important
}

.filter-container .deactivated .filter-drop-down-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi45MTggOUwxMiAxMy44MyAxNy4wODIgOWwxLjY2OCAxLjU4NUwxMiAxN2wtNi43NS02LjQxNXoiLz48L3N2Zz4=) 50% no-repeat !important
}

@media (min-width:545px) {
    .filter-container .deactivated {
        border-bottom: none !important
    }
    .filter-container .deactivated .select {
        border-bottom: 1px solid #fff !important
    }
}

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

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

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

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

.hideTab {
    display: none
}

.tabs-container {
    width: 100%
}

.tabs-container .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%
}

.tabs-container .tabs .tab-button {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .6);
    display: inline-block;
    flex-basis: 60px;
    flex-grow: 1;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.tabs-container .tabs .tab-button.is-active {
    border-bottom: 3px solid #da374a;
    color: #fff
}

.tabs-container .tabs .tab-button span {
    border: none;
    outline: none
}

@media (max-width: 545px) {
    .tabs-container .tabs .tab-button.regular-tabs {
        border: 1px solid hsla(0, 0%, 100%, .1);
        color: #fff;
        font-size: 10px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        height: 32px;
        letter-spacing: normal;
        line-height: 10px;
        text-align: center;
        width: 92px
    }
    .tabs-container .tabs .tab-button.regular-tabs:first-of-type {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }
    .tabs-container .tabs .tab-button.regular-tabs:last-of-type {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
    .tabs-container .tabs .tab-button.regular-tabs.is-active {
        background: #da374a
    }
}

.tabs-container .tabs .tab-button.mobile {
    display: inline-block
}

@media (min-width: 545px) {
    .tabs-container .tabs .tab-button.mobile {
        display: none
    }
}

.tabs-container .tabs .tab-button span {
    cursor: pointer;
    display: block;
    padding: 12px 0;
    user-select: none;
    width: 100%
}

.tabs-container .tabs .tab-button .badge {
    background-color: #e51937;
    border-radius: 2px;
    color: #fff !important;
    display: inline;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px;
    text-align: center
}

.tabs-container .tabs .inner,
.tabs-container .tabs.desktop-style .tab-button span {
    color: hsla(0, 0%, 100%, .6)
}

@media (max-width: 545px) {
    .tabs-container .tabs.desktop-style .tab-button {
        border: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        font-size: 12px;
        height: auto
    }
    .tabs-container .tabs.desktop-style .tab-button:first-of-type {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .tabs-container .tabs.desktop-style .tab-button:last-of-type {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .tabs-container .tabs.desktop-style .tab-button.is-active {
        background-color: initial;
        border-bottom: 3px solid #da374a;
        color: #fff
    }
}

.tabs-container .tabs.desktop-style .tab-button.is-active,
.tabs-container .tabs.desktop-style .tab-button.is-active span {
    color: #fff
}

.tabs-container.scroll-tabs {
    -ms-overflow-style: none;
    left: -32px;
    overflow-x: scroll;
    position: relative;
    scrollbar-width: none;
    width: calc(100% + 32px)
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs {
        left: unset;
        width: 100%
    }
}

.tabs-container.scroll-tabs::-webkit-scrollbar {
    display: none
}

.tabs-container.scroll-tabs .tabs {
    padding: 0 16px;
    width: 116%
}

.tabs-container.scroll-tabs .tabs.short {
    width: auto
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs {
        padding: 0;
        width: auto
    }
}

.tabs-container.scroll-tabs .tabs .tab-button:first-child {
    display: inline-block
}

.tabs-container.scroll-tabs .tabs .tab-button.regular-tabs {
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 0;
    padding-bottom: 2px
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs .tab-button.regular-tabs {
        padding-bottom: 0
    }
}

.tabs-container.scroll-tabs .tabs .tab-button.regular-tabs.is-active {
    background: transparent;
    border-bottom: 3px solid #fff;
    padding-bottom: 0
}

.tabs-container.scroll-tabs .tabs .tab-button.mobile {
    display: inline-block
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs .tab-button.mobile {
        display: none
    }
}

.hide-tabs {
    display: none
}

@media (min-width: 545px) {
    .mobile-only-tabs.tabs {
        display: none
    }
    .mobile-only-details>.hideTab {
        display: block
    }
}

.card-collection {
    margin-bottom: 40px;
    padding-top: 16px;
    transition: height .5s;
    width: 100%
}

.card-collection .collection-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: grid;
    grid-template-columns: minmax(200px, 1fr);
    margin-bottom: 16px;
    width: 100%
}

@media (min-width: 545px) {
    .card-collection .collection-content {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
        width: 100%
    }
}

@media (min-width: 992px) {
    .card-collection .collection-content {
        grid-template-columns: repeat(3, minmax(250px, 1fr));
        width: 100%
    }
}

.card-collection .collection-content .event-card .card-main .sport-type {
    max-height: 15px
}

.card-collection .card {
    margin: 0 16px 16px 0
}

.card-collection .load-more {
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 40px;
    text-align: center;
    width: 100%
}

.card-collection .load-more .label {
    color: #fff;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: normal;
    padding: 10px;
    text-align: center;
    user-select: none
}

.state-school-wrapper {
    margin: 0 16px;
    max-width: 100%;
    overflow: visible;
    padding-top: 24px
}

@media (min-width: 545px) {
    .state-school-wrapper {
        margin: 0 32px;
        max-width: 992px;
        padding-top: 48px;
        width: calc(100% - 64px)
    }
}

@media (min-width: 992px) {
    .state-school-wrapper {
        margin: 0 auto
    }
}

@media (min-width: 545px) {
    .state-school-wrapper .header {
        align-items: flex-end;
        display: flex;
        justify-content: space-between
    }
}

.state-school-wrapper .header h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    text-transform: capitalize
}

@media (min-width: 545px) {
    .state-school-wrapper .header h1 {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 32px
    }
}

.state-school-wrapper .header .search {
    margin-bottom: 24px;
    position: relative
}

@media (min-width: 545px) {
    .state-school-wrapper .header .search {
        margin-bottom: 40px
    }
}

.state-school-wrapper .header .search input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #da374a;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    padding-right: 24px;
    width: calc(100% - 24px)
}

.state-school-wrapper .header .search input::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

@media (min-width: 545px) {
    .state-school-wrapper .header .search input {
        width: 220px
    }
}

.state-school-wrapper .header .search .input-icon {
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px
}

.state-school-wrapper .header .search .search-icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjE3OSAzQTcuMTc0IDcuMTc0IDAgMCAwIDMgMTAuMTc5YTcuMTc0IDcuMTc0IDAgMCAwIDcuMTc5IDcuMTc5IDcuMTMgNy4xMyAwIDAgMCAzLjg0LTEuMTIybDUuMTg2IDUuMTg2TDIxIDE5LjYyOGwtNS4xMi01LjEwN2E3LjEyOSA3LjEyOSAwIDAgMCAxLjQ3OC00LjM0MkE3LjE3NCA3LjE3NCAwIDAgMCAxMC4xNzggM3ptMCAyLjE3OWMyLjc2OSAwIDUgMi4yMzEgNSA1cy0yLjIzMSA1LTUgNWE0Ljk5IDQuOTkgMCAwIDEtNS01YzAtMi43NjkgMi4yMzEtNSA1LTV6Ii8+PC9zdmc+) 50% no-repeat
}

.state-school-wrapper .header .search .escape-icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTIgMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=) 50% no-repeat;
    cursor: pointer
}

.state-school-wrapper .no-results {
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.state-school-wrapper .no-results img {
    height: 120px;
    margin: 16px 0 32px;
    width: 120px
}

@media (min-width: 545px) {
    .state-school-wrapper .no-results img {
        margin: 32px 0
    }
}

#profile-details {
    color: hsla(0, 0%, 100%, .6);
    display: grid;
    font-size: 14px;
    font-weight: 500;
    gap: 2em
}

@media (min-width: 769px) {
    #profile-details.has-twitter {
        grid-template-columns: 65% calc(35% - 2em)
    }
}

#profile-details section.main {
    display: flex;
    flex-direction: column;
    gap: 2em
}

#profile-details section {
    display: block
}

#profile-details section h4 {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 0 0 8px
}

#profile-details section a:last-child,
#profile-details section li:last-child,
#profile-details section p:last-child,
#profile-details section ul:last-child {
    margin-bottom: 0
}

#profile-details section:empty {
    display: none
}

#profile-details section.details label {
    color: hsla(0, 0%, 100%, .4)
}

#profile-details section.rivals li {
    margin-bottom: 4px
}

.giving-back-school {
    align-items: center;
    background: rgba(9, 18, 26, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
    padding: 10px 0
}

@media (min-width: 545px) {
    .giving-back-school {
        flex-direction: row
    }
}

.giving-back-school .icon {
    height: 32px;
    width: 32px
}

@media (min-width: 545px) {
    .giving-back-school .icon {
        display: inline-block;
        height: 24px;
        margin-right: 5px;
        width: 24px
    }
}

.giving-back-school p {
    color: #fff;
    margin: 0;
    text-align: center
}

@media (min-width: 545px) {
    .giving-back-school p {
        display: inline-block;
        text-align: left
    }
}

.hideTab {
    display: none
}

.tabs-container {
    width: 100%
}

.tabs-container .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%
}

.tabs-container .tabs .tab-button {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .6);
    display: inline-block;
    flex-basis: 60px;
    flex-grow: 1;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.tabs-container .tabs .tab-button.is-active {
    border-bottom: 3px solid #da374a;
    color: #fff
}

.tabs-container .tabs .tab-button span {
    border: none;
    outline: none
}

@media (max-width: 545px) {
    .tabs-container .tabs .tab-button.regular-tabs {
        border: 1px solid hsla(0, 0%, 100%, .1);
        color: #fff;
        font-size: 10px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        height: 32px;
        letter-spacing: normal;
        line-height: 10px;
        text-align: center;
        width: 92px
    }
    .tabs-container .tabs .tab-button.regular-tabs:first-of-type {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }
    .tabs-container .tabs .tab-button.regular-tabs:last-of-type {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
    .tabs-container .tabs .tab-button.regular-tabs.is-active {
        background: #da374a
    }
}

.tabs-container .tabs .tab-button.mobile {
    display: inline-block
}

@media (min-width: 545px) {
    .tabs-container .tabs .tab-button.mobile {
        display: none
    }
}

.tabs-container .tabs .tab-button span {
    cursor: pointer;
    display: block;
    padding: 12px 0;
    user-select: none;
    width: 100%
}

.tabs-container .tabs .tab-button .badge {
    background-color: #e51937;
    border-radius: 2px;
    color: #fff !important;
    display: inline;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px;
    text-align: center
}

.tabs-container .tabs .inner,
.tabs-container .tabs.desktop-style .tab-button span {
    color: hsla(0, 0%, 100%, .6)
}

@media (max-width: 545px) {
    .tabs-container .tabs.desktop-style .tab-button {
        border: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        font-size: 12px;
        height: auto
    }
    .tabs-container .tabs.desktop-style .tab-button:first-of-type {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .tabs-container .tabs.desktop-style .tab-button:last-of-type {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .tabs-container .tabs.desktop-style .tab-button.is-active {
        background-color: initial;
        border-bottom: 3px solid #da374a;
        color: #fff
    }
}

.tabs-container .tabs.desktop-style .tab-button.is-active,
.tabs-container .tabs.desktop-style .tab-button.is-active span {
    color: #fff
}

.tabs-container.scroll-tabs {
    -ms-overflow-style: none;
    left: -32px;
    overflow-x: scroll;
    position: relative;
    scrollbar-width: none;
    width: calc(100% + 32px)
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs {
        left: unset;
        width: 100%
    }
}

.tabs-container.scroll-tabs::-webkit-scrollbar {
    display: none
}

.tabs-container.scroll-tabs .tabs {
    padding: 0 16px;
    width: 116%
}

.tabs-container.scroll-tabs .tabs.short {
    width: auto
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs {
        padding: 0;
        width: auto
    }
}

.tabs-container.scroll-tabs .tabs .tab-button:first-child {
    display: inline-block
}

.tabs-container.scroll-tabs .tabs .tab-button.regular-tabs {
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 0;
    padding-bottom: 2px
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs .tab-button.regular-tabs {
        padding-bottom: 0
    }
}

.tabs-container.scroll-tabs .tabs .tab-button.regular-tabs.is-active {
    background: transparent;
    border-bottom: 3px solid #fff;
    padding-bottom: 0
}

.tabs-container.scroll-tabs .tabs .tab-button.mobile {
    display: inline-block
}

@media (min-width: 545px) {
    .tabs-container.scroll-tabs .tabs .tab-button.mobile {
        display: none
    }
}

.hide-tabs {
    display: none
}

@media (min-width: 545px) {
    .mobile-only-tabs.tabs {
        display: none
    }
    .mobile-only-details>.hideTab {
        display: block
    }
}

.carousel {
    position: relative
}

.carousel.featured,
.carousel.quotes {
    margin: 0
}

.carousel.mb {
    margin-bottom: 15px
}

.carousel ul,
.carousel ul li {
    display: flex;
    margin: 0;
    padding: 0
}

.carousel ul li {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.carousel ul li.bordered {
    border: 1px solid #535a5f
}

.carousel img {
    display: block
}

.carousel div[data-glide-el=controls] {
    display: none
}

.carousel div[data-glide-el=controls] button {
    background: none;
    border: none;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 10
}

.carousel div[data-glide-el=controls] button[data-glide-dir="<"] {
    left: 0
}

.carousel div[data-glide-el=controls] button[data-glide-dir=">"] {
    right: 0
}

@media (min-width: 545px) {
    .carousel div[data-glide-el=controls] {
        display: block
    }
}

.carousel .glide__bullets {
    padding: 5px;
    text-align: center
}

.carousel .glide__bullets .glide__bullet {
    background: transparent;
    background-color: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 4px;
    padding: 4px;
    text-indent: -9999px;
    vertical-align: middle
}

.carousel .glide__bullets .glide__bullet:hover {
    background-color: hsla(0, 0%, 100%, .2);
    cursor: pointer
}

.carousel .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #fff
}

.carousel.bulleted div[data-glide-el=controls] button {
    height: calc(100% - 31px)
}

.carousel .feature-content {
    background-image: linear-gradient(0deg, rgba(9, 18, 26, .9), rgba(9, 18, 26, .7), rgba(9, 18, 26, 0));
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 769px) {
    .carousel .feature-content {
        flex-direction: row;
        padding: 32px
    }
}

.carousel .feature-content .headlines {
    margin-top: auto;
    max-width: 600px
}

.carousel .feature-content .headlines.has_cta {
    max-width: 450px
}

@media (min-width: 545px) {
    .carousel .feature-content .headlines:after {
        clear: both;
        content: "";
        display: block
    }
}

.carousel .feature-content .headlines .headline {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: normal
}

@media (min-width: 545px) {
    .carousel .feature-content .headlines .headline {
        font-size: 40px
    }
}

.carousel .feature-content .headlines .subheadline {
    color: hsla(0, 0%, 100%, .6);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px
}

.carousel .feature-content .button {
    margin-right: auto
}

@media (min-width: 769px) {
    .carousel .feature-content .button {
        align-self: flex-end;
        margin-left: auto;
        margin-right: 0
    }
}

.carousel .feature-content .button:hover a,
.carousel .feature-content .button:hover button {
    background: #071420
}

.carousel .feature-content .feature-cta {
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    margin: 16px auto 0;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: calc(100% - 32px)
}

@media (min-width: 545px) {
    .carousel .feature-content .feature-cta {
        bottom: 7px;
        left: unset;
        margin: 0 23px 0 0;
        position: absolute;
        right: 7px;
        top: unset;
        width: 151px
    }
}

.profile-page {
    margin: 0 auto;
    max-width: 992px;
    min-height: 550px;
    min-width: 300px
}

.profile-page .desktop {
    display: none
}

@media (min-width: 545px) {
    .profile-page .desktop {
        display: block
    }
}

.profile-page .mobile {
    display: block
}

.profile-page .mobile.hideTab {
    display: none
}

@media (min-width: 545px) {
    .profile-page .mobile {
        display: none
    }
}

.profile-page .header-wrapper-background {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .7), #09121a);
    height: 50%;
    left: 0;
    max-height: 400px;
    position: absolute;
    width: 100%;
    z-index: 0
}

.profile-page .header-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 16px;
    position: relative
}

@media (min-width: 545px) {
    .profile-page .header-wrapper {
        display: block;
        padding: 40px 32px
    }
}

.profile-page .header-wrapper .follow-button.mobile {
    height: 24px;
    position: absolute;
    right: 16px;
    top: 24px;
    width: auto;
    width: 24px
}

.profile-page .header-wrapper .follow-button.mobile button {
    padding: 0
}

.profile-page .header-wrapper .profile-logo {
    float: left;
    position: relative
}

.profile-page .header-wrapper .profile-logo img {
    display: block;
    max-height: 96px;
    max-width: 96px;
    object-fit: contain
}

@media (min-width: 545px) {
    .profile-page .header-wrapper .profile-logo img {
        max-height: 132px;
        max-width: 132px;
        object-fit: contain
    }
}

.profile-page .header-wrapper .profile-logo .status-badge {
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: 2px;
    bottom: 0;
    color: #f0f0f0;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    line-height: normal;
    padding: 2px 7px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase
}

.profile-page .header-wrapper .profile-name {
    clear: both;
    padding-top: 24px
}

.profile-page .header-wrapper .profile-name.mobile {
    margin-bottom: 16px;
    text-align: center
}

.profile-page .header-wrapper .profile-name h1.profile-heading {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left
}

@media (min-width: 545px) {
    .profile-page .header-wrapper .profile-name h1.profile-heading {
        font-size: 40px
    }
}

.profile-page .header-wrapper .profile-name .sub-text {
    color: hsla(0, 0%, 100%, .6);
    display: block;
    font-size: 1rem;
    margin-top: .7rem;
    text-align: left
}

.profile-page .header-wrapper .profile-name .location {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px
}

.profile-page .header-wrapper .profile-actions {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    gap: 15px;
    text-align: center;
    width: 100%
}

@media (min-width: 345px) {
    .profile-page .header-wrapper .profile-actions {
        flex-direction: row
    }
}

@media (min-width: 545px) {
    .profile-page .header-wrapper .profile-actions {
        flex-direction: column;
        float: right;
        width: 150px;
        margin-top: 20px;
    }
    .profile-page .header-wrapper .profile-actions .button a,
    .profile-page .header-wrapper .profile-actions .button button {
        padding: .7em
    }
}

.profile-page .header-wrapper .profile-social {
    margin-bottom: 12px;
    margin-top: 24px
}

@media (min-width: 545px) {
    .profile-page .header-wrapper .profile-social {
        display: inline-block;
        margin-bottom: 0
    }
}

.profile-page .header-wrapper .profile-social a {
    color: #9da1a3;
    display: inline-block;
    font-weight: 800;
    margin-right: 16px;
    text-decoration: none;
    transition-duration: .4s;
    transition-property: color;
    vertical-align: baseline;
    vertical-align: top
}

.profile-page .header-wrapper .profile-social a:hover {
    color: #b7babc
}

.profile-page .header-wrapper .profile-social a:last-child {
    margin-right: 0
}

.profile-page .header-wrapper .vertical-spacer {
    color: hsla(0, 0%, 100%, .1);
    display: none;
    font-size: 20px;
    padding: 0 16px
}

@media (min-width: 545px) {
    .profile-page .header-wrapper .vertical-spacer {
        display: inline-block
    }
}

.profile-page .header-wrapper .ecal-notice-dark {
    display: block
}

@media (min-width: 545px) {
    .profile-page .header-wrapper .ecal-notice-dark {
        display: inline-block;
        padding: 0
    }
}

.profile-page .header-wrapper .ecal-notice-dark .ecal-widget-button {
    color: #9da1a3;
    font-weight: 800;
    text-decoration: none;
    transition-duration: .4s;
    transition-property: color;
    vertical-align: baseline
}

.profile-page .header-wrapper .ecal-notice-dark .ecal-widget-button:hover {
    color: #b7babc
}

.profile-page .category-container {
    backdrop-filter: blur(12px);
    margin: 0 auto;
    max-width: 992px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 15
}

.profile-page .category-container.stuck {
    background-color: #09121a
}

.profile-page .category-container .categories {
    display: none
}

@media (min-width: 545px) {
    .profile-page .category-container .categories {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        display: flex;
        justify-content: space-between;
        margin: 0 32px 16px
    }
}

.profile-page .category-container .categories .category-link {
    display: inline-block;
    flex-basis: 60px;
    flex-grow: 1;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.profile-page .category-container .categories .category-link a {
    color: hsla(0, 0%, 100%, .6);
    display: inline-block;
    padding: 12px 0
}

.profile-page .category-container .categories .category-link.is-active {
    border-bottom: 3px solid #fff
}

.profile-page .category-container .categories .category-link.is-active a {
    color: #fff
}

.profile-page .category-container .categories .category-link .live-total {
    background-color: #e51937;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    margin-left: 2px;
    padding: 0 2px;
    text-align: center;
    vertical-align: bottom;
    width: auto
}

.profile-page .features {
    margin-top: 0;
    overflow: hidden;
    width: 100%
}

.profile-page .featured-events-carousel {
    margin: 24px 16px 0 !important
}

@media (min-width: 545px) {
    .profile-page .featured-events-carousel {
        margin: 32px 32px 0 !important;
        width: 100% !important
    }
}

.profile-page .events {
    position: relative
}

.profile-page .events .cardIntro {
    border-bottom: none;
    clear: both;
    margin: 0;
    padding: 0 16px
}

@media (min-width: 545px) {
    .profile-page .events .cardIntro {
        margin: 20px 0 0;
        padding: 30px 32px 0
    }
}

.profile-page .events .cardIntro h2 {
    color: #fff;
    display: inline;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: inherit
}

@media (min-width: 545px) {
    .profile-page .events .cardIntro h2 {
        font-size: 20px
    }
}

.profile-page .events .cardIntro h2.desktop {
    display: none
}

@media (min-width: 545px) {
    .profile-page .events .cardIntro h2.desktop {
        display: block
    }
}

.profile-page .events .cardIntro h2 span {
    border: none;
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.profile-page .events .cardIntro .nfhsbutton {
    background: transparent;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin: 14px 0 0;
    padding: 0;
    text-transform: uppercase;
    width: auto
}

@media (min-width: 545px) {
    .profile-page .events .carousel-section {
        left: 0;
        width: 100%
    }
}

.profile-page .events .tabs-container {
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none
}

.profile-page .events .tabs-container::-webkit-scrollbar {
    display: none
}

.profile-page .events .tabs-container .tabs {
    padding: 0 16px;
    width: 116%
}

.profile-page .events .tabs-container .tabs.short {
    width: auto
}

@media (min-width: 545px) {
    .profile-page .events .tabs-container .tabs {
        padding: 0 32px;
        width: auto
    }
}

.profile-page .events .tabs-container .tabs .tab-button.regular-tabs {
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 0;
    padding-bottom: 2px
}

@media (min-width: 545px) {
    .profile-page .events .tabs-container .tabs .tab-button.regular-tabs {
        padding-bottom: 0
    }
}

.profile-page .events .tabs-container .tabs .tab-button.regular-tabs.is-active {
    background: transparent;
    border-bottom: 3px solid #fff;
    padding-bottom: 0
}

.profile-page .events .tabs-details {
    padding: 0 16px
}

@media (min-width: 545px) {
    .profile-page .events .tabs-details {
        padding: 0
    }
}

.profile-page .events .no-events.mobile {
    margin: 16px 0 0
}

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

.profile-page .events .cards-container {
    padding: 16px 0 0
}

@media (min-width: 545px) {
    .profile-page .events .cards-container {
        padding: 0
    }
}

.profile-page .events .card-wrapper {
    float: left;
    margin-bottom: 12px;
    width: 100%
}

@media (min-width: 545px) {
    .profile-page .events .card-wrapper {
        margin-right: 2%;
        width: 48%
    }
}

@media (min-width: 992px) {
    .profile-page .events .card-wrapper {
        margin-right: 2%;
        width: 32%
    }
}

.profile-page .sports {
    clear: both;
    padding-top: 0
}

@media (min-width: 545px) {
    .profile-page .sports {
        padding-top: 30px
    }
}

.profile-page .sports h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px
}

@media (min-width: 545px) {
    .profile-page .sports h2 {
        font-size: 20px;
        padding-left: 32px
    }
}

.profile-page .sports .sports-wrapper {
    padding: 0 0 0 16px
}

@media (min-width: 545px) {
    .profile-page .sports .sports-wrapper {
        padding: 0 0 0 32px
    }
}

.profile-page .sports .sports-wrapper.hide {
    display: none
}

.profile-page .sports .sports-wrapper .sports-category {
    background-color: #393939;
    border: 1px solid #525252;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 80px;
    margin: 0 16px 16px 0;
    min-width: 84px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    width: 28%
}

.profile-page .sports .sports-wrapper .sports-category:hover {
    transform: scale(1.05)
}

.profile-page .sports .sports-wrapper .sports-category:nth-child(3n+3) {
    margin-right: 0
}

@media (min-width: 395px) {
    .profile-page .sports .sports-wrapper .sports-category {
        width: 29%
    }
}

@media (min-width: 505px) {
    .profile-page .sports .sports-wrapper .sports-category {
        width: 29.4%
    }
}

@media (min-width: 664px) {
    .profile-page .sports .sports-wrapper .sports-category {
        min-width: 86px;
        width: 13%
    }
    .profile-page .sports .sports-wrapper .sports-category:nth-child(3n+3) {
        margin-right: 16px
    }
}

@media (min-width: 751px) {
    .profile-page .sports .sports-wrapper .sports-category {
        width: 13.9%
    }
}

@media (min-width: 864px) {
    .profile-page .sports .sports-wrapper .sports-category {
        width: 14.5%
    }
}

.profile-page .sports .sports-wrapper .sports-category .sport-icon {
    font-size: 30px;
  padding-top: 6px;
}

.profile-page .sports .sports-wrapper .sports-category .sport-name {
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%
}

.profile-page .sports .show-all {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 2px;
    clear: both;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 16px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none
}

@media (min-width: 545px) {
    .profile-page .sports .show-all {
        margin: 0 32px
    }
}

.profile-page .schools {
    clear: both;
    padding-top: 0
}

@media (min-width: 545px) {
    .profile-page .schools {
        padding-top: 30px
    }
}

.profile-page .schools h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px
}

@media (min-width: 545px) {
    .profile-page .schools h2 {
        font-size: 20px;
        padding-left: 32px
    }
}

.profile-page .schools .schools-wrapper {
    padding: 0 16px
}

@media (min-width: 545px) {
    .profile-page .schools .schools-wrapper {
        padding: 0 32px
    }
}

.profile-page .drilldown-wrapper {
    padding: 0 16px
}

@media (min-width: 545px) {
    .profile-page .drilldown-wrapper {
        padding: 0 32px
    }
}

.profile-page .drilldown-wrapper .back-to-events {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    height: 20px;
    letter-spacing: normal;
    line-height: normal;
    margin: 50px 0 35px;
    max-width: 250px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.profile-page .drilldown-wrapper .back-to-events .back-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBFNzVEMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODIgMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    transform: scaleX(-1);
    width: 20px
}

.profile-page .drilldown-wrapper .header-title {
    color: #fff;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 24px;
    text-transform: capitalize;
    user-select: none
}

@media (min-width: 545px) {
    .profile-page .drilldown-wrapper .header-title {
        font-size: 40px
    }
}

.profile-page .feature-carousel.slides-1 {
    margin-bottom: 15px
}

.profile-page .feature-carousel ul>li {
    height: 265px
}

@media (min-width: 545px) {
    .profile-page .feature-carousel ul>li {
        height: 300px
    }
}

.profile-page .feature-carousel ul>li>.feature-wrapper {
    display: block;
    height: 100%;
    width: 100%
}

.profile-page #profile-details {
    margin: 2.5em 16px
}

@media (min-width: 545px) {
    .profile-page #profile-details {
        margin-left: 32px;
        margin-right: 32px
    }
}

.main-wrapper.find-school {
    margin: 0 auto;
    max-width: 992px;
    min-height: 600px;
    padding: 0 16px 32px
}

@media (min-width: 545px) {
    .main-wrapper.find-school {
        padding: 0 32px 32px
    }
}

.main-wrapper.find-school h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 24px 0
}

@media (min-width: 545px) {
    .main-wrapper.find-school h2 {
        font-size: 40px;
        margin: 48px 0 32px
    }
}

.main-wrapper.find-school h3 {
    color: #fff;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 40px;
    margin-bottom: 4px;
    text-transform: none
}

@media (min-width: 545px) {
    .main-wrapper.find-school h3 {
        margin-bottom: 14px
    }
}

.main-wrapper.find-school .state-col {
    float: left;
    width: 25%
}

@media (max-width: 545px) {
    .main-wrapper.find-school .state-col {
        float: none;
        width: 100%
    }
}

.main-wrapper.find-school .state-col a {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2;
    text-transform: capitalize
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link:hover {
    z-index: 2;
    background-color: #340000;
    color: hsla(0, 0%, 100%, .7);
    border-color: hsla(0, 0%, 100%, .7);
}

.page-link:focus {
    z-index: 3;
    background-color: #340000;
    color: hsla(0, 0%, 100%, .7);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #da374a;
    border-color: #da374a
}

.page-item.disabled .page-link {
    color: hsla(0, 0%, 100%, .7);
    pointer-events: none;
    background-color: #340000;
    border-color: hsla(0, 0%, 100%, .7);
}

.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .6);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item:not(:first-child) .page-link {
    margin-left: 2px;
}

.form-control {
    display: block;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    opacity: .6
}

.form-control:hover,
.form-control:disabled,
.form-control:focus {
    background-color: #002241;
    opacity: 1
}

.dropend .dropdown-toggle::after {
    content: none;
}

.collapse.show {
    display: block;
    position: fixed !important;
}

.collapse:not(.show) {
    display: none;
}

.browse-container .browse-options .browse-page .submenu-links.show {
    display: block;
}

.browse-container .browse-options .browse-page .submenu-links:not(.show) {
    display: none;
}

ol,
ul {
    padding-left: 0rem;
}

.datepicker {
    background: #002241;
    color: #fff;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: 12px;
    font-weight: 500;
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    background-color: transparent
}

.datepicker table tr th.focused,
.datepicker table tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background-color: hsla(0, 0%, 100%, .1)
}

.form-control:hover,
.form-control:disabled,
.form-control:focus {
    background-color: transparent;
    opacity: 1
}

.drop-down .option,
.drop-down .select option {
    background-color: #09121a;
    font-size: 12px;
}

.page-background-header {
    height: 278px
}

@media (min-width: 545px) {
    .page-background-header {
        height: 328px
    }
}

.page-content {
    display: flex;
    flex-direction: column;
    margin: 0 16px;
    padding-top: 40px
}

@media (min-width: 545px) {
    .page-content {
        margin: 0 32px
    }
}

@media (min-width: 992px) {
    .page-content {
        margin: 0 auto;
        max-width: 970px
    }
}

@media (min-width: 545px) {
    .page-content {
        padding-top: 48px
    }
}

.page-content .header-content {
    margin-bottom: 24px
}

.page-content .header-content h1 {
    color: #fff;
    font-size: 24px
}

.page-content .header-content .sub-text,
.page-content .header-content h1 {
    line-height: normal;
    max-width: 627px;
    text-align: center;
    text-transform: capitalize
}

.page-content .header-content .sub-text {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    margin-bottom: 14px
}

@media (min-width: 545px) {
    .page-content .header-content {
        display: flex;
        justify-content: space-between;
        margin-bottom: 22px
    }
    .page-content .header-content h1 {
        font-size: 40px;
        text-align: left
    }
    .page-content .header-content .sub-text {
        font-size: 14px;
        text-align: left
    }
}

.page-content .header-content h1,
.page-content .header-content h2 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    max-width: 627px;
    text-align: center;
    text-transform: capitalize
}

@media (min-width: 545px) {
    .page-content .header-content {
        display: flex;
        justify-content: space-between;
        margin-bottom: 22px
    }
    .page-content .header-content h1 {
        font-size: 40px;
        text-align: left
    }
}

.page-content .filter-container {
    margin-bottom: 16px
}

.sports-wrapper.hide {
    display: none
}

.sports-wrapper .sports-category {
  float: left;
  text-align: center;
}

.sports-wrapper .sports-category:hover {
    border: 1px solid #00cc00;
}

@media (min-width: 395px) {
    .sports-wrapper .sports-category {
        width: 29%
    }
}

@media (min-width: 505px) {
    .sports-wrapper .sports-category {
        width: 29.4%
    }
}

@media (max-width: 624px) {
    .sports-wrapper .sports-category:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (min-width: 664px) {
    .sports-wrapper .sports-category {
        min-width: 86px;
        width: 13%
    }
}

@media (min-width: 751px) {
    .sports-wrapper .sports-category {
        width: 13.9%
    }
}

@media (min-width: 864px) {
    .sports-wrapper .sports-category {
        width: 14.5%
    }
}

@media (min-width: 925px) {
    .sports-wrapper .sports-category:nth-child(6n+6) {
        margin-right: 0
    }
}

.sports-wrapper .sports-category .sport-icon {
    display: block;
    font-size: 30px;
    opacity: .6;
    padding-top: 6px
}

.sports-wrapper .sports-category .sport-name {
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    padding-top: 5px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 90%
}

.playoffs-page {
    background: linear-gradient(180deg, rgba(57,57,57,0) 0, #262626 17%), linear-gradient(180deg, #262626 0, #262626 30%)
}

.playoffs-page .playoffs-wrapper {
    background: linear-gradient(180deg, rgba(57,57,57,0) 0, #262626 17%), url(../img/brackets-background.png);
    background-position: 0 19px;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .carousel-section {
        display: block
    }
}

.playoffs-page .playoffs-wrapper .overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000
}

.playoffs-page .playoffs-wrapper .modal {
    background: #09121a;
    border: 1px solid hsla(0, 0%, 80%, .3);
    left: 16px;
    max-width: calc(100% - 32px);
    position: absolute;
    top: 200px;
    width: 100%;
    z-index: 1001
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .modal {
        left: calc(50% - 241px);
        max-width: 482px
    }
}

.playoffs-page .playoffs-wrapper .modal .header {
    background-color: hsla(0, 0%, 100%, .1);
    height: 53px;
    width: 100%
}

.playoffs-page .playoffs-wrapper .modal .header h3 {
    color: #fff;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding: 16px;
    text-align: left;
    text-transform: unset
}

@media (max-width: 340px) {
    .playoffs-page .playoffs-wrapper .modal .header h3 {
        font-size: 14px
    }
}

.playoffs-page .playoffs-wrapper .modal .header .close-button {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS45MjkgMTIgMyA1LjA3MSA1LjA3MSAzIDEyIDkuOTI5IDE4LjkyOSAzIDIxIDUuMDcxIDE0LjA3MSAxMiAyMSAxOC45MjkgMTguOTI5IDIxIDEyIDE0LjA3MSA1LjA3MSAyMSAzIDE4LjkyOXoiLz48L3N2Zz4=) 50% no-repeat !important;
    border: none;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    z-index: 1001
}

.playoffs-page .playoffs-wrapper .modal .input-box,
.playoffs-page .playoffs-wrapper .modal .option {
    cursor: pointer
}

.playoffs-page .playoffs-wrapper .modal .content {
    margin: 0 16px 24px
}

.playoffs-page .playoffs-wrapper .modal .content .drop-down {
    margin-top: 27px
}

.playoffs-page .playoffs-wrapper .modal .content .drop-down .desktop-title {
    text-transform: unset
}

.playoffs-page .playoffs-wrapper .modal .content .drop-down:first-child {
    z-index: 10000
}

.playoffs-page .playoffs-wrapper .modal .content .drop-down .option {
    background: #09121a
}

.playoffs-page .playoffs-wrapper .modal .content .drop-down .option:hover {
    background: hsla(0, 0%, 100%, .1)
}

.playoffs-page .playoffs-wrapper .modal .content .drop-down .scrollbar.option .list::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .1);
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 5px;
    border-radius: 7px;
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    width: 6px
}

.playoffs-page .playoffs-wrapper .drop-down-component .options>.list-wrapper {
    background: #09121a
}

.playoffs-page .playoffs-wrapper .feature-section {
    margin: 0 auto 24px;
    overflow: hidden;
    padding-top: 40px;
    width: 100%
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .feature-section {
        margin: 0 auto;
        max-width: 970px;
        padding-top: 40px
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper {
    float: none;
    padding: 0 16px
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper {
        float: left;
        width: 60%
    }
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper.full {
        float: none;
        width: 100%
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: left
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper h1 {
        font-size: 36px;
        text-align: center
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: left
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper p {
        font-size: 14px;
        text-align: center
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod {
    padding-top: 16px
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod {
        float: left;
        text-align: center;
        width: 33%
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod img {
    display: inline-block;
    width: 64px
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod img {
        display: block;
        margin: 0 auto
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod .pod-text {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-left: 16px;
    padding-top: 12px;
    text-align: left;
    vertical-align: top;
    width: 60%
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod .pod-text {
        font-size: 12px;
        text-align: center;
        width: auto
    }
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod .pod-text strong {
    color: #fff
}

.playoffs-page .playoffs-wrapper .feature-section .feature-wrapper .pods .pod .pod-text .disclaimer {
    color: hsla(0, 0%, 100%, .6);
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: normal
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection.desktop .playoff-filter-wrapper {
        margin-bottom: 40px;
        margin-top: 16px
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper {
    background: hsla(0, 0%, 100%, .05);
    margin: 24px 0;
    position: relative;
    width: 100%
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper {
        margin: 0 auto;
        max-width: 992px;
        width: calc(100% - 64px)
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container {
    margin: 0 16px;
    padding: 16px 0;
    text-align: center;
    width: calc(100% - 32px)
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container {
        padding: 12px 0
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .find-playoff {
    color: #fff;
    font-size: 14px;
    margin-bottom: 22px
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .find-playoff {
        font-size: 16px;
        margin-bottom: 0
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .drop-down-wrapper {
    display: flex
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .drop-down-wrapper {
        display: inline;
        margin: 0 16px
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .drop-down {
    margin: 0;
    position: relative;
    width: 100%
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .drop-down .options {
    margin-top: 0
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .drop-down:first-of-type {
    margin-right: 16px
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .drop-down {
        max-width: 128px
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .base-button {
    background: hsla(0, 0%, 100%, .05);
    display: block;
    margin: 12px 0 16px;
    width: auto
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .base-button {
        background: none;
        display: inline
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .base-button .mouse-click {
    display: inline
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .base-button.disabled {
    opacity: .5
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .base-button.disabled .go-btn {
    background: none
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .base-button.disabled .go-btn {
        background: #e66470
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .go-btn {
    background: #da374a;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 11px 13px
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .go-btn {
        display: inline-block
    }
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .go-btn.padding {
        margin-top: 12px
    }
}

@media (min-width: 992px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .go-btn.padding {
        margin-top: 0
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container span {
    font-size: 16px
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .or-text {
    color: #fff;
    font-size: 14px
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .or-text {
        font-size: 16px;
        padding: 0 16px
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container a {
    font-size: 14px
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container a {
        font-size: 16px
    }
}

.playoffs-page .playoffs-wrapper .state-selection .playoff-filter-wrapper .playoff-filter-container .no-whitespace {
    white-space: nowrap
}

.playoffs-page .playoffs-wrapper .quick-links-wrapper {
    float: none;
    margin-top: 16px
}

@media (min-width: 769px) {
    .playoffs-page .playoffs-wrapper .quick-links-wrapper {
        float: right;
        margin-top: 0;
        padding: 0;
        width: 28%
    }
}

.playoffs-page .playoffs-wrapper .quick-links-wrapper h2 {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .quick-links-wrapper h2 {
        font-size: 20px;
        margin-bottom: 12px
    }
}

.playoffs-page .playoffs-wrapper .quick-links-wrapper .quick-links .quick-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -.23px;
    line-height: normal;
    padding: 11px 24px 11px 0;
    position: relative;
    text-decoration: none
}

.playoffs-page .playoffs-wrapper .quick-links-wrapper .quick-links .quick-link img {
    display: block;
    position: absolute;
    right: 0;
    top: 25%
}

.playoffs-page .playoffs-wrapper .playoff-events .section-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media (min-width: 545px) {
    .playoffs-page .playoffs-wrapper .playoff-events .section-title {
        font-size: 20px
    }
}

.playoffs-page .playoffs-wrapper .playoff-events .filter-wrapper {
    top: 49px
}

.playoffs-page .playoffs-wrapper .playoff-events .section-header {
    float: right;
    position: relative;
    top: -25px
}

.playoffs-page .playoffs-wrapper .playoff-events .section-header .drilldown-link {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

.playoffs-page .playoffs-wrapper .playoff-drilldown .header-content {
    display: block
}

.playoffs-page .playoffs-wrapper .playoff-drilldown .back-to-results {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    font-weight: 700;
    text-decoration: none;
    transition-duration: .4s;
    transition-property: color;
    vertical-align: baseline
}

.playoffs-page .playoffs-wrapper .playoff-drilldown .back-to-results:hover {
    color: #fff
}

.playoffs-page .playoffs-wrapper .playoff-drilldown .back-to-results .back-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzBFNzVEMiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxNy4wODIgMTMuODMgMTIgOSA2LjkxOGwxLjU4NS0xLjY2OEwxNyAxMmwtNi40MTUgNi43NXoiLz48L3N2Zz4=) 50% no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    transform: scaleX(-1);
    width: 20px
}

.playoffs-page .playoffs-wrapper .playoff-drilldown .playoff-title {
    font-size: 40px;
    font-weight: 500;
    margin-top: 8px
}

@media (max-width: 545px) {
    .playoffs-page .no-events {
        margin: 0
    }
}

.legal {
    margin: 28px auto;
    max-width: 928px;
    padding: 0 16px;
    position: relative;
    width: auto
}

@media (min-width: 545px) {
    .legal {
        margin: 48px auto;
        padding: 0 32px
    }
}

.legal {
    font-size: 14px
}

.legal li,
.legal p {
    font-weight: 500;
    line-height: 1.5em
}

.legal h1,
.legal h2,
.legal h3,
.legal h4,
.legal h5,
.legal h6 {
    font-weight: 600;
    line-height: normal;
    margin-bottom: .5em
}

.legal h2,
.legal h3,
.legal h4,
.legal h5,
.legal h6 {
    text-transform: uppercase
}

.legal h1 {
    font-size: 2.08em
}

@media (min-width: 545px) {
    .legal h1 {
        font-size: 2.4em
    }
}

.legal h2 {
    font-size: 1.3em
}

@media (min-width: 545px) {
    .legal h2 {
        font-size: 1.5em
    }
}

.legal h3 {
    font-size: 1.08m
}

@media (min-width: 545px) {
    .legal h3 {
        font-size: 1.25em
    }
}

.legal h4 {
    font-size: 1.08em
}

@media (min-width: 545px) {
    .legal h4 {
        font-size: 1.25em
    }
}

.legal h5 {
    font-size: 1em
}

.legal h6 {
    font-size: 1em;
    font-weight: 400
}

.legal ol,
.legal ul {
    margin-bottom: 20px
}

.legal ul {
    list-style: disc;
    padding-left: 30px
}

.legal ul ul {
    list-style: circle
}

.legal ul ol,
.legal ul ul {
    padding-left: 0
}

.legal ul li {
    padding-left: 5px
}

.legal ol {
    list-style: decimal !important
}

.legal ol ol,
.legal ol ul {
    padding-left: 0
}

.legal ol[type=A] {
    list-style: upper-alpha !important
}

.legal ol li {
    padding-left: 5px
}

.legal a {
    opacity: .8
}

.legal label {
    font-weight: 500;
    opacity: .8
}

.legal address {
    margin: 5px 0 20px 15px
}

.legal .header-title {
    font-size: 32px;
    font-weight: 500
}

@media (min-width: 545px) {
    .legal .header-title {
        font-size: 40px
    }
}

.legal .content {
    overflow-wrap: anywhere;
    padding-bottom: 48px;
    position: relative
}

.legal .content>h2 {
    margin-top: 1.5em
}

.legal .content>h2:first-of-type {
    margin-top: 0
}

.legal .content>em:last-child {
    color: hsla(0, 0%, 100%, .6);
    font-style: normal;
    font-weight: 500
}

.legal button.back-to-top {
    background-color: #da374a;
    border: none;
    border-radius: 50%;
    display: block;
    margin: 30px auto 0;
    opacity: .5;
    padding: 1em;
    transition: all .4s
}

@media (min-width: 345px) {
    .legal button.back-to-top {
        bottom: 0;
        display: inline-block;
        margin: 0;
        position: absolute;
        right: 16px
    }
}

@media (min-width: 545px) {
    .legal button.back-to-top {
        right: 32px
    }
}

@media (max-width: 545px) {
    .nav-right {
        display: none
    }
}

.legal button.back-to-top:after {
    border: solid #9bd0ff;
    border-width: 0 3px 3px 0;
    content: "";
    display: block;
    padding: 5px;
    transform: rotate(-135deg) translate(-1px, -1px);
    transition: all .4s
}

.legal button.back-to-top:hover {
    cursor: pointer;
    opacity: 1
}

.highlight {
    background-color: #323638;
    outline: .2em solid #323638
}
.proof {display: block;width: 270px;position: fixed;left: 20px;animation: proof 8s;opacity: 0;box-shadow: 0 0 70px rgb(0 0 0 / 5%);border-radius: var(--border-radius);z-index: 99999 }.proof>* {padding: 8px;background: linear-gradient(180deg, #072641, #001c35);border: 1px solid var(--border-color);border-radius: 8px !important;overflow: hidden }.ripple {-webkit-animation: ripple 2s ease-out;-webkit-animation-iteration-count: infinite;animation: ripple 2s ease-out;animation-iteration-count: infinite }.proof-avatar, .proof-data {display: inline-block;vertical-align: middle }.proof-avatar {width: 56px;height: 56px;background: #ddd;overflow: hidden;border-radius: 4px }.proof-avatar>img {width: 100%;display: block }.proof-data {width: calc(100% - 75px);margin-left: 10px }.proof-data>* {width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 1.2;margin: 2px 0 !important }.proof-data h4 {font-weight: 700;font-size: .9em;color:#ffffff; }.proof p {font-size: .8rem;line-height: 1.5;color:#ffffff; }.proof-data small {color:#ffffff;font-size: .8em;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAO3SURBVFiFtZddaFtlGMd/z8nJaU7SpiFd+mHr7AaVgWVSrFd6oR06sLtwFuYcG9SB4D7SrhtserMbHXOgIEMy2MXYxbQXszrohmwlbgpiEYajZawojLKJa9GW2tgmJDnn9SLN1nVNzkka/3fnnOd5fn/e857nfY7gUioaDWJZ3Yh0Ac8DrUBo6fEcMInILZT6nmTyipw7l3BTVxzBBw48CxwDdgJ+l34XUWoQXT8lp0//XpYBNTBgkk5/BPQDukvwSmWAz1lYOC7nz6dcG1B9fW3Y9jco1V4meEVBNUo2+5acPfvA0YCKRjuw7atApCLwR/oD2+6WM2fGChpQfX1tWNZP/wP8kQmlXpRYbCp/Q3sI7+31YVkXi8I1reAjl2pB0y6rgQHzCQMEAh+T+7xWlWpqIn3yJNndu8E0C4U5S6kXSKc/yF8KPPzUblNkt9vt7WT37s0lzc2hX7iA3L1bro1/UapNYrGp/AocKwZfKRUKkdm/H2vr1nJfSzUixwFERaNBbPsBDk1m+Qosl0xO5lZjdrZUEwskk00altXtBC8m1dpK5sgR7I6OUlMD+P1vaEu9fW0yTbJ79pDdtQsMw32eUl0aRXZ+qbI7O8kcPoxqbnZrYLMGbKiUAQBVX0+mvx+rqwvE4awT2agBwUoaAEDXsbZtw9q+3SmyVufKuIFSjjVTz3Qy82emJB8Bo5Hw5bHCAZpUaXg9dklVXUgEam7dJNx7sHigx2Pr+PQk6WygUnBdWdSd+BRj5IZzsE9f1PEZ95lPbaoE3D8zTfi9Q8jsnLsE03tPw6ePrBWsCYSHh6nr6XUPB/B5r2oY/hN4HEfDgvJmktQfOkrgs1hpiR4Bw39Kk/jgNOHAb+XAa+6M09i9A++v46Un19VMSHxwOneU1VYfdGway+TBIvJFjNC+o5DOlg4XgWrjfVgaSCR+cYTG4C/FcvTbE4iAOfsXjW+/i+/r4dLBeTUER+X6tz/AsplQvfJmiL8X7pNIVRdMNAxIp8sHAwTNBC2RFvnuy3lYNpLJjUtzNARfosprFUxeK7zKa7HO/2oe/pgBAIkPjfF0aCdVemETa4E3h3fI9Us3H2OuFqte79nEVGKUf5K1FYEHzQT1NS9LfOiJg2HVgU6uDU3QHFnPU6Ef19IjEIHG2p9pibSsBgc3P6dbejYzn/qKmcRzWM6nJpBrMutq7hAw9uV3e0GP7iqC2vJOA5nkhyTTr5HMrCeV9ZO1ciuoe2x8+iKm9x4+4xqG+YnEB6fd1P0PTfsslJQPhfQAAAAASUVORK5CYII=);background-size: contain;background-position: left center;background-repeat: no-repeat;padding-left: 18px }@keyframes proof {0% {bottom: 0;transform: scale(1) }6% {bottom: 20px;opacity: 1;transform: scale(1.05) }12% {transform: scale(1) }90% {bottom: 20px;opacity: 1;transform: scale(1) }100% {bottom: -50px;opacity: 0;transform: scale(1) }}@-webkit-keyframes ripple {0% {-webkit-box-shadow: 0 0 0 0 rgba(168, 207, 248, .4) }30% {-webkit-box-shadow: 0 0 10px 15px transparent }100% {-webkit-box-shadow: 0 0 0 0 transparent }}@keyframes ripple {0% {box-shadow: 0 0 0 0 rgba(168, 207, 248, .4) }30% {box-shadow: 0 0 10px 15px transparent }100% {box-shadow: 0 0 0 0 transparent }}
@charset "UTF-8";.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {text-align: center;}@font-face {font-family: VideoJS;src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight: normal;font-style: normal;}.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {content: "\f101";}.vjs-icon-play-circle {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-play-circle:before {content: "\f102";}.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {content: "\f103";}.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {content: "\f104";}.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {content: "\f105";}.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {content: "\f106";}.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {content: "\f107";}.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {content: "\f108";}.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {content: "\f109";}.vjs-icon-square {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-square:before {content: "\f10a";}.vjs-icon-spinner {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-spinner:before {content: "\f10b";}.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {content: "\f10c";}.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {content: "\f10d";}.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {content: "\f10e";}.vjs-icon-share {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-share:before {content: "\f10f";}.vjs-icon-cog {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-cog:before {content: "\f110";}.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {content: "\f111";}.vjs-icon-circle-outline {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-circle-outline:before {content: "\f112";}.vjs-icon-circle-inner-circle {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-circle-inner-circle:before {content: "\f113";}.vjs-icon-hd {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-hd:before {content: "\f114";}.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {content: "\f115";}.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {content: "\f116";}.vjs-icon-facebook {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-facebook:before {content: "\f117";}.vjs-icon-gplus {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-gplus:before {content: "\f118";}.vjs-icon-linkedin {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-linkedin:before {content: "\f119";}.vjs-icon-twitter {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-twitter:before {content: "\f11a";}.vjs-icon-tumblr {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-tumblr:before {content: "\f11b";}.vjs-icon-pinterest {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-pinterest:before {content: "\f11c";}.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {content: "\f11d";}.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {content: "\f11e";}.vjs-icon-next-item {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-next-item:before {content: "\f11f";}.vjs-icon-previous-item {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-previous-item:before {content: "\f120";}.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {content: "\f121";}.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {content: "\f122";}.video-js {display: block;vertical-align: top;box-sizing: border-box;color: #fff;background-color: #000;position: relative;padding: 0;font-size: 10px;line-height: 1;font-weight: normal;font-style: normal;font-family: Arial, Helvetica, sans-serif;word-break: initial;}.video-js:-moz-full-screen {position: absolute;}.video-js:-webkit-full-screen {width: 100% !important;height: 100% !important;}.video-js[tabindex="-1"] {outline: none;}.video-js *, .video-js *:before, .video-js *:after {box-sizing: inherit;}.video-js ul {font-family: inherit;font-size: inherit;line-height: inherit;list-style-position: outside;margin-left: 0;margin-right: 0;margin-top: 0;margin-bottom: 0;}.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {width: 100%;max-width: 100%;height: 0;}.video-js.vjs-16-9 {padding-top: 56.25%;}.video-js.vjs-4-3 {padding-top: 75%;}.video-js.vjs-fill {width: 100%;height: 100%;}.video-js .vjs-tech {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}body.vjs-full-window {padding: 0;margin: 0;height: 100%;}.vjs-full-window .video-js.vjs-fullscreen {position: fixed;overflow: hidden;z-index: 1000;left: 0;top: 0;bottom: 0;right: 0;}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {width: 100% !important;height: 100% !important;padding-top: 0 !important;}.video-js.vjs-fullscreen.vjs-user-inactive {cursor: none;}.vjs-hidden {display: none !important;}.vjs-disabled {opacity: 0.5;cursor: default;}.video-js .vjs-offscreen {height: 1px;left: -9999px;position: absolute;top: 0;width: 1px;}.vjs-lock-showing {display: block !important;opacity: 1;visibility: visible;}.vjs-no-js {padding: 20px;color: #fff;background-color: #000;font-size: 18px;font-family: Arial, Helvetica, sans-serif;text-align: center;width: 300px;height: 150px;margin: 0px auto;}.vjs-no-js a, .vjs-no-js a:visited {color: #66A8CC;}.video-js .vjs-big-play-button {font-size: 3em;line-height: 1.5em;height: 1.63332em;width: 3em;display: block;position: absolute;top: 10px;left: 10px;padding: 0;cursor: pointer;opacity: 1;border: 0.06666em solid #fff;background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);border-radius: 0.3em;transition: all 0.4s;}.vjs-big-play-centered .vjs-big-play-button {top: 50%;left: 50%;margin-top: -0.81666em;margin-left: -1.5em;}.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {border-color: #fff;background-color: #73859f;background-color: rgba(115, 133, 159, 0.5);transition: all 0s;}.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {display: none;}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {display: block;}.video-js button {background: none;border: none;color: inherit;display: inline-block;font-size: inherit;line-height: inherit;text-transform: none;text-decoration: none;transition: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.vjs-control .vjs-button {width: 100%;height: 100%;}.video-js .vjs-control.vjs-close-button {cursor: pointer;height: 3em;position: absolute;right: 0;top: 0.5em;z-index: 2;}.video-js .vjs-modal-dialog {background: rgba(0, 0, 0, 0.8);background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));overflow: auto;}.video-js .vjs-modal-dialog > * {box-sizing: border-box;}.vjs-modal-dialog .vjs-modal-dialog-content {font-size: 1.2em;line-height: 1.5;padding: 20px 24px;z-index: 1;}.vjs-menu-button {cursor: pointer;}.vjs-menu-button.vjs-disabled {cursor: default;}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {display: none;}.vjs-menu .vjs-menu-content {display: block;padding: 0;margin: 0;font-family: Arial, Helvetica, sans-serif;overflow: auto;}.vjs-menu .vjs-menu-content > * {box-sizing: border-box;}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {display: none;}.vjs-menu li {list-style: none;margin: 0;padding: 0.2em 0;line-height: 1.4em;font-size: 1.2em;text-align: center;text-transform: lowercase;}.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover, .js-focus-visible .vjs-menu li.vjs-menu-item:hover {background-color: #73859f;background-color: rgba(115, 133, 159, 0.5);}.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover {background-color: #fff;color: #2B333F;}.vjs-menu li.vjs-menu-title {text-align: center;text-transform: uppercase;font-size: 1em;line-height: 2em;padding: 0;margin: 0 0 0.3em 0;font-weight: bold;cursor: default;}.vjs-menu-button-popup .vjs-menu {display: none;position: absolute;bottom: 0;width: 10em;left: -3em;height: 0em;margin-bottom: 1.5em;border-top-color: rgba(43, 51, 63, 0.7);}.vjs-menu-button-popup .vjs-menu .vjs-menu-content {background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);position: absolute;width: 100%;bottom: 1.5em;max-height: 15em;}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 5em;}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 10em;}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 14em;}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 25em;}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu, .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {display: block;}.video-js .vjs-menu-button-inline {transition: all 0.4s;overflow: hidden;}.video-js .vjs-menu-button-inline:before {width: 2.222222222em;}.video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {width: 12em;}.vjs-menu-button-inline .vjs-menu {opacity: 0;height: 100%;width: auto;position: absolute;left: 4em;top: 0;padding: 0;margin: 0;transition: all 0.4s;}.vjs-menu-button-inline:hover .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline.vjs-slider-active .vjs-menu {display: block;opacity: 1;}.vjs-no-flex .vjs-menu-button-inline .vjs-menu {display: block;opacity: 1;position: relative;width: auto;}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {width: auto;}.vjs-menu-button-inline .vjs-menu-content {width: auto;height: 100%;margin: 0;overflow: hidden;}.video-js .vjs-control-bar {display: none;width: 100%;position: absolute;bottom: 0;left: 0;right: 0;height: 3em;background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);}.vjs-has-started .vjs-control-bar {display: flex;visibility: hidden;opacity: 1;transition: visibility 0.1s, opacity 0.1s;}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {visibility: hidden;opacity: 0;transition: visibility 1s, opacity 1s;}.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {display: none !important;}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {opacity: 1;visibility: hidden;}.vjs-has-started.vjs-no-flex .vjs-control-bar {display: table;}.video-js .vjs-control {position: relative;text-align: center;margin: 0;padding: 0;height: 100%;width: 4em;flex: none;}.vjs-button > .vjs-icon-placeholder:before {font-size: 1.8em;line-height: 1.67;}.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {text-shadow: 0em 0em 1em white;}.video-js .vjs-control-text {border: 0;clip: rect(0 0 0 0);height: 1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}.vjs-no-flex .vjs-control {display: table-cell;vertical-align: middle;}.video-js .vjs-custom-control-spacer {display: none;}.video-js .vjs-progress-control {cursor: pointer;flex: auto;display: flex;align-items: center;min-width: 4em;touch-action: none;}.video-js .vjs-progress-control.disabled {cursor: default;}.vjs-live .vjs-progress-control {display: none;}.vjs-liveui .vjs-progress-control {display: flex;align-items: center;}.vjs-no-flex .vjs-progress-control {width: auto;}.video-js .vjs-progress-holder {flex: auto;transition: all 0.2s;height: 0.3em;}.video-js .vjs-progress-control .vjs-progress-holder {margin: 0 10px;}.video-js .vjs-progress-control:hover .vjs-progress-holder {font-size: 1.6666666667em;}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {font-size: 1em;}.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div {position: absolute;display: block;height: 100%;margin: 0;padding: 0;width: 0;}.video-js .vjs-play-progress {background-color: #fff;}.video-js .vjs-play-progress:before {font-size: 0.9em;position: absolute;right: -0.5em;top: -0.3333333333em;z-index: 1;}.video-js .vjs-load-progress {background: rgba(115, 133, 159, 0.5);}.video-js .vjs-load-progress div {background: rgba(115, 133, 159, 0.75);}.video-js .vjs-time-tooltip {background-color: #fff;background-color: rgba(255, 255, 255, 0.8);border-radius: 0.3em;color: #000;float: right;font-family: Arial, Helvetica, sans-serif;font-size: 1em;padding: 6px 8px 8px 8px;pointer-events: none;position: absolute;top: -3.4em;visibility: hidden;z-index: 1;}.video-js .vjs-progress-holder:focus .vjs-time-tooltip {display: none;}.video-js .vjs-progress-control:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {display: block;font-size: 0.6em;visibility: visible;}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {font-size: 1em;}.video-js .vjs-progress-control .vjs-mouse-display {display: none;position: absolute;width: 1px;height: 100%;background-color: #000;z-index: 1;}.vjs-no-flex .vjs-progress-control .vjs-mouse-display {z-index: 0;}.video-js .vjs-progress-control:hover .vjs-mouse-display {display: block;}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {visibility: hidden;opacity: 0;transition: visibility 1s, opacity 1s;}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {display: none;}.vjs-mouse-display .vjs-time-tooltip {color: #fff;background-color: #000;background-color: rgba(0, 0, 0, 0.8);}.video-js .vjs-slider {position: relative;cursor: pointer;padding: 0;margin: 0 0.45em 0 0.45em;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #73859f;background-color: rgba(115, 133, 159, 0.5);}.video-js .vjs-slider.disabled {cursor: default;}.video-js .vjs-slider:focus {text-shadow: 0em 0em 1em white;box-shadow: 0 0 1em #fff;}.video-js .vjs-mute-control {cursor: pointer;flex: none;}.video-js .vjs-volume-control {cursor: pointer;margin-right: 1em;display: flex;}.video-js .vjs-volume-control.vjs-volume-horizontal {width: 5em;}.video-js .vjs-volume-panel .vjs-volume-control {visibility: visible;opacity: 0;width: 1px;height: 1px;margin-left: -1px;}.video-js .vjs-volume-panel {transition: width 1s;}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {visibility: visible;opacity: 1;position: relative;transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {width: 5em;height: 3em;margin-right: 0;}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {left: -3.5em;transition: left 0s;}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {width: 10em;transition: width 0.1s;}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {width: 4em;}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {height: 8em;width: 3em;left: -3000em;transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {width: 5em;height: 3em;visibility: visible;opacity: 1;position: relative;transition: none;}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {position: absolute;bottom: 3em;left: 0.5em;}.video-js .vjs-volume-panel {display: flex;}.video-js .vjs-volume-bar {margin: 1.35em 0.45em;}.vjs-volume-bar.vjs-slider-horizontal {width: 5em;height: 0.3em;}.vjs-volume-bar.vjs-slider-vertical {width: 0.3em;height: 5em;margin: 1.35em auto;}.video-js .vjs-volume-level {position: absolute;bottom: 0;left: 0;background-color: #fff;}.video-js .vjs-volume-level:before {position: absolute;font-size: 0.9em;}.vjs-slider-vertical .vjs-volume-level {width: 0.3em;}.vjs-slider-vertical .vjs-volume-level:before {top: -0.5em;left: -0.3em;}.vjs-slider-horizontal .vjs-volume-level {height: 0.3em;}.vjs-slider-horizontal .vjs-volume-level:before {top: -0.3em;right: -0.5em;}.video-js .vjs-volume-panel.vjs-volume-panel-vertical {width: 4em;}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {height: 100%;}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {width: 100%;}.video-js .vjs-volume-vertical {width: 3em;height: 8em;bottom: 8em;background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);}.video-js .vjs-volume-horizontal .vjs-menu {left: -2em;}.vjs-poster {display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;background-color: #000000;cursor: pointer;margin: 0;padding: 0;position: absolute;top: 0;right: 0;bottom: 0;left: 0;height: 100%;}.vjs-has-started .vjs-poster {display: none;}.vjs-audio.vjs-has-started .vjs-poster {display: block;}.vjs-using-native-controls .vjs-poster {display: none;}.video-js .vjs-live-control {display: flex;align-items: flex-start;flex: auto;font-size: 1em;line-height: 3em;}.vjs-no-flex .vjs-live-control {display: table-cell;width: auto;text-align: left;}.video-js:not(.vjs-live) .vjs-live-control, .video-js.vjs-liveui .vjs-live-control {display: none;}.video-js .vjs-seek-to-live-control {cursor: pointer;flex: none;display: inline-flex;height: 100%;padding-left: 0.5em;padding-right: 0.5em;font-size: 1em;line-height: 3em;width: auto;min-width: 4em;}.vjs-no-flex .vjs-seek-to-live-control {display: table-cell;width: auto;text-align: left;}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {display: none;}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {cursor: auto;}.vjs-seek-to-live-control .vjs-icon-placeholder {margin-right: 0.5em;color: #888;}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {color: red;}.video-js .vjs-time-control {flex: none;font-size: 1em;line-height: 3em;min-width: 2em;width: auto;padding-left: 1em;padding-right: 1em;}.vjs-live .vjs-time-control {display: none;}.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {display: none;}.video-js .vjs-duration, .vjs-no-flex .vjs-duration {display: none;}.vjs-time-divider {display: none;line-height: 3em;}.vjs-live .vjs-time-divider {display: none;}.video-js .vjs-play-control {cursor: pointer;}.video-js .vjs-play-control .vjs-icon-placeholder {flex: none;}.vjs-text-track-display {position: absolute;bottom: 3em;left: 0;right: 0;top: 0;pointer-events: none;}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {bottom: 1em;}.video-js .vjs-text-track {font-size: 1.4em;text-align: center;margin-bottom: 0.1em;}.vjs-subtitles {color: #fff;}.vjs-captions {color: #fc6;}.vjs-tt-cue {display: block;}video::-webkit-media-text-track-display {transform: translateY(-3em);}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {transform: translateY(-1.5em);}.video-js .vjs-picture-in-picture-control {cursor: pointer;flex: none;}.video-js .vjs-fullscreen-control {cursor: pointer;flex: none;}.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.vjs-playback-rate .vjs-playback-rate-value {pointer-events: none;font-size: 1.5em;line-height: 2;text-align: center;}.vjs-playback-rate .vjs-menu {width: 4em;left: 0em;}.vjs-error .vjs-error-display .vjs-modal-dialog-content {font-size: 1.4em;text-align: center;}.vjs-error .vjs-error-display:before {color: #fff;content: "X";font-family: Arial, Helvetica, sans-serif;font-size: 4em;left: 0;line-height: 1;margin-top: -0.5em;position: absolute;text-shadow: 0.05em 0.05em 0.1em #000;text-align: center;top: 50%;vertical-align: middle;width: 100%;}.vjs-loading-spinner {display: none;position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;opacity: 0.85;text-align: left;border: 6px solid rgba(43, 51, 63, 0.7);box-sizing: border-box;background-clip: padding-box;width: 50px;height: 50px;border-radius: 25px;visibility: hidden;}.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {display: block;-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;animation: vjs-spinner-show 0s linear 0.3s forwards;}.vjs-loading-spinner:before, .vjs-loading-spinner:after {content: "";position: absolute;margin: -6px;box-sizing: inherit;width: inherit;height: inherit;border-radius: inherit;opacity: 1;border: inherit;border-color: transparent;border-top-color: white;}.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;}.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {border-top-color: white;}.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {border-top-color: white;-webkit-animation-delay: 0.44s;animation-delay: 0.44s;}@keyframes vjs-spinner-show {to {visibility: visible;}}@-webkit-keyframes vjs-spinner-show {to {visibility: visible;}}@keyframes vjs-spinner-spin {100% {transform: rotate(360deg);}}@-webkit-keyframes vjs-spinner-spin {100% {-webkit-transform: rotate(360deg);}}@keyframes vjs-spinner-fade {0% {border-top-color: #73859f;}20% {border-top-color: #73859f;}35% {border-top-color: white;}60% {border-top-color: #73859f;}100% {border-top-color: #73859f;}}@-webkit-keyframes vjs-spinner-fade {0% {border-top-color: #73859f;}20% {border-top-color: #73859f;}35% {border-top-color: white;}60% {border-top-color: #73859f;}100% {border-top-color: #73859f;}}.vjs-chapters-button .vjs-menu ul {width: 24em;}.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {vertical-align: middle;display: inline-block;margin-bottom: -0.1em;}.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {font-family: VideoJS;content: "";font-size: 1.5em;line-height: inherit;}.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {vertical-align: middle;display: inline-block;margin-bottom: -0.1em;}.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {font-family: VideoJS;content: " ";font-size: 1.5em;line-height: inherit;}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {display: none;}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {width: auto;width: initial;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {display: none;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {flex: auto;display: block;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {width: auto;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {display: none;}.vjs-modal-dialog.vjs-text-track-settings {background-color: #2B333F;background-color: rgba(43, 51, 63, 0.75);color: #fff;height: 70%;}.vjs-text-track-settings .vjs-modal-dialog-content {display: table;}.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-font, .vjs-text-track-settings .vjs-track-settings-controls {display: table-cell;}.vjs-text-track-settings .vjs-track-settings-controls {text-align: right;vertical-align: bottom;}@supports (display: grid) {.vjs-text-track-settings .vjs-modal-dialog-content {display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: 1fr;padding: 20px 24px 0px 24px;}.vjs-track-settings-controls .vjs-default-button {margin-bottom: 20px;}.vjs-text-track-settings .vjs-track-settings-controls {grid-column: 1/-1;}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {grid-template-columns: 1fr;}}.vjs-track-setting > select {margin-right: 1em;margin-bottom: 0.5em;}.vjs-text-track-settings fieldset {margin: 5px;padding: 3px;border: none;}.vjs-text-track-settings fieldset span {display: inline-block;}.vjs-text-track-settings fieldset span > select {max-width: 7.3em;}.vjs-text-track-settings legend {color: #fff;margin: 0 0 5px 0;}.vjs-text-track-settings .vjs-label {position: absolute;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);display: block;margin: 0 0 5px 0;padding: 0;border: 0;height: 1px;width: 1px;overflow: hidden;}.vjs-track-settings-controls button:focus, .vjs-track-settings-controls button:active {outline-style: solid;outline-width: medium;background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);}.vjs-track-settings-controls button:hover {color: rgba(43, 51, 63, 0.75);}.vjs-track-settings-controls button {background-color: #fff;background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);color: #2B333F;cursor: pointer;border-radius: 2px;}.vjs-track-settings-controls .vjs-default-button {margin-right: 1em;}@media print {.video-js > *:not(.vjs-tech):not(.vjs-poster) {visibility: hidden;}}.vjs-resize-manager {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;z-index: -1000;}.js-focus-visible .video-js *:focus:not(.focus-visible) {outline: none;background: none;}.video-js *:focus:not(:focus-visible), .video-js .vjs-menu *:focus:not(:focus-visible) {outline: none;background: none;}
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control{pointer-events:none}.vjs-ad-playing.vjs-ad-playing .vjs-play-progress{background-color:#ffe400}.vjs-ad-loading .vjs-loading-spinner{display:block;visibility:visible}.vjs-ad-playing .vjs-captions-button{display:none}.vjs-ad-playing .vjs-audio-button{display:none}.vjs-ad-loading .vjs-loading-spinner:before,.vjs-ad-loading .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-ad-loading .vjs-loading-spinner:before{border-top-color:#fff}.vjs-ad-loading .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:0.44s;animation-delay:0.44s}.vjs-ad-loading .vjs-big-play-button,.vjs-ad-loading .vjs-poster,.vjs-ad-content-resuming .vjs-big-play-button,.vjs-ad-content-resuming .vjs-poster{display:none}
.vast-skip-button {display: block;position: absolute;top: 5px;right: 0;width: auto;background-color: #000;color: #AAA;font-size: 12px;font-style: italic;line-height: 12px;padding: 10px;z-index: 2;}.vast-skip-button.enabled {cursor: pointer;color: #fff;}.vast-skip-button.enabled:hover {cursor: pointer;background: #333;}.vast-blocker {display: block;position: absolute;margin: 0;padding: 0;height: 100%;width: 100%;top: 0;left: 0;right: 0;bottom: 0;}
.afterplayer,.footerbanner{margin-top:10px}.bannerplayer-wrap,.topbanner{display:block}.center-ads,.inner-floatbanner-bottom{text-align:center}.topbanner{text-align:center;padding-bottom:10px;padding-top:10px;width:100%;background-color:#fff}.afterplayer,.banner-secondpost,.topbanner-aftermenu,.topbanner-archive,.topplayer{margin-bottom:10px;text-align:center;max-width:100%;overflow:hidden}.footerbanner{text-align:center}.banner-beforecontent.pull-left{margin-right:20px}.banner-beforecontent.pull-right{margin-left:20px}.banner-aftercontent,.banner-beforecontent,.banner-insidecontent{margin:10px auto;text-align:center;max-width:100%;overflow:hidden}.floatbanner-left,.floatbanner-right{width:300px;margin-top:10px;overflow:hidden}.floatbanner{position:relative;z-index:9999}.floatbanner-left{left:50%;margin-left:-846px;position:fixed}.floatbanner-right{right:50%;margin-right:-846px;position:fixed}.inner-float-left{float:right}.inner-float-left button{right:0;font-size:14px;border-radius:0!important;position:absolute}.inner-float-right button{left:0;font-size:12px;border-radius:0!important;position:absolute}.inner-floatbanner-bottom button{z-index:9;position:absolute;text-align:right;font-size:14px;padding:4px 8px;background:#efefef;border:none;color:#121212!important;border-radius:0!important}.floatbanner-left img,.floatbanner-right img{max-width:none!important}.floatbanner-footer{z-index:999;position:fixed;bottom:0;left:0;right:0;margin:0 auto}.bannerplayer{overflow:hidden;z-index:9999;top:0;left:0;right:0;bottom:0;position:relative;padding-bottom:56.25%;padding-top:0;height:0;margin-bottom:0;background-color:rgb(0 0 0 / .025)}.bannerplayer embed,.bannerplayer iframe,.bannerplayer img,.bannerplayer object,.bannerplayer video{position:absolute;top:0;left:0;width:100%;height:100%}.post-top-ads,.post-middle-ads,.post-footer-ads,.sidebar-top-ads,.sidebar-middle-ads,.sidebar-footer-ads,.top-ads,.middle-ads,.footer-ads{display:block;margin:10px auto;text-align:center;overflow:hidden;max-width:100%;width:100%;}.banner-left{text-align:left!important}.banner-right{text-align:right!important}.fixed-ads-middle{opacity:1;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;position:fixed;width:100%;height:100%;background-color:rgb(0 0 0 / .8);top:0;left:0;z-index:999999;animation-duration:0.5s;animation-fill-mode:both;-webkit-animation-name:mediabox;animation-name:mediabox}.fixed-ads-middle-inner{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0}.fixed-ads-middle-inner:before{content:"";display:inline-block;height:100%;vertical-align:middle}.fixed-ads-middle-inner .banner-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left}.fixed-ads-middle button{position:absolute;top:-35px;right:-35px;display:block;background-color:transparent!important;border:none!important;border-radius:0!important;width:24px;height:24px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==) 0 0/24px 24px no-repeat}.post-inplayer-ads{opacity:1;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;position:fixed;width:100%;height:100%;background-color:rgb(0 0 0 / .8);top:0;left:0;z-index:999999;animation-duration:0.5s;animation-fill-mode:both;-webkit-animation-name:mediabox;animation-name:mediabox}.post-inplayer-ads{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0}.post-inplayer-ads:before{content:"";display:inline-block;height:100%;vertical-align:middle}.post-inplayer-ads .banner-content{position:absolute;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;max-width:300px;top:30%;left:33%}.post-inplayer-ads button{position:absolute;top:-35px;right:-35px;display:block;background-color:transparent!important;border:none!important;border-radius:0!important;width:24px;height:24px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==) 0 0/24px 24px no-repeat}@media (max-width:1599px){.floatbanner.floatbanner-left,.floatbanner.floatbanner-right{display:none}}@media(max-width:1199px){.post-inplayer-ads .banner-content{top:30%;left:35%}}@media(max-width:991px){.post-inplayer-ads .banner-content{top:25%;left:30%}}@media(max-width:799px){.post-inplayer-ads{display:none!important}}@media (max-width:767px){.fixed-ads-middle-inner .banner-content{max-width:300px}}@media (max-width:400px){.bannerplayer{top:0;left:0;right:0;bottom:0;transform:none}}



