.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,
.hfsh .shortcuts-list-item-span,
button.hamburger,
button.bell-icon,
button.search-button,
button.search-icon,
.menu button {
  background: transparent
}

.hfsh a:focus-visible,
.hfsh a:focus,
.hfsh .shortcuts-list-item-span:focus-visible,
.hfsh .shortcuts-list-item-span: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,
.hfsh .shortcuts-list-item-span:hover,
.hfsh .shortcuts-list-item-span: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),
.hfsh .shortcuts-list-item-span: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
  }
}

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

@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-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: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fff 0, #fff 50%, #fff 50%, #fff 100%);
  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: 58px
}

@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%, #fff 50%, #fff 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, #102039 0, #102039 50%, #fff 50%, #fff 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.old-msnbc-color {
  background-image: none
}

.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%, #fff 50%, #fff 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%, #fff 50%, #fff 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("../images/politics-bg.png")
}

.hfsh.active .local {
  background-color: rgba(0, 0, 0, 0);
  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 24px 0 auto
}

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

.hfsh.scrolled:not(.has-mobilenav-insert) .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: inherit;
  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: #3061ff;
  opacity: .7
}

.hfsh .shortcuts a:active {
  color: #3061ff;
  opacity: .5
}

.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: #102039;
  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,
.hfsh .shortcuts-list-item--click-dd>.shortcuts-list-item-span:focus .chevron-down,
.hfsh .shortcuts-list-item--click-dd>.shortcuts-list-item-span: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: normal;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    text-align: left
  }

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

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

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

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

  .hfsh.show-shortcuts .shortcuts-list-item>a,
  .hfsh.show-shortcuts .shortcuts-list-item>.shortcuts-list-item-span {
    background-color: transparent;
    font-weight: normal;
    letter-spacing: 0;
    min-height: 44px;
    min-width: auto;
    text-align: center;
    text-transform: uppercase
  }

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

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

  .hfsh.show-shortcuts .shortcuts-list-item>.shortcuts-list-item-link:focus,
  .hfsh.show-shortcuts .shortcuts-list-item>.shortcuts-list-item-span: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 {
    content: none;
    transform: scaleX(1);
    transform-origin: bottom left
  }

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

  .hfsh.show-shortcuts .shortcuts-list-item.shortcuts-list-item--dd>.shortcuts-list-item-link:focus .shortcuts-list-item-text::after {
    content: ""
  }

  .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    clip-path: inset(0 -6px -6px -6px);
    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: #fff;
    border: none;
    opacity: 0;
    padding: 12px 0;
    text-transform: uppercase;
    transform: translateY(-100%);
    transition: none;
    z-index: 2000
  }

  .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-dropdown-item-link {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    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: #3061ff;
    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,
  .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-list-item-span:hover,
  .hfsh.show-shortcuts .shortcuts-list-item .shortcuts-dropdown-list .shortcuts-list-item-span:focus {
    opacity: 1;
    text-decoration: none;
    text-decoration-color: #ffb186;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transform: translate3d(0, 0, 0)
  }

  .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: 12px 0;
    transform: translateY(0)
  }

  .hfsh.show-shortcuts .shortcuts-list-item.shortcuts-dropdown-open>.shortcuts-list-item-link:focus .shortcuts-list-item-text::after {
    content: ''
  }
}

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

.hfsh.dark .shortcuts a,
.hfsh.dark .shortcuts .shortcuts-list-item-span {
  color: #fff8f4
}

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

.hfsh.dark .shortcuts a:hover,
.hfsh.dark .shortcuts .shortcuts-list-item-span:hover {
  color: #fff
}

.hfsh.dark .shortcuts a:active,
.hfsh.dark .shortcuts .shortcuts-list-item-span:active {
  color: #fff;
  opacity: .5
}

.hfsh.vertical .local:not(.nav-has-dropdown) .shortcuts a:hover,
.hfsh.vertical .local:not(.nav-has-dropdown) .shortcuts .shortcuts-list-item-span:hover {
  opacity: .7
}

.hfsh.vertical .shortcuts a,
.hfsh.vertical .shortcuts .shortcuts-list-item-span {
  color: #fff
}

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

.hfsh.vertical .shortcuts a:hover,
.hfsh.vertical .shortcuts .shortcuts-list-item-span:hover {
  color: #fff
}

.hfsh.vertical .shortcuts a:active,
.hfsh.vertical .shortcuts .shortcuts-list-item-span:active {
  color: #fff
}

.hfsh.transparentLight .shortcuts .inactive>a,
.hfsh.transparentLight .shortcuts .inactive>.shortcuts-list-item-span {
  color: #2a2a2a
}

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

.hfsh.transparent .shortcuts a,
.hfsh.transparent .shortcuts .shortcuts-list-item-span {
  color: #fff
}

.hfsh.transparent .shortcuts a::after,
.hfsh.transparent .shortcuts .shortcuts-list-item-span::after {
  background-color: #fff
}

.hfsh.transparent .shortcuts a:hover,
.hfsh.transparent .shortcuts .shortcuts-list-item-span:hover {
  color: #fff
}

.hfsh.transparent .shortcuts a:active,
.hfsh.transparent .shortcuts .shortcuts-list-item-span:active {
  color: #fff
}

.hfsh.transparent .nav-has-dropdown .shortcuts-list-item-link:hover {
  color: #fff;
  opacity: .7
}

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

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

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

.hfsh.light .nav-has-dropdown .shortcuts a,
.hfsh.light .nav-has-dropdown .shortcuts .shortcuts-list-item-span {
  color: #2a2a2a
}

.hfsh.light .nav-has-dropdown .shortcuts .shortcuts-list-item-span .shortcuts-list-item-text::after {
  background-color: #3061ff
}

.hfsh.light .nav-has-dropdown .shortcuts-list-item-link:hover {
  color: #3061ff;
  opacity: 1
}

.hfsh.light .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after {
  background-color: #3061ff
}

.hfsh.light .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link {
  color: #3061ff
}

.hfsh.light .nav-has-dropdown .shortcuts-list-item.inactive>a {
  color: #2a2a2a
}

.hfsh.light .nav-has-dropdown .shortcuts-list-item.inactive>a:focus {
  color: #2a2a2a
}

.hfsh.dark .nav-has-dropdown .shortcuts-list-item-link:hover {
  color: #fff;
  opacity: .7
}

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

.hfsh.dark .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link {
  color: #fff;
  opacity: .7
}

.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item-link:hover {
  color: #3061ff;
  opacity: 1
}

.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item-link .shortcuts-list-item-text::after {
  background-color: #3061ff
}

.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item-span .shortcuts-list-item-text::after {
  background-color: #3061ff
}

.hfsh.transparentLight .nav-has-dropdown .shortcuts-dropdown-open .shortcuts-list-item-link {
  color: #3061ff
}

.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item.inactive>a {
  color: #2a2a2a
}

.hfsh.transparentLight .nav-has-dropdown .shortcuts-list-item.inactive>a:focus {
  color: #2a2a2a
}

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

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

.shortcuts-list-item-span:hover {
  color: #2a2a2a
}

.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: 17px
}

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

.hfsh .logo .brand-svg-news svg,
.hfsh .logo .brand-svg-msnbc svg,
.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
}

.hfsh.dark.active .logo,
.hfsh.transparent.active .logo,
.hfsh.vertical.active .logo {
  color: #000;
  transition-delay: 0s;
  transition-property: color
}

@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 .tagline-text {
  color: #102039;
  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: #102039
}

.hfsh .logo-wrap .peacock-white {
  fill: currentcolor;
  flex-grow: 0;
  flex-shrink: 0;
  height: 22px;
  margin: 0 7px;
  width: 27px
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap .peacock-white {
    height: 30px
  }
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap .peacock-white {
    margin: 0 10px
  }
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap .peacock-white {
    width: 35px
  }
}

.hfsh .logo-wrap .peacock-color {
  fill: currentcolor;
  flex-grow: 0;
  flex-shrink: 0;
  height: 17px;
  margin: 0 5.57px 0 0;
  width: 27px
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap .peacock-color {
    height: 22px
  }
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap .peacock-color {
    margin: 0 7.22px 0 0
  }
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap .peacock-color {
    width: 35px
  }
}

.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: #f2f2f2;
  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: #102039;
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    font-size: 18px;
    font-weight: normal;
    margin-left: 30px
  }
}

.hfsh.active .headline-title {
  color: #2a2a2a
}

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

@use 'sass:map';

.hfsh .share-list {
  background-color: transparent;
  color: #2a2a2a;
  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, rgba(242, 242, 242, 0) 0, #f2f2f2 35px);
    content: '';
    display: block;
    flex: 1;
    height: 80px;
    width: 40px
  }
}

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

.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: inherit;
  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: #f2f2f2;
  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: .7
}

.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: #f2f2f2;
  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: .7
}

.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 #555
  }
}

@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: .7
  }

  .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: none;
  cursor: pointer;
  display: block;
  height: 60px;
  min-height: auto;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: none;
  z-index: 1500;
  margin: 0 4px 0 auto;
  padding: 0 16px;
  width: auto
}

@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 0 0 auto
  }
}

.hfsh .hamburger:hover {
  opacity: 1
}

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

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

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

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

.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.digest-open .hamburger {
  display: none
}

.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 16px
}

.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: #f2f2f2;
  border-left: 0;
  transition: background-color 0s 0.3s
}

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

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

@media only screen and (min-width: 758px) {
  .hfsh.menu-open .hamburger span:first-child {
    transform: translateX(3px) translateY(1px) rotate(45deg)
  }
}

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

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

@media only screen and (min-width: 758px) {
  .hfsh.menu-open .hamburger span:last-child {
    transform: translateX(3px) translateY(-1px) rotate(-45deg)
  }
}

.hfsh .bell-icon {
  background-color: rgba(0, 0, 0, 0);
  border-left: none;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 60px;
  min-height: auto;
  outline: 0;
  position: absolute;
  right: 40px;
  top: 0;
  transition: none;
  z-index: 1500;
  margin: 0 4px 0 auto;
  width: auto
}

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

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

.hfsh .bell-icon:hover {
  opacity: .7
}

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

.hfsh .bell-icon span {
  background-color: #2a2a2a;
  border-radius: 0;
  display: none;
  height: 2px;
  transition: transform 0.3s;
  margin: 5px auto;
  width: 19px
}

@media only screen and (min-width: 758px) {
  .hfsh .bell-icon span {
    margin: 8px auto
  }
}

@media only screen and (min-width: 758px) {
  .hfsh .bell-icon span {
    width: 25px
  }
}

.hfsh .bell-icon:hover span {
  opacity: .7
}

.hfsh .bell-icon:active span {
  opacity: .5
}

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

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

.hfsh.menu-open .bell-icon {
  display: none !important
}

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

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

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

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

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

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

.hfsh.small .bell-icon {
  margin: 0 0 0 auto
}

.hfsh.active .bell-icon {
  color: #102039
}

.hfsh.active .bell-icon span {
  background-color: #2a2a2a;
  color: #102039
}

.hfsh.light .bell-icon {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0;
  color: #102039
}

.hfsh.light .bell-icon span {
  background-color: #2a2a2a;
  color: #102039
}

.hfsh.digest-open .bell-icon {
  background-color: #f2f2f2;
  border-left: 0;
  right: 0;
  transition: background-color 0s 0.3s;
  padding: 0 16px
}

.hfsh.digest-open .bell-icon svg {
  display: none
}

.hfsh.digest-open .bell-icon span {
  background-color: #2a2a2a;
  display: block
}

.hfsh.digest-open .bell-icon .first-span {
  transform: translateX(3px) rotate(45deg);
  transform-origin: left center
}

@media only screen and (min-width: 758px) {
  .hfsh.digest-open .bell-icon .first-span {
    transform: translateX(3px) translateY(1px) rotate(45deg)
  }
}

.hfsh.digest-open .bell-icon .second-span {
  opacity: 0
}

.hfsh.digest-open .bell-icon .third-span {
  transform: translateX(3px) rotate(-45deg);
  transform-origin: left center
}

@media only screen and (min-width: 758px) {
  .hfsh.digest-open .bell-icon .third-span {
    transform: translateX(3px) translateY(-1px) rotate(-45deg)
  }
}

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

.hfsh .digest .bell-icon {
  position: fixed
}

.hfsh .digest {
  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 .digest .inner {
  background-color: #fff;
  border-left: 10px solid #102039;
  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 .digest .inner {
    padding: 0 40px;
    width: 460px
  }
}

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

.hfsh .digest .inner .digest-header {
  font-size: 24px;
  font-weight: 700;
  padding: 0 16px
}

.hfsh .digest .digest-list {
  width: 100%
}

.hfsh .digest a:hover {
  color: #102039
}

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

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

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

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

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

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

.hfsh .digest .digest-logo .brand-svg {
  height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hfsh.digest-open .digest-overlay-wrapper {
  height: 100vh;
  overflow-y: auto
}

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

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

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

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

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

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

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

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

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

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

.hfsh .digest .hide-active-icon {
  visibility: hidden
}

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

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

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

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

.hfsh .digest .overlay {
  display: none
}

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

.hfsh .digest .inner {
  height: auto;
  padding: 20px
}

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

.hfsh .digest a:hover {
  color: #3061ff
}

.hfsh .digest .layout {
  display: flex;
  flex-flow: column nowrap
}

@media only screen and (min-width: 758px) {
  .hfsh .digest .layout {
    flex-flow: row wrap;
    justify-content: space-between
  }
}

.hfsh .digest .digest-section {
  width: 100%
}

@media only screen and (min-width: 758px) {
  .hfsh .digest .digest-section:nth-of-type(n+2) {
    width: calc(33% - (40px / 3))
  }
}

@media only screen and (min-width: 1000px) {
  .hfsh .digest .digest-section:nth-of-type(n+2) {
    width: calc(15% - (60px / 4))
  }
}

@media only screen and (min-width: 1000px) {
  .hfsh .digest .digest-section-main {
    width: calc(55% - (60px / 4))
  }
}

.hfsh .digest .digest-section-main .digest-list {
  column-count: 2
}

@media only screen and (min-width: 758px) and (max-width: 999px) {
  .hfsh .digest .digest-section-main .digest-list {
    column-count: 3
  }
}

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

.hfsh .digest .digest-section-main .digest-list-item-title {
  font-size: 16px;
  line-height: 1
}

@media only screen and (min-width: 758px) {
  .hfsh .digest .digest-section-main .digest-list-item-title {
    font-size: 30px
  }
}

.hfsh .digest .digest-section.digest-section-social {
  align-content: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%
}

.hfsh .digest .digest-section.digest-section-social .digest-section-heading {
  border: 0;
  margin: 0;
  padding: 0
}

.hfsh .digest .digest-section.digest-section-social .digest-list-item {
  margin: 0 0 0 30px
}

.hfsh .digest .empty-digest {
  color: var(--global-main-grey-60-grey-80, #555);
  text-transform: none
}

.hfsh .digest .menu-list-item {
  border-bottom: 1px solid var(--global-main-grey-50-grey-60, #999)
}

.hfsh .digest .menu-list-item:last-child {
  border-bottom: none
}

.hfsh .digest .article-link {
  align-items: flex-start;
  display: flex;
  padding: 20px 0
}

.hfsh .digest .article-link .active-icon {
  padding: 0 12px 0 0
}

.hfsh .digest .article-link .article-headline-container {
  display: flex;
  flex-direction: column;
  min-height: 45px;
  text-transform: none;
  width: auto
}

.hfsh .digest .article-link .article-headline-container .article-headline {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

.hfsh .digest .article-link .article-headline-container .article-timestamp {
  color: var(--global-main-grey-60-grey-80, #555);
  font-family: "FoundersGroteskMono", courier, "Courier New", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.56px;
  line-height: 200%
}

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

  to {
    right: 0
  }
}

.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: #fff;
  border-left: 10px solid #102039;
  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: #102039
}

.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 {
  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
}

.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
}

.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%);
  top: 60px
}

.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 .inner {
  height: auto;
  padding: 20px
}

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

.hfsh .menu a:hover {
  color: #3061ff
}

.hfsh .menu .layout {
  display: flex;
  flex-flow: column nowrap
}

@media only screen and (min-width: 758px) {
  .hfsh .menu .layout {
    flex-flow: row wrap;
    justify-content: space-between
  }
}

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

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-section:nth-of-type(n+2) {
    width: calc(33% - (40px / 3))
  }
}

@media only screen and (min-width: 1000px) {
  .hfsh .menu .menu-section:nth-of-type(n+2) {
    width: calc(15% - (60px / 4))
  }
}

@media only screen and (min-width: 1000px) {
  .hfsh .menu .menu-section-main {
    width: calc(55% - (60px / 4))
  }
}

.hfsh .menu .menu-section-main .menu-list {
  column-count: 2
}

@media only screen and (min-width: 758px) and (max-width: 999px) {
  .hfsh .menu .menu-section-main .menu-list {
    column-count: 3
  }
}

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

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

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-section-main .menu-list-item-title {
    font-size: 30px
  }
}

.hfsh .menu .menu-section.menu-section-social {
  align-content: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%
}

.hfsh .menu .menu-section.menu-section-social .menu-section-heading {
  border: 0;
  margin: 0;
  padding: 0
}

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

@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: .7
}

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

.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: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  outline: none
}

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

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

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

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

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

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

@media only screen and (min-width: 1000px) {
  .hfsh .search-wrap-inline {
    width: 53%
  }
}

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

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

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

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

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

.hfsh .search-button-icon {
  display: block;
  height: auto;
  pointer-events: visible;
  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: .7
}

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

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

.hfsh .login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 auto
}

.hfsh .login:hover {
  opacity: 1
}

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

.hfsh .login__button {
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  height: 100%;
  line-height: 0;
  min-width: unset;
  outline: 0;
  padding: 0;
  white-space: nowrap
}

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

.hfsh .login__button svg {
  height: 25px;
  width: 25px;
  z-index: 1
}

.hfsh .login__button svg circle {
  fill: #3061ff
}

.hfsh .login__button svg .login__icon--border {
  fill: #82aeff
}

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

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

.hfsh .login__button--anon {
  display: flex
}

.hfsh .login__button--anon svg {
  border-radius: 50%;
  fill: #2a2a2a;
  opacity: 1;
  z-index: 1
}

.hfsh .login__button--anon:hover svg {
  fill: #3061ff;
  opacity: 1
}

.hfsh .login__button .login__text {
  background-image: radial-gradient(circle at 0 50%, rgba(204, 0, 0, 0) 10px, #ebebeb 15px);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  color: initial;
  display: flex;
  font-family: "Mada", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-left: 22px;
  padding-right: 14px;
  text-transform: uppercase;
  transform: translateX(-15px)
}

.hfsh .login__button .login__text--outer-wrapper {
  display: none
}

@media only screen and (min-width: 758px) {
  .hfsh .login__button .login__text--outer-wrapper {
    display: flex
  }
}

.hfsh .login__button .login__text--sign-in {
  display: none
}

@media only screen and (min-width: 758px) {
  .hfsh .login__button .login__text--sign-in {
    display: inline
  }
}

.hfsh .login__button .login__text--name-wrapper {
  display: none
}

.hfsh .login__button .login__text--name {
  max-width: 155px;
  overflow: hidden;
  text-overflow: ellipsis
}

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

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

.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: #3061ff;
  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: #3061ff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  margin-top: -8px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 42px;
  top: 60px;
  transition: max-height 0.5s, top 0.5s, z-index 0s;
  width: 208px;
  z-index: -1
}

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

.hfsh .mobile-dropdown-open {
  background: #3061ff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 42px;
  top: 60px;
  transition: max-height 0.5s, top 0.5s, z-index 0s;
  width: 208px;
  z-index: -1
}

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

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

.hfsh .login__option {
  background-color: transparent;
  color: currentcolor;
  cursor: pointer;
  font-family: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  outline: none;
  text-transform: uppercase
}

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

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

.hfsh .login__option:hover {
  opacity: .7;
  text-decoration: none;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-thickness: 0;
  text-underline-offset: 0
}

.hfsh .login__option:hover .linkOutIcon svg path {
  fill: #ffb186
}

.hfsh .login__option.login__option {
  position: relative
}

.hfsh .login__option.login__option .linkOutIcon svg {
  display: inline-block;
  height: 16px;
  left: 126px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 16px
}

.hfsh .login__option.login__option .linkOutIcon:hover svg path {
  fill: #ffb186
}

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

.hfsh.tooltip-hovered {
  pointer-events: none
}

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

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

.hfsh.tooltip-hovered .tooltip-show span {
  all: unset;
  display: block;
  font-family: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

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

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

.hfsh.tooltip-hovered .tooltip-show::after {
  background: #ebebeb;
  right: 60px;
  top: -7.4px
}

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

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

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

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

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

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

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

.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: 1290px;
  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 #3061ff;
  color: #3061ff;
  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: #3061ff;
    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.hide-identity .profile {
  display: none
}

.hfsh .mobilenav {
  background: #102039;
  color: #fff;
  display: none;
  flex-flow: row nowrap;
  font-family: "FoundersGroteskCond", "Arial Narrow", arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  height: 60px;
  line-height: 18px;
  pointer-events: all;
  position: relative;
  text-transform: none
}

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

.hfsh .mobilenav .mobilenav-list {
  align-items: normal;
  display: none;
  flex-flow: row nowrap;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, #fff 90%, transparent 100%);
  mask-image: linear-gradient(90deg, #fff 90%, transparent 100%);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity 0.3s ease
}

@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 {
  align-items: center;
  border-right: #555 1px solid;
  display: flex;
  height: 26px;
  padding: 0 20px;
  text-transform: uppercase
}

.hfsh .mobilenav .mobilenav-list-item:first-child {
  padding-left: 20px
}

.hfsh .mobilenav .mobilenav-list-item:last-child {
  border-right: 0;
  padding-right: 60px
}

@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-list-item:first-child span.watch {
  color: red
}

.hfsh .mobilenav .mobilenav-list-item:first-child span.watch::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 .mobilenav .mobilenav-insert {
  display: none
}

.hfsh.light .mobilenav {
  background: #fff;
  color: #000
}

.hfsh.light .mobilenav .mobilenav-list-item {
  align-items: center;
  border-right: #ccc 1px solid
}

.hfsh.dark .mobilenav {
  background: #000;
  color: #fff
}

.hfsh.dark .mobilenav .mobilenav-list-item {
  border-right: #555 1px solid
}

.hfsh.has-mobilenav-insert .mobilenav {
  display: flex;
  flex-flow: row nowrap;
  height: 38px;
  transition: height 500ms
}

.hfsh.has-mobilenav-insert .mobilenav.stash {
  height: 0
}

@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
  }
}

.hfsh.has-mobilenav-insert.scrolled {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3)
}

.hfsh.has-mobilenav-insert.scrolled.active .mobilenav {
  background-color: #fff;
  color: #000
}

.hfsh.has-mobilenav-insert.scrolled.active .mobilenav .mobilenav-list-item {
  align-items: center;
  border-right: #ccc 1px solid
}