.Button {
	color: #fff;
}
/* FAR-16599 — restore the `spin` keyframes for the web-player loading spinner.
   @webdev/espn-ui-components 0.30.0 ships `.WebPlayerContainer-loader { animation: spin ... }`
   in its light-DOM styles.css but never defines `@keyframes spin` there — the keyframes only
   exist inside the player's core-ui shadow-DOM stylesheets, out of scope for this light-DOM
   element. Without this the boot spinner renders frozen. See Head.js (ESPN_UI_CSS_EXTRAS). */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
/* FAR-16599 — secondary-nav styles vendored (compiled) from @webdev/espn-ui-components 0.6.9,
   which 0.30.0 dropped when the video-player bump removed the deprecated Nav__* components.
   Restores styling for the local legacyNavPrimitives.js. See Secondary.js / Head.js. */
.tabs__list__item .NavMain__SubNav {
    display: none;
    left: inherit;
    position: absolute;
    right: 0;
    top: 111%
}
.tabs__list__item:hover .NavMain__SubNav {
    display: block
}
.NavMain__Item--More .NavMain__SubNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.NavMain__reorder .NavMain__SubNav__Link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.bp-mobile .NavMain__List--right>.NavMain__Item.NavMain__scoresTrigger .NavMain__SubNav,.bp-mobile .NavMain__List--right>.NavMain__Item.NavMain__user .NavMain__SubNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-overflow-scrolling: touch;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 44px);
    left: 0;
    overflow: auto;
    top: 44px;
    width: 100vw
}
.bp-mobile .NavMain__List--right>.NavMain__Item.NavMain__scoresTrigger .NavMain__SubNav__List,.bp-mobile .NavMain__List--right>.NavMain__Item.NavMain__user .NavMain__SubNav__List {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.bp-tabletPlus .NavMain__List--right .NavMain__SubNav {
    height: auto;
    left: auto;
    right: 0;
    text-align: left;
    top: auto;
    width: auto
}
.bp-desktopPlus .MoreESPN .NavMain__SubNav {
    padding-bottom: 0
}
.bp-desktopPlus .MoreESPN__SubLinks .NavMain__SubNav__List {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
    padding: 0;
    width: auto!important
}
.NavMain__Item.mobileTrigger.is--active>.NavMain__SubNav {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-y: scroll
}
.bp-mobileTablet .NavMain__Item--More .NavMain__SubNav.is--split {
    display: block!important;
    position: relative;
    top: 0
}
.NavMain__SubNav__Item {
    list-style: none
}
.NavMain__SubNav__Item--Label {
    border-bottom: 1px solid #edeef0;
    border-top: 1px solid #edeef0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    padding: 8px
}
.NavSecondary {
    background: #fff;
    width: 100%
}
.NavSecondary .NavMain__SubNav {
    display: none;
    left: 0;
    position: absolute;
    top: 100%
}
.NavSecondary .NavMain__SubNav .NavSecondary__Item {
    display: block;
    line-height: 22px
}
.NavSecondary .NavMain__SubNav.is--split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.NavSecondary .NavMain__SubNav .NavTeamList {
    margin-left: 8px
}
.NavSecondary .NavSecondary__Split {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}
.NavSecondary .NavSecondary__Split .NavSecondary__Item {
    display: block
}
.bp-mobile .NavSecondary__List {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}
.NavSecondary__Item.More>.NavMain__SubNav {
    left: auto;
    right: 0
}
.NavSecondary li,.NavSecondary ul {
    list-style: none;
    padding: 0
}
.NavMain__Secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 100%
}
.NavSecondary__Link {
    color: #151617;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    padding: 0 10px;
    position: relative;
    white-space: nowrap
}
.NavSecondary__Link>.icon__svg {
    fill: currentColor;
    padding: 0 3px;
    vertical-align: middle;
    width: 12px
}
@supports (display:flex) {
    .NavSecondary__Link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.NavMain__Secondary>.NavSecondary__Item>.NavSecondary__Link {
    padding: 12px 10px
}
.NavSecondary__Item {
    -webkit-box-shadow: inset 0 0 0 #d00;
    box-shadow: inset 0 0 0 #d00;
    color: #151617;
    display: inline-block;
    position: relative
}
.bp-desktopPlus .NavSecondary__Item:hover {
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out
}
.NavSecondary__Item.is--active {
    -webkit-box-shadow: inset 0 -3px 0 #d00;
    box-shadow: inset 0 -3px 0 #d00
}
.NavMain__Secondary>.NavSecondary__Item {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.NavSecondary__Item--brand {
    margin-right: 4px;
    padding-right: 4px
}
.NavSecondary__Item--brand,.NavSecondary__Item--brand:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}
.NavSecondary__Item--brand .NavSecondary__Link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.NavSecondary__Item--brand .NavSecondary__Link:after {
    background: #dcdddf;
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}
.NavSecondary__Item>.NavSecondary__Link:hover {
    color: #151617
}
.NavSecondary__Item:hover .NavMain__SubNav {
    display: none
}
.bp-tabletPlus .NavSecondary__Item:hover .NavMain__SubNav {
    display: block
}
.bp-desktopPlus .NavMain__Secondary>.NavSecondary__Item:not(.NavSecondary__Item--brand):hover {
    -webkit-box-shadow: inset 0 -3px 0 #d00;
    box-shadow: inset 0 -3px 0 #d00
}
.NavSecondary__Logo__Img {
    margin-right: 5px;
    vertical-align: middle;
    width: 25px
}
.NavMain__SubNav {
    -webkit-box-flex: 1;
    background: #fff;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    left: auto;
    padding: 8px 0;
    right: auto;
    top: 0;
    width: 100%
}
.bp-desktopPlus .NavMain__SubNav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.3);
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    height: auto;
    left: 0;
    width: auto;
    z-index: 1000010
}
.NavMain__Item--More .NavMain__SubNav__Wrapper,.bp-mobile .NavMain__SubNav__Wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.NavMain--mobile .NavMain__SubNav {
    display: none;
    padding-bottom: 50px;
    right: 0;
    width: calc(100% - 56px)
}
.NavMain--desktop .NavMain__SubNav {
    display: block;
    max-height: 680px;
    padding: 8px 0
}
.NavMain__Item .NavMain__SubNav {
    position: absolute
}
.bp-desktopPlus .NavMain__Item .NavMain__SubNav {
    max-height: 680px;
    top: 100%
}
.bp-desktopPlus .NavMain__SubNav__Link:hover {
    background: #d00;
    color: #fff
}
.NavMain__SubNav.MoreESPN {
    padding: 8px 0 0
}
.NavMain__SubNav.MoreESPN>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.NavMain__SubNav.is--team {
    width: auto
}
.NavMain__SubNav.is--split,.NavMain__SubNav.is--team,.NavMain__SubNav__List {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}
.NavMain__SubNav__List {
    background: none;
    display: block;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0 8px
}
.bp-tabletPlus .NavMain__SubNav__List {
    height: 100%;
    width: 200px
}
.bp-tabletPlus .NavMain__SubNav__List--split {
    width: auto
}
.is--split .NavMain__SubNav__List {
    margin: 0;
    padding: 0;
    width: auto
}
.bp-desktopPlus .is--split .NavMain__SubNav__List {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 8px
}
.is--split .NavMain__SubNav__List .NavMain__Item {
    display: block
}
.bp-mobileTablet .is--split .NavMain__SubNav__List .NavMain__Item {
    padding: 0
}
.NavMain__SubNav__Item:last-child .NavMain__SubNav__Link {
    border-bottom: 0
}
.NavMain__SubNav .NavMain__Link,.NavMain__SubNav__Link {
    color: #151617;
    position: relative
}
.NavMain__SubNav .NavMain__Link .external,.NavMain__SubNav__Link .external {
    fill: currentColor;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px
}
.bp-mobileTablet .NavMain__SubNav .NavMain__Link,.bp-mobileTablet .NavMain__SubNav__Link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border-bottom: 1px solid #edeef0;
    border-radius: 0;
    color: #48494a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    width: 100%
}
.NavMain__SubNav .NavMain__Link:hover .bp-desktopPlus,.NavMain__SubNav__Link:hover .bp-desktopPlus {
    background: #d00;
    color: #fff
}
.NavMain__SubNav__Link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    padding: 8px;
    position: relative;
    text-decoration: none;
    width: 100%
}
/* FAR-16599: @webdev/espn-ui-components AnchorLink applies `.AnchorLink { color: #06c }`
   (blue) from the main espn-ui.css, which now loads AFTER these vendored nav rules (Head.js
   links espn-ui-extras before espn-ui). In 0.6.9 the dark nav-link rule sat later in the same
   sheet and won; here we re-assert it with a higher-specificity `.NavSecondary`-scoped selector
   so the secondary-nav link text stays the primary dark color instead of link-blue. */
.NavSecondary .NavSecondary__Link,
.NavSecondary .NavMain__SubNav__Link {
    color: #151617;
}
.NavSecondary .NavSecondary__Item > .NavSecondary__Link:hover {
    color: #151617;
}
