
.hfsh {
  /* HTML5 display-role reset for older browsers */
}

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

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

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

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

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

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

.hfs-i::before {
  color: inherit;
  font-size: inherit;
}

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

#hfs-header {
  position: relative;
}

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

#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;
  }
}

#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 print {
  #hfs-header {
    display: none;
  }
}

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

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

.hfsh.stuck {
  position: fixed;
}

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

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

.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 .dn-l {
    display: none;
  }
}

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

@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 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    overflow: hidden;
    height: 100%;
  }
}

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

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

.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: 0.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;
  padding: 0;
  overflow-y: hidden;
}

@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-shrink: 0;
  flex-basis: 100%;
}

@media only screen and (min-width: 758px) {
  .hfsh.has-global-insert .global .global-insert {
    margin-left: auto;
    flex-basis: 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 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

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

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

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

.hfsh.vertical .local {
  background-color: #102039;
  color: #fff;
}

.hfsh.transparent .local, .hfsh.transparentLight .local {
  background-color: transparent;
}

.hfsh.transparent .local {
  color: #fff;
}

.hfsh.transparent .local .svg-logo path {
  fill: #fff;
}

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

.hfsh.active .local {
  background-color: #2a2a2a;
  transition: background-color 0.5s 0s;
}

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

.hfsh .shortcuts {
  color: #2a2a2a;
  display: none;
  padding: 0;
  transition: transform 0.5s;
}

@media only screen and (min-width: 758px) {
  .hfsh .shortcuts {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
}

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

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

.hfsh .shortcuts-list {
  display: none;
  font-size: 18px;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-y: hidden;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.hfsh .shortcuts-list .shortcuts-list-item {
  display: inline-block;
  margin-right: 1.875rem;
}

.hfsh.show-shortcuts .shortcuts .shortcuts-list {
  display: block;
}

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

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

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

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

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

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

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

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

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

.hfsh.active .shortcuts {
  transition: transform 0.5s;
  transform: translateY(-100%);
}

.hfsh .logo-wrap {
  display: block;
  background: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: transform 0.5s ease, background-position 0.5s ease;
}

@media only screen and (min-width: 758px) {
  .hfsh .logo-wrap {
    padding-right: 30px;
  }
}

.hfsh.active .logo-wrap {
  transform: translateY(-100%);
  transition: transform 0.5s ease 0s, background-position 0.5s ease 0s;
}

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

.hfsh .logo {
  display: flex;
  color: #000;
}

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

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

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

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

.hfsh .brand {
  font-size: 20px;
  line-height: 20px;
  margin-top: 1.25rem;
  color: currentColor;
  transition: color 0.5s 0s;
}

@media only screen and (min-width: 758px) {
  .hfsh .brand {
    font-size: 30px;
    line-height: 30px;
    margin-top: 1.5625rem;
  }
}

.hfsh .logo.tagline .peacock,
.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 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}

.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 {
  color: #102039;
  transition-delay: 0s;
}

.hfsh .peacock {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 20px 7px 0;
  width: 34px;
  height: 20px;
  fill: currentColor;
}

@media only screen and (min-width: 758px) {
  .hfsh .peacock {
    margin: 25px 10px 0;
    width: 50px;
    height: 30px;
  }
}

.hfsh .headline-wrap {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.hfsh.active .headline-wrap {
  transition: transform 0.5s 0s;
  transform: translateY(-100%);
}

.hfsh .headline-title {
  display: none;
}

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

.hfsh.active .headline-title {
  color: #fff;
}

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

.hfsh .share-shared {
  font-family: "FoundersGroteskMono", Courier, "Courier New", monospace;
  letter-spacing: -0.5px;
  font-size: 12px;
}

.hfsh .share-list {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  background-color: transparent;
  margin-right: 60px;
  transition: transform 0.5s;
}

@media only screen and (min-width: 758px) {
  .hfsh .share-list {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .hfsh .share-list::before {
    content: '';
    width: 40px;
    height: 80px;
    display: block;
    flex: 1;
  }
}

.hfsh .share-list .share-inner {
  width: 100%;
}

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

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

@media only screen and (min-width: 758px) {
  .hfsh .share-list .share-ul {
    width: auto;
    justify-content: flex-end;
    padding-left: 20px;
  }
}

.hfsh .share-list .share-li {
  margin: 0;
}

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

.hfsh .share-list .share-li:first-child {
  width: auto;
  margin-left: 20px;
}

@media only screen and (min-width: 758px) {
  .hfsh .share-list .share-li:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 758px) {
  .hfsh .share-list .share-li:last-child {
    margin-left: 0;
  }
}

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

.hfsh .share-list .share-txt {
  font-family: "FoundersGroteskMono", Courier, "Courier New", monospace;
  letter-spacing: -0.5px;
  font-size: 11px;
  text-transform: uppercase;
}

.hfsh .share-list .share-icon {
  font-size: 15px;
}

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

.hfsh .share-shared {
  color: #fff;
}

.hfsh .share-inner {
  background-color: #2a2a2a;
}

.hfsh .share-list::before {
  background-image: linear-gradient(to right, rgba(42, 42, 42, 0) 0, #2a2a2a 35px);
}

.hfsh .share-shared a {
  color: currentColor;
}

.hfsh .share-shared a:hover {
  opacity: 0.7;
}

.hfsh .share-shared a:active {
  opacity: 0.5;
}

.hfsh.dark .share-shared, .hfsh.vertical .share-shared, .hfsh.transparent .share-shared {
  color: #fff;
}

.hfsh.dark .share-inner, .hfsh.vertical .share-inner, .hfsh.transparent .share-inner {
  background-color: #2a2a2a;
}

.hfsh.dark .share-list::before, .hfsh.vertical .share-list::before, .hfsh.transparent .share-list::before {
  background-image: linear-gradient(to right, rgba(42, 42, 42, 0) 0, #2a2a2a 30px);
}

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

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

.hfsh .share-ex:hover {
  opacity: 0.7;
}

.hfsh .share-ex:active {
  opacity: 0.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 {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: currentColor;
}

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

@media only screen and (min-width: 758px) {
  .hfsh .share-ex .share-dot {
    top: 37px;
    left: 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 {
  position: absolute;
  top: 23px;
  left: 23px;
  width: 16px;
  height: 16px;
  transition: transform 0.15s 0.2s;
  transform: scaleX(0);
}

@media only screen and (min-width: 758px) {
  .hfsh .share-ex .share-cl {
    top: 29px;
    left: 29px;
    width: 20px;
    height: 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;
}

.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 {
  transition: transform 0.1s 0.1s;
  transform: scaleX(1);
}

.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 {
  padding: 0 20px;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  transform: translateY(-125%);
  position: absolute;
  pointer-events: all;
  z-index: 100;
  transition: transform 0.5s, z-index 0s;
  background-color: #2a2a2a;
}

@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 {
    width: 310px;
    height: auto;
    overflow-y: auto;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    -ms-transform: translateX(100vw) translate(-405px) translateY(-500px);
    /* IE 11 */
    transform: translate(calc(100vw - 390px), -500px);
  }
}

@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-a {
  display: flex;
  align-items: center;
}

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

.hfsh .share-icon {
  font-size: 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 757px) {
  .hfsh.share-open {
    height: 100vh;
  }
  .hfsh.share-open.show-global {
    height: calc(100vh + 48px);
  }
  .hfsh.share-open.show-global.has-global-insert:not(.stash-global) .share-drop {
    height: calc(100vh - 60px - 80px);
  }
}

@media only screen and (min-width: 758px) {
  .hfsh.share-open {
    height: 305px;
  }
  .hfsh.share-open.has-global-insert {
    height: 337px;
  }
}

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

@media only screen and (min-width: 758px) {
  .hfsh.share-open .share-drop {
    -ms-transform: translateX(100vw) translate(-405px) translateY(-5px);
    /* IE 11 */
    transform: translate(calc(100vw - 390px), -5px);
  }
}

.hfsh.share-close {
  height: 100vh;
}

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

.hfsh .hamburger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1500;
  margin: 0 0 0 auto;
  display: block;
  border-width: 0;
  border-left: 1px solid rgba(224, 224, 224, 0.2);
  padding: 17px;
  border-radius: 0;
  background-color: #102039;
  border-left: 1px solid rgba(224, 224, 224, 0.2);
  outline: 0;
}

@media only screen and (min-width: 758px) {
  .hfsh .hamburger {
    position: relative;
    padding: 20px;
  }
}

.hfsh .hamburger span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: transform 0.3s;
}

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

.hfsh .hamburger:hover span {
  opacity: 0.7;
}

.hfsh .hamburger:active span {
  opacity: 0.5;
}

@media only screen and (max-width: 757px) {
  .hfsh.show-global.has-global-insert.menu-open .hamburger {
    top: 80px;
  }
}

.hfsh.dark:not(.active):not(.menu-open) .hamburger, .hfsh.transparent:not(.active):not(.menu-open) .hamburger, .hfsh.politics:not(.active):not(.menu-open) .hamburger {
  background-color: transparent;
}

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

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

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

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

.hfs-amp {
  overflow-x: visible;
  overflow-y: visible;
}

.hfs-amp.menu-open {
  width: 75vw;
}

@media only screen and (min-width: 758px) {
  .hfs-amp.menu-open {
    width: 460px;
  }
}

.hfs-amp.menu-open .menu .inner {
  background-color: #fff;
  overflow-y: scroll;
}

.hfsh .menu .hamburger {
  position: fixed;
}

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

.hfsh .menu a:hover {
  color: #102039;
}

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

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

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

.hfsh .menu .menu-section-heading {
  font-family: "FoundersGroteskMono", Courier, "Courier New", monospace;
  letter-spacing: -0.5px;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 30px;
}

.hfsh .menu .menu-section {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 20px;
}

@media only screen and (min-width: 1000px) {
  .hfsh .menu .menu-section {
    margin-bottom: 50px;
  }
}

.hfsh .menu .menu-section .menu-list {
  line-height: 15px;
}

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

.hfsh .menu .menu-section:before, .hfsh .menu .menu-section:after {
  border: 1px solid #102039;
  width: 40px;
}

.hfsh .menu .menu-section:after {
  content: '';
  display: block;
  margin: 40px 0 0;
}

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

.hfsh .menu .menu-footer .menu-list {
  display: flex;
  flex-flow: column wrap;
  max-height: 130px;
}

.hfsh .menu .menu-footer .menu-list-item {
  flex-basis: 50%;
  margin-bottom: 15px;
}

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

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

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-section-social .menu-list {
    flex-flow: row nowrap;
  }
}

.hfsh .menu .menu-section-social .menu-list .menu-list-item {
  margin-right: 30px;
  font-size: 20px;
}

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

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

.hfsh .menu .menu-logo-wrapper .menu-logo:first-of-type:hover {
  color: currentColor;
}

.hfsh .menu .menu-section-main:before {
  content: '';
  display: block;
  margin: 0 0 40px;
}

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

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-section-main .menu-list-item {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.hfsh.menu-open.show-global.has-global-insert .menu {
  top: 80px;
  height: calc(100vh - 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;
}

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

.hfsh .menu a:active {
  opacity: 0.5;
}

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

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

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

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

.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 .menu-section {
  font-size: 16px;
}

.hfsh .menu .menu-section-main::before,
.hfsh .menu .menu-section::after {
  display: none;
}

.hfsh .menu .menu-section-heading {
  font-size: 12px;
  line-height: 12px;
  margin: 12px 0 27px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

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

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-logo-wrapper {
    font-size: 30px;
    line-height: 30px;
    padding: 25px 0;
  }
}

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

.hfsh .menu a:hover {
  color: #3062ff;
}

.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 {
  display: flex;
  flex-flow: column wrap;
  max-height: 279px;
}

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-section-main .menu-list {
    max-height: 300px;
  }
}

@media only screen and (min-width: 1000px) {
  .hfsh .menu .menu-section-main .menu-list {
    max-height: 405px;
  }
}

@media (min-width: 758px) and (-ms-high-contrast: none) {
  .hfsh .menu .menu-section-main .menu-list {
    flex-flow: row wrap;
  }
}

.hfsh .menu .menu-section-main .menu-list .menu-list-item {
  width: 50%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 758px) {
  .hfsh .menu .menu-section-main .menu-list .menu-list-item {
    width: 33%;
  }
}

@media only screen and (min-width: 1000px) {
  .hfsh .menu .menu-section-main .menu-list .menu-list-item {
    width: 50%;
  }
}

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

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

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

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

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

.hfsh .menu .hfs-i-peacock {
  margin-right: 7px;
}

@media only screen and (min-width: 758px) {
  .hfsh .menu .hfs-i-peacock {
    margin-right: 10px;
  }
}

@keyframes slideIn {
  from {
    right: -760px;
  }
  to {
    right: 0;
  }
}

.hfsh .search-icon {
  display: none;
}

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

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

.hfsh .search-icon:active {
  opacity: 0.5;
}

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

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

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

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

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

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

.hfsh .search-form .search-button:hover {
  opacity: 0.7;
}

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

.hfsh .search-form.active .search-button {
  color: currentColor;
}

.hfsh .search-form.active .search-button:hover {
  color: currentColor;
  opacity: 0.5;
}

.hfsh .search-label {
  display: none;
}

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

.hfsh .search-input {
  flex-grow: 1;
  line-height: 1;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  font-family: "FoundersGroteskCond", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}

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

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

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

.hfsh .search-wrap-overlay .search-input {
  font-size: 60px;
}

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

.hfsh .search-wrap-inline .search-button {
  font-size: 20px;
}

.hfsh .search-wrap-overlay .search-button {
  font-size: 32px;
}

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

.hfsh .search-close:hover {
  opacity: 0.7;
}

.hfsh .search-close:active {
  opacity: 0.5;
}
