.hfsf * {
  box-sizing: border-box;
}

.hfsf div,
.hfsf span,
.hfsf p,
.hfsf a,
.hfsf img,
.hfsf ol,
.hfsf ul,
.hfsf menu,
.hfsf li,
.hfsf form,
.hfsf label,
.hfsf nav,
.hfsf section,
.hfsf button {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.hfsf footer,
.hfsf header,
.hfsf nav,
.hfsf section {
  display: block;
}

.hfsf ol,
.hfsf ul,
.hfsf menu {
  list-style: none;
}

.hfsf 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;
  }
}

.hfsf {
  background-color: #102039;
  color: #ccc;
  /* font-family: "FoundersGroteskMono", courier, "Courier New", monospace; */
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  position: relative;
  padding: 40px 20px 60px;
}

.hfsf.old-msnbc-color {
  background-color: #2a2a2a;
}

@media only screen and (min-width: 758px) {
  .hfsf {
    padding: 40px 30px 60px;
  }
}

.hfsf::before,
.hfsf::after {
  background-color: transparent;
  background-image: radial-gradient(#999 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  display: block;
  position: absolute;
  width: 40px;
}

.hfsf::before {
  height: 80px;
  right: 2px;
  top: 0;
}

.hfsf::after {
  bottom: 3px;
  height: 40px;
  left: 0;
}

.hfsf .inner {
  display: grid;
  grid-template-areas: "logo" "links" "copy";
  margin: 0 auto;
  max-width: 1278px;
  row-gap: 40px;
}

@media only screen and (min-width: 758px) {
  .hfsf .inner {
    column-gap: 40px;
    grid-template-areas: "logo links" "logo copy";
    grid-template-columns: 40px 1fr;
    row-gap: 48px;
  }
}

.hfsf a:hover {
  opacity: 0.7;
}

.hfsf a:active {
  opacity: 0.5;
}

.hfsf .logo {
  color: #fff;
  grid-area: logo;
  height: auto;
  line-height: 0;
  width: 40px;
}

.hfsf .logo a {
  display: block;
}

.hfsf .logo svg {
  height: auto;
  width: 100%;
}

.hfsf .links {
  grid-area: links;
  text-transform: uppercase;
}

.hfsf .links__wrap {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 1.8rem;
}

.hfsf .links__wrap[data-col-2="4"] {
  grid-template-rows: repeat(2, auto);
}

.hfsf .links__wrap[data-col-2="6"] {
  grid-template-rows: repeat(3, auto);
}

.hfsf .links__wrap[data-col-2="8"] {
  grid-template-rows: repeat(4, auto);
}

.hfsf .links__wrap[data-col-2="10"] {
  grid-template-rows: repeat(5, auto);
}

.hfsf .links__wrap[data-col-2="12"] {
  grid-template-rows: repeat(6, auto);
}

.hfsf .links__wrap[data-col-2="14"] {
  grid-template-rows: repeat(7, auto);
}

.hfsf .links__wrap[data-col-2="16"] {
  grid-template-rows: repeat(8, auto);
}

.hfsf .links__wrap[data-col-2="18"] {
  grid-template-rows: repeat(9, auto);
}

.hfsf .links__wrap[data-col-2="20"] {
  grid-template-rows: repeat(10, auto);
}

.hfsf .links__wrap[data-col-2="22"] {
  grid-template-rows: repeat(11, auto);
}

.hfsf .links__wrap[data-col-2="24"] {
  grid-template-rows: repeat(12, auto);
}

.hfsf .links__wrap[data-col-2="26"] {
  grid-template-rows: repeat(13, auto);
}

@media only screen and (min-width: 758px) {
  .hfsf .links__wrap {
    gap: 1rem 2rem;
  }
}

@media only screen and (min-width: 1000px) {
  .hfsf .links__wrap {
    gap: 1rem 4rem;
  }
}

@media only screen and (min-width: 1240px) {
  .hfsf .links__wrap {
    gap: 1rem 6rem;
  }
}

@media only screen and (min-width: 758px) {
  .hfsf .links__wrap {
    display: inline-grid;
  }
}

@media only screen and (min-width: 1000px) {
  .hfsf .links__wrap {
    grid-template-rows: repeat(4, auto);
  }

  .hfsf .links__wrap[data-col-3="3"] {
    grid-template-rows: repeat(1, auto);
  }

  .hfsf .links__wrap[data-col-3="6"] {
    grid-template-rows: repeat(2, auto);
  }

  .hfsf .links__wrap[data-col-3="9"] {
    grid-template-rows: repeat(3, auto);
  }

  .hfsf .links__wrap[data-col-3="12"] {
    grid-template-rows: repeat(4, auto);
  }

  .hfsf .links__wrap[data-col-3="15"] {
    grid-template-rows: repeat(5, auto);
  }

  .hfsf .links__wrap[data-col-3="18"] {
    grid-template-rows: repeat(6, auto);
  }

  .hfsf .links__wrap[data-col-3="21"] {
    grid-template-rows: repeat(7, auto);
  }

  .hfsf .links__wrap[data-col-3="24"] {
    grid-template-rows: repeat(8, auto);
  }

  .hfsf .links__wrap[data-col-3="27"] {
    grid-template-rows: repeat(9, auto);
  }

  .hfsf .links__wrap[data-col-3="30"] {
    grid-template-rows: repeat(10, auto);
  }
}

.hfsf .hfs-start-today-terms {
  display: none;
}

.hfsf .hfs-start-today-disclaimer {
  display: none;
  font-size: 10px;
  margin-top: 12px;
}

.hfsf .copy {
  grid-area: copy;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 758px) {
  .hfsf .copy {
    display: flex;
  }
}

@media only screen and (min-width: 758px) {
  .hfsf .copy {
    flex-flow: row nowrap;
  }
}

.hfsf .copy .footer-nbc {
  margin-bottom: 10px;
}

.hfsf .copy p {
  color: #999;
  margin-bottom: 24px;
  opacity: 1;
  text-transform: none;
}

@media only screen and (min-width: 758px) {
  .hfsf .copy p {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.hfsf .copy a {
  color: #ccc;
  line-height: normal;
  margin-right: 0.63rem;
}

.hfsf .brands {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 758px) {
  .hfsf .brands {
    width: 362px;
  }
}

.hfsf .brands svg {
  fill: #ebebeb;
  opacity: 0.2;
  width: auto;
  height: 11px;
}

@media only screen and (min-width: 758px) {
  .hfsf .brands svg {
    height: 13px;
  }
}

@media only screen and (min-width: 1000px) {
  .hfsf .brands svg {
    height: 15px;
  }
}

.hfsf.peacock-logo .logo svg {
  height: 24px;
}
