.hfsh * {
    box-sizing: border-box
}

.hfsh div,
.hfsh span,
.hfsh p,
.hfsh a,
.hfsh img,
.hfsh ol,
.hfsh ul,
.hfsh menu,
.hfsh li,
.hfsh form,
.hfsh label,
.hfsh nav,
.hfsh section,
.hfsh button {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.hfsh footer,
.hfsh header,
.hfsh nav,
.hfsh section {
    display: block
}

.hfsh ol,
.hfsh ul,
.hfsh menu {
    list-style: none
}

.hfsh a {
    color: inherit;
    outline: none;
    text-decoration: none
}

@keyframes hfs-blinking-dot {

    0%,
    100% {
        opacity: 0
    }

    40%,
    70% {
        opacity: 1
    }
}

.hfsh,
.hfsf,
.hfs-amp {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto
}

.hfsh,
.hfs-amp {
    color: #ccc
}

.hfsDisableVerticalScroll {
    overflow-x: hidden;
    overflow-y: hidden
}

.hfsh a,
button.hamburger,
button.bell-icon,
button.search-button,
button.search-icon,
.menu button {
    background: transparent
}

.hfsh a:focus-visible,
.hfsh a:focus,
button.hamburger:focus-visible,
button.hamburger:focus,
button.bell-icon:focus-visible,
button.bell-icon:focus,
button.search-button:focus-visible,
button.search-button:focus,
button.search-icon:focus-visible,
button.search-icon:focus,
.menu button:focus-visible,
.menu button:focus {
    outline: 2px solid #0db14b;
    outline-offset: 0
}

.hfsh a:hover,
.hfsh a:active,
button.hamburger:hover,
button.hamburger:active,
button.bell-icon:hover,
button.bell-icon:active,
button.search-button:hover,
button.search-button:active,
button.search-icon:hover,
button.search-icon:active,
.menu button:hover,
.menu button:active {
    outline: 0
}

.hfsh a:focus:not(:focus-visible),
button.hamburger:focus:not(:focus-visible),
button.bell-icon:focus:not(:focus-visible),
button.search-button:focus:not(:focus-visible),
button.search-icon:focus:not(:focus-visible),
.menu button:focus:not(:focus-visible) {
    outline: unset;
    outline-offset: unset
}

@media (hover: none) {

    .hfsh button.hamburger:focus,
    .hfsh button.hamburger:focus-visible,
    .hfsh button.bell-icon:focus,
    .hfsh button.bell-icon:focus-visible,
    .hfsh button.search-button:focus,
    .hfsh button.search-button:focus-visible,
    .hfsh button.search-icon:focus,
    .hfsh button.search-icon:focus-visible,
    .hfsh button.search-button-trigger:focus,
    .hfsh button.search-button-trigger:focus-visible {
        outline: 0
    }
}

#hfs-header {
    position: sticky;
    top: 0;
    z-index: 9999
}

#hfs-header .hfsh-spacer {
    content: '';
    pointer-events: none;
    position: relative;
    width: 1px
}

#hfs-header .hfsh+.hfsh-spacer {
    display: none
}

#hfs-header .hfsh {
    display: block !important
}

#hfs-header .hfsh.init+.hfsh-spacer {
    display: block;
    height: 60px
}

@media only screen and (min-width: 758px) {
    #hfs-header .hfsh.init+.hfsh-spacer {
        height: 80px
    }
}

@media only screen and (min-width: 758px) {
    #hfs-header .hfsh.init.small+.hfsh-spacer {
        height: 60px
    }
}

#hfs-header .hfsh.init.show-global+.hfsh-spacer {
    height: 60px
}

@media only screen and (min-width: 758px) {
    #hfs-header .hfsh.init.show-global+.hfsh-spacer {
        height: 128px
    }
}

#hfs-header .hfsh.init.has-global-insert+.hfsh-spacer {
    height: 140px
}

@media only screen and (min-width: 758px) {
    #hfs-header .hfsh.init.has-global-insert+.hfsh-spacer {
        height: 160px
    }
}

#hfs-header .hfsh.init.has-mobilenav-insert+.hfsh-spacer {
    height: 120px
}

@media only screen and (min-width: 758px) {
    #hfs-header .hfsh.init.has-mobilenav-insert+.hfsh-spacer {
        height: 80px
    }
}

@media print {
    #hfs-header {
        display: none
    }
}

#hfs-header .content.overlay::after {
    background-color: none;
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.hfsh {
    font-family: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
    overflow: visible;
    position: relative;
    transition: transform 0.2s ease-in;
    width: 100%;
    z-index: 1
}

.hfsh.init {
    left: 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    transform: translateY(0)
}

.hfsh.stuck {
    position: fixed
}

.hfsh .h-h {
    height: 60px
}

@media only screen and (min-width: 758px) {
    .hfsh .h-h {
        height: 80px
    }
}

.hfsh .h-dn {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh.small .h-h {
        height: 60px
    }
}

.hfsh .h-w {
    width: 60px
}

@media only screen and (min-width: 758px) {
    .hfsh .h-w {
        width: 80px
    }
}

.hfsh .h-lh {
    line-height: 60px
}

@media only screen and (min-width: 758px) {
    .hfsh .h-lh {
        line-height: 80px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.small .h-lh {
        line-height: 60px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .dn-l {
        display: none
    }
}

.hfsh .global {
    background: #000;
    color: #fff;
    display: none;
    font-family: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 0 20px;
    pointer-events: all;
    position: relative;
    text-transform: uppercase;
    z-index: 501
}

@media only screen and (min-width: 758px) {
    .hfsh .global {
        display: flex;
        flex-flow: row nowrap;
        height: 48px
    }
}

.hfsh .global .global-list {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh .global .global-list {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        height: 100%;
        overflow: hidden
    }
}

.hfsh .global .global-list-item {
    margin-right: 20px
}

@media only screen and (min-width: 758px) {
    .hfsh .global .global-list-item {
        line-height: 48px;
        margin-right: 30px
    }
}

.hfsh .global .global-list-item a span {
    opacity: 0.6
}

.hfsh .global .global-list-item a:hover span {
    opacity: 1
}

.hfsh .global .global-list-item a:active span {
    opacity: .5
}

.hfsh .global .global-list-item.secondary {
    display: none
}

@media only screen and (min-width: 1000px) {
    .hfsh .global .global-list-item.secondary {
        display: block
    }
}

.hfsh .global .global-list-item.secondary a span {
    opacity: 0.4
}

.hfsh .global .global-list-item.secondary a:hover span {
    opacity: 1
}

.hfsh .global .global-list-item a[href$='today.com/allday']::before {
    animation: hfs-blinking-dot 1.5s ease-in-out infinite;
    background-color: #fa3a3a;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 12px;
    margin-bottom: -1px;
    margin-right: 4px;
    width: 12px
}

.hfsh .global .global-insert {
    display: none
}

.hfsh.hide-global .global {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh.show-global.stash-global {
        transform: translateY(-48px)
    }
}

.hfsh.show-global.stash-global.has-global-insert {
    transform: translateY(-80px)
}

.hfsh.has-global-insert .global {
    display: flex;
    height: 80px;
    overflow-y: hidden;
    padding: 0
}

@media only screen and (min-width: 758px) {
    .hfsh.has-global-insert .global {
        padding: 0 20px
    }

    .hfsh.has-global-insert .global .search-icon {
        margin-right: 32px
    }
}

.hfsh.has-global-insert .global .global-list {
    height: 100%
}

.hfsh.has-global-insert .global .global-list-item {
    line-height: 80px
}

.hfsh.has-global-insert .global .global-insert {
    display: block;
    flex-basis: 100%;
    flex-shrink: 0
}

@media only screen and (min-width: 758px) {
    .hfsh.has-global-insert .global .global-insert {
        flex-basis: auto;
        margin-left: auto
    }
}

.hfsh.has-global-insert .global .global-list,
.hfsh.has-global-insert .global .search-icon {
    display: none
}

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

    .hfsh.has-global-insert .global .global-list,
    .hfsh.has-global-insert .global .search-icon {
        display: flex
    }
}

.hfsh.has-global-insert .global .search-icon {
    align-items: center
}

@media only screen and (min-width: 758px) {
    .hfsh.has-global-insert .global .search-icon {
        margin: 0 24px 0 0
    }
}

.hfsh .local {
    background-color: #fff;
    background-image: none;
    background-size: 100% 200%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    pointer-events: all;
    transition: background-position var(--hfs-local-duration, 0.5s) ease;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

@media only screen and (min-width: 758px) {
    .hfsh .local {
        flex-direction: row
    }
}

.hfsh:not(.menu-open) .local {
    position: relative;
    z-index: 500
}

.hfsh .local-wrap {
    display: block;
    margin-right: 47px
}

@media only screen and (min-width: 758px) {
    .hfsh .local-wrap {
        display: flex
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .local-wrap {
        flex: 1
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .local-wrap {
        flex-flow: row wrap
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .local-wrap {
        margin-right: 0
    }
}

.hfsh .local-inner {
    margin: 0 auto;
    max-width: 1310px;
    position: relative;
    width: 100%;
    display: block
}

@media only screen and (min-width: 758px) {
    .hfsh .local-inner {
        display: flex
    }
}

.hfsh.dark .local {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #000 0, #000 50%, #f8f8f8 50%, #f8f8f8 100%);
    background-size: 100% 200%;
    color: #fff;
    transition: background-position var(--hfs-local-duration, 0.5s) ease;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.vertical .local {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #ff503c 0, #ff503c 50%, #f8f8f8 50%, #f8f8f8 100%);
    background-size: 100% 200%;
    color: #fff;
    transition: background-position var(--hfs-local-duration, 0.5s) ease;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.transparent .local {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, #f8f8f8 50%, #f8f8f8 100%);
    background-size: 100% 200%;
    color: #fff;
    transition: background-position var(--hfs-local-duration, 0.5s) ease;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.transparentLight .local {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, #f8f8f8 50%, #f8f8f8 100%);
    background-size: 100% 200%;
    color: currentcolor;
    transition: background-position var(--hfs-local-duration, 0.5s) ease;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.politics:not(.active) .local {
    background: url("https://nodeassets.nbcnews.com/assets/header-footer/images/politics-bg.png")
}

.hfsh.active .local {
    background-color: #f8f8f8;
    background-position: 0 bottom;
    transition: background-position var(--hfs-local-duration, 0.5s) ease;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh .local-insert {
    display: none
}

.hfsh.has-local-insert .local-insert {
    display: block;
    height: 100%;
    margin: 0 20px 0 auto
}

@media only screen and (min-width: 758px) {
    .hfsh.has-local-insert .local-insert {
        margin: 0 14px 0 auto
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.show-identity.has-local-insert .local-insert {
        margin-right: 30px
    }
}

.hfsh.stuck .local {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 5px
}

.hfsh.small.menu-open .local,
.hfsh.small.digest-open .local {
    background-image: linear-gradient(to bottom, #f2f2f2 0, #f2f2f2 50%, #f2f2f2 50%, #f2f2f2 100%);
    transition: none
}

.hfsh.small.menu-open .local .local-wrap,
.hfsh.small.digest-open .local .local-wrap {
    display: none
}

.hfsh .shortcuts {
    color: #2a2a2a;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Mada", "Arial", sans-serif;
    justify-content: flex-end;
    position: relative;
    transition: transform var(--hfs-local-duration, 0.5s);
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 758px) {
    .hfsh .shortcuts {
        justify-content: flex-start
    }
}

.hfsh .shortcuts a:hover {
    color: #ff503c;
    opacity: 1
}

.hfsh .shortcuts a:active {
    color: #ff503c;
    opacity: 1
}

.hfsh .chevron-down {
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    display: none;
    height: 22px;
    position: absolute;
    right: -5px;
    top: 28px;
    transform: scale(0.6);
    width: 22px
}

.hfsh .chevron-down::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 10px
}

.hfsh .chevron-down+.shortcuts-list-item-text {
    padding-right: 14px
}

.hfsh .shortcuts-list-item .shortcuts-dropdown .shortcuts-dropdown-list .shortcuts-dropdown-item {
    width: auto
}

.hfsh .shortcuts-list-item .shortcuts-dropdown .shortcuts-dropdown-list .shortcuts-dropdown-item p {
    padding-right: 10px;
    text-align: left
}

.hfsh .shortcuts-list-item .shortcuts-dropdown .shortcuts-dropdown-list .shortcuts-dropdown-item .all-link {
    font-weight: 700
}

.hfsh .shortcuts-list-item .shortcuts-dropdown .shortcuts-dropdown-list .shortcuts-dropdown-item .back-btn {
    align-items: center;
    color: #005594;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400
}

.hfsh .shortcuts-list-item .shortcuts-dropdown .shortcuts-dropdown-list .shortcuts-dropdown-item .back-btn::before {
    border-bottom: 2px solid;
    border-right: 2px solid;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 10px;
    margin-right: 11px;
    transform: rotate(134deg);
    width: 10px
}

.hfsh .shortcuts-list-item .shortcuts-dropdown .shortcuts-dropdown-item .shortcuts-dropdown-item-link.shortcuts-dropdown-item-link-with-submenu {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.hfsh .dn {
    display: none !important
}

.hfsh .chevron-right {
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    pointer-events: none
}

.hfsh .chevron-right::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    box-sizing: border-box;
    color: #ff503c;
    content: '';
    display: block;
    height: 10px;
    transform: rotate(-45deg);
    width: 10px
}

.hfsh .shortcuts-list-item--click-dd>a:focus .chevron-down,
.hfsh .shortcuts-list-item--click-dd>a:hover .chevron-down {
    display: block
}

.hfsh .shortcuts-list-item--click-dd.shortcuts-dropdown-open .chevron-down {
    display: block;
    transform: scale(0.6) scaleY(-1)
}

.hfsh .shortcuts-list {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh.small .nav-has-dropdown.h-h {
        height: auto
    }

    .hfsh .nav-has-dropdown .local-inner {
        align-items: center
    }

    .hfsh.show-shortcuts .shortcuts-list {
        align-items: center;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        flex-wrap: wrap;
        font-size: 18px;
        font-weight: bold;
        height: 100%;
        list-style: none;
        margin: 0;
        overflow-y: hidden;
        padding: 0;
        text-align: left
    }

    .hfsh.show-shortcuts .shortcuts-list-item-link {
        display: block;
        position: relative
    }

    .hfsh.show-shortcuts .shortcuts-list-item {
        display: inline-block;
        margin: 0 16px 0 0
    }

    .hfsh.show-shortcuts .shortcuts-list-item.inactive>a {
        color: #fff
    }

    .hfsh.show-shortcuts .shortcuts-list-item.inactive>a:focus {
        color: #fff
    }

    .hfsh.show-shortcuts .shortcuts-list-item>a {
        background-color: transparent;
        font-weight: bold;
        letter-spacing: -.03em;
        min-height: 44px;
        min-width: 44px;
        text-align: center;
        text-transform: uppercase
    }

    .hfsh.show-shortcuts .shortcuts-list-item>a .shortcuts-list-item-text {
        display: inline-block;
        position: relative
    }

    .hfsh.show-shortcuts .shortcuts-list-item>a .shortcuts-list-item-text::after {
        background-color: #ffb186;
        bottom: 15px;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.25s;
        width: 100%
    }

    .hfsh.show-shortcuts .shortcuts-list-item>.shortcuts-list-item-link:focus {
        outline-offset: -2px
    }

    .hfsh.show-shortcuts .shortcuts-list-item>.shortcuts-list-item-link:hover :not(.shortcuts-list-item--click-dd) .shortcuts-list-item-text::after,
    .hfsh.show-shortcuts .shortcuts-list-item>.shortcuts-list-item-link:focus .shortcuts-list-item-text::after {
        transform: scaleX(1);
        transform-origin: bottom left
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown {
        max-height: 0;
        max-width: 280px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        transform: translateY(-15px)
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list {
        background: #fff8f4;
        border: none;
        opacity: 0;
        padding: 18px 0 28px;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
        z-index: 2000
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link {
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        padding: 12px 70px 12px 40px;
        user-select: none
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link:focus,
    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link:hover {
        background: rgba(0, 0, 0, 0);
        color: #000;
        font-weight: normal
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item {
        transition: background-color 0.3s
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item strong>a {
        font-weight: 700
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link:focus {
        outline-offset: -1px
    }

    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link:hover,
    .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link:focus {
        opacity: 1;
        text-decoration: underline;
        text-decoration-color: #ffb186;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px
    }

    .hfsh.show-shortcuts .shortcuts-list-item.shortcuts-dropdown-open .shortcuts-dropdown {
        transition: max-height 0s ease-in-out 0s
    }

    .hfsh.show-shortcuts .shortcuts-list-item.shortcuts-dropdown-open .shortcuts-list-item-text::after {
        transform: scaleX(1);
        transform-origin: bottom left
    }

    .hfsh.show-shortcuts .shortcuts-list-item.shortcuts-dropdown-open .shortcuts-dropdown-list {
        opacity: 1;
        padding: 18px 0 28px;
        transform: translateY(0)
    }
}

.hfsh.active .shortcuts {
    transform: translateY(-100%);
    transition: transform var(--hfs-local-duration, 0.5s)
}

.hfsh.dark .shortcuts a {
    color: #ebebeb
}

.hfsh.dark .shortcuts a .shortcuts-list-item-text::after {
    background-color: #ebebeb
}

.hfsh.dark .shortcuts a:hover {
    color: #fff
}

.hfsh.dark .shortcuts a:active {
    color: #fff;
    opacity: .5
}

.hfsh.vertical .local:not(.nav-has-dropdown) .shortcuts a:hover {
    opacity: 1
}

.hfsh.vertical .shortcuts a {
    color: #fff
}

.hfsh.vertical .shortcuts a .shortcuts-list-item-text::after {
    background-color: #fff
}

.hfsh.vertical .shortcuts a:hover {
    color: #fff
}

.hfsh.vertical .shortcuts a:active {
    color: #fff
}

.hfsh.transparentLight .shortcuts .inactive>a {
    color: inherit
}

.hfsh.transparent .shortcuts .inactive>a {
    color: #ebebeb
}

.hfsh.transparent .shortcuts a {
    color: #ebebeb
}

.hfsh.transparent .shortcuts a::after {
    background-color: #ebebeb
}

.hfsh.transparent .shortcuts a:hover {
    color: #fff
}

.hfsh.transparent .shortcuts a:active {
    color: #fff
}

.hfsh.transparent .nav-has-dropdown .shortcuts-list-item-link:hover {
    color: #ffb186
}

.hfsh.transparent .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after {
    background-color: #ffb186
}

.hfsh.transparent .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link {
    color: #ffb186
}

.hfsh.light .nav-has-dropdown .shortcuts a {
    color: #555
}

.hfsh .nav-has-dropdown .shortcuts-list-item-link:hover,
.hfsh.dark .nav-has-dropdown .shortcuts-list-item-link:hover,
.hfsh.light .nav-has-dropdown .shortcuts-list-item-link:hover,
.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item-link:hover {
    color: #ff503c
}

.hfsh .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after,
.hfsh.dark .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after,
.hfsh.light .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after,
.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after {
    background-color: #ff503c
}

.hfsh .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link,
.hfsh.dark .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link,
.hfsh.light .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link,
.hfsh.transparentLight .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link {
    color: #ff503c
}

.hfsh.vertical .nav-has-dropdown .shortcuts-list-item-link:hover {
    color: #fff
}

.hfsh.vertical .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link {
    color: #fff
}

.hfsh .logo-wrap {
    background: none;
    display: block;
    padding: 0 10px;
    position: absolute;
    transition: transform var(--hfs-local-duration, 0.5s) ease, background-position var(--hfs-local-duration, 0.5s) ease;
    z-index: 10
}

@media only screen and (min-width: 758px) {
    .hfsh .logo-wrap {
        background: none
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .logo-wrap {
        padding: 0 24px 0 16px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .logo-wrap {
        position: relative
    }
}

.hfsh .logo-wrap a {
    display: block
}

.hfsh.active .logo-wrap {
    transform: translateY(-100%);
    transition: transform var(--hfs-local-duration, 0.5s) ease 0s
}

@media only screen and (min-width: 758px) {
    .hfsh.active .logo-wrap {
        transform: none
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.active .logo-wrap {
        transition: transform var(--hfs-local-duration, 0.5s) ease 0s, background-position var(--hfs-local-duration, 0.5s) ease 0s
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.active .logo-wrap {
        background-position: left bottom
    }
}

@media only screen and (max-width: 757px) {

    .hfsh.active.menu-open .logo-wrap,
    .hfsh.active.digest-open .logo-wrap {
        transform: translateY(0);
        transition: none
    }
}

.hfsh .logo {
    color: #000;
    align-items: center;
    display: flex;
    margin: 0;
    width: auto
}

.hfsh .logo .brand-svg {
    line-height: 0;
    width: auto;
    height: 15px
}

@media only screen and (min-width: 758px) {
    .hfsh .logo .brand-svg {
        height: 24px
    }
}

.hfsh .logo .brand-svg-news {
    line-height: 0;
    width: auto;
    height: 17px
}

@media only screen and (min-width: 758px) {
    .hfsh .logo .brand-svg-news {
        height: 22px
    }
}

.hfsh .logo .brand-svg-news svg {
    height: 100%;
    width: auto
}

.hfsh .logo .brand-svg svg {
    height: 100%;
    width: auto
}

.hfsh .logo .brand {
    color: currentcolor;
    margin: 0;
    transition: color var(--hfs-local-duration, 0.5s) 0s;
    display: block
}

.hfsh .logo .brand svg,
.hfsh .logo .brand path {
    transition: fill 0.3s
}

.hfsh.active .logo .brand svg,
.hfsh.active .logo .brand path {
    transition: fill 0.3s 0s
}

.hfsh.dark .logo,
.hfsh.vertical .logo,
.hfsh.transparent .logo {
    color: #fff
}

@media only screen and (min-width: 758px) {
    .hfsh.small .logo .brand {
        margin-top: 0
    }
}

.hfsh .logo.tagline {
    align-items: baseline
}

.hfsh .logo.tagline .peacock-color,
.hfsh .logo.tagline .peacock-white,
.hfsh .logo.tagline .brand {
    margin-top: 14px
}

.hfsh .logo.old-logo-amp-style .peacock-white {
    height: 20px;
    margin: 0 7px 0 0;
    width: 34px
}

.hfsh .logo.old-logo-amp-style .brand-svg {
    height: 20px
}

.hfsh .logo.old-logo-amp-style .brand-svg {
    height: 15px
}

.hfsh .tagline-text {
    color: #ff503c;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 0 0 7px;
    transition: color 0.5s ease;
    white-space: nowrap
}

@media only screen and (min-width: 758px) {
    .hfsh .tagline-text {
        font-size: 16px;
        line-height: 18px;
        padding-left: 10px
    }
}

.hfsh.dark .tagline-text,
.hfsh.transparent .tagline-text,
.hfsh.vertical .tagline-text {
    color: #fff
}

.hfsh.dark.active .tagline-text,
.hfsh.transparent.active .tagline-text,
.hfsh.vertical.active .tagline-text {
    transition-delay: 0s;
    color: #ff503c
}

.hfsh .sunrise {
    color: #ff503c;
    height: 15px;
    line-height: 0;
    margin-right: 2px;
    width: auto
}

@media only screen and (min-width: 758px) {
    .hfsh .sunrise {
        height: 24px;
        margin-right: 4px;
        transition: color 0.5s
    }
}

.hfsh .sunrise svg {
    height: 100%;
    width: auto
}

.hfsh.dark .sunrise,
.hfsh.transparent .sunrise,
.hfsh.vertical .sunrise {
    color: #fff
}

.hfsh.active .logo {
    color: #000
}

.hfsh.active .sunrise {
    color: #ff503c
}

.hfsh.menu-open .sunrise {
    color: #ff503c
}

.hfsh.menu-open .logo,
.hfsh.digest-open .logo {
    color: #2a2a2a
}

.hfsh .headline-container,
.hfsh .headline-wrap {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    position: relative;
    transition: transform var(--hfs-local-duration, 0.5s) 0s;
    width: 100%
}

.hfsh .headline-container {
    height: 60px;
    margin-top: -60px;
    overflow: hidden;
    z-index: 1;
    border-color: initial;
    border-style: initial;
    border-width: 0
}

@media only screen and (min-width: 758px) {
    .hfsh .headline-container {
        height: 80px;
        margin-top: -80px
    }
}

.hfsh.dark .headline-container {
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.vertical .headline-container {
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.transparent .headline-container {
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.transparentLight .headline-container {
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh.active .headline-container {
    border-color: initial;
    border-style: initial;
    border-width: 0
}

.hfsh .headline-wrap {
    background-color: #fff;
    margin-top: 60px
}

@media only screen and (min-width: 758px) {
    .hfsh .headline-wrap {
        margin-top: 80px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.small .headline-container {
        height: 60px;
        margin-top: -60px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.small .headline-wrap {
        margin-top: 60px
    }
}

.hfsh.active .headline-wrap {
    transform: translateY(-100%)
}

.hfsh .headline-title {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh .headline-title {
        color: #380538;
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        font-size: 18px;
        font-weight: normal;
        margin-left: 30px
    }
}

.hfsh.active .headline-title {
    color: #380538
}

.hfsh .headline-inner {
    display: flex;
    flex-direction: row
}

@use 'sass:map';

.hfsh .share-list {
    background-color: transparent;
    color: #ff503c;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    transition: transform 0.5s
}

@media only screen and (min-width: 758px) {
    .hfsh .share-list {
        position: absolute;
        right: 0;
        top: 0
    }

    .hfsh .share-list::before {
        background-image: linear-gradient(to right, #fff0 0, #fff 35px);
        content: '';
        display: block;
        flex: 1;
        height: 80px;
        width: 40px
    }
}

.hfsh .share-list a:hover {
    opacity: 1
}

.hfsh .share-list a:active {
    opacity: .5
}

.hfsh .share-list .share-inner {
    background-color: transparent;
    opacity: 0;
    transition: none;
    padding: 0;
    width: 100%
}

@media only screen and (min-width: 758px) {
    .hfsh .share-list .share-inner {
        width: auto
    }
}

.hfsh .share-list .share-ul {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.hfsh .share-list .share-li-cta {
    color: #555;
    font-family: "FoundersGroteskMono", courier, "Courier New", monospace;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin: 0 0 0 20px
}

@media only screen and (min-width: 758px) {
    .hfsh .share-list .share-li-cta {
        margin: 0 20px
    }
}

@media only screen and (max-width: 757px) {
    .hfsh .share-list .share-li-cta {
        max-width: 46px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-list .share-li-icon {
        margin: 0 10px
    }
}

.hfsh .share-list .share-li-icon svg {
    height: auto;
    width: 15px
}

@media only screen and (min-width: 758px) {
    .hfsh .share-list .share-li-icon svg {
        width: 20px
    }
}

.hfsh .share-list .share-li-sms {
    margin-top: 3px
}

.hfsh.active .share-list .share-inner {
    background-color: #fff;
    opacity: 1;
    transition: background-color var(--hfs-local-duration, 0.4s) ease, opacity var(--hfs-local-duration, 0.4s) ease
}

.hfsh .share-ex {
    background-color: transparent;
    color: inherit;
    position: relative
}

.hfsh .share-ex:focus {
    outline: 0
}

.hfsh .share-ex:hover {
    opacity: 1
}

.hfsh .share-ex:active {
    opacity: .5
}

@media only screen and (min-width: 758px) {
    .hfsh .share-ex {
        cursor: pointer;
        margin: 0;
        padding: 0
    }
}

.hfsh .share-ex .share-dot,
.hfsh .share-ex .share-dot::before,
.hfsh .share-ex .share-dot::after {
    background-color: currentcolor;
    border-radius: 5px;
    height: 5px;
    position: absolute;
    width: 5px
}

.hfsh .share-ex .share-dot {
    transition: opacity 0.1s 0.3s;
    left: 28px;
    top: 28px
}

@media only screen and (min-width: 758px) {
    .hfsh .share-ex .share-dot {
        left: 37px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-ex .share-dot {
        top: 37px
    }
}

.hfsh .share-ex .share-dot::before {
    content: '';
    right: 10px;
    transition: right 0.1s ease-out 0.3s
}

.hfsh .share-ex .share-dot::after {
    content: '';
    left: 10px;
    transition: left 0.1s ease-out 0.3s
}

.hfsh .share-ex .share-cl {
    height: 16px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.15s 0.2s;
    width: 16px;
    left: 23px;
    top: 23px
}

@media only screen and (min-width: 758px) {
    .hfsh .share-ex .share-cl {
        left: 29px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-ex .share-cl {
        top: 29px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-ex .share-cl {
        height: 20px;
        width: 20px
    }
}

.hfsh .share-ex .share-cl line {
    stroke: currentcolor;
    stroke-width: 1px;
    transform-origin: 50% 50%
}

.hfsh .share-ex .share-cl line:first-child {
    transform: rotate(135deg);
    transition: transform 0.15s
}

.hfsh .share-ex .share-cl line:last-child {
    transform: rotate(45deg);
    transition: transform 0.15s
}

@media only screen and (min-width: 758px) {
    .hfsh.small .share-ex .share-dot {
        top: 28px
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.small .share-ex .share-cl {
        top: 23px
    }
}

.hfsh.share-open .share-ex .share-dot {
    opacity: 0;
    transition: opacity 0.1s 0.1s
}

.hfsh.share-open .share-ex .share-dot::before {
    right: 0;
    transition: right 0.1s ease-out
}

.hfsh.share-open .share-ex .share-dot::after {
    left: 0;
    transition: left 0.1s ease-out
}

.hfsh.share-open .share-ex .share-cl {
    transform: scaleX(1);
    transition: transform 0.1s 0.1s
}

.hfsh.share-open .share-ex .share-cl line:first-child {
    transform: rotate(0deg);
    transition: transform 0.15s 0.3s
}

.hfsh.share-open .share-ex .share-cl line:last-child {
    transform: rotate(0deg);
    transition: transform 0.15s 0.3s
}

.hfsh .share-drop {
    background-color: #fff;
    color: #2a2a2a;
    display: none;
    font-family: "FoundersGroteskMono", courier, "Courier New", monospace;
    font-size: 12px;
    height: calc(100vh - 60px);
    left: 0;
    letter-spacing: -0.5px;
    overflow-y: scroll;
    padding: 0 20px;
    pointer-events: all;
    position: absolute;
    top: 0;
    transform: translateY(-125%);
    transition: transform 0.5s, z-index 0s;
    width: 100%;
    z-index: -1;
    right: 0
}

@supports (-webkit-overflow-scrolling: touch) {
    .hfsh .share-drop::after {
        content: '';
        display: block;
        height: 88px;
        width: 100%
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-drop {
        right: 58px
    }
}

@media only screen and (min-width: 1310px) {
    .hfsh .share-drop {
        right: calc(((100% - 1310px) / 2) + 58px)
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-drop {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        height: auto;
        left: auto;
        overflow-y: auto;
        width: 310px
    }
}

.hfsh .share-drop a:hover {
    opacity: 1
}

.hfsh .share-drop a:active {
    opacity: .5
}

@media only screen and (min-width: 758px) {
    .hfsh .share-drop .share-ul {
        display: flex;
        flex-flow: row wrap
    }
}

@media only screen and (max-width: 757px) {
    .hfsh .share-drop .share-li {
        line-height: 64px
    }

    .hfsh .share-drop .share-li:not(:last-child) {
        border-bottom: 1px solid #ccc
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .share-drop .share-li {
        padding: 0 0 20px
    }

    .hfsh .share-drop .share-li:nth-child(odd) {
        width: 170px
    }
}

.hfsh .share-drop .share-li svg {
    height: auto;
    margin-right: 8px;
    width: 20px
}

.hfsh .share-a {
    align-items: center;
    display: flex
}

@media only screen and (min-width: 758px) {
    .hfsh .share-a {
        display: inline-flex
    }
}

.hfsh.active .share-drop {
    display: block
}

.hfsh.share-open .share-drop {
    pointer-events: auto;
    transform: translateY(60px);
    transition: transform 0.5s 0.25s, z-index 0s 0.75s;
    z-index: 2000
}

@media only screen and (min-width: 758px) {
    .hfsh.share-open .share-drop {
        transform: translateY(60px)
    }

    .hfsh.share-open.show-global .share-drop {
        transform: translateY(108px)
    }

    .hfsh.share-open.show-global.has-global-insert .share-drop {
        transform: translateY(140px)
    }
}

.hfsh .share-ul button:last-of-type {
    background: none
}

.hfsh .icon-save,
.hfsh .icon-unauthenticated-save,
.hfsh .icon-save-hover {
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    margin-right: 20px;
    position: relative;
    width: auto
}

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

    .hfsh .icon-save,
    .hfsh .icon-unauthenticated-save,
    .hfsh .icon-save-hover {
        font-size: 21px;
        height: 21px;
        margin-right: 24px
    }
}

.hfsh .authenticated .icon-save-hover {
    display: block
}

.hfsh .icon-save-hover,
.hfsh .authenticated .icon-save {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh .icon-unauthenticated-save:hover {
        opacity: 1
    }

    .hfsh:hover .icon-save-hover {
        display: block
    }

    .hfsh:hover .icon-save {
        display: none
    }

    .hfsh .authenticated .icon-save-hover {
        display: block
    }

    .hfsh .authenticated .icon-save {
        display: none
    }

    .hfsh .authenticated:hover .icon-save-hover {
        display: none
    }

    .hfsh .authenticated:hover .icon-save {
        display: block
    }

    .hfsh .icon-save-hover {
        display: none
    }
}

.hfsh .default-save .icon-unauthenticated-save path {
    fill: #ccc
}

.hfsh .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: 0;
    cursor: pointer;
    display: block;
    height: 60px;
    min-height: 44px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: none;
    z-index: 1500;
    margin: 0 0 0 auto;
    padding: 0;
    width: 50px
}

@media only screen and (min-width: 758px) {
    .hfsh .hamburger {
        height: auto;
        position: relative;
        right: auto;
        top: auto
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .hamburger {
        margin: 0
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .hamburger {
        width: 44px
    }
}

.hfsh .hamburger:hover {
    opacity: .7
}

.hfsh .hamburger span {
    background-color: #2a2a2a;
    border-radius: 10px;
    display: block;
    height: 3px;
    transition: transform 0.3s;
    margin: 3px auto;
    width: 18px
}

.hfsh .hamburger:hover span {
    opacity: 1
}

.hfsh .hamburger:active span {
    opacity: .5
}

.hfsh.vertical .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: 0
}

.hfsh.vertical .hamburger span {
    background-color: #fff
}

.hfsh.dark .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: 0
}

.hfsh.dark .hamburger span {
    background-color: #fff
}

.hfsh.transparent .hamburger,
.hfsh.politics .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: 0
}

.hfsh.transparent .hamburger span,
.hfsh.politics .hamburger span {
    background-color: #fff
}

.hfsh.transparentLight .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: 0
}

.hfsh.transparentLight .hamburger span {
    background-color: #2a2a2a
}

.hfsh.small .hamburger {
    margin: 0 0 0 auto;
    padding: 0
}

.hfsh.active .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: 0
}

.hfsh.active .hamburger span {
    background-color: #2a2a2a
}

.hfsh.menu-open .hamburger {
    background-color: rgba(0, 0, 0, 0);
    border-left: none;
    transition: background-color 0s 0.3s
}

.hfsh.menu-open .hamburger span {
    background-color: #2a2a2a
}

.hfsh.menu-open .hamburger span:first-child {
    transform: translateX(3px) translateY(-0.5px) rotate(45deg);
    transform-origin: left center
}

.hfsh.menu-open .hamburger span:nth-child(2) {
    opacity: 0
}

.hfsh.menu-open .hamburger span:last-child {
    transform: translateX(3px) translateY(0) rotate(-45deg);
    transform-origin: left center
}

.hfsh.menu-open .menu {
    display: block;
    pointer-events: all
}

.hfsh .menu .hamburger {
    position: fixed
}

.hfsh .menu {
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    color: #2a2a2a;
    font-family: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

.hfsh .menu .inner {
    background-color: #f8f8f8;
    border-left: 0;
    min-height: 100%;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .inner {
        padding: 0 40px;
        width: 460px
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .hfsh .menu .inner::after {
        content: '';
        display: block;
        height: 88px;
        width: 100%
    }
}

.hfsh .menu a:hover {
    color: #ff503c
}

.hfsh .menu .menu-logo-wrapper {
    line-height: 0;
    padding: 20px 0
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-logo-wrapper {
        padding: 25px 0
    }
}

.hfsh .menu .menu-logo-wrapper a {
    display: block
}

.hfsh .menu .menu-logo {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 17px
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-logo {
        height: 18px
    }
}

.hfsh .menu .menu-logo svg,
.hfsh .menu .menu-logo .brand {
    height: 100%;
    width: auto
}

.hfsh .menu .menu-logo .brand-svg,
.hfsh .menu .menu-logo .brand-svg-news {
    height: 100%;
    height: 100%
}

.hfsh .menu .menu-logo>svg:first-of-type {
    margin-right: 8px
}

.hfsh .menu .menu-logo .tagline-text {
    display: none
}

.hfsh .menu .menu-logo .brand {
    align-items: center;
    display: flex
}

@media only screen and (max-width: 758px) {
    .hfsh .menu .menu-logo.old-logo-style {
        height: 15px
    }
}

.hfsh .menu .menu-section-heading {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-family: "FoundersGroteskMono", courier, "Courier New", monospace;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -.5px;
    line-height: 12px;
    margin: 12px 0 27px 0;
    padding: 0 0 10px 0;
    text-transform: inherit
}

.hfsh .menu .menu-section {
    font-size: 16px;
    line-height: 15px;
    margin: 0 0 48px 0
}

.hfsh .menu .menu-section .menu-list-item {
    margin-bottom: 15px
}

.hfsh .menu .menu-section .menu-list-item-time {
    display: none
}

.hfsh .menu .menu-section-social .menu-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.hfsh .menu .menu-section-social .menu-list-item {
    margin-right: 30px
}

.hfsh .menu .menu-section-social .menu-list-item svg {
    height: auto;
    width: 20px
}

.hfsh .menu .menu-section-main .menu-list-item {
    margin: 0 0 12px
}

.hfsh .menu .menu-section-main .menu-list-item-title {
    font-size: 30px;
    line-height: 30px
}

.hfsh .menu .menu-footer {
    font-family: "FoundersGroteskMono", courier, "Courier New", monospace;
    font-size: 10px;
    letter-spacing: -0.04em;
    line-height: 10px
}

.hfsh .menu .menu-footer .menu-list {
    column-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px
}

.hfsh .menu .menu-copyright {
    margin: 30px 0
}

.hfs-amp .menu a>.menu-logo.old-logo-style {
    height: 15px
}

.hfsh.menu-open {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100vw
}

.hfsh.menu-open .menu-overlay-wrapper {
    height: 100vh
}

.hfsh.menu-open.stash-global {
    height: calc(100vh + 48px)
}

@media only screen and (min-width: 758px) {
    .hfsh.menu-open.show-global .menu {
        height: calc(100vh - 48px);
        top: 48px
    }
}

.hfsh.menu-open.show-global.stash-global .menu {
    height: 100vh
}

.hfsh.menu-open.show-global.has-global-insert .menu {
    height: calc(100vh - 80px);
    top: 80px
}

.hfsh.menu-open.show-global.has-global-insert.stash-global {
    height: calc(100vh + 80px)
}

.hfsh.menu-open.show-global.has-global-insert.stash-global .menu {
    height: 100vh
}

.hfsh.menu-open .menu {
    transform: translateX(0);
    transition: transform 0.2s ease-in
}

.menu-overlay-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw
}

.hfsh .menu {
    background-color: #fff;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateX(125%)
}

.hfsh .menu a:active {
    opacity: .5
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu {
        display: flex;
        justify-content: center
    }
}

.hfsh .menu .inner {
    background-color: transparent;
    border: 0;
    position: relative;
    width: auto
}

@media only screen and (min-width: 1240px) {
    .hfsh .menu .inner {
        max-width: 1310px
    }
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu .inner {
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0 auto
    }
}

.hfsh .menu .overlay {
    display: none
}

.hfsh .menu picture {
    display: block;
    font-size: 0;
    line-height: 0
}

.hfsh .menu picture img {
    width: 100%
}

.hfsh .menu .search-wrap-inline {
    padding: 10px 0 48px
}

.hfsh .menu {
    top: 60px
}

.hfsh .menu .inner {
    height: auto;
    padding: 30px 20px 0
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .inner {
        padding: 48px 40px 0
    }
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu .inner {
        padding-top: 36px
    }
}

.hfsh .menu .menu-logo {
    height: 20px
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-logo {
        height: 24px
    }
}

.hfsh .menu .menu-logo .sunrise {
    color: #ff503c;
    height: 100%
}

.hfsh .menu .menu-section-sections .menu-list-item,
.hfsh .menu .menu-section-shows .menu-list-item {
    font-family: "PublicoHeadline", georgia, "Times New Roman", serif;
    font-style: italic;
    text-transform: initial
}

@media only screen and (max-width: 999px) {
    .hfsh .menu .menu-section-sections {
        width: 100%
    }

    .hfsh .menu .menu-section-sections ul {
        display: flex;
        overflow-x: scroll;
        width: 100%
    }
}

.hfsh .menu .menu-section-sections .menu-list {
    width: calc(100% + 40px)
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu .menu-section-sections .menu-list {
        align-content: space-between;
        display: flex;
        flex-flow: row wrap;
        height: 430px;
        justify-content: space-between;
        width: auto
    }
}

@media only screen and (min-width: 1240px) {
    .hfsh .menu .menu-section-sections .menu-list {
        height: 535px
    }
}

.hfsh .menu .menu-section-sections .menu-list-item {
    color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 120px
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-section-sections .menu-list-item {
        width: 200px
    }
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu .menu-section-sections .menu-list-item {
        flex: 0 1 140px;
        margin: 0
    }
}

@media only screen and (min-width: 1240px) {
    .hfsh .menu .menu-section-sections .menu-list-item {
        flex-basis: 175px
    }
}

.hfsh .menu .menu-section-sections .menu-list-item-link {
    color: #fff;
    display: block;
    line-height: 0;
    position: relative
}

.hfsh .menu .menu-section-sections .menu-list-item-link .menu-list-item-title {
    bottom: 20px;
    display: block;
    font-size: 16px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 758px) and (max-width: 999px) {
    .hfsh .menu .menu-section-sections .menu-list-item-link .menu-list-item-title {
        font-size: 20px;
        line-height: 20px
    }
}

@media only screen and (min-width: 1240px) {
    .hfsh .menu .menu-section-sections .menu-list-item-link .menu-list-item-title {
        font-size: 20px;
        line-height: 20px
    }
}

.hfsh .menu .menu-section-sections .menu-list-item-link picture img {
    aspect-ratio: 140 / 210
}

.hfsh .menu .search-button-overlay-trigger {
    border: solid #ff503c 1px;
    color: #000
}

.hfsh .menu .search-button-overlay-trigger:hover {
    background-color: #ffb186;
    border-color: transparent;
    opacity: 1;
    transform: rotate(-1deg)
}

.hfsh .menu .search-button-overlay-trigger:hover svg {
    color: #000
}

.hfsh .menu .menu-section-queryly-search {
    width: 100%
}

.hfsh .menu .menu-section-shows .menu-list-item {
    border-bottom: 1px dashed #ccc;
    color: #380538
}

.hfsh .menu .menu-section-shows .menu-list-item .menu-list-item-link {
    align-items: center;
    display: flex;
    flex-direction: row-reverse
}

.hfsh .menu .menu-section-shows .menu-list-item span {
    font-size: 20px;
    line-height: 24px;
    margin-right: auto
}

@media only screen and (min-width: 758px) and (max-width: 999px) {
    .hfsh .menu .menu-section-shows .menu-list-item {
        padding-bottom: 40px
    }
}

.hfsh .menu .menu-section-shows .menu-list-item img {
    height: 74px;
    width: auto
}

@media only screen and (min-width: 1240px) {
    .hfsh .menu .menu-section-shows .menu-list-item:first-of-type span {
        font-size: 26px
    }

    .hfsh .menu .menu-section-shows .menu-list-item:first-of-type img {
        height: 120px
    }

    .hfsh .menu .menu-section-shows .menu-list-item:nth-of-type(n+2) img {
        height: 74px;
        width: auto
    }
}

.hfsh .menu .menu-section-more ul {
    display: flex;
    flex-flow: row wrap
}

.hfsh .menu .menu-section-more ul li {
    flex-grow: 1;
    flex-shrink: 0;
    width: 50%
}

.hfsh .menu .menu-section-more ul li:nth-of-type(odd) {
    margin-right: 40px;
    width: calc(50% - 40px)
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-section {
        float: left
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-section-shows {
        margin-right: 40px;
        width: calc(50% - 40px)
    }
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0 0
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons {
        justify-content: space-between
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons {
        flex-direction: column
    }
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link {
    border: solid #ff503c 1px;
    color: #000;
    display: flex;
    flex-direction: row;
    font-family: "Mada", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 44px;
    margin: 0;
    max-width: 170px;
    text-transform: uppercase;
    width: 50%
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link:hover {
    background-color: #ffb186;
    border: none;
    border-color: transparent;
    transform: rotate(-1deg)
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link {
        max-width: none
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link {
        margin: 10px auto;
        width: 100%
    }
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link .menu-list-item-title {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 758px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link .menu-list-item-title {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link .menu-list-item__play {
    height: 44px
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button {
    margin-right: 16px
}

@media only screen and (min-width: 758px) and (max-width: 999px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button {
        margin-right: 8px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
    .hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button {
        margin-right: 0
    }
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button span {
    display: block;
    position: relative
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button .menu-list-item-title {
    align-items: center;
    display: flex;
    justify-content: center
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button .menu-list-item-title::before {
    animation: hfs-blinking-dot 1.5s ease-in-out infinite;
    background-color: #fa3a3a;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 12px;
    margin-bottom: -1px;
    margin-right: 4px;
    width: 12px
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button .menu-list-item-title svg {
    color: #000;
    margin-top: 3px;
    max-height: 100%;
    max-width: 80%
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button .menu-list-item__play svg {
    color: #ff503c
}

.hfsh .menu .menu-section-shows .menu-list-item__buttons .menu-list-item-link.menu-list-item__tad_button:hover .menu-list-item-title svg {
    color: #000
}

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

    .hfsh .menu .menu-section-more,
    .hfsh .menu .menu-section-social,
    .hfsh .menu .menu-section__more-brands {
        width: 50%
    }
}

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

    .hfsh .menu .menu-section-sections,
    .hfsh .menu .menu-section-more,
    .hfsh .menu .menu-section__more-brands {
        margin-right: 40px;
        width: 600px
    }
}

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

    .hfsh .menu .menu-section-sections,
    .hfsh .menu .menu-section-more,
    .hfsh .menu .menu-section__more-brands {
        width: 740px
    }
}

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

    .hfsh .menu .menu-section-shows,
    .hfsh .menu .menu-section-social,
    .hfsh .menu .menu-section__more-brands,
    .hfsh .menu .menu-section-queryly-search {
        margin: 0 0 40px;
        width: calc(100% - 600px - 40px)
    }
}

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

    .hfsh .menu .menu-section-shows,
    .hfsh .menu .menu-section-social,
    .hfsh .menu .menu-section__more-brands,
    .hfsh .menu .menu-section-queryly-search {
        width: calc(100% - 740px - 40px)
    }
}

.hfsh .menu .menu-section-queryly-search {
    margin-bottom: 28px
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu .menu-section-queryly-search {
        margin: 34px 0 9px
    }
}

@media only screen and (min-width: 1240px) {
    .hfsh .menu .menu-section-queryly-search {
        margin-bottom: 28px
    }
}

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

    .hfsh .menu .menu-section-shows,
    .hfsh .menu .menu-section-social,
    .hfsh .menu .menu-section__more-brands,
    .hfsh .menu .menu-section-queryly-search {
        float: right
    }
}

@media only screen and (min-width: 1000px) {
    .hfsh .menu .menu-section__more-brands {
        clear: right
    }
}

.hfsh .menu .menu-section-social .menu-list {
    justify-content: space-between
}

.hfsh .menu .menu-section-social .menu-list .menu-list-item {
    margin: 0
}

.hfsh .menu .menu-section__more-brands {
    padding-bottom: 40px
}

.hfsh .menu .menu-section__more-brands .menu-section__brands {
    display: flex;
    justify-content: space-between
}

.hfsh .menu .menu-section__more-brands .menu-section__brands .menu-section__brands-link svg {
    fill: #000;
    height: 19px
}

.hfsh .menu .menu-section__more-brands .menu-section__brands .menu-section__brands-link svg:hover {
    fill: #ff503c
}

@keyframes slide-in {
    from {
        right: -760px
    }

    to {
        right: 0
    }
}

.hfsh .search-icon {
    display: none
}

@media only screen and (min-width: 758px) {
    .hfsh .search-icon {
        background: transparent;
        color: inherit;
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 auto;
        opacity: 0.6;
        outline: none;
        padding: 0 12px
    }
}

.hfsh .search-icon:hover {
    opacity: 1
}

.hfsh .search-icon:active {
    opacity: .5
}

.hfsh .search-icon svg {
    height: 18px;
    width: 18px
}

.hfsh .search-queryly-overly-button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "Mada", "Arial", sans-serif;
    font-size: 20px;
    justify-content: center;
    max-width: auto;
    text-transform: uppercase;
    width: 100%
}

.hfsh .search-queryly-overly-button svg {
    color: #ff503c;
    font-family: "Mada", "Arial", sans-serif;
    height: 18px;
    margin-left: 8px;
    width: 18px
}

.hfsh .search-overlay {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: all;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease 0.2s;
    visibility: hidden;
    z-index: 2000
}

.hfsh.search-open {
    height: 100vh;
    position: fixed;
    transform: none !important;
    z-index: 1000000
}

.hfsh.search-open .search-overlay {
    opacity: 1;
    visibility: visible
}

.hfsh .search-wrap-overlay {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    width: auto
}

@media only screen and (min-width: 1000px) {
    .hfsh .search-wrap-overlay {
        max-width: 960px
    }
}

.hfsh .search-form {
    border-bottom: 1px solid #ccc;
    color: #ccc;
    padding-bottom: 12px;
    width: 100%
}

.hfsh .search-form .search-button:hover {
    opacity: 1
}

.hfsh .search-form.active {
    border-bottom: 1px solid #ff503c;
    color: #ff503c
}

.hfsh .search-form.active .search-button {
    color: currentcolor
}

.hfsh .search-form.active .search-button:hover {
    color: currentcolor;
    opacity: .5
}

.hfsh .search-label {
    display: none
}

.hfsh .search-inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.hfsh .search-input {
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    flex-grow: 1;
    font-family: "PublicoText", georgia, "Times New Roman", serif;
    font-weight: normal;
    line-height: 1;
    outline: none
}

.hfsh .search-input::placeholder {
    color: #999;
    opacity: 1
}

.hfsh .search-wrap-inline {
    width: 100%
}

.hfsh .search-button-trigger {
    background-color: transparent;
    min-height: 44px;
    min-width: 36px
}

@media only screen and (min-width: 758px) {
    .hfsh .search-button-trigger {
        min-width: 44px
    }
}

.hfsh .search-button-trigger:focus-visible {
    outline: 2px solid #0db14b
}

.hfsh .search-button-trigger:hover {
    opacity: .7
}

.hfsh .search-button-trigger:focus {
    outline-offset: -2px
}

.hfsh.show-identity .search-button-trigger:not(.menu-section-queryly-search) {
    align-items: center;
    display: none;
    justify-content: center;
    margin: 0 15px 0 12px;
    width: 44px
}

.hfsh.show-identity .search-button-trigger:not(.menu-section-queryly-search) .search-local svg {
    width: 18px
}

@media only screen and (min-width: 758px) {
    .hfsh.show-identity .search-button-trigger:not(.menu-section-queryly-search) {
        display: flex
    }
}

.hfsh .search-wrap-inline .search-input {
    font-size: 24px
}

.hfsh .search-wrap-overlay .search-input {
    font-size: 32px;
    max-width: calc(100% - 40px)
}

.hfsh .search-button {
    align-self: flex-end;
    background-color: transparent;
    color: currentcolor;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
    margin: auto 0;
    outline: none
}

.hfsh .search-button:hover {
    opacity: 1
}

.hfsh .search-button:active {
    opacity: .5
}

.hfsh .search-button-icon {
    display: block;
    height: auto;
    width: 100%
}

.hfsh .search-wrap-inline .search-button {
    height: 20px;
    width: 20px
}

.hfsh .search-wrap-overlay .search-button {
    height: 32px;
    width: 32px
}

.hfsh .search-close {
    color: #999;
    cursor: pointer;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 8px;
    top: 8px
}

.hfsh .search-close:hover {
    opacity: 1
}

.hfsh .search-close:active {
    opacity: .5
}

.hfsh .search-close-icon {
    display: block;
    height: 16px;
    width: 16px
}

.hfsh .search-local {
    background: transparent;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    align-items: center;
    color: #000;
    display: none;
    padding: 0 8px;
    margin: 0
}

.hfsh .search-local:active {
    opacity: .5
}

.hfsh .search-local:hover {
    opacity: 1
}

@media only screen and (min-width: 758px) {
    .hfsh .search-local {
        display: flex
    }
}

@media only screen and (min-width: 758px) {
    .hfsh .search-local {
        padding: 0 16px
    }
}

.hfsh.dark .search-local {
    color: #fff
}

.hfsh.transparent .search-local {
    color: #fff
}

.hfsh.transparentLight .search-local {
    color: #ff503c
}

.hfsh.vertical .search-local {
    color: #fff
}

.hfsh .search-local svg {
    height: 18px;
    margin: 0 15px 0 12px;
    width: 18px
}

.hfsh .login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 auto;
    min-height: 44px;
    min-width: 44px;
    width: 44px
}

.hfsh .login:hover {
    opacity: .7
}

.hfsh.has-local-insert .login {
    margin: 0
}

.hfsh .login__button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    height: 100%;
    line-height: 0;
    outline: 0;
    padding: 0
}

@media only screen and (min-width: 758px) {
    .hfsh .login__button {
        padding: 0 16px 0 0
    }
}

.hfsh .login__button svg {
    height: 25px;
    width: 25px
}

.hfsh .login__button svg circle {
    fill: #ff503c
}

.hfsh .login__button svg .login__icon--border {
    fill: #2a2a2a
}

.hfsh .login__button:focus-visible svg {
    border-radius: 50%;
    outline: 2px solid #0db14b;
    outline-offset: 5px
}

.hfsh .login__button--auth:hover {
    opacity: 1
}

.hfsh .login__button--anon svg {
    fill: #2a2a2a;
    opacity: 1
}

.hfsh .login__button--anon:hover svg {
    fill: #2a2a2a;
    opacity: 1
}

.hfsh.show-identity .login__button {
    padding: 0
}

.hfsh.show-identity .login__button svg {
    height: 22px;
    width: 22px
}

.hfsh.dark.show-identity .login__button svg .login__icon--border {
    fill: #fff
}

.hfsh.dark.show-identity .login__button svg .login__icon--person {
    fill: #2a2a2a
}

.hfsh.dark .login__button--anon svg {
    fill: #fff;
    opacity: 1
}

.hfsh.dark .login__button--anon:hover svg {
    fill: #fff;
    opacity: .7
}

.hfsh.transparent .login__button--anon svg {
    fill: #fff;
    opacity: 1
}

.hfsh.transparent .login__button--anon:hover svg {
    fill: #fff;
    opacity: .7
}

.hfsh.transparentLight .login__button--anon svg {
    fill: #2a2a2a;
    opacity: 1
}

.hfsh.transparentLight .login__button--anon:hover svg {
    fill: #380538;
    opacity: 1
}

.hfsh.vertical .login__button--anon svg {
    fill: #fff;
    opacity: 1
}

.hfsh.vertical .login__button--anon:hover svg {
    fill: #fff;
    opacity: .7
}

.hfsh .login__dropdown {
    background: linear-gradient(to top, #fff8f4 98%, transparent 0);
    box-shadow: none;
    color: #000;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 58px;
    top: 48px;
    transition: max-height 0.5s, top 0.5s, z-index 0s;
    width: 230px;
    z-index: 2000
}

@media only screen and (min-width: 758px) {
    .hfsh .login__dropdown {
        font-size: 14px;
        right: 126px;
        width: 230px
    }
}

.hfsh .login__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 30px 0 48px 40px;
    pointer-events: all
}

@media only screen and (min-width: 758px) {
    .hfsh .login__inner {
        padding: 30px 0 48px 40px
    }
}

.hfsh .login__option {
    background-color: transparent;
    color: currentcolor;
    cursor: pointer;
    font-family: "Mada", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
    outline: none;
    text-transform: normal
}

@media only screen and (min-width: 758px) {
    .hfsh .login__option {
        margin-bottom: 20px
    }
}

.hfsh .login__option:last-child {
    margin-bottom: 0
}

.hfsh .login__option:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: #ffb186;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px
}

.hfsh.login-open .login__dropdown {
    max-height: 225px;
    top: 48px;
    transition: max-height 0.4s 0.25s, top 0.4s 0.25s, z-index 0s 0.65s;
    z-index: 2000
}

.hfsh.login-open .login__dropdown::before {
    background-color: #ff503c;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px
}

.hfsh.tooltip-hovered {
    height: 208px;
    pointer-events: none
}

.hfsh.tooltip-hovered.has-global-insert {
    height: 240px
}

.hfsh.tooltip-hovered .local {
    margin: 0
}

.hfsh.tooltip-hovered .tooltip-show {
    background-color: #ffb186;
    border: none;
    border-radius: 7px;
    color: #2a2a2a;
    display: block;
    height: auto;
    padding: 16px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 0;
    width: 141px;
    z-index: 2000
}

.hfsh.tooltip-hovered .tooltip-show span {
    all: unset;
    display: block;
    font-family: "Mada", "Arial", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%
}

.hfsh.tooltip-hovered .tooltip-show::before,
.hfsh.tooltip-hovered .tooltip-show::after {
    content: '';
    height: 15px;
    position: absolute;
    right: 59px;
    transform: rotate(55deg) skewX(20deg);
    width: 15px
}

.hfsh.tooltip-hovered .tooltip-show::before {
    background: #ccc;
    content: none;
    top: -8px
}

.hfsh.tooltip-hovered .tooltip-show::after {
    background: #ffb186;
    right: 59px;
    top: -5.4px
}

@media only screen and (min-width: 758px) {
    .hfsh.tooltip-hovered .tooltip-show {
        right: 42px;
        width: 196px
    }

    .hfsh.tooltip-hovered .tooltip-show span {
        font-size: 16px
    }

    .hfsh.tooltip-hovered .tooltip-show::before,
    .hfsh.tooltip-hovered .tooltip-show::after {
        right: 88px
    }
}

@media only screen and (min-width: 1000px) {
    .hfsh.tooltip-hovered .tooltip-show::after {
        right: 88px
    }
}

@media only screen and (min-width: 1310px) {
    .hfsh.tooltip-hovered .tooltip-show {
        right: 42px
    }

    .hfsh.tooltip-hovered .tooltip-show::after {
        right: 88px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
    .hfsh.tooltip-hovered .tooltip-show {
        right: 42px
    }
}

.hfsh.tooltip-hovered .tooltip-video {
    background: #555;
    color: #fff
}

.hfsh.tooltip-hovered .tooltip-video::after {
    background: #555
}

.hfsh .login__tooltip-container {
    display: none;
    margin: auto;
    max-width: 1310px;
    position: relative
}

@media only screen and (min-width: 758px) {
    .hfsh .login__tooltip-container {
        display: block
    }
}

.hfsh .tooltip-hide {
    display: none
}

.hfsh .profile {
    padding-bottom: 48px
}

.hfsh .profile div {
    display: flex;
    justify-content: space-between
}

.hfsh .profile a,
.hfsh .profile button {
    align-items: center;
    background: none;
    border: 1px solid #380538;
    color: #380538;
    cursor: pointer;
    display: flex;
    height: 54px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    width: 48%
}

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

    .hfsh .profile a:hover,
    .hfsh .profile button:hover {
        background: #380538;
        color: #fff
    }

    .hfsh .profile a:hover .identity-icon path,
    .hfsh .profile button:hover .identity-icon path {
        fill: #fff
    }
}

@media only screen and (min-width: 1000px) {
    .hfsh .profile {
        position: absolute;
        right: 16px;
        top: 36px;
        width: 43%
    }

    .hfsh .profile a,
    .hfsh .profile button {
        height: 32px
    }

    .hfsh .profile p {
        display: none
    }
}

.hfsh .mobilenav {
    background: #f2f2f2;
    color: #555;
    display: none;
    flex-flow: row nowrap;
    font-family: "Mada", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 18px;
    padding: 0 20px;
    pointer-events: all;
    position: relative;
    text-transform: uppercase
}

@media only screen and (min-width: 758px) {
    .hfsh .mobilenav {
        display: none
    }
}

.hfsh .mobilenav .mobilenav-list {
    align-items: center;
    display: none;
    flex-flow: row nowrap;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media only screen and (min-width: 758px) {
    .hfsh .mobilenav .mobilenav-list {
        display: none
    }
}

.hfsh .mobilenav .mobilenav-list::-webkit-scrollbar {
    display: none
}

.hfsh .mobilenav .mobilenav-list-item {
    border-right: #ccc 1px solid;
    padding: 0 8px
}

.hfsh .mobilenav .mobilenav-list-item:last-child {
    border-right: 0
}

@media only screen and (min-width: 758px) {
    .hfsh .mobilenav .mobilenav-list-item {
        line-height: 48px;
        margin-right: 30px
    }
}

.hfsh .mobilenav .mobilenav-list-item a span {
    white-space: nowrap
}

.hfsh .mobilenav .mobilenav-list-item a:active span {
    opacity: .5
}

.hfsh .mobilenav .mobilenav-insert {
    display: none
}

.hfsh.hide-mobilenav .mobilenav {
    display: none
}

.hfsh.show-mobilenav.stash-mobilenav {
    transform: translateY(-60px)
}

.hfsh.show-mobilenav.stash-mobilenav.has-mobilenav-insert {
    transform: translateY(-60px)
}

.hfsh.has-mobilenav-insert .mobilenav {
    display: flex;
    flex-flow: row nowrap;
    height: 60px
}

@media only screen and (min-width: 758px) {
    .hfsh.has-mobilenav-insert .mobilenav {
        display: none
    }
}

.hfsh.has-mobilenav-insert .mobilenav .mobilenav-list {
    display: flex;
    height: 100%
}

@media only screen and (min-width: 758px) {
    .hfsh.has-mobilenav-insert .mobilenav .mobilenav-list {
        display: none
    }
}

@media only screen and (min-width: 758px) {
    .hfsh.has-mobilenav-insert .mobilenav .mobilenav-list-item {
        line-height: 48px
    }
}

.hfsh.has-mobilenav-insert .mobilenav .mobilenav-insert {
    display: block;
    flex-basis: 100%;
    flex-shrink: 0
}

@media only screen and (min-width: 758px) {
    .hfsh.has-mobilenav-insert .mobilenav .mobilenav-insert {
        display: none
    }
}