@font-face {
  font-family: 'FoundersGroteskCond';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(https://nodeassets.nbcnews.com/assets/fonts/shared/FoundersGroteskCondensedWeb-Semibold.6797c94d7e9d7972e1dda6ed5248e1f4.woff2)
      format('woff2'),
    url(https://nodeassets.nbcnews.com/assets/fonts/shared/FoundersGroteskCondensedWeb-Semibold.64d738f4f5f0d64b8e62912047fab98b.woff)
      format('woff');
}

@font-face {
  font-family: 'FoundersGroteskText';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(https://nodeassets.nbcnews.com/assets/fonts/shared/FoundersGroteskTextWeb-Semibold.a9c99757bb4eb7230f0fb0b9b7c309c7.woff2)
      format('woff2'),
    url(https://nodeassets.nbcnews.com/assets/fonts/shared/FoundersGroteskTextWeb-Semibold.bb768afd1592f895fe4b8fcbe9b4c152.woff)
      format('woff');
}

@font-face {
  font-family: 'FoundersGroteskMono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://nodeassets.nbcnews.com/assets/fonts/shared/FoundersGroteskMonoWeb-Regular.861757adb72039160d3707fc6508e252.woff2)
      format('woff2'),
    url(https://nodeassets.nbcnews.com/assets/fonts/shared/FoundersGroteskMonoWeb-Regular.64da8859cec6a96a541f4757624a9a11.woff)
      format('woff');
}

@font-face {
  font-family: 'PublicoText';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://nodeassets.nbcnews.com/assets/fonts/shared/PublicoText-Roman-Web.752edd6cce510289581b5e8ecea31abd.woff2)
      format('woff2'),
    url(https://nodeassets.nbcnews.com/assets/fonts/shared/PublicoText-Roman-Web.b794374b809c8d96b167bf14e453b777.woff)
      format('woff');
}

@font-face {
  font-family: 'PublicoText';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(https://nodeassets.nbcnews.com/assets/fonts/shared/PublicoText-Italic-Web.869ae526cd4f67819cc74afb6374ecd1.woff2)
      format('woff2'),
    url(https://nodeassets.nbcnews.com/assets/fonts/shared/PublicoText-Italic-Web.97dd716218dfc19c1d3d25f1b850a760.woff)
      format('woff');
}

@font-face {
  font-family: 'hf-icons';
  src: url('https://nodeassets.nbcnews.com/assets/header-footer/1.8.3/iconfont/hf-icons.woff?3cc5a14b37d356f24c4609c6c2e17ff3')
      format('woff'),
    url('https://nodeassets.nbcnews.com/assets/header-footer/1.8.3/iconfont/hf-icons.woff2?3cc5a14b37d356f24c4609c6c2e17ff3')
      format('woff2'),
    url('https://nodeassets.nbcnews.com/assets/header-footer/1.8.3/iconfont/hf-icons.ttf?3cc5a14b37d356f24c4609c6c2e17ff3')
      format('truetype');
}

/* NOTE ON FONTS */
/* As a performance optimization, we DO NOT support all Toolkit fonts
   The following fonts are NOT supported:
    Publico Headline - Font Weight 300
    Publico Headline Italic - Font Weight 300
    Publico Text - Font Weight 700
    Publico Text Italic - Font Weight 700
*/

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

img {
  border-style: none;
}

button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

.bg-black {
  background-color: #000;
}

.bg-gray-20 {
  background-color: #ebebeb;
}

.bg-gray-80 {
  background-color: #555;
}

.bg-gray-100 {
  background-color: #2a2a2a;
}

.bg-white {
  background-color: #fff;
}

.bg-midnight-blue {
  background-color: #102039;
}

.bg-clear-blue {
  background-color: #3061ff;
}

.bg-wild-sand {
  background-color: #f2f2f2;
}

.bg-amber {
  background-color: #ffbe03;
}

.b-gray-20 {
  border-color: #ebebeb;
}

.b-gray-40 {
  border-color: #ccc;
}

.b-gray-60 {
  border-color: #999;
}

.b-gray-100 {
  border-color: #2a2a2a;
}

.b-white {
  border-color: #fff;
}

.b-midnight-blue {
  border-color: #102039;
}

.b-clear-blue {
  border-color: #3061ff;
}

.b-dashed {
  border-style: dashed;
}

.b-solid {
  border-style: solid;
}

.b-none {
  border-style: none;
}

@media screen and (min-width: 47.375em) {
  .b-none-m {
    border-style: none;
  }
}

@media screen and (min-width: 62.5em) {
  .b-dashed-l {
    border-style: dashed;
  }
}

.bw-1px {
  border-width: 1px;
}

.bw0 {
  border-width: 0;
}

.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

.cb {
  clear: both;
}

.top0 {
  top: 0;
}

.right0 {
  right: 0;
}

.left0 {
  left: 0;
}

.bottom1 {
  bottom: 16px;
  bottom: 1rem;
}

@media screen and (min-width: 47.375em) {
  .right0-m {
    right: 0;
  }
  .left0-m {
    left: 0;
  }
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dt {
  display: table;
}

.df {
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (min-width: 47.375em) {
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dtc-m {
    display: table-cell;
  }
  .df-m {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 62.5em) {
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .df-l {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 77.5em) {
  .dn-xl {
    display: none;
  }
  .di-xl {
    display: inline;
  }
  .dtc-xl {
    display: table-cell;
  }
}

.flex-1 {
  -ms-flex: 1;
  flex: 1;
}

.flex-none {
  -ms-flex: none;
  flex: none;
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-wrap {
  /* color: red; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media screen and (min-width: 47.375em) {
  .flex-none-m {
    -ms-flex: none;
    flex: none;
  }
  .flex-column-m {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-m {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-column-reverse-m {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-end-m {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-m {
    -ms-flex-align: center;
    align-items: center;
  }
  .justify-start-m {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-center-m {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-m {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-1-m {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-m {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-m {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (min-width: 62.5em) {
  .flex-column-l {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-l {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .justify-start-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 77.5em) {
  .flex-row-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .items-center-xl {
    -ms-flex-align: center;
    align-items: center;
  }
  .justify-between-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.black {
  color: #000;
}

.gray-40 {
  color: #ccc;
}

.gray-60 {
  color: #999;
}

.gray-80 {
  color: #555;
}

.gray-100 {
  color: #2a2a2a;
}

.white {
  color: #fff;
}

.red {
  color: #fa3a3a;
}

.midnight-blue {
  color: #102039;
}

.clear-blue {
  color: #3061ff;
}

@media screen and (min-width: 62.5em) {
  .gray-40 {
    color: #ccc;
  }
}

.founders-cond {
  font-family: FoundersGroteskCond, Arial Narrow, Arial, sans-serif;
}

.founders-txt {
  font-family: FoundersGroteskText, Arial, sans-serif;
}

.publico-txt {
  font-family: PublicoText, Georgia, TimesNewRoman, Times New Roman, Times,
    Baskerville, serif;
}

.founders-mono {
  font-family: FoundersGroteskMono, Courier, Courier New, monospace;
  letter-spacing: -0.04em;
}

.f1 {
  font-size: 10px;
  font-size: 0.625rem;
}

.f2 {
  font-size: 12px;
  font-size: 0.75rem;
}

.f3 {
  font-size: 14px;
  font-size: 0.875rem;
}

.f4 {
  font-size: 16px;
  font-size: 1rem;
}

.f5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.f6 {
  font-size: 20px;
  font-size: 1.25rem;
}

.f7 {
  font-size: 24px;
  font-size: 1.5rem;
}

.f8 {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 47.375em) {
  .f3-m {
    font-size: 0.875rem;
  }
  .f4-m {
    font-size: 1rem;
  }
  .f5-m {
    font-size: 1.125rem;
  }
  .f6-m {
    font-size: 1.25rem;
  }
  .f8-m {
    font-size: 2rem;
  }
  .f9-m {
    font-size: 3rem;
  }
}

@media screen and (min-width: 62.5em) {
  .f3-l {
    font-size: 0.875rem;
  }
  .f4-l {
    font-size: 1rem;
  }
  .f7-l {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 77.5em) {
  .f2-xl {
    font-size: 0.75rem;
  }
}

.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.b {
  font-weight: 700;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw6 {
  font-weight: 600;
}

.fl {
  float: left;
}

.h1 {
  height: 16px;
  height: 1rem;
}

.h2 {
  height: 32px;
  height: 2rem;
}

.h3 {
  height: 64px;
  height: 4rem;
}

.h5 {
  height: 256px;
  height: 16rem;
}

.h-100 {
  height: 100%;
}

.ls-tight {
  letter-spacing: -0.03em;
}

.ls-tighter {
  letter-spacing: -0.04em;
}

.ls-normal {
  letter-spacing: normal;
}

.lh-none {
  line-height: 1;
}

.lh-title {
  line-height: 1.25;
}

.lh-copy {
  line-height: 1.5;
}

@media screen and (min-width: 47.375em) {
  .lh-none-m {
    line-height: 1;
  }
}

.link {
  text-decoration: none;
}

.link,
.link:active,
.link:focus,
.link:hover,
.link:link,
.link:visited {
  transition: color 0.15s ease-in;
}

.link:focus {
  outline: 1px dotted currentColor;
}

.lst-none {
  list-style-type: none;
}

.m-auto {
  margin: auto;
}

.ma0 {
  margin: 0;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.mh2 {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.mh3 {
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.mh4 {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}

.mh5 {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.mv2 {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.mv3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.mv4 {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mv5 {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.mv6 {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 4px;
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.ml4 {
  margin-left: 16px;
  margin-left: 1rem;
}

.ml5 {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.ml7 {
  margin-left: 32px;
  margin-left: 2rem;
}

.ml8 {
  margin-left: 48px;
  margin-left: 3rem;
}

.mr-auto {
  margin-right: auto;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.mr4 {
  margin-right: 16px;
  margin-right: 1rem;
}

.mr5 {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.mr7 {
  margin-right: 32px;
  margin-right: 2rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.mt4 {
  margin-top: 16px;
  margin-top: 1rem;
}

.mt5 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.mt6 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.mt7 {
  margin-top: 32px;
  margin-top: 2rem;
}

.mt8 {
  margin-top: 48px;
  margin-top: 3rem;
}

.mt9 {
  margin-top: 64px;
  margin-top: 4rem;
}

.mt10 {
  margin-top: 96px;
  margin-top: 6rem;
}

.-mt6 {
  margin-top: -24px;
  margin-top: -1.5rem;
}

.-mt7 {
  margin-top: -32px;
  margin-top: -2rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.mb4 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mb5 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.mb6 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.mb7 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mb8 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 47.375em) {
  .ma0-m {
    margin: 0;
  }
  .mh4-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh8-m {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .ml-auto-m {
    margin-left: auto;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml3-m {
    margin-left: 0.75rem;
  }
  .ml4-m {
    margin-left: 1rem;
  }
  .ml7-m {
    margin-left: 2rem;
  }
  .mr-auto-m {
    margin-right: auto;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr3-m {
    margin-right: 0.75rem;
  }
  .mr4-m {
    margin-right: 1rem;
  }
  .mr5-m {
    margin-right: 1.25rem;
  }
  .mr9-m {
    margin-right: 4rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt4-m {
    margin-top: 1rem;
  }
  .mt7-m {
    margin-top: 2rem;
  }
  .mt8-m {
    margin-top: 3rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 0.75rem;
  }
  .mb6-m {
    margin-bottom: 1.5rem;
  }
  .mb7-m {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 62.5em) {
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml5-l {
    margin-left: 1.25rem;
  }
  .mr8-l {
    margin-right: 3rem;
  }
  .mb4-l {
    margin-bottom: 1rem;
  }
  .mb8-l {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 77.5em) {
  .ml2-xl {
    margin-left: 0.5rem;
  }
  .mr7-xl {
    margin-right: 2rem;
  }
  .mr9-xl {
    margin-right: 4rem;
  }
  .mb0-xl {
    margin-bottom: 0;
  }
}

.mw-100 {
  max-width: 100%;
}

.outline {
  outline: 1px solid;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

@media screen and (min-width: 47.375em) {
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
}

.pa0 {
  padding: 0;
}

.pa1 {
  padding: 4px;
  padding: 0.25rem;
}

.pa2 {
  padding: 8px;
  padding: 0.5rem;
}

.pa3 {
  padding: 12px;
  padding: 0.75rem;
}

.pa4 {
  padding: 16px;
  padding: 1rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
}

.ph2 {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.ph4 {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.ph5 {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.ph6 {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.ph8 {
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.pv4 {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 4px;
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 8px;
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 12px;
  padding-left: 0.75rem;
}

.pl4 {
  padding-left: 16px;
  padding-left: 1rem;
}

.pl5 {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.pl6 {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.pl7 {
  padding-left: 32px;
  padding-left: 2rem;
}

.pl8 {
  padding-left: 48px;
  padding-left: 3rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 4px;
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 8px;
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 12px;
  padding-right: 0.75rem;
}

.pr4 {
  padding-right: 16px;
  padding-right: 1rem;
}

.pr5 {
  padding-right: 20px;
  padding-right: 1.25rem;
}

.pr7 {
  padding-right: 32px;
  padding-right: 2rem;
}

.pt1 {
  padding-top: 4px;
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 8px;
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 12px;
  padding-top: 0.75rem;
}

.pt4 {
  padding-top: 16px;
  padding-top: 1rem;
}

.pt7 {
  padding-top: 32px;
  padding-top: 2rem;
}

.pt8 {
  padding-top: 48px;
  padding-top: 3rem;
}

.pb1 {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.pb4 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.pb5 {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.pb6 {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.pb7 {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.pb8 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media screen and (min-width: 47.375em) {
  .pa5-m {
    padding: 1.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .ph4-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph5-m {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .pv4-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl4-m {
    padding-left: 1rem;
  }
  .pl6-m {
    padding-left: 1.5rem;
  }
  .pl7-m {
    padding-left: 2rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 0.75rem;
  }
  .pr6-m {
    padding-right: 1.5rem;
  }
  .pr9-m {
    padding-right: 4rem;
  }
  .pr10-m {
    padding-right: 6rem;
  }
  .pt4-m {
    padding-top: 1rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb6-m {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 62.5em) {
  .pl0-l {
    padding-left: 0;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pb7-l {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 77.5em) {
  .pv0-xl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pl6-xl {
    padding-left: 1.5rem;
  }
  .pl7-xl {
    padding-left: 2rem;
  }
  .pr6-xl {
    padding-right: 1.5rem;
  }
  .pr10-xl {
    padding-right: 6rem;
  }
  .pt1-xl {
    padding-top: 0.25rem;
  }
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

@media screen and (min-width: 47.375em) {
  .absolute-m {
    position: absolute;
  }
  .sticky-m {
    position: -webkit-sticky;
    position: sticky;
  }
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

@media screen and (min-width: 47.375em) {
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.ttc {
  text-transform: capitalize;
}

.ttu {
  text-transform: uppercase;
}

@media screen and (min-width: 47.375em) {
  .ttu-m {
    text-transform: uppercase;
  }
}

.measure {
  max-width: 30em;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 47.375em) {
  .measure-narrow-m {
    max-width: 20em;
  }
}

.va-base {
  vertical-align: baseline;
}

.va-mid {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-btm {
  vertical-align: bottom;
}

.ws-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 62.5em) {
  .ws-nowrap-l {
    white-space: nowrap;
  }
}

.w1 {
  width: 16px;
  width: 1rem;
}

.w3 {
  width: 64px;
  width: 4rem;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

@media screen and (min-width: 47.375em) {
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-100-m {
    width: 100%;
  }
}

@media screen and (min-width: 62.5em) {
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.33333%;
  }
}

@media screen and (min-width: 77.5em) {
  .w-25-xl {
    width: 25%;
  }
  .w-50-xl {
    width: 50%;
  }
  .w-80-xl {
    width: 80%;
  }
  .w-90-xl {
    width: 90%;
  }
  .w-third-xl {
    width: 33.33333%;
  }
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.z-max {
  z-index: 9;
}

/*
  HFS ICONS
*/

.hfs-i {
  line-height: 1;
}

.hfs-i:before {
  font-family: hf-icons;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
}

.hfs-i-close:before {
  content: '\F101';
}
.hfs-i-logo-msnbc:before {
  content: '\F102';
}
.hfs-i-logo-nbcnews:before {
  content: '\F103';
}
.hfs-i-logo-news:before {
  content: '\F104';
}
.hfs-i-logo-today:before {
  content: '\F106';
}
.hfs-i-peacock:before {
  content: '\F107';
}
.hfs-i-search:before {
  content: '\F108';
}
.hfs-i-share-email:before {
  content: '\F109';
}
.hfs-i-share-facebook:before {
  content: '\F10A';
}
.hfs-i-share-flipboard:before {
  content: '\F10B';
}
.hfs-i-share-instagram:before {
  content: '\F10C';
}
.hfs-i-share-linkedin:before {
  content: '\F10E';
}
.hfs-i-share-pinterest:before {
  content: '\F10F';
}
.hfs-i-share-pocket:before {
  content: '\F110';
}
.hfs-i-share-print:before {
  content: '\F111';
}
.hfs-i-share-reddit:before {
  content: '\F112';
}
.hfs-i-share-sms:before {
  content: '\F113';
}
.hfs-i-share-twitter:before {
  content: '\F115';
}
.hfs-i-share-whatsapp:before {
  content: '\F116';
}
.hfs-i-vertical-news:before {
  content: '\F11D';
}

/* Header */
.hfsh.transparent.active .local .svg-logo path {
  fill: #2a2a2a;
}

* {
	box-sizing: border-box;
}

.width-0 {
	width: 0%;
}

.width-1 {
	width: 1%;
}

.width-2 {
	width: 2%;
}

.width-3 {
	width: 3%;
}

.width-4 {
	width: 4%;
}

.width-5 {
	width: 5%;
}

.width-6 {
	width: 6%;
}

.width-7 {
	width: 7%;
}

.width-8 {
	width: 8%;
}

.width-9 {
	width: 9%;
}

.width-10 {
	width: 10%;
}

.width-11 {
	width: 11%;
}

.width-12 {
	width: 12%;
}

.width-13 {
	width: 13%;
}

.width-14 {
	width: 14%;
}

.width-15 {
	width: 15%;
}

.width-16 {
	width: 16%;
}

.width-17 {
	width: 17%;
}

.width-18 {
	width: 18%;
}

.width-19 {
	width: 19%;
}

.width-20 {
	width: 20%;
}

.width-21 {
	width: 21%;
}

.width-22 {
	width: 22%;
}

.width-23 {
	width: 23%;
}

.width-24 {
	width: 24%;
}

.width-25 {
	width: 25%;
}

.width-26 {
	width: 26%;
}

.width-27 {
	width: 27%;
}

.width-28 {
	width: 28%;
}

.width-29 {
	width: 29%;
}

.width-30 {
	width: 30%;
}

.width-31 {
	width: 31%;
}

.width-32 {
	width: 32%;
}

.width-33 {
	width: 33%;
}

.width-34 {
	width: 34%;
}

.width-35 {
	width: 35%;
}

.width-36 {
	width: 36%;
}

.width-37 {
	width: 37%;
}

.width-38 {
	width: 38%;
}

.width-39 {
	width: 39%;
}

.width-40 {
	width: 40%;
}

.width-41 {
	width: 41%;
}

.width-42 {
	width: 42%;
}

.width-43 {
	width: 43%;
}

.width-44 {
	width: 44%;
}

.width-45 {
	width: 45%;
}

.width-46 {
	width: 46%;
}

.width-47 {
	width: 47%;
}

.width-48 {
	width: 48%;
}

.width-49 {
	width: 49%;
}

.width-50 {
	width: 50%;
}

.width-51 {
	width: 51%;
}

.width-52 {
	width: 52%;
}

.width-53 {
	width: 53%;
}

.width-54 {
	width: 54%;
}

.width-55 {
	width: 55%;
}

.width-56 {
	width: 56%;
}

.width-57 {
	width: 57%;
}

.width-58 {
	width: 58%;
}

.width-59 {
	width: 59%;
}

.width-60 {
	width: 60%;
}

.width-61 {
	width: 61%;
}

.width-62 {
	width: 62%;
}

.width-63 {
	width: 63%;
}

.width-64 {
	width: 64%;
}

.width-65 {
	width: 65%;
}

.width-66 {
	width: 66%;
}

.width-67 {
	width: 67%;
}

.width-68 {
	width: 68%;
}

.width-69 {
	width: 69%;
}

.width-70 {
	width: 70%;
}

.width-71 {
	width: 71%;
}

.width-72 {
	width: 72%;
}

.width-73 {
	width: 73%;
}

.width-74 {
	width: 74%;
}

.width-75 {
	width: 75%;
}

.width-76 {
	width: 76%;
}

.width-77 {
	width: 77%;
}

.width-78 {
	width: 78%;
}

.width-79 {
	width: 79%;
}

.width-80 {
	width: 80%;
}

.width-81 {
	width: 81%;
}

.width-82 {
	width: 82%;
}

.width-83 {
	width: 83%;
}

.width-84 {
	width: 84%;
}

.width-85 {
	width: 85%;
}

.width-86 {
	width: 86%;
}

.width-87 {
	width: 87%;
}

.width-88 {
	width: 88%;
}

.width-89 {
	width: 89%;
}

.width-90 {
	width: 90%;
}

.width-91 {
	width: 91%;
}

.width-92 {
	width: 92%;
}

.width-93 {
	width: 93%;
}

.width-94 {
	width: 94%;
}

.width-95 {
	width: 95%;
}

.width-96 {
	width: 96%;
}

.width-97 {
	width: 97%;
}

.width-98 {
	width: 98%;
}

.width-99 {
	width: 99%;
}

.width-100 {
	width: 100%;
}
.bg-EEB900 {
	background-color: #EEB900;
}

.FFD60C {
	color: #FFD60C;
}

.bg-FFD60C {
	background-color: #FFD60C;
}

.bg-F96419 {
	background-color: #F96419;
}

.bg-645FAA {
	background-color: #645FAA;
}

.bg-3899E7 {
	background-color: #3899E7;
}

.bg-A861B5 {
	background-color: #A861B5;
}

.bg-84AD48 {
	background-color: #84AD48;
}

.bg-DD7026 {
	background-color: #DD7026;
}

.bg-697BB6 {
	background-color: #697BB6;
}

.bg-3A766F {
	background-color: #3A766F;
}

.bg-6C4682 {
	background-color: #6C4682;
}

.bg-F1A410 {
	background-color: #F1A410;
}

.bg-89D0E0 {
	background-color: #89D0E0;
}

.bg-414E7D {
	background-color: #414E7D;
}

.bg-8DB0D9 {
	background-color: #8DB0D9;
}

.bg-8D438B {
	background-color: #8D438B;
}

.bg-738754 {
	background-color: #738754;
}

.bg-90E0AD {
	background-color: #90E0AD;
}

.bg-B8983B {
	background-color: #B8983B;
}

.bg-46A695 {
	background-color: #46A695;
}

.bg-DE3535 {
	background-color: #DE3535;
}

.bg-750C0C {
	background-color: #750C0C;
}

.bg-CD7575 {
	background-color: #CD7575;
}

.bg-A80101 {
	background-color: #A80101;
}

.bg-9B7777 {
	background-color: #9B7777;
}

.bg-470000 {
	background-color: #470000;
}

.bg-388FC2 {
	background-color: #388FC2;
}

.bg-213F64 {
	background-color: #213F64;
}

.bg-839EBE {
	background-color: #839EBE;
}

.bg-2D5D98 {
	background-color: #2D5D98;
}

.bg-5F7887 {
	background-color: #5F7887;
}

.bg-011521 {
	background-color: #011521;
}

.bg-285F7F {
	background-color: #285F7F;
}

.bg-5D8CA9 {
	background-color: #5D8CA9;
}

.bg-3A719C {
	background-color: #3A719C;
}

.bg-1F4C83 {
	background-color: #1F4C83;
}

.bg-3F82AA {
	background-color: #3F82AA;
}

.bg-05334F {
	background-color: #05334F;
}

.bg-750C0C {
	background-color: #750C0C;
}

.bg-CD7575 {
	background-color: #CD7575;
}

.bg-A80101 {
	background-color: #A80101;
}

.bg-9B7777 {
	background-color: #9B7777;
}

.bg-470000 {
	background-color: #470000;
}

.bg-388FC2 {
	background-color: #388FC2;
}

.bg-213F64 {
	background-color: #213F64;
}

.bg-839EBE {
	background-color: #839EBE;
}

.bg-2D5D98 {
	background-color: #2D5D98;
}

.bg-5F7887 {
	background-color: #5F7887;
}

.bg-011521 {
	background-color: #011521;
}

.bg-285F7F {
	background-color: #285F7F;
}

.bg-5D8CA9 {
	background-color: #5D8CA9;
}

.bg-3A719C {
	background-color: #3A719C;
}

.bg-1F4C83 {
	background-color: #1F4C83;
}

.bg-3F82AA {
	background-color: #3F82AA;
}

.bg-05334F {
	background-color: #05334F;
}

.bg-750C0C {
	background-color: #750C0C;
}

.bg-CD7575 {
	background-color: #CD7575;
}

.bg-A80101 {
	background-color: #A80101;
}

.bg-9B7777 {
	background-color: #9B7777;
}

.bg-470000 {
	background-color: #470000;
}

.bg-388FC2 {
	background-color: #388FC2;
}

.bg-213F64 {
	background-color: #213F64;
}

.bg-839EBE {
	background-color: #839EBE;
}

.bg-2D5D98 {
	background-color: #2D5D98;
}

.bg-5F7887 {
	background-color: #5F7887;
}

.bg-011521 {
	background-color: #011521;
}

.bg-285F7F {
	background-color: #285F7F;
}

.bg-5D8CA9 {
	background-color: #5D8CA9;
}

.bg-3A719C {
	background-color: #3A719C;
}

.bg-1F4C83 {
	background-color: #1F4C83;
}

.bg-3F82AA {
	background-color: #3F82AA;
}

.bg-05334F {
	background-color: #05334F;
}

.bg-DE3535 {
	background-color: #DE3535;
}

.bg-750C0C {
	background-color: #750C0C;
}

.bg-CD7575 {
	background-color: #CD7575;
}

.bg-A80101 {
	background-color: #A80101;
}

.bg-9B7777 {
	background-color: #9B7777;
}

.bg-470000 {
	background-color: #470000;
}

.bg-767676 {
	background-color: #767676;
}

.bg-0471E6 {
	background-color: #0471E6;
}

.bg-012851 {
	background-color: #012851;
}

.bg-00244a {
	background-color: #00244a;
}

.bg-005eb0 {
	background-color: #005eb0;
}

.bg-17a3ff {
	background-color: #17a3ff;
}

.bg-4abfff {
	background-color: #4abfff;
}

.bg-68A9EF {
	background-color: #68A9EF;
}

.bg-720b0c {
	background-color: #720b0c;
}

.bg-670b0b {
	background-color: #670b0b;
}

.bg-c41d14 {
	background-color: #c41d14;
}

.bg-ed6451 {
	background-color: #ed6451;
}

.bg-f2927f {
	background-color: #f2927f;
}

.bg-F19999 {
	background-color: #F19999;
}

.bg-1dae31 {
	background-color: #1dae31;
}

.bg-737373 {
	background-color: #737373;
}

.bg-7A7A7A {
	background-color: #7A7A7A;
}

.bg-daa105 {
	background-color: #daa105;
}

.bg-black {
	background-color: black;
}

.bg-gold {
	background-color: gold;
}

.bg-teal {
	background-color: teal;
}

.bg-salmon {
	background-color: salmon;
}

.bg-brown {
	background-color: brown;
}

.bg-green {
	background-color: green;
}

.bg-green {
	background-color: green;
}

.bg-red {
	background-color: red;
}

.bg-e6e6e6 {
	background-color: #e6e6e6;
}

.bg-767676 {
	background-color: #767676;
}

.bg-7A7A7A {
	background-color: #7A7A7A;
}

.bg-595959 {
	background-color: #595959;
}

.bg-999999 {
	background-color: #999999;
}

.bg-A99369 {
	background-color: #A99369;
}

.bg-999999 {
	background-color: #999999;
}

.bs-bb {
	box-sizing: border-box;
}

.dem--bg {
	background-color: #0471E6;
}

.dem--color {
	color: #0471E6;
}

.h0 {
	height: 0;
}

.partisan-indicator {
	height: 1rem;
	line-height: 16px;
	width: 1rem;
	z-index: 1;
}

.pe-none {
	pointer-events: none;
}

.pe-auto {
	pointer-events: auto;
}


.news-blue {
	color: #3061FF;
}
@media screen and (min-width: 758px) {
	.pe-none-m {
		pointer-events: none;
	}

	.pe-auto-m {
		pointer-events: auto;
	}
}

.pointer {
	cursor: pointer;
}

.show-on-tab {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.show-on-tab:focus {
	position: static;
	opacity: 1;
}

.pv2px {
	padding-top: 2px;
	padding-bottom: 2px;
}

.rep--bg {
	background-color: #DE3535;
}

.rep--color {
	color: #DE3535;
}

.section {
	border-bottom: 1px solid #999999;
	padding-bottom: 48px;
	margin-bottom: 32px;
}

.state-list-footer-section {
	margin-bottom: 56px;
}

.c-inherit {
	color: inherit;
}

.link, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
	transition: color .15s ease-in, opacity .1s linear;
}

.link:active {
	opacity: 0.5;
}

.link:hover {
	opacity: 0.7;
}

@media screen and (min-width: 758px) {
	.section {
		padding-bottom: 72px;
	}
}

.screen-reader-only {
	position: absolute;
	left: -9999px;
	display: block;
	height: 0;
	overflow: hidden;
}

.text-28 {
	font-size: 28px;
}

.text-40 {
	font-size: 40px;
}

.tu {
	text-transform: uppercase;
}

.z-300 {
	z-index: 300;
}

.main-body {
	max-width: 1500px;
}

.headshot {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #f1f1f1;
	pointer-events: none;
}

.ads {
	margin-top: 70px;
}

@media screen and (min-width: 758px) {
	.sticky-ad-container {
		top: 145px;
	}
}

.packages-header {
	margin-top: 60px;
}

.top-decoration {
	border-top: 1px solid #ccc;
}

.top-decoration::before {
	content: "";
	background: #3061ff;
	width: 5rem;
	height: .5rem;
	position: absolute;
}

.packages-picture-source {
	width: 100%;
}

@media screen and (max-width: 758px) {
	.tease__duration--secondary {
		display: none;
	}
}

@media screen and (min-width: 758px) {
	.tease {
		margin-right: 1px;
		margin-bottom: 40px;
	}
	.tease-threeUp_first,
	.tease-threeUp {
		width: 33%;
	}
	.tease_info-classes {
		width: auto;
	}
}

@media screen and (min-width: 1000px) {
	.tease-threeUp_first {
		width: 50%;
	}
	.tease-threeUp {
		width: 25%;
	}
}

.tease__visual {
	position: relative;
}

.tease__signpost {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tease__duration {
	background: #fff;
	font-size: 12px;
	padding: 10px 17px;
	height: 32px;
	box-sizing: border-box;
}

.icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	background: #3061ff;
	transition: opacity 100ms linear;
}

.icon:hover {
	opacity: 0.8;
}

.tease_image {
	width: 100%;
}

.tease-link * {
	transition: opacity 0.25s ease-in-out;
}

.tease-link:hover * {
	opacity: 0.7;
}

.tease-info:active {
	opacity: 0.5;
}

.opinion {
	color: #ff5042;
}

.teaselist-item {
	position: relative;
}

.teaselist__bullet-dot::before {
	background: #3061ff;
}

.teaselist__bullet-dot::before {
	display: block;
	content: "";
  position: absolute;
	height: .5rem;
	width: .5rem;
	left: 0;
	top: 1.125rem;
	border-radius: 50%;
}

.teaselist__bullet-icon {
	color: #3061ff;
	position: absolute;
	height: .5rem;
	width: .5rem;
	left: 0;
	top: 1.125rem;
}

.teaselist-timestamp {
	margin-bottom: 8px;
}

@media screen and (max-width: 758px) {
	.teaselist-item {
		width: 100%;
	}
	.teaselist-item {}
}

@media screen and (min-width: 758px) {
	.teaselist-item {
		width: 48%;
	}
}

@media screen and (min-width: 1000px) {
	.teaselist-header_top-decoration {
		max-width: 300px;
	}
	.teaselist-item {
		width: 100%;
		max-width: 300px;
	}
}

@media screen and (min-width:77.5em) {
	.dib-xl {
		display: inline-block;
	}
}

