:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

.heading-brand___TOXzs {
  font-family: Publik, sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
}

.heading-brand-small___9pFUR {
  font-family: Publik, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  text-transform: uppercase;
  font-weight: 300;
}

.heading-label___1tMGH {
  font-family: Publik, sans-serif;
  font-size: 14px;
  line-height: 19.2px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading-brand___TOXzs {
    font-size: 28px;
  }
}

.heading-large___2LF0u {
  font-family: Publik, sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-weight: 700;
  color: #333;
  padding: 0;
  margin: 0 0 0.25em 0;
}

@media (min-width: 768px) {

  .heading-large___2LF0u {

    font-size: 33px;

    line-height: 39.6px;
  }
}

.heading-small___3Tr0D {
  font-family: Publik, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.25em 0;
}

.heading-extra-small___2I_aU {
  font-family: Publik, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.25em 0;
}

.heading-uppercase___3Z2f1 {
  font-family: Publik, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-keepcase___2Ycpn {
  font-family: Publik, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 3px 0;
}

.heading-party-box___1LOoP {
  font-family: Publik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.copy___2Jm2F {
  font-family: Publik, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
}

.copy-bold___2Clmu {
  font-family: Publik, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
}

.copy-large___3I88G {
  font-family: Publik, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
}

.copy-small___1SM-A {
  font-family: Publik, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
}

.copy-option___3l07S {
  font-family: Publik, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #002b37;
}

.copy-multiple___3s-2e {
  font-family: Publik, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.link___16rxN {
  font-family: Publik, sans-serif;
  color: #1b1b1b;
  text-decoration: underline;
  position: relative
}

.link___16rxN:hover,
  .link___16rxN:visited,
  .link___16rxN:active {

  color: #1b1b1b;
}

.link___16rxN:active {

  top: 1px;
}

.link___16rxN i {
    display: inline-block;
    font-style: normal;
    margin-right: 0.3em;
    text-decoration: none;
}

/*
.link-fat {
  font-family: var(--base-font-family);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  text-decoration: none;
  position: relative;

  i {
    font-weight: var(--font-weight-regular);
    margin-left: 2px;
    margin-right: 3px;
  }

  &:hover,
  &:visited,
  &:active {
    color: var(--color-text);
    text-decoration: none;
  }

  &:active {
    top: 1px;
  }
}
*/

.svt-logo___cXtDj {
  font-family: Publik, sans-serif;
  font-size: 18px;
  color: rgba(0, 43, 55, .5);
}

/* helpers */

.smooth___3ohSk {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

.card___3iZcz {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {

  .card___3iZcz {
    padding: 0;
  }
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

.base-font___2DJDn {
  /* TODO: Move to Typography */
  font-family: Publik, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.choice___3aq5M {
  border: 2px solid #00dcd2;
  background: #f2f2f2;
}

.unorderedList___3aDiV {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-div___3Gh8V {
  border: none;
  display: block;
  text-align: left;
  width: 100%;
  font-family: Publik, sans-serif
}

.button-div___3Gh8V:hover {

  color: #002b37;
}

.button-div___3Gh8V:focus,
  .button-div___3Gh8V:active {

  outline: none;
}

.button-ghost___d1_y9 {
  cursor: pointer;
  color: #002b37;
  background-color: transparent;
  border: 2px solid transparent;
  text-decoration: underline;
  display: block;
  font-family: Publik, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 15px 1em 10px;
  border-radius: 4em 4em 4em 4em;
  line-height: 23px;
  font-weight: 400;
  width: 100%
}

.button-ghost___d1_y9:hover {

  color: #002b37;

  background-color: #e6ebeb;

  border: 2px solid #e6ebeb;
}

.button-ghost___d1_y9:focus,
  .button-ghost___d1_y9:active {

  outline: none;

  background-color: #002b37;

  border: 2px solid #002b37;

  color: #fff;
}

.button___22XIE {
  color: #002b37;
  background-color: #fff;
  border: 2px solid #002b37;
  text-decoration: none;
  display: block;
  font-family: Publik, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 15px 1em 10px;
  border-radius: 4em 4em 4em 4em;

  /* line-height: var(--button-line-height); */
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  width: 100%
}

.button___22XIE:hover {

  color: #002b37;

  background-color: #e6ebeb;

  border: 2px solid #002b37;
}

.button___22XIE:active,
  .button___22XIE:focus {

  outline: none;

  color: #fff;

  background-color: #002b37;

  border: 2px solid #002b37;
}

/* This class hides content except for screen readers */

.visually-hidden___2ApXe {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

.partyfigure___2S0Ro {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-family: Publik, sans-serif;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 0
}

.partyfigure___2S0Ro.partyfigure-1___1rYi3 {

  font-size: 15px;
}

.partyfigure___2S0Ro.partyfigure-2___3jWqz {

  font-size: 15px;
}

.partyfigure___2S0Ro.partyfigure-3___3sWGZ {

  font-size: 12px;
}

.partyfigure___2S0Ro.partyfigure-4___C9mKT {

  font-size: 10px;
}

.partyfigure___2S0Ro.partyfigure-5___26i4B {

  font-size: 9px;
}

.partyfigure___2S0Ro.partyfigure-6___3Afxx {

  font-size: 7px;
}

.small___28nV_ {
  width: 20px;
  line-height: 20px;
  height: 20px;
  font-size: 10px;
  margin-right: 2px;
}

/* Party colors */

.party-color-v___3KzXR {
  background-color: #b9232d;
}

.party-color-s___2VbBx {
  background-color: #e13241;
}

.party-color-mp___1wKcw {
  background-color: #82c882;
}

.party-color-sd___28vsA {
  background-color: #ffc346;
}

.party-color-c___3hwuT {
  background-color: #32a532;
}

.party-color-l___3zl4k {
  background-color: #2891c8;
}

.party-color-m___16PJV {
  background-color: #7dbee1;
}

.party-color-kd___3Yf2w {
  background-color: #0f418c;
}

.party-color-fi___1gecq {
  background-color: #bb3367;
}

.party-color-nocolor___3vi0a,
.party-color-nocolor1___kOidG {
  background-color: #647378;
}

.party-color-nocolor2___2jDy5 {
  background-color: #647378;
}

.party-color-nocolor3___2pecc {
  background-color: #647378;
}

.party-color-nocolor4___bFvbb {
  background-color: #647378;
}

.party-color-nocolor5___1h5Ci {
  background-color: #647378;
}

.party-color-small-one___3vLYe,
.party-color-arp___3IxRk {
  background-color: #647378;
}

.party-color-small-two___2T58c {
  background-color: #647378;
}

.party-color-small-three___1HXax {
  background-color: #647378;
}

.party-color-small-four___2DPWA {
  background-color: #647378;
}

.party-color-small-five___223tg {
  background-color: #647378;
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

.h1___16gmn {
}

.h2___frUVX {
  position: relative;
}

.h3___26GkU {
}

.h4___1R36O {
}

.h5___7gFjL {
}

.nomargin___3t_Zo {
  margin: 0 !important;
}

.center___3e6jW {
  text-align: center;
}

.bold___3yAk1 {
  font-weight: 800;
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

.text___3-bji {
  margin: 0 0 1em 0;
}

.text___3-bji a {
    color: #1e69aa;
  }

.bold___33B7m {
  font-weight: 700 !important;
}

.normal___2JmFT {
}

.small___1jMnh {
}

.large___3kZGX {
}

.largest___prhkG {
}

.nomargin___2TgbF {
  margin-bottom: 0 !important;
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

.section___1M3U- {
  font-family: Publik;
  margin: 0;
  padding: 12px;
  border-top: 1px transparent solid;
}

.normal___1r-Pn {
  background-color: transparent;
}

.transparent___35E0T {
  background-color: transparent;
}

.grey___12C6X {
  border-top: 1px #d2dcdc solid;
  border-bottom: 1px #d2dcdc solid;
  background-color: #f2f2f2
}

.grey___12C6X.grouped___Otvah {

  border-bottom: none;
}

.grey___12C6X.grouped___Otvah:last-child {

  border-bottom: 1px #d2dcdc solid;
}

.white___1EBAG {
  border-top: 1px #d2dcdc solid;
  border-bottom: 1px #d2dcdc solid;
  background-color: #fff
}

.white___1EBAG.grouped___Otvah {

  border-bottom: none;
}

.white___1EBAG.grouped___Otvah:last-child {

  border-bottom: 1px #d2dcdc solid;
}

.lastSection___2djDF {
  padding-bottom: 20px;
}

.dark___1WItf {
  background-color: #002b37;
}

.grouped___Otvah {
  margin: 0 0;
}

.nomargin___Egmhs {
  margin: 0;
}

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

.nopaddingBottom___OJZLM {
  padding-bottom: 0;
}


:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

.valheader___2PxF0 {
 /* margin: 0 !important;
  padding: 20px 20px 0 20px;*/
}

.vallogo___14DVS {
  text-indent: -10000px;
  font-size: 1px;
  margin: 10px 0;
  height: 20px;
  width: 80px;
  background-size: 80px;
  background: url(/2018/static/svg/val2018.svg) no-repeat;
}

.valtext___3aYVu {
  color: #002b37;
  text-decoration: none;
}

.subtext___3QDjV {
}

:root {
  /* Typography */

  /* TODO: Clean this if 14px is smallest and we have it */

  /* button measures */

  /* spacers */

  /* app container margins */

  /* layout constraints */

  /* responsive breakpoints // maybe: --desktop-width: 1024px; */
}

:root {
  /* Palette */

  /* party colors */

  /* different shades of gray */

  /*
  --color-party-small-one: #7d9196;
  --color-party-small-two: #647378;
  --color-party-small-three: #475055;
  --color-party-small-four: #808080;
  --color-party-small-five: #606060;
  */

  // Branding
  --color-news: #e13241;

  /* Specific */

  /* specific backgrounds */ /* TODO: remove? */

  /* link */ /* TODO: Why midnight ? */

  /* BUTTON */

  /* btn - hover */

  /* btn - active and focus */

  /* GHOST BUTTON */

  /* ghst btn - hover */

  /* ghst btn - active and focus */
}

/*.nyh_header {
    background-color: var(--color-white);
    color: var(--color-white);
  }

  .nyh_header__container {
    border-bottom: 4px solid var(--color-news);
    display: block;
    height: 64px;
    padding-left: 12px;
    position: relative;

    @media --desktop {
      height: 74px;
      padding-left: 16px;
    }

    @include mq-gte-large() {
      max-width: none;
      padding-left: 0;
    }
    @include mq-gte-medium() {
      height: 70px;
    }
  }*/

.nyh_icons_caret___2zYxa {
  background-color: #fff;
  border: 1px solid #737373;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  position: relative;
  width: 22px
}

.nyh_icons_caret--factbox___1vojK {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 20px;
  width: 20px
}

.nyh_icons_caret-arrow___3Mo7p {
  background-color: #737373;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 10px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  width: 8px
}

.nyh_icons_caret--factbox___1vojK .nyh_icons_caret-arrow___3Mo7p {
  background-color: #606060;
  height: 3px;
  top: 9px;
  width: 12px
}

.nyh_icons_caret-arrow___3Mo7p.nyh_icons_caret-arrow--left___3yu2i {
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nyh_icons_caret--factbox___1vojK .nyh_icons_caret-arrow___3Mo7p.nyh_icons_caret-arrow--left___3yu2i {
  left: 0
}

.nyh_icons_caret--open___39GHC .nyh_icons_caret-arrow___3Mo7p.nyh_icons_caret-arrow--left___3yu2i {
  -webkit-transform: rotate(135deg) translate3d(-1px, 1px, 0);
  transform: rotate(135deg) translate3d(-1px, 1px, 0)
}

.nyh_icons_caret-arrow___3Mo7p.nyh_icons_caret-arrow--right___1_4ev {
  right: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.nyh_icons_caret--factbox___1vojK .nyh_icons_caret-arrow___3Mo7p.nyh_icons_caret-arrow--right___1_4ev {
  right: 0
}

.nyh_icons_caret--open___39GHC .nyh_icons_caret-arrow___3Mo7p.nyh_icons_caret-arrow--right___1_4ev {
  -webkit-transform: rotate(45deg) translate3d(-1px, -1px, 0);
  transform: rotate(45deg) translate3d(-1px, -1px, 0)
}

.nyh_menu-card__inner-container___10T6D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nyh_menu-card__link___2Zhzb {
  text-decoration: none;
  color: #1b1b1b;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 18px;
  padding: 15px 11px 14px
}

.nyh_menu-card__link___2Zhzb:focus {
  outline: thin dotted #1e69aa
}

.nyh_menu-card__link___2Zhzb:hover {
  text-decoration: underline
}

.nyh_menu-card__link___2Zhzb:active, .nyh_menu-card__link___2Zhzb:hover, .nyh_menu-card__link___2Zhzb:visited {
  color: inherit
}

.nyh_menu-card__link--active___1jpZA {
  color: #1b1b1b;
  font-weight: 700
}

.nyh_is-open___mCLpI .nyh_menu-card__link--mobile___3u_BH {
  border-bottom: 1px solid #e1e1e1
}

@media only screen and (min-width: 50.0625em) {
  .nyh_is-open___mCLpI .nyh_menu-card__link--mobile___3u_BH {
    border-bottom: 0
  }
}

.nyh_menu-card__link--mobile--active___1VpPX {
  font-weight: 700
}

@media only screen and (min-width: 50.0625em) {
  .nyh_menu-card__link--mobile___3u_BH {
    font-size: 22px;
    font-size: 1.375rem;
    border: none;
    font-weight: 700;
    margin-top: 14px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_menu-card__link--mobile-submenu___fEfHZ {
    padding: 8px 11px
  }
}

.nyh_menu-card__link___2Zhzb:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.nyh_menu-card__link___2Zhzb:hover, .nyh_menu-card__link___2Zhzb:visited {
  color: #1b1b1b
}

.nyh_header--front-page___2J_ck .nyh_menu-card__link___2Zhzb {
  line-height: 1;
  padding: 14px 12px 13px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_header--front-page___2J_ck .nyh_menu-card__link___2Zhzb {
    padding: 16px
  }
}

.nyh_menu-card__dropdown-button___Dqe8m {
  background-color: #f5f5f5;
  border-left: 1px solid #e1e1e1;
  display: inline-block;
  float: right;
  height: 48px;
  padding-top: 13px;
  text-align: center;
  width: 52px
}

.nyh_menu-card__dropdown-button___Dqe8m:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.nyh_header___2Vxbh:hover .nyh_menu-card__dropdown-button___Dqe8m {
  outline: none
}

@media only screen and (min-width: 50.0625em) {
  .nyh_menu-card__dropdown-button___Dqe8m {
    display: none
  }
}

.nyh_menu-card__submenu-container___1HOqo {
  zoom: 1;
  background-color: #f5f5f5;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0
}

.nyh_menu-card__submenu-container___1HOqo:after, .nyh_menu-card__submenu-container___1HOqo:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_menu-card__submenu-container___1HOqo:after {
  clear: both
}

.nyh_menu-card__submenu-container--is-open___47U6i {
  display: block
}

@media only screen and (min-width: 50.0625em) {
  .nyh_menu-card__submenu-container___1HOqo {
    background-color: transparent;
    display: block
  }
}

.nyh_header--front-page___2J_ck .nyh_menu-card__submenu-container___1HOqo {
  background-color: #ebebeb
}

@media only screen and (min-width: 50.0625em) {
  .nyh_header--front-page___2J_ck .nyh_menu-card__submenu-container___1HOqo {
    background-color: transparent
  }
}

.nyh_menu-card__submenu-item___1fRs4 {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  border: solid #e1e1e1;
  border-width: 0 0 1px;
  float: left;
  position: relative;
  width: 50%
}

.nyh_menu-card__submenu-item___1fRs4:nth-child(odd) {
  border-width: 0 1px 1px 0
}

.nyh_menu-card__submenu-item___1fRs4:last-child:not(:nth-child(2n)) {
  border-width: 0 1px 0 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_menu-card__submenu-item___1fRs4 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_menu-card__submenu-item___1fRs4 {
    border: none;
    width: 20%
  }
}

.nyh_header--front-page___2J_ck .nyh_menu-card__submenu-item___1fRs4 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f5f5f5
}

@media only screen and (min-width: 50.0625em) {
  .nyh_header--front-page___2J_ck .nyh_menu-card__submenu-item___1fRs4 {
    background-color: transparent
  }
}

.nyh_menu-card__sub-title___3696m {
  font-weight: 400
}

.nyh_mobile-menu-redesign__close-button-icon___PAnjv {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_mobile-menu-redesign__close-button-icon___PAnjv:before {
  content: "\F115"
}

.nyh_mobile-menu-redesign___3j6ZN {
  background: #fff;
  border-bottom: 4px solid #ccc;
  margin: 0 auto;
  max-width: 988px
}

.nyh_mobile-menu-redesign__list___1EmXE {
  list-style: none;
  margin: 0;
  padding: 0
}

.nyh_mobile-menu-redesign__list-item___1H2Ow {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border: solid #e1e1e1;
  border-width: 0 0 1px;
  display: inline-block;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_mobile-menu-redesign__list-item___1H2Ow {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_mobile-menu-redesign__list-item___1H2Ow {
    padding-bottom: 12px
  }
}

.nyh_mobile-menu-redesign__close-button___xaKSB {
  color: #1b1b1b;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none
}

.nyh_mobile-menu-redesign__close-button___xaKSB:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.nyh_mobile-menu-redesign__close-button-icon___PAnjv {
  font-size: 22px;
  height: 22px;
  line-height: .9;
  margin-right: 5px;
  width: 22px
}

.nyh_section-header__icon___eXYWa {
  font-family: svt-icons;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_section-header__icon___eXYWa:before {
  content: "\F157"
}

.nyh_section-header___3vB42 {
  background-color: #f5f5f5
}

.nyh_section-header__inner___23f6L {
  zoom: 1;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 12px;
  position: relative
}

.nyh_section-header__inner___23f6L:after, .nyh_section-header__inner___23f6L:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_section-header__inner___23f6L:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_section-header__inner___23f6L {
    max-width: 988px;
    padding: 0;
    width: 96%
  }
}

.nyh_section-header__icon___eXYWa {
  color: #e13241;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  padding-right: 16.6px;
  vertical-align: top
}

.nyh_theme--val2018___1sUHT .nyh_section-header__icon___eXYWa {
  color: #002b37
}

.nyh_theme--sport___jbqY_ .nyh_section-header__icon___eXYWa {
  color: #2891c8
}

.nyh_article-related-link__link___3wVWh:hover .nyh_section-header__icon___eXYWa {
  text-decoration: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_section-header__icon___eXYWa {
    font-size: 16px;
    line-height: 1.3125;
    padding-right: 18px
  }
}

.nyh_section-header__title___E8ydY {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 9px 0 8px;
  text-decoration: none;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_section-header__title___E8ydY {
    font-size: 22px;
    padding: 11px 0 10px
  }
}

.nyh_section-header__link___6ofIm {
  color: #1b1b1b;
  text-decoration: none
}

.nyh_section-header__link___6ofIm:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.nyh_submenu___Wh7h_ {
  background: #fff;
  border: solid #e1e1e1;
  border-width: 0 0 0 1px;
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .2);
  box-shadow: 0 12px 20px rgba(0, 0, 0, .2);
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  column-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 484px;
  z-index: 200
}

.nyh_submenu-menucard___Pn21d {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border: solid #e1e1e1;
  border-width: 0 1px 1px 0;
  display: inline-block;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_submenu-menucard___Pn21d {
    font-size: 16px;
    font-size: 1rem
  }
}

.nyh_navigation__nav-list-item-dropdown___1eOsE {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_navigation__nav-list-item-dropdown___1eOsE:before {
  content: "\F106"
}

@media only screen and (min-width: 64.0625em) {
  .nyh_navigation___3g4ts {
    margin: 0 auto;
    max-width: 988px;
    width: auto
  }
}

.nyh_navigation__nyh_logo___9JzSi {
  display: block;
  float: left;
  height: 60px
}

.nyh_navigation__nyh_logo___9JzSi:focus {
  outline: none
}

@media only screen and (min-width: 50.0625em) {
  .nyh_navigation__nyh_logo___9JzSi {
    height: 70px
  }
}

.nyh_navigation__nyh_logo-img___27Qa1 {
  height: 24.5px;
  margin: 15px 0 21px;
  width: auto
}

@media only screen and (min-width: 37.5625em) {
  .nyh_navigation__nyh_logo-img___27Qa1 {
    height: 28px;
    margin: 15px 0 17px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_navigation__nyh_logo-img___27Qa1 {
    height: 29.5px;
    margin: 17px 0 23.5px
  }
}

.nyh_navigation__list___20ZQA {
  border-right: 1px solid hsla(0, 0%, 80%, .2);
  float: right;
  margin: 0;
  padding: 0
}

.nyh_navigation__list-item___1Brkv {
  border-left: 1px solid hsla(0, 0%, 80%, .2);
  display: inline-block;
  position: relative
}

.nyh_navigation__list-item___1Brkv:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.nyh_navigation__list-item___1Brkv:first-child, .nyh_navigation__list-item___1Brkv:nth-child(2), .nyh_navigation__list-item___1Brkv:nth-child(3), .nyh_navigation__list-item___1Brkv:nth-child(4), .nyh_navigation__list-item___1Brkv:nth-child(5), .nyh_navigation__list-item___1Brkv:nth-child(6), .nyh_navigation__list-item___1Brkv:nth-child(7), .nyh_navigation__list-item___1Brkv:nth-child(8) {
  display: none
}

.nyh_navigation__list-item___1Brkv:nth-child(2) .nyh_navigation__link--has-dropdown___14-ho {
  padding-right: 12px
}

.nyh_navigation__list-item___1Brkv:nth-child(2) .nyh_navigation__nav-list-item-dropdown___1eOsE, .nyh_theme--sport___jbqY_ .nyh_navigation__list-item___1Brkv:nth-child(2) {
  display: none
}

/*@media only screen and (min-width: 50.0625em) {
  .nyh_navigation__list-item:nth-child(2) .nyh_navigation__link--has-dropdown {
    padding-right: 40px
  }

  .nyh_navigation__list-item:nth-child(2) .nyh_navigation__nav-list-item-dropdown {
    display: block
  }
}*/

@media only screen and (min-width: 64.0625em) {
  .nyh_navigation__list-item___1Brkv:first-child, .nyh_navigation__list-item___1Brkv:nth-child(3), .nyh_navigation__list-item___1Brkv:nth-child(4), .nyh_navigation__list-item___1Brkv:nth-child(5), .nyh_navigation__list-item___1Brkv:nth-child(6), .nyh_navigation__list-item___1Brkv:nth-child(7), .nyh_navigation__list-item___1Brkv:nth-child(8), .nyh_theme--sport___jbqY_ .nyh_navigation__list-item___1Brkv:nth-child(2) {
    display: inline-block
  }
}

.nyh_navigation__nav-list-item-dropdown___1eOsE {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, .7);
  border-radius: 20px;
  color: rgba(51, 51, 51, .7);
  height: 20px;
  margin-top: 0;
  position: absolute;
  right: 9px;
  top: 25px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform .1s ease 0s, -webkit-transform .1s ease 0s;
  width: 20px;
  z-index: 1
}

.nyh_navigation__nav-list-item-dropdown___1eOsE:before {
  left: 3px;
  position: relative;
  top: 2px
}

.nyh_navigation__nav-list-item-dropdown___1eOsE:hover {
  background-color: #ebebeb;
  -webkit-box-shadow: 0 0 0 5px #ebebeb;
  box-shadow: 0 0 0 5px #ebebeb
}

.nyh_navigation__nav-list-item-dropdown___1eOsE:hover + .nyh_navigation__link___3jIJs {
  background-color: rgba(185, 35, 45, .25)
}

.nyh_navigation__nav-list-item-dropdown___1eOsE.nyh_is-open___mCLpI {
  background-color: rgba(185, 35, 45, .75);
  -webkit-box-shadow: 0 0 0 5px rgba(185, 35, 45, .75);
  box-shadow: 0 0 0 5px rgba(185, 35, 45, .75);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.nyh_navigation__nav-list-item-dropdown___1eOsE:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.nyh_header___2Vxbh:hover .nyh_navigation__nav-list-item-dropdown___1eOsE {
  outline: none !important
}

.nyh_theme--sport___jbqY_.nyh_theme--sport-app___rzbFq .nyh_navigation__nav-list-item-dropdown___1eOsE {
  border-color: #fff
}

.nyh_theme--sport___jbqY_.nyh_theme--sport-app___rzbFq .nyh_navigation__nav-list-item-dropdown___1eOsE:hover {
  background-color: #2891c8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.nyh_theme--sport___jbqY_.nyh_theme--sport-app___rzbFq .nyh_navigation__nav-list-item-dropdown___1eOsE.nyh_is-open___mCLpI {
  -webkit-box-shadow: none;
  box-shadow: none
}

.nyh_theme--sport___jbqY_.nyh_theme--sport-app___rzbFq .nyh_navigation__nav-list-item-dropdown___1eOsE:before {
  color: #fff
}

.nyh_navigation__link___3jIJs {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: transparent;
  display: inline-block;
  line-height: 60px;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.nyh_navigation__link___3jIJs:after {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  content: attr(data-title);
  font-weight: 700;
  height: 100%;
  left: 12px;
  position: absolute;
  top: 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_navigation__link___3jIJs:after {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-top: 0
  }
}

.nyh_theme--sport-app___rzbFq.nyh_theme--sport___jbqY_ .nyh_navigation__link___3jIJs:after {
  color: #fff
}

.nyh_navigation__link___3jIJs:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.nyh_navigation__link___3jIJs:hover {
  background-color: #f5f5f5;
  outline: none !important
}

.nyh_theme--sport-app___rzbFq.nyh_theme--sport___jbqY_ .nyh_navigation__link___3jIJs:hover {
  background-color: #2891c8
}

@media only screen and (min-width: 50.0625em) {
  .nyh_navigation__link___3jIJs {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 70px
  }
}

.nyh_navigation__link--active___1ogfM {
  background-color: #e13241 !important;
  padding: 0 16px
}

.nyh_navigation__link--active___1ogfM:after {
  color: #fff;
  font-weight: 700;
  left: 16px
}

.nyh_theme--sport___jbqY_ .nyh_navigation__link--active___1ogfM {
  background-color: #2891c8 !important
}

.nyh_navigation__link--has-dropdown___14-ho {
  padding-right: 40px
}

.nyh_navigation__menu-toggle___2tbW8 {
  border-right: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 60px;
  padding: 22px 12px 0
}

.nyh_navigation__menu-toggle___2tbW8:hover {
  outline: none !important
}

.nyh_navigation__menu-toggle___2tbW8:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_navigation__menu-toggle___2tbW8 {
    border-right: 1px solid hsla(0, 0%, 80%, .2);
    height: 70px;
    padding: 27px 12px 0
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_navigation__menu-toggle___2tbW8 {
    display: none
  }
}

.nyh_navigation__menu-toggle-icon___3fAqc {
  color: #333;
  cursor: pointer;
  margin-top: -2px;
  position: relative;
  width: 27px
}

.nyh_navigation__menu-toggle-icon-line___c7-hQ {
  background: #1b1b1b;
  border-radius: 9px;
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 100%
}

.nyh_navigation__menu-toggle-icon-line___c7-hQ:first-child {
  top: 0
}

.nyh_navigation__menu-toggle-icon-line___c7-hQ:nth-child(2), .nyh_navigation__menu-toggle-icon-line___c7-hQ:nth-child(3) {
  top: 8px
}

.nyh_navigation__menu-toggle-icon-line___c7-hQ:nth-child(4) {
  top: 16px
}

.nyh_navigation__menu-toggle___2tbW8.nyh_is-open___mCLpI .nyh_navigation__menu-toggle-icon-line___c7-hQ {
  left: 3px;
  width: 80%
}

.nyh_navigation__menu-toggle___2tbW8.nyh_is-open___mCLpI .nyh_navigation__menu-toggle-icon-line___c7-hQ:first-child {
  left: 50%;
  top: 9px;
  width: 0
}

.nyh_navigation__menu-toggle___2tbW8.nyh_is-open___mCLpI .nyh_navigation__menu-toggle-icon-line___c7-hQ:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nyh_navigation__menu-toggle___2tbW8.nyh_is-open___mCLpI .nyh_navigation__menu-toggle-icon-line___c7-hQ:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nyh_navigation__menu-toggle___2tbW8.nyh_is-open___mCLpI .nyh_navigation__menu-toggle-icon-line___c7-hQ:nth-child(4) {
  left: 50%;
  top: 9px;
  width: 0
}

.nyh_theme--sport-app___rzbFq.nyh_theme--sport___jbqY_ .nyh_navigation__menu-toggle-icon-line___c7-hQ {
  background: #fff
}

.nyh_navigation__link--active___1ogfM + .nyh_navigation__nav-list-item-dropdown___1eOsE:focus {
  outline: 2px solid #fff;
  outline-offset: 2px
}

.nyh_navigation__link--active___1ogfM + .nyh_navigation__nav-list-item-dropdown___1eOsE:hover {
  background-color: rgba(185, 35, 45, .4);
  -webkit-box-shadow: 0 0 0 5px rgba(185, 35, 45, .4);
  box-shadow: 0 0 0 5px rgba(185, 35, 45, .4)
}

.nyh_theme--sport___jbqY_ .nyh_navigation__link--active___1ogfM + .nyh_navigation__nav-list-item-dropdown___1eOsE:hover {
  background-color: rgba(51, 51, 51, .2);
  -webkit-box-shadow: 0 0 0 5px rgba(51, 51, 51, .2);
  box-shadow: 0 0 0 5px rgba(51, 51, 51, .2)
}

.nyh_navigation__link--active___1ogfM + .nyh_navigation__nav-list-item-dropdown___1eOsE, .nyh_navigation__nav-list-item-dropdown___1eOsE.nyh_is-open___mCLpI {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.nyh_navigation___3g4ts .nyh_submenu___Wh7h_ {
  margin-right: -240px;
  margin-top: 4px;
  right: 18px
}

.nyh_navigation___3g4ts .nyh_submenu___Wh7h_:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -17px
}

@media only screen and (max-width: 64em) {
  .nyh_navigation___3g4ts .nyh_navigation__list-item--dropdown-placement-right___FWoTo .nyh_submenu___Wh7h_ {
    left: auto;
    margin-right: 0;
    right: -1px
  }

  .nyh_navigation___3g4ts .nyh_navigation__list-item--dropdown-placement-right___FWoTo .nyh_submenu___Wh7h_:before {
    left: auto;
    right: 10px
  }
}

.nyh_header___2Vxbh {
  background-color: #fff;
  color: #fff
}

.nyh_header__container___1Iga1 {
  border-bottom: 4px solid #e13241;
  display: block;
  height: 64px;
  padding-left: 12px;
  position: relative
}

@media only screen and (min-width: 50.0625em) {
  .nyh_header__container___1Iga1 {
    height: 74px;
    padding-left: 16px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_header__container___1Iga1 {
    max-width: none;
    padding-left: 0
  }
}

.nyh_theme--sport___jbqY_ .nyh_header__container___1Iga1 {
  border-color: #2891c8
}

.nyh_theme--sport-app___rzbFq.nyh_theme--sport___jbqY_ .nyh_header__container___1Iga1 {
  background-color: #2891c8;
  border-bottom: none;
  height: 60px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_theme--sport-app___rzbFq.nyh_theme--sport___jbqY_ .nyh_header__container___1Iga1 {
    height: 70px
  }
}

.nyh_notification__icon___z0f7V, .nyh_notification__link-icon___NBz_u {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_notification__link-icon___NBz_u:before {
  content: "\F109"
}

.nyh_notification--tma___2bPeM .nyh_notification__icon___z0f7V:before {
  content: "\F12E"
}

.nyh_notification--vma___3atqJ .nyh_notification__icon___z0f7V:before {
  content: "\F16B"
}

.nyh_notification___2TtAr {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 7px 11px;
  position: relative;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem
}

.nyh_notification___2TtAr:first-child {
  margin-top: 2px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_notification___2TtAr {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nyh_notification__icon___z0f7V {
  font-size: 35px;
  font-size: 35px;
  font-size: 2.1875rem;
  display: inline;
  font-weight: inherit;
  margin-top: 1px;
  position: absolute;
  text-decoration: none
}

.nyh_notification--vma___3atqJ .nyh_notification__icon___z0f7V {
  color: #ffc346
}

.nyh_notification--tma___2bPeM .nyh_notification__icon___z0f7V {
  color: #ccc
}

@media only screen and (min-width: 37.5625em) {
  .nyh_notification__icon___z0f7V {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 2px
  }
}

.nyh_notification__text-container___1yGFp {
  display: inline-block;
  padding-left: 47px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_notification__text-container___1yGFp {
    padding-left: 52px
  }
}

.nyh_notification__header___X92tu {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase
}

.nyh_notification--vma___3atqJ .nyh_notification__header___X92tu {
  color: #ffc346
}

.nyh_notification--tma___2bPeM .nyh_notification__header___X92tu {
  color: #ccc
}

@media only screen and (min-width: 37.5625em) {
  .nyh_notification__header___X92tu {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nyh_notification__link___2soFk {
  display: inline-block;
  font-weight: 700;
  text-decoration: none
}

.nyh_notification__link___2soFk:focus {
  outline: thin dotted #1e69aa
}

.nyh_notification__link___2soFk:hover {
  text-decoration: underline
}

.nyh_notification__link___2soFk:active, .nyh_notification__link___2soFk:hover, .nyh_notification__link___2soFk:visited {
  color: inherit
}

.nyh_notification--vma___3atqJ .nyh_notification__link___2soFk {
  color: #ffc346
}

.nyh_notification--tma___2bPeM .nyh_notification__link___2soFk {
  color: #ccc
}

.nyh_notification__link___2soFk:focus {
  outline: 2px solid #fff
}

.nyh_notification__link-icon___NBz_u {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: inherit;
  margin: -3px 0 0 4px;
  text-decoration: none;
  width: 1em
}

.nyh_notification-area___2MUl3 {
  margin: 0 auto;
  padding: 0;
  max-width: 600px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_notification-area___2MUl3 {
    width: 96%;
    max-width: 988px;
    margin: 20px auto 0
  }
}

.nyh_header--front-page___2J_ck + .nyh_notification-area___2MUl3 {
  margin-top: -2px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_header--front-page___2J_ck + .nyh_notification-area___2MUl3 {
    margin-top: 16px
  }
}

.nyh_notification-area__list___SHzIG {
  padding: 0;
  margin: 0;
  list-style: none
}

.nyh_global-footer__column-wrapper____aBf1 {
  zoom: 1;
  clear: both
}

.nyh_global-footer__column-wrapper____aBf1:after, .nyh_global-footer__column-wrapper____aBf1:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_global-footer__column-wrapper____aBf1:after {
  clear: both
}

.nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-1___22-E8, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-3___2witv, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-5___cdIh1 {
  clear: both;
  margin-left: 0
}

.nyh_global-footer__column___1tKpd {
  float: left;
  margin-bottom: 20px;
  width: 48.9%;
  clear: none;
  margin-left: 2%
}

@media only screen and (max-width: 21.25em) {
  .nyh_global-footer__column___1tKpd {
    width: 48.4%;
    margin-left: 3%
  }
}

.nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-1___22-E8, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-3___2witv, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-5___cdIh1, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-7___1XORg, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-9___13rqE, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-11___32LOg {
  clear: both;
  margin-left: 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_global-footer__column-wrapper____aBf1 .nyh_global-footer__column___1tKpd {
    width: 23.45%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 21.25em) {
  .nyh_global-footer__column-wrapper____aBf1 .nyh_global-footer__column___1tKpd {
    width: 22.7%
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-3___2witv, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-7___1XORg, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-11___32LOg {
    clear: none;
    margin-left: 2%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 21.25em) {
  .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-3___2witv, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-7___1XORg, .nyh_global-footer__column-wrapper____aBf1 .nyh_is-nth-11___32LOg {
    margin-left: 3%
  }
}

.nyh_global-footer___3AQoA {
  background-color: #404040;
  border-bottom: 0;
  color: #ccc;
  padding-bottom: 10px;
  padding-top: 30px
}

.nyh_global-footer___3AQoA:active, .nyh_global-footer___3AQoA:hover, .nyh_global-footer___3AQoA:visited {
  color: #ccc
}

.nyh_global-footer__container___3mQHn {
  zoom: 1;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: auto
}

.nyh_global-footer__container___3mQHn:after, .nyh_global-footer__container___3mQHn:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_global-footer__container___3mQHn:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_global-footer__container___3mQHn {
    padding-left: 0;
    padding-right: 0;
    width: 96%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_global-footer__container___3mQHn {
    max-width: 988px
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_global-footer__container___3mQHn {
    max-width: 96%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_global-footer__container___3mQHn {
    max-width: 900px
  }
}

.nyh_global-footer-nav__list-item-icon___hnBft {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_global-footer-nav__list-item-icon___hnBft:before {
  content: "\F109"
}

.nyh_global-footer-nav___2IsRb {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #fff
}

.nyh_global-footer-nav___2IsRb:active, .nyh_global-footer-nav___2IsRb:hover, .nyh_global-footer-nav___2IsRb:visited {
  color: #fff
}

.nyh_global-footer-nav__header___1XbWH {
  border-bottom: 1px solid #737373;
  padding-bottom: 5px
}

.nyh_global-footer-nav__header-title___2oEFW {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 400;
  margin-bottom: .3em;
  margin-top: 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_global-footer-nav__header-title___2oEFW {
    font-size: 15px;
    font-size: .9375rem
  }
}

.nyh_global-footer-nav__list___uHGLq {
  list-style: none;
  margin: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 10px
}

.nyh_global-footer-nav__list-item___199KI {
  margin-bottom: 6px;
  position: relative
}

.nyh_global-footer-nav__list-item-icon___hnBft {
  font-size: 11px;
  font-size: 11px;
  font-size: .6875rem;
  color: #fff;
  display: none;
  left: -1.5em;
  position: absolute;
  top: .2em
}

.nyh_global-footer-nav__list-item-link___1XuZQ {
  color: #fff;
  font-weight: 400;
  text-decoration: none
}

.nyh_global-footer-nav__list-item-link___1XuZQ:focus {
  outline: 2px solid #fff;
  outline-offset: 2px
}

.nyh_global-footer-nav__list-item-link___1XuZQ:hover {
  text-decoration: underline
}

.nyh_static-footer {
  background-color: #333;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased
}

.nyh_static-footer__content {
  zoom: 1;
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  clear: both;
  color: #fff;
  display: block;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 12px 30px;
  position: relative;
  width: auto
}

.nyh_static-footer__content:after, .nyh_static-footer__content:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_static-footer__content:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_static-footer__content {
    padding-left: 0;
    padding-right: 0;
    width: 96%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_static-footer__content {
    max-width: 988px
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_static-footer__content {
    max-width: 96%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_static-footer__content {
    max-width: 900px
  }
}

.nyh_static-footer__logo-img {
  display: inline-block;
  height: 27px;
  margin: 4px auto;
  width: auto
}

@media only screen and (min-width: 37.5625em) {
  .nyh_static-footer__logo-img {
    height: 31px
  }
}

.nyh_static-footer__logo-link:focus .nyh_static-footer__logo-img {
  outline: 2px solid #fff;
  outline-offset: 2px
}

.nyh_static-footer__logo {
  float: none;
  margin-top: 10px;
  overflow: hidden;
  text-align: center
}

.nyh_static-footer__info {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  margin-top: 2.4em;
  text-align: center
}

.nyh_static-footer__info-item {
  display: inline-block
}

.nyh_static-footer__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none
}

.nyh_static-footer__link:active, .nyh_static-footer__link:focus, .nyh_static-footer__link:hover, .nyh_static-footer__link:visited {
  color: #fff
}

.nyh_static-footer__link:hover {
  text-decoration: underline
}

.nyh_static-footer__link:focus {
  outline: 2px solid #fff
}

.nyh_static-footer__separator {
  padding-left: 12px;
  padding-right: 12px
}

.nyh_media-modal-button__icon___3IWec {
  font-family: svt-icons;
  vertical-align: middle;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_media-modal-button__icon___3IWec:before {
  content: "\F129"
}

.nyh_media-modal-button___exCvc {
  text-decoration: none
}

.nyh_media-modal-button___exCvc:hover .nyh_media-modal-button__icon___3IWec {
  background-color: #404040
}

.nyh_media-modal-button___exCvc:active, .nyh_media-modal-button___exCvc:focus {
  outline: none
}

.nyh_media-modal-button___exCvc:active .nyh_media-modal-button__icon___3IWec, .nyh_media-modal-button___exCvc:focus .nyh_media-modal-button__icon___3IWec {
  background: #f5f5f5;
  border-color: #1b1b1b;
  color: #1b1b1b;
  outline: none
}

.nyh_media-modal-button--section___3Gt0d {
  background-color: #e1e1e1;
  display: block;
  font-weight: 700;
  margin: -16px -20px 16px;
  padding: 5px 5px 5px 12px;
  text-align: center
}

@media only screen and (min-width: 37.5625em) {
  .nyh_media-modal-button--section___3Gt0d {
    display: none;
    margin: 0
  }
}

.nyh_media-modal-button--breaking___1tfNX {
  display: block;
  font-weight: 700;
  margin: 12px 0 -2px;
  text-align: center;
  width: 100%
}

.nyh_media-modal-button--in-figure-caption___1nrDs {
  background-color: #e1e1e1;
  bottom: 0;
  display: none;
  font-weight: 700;
  padding: 5px 5px 5px 12px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle
}

.nyh_media-modal-button--in-figure-caption___1nrDs:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

@media only screen and (min-width: 37.5625em) {
  .nyh_media-modal-button--in-figure-caption___1nrDs {
    display: block
  }
}

.nyh_media-modal-button__icon___3IWec {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 23px;
  padding: 9px 32px 10px;
  background: #606060;
  border: 2px solid transparent;
  color: #fff;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 4px;
  font-weight: 400;
  line-height: 17px;
  padding: 6px;
  text-decoration: none
}

.nyh_media-modal-button__icon___3IWec:active, .nyh_media-modal-button__icon___3IWec:focus {
  background: #f5f5f5;
  border-color: #2891c8;
  color: #1b1b1b;
  outline: none
}

.nyh_media-modal-button__icon___3IWec:hover {
  background: #404040;
  border-color: transparent;
  color: #fff
}

.nyh_media-modal-button__icon___3IWec:hover:active {
  background: #fff;
  border-color: #1b1b1b;
  color: #1b1b1b
}

.nyh_media-modal-button__icon___3IWec:disabled {
  border-color: #e1e1e1;
  color: #737373
}

@media only screen and (min-width: 50.0625em) {
  .nyh_media-modal-button__icon___3IWec {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 3px
  }
}

.nyh_media-modal-button__text___1BAfi {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #1b1b1b;
  margin-right: 9px;
  position: relative;
  top: 1px
}

.nyh_figure___3lwg2 {
  margin: 0 -12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_figure___3lwg2 {
    margin: 0
  }
}

.nyh_figure___3lwg2.nyh_figure--main-media___PM51b {
  margin: -16px -20px 16px;
  position: relative
}

.nyh_figure___3lwg2.nyh_figure--media-modal___8F5QE {
  margin: 0 0 20px
}

.nyh_figure___3lwg2.nyh_figure--inactive___rnnUz {
  opacity: .2
}

.nyh_figure--live-feed___2MjyA {
  margin: 0
}

.nyh_figure__caption___1eXUr {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f5f5f5;
  clear: both;
  color: #333;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.31;
  padding: 12px;
  position: relative;
  word-wrap: break-word
}

.nyh_figure--article-body-right___2tnQp .nyh_figure__caption___1eXUr {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.33333;
  padding: 6px 8px
}

.nyh_figure--main-media___PM51b .nyh_figure__caption___1eXUr {
  padding: 10px 20px
}

.nyh_figure--media-modal___8F5QE .nyh_figure__caption___1eXUr {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  background: #1b1b1b;
  color: #fff;
  line-height: 1.57143
}

@media only screen and (min-width: 37.5625em) {
  .nyh_figure--media-modal___8F5QE .nyh_figure__caption___1eXUr {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
  }
}

.nyh_figure--button-only___3SUp2 .nyh_figure__caption___1eXUr {
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_figure--button-only___3SUp2 .nyh_figure__caption___1eXUr {
    display: block
  }
}

.nyh_figure--main-media___PM51b.nyh_figure--with-button___1k4yl .nyh_figure__caption___1eXUr {
  min-height: 43px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_figure--main-media___PM51b.nyh_figure--with-button___1k4yl .nyh_figure__caption___1eXUr {
    padding-right: 150px
  }
}

.nyh_figure__caption-source___1OkWk {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #606060;
  font-weight: 700;
  line-height: 1.38462
}

.nyh_figure--media-modal___8F5QE .nyh_figure__caption-source___1OkWk {
  color: #737373
}

.nyh_figure--breaking___1cdie {
  margin: 0
}

.pic___1fBJD {
  position: relative;
  overflow: hidden
}

.pic--portrait___4JPKj {
  padding-top: 133.33333%
}

.pic--square___22_D0 {
  padding-top: 100%
}

.pic--logo___2p3qK {
  padding-top: 56%
}

.pic--normal___3u0Zb {
  padding-top: 75%
}

.pic--wide___2aYdx {
  padding-top: 56.25%
}

.pic--cinema___ltBF0 {
  padding-top: 43.33333%
}

.pic--imax___3h2PC {
  padding-top: 39.05109%
}

.pic__img___1SoHV {
  position: absolute;
  bottom: 0
}

.nyh_video-no-js__play-icon___2AADV {
  font-family: svt-icons;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_video-no-js__play-icon___2AADV:before {
  content: "\F140"
}

.nyh_video-no-js___19mCx {
  display: none
}

.no-js___3WeCP .nyh_video-no-js___19mCx, .no-react___rStgl .nyh_video-no-js___19mCx {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.nyh_video-no-js__button-outer___37-RB {
  bottom: 0;
  left: 0;
  position: absolute
}

.nyh_video-no-js__button-inner___2AZUm {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  background-color: hsla(0, 0%, 100%, .9);
  border-radius: 6px;
  color: #1b1b1b;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 3px 3px;
  overflow: visible;
  padding: 10px
}

.no-js___3WeCP .nyh_video-no-js__button-inner___2AZUm:hover, .nyh_video-no-js__button-inner___2AZUm:hover {
  background-color: #fff
}

@media only screen and (min-width: 37.5625em) {
  .nyh_video-no-js__button-inner___2AZUm {
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 6px 6px;
    padding: 10px 12px
  }
}

.nyh_video-no-js___19mCx:hover .nyh_video-no-js__button-inner___2AZUm {
  background-color: #fff
}

.nyh_video-no-js__play-icon___2AADV {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  line-height: .7;
  vertical-align: middle
}

@media only screen and (min-width: 37.5625em) {
  .nyh_video-no-js__play-icon___2AADV {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.nyh_video___2I7s8 {
  min-width: 0 !important;
  overflow: hidden;
  position: relative
}

.nyh_video___2I7s8 video {
  float: left
}

.nyh_video___2I7s8 .svp_splash___363IC, .nyh_video___2I7s8 .svp_ui___1_zlP, .nyh_video___2I7s8 .svp_ui-error___1Pe4N {
  position: absolute
}

.nyh_video___2I7s8 .svp_ui-tabfocus___2uxUw {
  opacity: 0;
  position: absolute
}

.nyh_video___2I7s8 .svp_css-timeline--pre-handle-seek___-QMgy, .nyh_video___2I7s8 .svp_css-timeline--progress___P9go9 {
  background-color: #e13241
}

.nyh_video___2I7s8 .svp_css-timeline--pre-handle-progress___4tPxd {
  background-color: #b9232d
}

.nyh_video___2I7s8 .svp_css-timeline--progress-handle___3ZbRV:hover {
  background-color: #e13241
}

.nyh_video___2I7s8 .svp_css-volume--seekbar-progress___1x6DZ {
  background-color: #fff
}

.nyh_video__video___3mntv {
  display: block
}

.nyh_video___2I7s8 .svp_splash__btn-play___WZ3DC {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.ProgressDonut__progress___ot4jR___1OR9q {
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 15px
}

.nyh_modal___2BynK {
  outline: 0
}

.nyh_modal__inner___2iMZH {
  background: #333;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 65px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001
}

.nyh_modal--animating-appear___OVofK .nyh_modal__inner___2iMZH {
  opacity: 0
}

.nyh_modal--animating-appear-active___QW8xY .nyh_modal__inner___2iMZH {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

.nyh_modal--animating-exit___2baU_ .nyh_modal__inner___2iMZH {
  opacity: 1
}

.nyh_modal--animating-exit-active___3chGc .nyh_modal__inner___2iMZH {
  opacity: 0;
  -webkit-transition: opacity 0ms ease-in;
  transition: opacity 0ms ease-in
}

.nyh_modal__inner-content___33rSh {
  height: 100%;
  margin: 0 auto;
  width: 100%
}

.nyh_modal--animating-appear___OVofK .nyh_modal__inner-content___33rSh {
  margin-top: 40px;
  opacity: 0
}

.nyh_modal--animating-appear-active___QW8xY .nyh_modal__inner-content___33rSh {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all .5s ease-out .15s;
  transition: all .5s ease-out .15s
}

.nyh_modal--media___pxZg0 .nyh_modal__inner-content___33rSh {
  max-width: 992px
}

.nyh_modal__inner-content___33rSh [role=button]:focus {
  outline: 0
}

.nyh_modal__button-sound___3KvoR {
  left: 10px
}

.nyh_modal__button-close___3gVt0, .nyh_modal__button-sound___3KvoR {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1002
}

.nyh_modal__button-close___3gVt0 {
  right: 10px
}

.nyh_modal__controls___SY2ws {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1002
}

.nyh_modal--animating-appear___OVofK .nyh_modal__controls___SY2ws {
  opacity: 0
}

.nyh_modal--animating-appear-active___QW8xY .nyh_modal__controls___SY2ws {
  opacity: 1;
  -webkit-transition: opacity .5s .15s;
  transition: opacity .5s .15s
}

.nyh_modal__controls-inner___1690U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 992px;
  padding: 10px 10px 0
}

.nyh_modal__button___4vkgP {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 23px;
  padding: 9px 32px 10px;
  background: #606060;
  border: 2px solid transparent;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 45px
}

.nyh_modal__button___4vkgP:active, .nyh_modal__button___4vkgP:focus {
  background: #f5f5f5;
  border-color: #2891c8;
  color: #1b1b1b;
  outline: none
}

.nyh_modal__button___4vkgP:hover {
  background: #404040;
  border-color: transparent;
  color: #fff
}

.nyh_modal__button___4vkgP:hover:active {
  background: #fff;
  border-color: #1b1b1b;
  color: #1b1b1b
}

.nyh_modal__button___4vkgP:disabled {
  border-color: #e1e1e1;
  color: #737373
}

.nyh_modal__close-cross___ops6U {
  font-size: 28px;
  font-weight: 700
}

.nyh_modal__sound-toggle-icon___112pa {
  height: 15px
}

.nyh_is-modal___2VI3E {
  overflow: hidden
}

.nyh_is-modal___2VI3E .nyh_body___2DzpX, .nyh_is-modal___2VI3E .nyh_global-header___1cwzd, .nyh_is-modal___2VI3E .nyh_news-header___CWeIq, .nyh_is-modal___2VI3E .nyh_notification-area___2MUl3 {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden
}

.nyh_is-modal___2VI3E .nyh_svt-footer___3Vvq- {
  left: -200%;
  position: absolute;
  top: 0
}

.nyh_svt-footer {
  margin-top: 12px;
}

@media (min-width: 801px) {

  .nyh_svt-footer {

    margin-top: 48px
  }
}

.PreviewWarning__root___1MKZN___dUszZ {
  height: 48px
}

.PreviewWarning__content___1JrJq___1CxXl {
  background-color: #ffc346;
  padding: 6px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2
}

.PreviewWarning__title___oDpu-___2-n4K {
  font-size: 30px;
  font-weight: 900
}

.nyh_regional-selector-box__inner___24gW4 {
  margin: 20px 0;
  overflow: hidden;
  padding: 0
}

.nyh_regional-selector-box__inner-enter___3Y8Mv {
  max-height: 0
}

.nyh_regional-selector-box__inner-enter___3Y8Mv.nyh_regional-selector-box__inner-enter-active___3_u-_ {
  max-height: 485px;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out
}

.nyh_regional-selector-box__inner-exit___1PDB8 {
  max-height: 485px
}

.nyh_regional-selector-box__inner-exit___1PDB8.nyh_regional-selector-box__inner-exit-active___2JTrN {
  max-height: 0;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out
}

.nyh_regional-selector-box__inner--tight___WtnOR {
  margin: 0;
  padding: 10px
}

.nyh_regional-selector-box__menu-wrapper___uXvG_ {
  background: #fff;
  border: 1px solid #e1e1e1;
  margin: 10px 0 0;
  padding: 5px;
  position: relative
}

.nyh_regional-selector-box__menu-wrapper--arrow___DKt--:after, .nyh_regional-selector-box__menu-wrapper--arrow___DKt--:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 30px;
  width: 0
}

.nyh_regional-selector-box__menu-wrapper--arrow___DKt--:before {
  border-bottom: 15px solid #e1e1e1;
  top: -15px
}

.nyh_regional-selector-box__menu-wrapper--arrow___DKt--:after {
  border-bottom: 16px solid #fff;
  top: -14px
}

.nyh_regional-selector-box__list___2hEjV {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_regional-selector-box__list___2hEjV {
    -webkit-column-count: 3;
    column-count: 3
  }
}

.nyh_regional-selector-box__list-item___3BwjT {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding: 3px
}

.nyh_regional-selector-box__item___3FBGS {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  color: #333;
  display: block;
  padding: 8px 8px 7px;
  text-decoration: none
}

.nyh_regional-selector-box__item___3FBGS:hover {
  text-decoration: underline
}

.nyh_regional-selector-box__item___3FBGS.nyh_regional-selector-box__item--active___1fFCA {
  background: #e13241;
  border-color: #e13241;
  color: #fff
}

.media-overlay___2JmW1 {
  background-size: contain;
  left: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 16px
}

.nyh_article___2whCA .media-overlay___2JmW1 {
  left: 28px;
  top: 28px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_article___2whCA .media-overlay___2JmW1 {
    left: 32px;
    top: 32px
  }
}

.nyh_story___1ct2r .media-overlay___2JmW1 {
  left: 16px;
  top: 16px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story___1ct2r .media-overlay___2JmW1 {
    left: 24px;
    top: 24px
  }
}

.media-overlay___2JmW1.media-overlay--ug___Sin6K {
  background-image: url("https://www.svtstatic.se/resources/svtservice-n-render/media-overlay-ug_1.svg");
  height: 16px;
  width: 32px
}

.nyh_article___2whCA .media-overlay___2JmW1.media-overlay--ug___Sin6K {
  height: 28px;
  width: 56px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_article___2whCA .media-overlay___2JmW1.media-overlay--ug___Sin6K {
    height: 32px;
    width: 64px
  }
}

.nyh_story___1ct2r .media-overlay___2JmW1.media-overlay--ug___Sin6K {
  height: 16px;
  width: 32px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story___1ct2r .media-overlay___2JmW1.media-overlay--ug___Sin6K {
    height: 24px;
    width: 48px
  }
}

._VideoLength__root___26ksD___souSE {
  color: #fff;
  font-weight: 700;
  vertical-align: middle
}

._VideoLength__default-mini___2512y___1w0w2 {
  display: none
}

._VideoLength__default-small___20JnD___1nBUh {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  display: table-cell;
  height: 20px;
  padding: 0 6px
}

._VideoLength__default-medium___2b1Kc___2G3Oh {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  display: table-cell;
  height: 26px;
  padding: 0 6px
}

._VideoLength__default-large___QjkUO___z9-9Q {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  display: table-cell;
  height: 32px;
  padding: 0 6px
}

@media only screen and (min-width: 37.5625em) {
  ._VideoLength__gteSmall-mini___3mTZR___OOyxv {
    display: none
  }
}

@media only screen and (min-width: 37.5625em) {
  ._VideoLength__gteSmall-small___3Y3kj___1WArX {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 20px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 37.5625em) {
  ._VideoLength__gteSmall-medium___dKFxv___3dNF_ {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 26px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 37.5625em) {
  ._VideoLength__gteSmall-large___3meuj___3G4Nq {
    font-size: 14px;
    font-size: .875rem;
    display: table-cell;
    height: 32px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 50.0625em) {
  ._VideoLength__gteMedium-mini___3ozQg___K4PXs {
    display: none
  }
}

@media only screen and (min-width: 50.0625em) {
  ._VideoLength__gteMedium-small___3NB0i___2989L {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 20px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 50.0625em) {
  ._VideoLength__gteMedium-medium___MLK_U___ZpMMu {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 26px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 50.0625em) {
  ._VideoLength__gteMedium-large___1lmS1___2_vqP {
    font-size: 14px;
    font-size: .875rem;
    display: table-cell;
    height: 32px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 64.0625em) {
  ._VideoLength__gteLarge-mini___3kV9B___E4lKz {
    display: none
  }
}

@media only screen and (min-width: 64.0625em) {
  ._VideoLength__gteLarge-small___pcp_r___2M0XL {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 20px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 64.0625em) {
  ._VideoLength__gteLarge-medium___3VCRv___1U07_ {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 26px;
    padding: 0 6px
  }
}

@media only screen and (min-width: 64.0625em) {
  ._VideoLength__gteLarge-large___3hHvN___Wtwdr {
    font-size: 14px;
    font-size: .875rem;
    display: table-cell;
    height: 32px;
    padding: 0 6px
  }
}

.PlayButton__root___1TzwS___2Lodd {
  background-color: #333;
  bottom: 0;
  left: 0;
  position: absolute
}

.PlayButton__root___1TzwS___2Lodd:hover {
  background-color: #1b1b1b
}

.PlayButton__default-medium___3BqCe___1B_zI, .PlayButton__default-mini___3lX10___2OTqZ, .PlayButton__default-small___362jS___fCfbS {
  margin: 6px
}

.PlayButton__default-large___3_XJ-___1Y-fG {
  margin: 12px
}

@media only screen and (min-width: 37.5625em) {
  .PlayButton__gteSmall-medium___2VdhO___2oeAO, .PlayButton__gteSmall-mini___2qLmD___qRuuW, .PlayButton__gteSmall-small___2YMpC___2K65j {
    margin: 6px
  }
}

@media only screen and (min-width: 37.5625em) {
  .PlayButton__gteSmall-large___1lCaZ___3BwZm {
    margin: 12px
  }
}

@media only screen and (min-width: 50.0625em) {
  .PlayButton__gteMedium-medium___15W-e___-wSpa, .PlayButton__gteMedium-mini___2dE2h____fKPX, .PlayButton__gteMedium-small___2rnzJ___3WB8s {
    margin: 6px
  }
}

@media only screen and (min-width: 50.0625em) {
  .PlayButton__gteMedium-large___PvEHf___nxPYq {
    margin: 12px
  }
}

@media only screen and (min-width: 64.0625em) {
  .PlayButton__gteLarge-medium___3akKX___1XR_p, .PlayButton__gteLarge-mini___2mqXj___1K90W, .PlayButton__gteLarge-small___1L3sy___3Qurj {
    margin: 6px
  }
}

@media only screen and (min-width: 64.0625em) {
  .PlayButton__gteLarge-large___3FFWa___vS-vB {
    margin: 12px
  }
}

.PlayButton__icon___2iXka___YF0sd {
  background-color: #e13241;
  color: #fff
}

.PlayButton__default-mini___3lX10___2OTqZ .PlayButton__icon___2iXka___YF0sd, .PlayButton__default-small___362jS___fCfbS .PlayButton__icon___2iXka___YF0sd {
  font-size: 10px;
  font-size: 10px;
  font-size: .625rem;
  display: table-cell;
  height: 20px;
  padding-left: 7px;
  width: 20px
}

.PlayButton__default-medium___3BqCe___1B_zI .PlayButton__icon___2iXka___YF0sd {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  display: table-cell;
  height: 26px;
  padding-left: 10px;
  width: 26px
}

.PlayButton__default-large___3_XJ-___1Y-fG .PlayButton__icon___2iXka___YF0sd {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  display: table-cell;
  height: 32px;
  padding-left: 12px;
  width: 32px
}

.PlayButton__gteSmall-mini___2qLmD___qRuuW .PlayButton__icon___2iXka___YF0sd, .PlayButton__gteSmall-small___2YMpC___2K65j .PlayButton__icon___2iXka___YF0sd {
  font-size: 10px;
  font-size: 10px;
  font-size: .625rem;
  display: table-cell;
  height: 20px;
  padding-left: 7px;
  width: 20px
}

@media only screen and (min-width: 37.5625em) {
  .PlayButton__gteSmall-medium___2VdhO___2oeAO .PlayButton__icon___2iXka___YF0sd {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 26px;
    padding-left: 10px;
    width: 26px
  }
}

@media only screen and (min-width: 37.5625em) {
  .PlayButton__gteSmall-large___1lCaZ___3BwZm .PlayButton__icon___2iXka___YF0sd {
    font-size: 14px;
    font-size: .875rem;
    display: table-cell;
    height: 32px;
    padding-left: 12px;
    width: 32px
  }
}

@media only screen and (min-width: 50.0625em) {
  .PlayButton__gteMedium-mini___2dE2h____fKPX .PlayButton__icon___2iXka___YF0sd, .PlayButton__gteMedium-small___2rnzJ___3WB8s .PlayButton__icon___2iXka___YF0sd {
    font-size: 10px;
    font-size: .625rem;
    display: table-cell;
    height: 20px;
    padding-left: 7px;
    width: 20px
  }
}

@media only screen and (min-width: 50.0625em) {
  .PlayButton__gteMedium-medium___15W-e___-wSpa .PlayButton__icon___2iXka___YF0sd {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 26px;
    padding-left: 10px;
    width: 26px
  }
}

@media only screen and (min-width: 50.0625em) {
  .PlayButton__gteMedium-large___PvEHf___nxPYq .PlayButton__icon___2iXka___YF0sd {
    font-size: 14px;
    font-size: .875rem;
    display: table-cell;
    height: 32px;
    padding-left: 12px;
    width: 32px
  }
}

@media only screen and (min-width: 64.0625em) {
  .PlayButton__gteLarge-mini___2mqXj___1K90W .PlayButton__icon___2iXka___YF0sd, .PlayButton__gteLarge-small___1L3sy___3Qurj .PlayButton__icon___2iXka___YF0sd {
    font-size: 10px;
    font-size: .625rem;
    display: table-cell;
    height: 20px;
    padding-left: 7px;
    width: 20px
  }
}

@media only screen and (min-width: 64.0625em) {
  .PlayButton__gteLarge-medium___3akKX___1XR_p .PlayButton__icon___2iXka___YF0sd {
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 26px;
    padding-left: 10px;
    width: 26px
  }
}

@media only screen and (min-width: 64.0625em) {
  .PlayButton__gteLarge-large___3FFWa___vS-vB .PlayButton__icon___2iXka___YF0sd {
    font-size: 14px;
    font-size: .875rem;
    display: table-cell;
    height: 32px;
    padding-left: 12px;
    width: 32px
  }
}

.PlayButton__root___1TzwS___2Lodd:hover .PlayButton__icon___2iXka___YF0sd {
  background-color: #b9232d
}

.nyh_play-button__icon___ec2kn {
  font-family: svt-icons;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_play-button__icon___ec2kn:before {
  content: "\F140"
}

.nyh_play-button___3Tqcq {
  bottom: 0;
  left: 0;
  position: absolute
}

.nyh_play-button__inner___3RT09 {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  background-color: hsla(0, 0%, 100%, .9);
  border-radius: 3px;
  color: #1b1b1b;
  display: inline-block;
  margin: 0 0 3px 3px;
  overflow: visible;
  padding: 5px
}

.nyh_play-button__inner___3RT09:hover {
  background-color: #fff
}

.no-js___3WeCP .nyh_play-button__inner___3RT09:hover {
  background-color: hsla(0, 0%, 100%, .9)
}

@media only screen and (min-width: 37.5625em) {
  .nyh_play-button__inner___3RT09 {
    margin: 0 0 6px 6px;
    padding: 7px
  }
}

.nyh_play-button--teaser-large___1CDiF .nyh_play-button__inner___3RT09, .nyh_play-button--teaser-regional-widget-large___1obeC .nyh_play-button__inner___3RT09 {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  border-radius: 6px;
  font-weight: 700;
  margin: 0 0 3px 3px;
  padding: 10px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_play-button--teaser-large___1CDiF .nyh_play-button__inner___3RT09, .nyh_play-button--teaser-regional-widget-large___1obeC .nyh_play-button__inner___3RT09 {
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 6px 6px;
    padding: 10px 12px
  }
}

.nyh_play-button--teaser-feedbox-feed___12RB6 .nyh_play-button__inner___3RT09, .nyh_play-button--teaser-small___19WVj .nyh_play-button__inner___3RT09 {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  margin: 0 0 3px 3px;
  padding: 5px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_play-button--teaser-feedbox-feed___12RB6 .nyh_play-button__inner___3RT09, .nyh_play-button--teaser-small___19WVj .nyh_play-button__inner___3RT09 {
    margin: 0 0 6px 6px;
    padding: 7px
  }
}

.nyh_play-button--latest-videos___T8KVk .nyh_play-button__inner___3RT09 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 6px 6px;
  padding: 1px 10px 0 3px
}

.nyh_play-button--teaser-group-secondary___3YleJ .nyh_play-button__inner___3RT09 {
  padding: 3px 3px 3px 4px
}

.nyh_play-button__icon___ec2kn {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  line-height: .7;
  vertical-align: middle
}

@media only screen and (min-width: 37.5625em) {
  .nyh_play-button__icon___ec2kn {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nyh_play-button--teaser-large___1CDiF .nyh_play-button__icon___ec2kn, .nyh_play-button--teaser-regional-widget-large___1obeC .nyh_play-button__icon___ec2kn {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_play-button--teaser-large___1CDiF .nyh_play-button__icon___ec2kn, .nyh_play-button--teaser-regional-widget-large___1obeC .nyh_play-button__icon___ec2kn {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.nyh_play-button--latest-videos___T8KVk .nyh_play-button__icon___ec2kn {
  font-size: 34px;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1em;
  width: 32px
}

.nyh_play-button__length___19t1J {
  display: inline-block;
  padding-left: .3em;
  vertical-align: middle
}

.nyh_play-button--teaser-small___19WVj .nyh_play-button__length___19t1J, .nyh_play-button--teaser-story-grid___JhuzG .nyh_play-button__length___19t1J {
  display: none
}

@media only screen and (min-width: 64.0625em) {
  .nyh_play-button--teaser-small___19WVj .nyh_play-button__length___19t1J, .nyh_play-button--teaser-story-grid___JhuzG .nyh_play-button__length___19t1J {
    display: inline-block
  }
}

.nyh_play-button--teaser-aside___1HxbS .nyh_play-button__length___19t1J {
  display: none
}

@media only screen and (min-width: 64.0625em) {
  .nyh_play-button--teaser-aside___1HxbS .nyh_play-button__length___19t1J {
    display: inline-block
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_play-button__length___19t1J {
    font-weight: 700;
    line-height: 1em
  }
}

.nyh_play-button--teaser-wideview-one-column___2Rp2y .nyh_play-button__length___19t1J, .nyh_play-button--teaser-wideview-two-column___p1ZE_ .nyh_play-button__length___19t1J {
  display: none
}

@media only screen and (min-width: 50.0625em) {
  .nyh_play-button--teaser-wideview-one-column___2Rp2y .nyh_play-button__length___19t1J, .nyh_play-button--teaser-wideview-two-column___p1ZE_ .nyh_play-button__length___19t1J {
    display: inline-block
  }
}

.nyh_play-button--latest-videos___T8KVk .nyh_play-button__length___19t1J {
  font-weight: 700;
  line-height: 1em;
  padding-left: 0
}

.nyh_play-button--teaser-feedbox-article___3JblI .nyh_play-button__length___19t1J, .nyh_play-button--teaser-feedbox-feed___12RB6 .nyh_play-button__length___19t1J, .nyh_play-button--teaser-feedbox___1ExLN .nyh_play-button__length___19t1J, .nyh_play-button--teaser-group-secondary___3YleJ .nyh_play-button__length___19t1J, .nyh_play-button--teaser-regional-widget-small___xNLCw .nyh_play-button__length___19t1J, .nyh_play-button--teaser-small___19WVj .nyh_play-button__length___19t1J {
  display: none
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--large___kP2Ip .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure-svtplay-icon___3vJCm {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure-svtplay-icon___3vJCm:before, .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-svtplay-icon___3vJCm:before, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-svtplay-icon___3vJCm:before, .nyh_teaser--large___kP2Ip .nyh_teaser__figure-svtplay-icon___3vJCm:before, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure-svtplay-icon___3vJCm:before {
  content: "\F15F"
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD, .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD, .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD, .nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD, .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD, .nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD {
  float: left;
  margin-right: 12px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD, .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD, .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD, .nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD, .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD, .nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD {
    margin-right: 16px
  }
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD {
  float: left;
  margin-right: 12px;
  width: 72px
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD {
    width: 124px
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD {
    float: none;
    margin-bottom: -4px;
    margin-right: 0;
    width: 100%
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 43.26531%
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__img--cinema___1yfQT {
    display: block
  }

  .nyh_teaser--aside___17GPT .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "cinema"
  }
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD {
  float: left;
  margin-bottom: 4px;
  margin-right: 12px;
  max-width: 56px;
  width: 18.919%
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD {
    float: none;
    margin-bottom: 8px;
    margin-right: 0;
    max-width: 100%;
    width: 100%
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure___1xdJD {
    margin-right: 16px
  }
}

.nyh_breaking__story-links___2MCJf .nyh_teaser__figure___1xdJD {
  float: right;
  margin: 0 16px 4px;
  max-width: 90px;
  width: 30%
}

.nyh_breaking__story-links___2MCJf .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_breaking__story-links___2MCJf .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_breaking__story-links___2MCJf .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_breaking__story-links___2MCJf .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

.nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD {
  width: 72px
}

.nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic___1fBJD, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD {
    max-width: 100%;
    width: 25.111%
  }

  .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic___1fBJD, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--small___2sOTz .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD {
  width: 61px
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD {
    width: 106px
  }

  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD {
  width: 61px
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure___1xdJD {
    width: 106px
  }
}

.nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD {
  margin-bottom: 4px;
  width: 100%
}

.nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 43.26531%
}

.nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD .pic__img--cinema___1yfQT {
  display: block
}

.nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "cinema"
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__figure___1xdJD {
    margin-bottom: 0;
    width: 50%
  }
}

.nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__figure___1xdJD {
  float: none;
  margin-bottom: 4px;
  max-width: 100%;
  width: 100%
}

.nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 43.26531%
}

.nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__figure___1xdJD .pic__img--cinema___1yfQT {
  display: block
}

.nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "cinema"
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__figure___1xdJD {
    float: right;
    margin-left: 16px;
    width: 50%
  }
}

.nyh_teaser__figure___1xdJD {
  position: relative
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure___1xdJD {
  margin-bottom: 8px
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 43.26531%
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure___1xdJD .pic__img--cinema___1yfQT {
  display: block
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "cinema"
}

.nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD {
  width: 60px
}

.nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media (min-width: 23.4375em) {
  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD {
    width: 80px
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD {
    width: 90px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD {
    width: 160px
  }

  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD {
  width: 60px
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media (min-width: 23.4375em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD {
    width: 80px
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD {
    width: 160px
  }

  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 56.25%
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
  display: block
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "wide"
}

.nyh_teaser--related-video-feed___1yOcY .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 56.25%
}

.nyh_teaser--related-video-feed___1yOcY .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--related-video-feed___1yOcY .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
  display: block
}

.nyh_teaser--related-video-feed___1yOcY .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "wide"
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD {
  float: none;
  margin-bottom: 8px;
  width: auto
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 43.26531%
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic__img--cinema___1yfQT {
  display: block
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "cinema"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
    width: 40%
  }

  .nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD {
  width: 75px
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD {
    margin-right: 12px;
    width: 56px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__figure___1xdJD {
    width: 75px
  }
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD, .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD {
  display: table-cell;
  max-width: 160px;
  vertical-align: top;
  width: 40%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD, .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD {
    width: 35%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD, .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD {
    width: 40%
  }
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 56.25%
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
  display: block
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "wide"
}

.nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 56.25%
}

.nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
  display: block
}

.nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "wide"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 100%
  }

  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__img--square___Id5-I {
    display: block
  }

  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "square"
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_teaser--wide-view-large___2vCpT .nyh_teaser__figure___1xdJD {
  margin-bottom: 8px
}

.nyh_teaser--wide-view-large___2vCpT .nyh_teaser__figure___1xdJD .pic___1fBJD {
  padding-top: 43.26531%
}

.nyh_teaser--wide-view-large___2vCpT .nyh_teaser__figure___1xdJD .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--wide-view-large___2vCpT .nyh_teaser__figure___1xdJD .pic__img--cinema___1yfQT {
  display: block
}

.nyh_teaser--wide-view-large___2vCpT .nyh_teaser__figure___1xdJD .pic__ratio___3xBCd:after {
  content: "cinema"
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--large___kP2Ip .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure-svtplay-icon___3vJCm {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  bottom: 6px;
  color: #00c800;
  left: 6px;
  position: absolute
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--aside___17GPT .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--large___kP2Ip .nyh_teaser__figure-svtplay-icon___3vJCm, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure-svtplay-icon___3vJCm {
    bottom: 8px;
    left: 10px
  }
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure-svtplay-icon___3vJCm {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  bottom: 10px;
  left: 12px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--large___kP2Ip .nyh_teaser__figure-svtplay-icon___3vJCm {
    font-size: 18px;
    font-size: 1.125rem;
    bottom: 14px;
    left: 16px
  }
}

.Artikelkollen__root___1ewcl___1TF6h {
  clear: both;
  padding-top: 15px
}

.Artikelkollen__root___1ewcl___1TF6h h1 {
  display: none;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-transform: uppercase
}

.nyh_teaser--large___kP2Ip .Artikelkollen__root___1ewcl___1TF6h, .nyh_teaser--wide-view-large___2vCpT .Artikelkollen__root___1ewcl___1TF6h {
  padding: 0 16px 16px
}

.nyh_teaser--aside___17GPT .Artikelkollen__root___1ewcl___1TF6h {
  padding: 0 12px 12px
}

.nyh_article___2whCA .Artikelkollen__root___1ewcl___1TF6h {
  padding: 0 0 5px
}

.Artikelkollen__item___18T5l___1XvKh {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px 1px 0
}

.Artikelkollen__indicator___1NGtJ___t4fCc {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  padding: 8px 12px
}

.Artikelkollen__indicatorWarning___2GEeO___1AI6e {
  background-color: #ffc346
}

.Artikelkollen__indicatorSuccess___1mm0n___ODTv2 {
  background-color: #32a532
}

.Artikelkollen__indicatorError___2Yl9k___uj1HM {
  background-color: #b9232d
}

.Artikelkollen__indicatorInfo___3EmS7___1aqAV {
  background-color: #fff;
  border: 1px solid #333;
  color: #333
}

.Artikelkollen__indicatorTighter___2fn2____1RvbE {
  padding: 4px 8px
}

.Artikelkollen__itemContainer___2r39K___5y0Oh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.Artikelkollen__title___3k4oN___1n38q {
  padding: 8px 12px
}

.Artikelkollen__unavailable___7EeTw___wTjkl {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px 1px 0
}

.Artikelkollen__unavailableIndicator___3M-zB___2Qf3s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px
}

.nyh_teaser__live-icon___88HQ_, .nyh_teaser__related-item-icon___3vNpy {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_teaser__related-item-icon___3vNpy:before {
  content: "\F109"
}

.nyh_teaser__live-icon___88HQ_:before {
  content: "\F11F"
}

.nyh_teaser--analysis___2Cv_1 .nyh_teaser__heading-title___z9I8d:before {
  content: "\F149"
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G {
  float: left;
  margin-bottom: 4px;
  margin-right: 12px;
  max-width: 56px;
  width: 18.919%
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G {
    float: none;
    margin-bottom: 8px;
    margin-right: 0;
    max-width: 100%;
    width: 100%
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G {
    margin-right: 16px
  }
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__figure-profile___1eJ-G {
  float: right;
  margin: 0 16px 4px;
  max-width: 90px;
  width: 30%
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__figure-profile___1eJ-G .pic___1fBJD {
  padding-top: 100%
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__figure-profile___1eJ-G .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__figure-profile___1eJ-G .pic__img--square___Id5-I {
  display: block
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__figure-profile___1eJ-G .pic__ratio___3xBCd:after {
  content: "square"
}

.nyh_teaser___3VXFl {
  zoom: 1;
  margin-top: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  display: block;
  word-wrap: break-word
}

.nyh_teaser___3VXFl:after, .nyh_teaser___3VXFl:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_teaser___3VXFl:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl {
    margin-top: 16px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--regional-auto-feed___2zv7o {
  margin-top: 0;
  width: 100%;
  word-wrap: break-word
}

.nyh_teaser___3VXFl.nyh_teaser--related-video-feed___1yOcY {
  margin-top: 0;
  width: 30%;
  word-wrap: break-word
}

.nyh_teaser___3VXFl.nyh_teaser--regional-widget-large___PWBQ-, .nyh_teaser___3VXFl.nyh_teaser--regional-widget-medium___2zai9, .nyh_teaser___3VXFl.nyh_teaser--regional-widget-small___2ZyKa {
  -webkit-box-shadow: none;
  box-shadow: none
}

.nyh_teaser___3VXFl.nyh_teaser--regional-widget-small___2ZyKa {
  margin-top: 10px
}

.nyh_teaser___3VXFl.nyh_teaser--regional-widget-large___PWBQ- {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 12px;
  margin-top: 0;
  padding-bottom: 8px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl.nyh_teaser--regional-widget-large___PWBQ- {
    margin-bottom: 2px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--feedbox-article___1MX20, .nyh_teaser___3VXFl.nyh_teaser--feedbox-feed___7nmkA {
  margin-bottom: 12px;
  margin-top: 12px
}

.nyh_teaser___3VXFl.nyh_teaser--feedbox-feed___7nmkA {
  -webkit-box-shadow: none;
  box-shadow: none
}

.nyh_teaser___3VXFl.nyh_teaser--small___2sOTz, .nyh_teaser___3VXFl.nyh_teaser--timeline___2O4ra {
  border-top: 1px solid #e1e1e1
}

.nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--group-secondary-single___2vKXE {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0
}

.nyh_teaser___3VXFl.nyh_teaser--aside___17GPT, .nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--small___2sOTz, .nyh_teaser___3VXFl.nyh_teaser--timeline___2O4ra {
  padding: 12px
}

.nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s {
  border-top: 1px solid #e1e1e1
}

.flexbox___2oQkW .nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s {
  border-right: 1px solid #e1e1e1;
  border-top: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  width: 84%
}

.flexbox___2oQkW .nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s:last-child {
  border-right: 0
}

@media only screen and (min-width: 37.5625em) {
  .flexbox___2oQkW .nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s {
    width: 75%
  }
}

@media only screen and (min-width: 50.0625em) {
  .flexbox___2oQkW .nyh_teaser___3VXFl.nyh_teaser--group-secondary___3Ze9s {
    border-right: none;
    border-top: 1px solid #e1e1e1;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: auto
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser___3VXFl.nyh_teaser--group-secondary-single___2vKXE {
    border-top: 1px solid #e1e1e1
  }
}

.nyh_teaser___3VXFl.nyh_teaser--story-grid___2TEfR {
  border-top: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl.nyh_teaser--story-grid___2TEfR {
    border: none;
    margin-top: 0
  }
}

.nyh_teaser___3VXFl.nyh_teaser--breaking-story___1vKZL {
  border-top: 2px solid #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding-top: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl.nyh_teaser--breaking-story___1vKZL {
    padding-top: 16px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m, .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS {
  border-top: none;
  padding-top: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m, .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS {
    margin-top: 20px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS {
  width: 100%
}

.nyh_banner___2xoIl + .nyh_teaser___3VXFl.nyh_teaser--wide-view-top-teaser___3Edaw {
  margin-top: 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_banner___2xoIl + .nyh_teaser___3VXFl.nyh_teaser--wide-view-top-teaser___3Edaw {
    margin-top: 8px
  }
}

.nyh_banner--heavy___2xlAT + .nyh_teaser___3VXFl.nyh_teaser--wide-view-top-teaser___3Edaw {
  margin-top: 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_banner--heavy___2xlAT + .nyh_teaser___3VXFl.nyh_teaser--wide-view-top-teaser___3Edaw {
    margin-top: 4px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--no-border-top___2MxEN {
  border-top: none
}

.nyh_teaser___3VXFl.nyh_teaser--no-margin-top___3n6oU {
  margin-top: 0
}

.nyh_teaser___3VXFl.nyh_teaser--aside___17GPT {
  margin-top: 6px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl.nyh_teaser--aside___17GPT {
    border-top: 0;
    margin-top: 16px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser___3VXFl.nyh_teaser--aside___17GPT {
    padding: 0
  }
}

.nyh_teaser___3VXFl.nyh_teaser--group___XaYOE {
  -webkit-box-shadow: none;
  box-shadow: none
}

.nyh_teaser___3VXFl.nyh_teaser--group___XaYOE:first-child {
  margin-top: 0
}

.nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--small___2sOTz, .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--timeline___2O4ra {
  border-top: 1px solid #ebebeb;
  margin-top: 0;
  padding: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--small___2sOTz, .nyh_teaser___3VXFl.nyh_teaser--group___XaYOE.nyh_teaser--timeline___2O4ra {
    padding: 16px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--aside___17GPT, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--large___kP2Ip, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--timeline___2O4ra {
  border-left: 2px solid #00c800
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--aside___17GPT, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--large___kP2Ip, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--timeline___2O4ra {
    border-left-width: 3px
  }
}

.nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--timeline___2O4ra {
  padding-left: 10px
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary___3Ze9s, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--group-secondary-single___2vKXE, .nyh_teaser___3VXFl.nyh_teaser--play___386FV.nyh_teaser--timeline___2O4ra {
    padding-left: 13px
  }
}

.nyh_teaser__link___Jf_wW {
  zoom: 1;
  color: inherit;
  display: block;
  text-decoration: none
}

.nyh_teaser__link___Jf_wW:after, .nyh_teaser__link___Jf_wW:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_teaser__link___Jf_wW:after {
  clear: both
}

.nyh_teaser__link___Jf_wW:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 4px;
  outline-color: #1b1b1b
}

.nyh_teaser__link___Jf_wW:hover {
  outline: none
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__link___Jf_wW:after {
  clear: none
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__inner___2ntlU, .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__inner___2ntlU {
  display: table;
  table-layout: fixed;
  width: 100%
}

.nyh_teaser__heading-prefix___lBtqP {
  color: #e13241
}

.nyh_teaser__heading___38Ikg {
  font-weight: 900
}

.nyh_teaser__link___Jf_wW:hover .nyh_teaser__heading___38Ikg {
  text-decoration: underline
}

.nyh_teaser--large___kP2Ip .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.07407;
  margin-bottom: 5px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--large___kP2Ip .nyh_teaser__heading___38Ikg {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.06061;
    margin-bottom: 6px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--large___kP2Ip .nyh_teaser__heading___38Ikg {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.09524
  }
}

.nyh_teaser--aside___17GPT .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.14286;
  margin-bottom: 4px
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--aside___17GPT .nyh_teaser__heading___38Ikg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08375
  }
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222;
  margin-bottom: 4px;
  margin-top: 10px
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--story-grid___2TEfR .nyh_teaser__heading___38Ikg {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14333
  }
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 4px
}

.nyh_teaser--small___2sOTz .nyh_teaser__heading___38Ikg, .nyh_teaser--timeline___2O4ra .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286;
  margin-bottom: 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--small___2sOTz .nyh_teaser__heading___38Ikg, .nyh_teaser--timeline___2O4ra .nyh_teaser__heading___38Ikg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08375
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--small___2sOTz .nyh_teaser__heading___38Ikg, .nyh_teaser--timeline___2O4ra .nyh_teaser__heading___38Ikg {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.07444
  }
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__heading___38Ikg, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__heading___38Ikg {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.23529;
  margin-bottom: 2px
}

@media (min-width: 23.4375em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__heading___38Ikg, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__heading___38Ikg {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.18056
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__heading___38Ikg, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__heading___38Ikg {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__heading___38Ikg, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__heading___38Ikg {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.07444;
    margin-bottom: 4px
  }
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.11765;
  margin-bottom: 3px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__heading___38Ikg {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14286;
    margin-bottom: 4px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__heading___38Ikg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08375
  }
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.11765;
  margin-bottom: 3px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__heading___38Ikg {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14286;
    margin-bottom: 4px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__heading___38Ikg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08375
  }
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 22/17
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__heading___38Ikg {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 23/19
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__heading___38Ikg {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24/21
  }
}

.nyh_teaser--related-video-feed___1yOcY .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 22/17
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--related-video-feed___1yOcY .nyh_teaser__heading___38Ikg {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 23/19
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--related-video-feed___1yOcY .nyh_teaser__heading___38Ikg {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24/21
  }
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 27px;
  line-height: 1.07407;
  margin-bottom: 4px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__heading___38Ikg {
    margin-bottom: 6px
  }
}

.nyh_teaser--regional-widget-medium___2zai9 .nyh_teaser__heading___38Ikg, .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__heading___38Ikg {
  font-size: 19px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__heading___38Ikg {
  line-height: 1.11765;
  margin-bottom: 3px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__heading___38Ikg {
    margin-bottom: 4px
  }
}

.nyh_teaser--wide-view-large___2vCpT .nyh_teaser__heading___38Ikg {
  font-size: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 8px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wide-view-large___2vCpT .nyh_teaser__heading___38Ikg {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.08333
  }
}

.nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__heading___38Ikg, .nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__heading___38Ikg {
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.07407;
  margin-bottom: 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__heading___38Ikg, .nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__heading___38Ikg {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.05556
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__heading___38Ikg, .nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__heading___38Ikg {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.08333
  }
}

.nyh_wideview--top___38SxC .nyh_teaser--wide-view-big-heading___3bYRq .nyh_teaser__heading___38Ikg {
  font-size: 36px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.08333;
  margin-bottom: 8px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview--top___38SxC .nyh_teaser--wide-view-big-heading___3bYRq .nyh_teaser__heading___38Ikg {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.09259
  }
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__heading___38Ikg, .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__heading___38Ikg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #1e69aa;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 0
}

.nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__heading___38Ikg {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1b1b1b;
  line-height: 1.2
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__heading___38Ikg, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__heading___38Ikg, .nyh_teaser--group___XaYOE.nyh_teaser--small___2sOTz .nyh_teaser__heading___38Ikg, .nyh_teaser--group___XaYOE.nyh_teaser--timeline___2O4ra .nyh_teaser__heading___38Ikg {
  padding-top: 0
}

.nyh_teaser__heading-title___z9I8d {
  color: #333
}

.nyh_teaser--analysis___2Cv_1 .nyh_teaser__heading-title___z9I8d:before {
  color: #e13241;
  display: inline-block;
  font-family: svt-icons;
  font-size: .7em;
  margin-right: .45em;
  margin-top: .24em;
  vertical-align: top;
  width: 1.1em
}

.nyh_teaser__img___3u85F {
  display: block
}

.nyh_teaser__figure-profile___1eJ-G {
  border: 1px solid hsla(0, 0%, 45%, .25);
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 56px
}

.nyh_wideview___30Nrw .nyh_teaser__figure-profile___1eJ-G {
  margin-right: 10px
}

.nyh_teaser--aside___17GPT .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--small___2sOTz .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure-profile___1eJ-G {
  width: 72px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--aside___17GPT .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--small___2sOTz .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--timeline___2O4ra .nyh_teaser__figure-profile___1eJ-G {
    width: 72px
  }
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__figure-profile___1eJ-G {
  margin-right: 0;
  max-width: 72px
}

.nyh_teaser--large___kP2Ip .nyh_teaser__figure-profile___1eJ-G {
  width: 72px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--large___kP2Ip .nyh_teaser__figure-profile___1eJ-G {
    width: 95px
  }
}

.nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G {
  width: 56px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--story-grid___2TEfR .nyh_teaser__figure-profile___1eJ-G {
    border: none;
    border-radius: 0;
    width: 72px
  }
}

.nyh_teaser--wide-view-top-teaser___3Edaw .nyh_teaser__figure-profile___1eJ-G {
  width: 56px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wide-view-top-teaser___3Edaw .nyh_teaser__figure-profile___1eJ-G {
    width: 95px
  }
}

.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure-profile___1eJ-G {
  width: 56px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__figure-profile___1eJ-G {
    width: 95px
  }
}

.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure-profile___1eJ-G {
  width: 56px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__figure-profile___1eJ-G {
    width: 95px
  }
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group___XaYOE.nyh_teaser--small___2sOTz .nyh_teaser__figure-profile___1eJ-G, .nyh_teaser--group___XaYOE.nyh_teaser--timeline___2O4ra .nyh_teaser__figure-profile___1eJ-G {
  margin-top: 0
}

.nyh_teaser__figure-profile___1eJ-G img {
  display: block
}

.nyh_teaser__textcontent___1gui1 {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.3125
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser__textcontent___1gui1 {
    line-height: 1.375
  }
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__textcontent___1gui1, .nyh_teaser--related-video-feed___1yOcY .nyh_teaser__textcontent___1gui1 {
  margin-top: 2px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--wide-view-large___2vCpT .nyh_teaser__textcontent___1gui1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333
  }
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__textcontent___1gui1, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__textcontent___1gui1 {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.26667
}

.nyh_teaser__textprefix___2fVql {
  color: #e13241;
  font-size: 93%;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase
}

.nyh_teaser--ug___2rgyp .nyh_teaser__textprefix___2fVql {
  color: #465055
}

.nyh_teaser--opinion___2Z1R6 .nyh_teaser__textprefix___2fVql {
  color: #eb6937
}

.nyh_teaser--analysis___2Cv_1 .nyh_teaser__textprefix___2fVql {
  color: #e13241
}

.nyh_teaser--sport___4itss .nyh_teaser__textprefix___2fVql, .nyh_teaser__related-item--sport___1eBr9 .nyh_teaser__textprefix___2fVql {
  color: #2891c8
}

.nyh_teaser--play___386FV .nyh_teaser__textprefix___2fVql {
  color: #32a532
}

.nyh_teaser__vignette___3l5kN {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.23588
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--large___kP2Ip .nyh_teaser__vignette___3l5kN {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333
  }
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__vignette___3l5kN, .nyh_teaser--regional-widget-medium___2zai9 .nyh_teaser__vignette___3l5kN, .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__vignette___3l5kN, .nyh_teaser--related-video-feed___1yOcY .nyh_teaser__vignette___3l5kN, .nyh_teaser--story-grid___2TEfR .nyh_teaser__vignette___3l5kN {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__vignette___3l5kN {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__vignette___3l5kN, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__vignette___3l5kN {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__vignette___3l5kN, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__vignette___3l5kN {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.23588
  }
}

.nyh_teaser__text___3vi7R {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem
}

.nyh_teaser__text___3vi7R:before {
  content: "\B7     "
}

.nyh_teaser__related-links___2p77V {
  list-style: none;
  margin: 8px 0 0;
  padding: 0
}

.nyh_teaser__related-item___25t_u {
  font-weight: 700
}

.nyh_teaser__related-item-icon___3vNpy {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: baseline
}

.nyh_teaser__related-item-link___1w-hD {
  text-decoration: none;
  color: #1e69aa
}

.nyh_teaser__related-item-link___1w-hD:focus {
  outline: thin dotted #1e69aa
}

.nyh_teaser__related-item-link___1w-hD:hover {
  text-decoration: underline
}

.nyh_teaser__related-item-link___1w-hD:active, .nyh_teaser__related-item-link___1w-hD:hover, .nyh_teaser__related-item-link___1w-hD:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_teaser__related-item-link___1w-hD:hover {
  text-decoration: none
}

.nyh_teaser__related-item-link___1w-hD:hover .nyh_teaser__related-item-title___bb_17 {
  text-decoration: underline
}

.nyh_teaser__textwrapper___2GeNA {
  padding: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser__textwrapper___2GeNA {
    padding: 12px 16px 16px
  }
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--small___2sOTz .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--story-grid___2TEfR .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--timeline___2O4ra .nyh_teaser__textwrapper___2GeNA {
  padding: 0
}

.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__figure___1xdJD + .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--related-video-feed___1yOcY .nyh_teaser__figure___1xdJD + .nyh_teaser__textwrapper___2GeNA {
  margin-top: .5em
}

.nyh_teaser--regional-widget-large___PWBQ- .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__textwrapper___2GeNA {
  padding: 0
}

.nyh_teaser--regional-widget-small___2ZyKa .nyh_teaser__textwrapper___2GeNA {
  overflow: hidden
}

.nyh_teaser--feedbox-article___1MX20 .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__textwrapper___2GeNA {
  display: table-cell;
  vertical-align: top;
  word-wrap: break-word
}

.nyh_teaser--feedbox-feed___7nmkA .nyh_teaser__textwrapper___2GeNA {
  padding: 0 12px
}

.nyh_teaser--breaking-story___1vKZL .nyh_teaser__textwrapper___2GeNA {
  padding-top: 0
}

.nyh_teaser--aside___17GPT .nyh_teaser__textwrapper___2GeNA {
  padding: 0 !important
}

@media only screen and (min-width: 64.0625em) {
  .nyh_teaser--aside___17GPT .nyh_teaser__textwrapper___2GeNA {
    padding: 12px 12px 8px !important
  }
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--group___XaYOE.nyh_teaser--small___2sOTz .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--group___XaYOE.nyh_teaser--timeline___2O4ra .nyh_teaser__textwrapper___2GeNA {
  padding: 0
}

.nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__textwrapper___2GeNA {
  margin-bottom: -4px;
  overflow: hidden
}

@media only screen and (min-width: 50.0625em) {
  .nyh_teaser--group-secondary-single___2vKXE .nyh_teaser__textwrapper___2GeNA, .nyh_teaser--group-secondary___3Ze9s .nyh_teaser__textwrapper___2GeNA {
    overflow: visible
  }
}

.nyh_teaser__figure___1xdJD + .nyh_teaser__textwrapper___2GeNA {
  padding-top: 0
}

.nyh_teaser__live___9KE7p {
  background-color: #e13241;
  color: #fff;
  display: none;
  left: 3px;
  line-height: 1;
  padding: 8px;
  position: absolute;
  top: 3px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_teaser__live___9KE7p {
    left: 6px;
    top: 6px
  }
}

.nyh_teaser--large___kP2Ip .nyh_teaser__live___9KE7p, .nyh_teaser--wide-view-large-left___U2_78 .nyh_teaser__live___9KE7p, .nyh_teaser--wide-view-large-right___1oaqX .nyh_teaser__live___9KE7p, .nyh_teaser--wide-view-large___2vCpT .nyh_teaser__live___9KE7p {
  display: inline-block
}

.nyh_teaser__live-icon___88HQ_ {
  margin-left: -1px;
  margin-right: 5px;
  vertical-align: baseline
}

.nyh_teaser__live--not-started___36yd1 {
  background-color: rgba(96, 96, 96, .7)
}

.nyh_teaser__live-text___bZx4r {
  font-weight: 700
}

.nyh_wideview___30Nrw .nyh_feed-grid___2pDbx .nyh_teaser__textwrapper___2GeNA {
  padding: 0 8px 8px 0
}

.nyh_wideview___30Nrw .nyh_banner___2xoIl + .nyh_teaser--wide-view-top-teaser___3Edaw {
  margin-top: 0
}

.nyh_wideview___30Nrw .nyh_teaser___3VXFl {
  -webkit-box-shadow: none;
  box-shadow: none
}

.nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m, .nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS {
  border-top: 1px solid #ebebeb;
  margin-top: 0;
  padding: 12px
}

.nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__textwrapper___2GeNA, .nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__textwrapper___2GeNA {
  padding: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m, .nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS {
    padding: 16px
  }
}

.nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--regional-auto-feed___2zv7o .nyh_teaser__heading___38Ikg, .nyh_wideview___30Nrw .nyh_teaser___3VXFl.nyh_teaser--related-video-feed___1yOcY .nyh_teaser__heading___38Ikg {
  font-weight: 900
}

.nyh_wideview___30Nrw.nyh_wideview--top___38SxC .nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__heading___38Ikg {
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview___30Nrw.nyh_wideview--top___38SxC .nyh_teaser___3VXFl.nyh_teaser--wideview-one-column___3rh7m .nyh_teaser__heading___38Ikg {
    font-size: 27px;
    font-size: 1.6875rem
  }
}

.nyh_wideview___30Nrw.nyh_wideview--top___38SxC .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__heading___38Ikg {
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem
}

@media only screen and (min-width: 50.0625em) {
  .nyh_wideview___30Nrw.nyh_wideview--top___38SxC .nyh_teaser___3VXFl.nyh_teaser--wideview-two-column___2GrpS .nyh_teaser__heading___38Ikg {
    font-size: 27px;
    font-size: 1.6875rem
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview___30Nrw.nyh_wideview--main___2XZx4 .nyh_feed-grid___2pDbx .nyh_teaser___3VXFl .nyh_teaser__heading___38Ikg {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333
  }
}

.nyh_story___1ct2r .nyh_story-featured-articles__teasers___L7415 .nyh_story-featured-articles__teaser___1H_DE {
  padding-top: 0 !important
}

.nyh_story___1ct2r .nyh_story-featured-articles__teasers___L7415 .nyh_story-featured-articles__teaser___1H_DE .nyh_teaser___3VXFl {
  margin-top: 12px !important;
  padding: 12px
}

.nyh_story___1ct2r .nyh_timeline___3auG2 .nyh_teaser___3VXFl {
  margin-top: 12px;
  padding: 12px
}

.nyh_feed-grid__list-item___2DeGs.nyh_is-no-img___1S3M- .nyh_teaser__textwrapper___2GeNA {
  padding-top: 8px
}

.nyh_trailers___3LDGE .nyh_feed__list-item___BJ_CW .nyh_teaser___3VXFl {
  border-top: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 12px 20px 0;
  padding: 12px 0 0
}

.nyh_trailers___3LDGE .nyh_feed__list-item___BJ_CW .nyh_teaser___3VXFl .nyh_teaser__heading___38Ikg {
  padding-top: 0
}

.nyh_trailers___3LDGE .nyh_feed__list-item___BJ_CW .nyh_teaser___3VXFl .nyh_teaser__textwrapper___2GeNA {
  padding: 0
}

.nyh_trailers___3LDGE .nyh_feed__list-item___BJ_CW .nyh_teaser___3VXFl .nyh_teaser__vignette___3l5kN {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem
}

.nyh_trailers___3LDGE .nyh_feed__list-item___BJ_CW:first-child .nyh_teaser___3VXFl {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}

.PaginationButton__root___2K1OH___3b40g {
  margin: 20px 0
}

.PaginationButton__button___3RWxZ___2Ph5V {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background: #333;
  border: 2px solid transparent;
  border-radius: 23px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 30em;
  padding: 9px 32px 10px;
  text-align: center;
  text-decoration: none;
  width: 100%
}

.PaginationButton__button___3RWxZ___2Ph5V:active, .PaginationButton__button___3RWxZ___2Ph5V:focus {
  background: #f5f5f5;
  border-color: #2891c8;
  color: #1b1b1b
}

.PaginationButton__button___3RWxZ___2Ph5V:focus {
  outline: none
}

.PaginationButton__button___3RWxZ___2Ph5V:disabled {
  border-color: #f5f5f5;
  color: #737373
}

.PaginationButton__button___3RWxZ___2Ph5V:hover {
  background: #1b1b1b;
  color: #fff
}

.PaginationButton__button___3RWxZ___2Ph5V:hover:active {
  background: #fff;
  border-color: #1b1b1b;
  color: #1b1b1b
}

.PaginationButton__icon___2RkZ4___1mQ-X {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block
}

.PaginationButton__text___2Kvl1___BlfoN {
  margin-left: .4em;
  vertical-align: middle
}

.nyh_feed-grid__list___1bmh5 {
  zoom: 1;
  clear: both
}

.nyh_feed-grid__list___1bmh5:after, .nyh_feed-grid__list___1bmh5:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_feed-grid__list___1bmh5:after {
  clear: both
}

.nyh_feed-grid__list___1bmh5 .nyh_is-nth-1___22-E8, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-3___2witv, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-5___cdIh1 {
  clear: both;
  margin-left: 0
}

.nyh_feed-grid__list-item___2DeGs {
  float: left;
  margin-bottom: 20px;
  width: 48.9%;
  clear: none;
  margin-left: 2%
}

@media only screen and (max-width: 21.25em) {
  .nyh_feed-grid__list-item___2DeGs {
    width: 48.4%;
    margin-left: 3%
  }
}

.nyh_feed-grid__list___1bmh5 .nyh_is-nth-1___22-E8, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-3___2witv, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-5___cdIh1, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-7___1XORg, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-9___13rqE, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-11___32LOg {
  clear: both;
  margin-left: 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_feed-grid__list___1bmh5 .nyh_feed-grid__list-item___2DeGs {
    width: 23.45%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 21.25em) {
  .nyh_feed-grid__list___1bmh5 .nyh_feed-grid__list-item___2DeGs {
    width: 22.7%
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_feed-grid__list___1bmh5 .nyh_is-nth-3___2witv, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-7___1XORg, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-11___32LOg {
    clear: none;
    margin-left: 2%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 21.25em) {
  .nyh_feed-grid__list___1bmh5 .nyh_is-nth-3___2witv, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-7___1XORg, .nyh_feed-grid__list___1bmh5 .nyh_is-nth-11___32LOg {
    margin-left: 3%
  }
}

.nyh_feed-grid___2pDbx {
  padding-top: 12px
}

.nyh_wideview___30Nrw .nyh_feed-grid___2pDbx {
  background: #fff;
  border-top: 1px solid #ebebeb;
  padding: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview___30Nrw .nyh_feed-grid___2pDbx {
    padding: 16px
  }
}

.nyh_feed-grid__header___3Zb-Q {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400
}

@media only screen and (min-width: 37.5625em) {
  .nyh_feed-grid__header___3Zb-Q {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.26316
  }
}

.nyh_feed-grid__header-decorator___1aEIe {
  border-color: #ccc;
  border-style: solid;
  border-width: 5px 0 0;
  display: block;
  height: 21px;
  min-width: 99%
}

.nyh_feed-grid__header-text___1UEyw {
  display: block
}

.nyh_feed-grid__list___1bmh5 {
  list-style: none;
  margin: 1em 0 0;
  padding-left: 0
}

.flexbox___2oQkW .nyh_feed-grid__list___1bmh5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nyh_wideview___30Nrw .nyh_feed-grid__list___1bmh5 {
  margin-top: 0
}

.flexbox___2oQkW .nyh_feed-grid__list-item___2DeGs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nyh_wideview___30Nrw .nyh_feed-grid__list-item___2DeGs {
  margin-bottom: 12px
}

.nyh_feed-grid__list-item___2DeGs.nyh_is-no-img___1S3M- {
  background-color: transparent;
  padding: 0
}

.nyh_feed-grid__button-wrapper___3U6q7 {
  margin-bottom: .1em;
  margin-top: 2em
}

.nyh_feed-grid__wideview-border___3NhgN {
  border-top: 1px solid #e1e1e1;
  display: block
}

@media only screen and (min-width: 37.5625em) {
  .nyh_feed-grid__wideview-border___3NhgN {
    padding-top: 1px
  }
}

.nyh_feedbox-item___1oxww {
  border-bottom: 1px solid #ebebeb;
  display: table;
  padding: 8px 12px;
  width: 100%
}

.nyh_feedbox-item___1oxww:last-child {
  border-bottom: 0
}

.nyh_feedbox-item___1oxww + .nyh_feedbox-item___1oxww {
  border-top: 2px solid #fff
}

.nyh_feedbox--latest-videos___28RYb .nyh_feedbox-item___1oxww {
  padding: 0 0 6px
}

.nyh_feedbox-item__badge___2rWKV {
  display: table-cell
}

.nyh_feedbox-item__content___xQMm6 {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  word-break: break-word
}

.nyh_feedbox--latest-news___1io0Q .nyh_feedbox-item__content___xQMm6 {
  display: block;
  padding-left: 0
}

.nyh_feedbox-item__link___3pB9o {
  text-decoration: none;
  color: #1e69aa;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1b1b1b;
  font-weight: 700;
  line-height: 1.2
}

.nyh_feedbox-item__link___3pB9o:focus {
  outline: thin dotted #1e69aa
}

.nyh_feedbox-item__link___3pB9o:hover {
  text-decoration: underline
}

.nyh_feedbox-item__link___3pB9o:active, .nyh_feedbox-item__link___3pB9o:hover, .nyh_feedbox-item__link___3pB9o:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_feedbox-item__link___3pB9o:hover, .nyh_feedbox-item__link___3pB9o:visited {
  color: #1b1b1b
}

.nyh_feedbox-item__badge___2rWKV {
  display: inline-block;
  font-weight: 700;
  overflow: hidden
}

.nyh_feedbox-item__badge___2rWKV.nyh_feedbox-item__badge--number___M2i_O {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #737373;
  font-weight: 400;
  height: 38px;
  line-height: 34px;
  text-align: center;
  width: 38px
}

.nyh_feedbox-item__badge___2rWKV.nyh_feedbox-item__badge--time___2oIQP {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 3px;
  color: #b9232d;
  float: right;
  font-weight: 400;
  letter-spacing: .1px;
  margin-left: 10px;
  padding: 2px 0;
  position: relative;
  text-align: center;
  top: 0;
  white-space: nowrap
}

@-webkit-keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nyh_feedbox___1mqkL {
  background-color: #fff;
  border-top: 4px solid #e13241;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  margin-top: 16px;
  padding-bottom: 1px
}

.nyh_theme--front-page___2HI3G .nyh_feedbox___1mqkL.nyh_feedbox--latest-videos___28RYb {
  border-top: 0
}

.nyh_theme--sport___jbqY_ .nyh_feedbox___1mqkL {
  border-color: #2891c8
}

.nyh_feedbox__title___26Wox {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  line-height: 1.35294;
  margin-top: -1px;
  padding: 6px 12px
}

.nyh_theme--front-page___2HI3G .nyh_feedbox--latest-videos___28RYb .nyh_feedbox__title___26Wox {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #e13241;
  border-bottom: 0;
  color: #fff;
  text-transform: uppercase
}

.nyh_feedbox__list___2KNWA {
  list-style-type: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 37.5625em) and (max-width: 64em) {
  .nyh_feedbox--latest-videos___28RYb .nyh_feedbox__list___2KNWA {
    margin-left: 2px;
    margin-right: 2px
  }
}

.nyh_feedbox--latest-videos___28RYb .nyh_latestvideos__clip___1Jh-G {
  border-top: 0;
  padding: 0 12px
}

@media only screen and (min-width: 64.0625em) {
  .nyh_body__main___1C_UF .nyh_regional-latestnews___-aYSt {
    display: none
  }
}

.nyh_body__aside___1W3C5 .nyh_regional-latestnews___-aYSt {
  display: none
}

.nyh_layout-article___hg6AG .nyh_body__aside___1W3C5 .nyh_regional-latestnews___-aYSt {
  display: block
}

@media only screen and (min-width: 64.0625em) {
  .nyh_body__aside___1W3C5 .nyh_regional-latestnews___-aYSt {
    display: block
  }
}

.nyh_latestvideos__episode-video___3aly4 {
  margin-bottom: 6px;
  overflow: hidden
}

.nyh_latestvideos__episode-title___2T2sq {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px
}

.nyh_theme--front-page___2HI3G .nyh_latestvideos__episode-title___2T2sq {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2
}

.nyh_latestvideos__episode-text___1XpIf {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px
}

.nyh_latestvideos__episode-text___1XpIf ol, .nyh_latestvideos__episode-text___1XpIf p, .nyh_latestvideos__episode-text___1XpIf ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_latestvideos__episode-text___1XpIf p {
  margin-bottom: 14px
}

.nyh_latestvideos__episode-text___1XpIf h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_latestvideos__episode-text___1XpIf strong {
  font-weight: 700
}

.nyh_latestvideos__episode-text___1XpIf em {
  font-style: italic
}

.nyh_latestvideos__episode-text___1XpIf .blockquote___2IMML, .nyh_latestvideos__episode-text___1XpIf blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_latestvideos__episode-text___1XpIf .blockquote___2IMML:before, .nyh_latestvideos__episode-text___1XpIf blockquote:before {
  content: open-quote
}

.nyh_latestvideos__episode-text___1XpIf .blockquote___2IMML:after, .nyh_latestvideos__episode-text___1XpIf blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_latestvideos__episode-text___1XpIf .blockquote___2IMML, .nyh_latestvideos__episode-text___1XpIf blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_latestvideos__episode-text___1XpIf a {
  color: #1e69aa;
  text-decoration: underline
}

.nyh_latestvideos__episode-name___34hWe {
  line-height: 1.2
}

.nyh_latestvideos__episode-timestamp___E8lDs {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #333;
  display: inline-block;
  line-height: 1.2;
  margin-left: 4px
}

.nyh_latestvideos__clip___1Jh-G {
  padding: 0 12px
}

@media only screen and (min-width: 37.5625em) and (max-width: 64em) {
  .nyh_latestvideos__clip___1Jh-G {
    border-top: 0;
    display: inline-block;
    width: 50%
  }
}

.nyh_contactbox-item__icon___Gj-J7 {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--facebook___3LABI:before {
  content: "\F125"
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--instagram___R0uyW:before {
  content: "\F12F"
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--mail___ARPMb:before {
  content: "\F135"
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--phone___3Z0ne:before {
  content: "\F13E"
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--twitter___CmK-1:before {
  content: "\F164"
}

.nyh_contactbox-item___3VI52 {
  border-bottom: 1px solid #ebebeb;
  display: table;
  padding: 8px 12px;
  width: 100%
}

.nyh_contactbox-item___3VI52:last-child {
  border-bottom: 0
}

.nyh_contactbox-item___3VI52 + .nyh_contactbox-item___3VI52 {
  border-top: 2px solid #fff
}

@media only screen and (min-width: 37.5625em) and (max-width: 64em) {
  .nyh_contactbox-item___3VI52 {
    display: inline-block;
    padding: 8px 12px;
    width: 50%
  }

  .nyh_contactbox-item___3VI52:nth-child(2) {
    border-top: none
  }

  .nyh_contactbox-item___3VI52:last-child:nth-child(3), .nyh_contactbox-item___3VI52:last-child:nth-child(5) {
    width: 100%
  }
}

.nyh_contactbox-item__link___Fz5rA {
  color: inherit;
  text-decoration: none
}

.nyh_contactbox-item__icon-wrapper___8bW4A {
  display: table-cell;
  width: 39px
}

.nyh_contactbox-item__icon___Gj-J7 {
  background: #ccc;
  border-radius: 19.5px;
  color: #f5f5f5;
  font-size: 30px;
  height: 39px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  width: 39px
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--instagram___R0uyW, .nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--mail___ARPMb {
  font-size: 21px;
  padding: 9px
}

.nyh_contactbox-item__icon___Gj-J7.nyh_contactbox-item__icon--phone___3Z0ne {
  font-size: 24px;
  padding: 7px
}

.nyh_contactbox-item__text___28jd0 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  display: table-cell;
  line-height: 1.33333;
  padding-left: 10px;
  vertical-align: middle
}

.nyh_contactbox-item__emph___3V4cg {
  text-decoration: none;
  color: #1e69aa;
  color: #1b1b1b;
  font-weight: 700
}

.nyh_contactbox-item__emph___3V4cg:focus {
  outline: thin dotted #1e69aa
}

.nyh_contactbox-item__emph___3V4cg:hover {
  text-decoration: underline
}

.nyh_contactbox-item__emph___3V4cg:active, .nyh_contactbox-item__emph___3V4cg:hover, .nyh_contactbox-item__emph___3V4cg:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_contactbox-item__nowrap___1zZd4 {
  white-space: nowrap
}

.nyh_contactbox-item__emph--company_name___1VZ0L {
  text-transform: capitalize
}

._RightNowItem__base___1Piw4___eTO4H {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  display: block;
  margin-top: 8px;
  padding: 8px 12px 8px 9px;
  position: relative
}

._RightNowItem__base___1Piw4___eTO4H:first-child {
  margin-top: 0
}

._RightNowItem__base___1Piw4___eTO4H:hover {
  cursor: pointer
}

@media only screen and (min-width: 37.5625em) {
  ._RightNowItem__base___1Piw4___eTO4H {
    padding: 10px 12px 10px 9px
  }
}

._RightNowItem__default___1qcve___1Ng8S {
  border-left: 3px solid #e13241
}

._RightNowItem__opinion___1GrQv___1OO9C {
  border-left: 3px solid #eb6937
}

._RightNowItem__sport___1YGMW___LDtsq {
  border-left: 3px solid #2891c8
}

._RightNowItem__noPrefix___1-fJL___188u8 {
  padding: 8px 12px
}

@media only screen and (min-width: 37.5625em) {
  ._RightNowItem__noPrefix___1-fJL___188u8 {
    padding: 10px 12px
  }
}

._RightNowItem__boxed___2L_DW___21DMs {
  padding: 0
}

._RightNowItem__link___1705u___RNyYG {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  text-decoration: none
}

._RightNowItem__link___1705u___RNyYG:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

@media only screen and (min-width: 37.5625em) {
  ._RightNowItem__link___1705u___RNyYG {
    font-size: 20px;
    font-size: 1.25rem
  }
}

._RightNowItem__prefix___U6eYb___Jymx5 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  ._RightNowItem__prefix___U6eYb___Jymx5 {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

._RightNowItem__opinion___1GrQv___1OO9C ._RightNowItem__prefix___U6eYb___Jymx5 {
  color: #eb6937
}

._RightNowItem__default___1qcve___1Ng8S ._RightNowItem__prefix___U6eYb___Jymx5 {
  color: #e13241
}

._RightNowItem__sport___1YGMW___LDtsq ._RightNowItem__prefix___U6eYb___Jymx5 {
  color: #2891c8
}

._RightNowItem__boxed___2L_DW___21DMs ._RightNowItem__prefix___U6eYb___Jymx5 {
  background-color: #e13241;
  color: #fff;
  display: table-cell;
  font-weight: 900;
  padding: 8px 12px;
  vertical-align: middle;
  white-space: nowrap
}

@media only screen and (min-width: 37.5625em) {
  ._RightNowItem__boxed___2L_DW___21DMs ._RightNowItem__prefix___U6eYb___Jymx5 {
    padding: 10px 12px
  }
}

._RightNowItem__title___3psUR___oNFEX {
  color: #333;
  font-weight: 700
}

._RightNowItem__link___1705u___RNyYG:hover ._RightNowItem__title___3psUR___oNFEX {
  text-decoration: underline
}

._RightNowItem__boxed___2L_DW___21DMs ._RightNowItem__title___3psUR___oNFEX {
  display: table-cell;
  padding: 8px 12px
}

@media only screen and (min-width: 37.5625em) {
  ._RightNowItem__boxed___2L_DW___21DMs ._RightNowItem__title___3psUR___oNFEX {
    padding: 10px 12px
  }
}

._RightNowItem__default___1qcve___1Ng8S ._RightNowItem__title___3psUR___oNFEX, ._RightNowItem__opinion___1GrQv___1OO9C ._RightNowItem__title___3psUR___oNFEX, ._RightNowItem__sport___1YGMW___LDtsq ._RightNowItem__title___3psUR___oNFEX {
  padding-left: 4px
}

.RightNow__root___1lTC8___3c89e {
  list-style: none;
  margin: 16px 0;
  padding: 0
}

.nyh_error___3nheK {
  zoom: 1;
  min-height: 500px;
  padding: 32px 12px;
  text-align: center
}

.nyh_error___3nheK:after, .nyh_error___3nheK:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_error___3nheK:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_error___3nheK {
    padding: 32px 0
  }
}

.nyh_error__heading___2bHr1 {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.07407;
  margin-bottom: 5px;
  color: #e13241;
  font-weight: 400;
  margin-bottom: 24px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_error__heading___2bHr1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.06061;
    margin-bottom: 6px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_error__heading___2bHr1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.09524
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_error__heading___2bHr1 {
    margin-bottom: 24px
  }
}

.nyh_error__lead___1w918 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 16px
}

.nyh_error__text-content___3YsyZ ol, .nyh_error__text-content___3YsyZ p, .nyh_error__text-content___3YsyZ ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_error__text-content___3YsyZ p {
  margin-bottom: 14px
}

.nyh_error__text-content___3YsyZ h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_error__text-content___3YsyZ strong {
  font-weight: 700
}

.nyh_error__text-content___3YsyZ em {
  font-style: italic
}

.nyh_error__text-content___3YsyZ .blockquote___2IMML, .nyh_error__text-content___3YsyZ blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_error__text-content___3YsyZ .blockquote___2IMML:before, .nyh_error__text-content___3YsyZ blockquote:before {
  content: open-quote
}

.nyh_error__text-content___3YsyZ .blockquote___2IMML:after, .nyh_error__text-content___3YsyZ blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_error__text-content___3YsyZ .blockquote___2IMML, .nyh_error__text-content___3YsyZ blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_error__text-content___3YsyZ a {
  text-decoration: underline;
  text-decoration: none;
  color: #1e69aa
}

.nyh_error__text-content___3YsyZ a:focus {
  outline: thin dotted #1e69aa
}

.nyh_error__text-content___3YsyZ a:hover {
  text-decoration: underline
}

.nyh_error__text-content___3YsyZ a:active, .nyh_error__text-content___3YsyZ a:hover, .nyh_error__text-content___3YsyZ a:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_error__link___26piM {
  text-decoration: none;
  color: #1e69aa;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

.nyh_error__link___26piM:focus {
  outline: thin dotted #1e69aa
}

.nyh_error__link___26piM:hover {
  text-decoration: underline
}

.nyh_error__link___26piM:active, .nyh_error__link___26piM:hover, .nyh_error__link___26piM:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_error__list___1L7CJ {
  list-style: none;
  padding: 0
}

.nyh_error__list-item___1ktUo {
  display: inline-block
}

.nyh_error__list-item___1ktUo.nyh_error__list-item--full-width___1C9db {
  width: 50%
}

.nyh_error__list-item___1ktUo.nyh_error__list-item--article-width___1yfBx {
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_error__list-item___1ktUo.nyh_error__list-item--article-width___1yfBx, .nyh_error__list-item___1ktUo.nyh_error__list-item--full-width___1C9db {
    width: inherit
  }
}

.nyh_error__list-link___36zvt {
  text-decoration: none;
  color: #000;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 23px;
  padding: 9px 32px 10px;
  background: #fff;
  border-color: #606060;
  color: #1b1b1b;
  margin: 0 8px 8px 0;
  width: 90%
}

.nyh_error__list-link___36zvt:focus {
  outline: thin dotted #1e69aa
}

.nyh_error__list-link___36zvt:hover {
  text-decoration: underline
}

.nyh_error__list-link___36zvt:active, .nyh_error__list-link___36zvt:hover, .nyh_error__list-link___36zvt:visited {
  color: inherit
}

.nyh_error__list-link___36zvt:focus {
  border: 2px solid #2891c8;
  outline: none
}

.nyh_error__list-link___36zvt:active {
  border-color: #1b1b1b;
  color: #1b1b1b
}

.nyh_error__list-link___36zvt:hover {
  border-color: #333
}

.nyh_error__list-link___36zvt:disabled {
  border-color: #e1e1e1;
  color: #737373
}

@media only screen and (min-width: 37.5625em) {
  .nyh_error__list-link___36zvt {
    width: inherit
  }
}

.nyh_error__list-link___36zvt:hover {
  text-decoration: none
}

.nyh_news-header__container___2hoIC {
  background-color: #ce0022;
  border-top: 1px solid hsla(0, 0%, 100%, .25);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ae001d), to(#e50026));
  background-image: linear-gradient(90deg, #ae001d 0, #e50026)
}

.nyh_theme--opinion___2Lm42 .nyh_news-header__container___2hoIC {
  background-color: #eb6937;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ed6e00), to(#ff9400));
  background-image: linear-gradient(90deg, #ed6e00 0, #ff9400)
}

.nyh_news-header__content-area___1kTb_ {
  zoom: 1;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: auto
}

.nyh_news-header__content-area___1kTb_:after, .nyh_news-header__content-area___1kTb_:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_news-header__content-area___1kTb_:after {
  clear: both
}

.nyh_news-header__content-area___1kTb_.nyh_news-header__content-area--with-menu___1mFdA {
  height: 105px
}

.nyh_news-header__content-area___1kTb_.nyh_news-header__content-area--with-no-menu___2c-Fc {
  height: 68px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_news-header__content-area___1kTb_ {
    padding-left: 0;
    padding-right: 0;
    width: 96%
  }

  .nyh_news-header__content-area___1kTb_.nyh_news-header__content-area--with-menu___1mFdA {
    height: 130px
  }

  .nyh_news-header__content-area___1kTb_.nyh_news-header__content-area--with-menu___1mFdA.nyh_news-header__content-area--new-logo___erkGD {
    height: 120px
  }

  .nyh_news-header__content-area___1kTb_.nyh_news-header__content-area--with-no-menu___2c-Fc {
    height: 88px
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_news-header__content-area___1kTb_ {
    max-width: 96%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_news-header__content-area___1kTb_ {
    max-width: 900px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_news-header__content-area___1kTb_ {
    max-width: 988px
  }
}

.nyh_news-header__link___1gaJr {
  color: #fff;
  display: block;
  height: 88px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.nyh_news-header__link___1gaJr:visited {
  color: #fff
}

.nyh_news-header__logo___1DuiM {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin-top: 10px;
  width: auto
}

.no-svg___3u5u0 .nyh_news-header__logo___1DuiM {
  ms-behavior: url("//www.svtstatic.se/resources/svtservice-n-render/backgroundsize_ie8_polyfill.min_1.htc")
}

@media only screen and (min-width: 37.5625em) {
  .nyh_news-header__logo___1DuiM {
    height: 65px;
    margin-top: 13px
  }
}

.no-svg___3u5u0.no-js___3WeCP .nyh_news-header__logo___1DuiM {
  display: none
}

.nyh_news-header__logo___1DuiM.nyh_news-header__logo--new___1SXbE {
  background-image: url("https://www.svtstatic.se/resources/svtservice-n-render/svt-nyheter-logo-inverted_1.svg");
  background-position: 0 50%;
  height: 31px;
  margin-left: 12px;
  margin-top: 14px;
  width: 226px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_news-header__logo___1DuiM.nyh_news-header__logo--new___1SXbE {
    background-position: 0 50%;
    height: 40px;
    margin-left: 0;
    margin-top: 17px;
    width: 277px
  }
}

@media only screen and (max-width: 225px) {
  .nyh_news-header__logo___1DuiM.nyh_news-header__logo--new___1SXbE {
    background-position: 0 50%
  }
}

.nyh_news-header__logo-text___2KyKe {
  position: absolute;
  text-indent: -9999px
}

.no-svg___3u5u0.no-js___3WeCP .nyh_news-header__logo-text___2KyKe {
  font-size: 1.5em;
  left: 0;
  text-align: center;
  text-indent: 0;
  top: .25em;
  width: 100%
}

.MostImportant__base___2wk5h___skQ1n {
  margin-top: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 37.5625em) {
  .MostImportant__base___2wk5h___skQ1n {
    margin-top: 16px
  }
}

@media only screen and (min-width: 64.0625em) {
  .MostImportant__default___2FyxB___2bXFz {
    display: none
  }
}

.MostImportant__hideInMobile___c40xx___f2gYu {
  display: none
}

@media only screen and (min-width: 64.0625em) {
  .MostImportant__hideInMobile___c40xx___f2gYu {
    display: block
  }
}

.MostImportant__title___2ILla___2o6jF {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #e13241;
  color: #fff;
  font-weight: 700;
  line-height: 1.35294;
  padding: 6px 12px;
  text-transform: uppercase
}

.MostImportant__list___1F4jM___1SVg4 {
  list-style: none;
  margin: 0;
  padding: 0
}

.MostImportant__link___14mas___3KGmp {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
  color: #404040;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  padding: 12px 40px 12px 12px;
  position: relative
}

.MostImportant__link___14mas___3KGmp:focus {
  outline: thin dotted #1e69aa
}

.MostImportant__link___14mas___3KGmp:hover {
  text-decoration: underline
}

.MostImportant__link___14mas___3KGmp:active, .MostImportant__link___14mas___3KGmp:hover, .MostImportant__link___14mas___3KGmp:visited {
  color: inherit
}

.MostImportant__link___14mas___3KGmp:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

li:last-child .MostImportant__link___14mas___3KGmp {
  border-bottom: none
}

.MostImportant__arrow___BpQoV___2be28 {
  color: #ccc;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.MostImportant__link___14mas___3KGmp:hover .MostImportant__arrow___BpQoV___2be28 {
  text-decoration: none
}

.nyh_poll__header___3_sCa {
  border-bottom: 1px solid #e1e1e1
}

.nyh_poll__header-text___1xilX {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 8px 12px;
  line-height: 21px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__header-text___1xilX {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__header-text-prefix___XbgtO.nyh_poll__header-text-prefix--opinion___1fUpZ {
  color: #eb6937
}

.nyh_poll__header-counted___2zWpO {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #606060;
  padding-bottom: 8px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__header-counted___2zWpO {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__results___M1nJD {
  list-style: none;
  margin: 0;
  padding: 0
}

.nyh_poll__result___2-ke9 {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  padding: 16px 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__result___2-ke9 {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__result-text___3h3ZI {
  float: left;
  margin-right: 4em
}

.nyh_poll__result-percent___1ySyc {
  color: #1b1b1b;
  float: right;
  font-weight: 700;
  left: 100%;
  margin-left: -4em;
  position: absolute;
  text-align: right;
  width: 3em
}

.nyh_poll__result-graph___2RKJ9 {
  clear: both;
  padding-top: .5em
}

.nyh_poll__bar___3-zfv {
  background-color: #f5f5f5
}

.nyh_poll__bar___3-zfv, .nyh_poll__bar-value___38r6M {
  border-radius: 2px;
  height: 18px;
  overflow: hidden
}

.nyh_poll__bar-value___38r6M {
  display: block
}

@-webkit-keyframes anim-poll__bar___2qOsf {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes anim-poll__bar___2qOsf {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.nyh_poll__bar-value-content___16-t_ {
  -webkit-animation: anim-poll__bar___2qOsf 1s forwards;
  animation: anim-poll__bar___2qOsf 1s forwards;
  background-color: #606060;
  border-radius: 2px;
  display: block;
  height: 100%;
  width: 100%
}

.nyh_poll--opinion___1NYMY .nyh_poll__bar-value-content___16-t_ {
  background-color: #eb6937
}

.nyh_poll__disclaimer___3D-lT {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  clear: both;
  display: block;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__disclaimer___3D-lT {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__closed-results___2QFg5 {
  padding: 12px;
  border-bottom: 1px solid #e1e1e1
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__closed-results___2QFg5 {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__circle-inner___1bhhz {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_poll__circle-inner___1bhhz:before {
  content: "\F113"
}

.no-js___3WeCP .nyh_poll__options___2s4El, .no-react___rStgl .nyh_poll__options___2s4El {
  display: none
}

.nyh_poll__alternative___u6vO4 {
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  opacity: 1
}

.nyh_poll__alternative___u6vO4.nyh_poll__alternative--default___3fpfT:hover {
  background-color: #f5f5f5
}

.nyh_poll__alternative___u6vO4.nyh_poll__alternative--active___GhysZ {
  background: #f5f5f5;
  border-bottom-color: transparent;
  cursor: default;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in
}

.nyh_poll__alternative___u6vO4.nyh_poll__alternative--inactive___1GXgd {
  border-color: transparent;
  color: #606060;
  cursor: default;
  opacity: .8;
  -webkit-transition: color opacity border-color .3s ease-out;
  transition: color opacity border-color .3s ease-out
}

.nyh_poll__alternative-label___13FQX {
  cursor: pointer;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 9px 0 9px 12px;
  position: relative
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__alternative-label___13FQX {
    padding-left: 16px
  }
}

.nyh_poll__alternative--active___GhysZ .nyh_poll__alternative-label___13FQX, .nyh_poll__alternative--inactive___1GXgd .nyh_poll__alternative-label___13FQX {
  cursor: default
}

.nyh_poll__alternative-text___12s3l {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 33px;
  position: relative;
  vertical-align: middle
}

.nyh_poll__alternative-input___14OsL {
  display: none
}

@-webkit-keyframes anim-poll__circle_spinner___3Oi8v {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(364deg);
    transform: rotate(364deg)
  }
}

@keyframes anim-poll__circle_spinner___3Oi8v {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(364deg);
    transform: rotate(364deg)
  }
}

.nyh_poll__circle-outer___kgOb_ {
  border: 2px solid #ccc;
  border-radius: 13px;
  display: inline-block;
  height: 25px;
  margin-right: -25px;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  width: 25px
}

.nyh_poll__circle-outer___kgOb_.nyh_poll__circle-outer--loading-inactive___1XCOI {
  opacity: 0;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out
}

.nyh_poll__circle-outer___kgOb_.nyh_poll__circle-outer--not-checked___pSEV3 {
  opacity: 0
}

.nyh_poll--opinion___1NYMY .nyh_poll__circle-outer___kgOb_ {
  border-color: #eb6937
}

.nyh_poll__circle-outer___kgOb_.nyh_poll__circle-outer--loading-active___3sdoG {
  -webkit-animation: anim-poll__circle_spinner___3Oi8v .6s infinite linear;
  animation: anim-poll__circle_spinner___3Oi8v .6s infinite linear;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent
}

.nyh_poll__circle-outer___kgOb_.nyh_poll__circle-outer--checked___2qH39 {
  border-color: transparent
}

.nyh_poll__circle-inner___1bhhz {
  height: 25px;
  left: -2px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 1px;
  width: 25px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

.nyh_poll--opinion___1NYMY .nyh_poll__circle-inner___1bhhz {
  color: #eb6937
}

.nyh_poll__circle-outer--checked___2qH39 .nyh_poll__circle-inner___1bhhz {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in
}

.nyh_poll__error___1PZTD {
  padding: 16px 12px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__error___1PZTD {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__error-button___3_Dqa {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 23px;
  padding: 9px 32px 10px;
  background: #606060;
  border: 2px solid transparent;
  color: #fff;
  margin-top: 12px;
  text-decoration: none
}

.nyh_poll__error-button___3_Dqa:active, .nyh_poll__error-button___3_Dqa:focus {
  background: #f5f5f5;
  border-color: #2891c8;
  color: #1b1b1b;
  outline: none
}

.nyh_poll__error-button___3_Dqa:hover {
  background: #404040;
  border-color: transparent;
  color: #fff
}

.nyh_poll__error-button___3_Dqa:hover:active {
  background: #fff;
  border-color: #1b1b1b;
  color: #1b1b1b
}

.nyh_poll__error-button___3_Dqa:disabled {
  border-color: #e1e1e1;
  color: #737373
}

.nyh_poll___30PG0 {
  margin-top: 12px;
  border: 1px solid #e1e1e1
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll___30PG0 {
    margin-top: 16px
  }
}

.nyh_feed___2hQuF .nyh_poll___30PG0 {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.nyh_group___OkxCU .nyh_poll___30PG0 {
  border-top: 1px solid #ebebeb;
  margin-top: 0
}

.nyh_poll__no-js___2dz2x {
  padding: 12px;
  border-bottom: 1px solid #e1e1e1;
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__no-js___2dz2x {
    padding-left: 16px;
    padding-right: 16px
  }
}

.no-js___3WeCP .nyh_poll__no-js___2dz2x {
  display: block
}

.nyh_poll__no-react___2D9wT {
  padding: 12px;
  border-bottom: 1px solid #e1e1e1;
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__no-react___2D9wT {
    padding-left: 16px;
    padding-right: 16px
  }
}

.no-react___rStgl .nyh_poll__no-react___2D9wT {
  display: block
}

.nyh_poll_anim-enter___10l2Q {
  display: block;
  opacity: .01
}

.nyh_poll_anim-enter-active___ZcYgN {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

.nyh_poll_anim-exit___ScdFJ, .nyh_poll_anim-exit-active___2b79b {
  display: none
}

.nyh_poll__item___yb2UQ {
  display: block;
  opacity: 1;
  width: 100%
}

.nyh_poll__vote-count___2AExV {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #606060;
  margin-top: 5px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_poll__vote-count___2AExV {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_poll__footer___1s1o1 {
  padding: 8px 0
}

.nyh_poll__button___1Cj4e {
  display: block;
  text-align: center
}

.no-js___3WeCP .nyh_poll__button___1Cj4e, .no-react___rStgl .nyh_poll__button___1Cj4e {
  display: none
}

.nyh_poll__link___1rg7G {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 23px;
  padding: 9px 32px 10px;
  background: #fff;
  border-color: #606060;
  color: #1b1b1b;
  margin-top: 6px;
  text-decoration: none
}

.nyh_poll__link___1rg7G:focus {
  border: 2px solid #2891c8;
  outline: none
}

.nyh_poll__link___1rg7G:active {
  border-color: #1b1b1b;
  color: #1b1b1b
}

.nyh_poll__link___1rg7G:hover {
  border-color: #333
}

.nyh_poll__link___1rg7G:disabled {
  border-color: #e1e1e1;
  color: #737373
}

.no-js___3WeCP .nyh_poll__link___1rg7G {
  display: none
}

.GroupSecondaryTeasers__container___2fFuy___R_uWr {
  border-top: 1px solid #e1e1e1;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden
}

@media only screen and (min-width: 50.0625em) {
  .GroupSecondaryTeasers__container___2fFuy___R_uWr {
    border-top: none
  }
}

.GroupSecondaryTeasers__list___24HKo___4EBry {
  display: block
}

.flexbox___2oQkW .GroupSecondaryTeasers__list___24HKo___4EBry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media only screen and (min-width: 50.0625em) {
  .flexbox___2oQkW .GroupSecondaryTeasers__list___24HKo___4EBry {
    display: block
  }
}

.GroupSecondaryTeasers__showMoreButton___3SchP___1oMFB {
  background-color: transparent;
  border: solid #e1e1e1;
  border-width: 1px 0 0;
  color: #333;
  display: none;
  font-weight: 700;
  outline: none;
  padding: 12px;
  text-align: center;
  width: 100%
}

.GroupSecondaryTeasers__showMoreButton___3SchP___1oMFB:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.flexbox___2oQkW .GroupSecondaryTeasers__showMoreButton___3SchP___1oMFB {
  display: none
}

@media only screen and (min-width: 50.0625em) {
  .flexbox___2oQkW .GroupSecondaryTeasers__showMoreButton___3SchP___1oMFB {
    display: block
  }
}

.GroupSecondaryTeasers__showMoreButtonIcon___cWu8u___1LKIi {
  margin-right: 8px
}

.GroupSecondaryTeasers__showMoreButtonText___3U-jl___189ZI {
  line-height: 1.25;
  vertical-align: middle
}

.GroupSecondaryTeasers__showMoreButton___3SchP___1oMFB:hover .GroupSecondaryTeasers__showMoreButtonText___3U-jl___189ZI {
  text-decoration: underline
}

.GroupSecondaryTeasers__collapsedBase___3lMed___103lp {
  display: block
}

.flexbox___2oQkW .GroupSecondaryTeasers__collapsedBase___3lMed___103lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

@media only screen and (min-width: 50.0625em) {
  .flexbox___2oQkW .GroupSecondaryTeasers__collapsedBase___3lMed___103lp {
    display: none
  }
}

.flexbox___2oQkW .GroupSecondaryTeasers__collapsedMultiple___2U99y___55hue {
  width: 100%
}

.flexbox___2oQkW .GroupSecondaryTeasers__collapsedSingle___3Arj____3V95i {
  width: 84%
}

.flexbox___2oQkW .GroupSecondaryTeasers__collapsedSingle___3Arj____3V95i > .nyh_teaser___3VXFl {
  width: 100%
}

.flexbox___2oQkW .GroupSecondaryTeasers__collapsedSingleGroupLink___E3ONo___2rqss {
  width: 50%
}

.flexbox___2oQkW .GroupSecondaryTeasers__collapsedSingleGroupLink___E3ONo___2rqss > a {
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .flexbox___2oQkW .GroupSecondaryTeasers__collapsedSingleGroupLink___E3ONo___2rqss {
    width: 30%
  }
}

@media only screen and (min-width: 50.0625em) {
  .flexbox___2oQkW .GroupSecondaryTeasers__collapsedSingleGroupLink___E3ONo___2rqss {
    display: block;
    width: 100%
  }
}

@media only screen and (min-width: 50.0625em) {
  .GroupSecondaryTeasers__expanded___21S44___2_0LX {
    display: block
  }
}

.GroupLink__base___2jOKc___3uszS {
  text-decoration: none;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #e1e1e1;
  color: #333;
  display: block;
  font-weight: 700;
  padding: 8px 12px;
  text-align: right;
  text-transform: uppercase
}

.GroupLink__base___2jOKc___3uszS:focus {
  outline: thin dotted #1e69aa
}

.GroupLink__base___2jOKc___3uszS:hover {
  text-decoration: underline
}

.GroupLink__base___2jOKc___3uszS:active, .GroupLink__base___2jOKc___3uszS:hover, .GroupLink__base___2jOKc___3uszS:visited {
  color: inherit
}

.GroupLink__base___2jOKc___3uszS:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.GroupLink__base___2jOKc___3uszS:hover {
  text-decoration: none
}

.flexbox___2oQkW .GroupLink__default___3fsGX___3XM8h {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  text-transform: none;
  width: 50%
}

@media only screen and (min-width: 37.5625em) {
  .flexbox___2oQkW .GroupLink__default___3fsGX___3XM8h {
    width: 30%
  }
}

@media only screen and (min-width: 50.0625em) {
  .flexbox___2oQkW .GroupLink__default___3fsGX___3XM8h {
    font-size: 16px;
    font-size: 1rem;
    border-top: 1px solid #e1e1e1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 12px;
    text-transform: uppercase;
    width: 100%
  }
}

.GroupLink__base___2jOKc___3uszS:hover .GroupLink__text___3G5Ig___nN0J8 {
  text-decoration: underline
}

.GroupLink__icon___3IYU7___3RJwj {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #e13241;
  display: inline !important;
  margin-left: 4px;
  position: relative;
  top: -1px
}

.GroupLink__block___3lcjH___1bYwg .GroupLink__icon___3IYU7___3RJwj {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  top: -2px
}

@media only screen and (min-width: 50.0625em) {
  .GroupLink__icon___3IYU7___3RJwj {
    font-size: 15px;
    font-size: .9375rem;
    top: -2px
  }
}

.Val2018Label__base___2JbGD___2g-Ex {
  background-color: #002b37;
  background-image: url("https://www.svtstatic.se/resources/svtservice-n-render/val2018-background_1.jpg");
  background-size: cover
}

.Val2018Label__default___2bNMp___1lXXL {
  display: block;
  height: 24px;
  margin-bottom: 12px;
  padding: 3px 8px 2px;
  width: 78px
}

.Val2018Label__inHeading___1lZrf___4CxuC {
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
  width: 85px
}

.Val2018Label__logo___37f_z___2uLS2 {
  display: inline-block
}

.nyh_group__footer-link-arrow___2T67U {
  font-family: svt-icons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_group__footer-link-arrow___2T67U:before {
  content: "\F109"
}

@-webkit-keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nyh_group___OkxCU {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.nyh_group__header___KH5zu {
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  border-top: 2px solid #e13241;
  position: relative
}

@media only screen and (min-width: 37.5625em) {
  .nyh_group__header___KH5zu {
    margin-top: 16px;
    font-size: 18px;
    font-size: 1.125rem;
    border-top-width: 3px
  }
}

.nyh_group__header___KH5zu.nyh_group__header--sport___1Di4k {
  border-color: #2891c8
}

.nyh_group__header___KH5zu.nyh_group__header--val2018___2v5Rl {
  border-color: #002b37;
  display: table;
  width: 100%
}

.nyh_group__header-text___3gqmO {
  color: #1b1b1b;
  display: block;
  font-weight: 400;
  margin-top: -2px;
  padding: 8px 12px 6px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_group__header-text___3gqmO {
    padding: 9px 16px 6px
  }
}

.nyh_group__header-group-link___3bDWB {
  text-decoration: none;
  color: #1b1b1b;
  display: table-cell;
  font-weight: 400;
  padding: 7px 8px
}

.nyh_group__header-group-link___3bDWB:focus {
  outline: thin dotted #1e69aa
}

.nyh_group__header-group-link___3bDWB:hover {
  text-decoration: underline
}

.nyh_group__header-group-link___3bDWB:active, .nyh_group__header-group-link___3bDWB:hover, .nyh_group__header-group-link___3bDWB:visited {
  color: inherit
}

@media only screen and (min-width: 37.5625em) {
  .nyh_group__header-group-link___3bDWB {
    padding: 8px 10px 7px
  }
}

.nyh_group__header--val2018___2v5Rl .nyh_group__header-group-link___3bDWB {
  color: #002b37
}

.nyh_group__header-group-link___3bDWB:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.nyh_group__header-group-link___3bDWB:hover {
  text-decoration: none
}

.nyh_group__footer___1t0An {
  border-top: 1px solid #e1e1e1;
  padding: 7px 0 8px;
  text-align: right
}

.nyh_group__footer-link___Ts3GK {
  text-decoration: none;
  color: #1e69aa;
  display: inline-block;
  font-weight: 700;
  margin-right: 18px;
  text-transform: uppercase;
  vertical-align: middle
}

.nyh_group__footer-link___Ts3GK:focus {
  outline: thin dotted #1e69aa
}

.nyh_group__footer-link___Ts3GK:hover {
  text-decoration: underline
}

.nyh_group__footer-link___Ts3GK:active, .nyh_group__footer-link___Ts3GK:hover, .nyh_group__footer-link___Ts3GK:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_group__footer-link-arrow___2T67U {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #e13241;
  float: right;
  margin: 4px 0 0 5px;
  text-decoration: none;
  vertical-align: middle
}

.nyh_group__footer-link___Ts3GK:hover .nyh_group__footer-link-arrow___2T67U {
  text-decoration: none
}

.nyh_group__footer-link-text___1GfJh {
  color: #333;
  margin-left: 5px;
  vertical-align: middle
}

.nyh_group__footer-link___Ts3GK:hover .nyh_group__footer-link-text___1GfJh {
  text-decoration: underline
}

.nyh_info___epRmE {
  background-color: #fff;
  border-top: 4px solid #e13241;
  margin-top: 12px;
  padding: 10px 12px 6px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_info___epRmE {
    margin-top: 16px
  }
}

.nyh_theme--opinion___2Lm42 .nyh_info___epRmE {
  border-top-color: #eb6937
}

.nyh_info__heading___3uybg {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.11765;
  margin-bottom: 3px;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_info__heading___3uybg {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14286;
    margin-bottom: 4px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_info__heading___3uybg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08375
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_info__heading___3uybg {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 8px
  }
}

.nyh_info__figure___ZfWsX {
  clear: both;
  margin-bottom: 8px
}

.nyh_info__body___-2Omo p {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.31;
  margin-bottom: 6px
}

.nyh_info__body___-2Omo ol, .nyh_info__body___-2Omo p, .nyh_info__body___-2Omo ul {
  color: #1b1b1b;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4
}

.nyh_info__body___-2Omo a {
  text-decoration: none;
  color: #1e69aa;
  text-decoration: underline
}

.nyh_info__body___-2Omo a:focus {
  outline: thin dotted #1e69aa
}

.nyh_info__body___-2Omo a:hover {
  text-decoration: underline
}

.nyh_info__body___-2Omo a:active, .nyh_info__body___-2Omo a:hover, .nyh_info__body___-2Omo a:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_info__body___-2Omo a, .nyh_info__body___-2Omo a:active, .nyh_info__body___-2Omo a:hover, .nyh_info__body___-2Omo a:visited {
  color: #1b1b1b
}

.VideoFeedItem__imageContainer___BpukN___M33rB {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 6px;
  position: relative;
  width: 91%
}

@media only screen and (min-width: 37.5625em) {
  .VideoFeedItem__imageContainer___BpukN___M33rB {
    width: 65%
  }
}

.VideoFeedItem__link___Gil8j___MPToB {
  display: block
}

.VideoFeedItem__titleContainer___27gBb___1pua1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(19%, rgba(0, 0, 0, .2096)), color-stop(34%, rgba(0, 0, 0, .3672)), color-stop(47%, rgba(0, 0, 0, .4944)), color-stop(56.5%, rgba(0, 0, 0, .5776)), color-stop(65%, rgba(0, 0, 0, .6448)), color-stop(73%, rgba(0, 0, 0, .6992)), color-stop(80.2%, rgba(0, 0, 0, .74)), color-stop(86.1%, rgba(0, 0, 0, .7664)), color-stop(91%, rgba(0, 0, 0, .7832)), color-stop(95.2%, rgba(0, 0, 0, .7936)), color-stop(98.2%, rgba(0, 0, 0, .7984)), to(rgba(0, 0, 0, .8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .2096) 19%, rgba(0, 0, 0, .3672) 34%, rgba(0, 0, 0, .4944) 47%, rgba(0, 0, 0, .5776) 56.5%, rgba(0, 0, 0, .6448) 65%, rgba(0, 0, 0, .6992) 73%, rgba(0, 0, 0, .74) 80.2%, rgba(0, 0, 0, .7664) 86.1%, rgba(0, 0, 0, .7832) 91%, rgba(0, 0, 0, .7936) 95.2%, rgba(0, 0, 0, .7984) 98.2%, rgba(0, 0, 0, .8));
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 900;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: normal;
  width: 100%;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem
}

.VideoFeedItem__icon___1qTOm___T0O5S {
  height: 28px;
  width: 28px
}

.VideoFeed__videoFeed___2nmIL___1gyHA {
  padding-top: 16px
}

@media only screen and (min-width: 64.0625em) {
  .VideoFeed__videoFeed___2nmIL___1gyHA {
    display: none
  }
}

.VideoFeed__feedItemContainer___JB2F7___3qqXW {
  margin: 0 -12px;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 6px;
  white-space: nowrap
}

.VideoFeed__titleContainer___y18vD___sTjVY {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  padding-bottom: 5px
}

.VideoFeed__title___vD3EM___1Y2-N {
  color: #1b1b1b;
  padding-right: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem
}

.VideoFeed__divider___15Tty___2_UOZ {
  background: #ccc;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px
}

.nyh_spinner___1HUWp {
  background-image: url("https://www.svtstatic.se/resources/svtservice-n-render/ajax-loader_1.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 1 !important;
  height: 32px;
  visibility: visible;
  position: absolute;
  top: 80px;
  width: 100%
}

@media only screen and (min-width: 50.0625em) {
  .nyh_spinner___1HUWp {
    top: 150px
  }
}

.nyh_spinner___1HUWp.nyh_spinner--align-middle___1oHwx {
  top: 50%;
  top: calc(50% - 16px)
}

.nyh_spinner___1HUWp.nyh_spinner--live-feed___3Gv1p {
  top: 55px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_spinner___1HUWp.nyh_spinner--live-feed___3Gv1p {
    top: 55px
  }
}

.nyh_feed__arrow-icon___UzXtb {
  font-family: svt-icons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_feed__arrow-icon___UzXtb:before {
  content: "\F109"
}

@-webkit-keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nyh_feed___2hQuF.nyh_feed--empty___3zEaC {
  min-height: 1000px
}

.nyh_feed___2hQuF.nyh_feed--empty___3zEaC * {
  opacity: 0
}

.nyh_feed___2hQuF.nyh_feed--fade-in___3wxak {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-in___2ymQF;
  animation-name: fade-in___2ymQF
}

.nyh_feed__list___3NUFR {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.nyh_feed__header___2254X {
  border-left: 3px solid #e13241;
  border-radius: 2px 2px 0 0;
  border-top: 1px solid #e1e1e1;
  color: #e13241;
  font-weight: 700;
  padding: 8px;
  padding-left: 12px;
  margin-top: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_feed__header___2254X {
    margin-top: 16px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.1
  }
}

.nyh_feed__more-wrapper___1n_ov {
  margin-top: 10px;
  text-align: right
}

.nyh_feed__more-link___1RoSK {
  text-decoration: none;
  color: #1e69aa;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle
}

.nyh_feed__more-link___1RoSK:focus {
  outline: thin dotted #1e69aa
}

.nyh_feed__more-link___1RoSK:hover {
  text-decoration: underline
}

.nyh_feed__more-link___1RoSK:active, .nyh_feed__more-link___1RoSK:hover, .nyh_feed__more-link___1RoSK:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_feed__arrow-icon___UzXtb {
  text-decoration: none;
  vertical-align: middle
}

.nyh_feed__more-link___1RoSK:hover .nyh_feed__arrow-icon___UzXtb {
  text-decoration: none
}

.nyh_feed__more-link-text___3_1iZ {
  margin-left: 5px;
  vertical-align: middle
}

.nyh_feed__more-link___1RoSK:hover .nyh_feed__more-link-text___3_1iZ {
  text-decoration: underline
}

.nyh_feed__show-more___1nnNw {
  margin: 30px 0
}

.nyh_latest-news-item___1CkIq {
  zoom: 1;
  background-color: #fff;
  margin-bottom: 1px;
  padding: 8px 12px;
  position: relative
}

.nyh_latest-news-item___1CkIq:after, .nyh_latest-news-item___1CkIq:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_latest-news-item___1CkIq:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_latest-news-item___1CkIq {
    padding: 8px 16px
  }
}

.nyh_latest-news-item-enter___rdKNL {
  max-height: 0
}

.nyh_latest-news-item-enter___rdKNL.nyh_latest-news-item-enter-active___2tgKA {
  max-height: 123px;
  -webkit-transition: max-height .25s ease-out;
  transition: max-height .25s ease-out
}

.nyh_latest-news-item__link___B9sZl {
  color: #1b1b1b;
  display: block;
  line-height: 1.4;
  text-decoration: none
}

@media only screen and (min-width: 50.0625em) {
  .nyh_latest-news-item__link___B9sZl {
    display: inline-block;
    padding-right: 10px;
    width: 70%
  }
}

.nyh_latest-news-item__link___B9sZl:hover {
  text-decoration: none
}

.nyh_latest-news-item__link___B9sZl:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.nyh_latest-news-item___1CkIq.nyh_is-marked___1rwdb .nyh_latest-news-item__link___B9sZl {
  font-weight: 700
}

.nyh_latest-news-item__title___2xlhi {
  display: inline-block;
  font-weight: 700;
  vertical-align: top
}

.nyh_latest-news-item__link___B9sZl:hover .nyh_latest-news-item__title___2xlhi {
  text-decoration: underline
}

.nyh_latest-news-item__section-time-wrapper___xs0G- {
  color: #333;
  display: block
}

@media only screen and (min-width: 50.0625em) {
  .nyh_latest-news-item__section-time-wrapper___xs0G- {
    display: inline-block;
    width: 30%
  }
}

.nyh_latest-news-item__section___3P4Q9 {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  clear: both;
  line-height: 16px;
  margin: 0
}

.nyh_latest-news-item___1CkIq.nyh_is-marked___1rwdb .nyh_latest-news-item__section___3P4Q9 {
  font-weight: 700
}

@media only screen and (min-width: 64.0625em) {
  .nyh_latest-news-item__section___3P4Q9 {
    clear: none
  }
}

.nyh_latest-news-item__time___61Wsb {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px
}

.nyh_latest-news-item__time___61Wsb:before {
  background: #333;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  margin: 0 6px;
  vertical-align: 4px;
  width: 2px
}

.nyh_latest-news-item___1CkIq.nyh_is-marked___1rwdb .nyh_latest-news-item__time___61Wsb {
  font-weight: 700
}

@media only screen and (min-width: 50.0625em) {
  .nyh_latest-news-item__time___61Wsb {
    float: right;
    margin-top: 3px
  }

  .nyh_latest-news-item__time___61Wsb:before {
    display: none
  }
}

.nyh_latest-news__show-more-icon___1GrCO {
  font-family: svt-icons;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_latest-news__show-more-icon___1GrCO:before {
  content: "\F142"
}

.nyh_latest-news___rFbX0 {
  border-top: 2px solid #e13241;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  margin-top: 16px
}

.nyh_theme--sport___jbqY_ .nyh_latest-news___rFbX0 {
  border-color: #2891c8
}

@media only screen and (min-width: 37.5625em) {
  .nyh_latest-news___rFbX0 {
    border-top-width: 3px;
    margin-bottom: 16px
  }
}

.nyh_latest-news__heading___Ogm79 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  margin-bottom: 1px;
  margin-top: 0;
  padding: 9px 12px 8px;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_latest-news__heading___Ogm79 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 9px 16px 8px
  }
}

.nyh_latest-news__content-wrapper___1srAq {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem
}

.nyh_latest-news__content-wrapper-inner___t1hft {
  zoom: 1;
  width: 100%
}

.nyh_latest-news__content-wrapper-inner___t1hft:after, .nyh_latest-news__content-wrapper-inner___t1hft:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_latest-news__content-wrapper-inner___t1hft:after {
  clear: both
}

.nyh_latest-news__news-list-wrapper___2lOof {
  overflow: hidden;
  width: 100%
}

.nyh_latest-news__news-list___1bw8C {
  list-style: none;
  margin: 0;
  padding-left: 0
}

.nyh_latest-news__show-more-wrapper___cwvEQ {
  background-color: #fff
}

@media print {
  .nyh_latest-news__show-more-wrapper___cwvEQ {
    display: none
  }
}

.nyh_latest-news__show-more___2dxSt {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #1b1b1b;
  display: block;
  font-weight: 700;
  line-height: 1.8;
  outline: none;
  padding: 7px 0;
  text-align: center;
  width: 100%
}

.nyh_latest-news__show-more___2dxSt:focus {
  outline: thin dotted #1e69aa
}

.nyh_latest-news__show-more___2dxSt:hover {
  text-decoration: underline
}

.nyh_latest-news__show-more___2dxSt:active, .nyh_latest-news__show-more___2dxSt:hover, .nyh_latest-news__show-more___2dxSt:visited {
  color: inherit
}

.nyh_latest-news__show-more___2dxSt:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

.nyh_latest-news__show-more-icon___1GrCO {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #1b1b1b;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle
}

.nyh_latest-news__show-more___2dxSt:hover .nyh_latest-news__show-more-icon___1GrCO {
  text-decoration: none
}

.nyh_latest-news__show-more-text___3CpjP {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1b1b1b;
  padding-left: 6px
}

.nyh_regional-widget-header__icon___SYdQZ {
  font-family: svt-icons;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_regional-widget-header__icon___SYdQZ:before {
  content: "\F121"
}

.nyh_regional-widget-header__button--active___2c0YA .nyh_regional-widget-header__icon___SYdQZ:before {
  content: "\F165"
}

.nyh_regional-widget-header___zU0wY {
  background-color: #e13241;
  color: #fff;
  display: table;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 12px;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-header___zU0wY {
    padding-left: 16px
  }
}

.nyh_regional-widget-header__title___B4-JK {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  border-right: 1px solid hsla(0, 0%, 100%, .4);
  color: #fff;
  display: table-cell;
  line-height: 2.2;
  text-decoration: none;
  vertical-align: middle;
  width: 100%
}

.nyh_regional-widget-header__title___B4-JK.nyh_regional-widget-header__title--has-region___1lF-H {
  cursor: pointer
}

.nyh_regional-widget-header__title___B4-JK.nyh_regional-widget-header__title--has-region___1lF-H:hover .nyh_regional-widget-header__region___1gInW {
  text-decoration: underline
}

.nyh_regional-widget-header__prefix___31UVQ {
  margin-right: 5px
}

.nyh_regional-widget-header__prefix___31UVQ.nyh_regional-widget-header__prefix--has-region___2covC {
  display: none;
  font-weight: 400
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-header__prefix___31UVQ.nyh_regional-widget-header__prefix--has-region___2covC {
    display: inline
  }
}

.nyh_regional-widget-header__region___1gInW {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none
}

.nyh_regional-widget-header__region___1gInW:hover {
  text-decoration: underline
}

.nyh_regional-widget-header__region___1gInW:active, .nyh_regional-widget-header__region___1gInW:hover, .nyh_regional-widget-header__region___1gInW:visited {
  color: #fff
}

.nyh_regional-widget-header__region___1gInW:focus {
  outline: 2px solid #fff;
  outline-offset: 2px
}

.nyh_regional-widget-header__button___3rTqE {
  color: #1b1b1b !important;
  display: table-cell;
  height: 100%;
  padding: 0 14px 0 16px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap
}

@media only screen and (max-width: 21.25em) {
  .nyh_regional-widget-header__button___3rTqE {
    padding-left: 12px;
    padding-right: 16px
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-header__button___3rTqE {
    padding-right: 16px
  }
}

.nyh_regional-widget-header__button___3rTqE.nyh_regional-widget-header__button--active___2c0YA, .nyh_regional-widget-header__button___3rTqE:hover {
  background-color: #b9232d;
  border-radius: 0 3px 0 0
}

.nyh_regional-widget-header__button___3rTqE:focus {
  outline: 2px solid #fff;
  outline-offset: -2px
}

.nyh_regional-widget-header__button-text___2wEj6 {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle
}

@media only screen and (max-width: 21.25em) {
  .nyh_regiona-widget-header__change-region-region___2i39K {
    display: none
  }
}

.nyh_regional-widget-header__icon___SYdQZ {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  background: transparent;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  height: 12px;
  line-height: .7;
  margin-left: 12px;
  margin-top: 0;
  text-indent: -4px;
  vertical-align: middle;
  width: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-header__icon___SYdQZ {
    margin-left: 16px
  }
}

.nyh_regional-widget-toggle-menu-button___wZ7Dw {
  margin-top: 12px;
  text-align: center
}

.nyh_regional-widget-toggle-menu-button__link___3kfBr {
  background-color: #e13241;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .2px;
  min-width: 130px;
  padding: 9px 14px 10px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap
}

.nyh_regional-widget-toggle-menu-button__link___3kfBr:hover {
  background-color: #b9232d
}

.nyh_regional-widget-toggle-menu-button__link___3kfBr:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.nyh_package-heading___2-TDO {
  color: #e13241;
  display: block;
  margin-bottom: 4px;
  padding-top: 4px;
  text-align: left;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_package-heading___2-TDO {
    padding-top: 0
  }
}

.nyh_package-heading___2-TDO.nyh_package-heading--sport___1s_EJ {
  color: #2891c8
}

.nyh_package-heading__line-outer___2qxMu {
  display: inline-block;
  height: 1em;
  padding-left: .4em;
  text-overflow: clip;
  white-space: nowrap;
  width: 1px
}

.nyh_package-heading__line___3b9fM {
  border-top: 2px solid #e13241;
  display: block;
  position: relative;
  top: .5em;
  width: 600px
}

.nyh_package-heading--sport___1s_EJ .nyh_package-heading__line___3b9fM {
  border-top-color: #2891c8
}

.nyh_package-heading__text___31CtF {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  overflow: hidden
}

.nyh_regional-widget-body___JEKRd {
  zoom: 1;
  background-color: #fff;
  padding: 12px;
  position: relative
}

.nyh_regional-widget-body___JEKRd:after, .nyh_regional-widget-body___JEKRd:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_regional-widget-body___JEKRd:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-body___JEKRd {
    padding: 12px 15px 15px
  }
}

.nyh_regional-widget-body__empty___2GeJQ {
  min-height: 258px;
  position: relative
}

.nyh_regional-widget-body__no-region-picked___2xPCu {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px;
  text-align: center
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-body__no-region-picked___2xPCu {
    padding: 16px
  }
}

.nyh_regional-widget-body__no-region-prefix___h1vUk {
  font-weight: 700
}

.nyh_regional-widget-body__no-region-text___h9Zx5 {
  display: block;
  margin-left: 5px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_regional-widget-body__no-region-text___h9Zx5 {
    display: inline
  }
}

.nyh_regional-widget-body__error-link___3rXCV {
  text-decoration: none;
  color: #1e69aa;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  margin-left: 5px
}

.nyh_regional-widget-body__error-link___3rXCV:focus {
  outline: thin dotted #1e69aa
}

.nyh_regional-widget-body__error-link___3rXCV:hover {
  text-decoration: underline
}

.nyh_regional-widget-body__error-link___3rXCV:active, .nyh_regional-widget-body__error-link___3rXCV:hover, .nyh_regional-widget-body__error-link___3rXCV:visited {
  color: inherit;
  color: #1e69aa
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-body__col___22Cmn {
    float: left;
    padding-right: 8px;
    width: 50%
  }

  .nyh_regional-widget-body__col___22Cmn + .nyh_regional-widget-body__col___22Cmn {
    padding-left: 8px;
    padding-right: 0
  }
}

.nyh_regional-widget-footer___2mcL8 {
  background: #f5f5f5;
  border-top: 2px solid #e1e1e1;
  display: block;
  padding: 8px 12px;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-footer___2mcL8 {
    padding: 12px 16px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_regional-widget-footer___2mcL8 {
    display: table;
    text-align: left
  }
}

.nyh_regional-widget-footer__teaser___1yFAo {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1b1b1b;
  display: block;
  font-weight: 700;
  line-height: 1.33333;
  padding: 2px 0 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_regional-widget-footer__teaser___1yFAo {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_regional-widget-footer__teaser___1yFAo {
    display: table-cell;
    vertical-align: middle
  }
}

.nyh_regional-widget-footer__type-heading___3Cx4n {
  color: #e13241;
  margin-right: .3em
}

.nyh_regional-widget-footer__type-heading--sport___3IB_u {
  color: #2891c8
}

.nyh_regional-widget-footer__link___tMXQN {
  text-decoration: none;
  color: #1e69aa
}

.nyh_regional-widget-footer__link___tMXQN:focus {
  outline: thin dotted #1e69aa
}

.nyh_regional-widget-footer__link___tMXQN:hover {
  text-decoration: underline
}

.nyh_regional-widget-footer__link___tMXQN:active, .nyh_regional-widget-footer__link___tMXQN:hover, .nyh_regional-widget-footer__link___tMXQN:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_regional-widget-footer__link___tMXQN, .nyh_regional-widget-footer__link___tMXQN:active, .nyh_regional-widget-footer__link___tMXQN:hover, .nyh_regional-widget-footer__link___tMXQN:visited {
  color: #333
}

.nyh_regional-widget___3FtfM {
  background: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  margin: 16px 0;
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s
}

.nyh_current-topics___3dcf6 {
  border-top: 2px solid #e13241;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  margin: 16px 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_current-topics___3dcf6 {
    border-top-width: 3px
  }
}

.nyh_theme--opinion___2Lm42 .nyh_current-topics___3dcf6 {
  border-top-color: #eb6937
}

.nyh_current-topics__title___3r0lu {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1px;
  padding: 9px 12px 8px;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_current-topics__title___3r0lu {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 16px 8px
  }
}

.nyh_theme--opinion___2Lm42 .nyh_current-topics__title___3r0lu {
  color: #eb6937
}

.nyh_current-topics__list___2gqk2 {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_current-topics__list___2gqk2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px
  }
}

.nyh_current-topics__item___2TWy4 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  border: solid #ebebeb;
  border-width: 0 0 1px;
  display: inline-block;
  padding: 0;
  width: 100%
}

@media only screen and (min-width: 50.0625em) {
  .nyh_current-topics__item___2TWy4 {
    border-right-width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    max-width: 50%;
    word-break: break-word
  }

  .nyh_current-topics__item___2TWy4:nth-last-child(-n+2) {
    border-bottom-width: 0
  }

  .nyh_current-topics__item___2TWy4:nth-child(2n) {
    border-bottom-width: 1px;
    border-right-width: 0
  }

  .nyh_current-topics__item___2TWy4:last-child {
    border-bottom-width: 0
  }
}

.nyh_current-topics__link___2MFMO {
  color: #1b1b1b;
  display: inline-block;
  font-weight: 400;
  padding: 10px 12px;
  text-decoration: none;
  width: 100%
}

.nyh_current-topics__link___2MFMO:hover {
  text-decoration: underline
}

.nyh_current-topics__link___2MFMO:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_current-topics__link___2MFMO {
    padding: 10px 16px
  }
}

.nyh_current-topics__item___2TWy4:last-child .nyh_current-topics__link___2MFMO {
  font-weight: 700
}

._PlayFeedTeaser__base___3FON____cPeKd {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word
}

@media only screen and (min-width: 37.5625em) {
  ._PlayFeedTeaser__base___3FON____cPeKd {
    height: 100%
  }
}

._PlayFeedTeaser__svtplay___LO-UC___8cELJ {
  border-left: 2px solid #00c800
}

@media only screen and (min-width: 37.5625em) {
  ._PlayFeedTeaser__svtplay___LO-UC___8cELJ {
    border-left-width: 3px
  }
}

._PlayFeedTeaser__title___24BTD___GoRDM {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 900;
  line-height: 1.08333;
  margin-bottom: 7px
}

._PlayFeedTeaser__link___2Jg4L___2rRKX {
  color: #1b1b1b;
  display: block;
  height: 100%;
  text-decoration: none
}

._PlayFeedTeaser__link___2Jg4L___2rRKX:hover ._PlayFeedTeaser__title___24BTD___GoRDM {
  text-decoration: underline
}

._PlayFeedTeaser__link___2Jg4L___2rRKX:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

._PlayFeedTeaser__content___19hqh___TCfxN {
  padding: 10px 12px 12px
}

._PlayFeedTeaser__textPrefix___HI1QO___3wsBd {
  color: #32a532;
  font-weight: 700;
  text-transform: uppercase
}

._PlayFeedTeaser__text___3CCZg___3xriL {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25
}

._PlayFeedTeaser__caption___3gr0D___2P58h {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(19%, rgba(0, 0, 0, .2096)), color-stop(34%, rgba(0, 0, 0, .3672)), color-stop(47%, rgba(0, 0, 0, .4944)), color-stop(56.5%, rgba(0, 0, 0, .5776)), color-stop(65%, rgba(0, 0, 0, .6448)), color-stop(73%, rgba(0, 0, 0, .6992)), color-stop(80.2%, rgba(0, 0, 0, .74)), color-stop(86.1%, rgba(0, 0, 0, .7664)), color-stop(91%, rgba(0, 0, 0, .7832)), color-stop(95.2%, rgba(0, 0, 0, .7936)), color-stop(98.2%, rgba(0, 0, 0, .7984)), to(rgba(0, 0, 0, .8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .2096) 19%, rgba(0, 0, 0, .3672) 34%, rgba(0, 0, 0, .4944) 47%, rgba(0, 0, 0, .5776) 56.5%, rgba(0, 0, 0, .6448) 65%, rgba(0, 0, 0, .6992) 73%, rgba(0, 0, 0, .74) 80.2%, rgba(0, 0, 0, .7664) 86.1%, rgba(0, 0, 0, .7832) 91%, rgba(0, 0, 0, .7936) 95.2%, rgba(0, 0, 0, .7984) 98.2%, rgba(0, 0, 0, .8));
  bottom: 0;
  left: 0;
  padding: 13% 12px 6px;
  position: absolute;
  right: 0;
  z-index: 1
}

._PlayFeedTeaser__programTitle___3zrIw___3vvx0 {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.44444
}

._PlayFeedTeaser__playIcon___WOm2u___b6ED- {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #00c800;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: -2px
}

.PlayFeed__root___dKFuJ___3R7ba {
  border-top: 4px solid #e1e1e1;
  margin: 24px -12px 16px;
  padding: 16px 12px 0
}

@media only screen and (min-width: 37.5625em) {
  .PlayFeed__root___dKFuJ___3R7ba {
    margin: 32px 0;
    padding: 20px 0 0
  }
}

.PlayFeed__heading___1vt64___2LJPG {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #606060;
  font-weight: 700;
  margin-bottom: -8px;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .PlayFeed__heading___1vt64___2LJPG {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: -12px
  }
}

.PlayFeed__list___2A1Mu___3PEa4 {
  list-style: none;
  margin: 4px 0 0;
  padding: 0
}

@media only screen and (min-width: 37.5625em) {
  .PlayFeed__list___2A1Mu___3PEa4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.PlayFeed__listItem___EyBFA___2mAmk {
  margin-top: 12px
}

@media only screen and (min-width: 37.5625em) {
  .PlayFeed__listItem___EyBFA___2mAmk {
    display: inline-block;
    margin-top: 16px;
    width: 50%
  }

  .PlayFeed__listItem___EyBFA___2mAmk:nth-child(2n) {
    padding-left: 8px
  }

  .PlayFeed__listItem___EyBFA___2mAmk:nth-child(odd) {
    padding-right: 8px
  }
}

.Prio__root___1BaUA___Z9pZJ {
  border-bottom: 4px solid #e1e1e1;
  border-top: 4px solid #e1e1e1;
  margin: 24px -12px 16px;
  padding: 16px 12px
}

@media only screen and (min-width: 37.5625em) {
  .Prio__root___1BaUA___Z9pZJ {
    margin: 20px 0;
    padding: 16px 0
  }
}

.Prio__heading___VfHc4___3GB9P {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #606060;
  font-weight: 700;
  margin-bottom: -8px;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .Prio__heading___VfHc4___3GB9P {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: -12px
  }
}

.Prio__link___2dafA___2DUQG {
  display: block
}

.Prio__link___2dafA___2DUQG:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.Prio__teaser___1dH0g___w5D70 {
  background-color: #333;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  margin-top: 12px;
  position: relative
}

@media only screen and (min-width: 37.5625em) {
  .Prio__teaser___1dH0g___w5D70 {
    margin-top: 16px
  }
}

.Prio__svtplay___2PD3P___LRVXD .Prio__teaser___1dH0g___w5D70 {
  border-top: 4px solid #00c800
}

.Prio__textContent___2xrUG___3b4ew {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(19%, rgba(0, 0, 0, .2096)), color-stop(34%, rgba(0, 0, 0, .3672)), color-stop(47%, rgba(0, 0, 0, .4944)), color-stop(56.5%, rgba(0, 0, 0, .5776)), color-stop(65%, rgba(0, 0, 0, .6448)), color-stop(73%, rgba(0, 0, 0, .6992)), color-stop(80.2%, rgba(0, 0, 0, .74)), color-stop(86.1%, rgba(0, 0, 0, .7664)), color-stop(91%, rgba(0, 0, 0, .7832)), color-stop(95.2%, rgba(0, 0, 0, .7936)), color-stop(98.2%, rgba(0, 0, 0, .7984)), to(rgba(0, 0, 0, .8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .2096) 19%, rgba(0, 0, 0, .3672) 34%, rgba(0, 0, 0, .4944) 47%, rgba(0, 0, 0, .5776) 56.5%, rgba(0, 0, 0, .6448) 65%, rgba(0, 0, 0, .6992) 73%, rgba(0, 0, 0, .74) 80.2%, rgba(0, 0, 0, .7664) 86.1%, rgba(0, 0, 0, .7832) 91%, rgba(0, 0, 0, .7936) 95.2%, rgba(0, 0, 0, .7984) 98.2%, rgba(0, 0, 0, .8));
  bottom: 0;
  color: #fff;
  padding: 13% 12px 12px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1
}

@media only screen and (min-width: 37.5625em) {
  .Prio__textContent___2xrUG___3b4ew {
    padding: 13% 16px 16px
  }
}

.Prio__title___2gLqP___101lt {
  font-size: 36px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1
}

.Prio__text___3Nncv___lvIBd {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #e1e1e1;
  font-weight: 700;
  margin-top: 4px
}

.Prio__button___tVsvx___dS7iM {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background-color: hsla(0, 0%, 100%, .95);
  border: none;
  border-radius: 100px;
  color: #333;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1875;
  margin-top: 12px;
  max-width: 100%;
  overflow: hidden;
  padding: 10px 32px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media only screen and (min-width: 37.5625em) {
  .Prio__button___tVsvx___dS7iM {
    margin-top: 16px
  }
}

.Prio__button___tVsvx___dS7iM:focus {
  outline: none
}

.Prio__svtplay___2PD3P___LRVXD .Prio__button___tVsvx___dS7iM {
  background-color: #32a532;
  color: #fff
}

.Prio__teaser___1dH0g___w5D70:hover .Prio__button___tVsvx___dS7iM {
  background-color: #fff
}

.Prio__svtplay___2PD3P___LRVXD .Prio__teaser___1dH0g___w5D70:hover .Prio__button___tVsvx___dS7iM {
  background-color: #00c800
}

.Prio__picture___3W4nJ___1Q3qK {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .Prio__picture___3W4nJ___1Q3qK {
    padding-bottom: 43.33333%
  }
}

.Prio__image___32Sjx___lJTu5 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.nyh_screamer__readmore-icon___2YwCK {
  font-family: svt-icons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_screamer__readmore-icon___2YwCK:before {
  content: "\F109"
}

.nyh_screamer___tYb-f {
  margin-top: 12px;
  background-color: #333;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  display: table;
  overflow: hidden;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_screamer___tYb-f {
    margin-top: 16px
  }
}

.nyh_screamer__link___3Z4QT {
  display: block;
  text-decoration: none
}

.nyh_screamer__link___3Z4QT, .nyh_screamer__link___3Z4QT:active, .nyh_screamer__link___3Z4QT:hover, .nyh_screamer__link___3Z4QT:visited {
  color: inherit
}

.nyh_screamer__prefix___1g2u2 {
  background-color: #e13241;
  display: table-cell;
  padding: 8px 12px;
  vertical-align: middle;
  width: 1%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_screamer__prefix___1g2u2 {
    padding: 10px 12px
  }
}

.nyh_screamer__prefix-text___1j0wY {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: inline;
  font-weight: 900;
  line-height: 1.46667;
  text-transform: uppercase;
  white-space: nowrap
}

@media only screen and (min-width: 37.5625em) {
  .nyh_screamer__prefix-text___1j0wY {
    display: inline
  }
}

.nyh_screamer__title___30G2z {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: table-cell;
  font-weight: 900;
  line-height: 1.10526;
  padding: 8px 12px;
  text-transform: uppercase;
  vertical-align: middle
}

@media only screen and (min-width: 37.5625em) {
  .nyh_screamer__title___30G2z {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.14286;
    padding: 10px 12px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_screamer__title___30G2z {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333
  }
}

.nyh_screamer__link___3Z4QT:hover .nyh_screamer__title___30G2z {
  text-decoration: underline
}

.nyh_screamer__readmore-text___3hXwJ {
  display: none;
  margin-left: 5px;
  margin-right: 4px;
  vertical-align: middle
}

@media only screen and (min-width: 50.0625em) {
  .nyh_screamer__readmore-text___3hXwJ {
    display: inline
  }
}

.nyh_feed__more-link___1RoSK:hover .nyh_screamer__readmore-text___3hXwJ {
  text-decoration: underline
}

.nyh_screamer__readmore___1W9O8 {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #fff;
  display: none;
  font-weight: 700;
  line-height: 1.46667;
  padding: 0 16px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%
}

@media only screen and (min-width: 50.0625em) {
  .nyh_screamer__readmore___1W9O8 {
    display: table-cell
  }
}

.nyh_screamer__readmore___1W9O8:hover .nyh_screamer__readmore-text___3hXwJ {
  text-decoration: underline
}

.nyh_screamer__readmore-icon___2YwCK {
  text-decoration: none;
  vertical-align: middle
}

.nyh_screamer__readmore___1W9O8:hover .nyh_screamer__readmore-icon___2YwCK {
  text-decoration: none
}

.nyh_banner___2xoIl {
  margin-top: 12px;
  background-color: hsla(0, 0%, 80%, .7);
  border-bottom: 2px solid hsla(0, 0%, 80%, .7);
  color: #1b1b1b;
  padding: 9px 8px 6px;
  text-align: center;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_banner___2xoIl {
    margin-top: 16px
  }
}

.nyh_banner--heavy___2xlAT {
  background-color: #333;
  border-bottom-color: #333;
  color: #fff
}

.nyh_banner--sport___1kdy1 {
  background-color: #2891c8;
  border-bottom: 2px solid #2891c8;
  color: #fff
}

.nyh_banner--val2018___i0Ku5 {
  background-color: #002b37;
  border-bottom: 2px solid #002b37;
  color: #fff
}

.nyh_banner__link___2j_Hk {
  color: inherit;
  text-decoration: none
}

.nyh_banner__link___2j_Hk:hover {
  text-decoration: underline
}

.nyh_banner__title___NZgXs {
  font-size: 19px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 900;
  line-height: 1.10526
}

@media only screen and (min-width: 37.5625em) {
  .nyh_banner__title___NZgXs {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.09524
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_banner__title___NZgXs {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333
  }
}

@-webkit-keyframes ElectionResults__pulse___3JRbg___1bBdO {
  0% {
    background-color: rgba(0, 43, 55, 0);
    color: #737373
  }
  20% {
    background-color: #002b37;
    color: #fff
  }
  to {
    background-color: rgba(0, 43, 55, 0);
    color: #737373
  }
}

@keyframes ElectionResults__pulse___3JRbg___1bBdO {
  0% {
    background-color: rgba(0, 43, 55, 0);
    color: #737373
  }
  20% {
    background-color: #002b37;
    color: #fff
  }
  to {
    background-color: rgba(0, 43, 55, 0);
    color: #737373
  }
}

.ElectionResults__root___3GtBn___kj9zi {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  padding: 12px
}

@media only screen and (min-width: 37.5625em) {
  .ElectionResults__root___3GtBn___kj9zi {
    padding: 16px
  }
}

.nyh_breaking___1W6GE .ElectionResults__root___3GtBn___kj9zi {
  margin-bottom: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking___1W6GE .ElectionResults__root___3GtBn___kj9zi {
    margin-bottom: 16px
  }
}

.ElectionResults__link___3QXuj___2o-D4 {
  display: block;
  text-decoration: none
}

.ElectionResults__link___3QXuj___2o-D4:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.ElectionResults__header___2zyk1___2ogXz {
  zoom: 1;
  background-color: #002b37;
  padding: 5px 8px
}

.ElectionResults__header___2zyk1___2ogXz:after, .ElectionResults__header___2zyk1___2ogXz:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.ElectionResults__header___2zyk1___2ogXz:after {
  clear: both
}

.ElectionResults__title___13Ddn___2yk2v {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .ElectionResults__title___13Ddn___2yk2v {
    font-size: 16px;
    font-size: 1rem
  }
}

.ElectionResults__titleText___1mpaN___1JKwx {
  float: left
}

.ElectionResults__link___3QXuj___2o-D4:hover .ElectionResults__titleText___1mpaN___1JKwx {
  text-decoration: underline
}

.ElectionResults__titleTextState___3gXvY___29-Jv {
  float: right;
  font-weight: 400;
  text-transform: none
}

.ElectionResults__districts___882Kd___VYHkU {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #737373;
  float: left
}

@media only screen and (min-width: 37.5625em) {
  .ElectionResults__districts___882Kd___VYHkU {
    font-size: 14px;
    font-size: .875rem
  }
}

.ElectionResults__graph___3cwIs___1_FKb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1px 0 0
}

.ElectionResults__baseParty___2uC-K___2zPLw, .ElectionResults__graph___3cwIs___1_FKb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ElectionResults__baseParty___2uC-K___2zPLw {
  background-color: #f5f5f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 140px;
  margin: 0 1px;
  min-width: 34px
}

.ElectionResults__baseParty___2uC-K___2zPLw:first-child {
  margin-left: 0
}

.ElectionResults__baseParty___2uC-K___2zPLw:last-child {
  margin-right: 0
}

.ElectionResults__party___1nXIm___1v8L5 .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__party___1nXIm___1v8L5 .ElectionResults__label___1y_kt___gmnHy {
  background-color: #647378
}

.ElectionResults__partyV___bZMDT___3705A .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyV___bZMDT___3705A .ElectionResults__label___1y_kt___gmnHy {
  background-color: #b9232d
}

.ElectionResults__partyS___1J3qe___3spt2 .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyS___1J3qe___3spt2 .ElectionResults__label___1y_kt___gmnHy {
  background-color: #e13241
}

.ElectionResults__partyMP___sD2_8___2w6SG .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyMP___sD2_8___2w6SG .ElectionResults__label___1y_kt___gmnHy {
  background-color: #82c882
}

.ElectionResults__partyC___285s5___2DZ8N .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyC___285s5___2DZ8N .ElectionResults__label___1y_kt___gmnHy {
  background-color: #32a532
}

.ElectionResults__partyL___3NuAb___Kzyem .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyL___3NuAb___Kzyem .ElectionResults__label___1y_kt___gmnHy {
  background-color: #2891c8
}

.ElectionResults__partyKD___y5NHK___3QTbv .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyKD___y5NHK___3QTbv .ElectionResults__label___1y_kt___gmnHy {
  background-color: #0f418c
}

.ElectionResults__partyM___Ybnf6___1ODVF .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partyM___Ybnf6___1ODVF .ElectionResults__label___1y_kt___gmnHy {
  background-color: #7dbee1
}

.ElectionResults__partySD___1Wvan___2FwNl .ElectionResults__bar___29s4r___3Xk_2, .ElectionResults__partySD___1Wvan___2FwNl .ElectionResults__label___1y_kt___gmnHy {
  background-color: #ffc346
}

.ElectionResults__label___1y_kt___gmnHy {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  background-color: #647378;
  color: #fff;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 700;
  margin-top: 1px;
  padding: 5px 0 4px;
  text-align: center
}

.ElectionResults__partyName___1iBRr___3RyQo[title] {
  border-bottom: none;
  text-decoration: none
}

.ElectionResults__bar___29s4r___3Xk_2 {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  opacity: .6;
  -webkit-transition: height .5s cubic-bezier(.165, .84, .44, 1);
  transition: height .5s cubic-bezier(.165, .84, .44, 1)
}

.ElectionResults__percent___jkJqM___3umHQ {
  font-size: 11px;
  font-size: 11px;
  font-size: .6875rem;
  color: #333;
  display: block;
  font-weight: 700;
  padding-bottom: 2px;
  text-align: center
}

@media only screen and (min-width: 37.5625em) {
  .ElectionResults__percent___jkJqM___3umHQ {
    font-size: 13px;
    font-size: .8125rem
  }
}

.ElectionResults__footer___27tEb___vNjx- {
  zoom: 1;
  background-color: #f5f5f5;
  padding: 5px 4px
}

.ElectionResults__footer___27tEb___vNjx-:after, .ElectionResults__footer___27tEb___vNjx-:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.ElectionResults__footer___27tEb___vNjx-:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .ElectionResults__footer___27tEb___vNjx- {
    padding: 6px 8px
  }
}

.ElectionResults__updatedTime___2TCIL___16KxA {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #737373;
  float: right;
  font-weight: 400
}

@media only screen and (min-width: 37.5625em) {
  .ElectionResults__updatedTime___2TCIL___16KxA {
    font-size: 14px;
    font-size: .875rem
  }
}

.ElectionResults__countedDistrictsBase___iVZIL___1gkTV {
  border-radius: 2px;
  color: #737373;
  display: inline-block;
  padding: 0 2px
}

.ElectionResults__animateCountedDistricts___1r3C1___Z9hp8 {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: ElectionResults__pulse___3JRbg___1bBdO;
  animation-name: ElectionResults__pulse___3JRbg___1bBdO
}

.nyh_section___3eDDb {
  background-color: #fff
}

@media only screen and (min-width: 37.5625em) {
  .nyh_section--two-column___1Ssli.nyh_section--in-top___26DOF .nyh_section__teaser___1QIZn {
    display: inline-block;
    vertical-align: top;
    width: 50%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_section--two-column___1Ssli.nyh_section--in-main___24aNt .nyh_section__teaser___1QIZn {
    display: inline-block;
    vertical-align: top;
    width: 50%
  }
}

.nyh_wideview___30Nrw {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: -12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview___30Nrw {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0
  }
}

.nyh_wideview__bottom-divider___dQZw9 {
  border-bottom: 2px solid #e1e1e1;
  margin-top: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_wideview__bottom-divider___dQZw9 {
    margin-bottom: 16px
  }
}

.nyh_wideview--main___2XZx4 .nyh_wideview__bottom-divider___dQZw9 {
  margin-bottom: 0
}

.nyh_wideview--hidden___V2b3u {
  display: none
}

.nyh_authorbox___3g7te {
  background-color: #f5f5f5;
  border-top: 2px solid #eb6937;
  margin: 0 -20px 12px;
  padding: 8px 20px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_authorbox___3g7te {
    border-top-width: 3px
  }
}

.nyh_authorbox__title___2VvGL {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #eb6937;
  font-weight: 700;
  line-height: 1.21429;
  text-transform: uppercase
}

.nyh_authorbox__item___1pW-k {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top
}

@media only screen and (min-width: 37.5625em) {
  .nyh_authorbox__item___1pW-k {
    width: 50%
  }

  .nyh_authorbox--one-author___eUNdE .nyh_authorbox__item___1pW-k {
    width: 100%
  }
}

.nyh_authorbox__item-inside___17oI9 {
  display: table
}

.nyh_authorbox__portrait-wrapper___mk5h7 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: table-cell;
  white-space: nowrap
}

.nyh_authorbox__portrait___197gi {
  display: block;
  overflow: hidden;
  width: 60px
}

.nyh_authorbox__text-wrapper___3cAjX {
  display: table-cell;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: middle;
  width: 99%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_authorbox__text-wrapper___3cAjX {
    padding-left: 16px;
    padding-right: 16px
  }
}

.nyh_authorbox__name___30vv2 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 2px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_authorbox__name___30vv2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1
  }
}

.nyh_authorbox__role___2hwJp {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571
}

@media only screen and (min-width: 37.5625em) {
  .nyh_authorbox__role___2hwJp {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
  }
}

.nyh_authorbox__disclaimer___2R7VI {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  border-top: 1px solid #e1e1e1;
  color: #404040;
  line-height: 1.14286;
  margin-top: 12px;
  padding-top: 9px
}

.nyh_fact-box___aKbcl {
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin: 0 -20px;
  padding: 12px 20px;
  position: relative
}

@media only screen and (min-width: 37.5625em) {
  .nyh_fact-box___aKbcl {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0
  }
}

.nyh_fact-box__body___tISKS {
  padding-top: 8px;
  word-break: break-word
}

.nyh_fact-box__body___tISKS ol, .nyh_fact-box__body___tISKS p, .nyh_fact-box__body___tISKS ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_fact-box__body___tISKS p {
  margin-bottom: 14px
}

.nyh_fact-box__body___tISKS h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_fact-box__body___tISKS strong {
  font-weight: 700
}

.nyh_fact-box__body___tISKS em {
  font-style: italic
}

.nyh_fact-box__body___tISKS .blockquote___2IMML, .nyh_fact-box__body___tISKS blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_fact-box__body___tISKS .blockquote___2IMML:before, .nyh_fact-box__body___tISKS blockquote:before {
  content: open-quote
}

.nyh_fact-box__body___tISKS .blockquote___2IMML:after, .nyh_fact-box__body___tISKS blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_fact-box__body___tISKS .blockquote___2IMML, .nyh_fact-box__body___tISKS blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_fact-box__body___tISKS a {
  color: #1e69aa;
  text-decoration: underline
}

.nyh_fact-box__body--closed___2xF8h {
  max-height: 70px;
  overflow-y: hidden;
  position: relative
}

.nyh_fact-box__body--closed___2xF8h:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 96%, .5)), to(#f5f5f5));
  background: linear-gradient(180deg, hsla(0, 0%, 96%, .5) 0, #f5f5f5);
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-black00", endColorstr="#f5f5f5", GradientType=0);
  height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999
}

.no-js___3WeCP .nyh_fact-box__body--closed___2xF8h:after, .no-react___rStgl .nyh_fact-box__body--closed___2xF8h:after {
  display: none
}

.no-js___3WeCP .nyh_fact-box__body___tISKS, .no-react___rStgl .nyh_fact-box__body___tISKS, .nyh_fact-box__body--open___pEedf {
  max-height: 100%
}

.nyh_fact-box__body___tISKS p {
  margin-bottom: 10px
}

.nyh_fact-box__header___16ufy {
  color: #333;
  position: relative
}

.nyh_fact-box__header-link___k0iZf {
  text-decoration: none
}

.no-js___3WeCP .nyh_fact-box__header-link___k0iZf, .no-react___rStgl .nyh_fact-box__header-link___k0iZf {
  display: none
}

.nyh_fact-box__header-link___k0iZf:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999
}

.nyh_fact-box__header-link___k0iZf.nyh_fact-box__header-link--open___1yO3O:after {
  height: 40px
}

.nyh_fact-box__header-header___32A9L {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1b1b1b;
  font-weight: 700;
  padding-right: 80px;
  text-decoration: none;
  text-transform: uppercase
}

.nyh_fact-box__header-rhs___1lvcn {
  position: absolute;
  right: 0;
  top: 0
}

.nyh_fact-box__header-icon-text___2rKJO {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  position: absolute;
  right: 28px
}

.nyh_fact-box__header-link--no-js___2FiUz {
  display: none
}

.no-js___3WeCP .nyh_fact-box__header-link--no-js___2FiUz, .no-react___rStgl .nyh_fact-box__header-link--no-js___2FiUz {
  display: block
}

.nyh_fact-boxes___1qIZR {
  zoom: 1;
  margin-bottom: 12px
}

.nyh_fact-boxes___1qIZR:after, .nyh_fact-boxes___1qIZR:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_fact-boxes___1qIZR:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_fact-boxes___1qIZR {
    margin-bottom: 16px
  }
}

.nyh_profile-info__arrow___1vA1I, .nyh_profile-info__icon___3BxAq {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_profile-info__icon--arrow-down___vp0NA:before, .nyh_profile-info__icon--arrow-up___1UapS:before {
  content: "\F105"
}

.nyh_profile-info__arrow___1vA1I:before {
  content: "\F106"
}

.nyh_profile-info__icon--arrow-right___1r9l8:before {
  content: "\F109"
}

.nyh_profile-info___2bw-3 {
  zoom: 1;
  background-color: #f5f5f5;
  margin: 12px -20px;
  position: relative
}

.nyh_profile-info___2bw-3:after, .nyh_profile-info___2bw-3:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_profile-info___2bw-3:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info___2bw-3 {
    margin-bottom: 16px;
    margin-top: 16px
  }
}

.nyh_profile__link___3f2vu {
  display: block;
  text-decoration: none
}

.nyh_profile__link___3f2vu:hover .nyh_profile-info__name___2cs6g {
  text-decoration: underline
}

.nyh_profile__link___3f2vu:hover .nyh_profile-info__arrow___1vA1I {
  color: #333
}

.nyh_profile-info__arrow___1vA1I {
  color: #606060
}

.nyh_profile-info__inner___27dDr {
  zoom: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #e13241;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px
}

.nyh_profile-info__inner___27dDr:after, .nyh_profile-info__inner___27dDr:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_profile-info__inner___27dDr:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__inner___27dDr {
    border-top: 3px solid #e13241
  }
}

.nyh_profile-info__figure___6m_B7 {
  border: 1px solid hsla(0, 0%, 45%, .06);
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  overflow: hidden;
  width: 56px
}

.nyh_profile-info__figure___6m_B7 .pic___1fBJD {
  padding-top: 100%
}

.nyh_profile-info__figure___6m_B7 .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_profile-info__figure___6m_B7 .pic__img--square___Id5-I {
  display: block
}

.nyh_profile-info__figure___6m_B7 .pic__ratio___3xBCd:after {
  content: "square"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__figure___6m_B7 {
    margin-right: 16px;
    width: 70px
  }
}

.nyh_profile-info__figure-link___3MK8-:focus .nyh_profile-info__figure___6m_B7 {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.nyh_profile-info__figure-link___3MK8-:hover .nyh_profile-info__figure___6m_B7 {
  outline: none
}

.nyh_profile-info__body___EpL4e {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__body___EpL4e {
    overflow: visible
  }
}

.nyh_profile-info__name-link___2HFo6 {
  color: #333;
  display: inline-block;
  text-decoration: none
}

.nyh_profile-info__name-link___2HFo6:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 2px
}

.nyh_profile-info__name-link___2HFo6:hover {
  outline: none;
  text-decoration: underline
}

.nyh_profile-info__name___2cs6g {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 2px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__name___2cs6g {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1
  }
}

.nyh_profile-info__role___29ZSX {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #333;
  font-weight: 400;
  line-height: 1.14286
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__role___29ZSX {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
  }
}

.nyh_profile-info__profile-article-link___3M6yg, .nyh_profile-info__toggle-buttons-link___K9ads {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #1e69aa;
  display: inline-block;
  line-height: 1.14286;
  margin-top: 8px;
  text-decoration: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__profile-article-link___3M6yg, .nyh_profile-info__toggle-buttons-link___K9ads {
    display: none
  }
}

.nyh_profile-info__profile-article-link___3M6yg {
  position: absolute;
  right: 16px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__profile-article-link___3M6yg {
    display: none
  }
}

.nyh_profile-info__icon--arrow-right___1r9l8 {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  margin: 0 8px 2px 0;
  overflow: hidden
}

.nyh_profile-info__icon--arrow-down___vp0NA {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 8px;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.nyh_profile-info__icon--arrow-up___1UapS {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 8px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.nyh_profile-info__buttons-wrapper___3QW7O {
  margin-top: 3px
}

.nyh_profile-info__buttons___12a4_ {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-info__buttons___12a4_ {
    display: block;
    margin: 10px 0 0;
    max-height: none;
    overflow: visible
  }
}

.nyh_profile-info__buttons--open___1YRoD {
  max-height: 90px;
  -webkit-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in
}

.nyh_profile-info__icon___3BxAq {
  margin-right: 6px;
  vertical-align: middle
}

.nyh_article-related-link__icon___2vLyR {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_article-related-link__icon___2vLyR:before {
  content: "\F106"
}

.nyh_article-related-episodes___MZPbr {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin: 12px -20px 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article-related-episodes___MZPbr {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    margin-left: 0;
    margin-right: 0
  }
}

.nyh_article-related-episodes__title___2xXw- {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  text-transform: uppercase
}

.nyh_article-related-episodes__list___1rCXA {
  list-style: none;
  margin: 6px 0 0;
  padding: 0 0 10px
}

.nyh_article-related-link___3681J {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  padding: 10px 0;
  position: relative
}

.nyh_article-related-link___3681J:not(:last-child) {
  border-bottom: 1px solid #e1e1e1
}

.nyh_article-related-link__link___3wVWh {
  color: #1b1b1b;
  display: block;
  padding-right: 20px;
  text-decoration: none
}

.nyh_article-related-link__link___3wVWh:hover {
  text-decoration: underline
}

.nyh_article-related-link__icon___2vLyR {
  color: #606060;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.nyh_article-related-link__link___3wVWh:hover .nyh_article-related-link__icon___2vLyR {
  text-decoration: none
}

.nyh_article-related-link__suffix___3gP-h {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  color: #606060
}

._RelatedLink__icon___iQLz4___2Rbtu {
  color: #606060;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

._RelatedLink__link___2QTol___19-Ce:hover ._RelatedLink__icon___iQLz4___2Rbtu {
  text-decoration: none
}

._RelatedLink__image___3yRy2___1CEhu {
  display: none;
  float: left;
  max-width: 20%;
  padding: 0 12px 0 0;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  ._RelatedLink__image___3yRy2___1CEhu {
    display: inline-block
  }
}

._RelatedLink__link___2QTol___19-Ce {
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  text-decoration: none
}

._RelatedLink__link___2QTol___19-Ce:hover {
  text-decoration: underline
}

._RelatedLink__root___sMaiX___2IdrC {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  padding: 10px 0;
  position: relative
}

._RelatedLink__root___sMaiX___2IdrC:not(:last-child) {
  border-bottom: 1px solid #e1e1e1
}

._RelatedLink__suffix___3cnxc___2Ojef {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  color: #606060
}

._RelatedLink__textWrapper___3uBAp___zyuaj {
  display: inline-block;
  max-width: 95%
}

@media only screen and (min-width: 37.5625em) {
  ._RelatedLink__textWrapper___3uBAp___zyuaj {
    max-width: 75%
  }
}

._RelatedLink__title___1OPuF___nkdix {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0
}

@media only screen and (min-width: 37.5625em) {
  ._RelatedLink__title___1OPuF___nkdix {
    font-size: 18px;
    font-size: 1.125rem
  }
}

._RelatedLink__timestamp___3wAw-___3Bpv3 {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #737373;
  display: block;
  margin-top: 4px
}

.RelatedLinks__root___1U-yF___3EGCf {
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin: 12px -20px 0;
  padding: 12px 20px
}

@media only screen and (min-width: 37.5625em) {
  .RelatedLinks__root___1U-yF___3EGCf {
    margin-top: 16px
  }
}

.RelatedLinks__heading___fKESj___-CFh4 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  text-transform: uppercase
}

.RelatedLinks__list___1Uz75___1WAJi {
  list-style: none;
  margin: 6px 0 0;
  padding: 0
}

.nyh_share__icon___2KOfe {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_share__icon___2KOfe.nyh_share__icon--facebook___1GmmN:before {
  content: "\F124"
}

.nyh_share__icon___2KOfe.nyh_share__icon--twitter___2orq8:before {
  content: "\F164"
}

.nyh_share___EVSI5.nyh_share--article___1IDY8 {
  margin: 24px auto
}

@media only screen and (min-width: 37.5625em) {
  .nyh_share___EVSI5.nyh_share--article___1IDY8 {
    margin: 30px auto 32px
  }

  .nyh_article--full-width___25_FP .nyh_share___EVSI5.nyh_share--article___1IDY8 {
    margin: 32px auto
  }
}

.nyh_article__body___3Tl1d + .nyh_share___EVSI5.nyh_share--article___1IDY8 {
  margin: 20px auto
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__body___3Tl1d + .nyh_share___EVSI5.nyh_share--article___1IDY8 {
    margin: 26px auto
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_share___EVSI5.nyh_share--story___2Dn0H {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 50%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_share___EVSI5.nyh_share--story___2Dn0H {
    width: 40%
  }
}

.nyh_share__button___2mdtw {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  min-width: 113px;
  padding: 9px 24px 7px;
  text-align: left;
  text-decoration: none
}

.nyh_share__button___2mdtw.nyh_share__button--facebook___1Oisw {
  background-color: #3c5a98
}

.nyh_share__button___2mdtw.nyh_share__button--facebook___1Oisw:active, .nyh_share__button___2mdtw.nyh_share__button--facebook___1Oisw:hover {
  background-color: #273b74
}

.nyh_share__button___2mdtw.nyh_share__button--twitter___1dMie {
  background-color: #5fa9dc;
  margin-left: 12px
}

.nyh_share__button___2mdtw.nyh_share__button--twitter___1dMie:active, .nyh_share__button___2mdtw.nyh_share__button--twitter___1dMie:hover {
  background-color: #3e8bd0
}

.nyh_share__icon___2KOfe {
  font-size: 19px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  margin-bottom: 3px
}

.nyh_share__icon___2KOfe.nyh_share__icon--twitter___2orq8 {
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem
}

.nyh_share__text___1AiAJ {
  display: inline-block;
  padding-left: 12px
}

.nyh_end-screen-item___nOon0 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  margin: 0 8px 6px;
  width: 140px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_end-screen-item___nOon0 {
    width: 180px
  }
}

.nyh_end-screen-item___nOon0 .nyh_end-screen-item__title___milv6 {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #fff;
  font-weight: 400;
  padding: 4px 0 0
}

.nyh_end-screen-item___nOon0:nth-child(3) {
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_end-screen-item___nOon0:nth-child(3) {
    display: block
  }
}

.nyh_end-screen-item__image___kVVsG {
  margin-top: 4px;
  width: 100%
}

.nyh_end-screen-item__link___1wj4C {
  color: inherit;
  display: block;
  padding: 0;
  text-decoration: none
}

.nyh_end-screen__replay--icon___2EyLO {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_end-screen__replay--icon___2EyLO:before {
  content: "\F14C"
}

.nyh_end-screen___3wsuQ {
  display: none;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

.nyh_end-screen--inside___3l7rn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(27, 27, 27, .9);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.nyh_end-screen--inside___3l7rn, .nyh_end-screen__item-container___3rwl8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nyh_end-screen__item-container___3rwl8 {
  margin: 0;
  padding: 0
}

.nyh_end-screen__replay___1tPXX {
  border: 1px solid #606060;
  border-radius: 999px;
  cursor: pointer;
  padding: 4px 12px 2px;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

.nyh_end-screen__replay___1tPXX:hover {
  background-color: #333
}

.nyh_end-screen__replay___1tPXX:active {
  background-color: #606060
}

.nyh_end-screen__replay--title___3TcRY {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding-left: 6px
}

.nyh_end-screen__replay--icon___2EyLO {
  color: #fff;
  margin-bottom: 4px;
  text-decoration: none
}

.nyh_end-screen__top-picture___3KbUy {
  left: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  width: 100%
}

.nyh_end-screen__top-picture__image___31HjE {
  width: 100%
}

.nyh_inline-embed___3iu6y {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 16px
}

.no-js___3WeCP .nyh_inline-embed___3iu6y {
  display: none
}

.nyh_inline-embed__iframe___1z8sJ {
  border: none;
  display: block;
  width: 100%
}

.nyh_tweet___3N0wB {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  margin: auto;
  max-width: 520px
}

.nyh_tweet___3N0wB .nyh_tweet__author___2Ne87, .nyh_tweet___3N0wB .nyh_tweet__timestamp___3Uk7S {
  text-decoration: none
}

.nyh_tweet___3N0wB .nyh_tweet__text___3Nrg2 a {
  color: #2b7bb9;
  text-decoration: none
}

.nyh_tweet___3N0wB .nyh_tweet__text___3Nrg2 a:active, .nyh_tweet___3N0wB .nyh_tweet__text___3Nrg2 a:focus, .nyh_tweet___3N0wB .nyh_tweet__text___3Nrg2 a:hover {
  color: #3b94d9
}

.nyh_tweet__inner___9mgvh {
  padding: 15px
}

.nyh_tweet__author__name___2wNC6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none
}

.nyh_tweet__author___2Ne87:active .nyh_tweet__author__name___2wNC6, .nyh_tweet__author___2Ne87:focus .nyh_tweet__author__name___2wNC6, .nyh_tweet__author___2Ne87:hover .nyh_tweet__author__name___2wNC6 {
  color: #3b94d9
}

.nyh_tweet__author__screen-name___28AH- {
  color: #697882;
  font-size: 14px;
  margin-top: 2px;
  text-decoration: none
}

.nyh_tweet__author__avatar___Y-aIz {
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  max-width: 36px
}

.nyh_tweet__body___GikIV {
  clear: both
}

.nyh_tweet__text___3Nrg2 {
  margin: 10px 0
}

.nyh_tweet__timestamp___3Uk7S time {
  color: #697882;
  font-size: 14px
}

.nyh_tweet__timestamp___3Uk7S:active time, .nyh_tweet__timestamp___3Uk7S:focus time, .nyh_tweet__timestamp___3Uk7S:hover time {
  color: #3b94d9
}

.nyh_tweet__actions___3npIs {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0
}

.nyh_tweet__action___22O-e {
  display: inline-block
}

.nyh_tweet__action___22O-e + .nyh_tweet__action___22O-e {
  margin-left: 10px
}

.nyh_tweet__icon___2vOV8 {
  background-image: url("https://www.svtstatic.se/resources/svtservice-n-render/twitter-icons-sprite_1.svg");
  background-repeat: no-repeat;
  background-size: 14em 1.25em;
  display: inline-block;
  height: 1.25em;
  vertical-align: text-bottom
}

.nyh_tweet__icon___2vOV8:active, .nyh_tweet__icon___2vOV8:focus, .nyh_tweet__icon___2vOV8:hover {
  text-decoration: none
}

.nyh_tweet__icon--heart___2ZM-y {
  background-position: 0 0;
  width: .938em
}

.nyh_tweet__icon--heart___2ZM-y:active, .nyh_tweet__icon--heart___2ZM-y:focus, .nyh_tweet__icon--heart___2ZM-y:hover {
  background-position: 7.65579543714592% 0;
  color: #e81c4f
}

.nyh_tweet__icon--reply___2CWUL {
  background-position: 15.475085112968122% 0;
  width: 1.076em
}

.nyh_tweet__icon--reply___2CWUL:active, .nyh_tweet__icon--reply___2CWUL:focus, .nyh_tweet__icon--reply___2CWUL:hover {
  background-position: 30.950170225936244% 0;
  color: #1da1f2
}

.nyh_tweet__icon--retweet___wlrLz {
  background-position: 47.1883602044829% 0;
  width: 1.285em
}

.nyh_tweet__icon--retweet___wlrLz:active, .nyh_tweet__icon--retweet___wlrLz:focus, .nyh_tweet__icon--retweet___wlrLz:hover {
  background-position: 62.917813605977194% 0;
  color: #19cf86
}

.nyh_tweet__icon--twitter___25rJY {
  background-position: 78.43137254901961% 0;
  float: right;
  width: 1.25em
}

.nyh_tweet__icon--verified___fmu4I {
  background-position: 93.1026456668477% 0;
  margin-left: 5px;
  width: 1.111em
}

.nyh_live-feed__footer___13c38 .nyh_live-feed__position___3xIED .nyh_live-feed__pin-icon___qmkIo, .nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote:before {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_live-feed__footer___13c38 .nyh_live-feed__position___3xIED .nyh_live-feed__pin-icon___qmkIo:before {
  content: "\F145"
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote:before {
  content: "\F149"
}

.nyh_live-feed__post-container___2NsTo {
  background-color: #fff;
  border-top: 2px solid #ebebeb;
  padding: .5em .7em;
  position: relative
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__post-container___2NsTo {
    padding: .7em .9em
  }
}

.nyh_live-feed__post-container___2NsTo.nyh_live-feed__post-container--sticky___yCeZF {
  border-left: 5px solid #e13241
}

.nyh_theme--sport___jbqY_ .nyh_live-feed__post-container___2NsTo.nyh_live-feed__post-container--sticky___yCeZF {
  border-left-color: #2891c8
}

.nyh_live-feed__sidebar___1du2Y {
  margin-right: 2px;
  min-width: 60px;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__sidebar___1du2Y {
    margin-right: 10px;
    min-width: 70px
  }
}

.nyh_live-feed__post___3otNJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nyh_live-feed__post___3otNJ.nyh_live-feed__post--comment___1fwzA {
  margin-top: 5px
}

.nyh_live-feed__content___3N6BL {
  margin-bottom: 4px;
  width: 100%;
  word-break: break-word
}

.nyh_live-feed__content___3N6BL ol, .nyh_live-feed__content___3N6BL p, .nyh_live-feed__content___3N6BL ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_live-feed__content___3N6BL p {
  margin-bottom: 14px
}

.nyh_live-feed__content___3N6BL h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_live-feed__content___3N6BL strong {
  font-weight: 700
}

.nyh_live-feed__content___3N6BL em {
  font-style: italic
}

.nyh_live-feed__content___3N6BL .blockquote___2IMML, .nyh_live-feed__content___3N6BL blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_live-feed__content___3N6BL .blockquote___2IMML:before, .nyh_live-feed__content___3N6BL blockquote:before {
  content: open-quote
}

.nyh_live-feed__content___3N6BL .blockquote___2IMML:after, .nyh_live-feed__content___3N6BL blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__content___3N6BL .blockquote___2IMML, .nyh_live-feed__content___3N6BL blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_live-feed__content___3N6BL a {
  color: #1e69aa;
  text-decoration: underline
}

.nyh_live-feed__content___3N6BL.nyh_live-feed__content--user___3I9m7 {
  background-color: #ebebeb;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 #e1e1e1;
  box-shadow: 0 1px 0 0 #e1e1e1;
  font-weight: 600;
  padding: 8px;
  position: relative
}

.nyh_live-feed__content___3N6BL.nyh_live-feed__content--user___3I9m7:after {
  border: 10px solid transparent;
  border-left: 0;
  border-right-color: #ebebeb;
  content: "";
  height: 0;
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0
}

.nyh_live-feed__footer___13c38 {
  zoom: 1;
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  color: #606060;
  display: block;
  line-height: 1.4;
  margin-top: 8px
}

.nyh_live-feed__footer___13c38:after, .nyh_live-feed__footer___13c38:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_live-feed__footer___13c38:after {
  clear: both
}

.nyh_live-feed__footer___13c38 .nyh_live-feed__sender___m7z6s {
  color: #1b1b1b;
  margin-right: 4px
}

.nyh_live-feed__footer___13c38 .nyh_live-feed__position___3xIED {
  display: inline-block;
  float: right
}

.nyh_live-feed__footer___13c38 .nyh_live-feed__position___3xIED .nyh_live-feed__pin-icon___qmkIo {
  color: #e13241;
  float: right;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

.nyh_live-feed__footer___13c38 .nyh_live-feed__position___3xIED .nyh_live-feed__position-text___4pk6A {
  color: #1b1b1b
}

.nyh_live-feed__timestamp___1t0AJ {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem
}

.nyh_live-feed__timestamp___1t0AJ .nyh_live-feed__timestamp-date___2eTEE {
  color: #737373;
  display: block
}

.nyh_live-feed__timestamp___1t0AJ .nyh_live-feed__timestamp-time___3yX1b {
  display: inline-block
}

.nyh_live-feed__footer--sticky___jt1vv {
  padding-left: 0
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf {
  color: #1b1b1b;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 19px
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf iframe {
  max-width: 100%
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview___GcVaX {
  margin-bottom: 15px
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba h3 {
  margin: 10px 0 6px
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba h3 a {
  color: #1b1b1b;
  line-height: 23px;
  text-decoration: none;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba h3 a:hover {
  text-decoration: underline
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba h3 a:hover:after {
  margin-left: 6px
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba h3 a:after {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  content: "\F109";
  display: inline-block;
  font-family: svt-icons;
  margin-left: 4px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba h3 a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 27px
  }
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf .scrbbl-sitePreview-inner___3cAba .LinkSiteName___1dBpS {
  color: #606060;
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote, .nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf ol, .nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf ul {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote {
  border-bottom: none;
  border-left: 4px solid #e1e1e1;
  border-top: none;
  color: #1b1b1b;
  display: block;
  margin: 8px 0;
  padding: 22px 10px 12px;
  position: relative;
  text-align: justify
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote:before {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #e13241;
  position: absolute;
  top: 0
}

.nyh_theme--sport___jbqY_ .nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote:before {
  color: #2891c8
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf blockquote:after {
  content: ""
}

.nyh_live-feed__html-post___2kskf.nyh_live-feed__html-post___2kskf figcaption {
  background-color: #ebebeb;
  color: #333;
  margin-bottom: 6px;
  padding: 12px;
  word-break: break-word;
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem
}

.nyh_live-feed__divider___3EeQ5 {
  border-bottom: 2px dashed #e1e1e1;
  margin-bottom: 8px
}

.nyh_live-feed__warning-icon___12PWB {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_live-feed__warning-icon___12PWB:before {
  content: "\F16B"
}

.nyh_live-feed__message-container___2vs7B {
  background-color: #e1e1e1;
  margin: 5px 0;
  padding: 10px;
  text-align: center;
  width: 100%
}

.nyh_live-feed__warning-icon___12PWB {
  font-size: 35px;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #606060;
  display: block;
  margin: 4px 0
}

.nyh_live-feed__message___3IMbx {
  font-weight: 700;
  margin: 4px 0
}

.nyh_live-feed__message-tip___15aV8 {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  margin: 4px 0
}

.nyh_live-feed__form-header-icon--closed___3rdae {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_live-feed__form-header-icon--closed___3rdae:before {
  content: "\F117"
}

.nyh_live-feed__form-container___21KMk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.nyh_live-feed__form___3_mAs {
  background-color: #fff;
  margin: 2px 0;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__form___3_mAs {
    padding: 15px
  }
}

.nyh_live-feed__form___3_mAs.nyh_live-feed-form-thread___eg7Lg {
  margin: 0;
  margin-top: 5px;
  padding: 0
}

.nyh_live-feed__form-left___gEP9t {
  display: inline-block;
  padding: 2px;
  width: 50%;
  zoom: 1
}

.nyh_live-feed__form-left___gEP9t:after, .nyh_live-feed__form-left___gEP9t:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_live-feed__form-left___gEP9t:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__form-left___gEP9t {
    padding: 5px
  }
}

.nyh_live-feed__form-right___3Rd30 {
  display: inline-block;
  float: right;
  padding: 2px;
  width: 50%;
  zoom: 1
}

.nyh_live-feed__form-right___3Rd30:after, .nyh_live-feed__form-right___3Rd30:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_live-feed__form-right___3Rd30:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__form-right___3Rd30 {
    padding: 5px
  }
}

.nyh_live-feed__form-input___Qy_gK {
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3px 0;
  padding: 8px;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

.nyh_live-feed__form-input___Qy_gK :focus {
  border: 3px solid #606060
}

.nyh_live-feed__form-input___Qy_gK::-webkit-input-placeholder {
  color: #606060
}

.nyh_live-feed__form-input___Qy_gK:-ms-input-placeholder, .nyh_live-feed__form-input___Qy_gK::-ms-input-placeholder {
  color: #606060
}

.nyh_live-feed__form-input___Qy_gK::-webkit-input-placeholder {
  color: #606060
}

.nyh_live-feed__form-input___Qy_gK:-ms-input-placeholder {
  color: #606060
}

.nyh_live-feed__form-input___Qy_gK::-ms-input-placeholder {
  color: #606060
}

.nyh_live-feed__form-input___Qy_gK::placeholder {
  color: #606060
}

.nyh_live-feed__form-input___Qy_gK.nyh_live-feed__form-input--content___32zFW {
  height: 70px;
  max-width: 100%;
  min-height: 70px;
  min-width: 100%
}

.nyh_live-feed__form-footer___13ilG {
  margin: 5px 0;
  text-align: center;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__form-footer___13ilG {
    min-height: 40px
  }
}

.nyh_live-feed__disclaimer___VfSdR {
  color: #606060;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  min-width: 60px;
  padding: 0 2px;
  text-align: left;
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__disclaimer___VfSdR {
    line-height: 1.53846;
    padding: 0 6px
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__disclaimer___VfSdR.nyh_live-feed__disclaimer--thread___1o_SG {
    max-width: 100px
  }
}

.nyh_live-feed__submit___2AM-6 {
  background-color: #e13241;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 12px 0;
  text-decoration: none;
  width: 100%
}

.nyh_live-feed__submit___2AM-6:disabled, .nyh_live-feed__submit___2AM-6[disabled]:hover {
  background-color: #737373
}

.nyh_live-feed__submit___2AM-6:hover {
  background-color: #b9232d
}

.nyh_live-feed__submit___2AM-6:focus {
  outline: 3px solid #1b1b1b
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__submit___2AM-6 {
    width: 200px
  }
}

.nyh_live-feed__submit-text___2n5rZ {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

.nyh_live-feed__form-input--name___1xt8C {
  display: block;
  width: 100%
}

.nyh_live-feed__form-header___2m8Ff {
  background-color: #fff;
  display: inline-block;
  margin: 2px 0 0;
  padding: 6px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%
}

.nyh_live-feed__form-header-button___1PH5Z, .nyh_live-feed__form-header___2m8Ff .nyh_live-feed__form-header-button___1PH5Z {
  background: none;
  border: 1px solid #737373;
  border-radius: 25px;
  color: #606060;
  display: inline-block;
  font-weight: 700;
  padding: 10px 35px;
  text-decoration: none
}

.nyh_live-feed__form-header-icon--closed___3rdae {
  color: #606060;
  padding-right: 8px;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem
}

.nyh_live-feed__form-error___3aU1b {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(225, 50, 65, .3);
  color: #e13241;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  margin-top: 17px;
  padding: 12px 16px;
  text-align: left
}

.nyh_live-feed__form-error-icon___sNFr3 {
  display: inline-block;
  margin-right: 16px;
  width: 22px
}

.nyh_live-feed__icon___2HUUh, .nyh_live-feed__info-icon___URvqh {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_live-feed__info-icon___URvqh:before {
  content: "\F12E"
}

.nyh_live-feed__icon___2HUUh.nyh_live-feed__icon--comment___1OGcX:before {
  content: "\F13C"
}

.nyh_live-feed__icon___2HUUh.nyh_live-feed__icon--show-more___34zyc:before {
  content: "\F142"
}

.nyh_live-feed__icon___2HUUh.nyh_live-feed__icon--update___2FcIX:before {
  content: "\F14A"
}

@-webkit-keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nyh_live-feed___3PEf1 {
  zoom: 1;
  border-bottom: 6px solid #ebebeb;
  border-top: 6px solid #ebebeb;
  margin: 0 -20px 15px;
  min-height: 100px;
  position: relative
}

.nyh_live-feed___3PEf1:after, .nyh_live-feed___3PEf1:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_live-feed___3PEf1:after {
  clear: both
}

.nyh_live-feed___3PEf1.nyh_live-feed-standalone___MXkuQ {
  margin: 0
}

.nyh_live-feed__nojs-btn___3P65D {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 18px;
  color: #606060 !important;
  display: inline-block;
  padding: 4px 0;
  text-decoration: none !important;
  width: auto;
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__nojs-btn___3P65D {
    font-size: 15px;
    font-size: .9375rem
  }
}

.nyh_live-feed__nojs-btn___3P65D:hover {
  background-color: #e1e1e1
}

@media only screen and (min-width: 50.0625em) {
  .nyh_live-feed__nojs-btn___3P65D {
    min-width: 100px;
    padding: 4px 16px 2px
  }
}

.nyh_live-feed__header___1KEbI {
  background-color: #fff;
  font-weight: 700;
  line-height: 22px;
  padding: 10px;
  position: relative;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__header___1KEbI {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

.nyh_theme--sport___jbqY_ .nyh_live-feed__heading-prefix___B_bMt {
  color: #2891c8
}

.nyh_live-feed__buttons___2pRa7 {
  background-color: #fff;
  border-top: 2px solid #ebebeb;
  display: block;
  padding: 10px 0;
  text-align: center
}

.nyh_live-feed__button___3ZZbW {
  background-color: #333;
  border: 2px solid #333;
  border-radius: 25px;
  display: inline-block;
  min-width: 113px;
  padding: 10px 25px 7px;
  text-decoration: none
}

.nyh_live-feed__button___3ZZbW:hover {
  background-color: #1b1b1b
}

.nyh_live-feed__button___3ZZbW:focus {
  background-color: #2891c8
}

.nyh_live-feed__icon___2HUUh {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  color: #fff;
  line-height: 19px;
  margin-bottom: 1px;
  text-decoration: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_live-feed__icon___2HUUh {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 3px
  }
}

.nyh_live-feed__button-text___d_YVv {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding-left: 8px;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem
}

.nyh_live-feed__video___1wNEv {
  display: block;
  max-height: 520px
}

.nyh_live-feed__message-container___2vs7B {
  background-color: #e1e1e1;
  margin: 5px 0;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%
}

.nyh_live-feed__message-container___2vs7B .nyh_live-feed__message___3IMbx {
  font-weight: 700;
  margin: 4px 0
}

.nyh_live-feed__info-icon___URvqh {
  font-size: 35px;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #606060;
  display: block;
  margin: 4px 0
}

.sltc-twitter___1y9VW {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  margin: auto;
  max-width: 520px;
  padding: 15px
}

.sltc-twitter___1y9VW .sltc-text___2jXat a {
  color: #2b7bb9;
  text-decoration: none
}

.sltc-twitter___1y9VW .sltc-text___2jXat a:active, .sltc-twitter___1y9VW .sltc-text___2jXat a:focus, .sltc-twitter___1y9VW .sltc-text___2jXat a:hover {
  color: #3b94d9
}

.sltc-info___2zRsb .sltc-name___1HbtG a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none
}

.sltc-author___3t6Eb:active .sltc-info___2zRsb .sltc-name___1HbtG a, .sltc-author___3t6Eb:focus .sltc-info___2zRsb .sltc-name___1HbtG a, .sltc-author___3t6Eb:hover .sltc-info___2zRsb .sltc-name___1HbtG a {
  color: #3b94d9
}

.sltc-info___2zRsb .sltc-username___2p7JP a {
  color: #697882;
  font-size: 14px;
  margin-top: 2px;
  text-decoration: none
}

.sltc-avatar___1pnGV {
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  max-width: 36px
}

.sltc-text___2jXat {
  clear: both;
  margin: 10px 0
}

.sltc-twitter___1y9VW .sltc-retweet___3I07G {
  color: #697882;
  font-size: 12px;
  font-style: italic
}

.sltc-twitter___1y9VW .sltc-lower___26M2- a, .sltc-twitter___1y9VW .sltc-retweet___3I07G a {
  color: #697882;
  text-decoration: none
}

.sltc-twitter___1y9VW .sltc-lower___26M2- a {
  font-size: 14px
}

.sltc-twitter___1y9VW .sltc-lower___26M2- a:active, .sltc-twitter___1y9VW .sltc-lower___26M2- a:focus, .sltc-twitter___1y9VW .sltc-lower___26M2- a:hover {
  color: #3b94d9
}

.sltc-actions___rs7_Y {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0
}

.favorite___37ofl, .reply___28Tjo, li.retweet___1Kg4x {
  display: inline-block;
  font-size: 0
}

.favorite___37ofl:before, .reply___28Tjo:before, li.retweet___1Kg4x:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 1.25em;
  vertical-align: text-bottom
}

.favorite___37ofl, li.retweet___1Kg4x {
  margin-left: 10px
}

.favorite___37ofl:active:before, .favorite___37ofl:before, .favorite___37ofl:focus:before, .favorite___37ofl:hover:before, .nyh_tweet__icon--verified___fmu4I, .reply___28Tjo:active:before, .reply___28Tjo:before, .reply___28Tjo:focus:before, .reply___28Tjo:hover:before, .sltc-logo___1U2yI, li.retweet___1Kg4x:active:before, li.retweet___1Kg4x:before, li.retweet___1Kg4x:focus:before, li.retweet___1Kg4x:hover:before {
  background-image: url("https://www.svtstatic.se/resources/svtservice-n-render/twitter-icons-sprite_1.svg");
  background-repeat: no-repeat;
  background-size: 14em 1.25em
}

.favorite___37ofl:before {
  background-position: 0 0;
  width: .938em
}

.favorite___37ofl:active:before, .favorite___37ofl:focus:before, .favorite___37ofl:hover:before {
  background-position: 7.65579543714592% 0;
  color: #e81c4f
}

.reply___28Tjo:before {
  background-position: 15.475085112968122% 0;
  width: 1.076em
}

.reply___28Tjo:active:before, .reply___28Tjo:focus:before, .reply___28Tjo:hover:before {
  background-position: 30.950170225936244% 0;
  color: #1da1f2
}

li.retweet___1Kg4x:before {
  background-position: 47.1883602044829% 0;
  width: 1.285em
}

li.retweet___1Kg4x:active:before, li.retweet___1Kg4x:focus:before, li.retweet___1Kg4x:hover:before {
  background-position: 62.917813605977194% 0;
  color: #19cf86
}

.sltc-logo___1U2yI {
  background-position: 78.43137254901961% 0;
  float: right;
  width: 1.25em
}

.nyh_tweet__icon--verified___fmu4I {
  background-position: 93.1026456668477% 0;
  margin-left: 5px;
  width: 1.111em
}

.nyh_article-body___1Yr9h {
  zoom: 1;
  margin-bottom: 30px
}

.nyh_article-body___1Yr9h:after, .nyh_article-body___1Yr9h:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_article-body___1Yr9h:after {
  clear: both
}

.nyh_article-body___1Yr9h ol, .nyh_article-body___1Yr9h p, .nyh_article-body___1Yr9h ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_article-body___1Yr9h p {
  margin-bottom: 14px
}

.nyh_article-body___1Yr9h h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_article-body___1Yr9h strong {
  font-weight: 700
}

.nyh_article-body___1Yr9h em {
  font-style: italic
}

.nyh_article-body___1Yr9h .blockquote___2IMML, .nyh_article-body___1Yr9h blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_article-body___1Yr9h .blockquote___2IMML:before, .nyh_article-body___1Yr9h blockquote:before {
  content: open-quote
}

.nyh_article-body___1Yr9h .blockquote___2IMML:after, .nyh_article-body___1Yr9h blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article-body___1Yr9h .blockquote___2IMML, .nyh_article-body___1Yr9h blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_article-body___1Yr9h a {
  color: #1e69aa;
  text-decoration: underline
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article-body___1Yr9h ol, .nyh_article-body___1Yr9h p, .nyh_article-body___1Yr9h ul {
    color: #1b1b1b;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
  }

  .nyh_article-body___1Yr9h p {
    margin-bottom: 14px
  }

  .nyh_article-body___1Yr9h h4 {
    color: #1b1b1b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 700;
    margin-bottom: 2px
  }

  .nyh_article-body___1Yr9h strong {
    font-weight: 700
  }

  .nyh_article-body___1Yr9h em {
    font-style: italic
  }

  .nyh_article-body___1Yr9h .blockquote___2IMML, .nyh_article-body___1Yr9h blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #606060;
    display: block;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    margin: 20px 0;
    padding: 8px 10% 10px;
    text-align: center
  }

  .nyh_article-body___1Yr9h .blockquote___2IMML:before, .nyh_article-body___1Yr9h blockquote:before {
    content: open-quote
  }

  .nyh_article-body___1Yr9h .blockquote___2IMML:after, .nyh_article-body___1Yr9h blockquote:after {
    content: close-quote
  }
}

@media only screen and (min-width: 37.5625em) and (min-width: 37.5625em) {
  .nyh_article-body___1Yr9h .blockquote___2IMML, .nyh_article-body___1Yr9h blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article-body___1Yr9h a {
    color: #1e69aa;
    text-decoration: underline
  }

  .nyh_article-body___1Yr9h ol, .nyh_article-body___1Yr9h p, .nyh_article-body___1Yr9h ul {
    color: #1b1b1b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444
  }

  .nyh_article-body___1Yr9h p {
    margin-bottom: 16px
  }

  .nyh_article-body___1Yr9h h4 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA {
  zoom: 1;
  clear: both;
  margin-top: 10px;
  margin-bottom: 14px
}

.nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA:after, .nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA:after {
  clear: both
}

.nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA.nyh_article-body__image--right___1m45E {
  float: right;
  margin-top: 0;
  margin-left: 16px;
  margin-bottom: 0;
  overflow: visible;
  width: 100px
}

.nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA.nyh_article-body__image--right___1m45E + p {
  min-height: 100px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA.nyh_article-body__image--right___1m45E {
    width: 124px
  }

  .nyh_article-body___1Yr9h .nyh_article-body__image___2hWvA.nyh_article-body__image--right___1m45E + p {
    min-height: 124px
  }
}

.nyh_article-body___1Yr9h .nyh_article-body__live-feed___3CyMk {
  margin-bottom: 0
}

.nyh_article-body___1Yr9h .nyh_article-body__live-feed___3CyMk .nyh_article-body__live-feed-text___QIEY2 {
  color: #1b1b1b;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 19px;
  display: block;
  white-space: pre-wrap
}

.nyh_article-body___1Yr9h .nyh_article-body__live-feed___3CyMk .nyh_tweet___3N0wB + div, .nyh_article-body___1Yr9h .nyh_article-body__live-feed___3CyMk div + .nyh_tweet___3N0wB {
  margin-top: 10px
}

.nyh_article-body___1Yr9h .nyh_figure___3lwg2 {
  clear: both;
  margin-bottom: 14px
}

.nyh_article-body___1Yr9h .nyh_figure___3lwg2 .nyh_article-body__image___2hWvA {
  margin-top: 0;
  margin-bottom: 0
}

.nyh_article-body___1Yr9h .nyh_figure___3lwg2.nyh_figure--article-body-right___2tnQp {
  float: right;
  margin: 0 0 16px 16px;
  overflow: visible;
  width: 100px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article-body___1Yr9h .nyh_figure___3lwg2.nyh_figure--article-body-right___2tnQp {
    width: 124px
  }
}

.nyh_inline-video___22jGH {
  position: relative
}

.nyh_storygrid__story-link-icon___2PjDj {
  font-family: svt-icons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_storygrid__story-link-icon___2PjDj:before {
  content: "\F109"
}

.nyh_storygrid___1gM1B {
  zoom: 1;
  margin-top: 12px;
  border-top: 2px solid #ebebeb;
  clear: both;
  margin: 20px -20px 0;
  padding: 12px 20px 0;
  position: relative
}

.nyh_storygrid___1gM1B:after, .nyh_storygrid___1gM1B:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_storygrid___1gM1B:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_storygrid___1gM1B {
    margin-top: 16px
  }
}

.nyh_storygrid__header___3s2Ld {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.13333;
  margin-right: 55px;
  position: relative;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_storygrid__header___3s2Ld {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nyh_storygrid__header-link___1v-I2 {
  text-decoration: none;
  color: #1e69aa
}

.nyh_storygrid__header-link___1v-I2:focus {
  outline: thin dotted #1e69aa
}

.nyh_storygrid__header-link___1v-I2:hover {
  text-decoration: underline
}

.nyh_storygrid__header-link___1v-I2:active, .nyh_storygrid__header-link___1v-I2:hover, .nyh_storygrid__header-link___1v-I2:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_storygrid__header-link___1v-I2, .nyh_storygrid__header-link___1v-I2:active, .nyh_storygrid__header-link___1v-I2:hover, .nyh_storygrid__header-link___1v-I2:visited {
  color: #1b1b1b
}

.nyh_storygrid__header-link___1v-I2:before {
  content: "Mer om: ";
  font-weight: 400
}

.nyh_storygrid__list___3u5Ez {
  letter-spacing: -.31em;
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  padding-top: 0 !important
}

@media only screen and (min-width: 37.5625em) {
  .nyh_storygrid__list___3u5Ez {
    margin: 0 -8px
  }
}

@media only screen and (max-width: 37.5em) {
  .nyh_storygrid__list___3u5Ez .nyh_grid__col___-owZT {
    display: block
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_storygrid__list___3u5Ez .nyh_grid__col___-owZT {
    width: 33.3333%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_storygrid__list___3u5Ez .nyh_grid__col___-owZT {
    width: 33.3333%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_storygrid__list___3u5Ez .nyh_grid__col___-owZT {
    width: 33.3333%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_storygrid__list___3u5Ez {
    padding-top: 12px !important
  }

  .flexbox___2oQkW .nyh_storygrid__list___3u5Ez {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_storygrid__list___3u5Ez .nyh_storygrid__teaser-without-image___36RLw {
    padding: 0 8px
  }
}

.nyh_storygrid__story-link___1aFAO {
  text-decoration: none;
  color: #1e69aa;
  display: block;
  font-weight: 700;
  margin-bottom: -8px;
  margin-top: 10px;
  padding: 12px 0;
  text-align: right;
  vertical-align: middle
}

.nyh_storygrid__story-link___1aFAO:focus {
  outline: thin dotted #1e69aa
}

.nyh_storygrid__story-link___1aFAO:hover {
  text-decoration: underline
}

.nyh_storygrid__story-link___1aFAO:active, .nyh_storygrid__story-link___1aFAO:hover, .nyh_storygrid__story-link___1aFAO:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_storygrid__story-link___1aFAO, .nyh_storygrid__story-link___1aFAO:active, .nyh_storygrid__story-link___1aFAO:hover, .nyh_storygrid__story-link___1aFAO:visited {
  color: #333
}

.nyh_storygrid__story-link-icon___2PjDj {
  text-decoration: none;
  vertical-align: middle
}

.nyh_storygrid__story-link___1aFAO:hover .nyh_storygrid__story-link-icon___2PjDj {
  text-decoration: none
}

.nyh_storygrid__story-link-text___1bP_q {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 5px;
  vertical-align: middle
}

.nyh_storygrid__story-link___1aFAO:hover .nyh_storygrid__story-link-text___1bP_q {
  text-decoration: underline
}

.TransparencyBox__root___3mSyk___XFrFf {
  background: #f5f5f5;
  border-top: 4px solid #e13241;
  margin-top: 24px;
  padding: 12px 12px 6px
}

@media only screen and (min-width: 37.5625em) {
  .TransparencyBox__root___3mSyk___XFrFf {
    padding: 12px 16px 6px
  }
}

.TransparencyBox__opinion___3Ktek___3SrTE {
  border-color: #eb6937
}

.TransparencyBox__breaking___2wDFa___3FkH8 {
  background: #fff
}

.TransparencyBox__val2018___3Hm3x___34DA6 {
  border-color: #002b37
}

.TransparencyBox__sport___2RCVn___1Ng4J {
  border-color: #2891c8
}

.TransparencyBox__heading___3br6E___1OfWv {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase
}

.TransparencyBox__opinion___3Ktek___3SrTE .TransparencyBox__heading___3br6E___1OfWv {
  color: #eb6937
}

.TransparencyBox__val2018___3Hm3x___34DA6 .TransparencyBox__heading___3br6E___1OfWv {
  color: #002b37
}

.TransparencyBox__sport___2RCVn___1Ng4J .TransparencyBox__heading___3br6E___1OfWv {
  border-color: #2891c8
}

.TransparencyBox__body___39OUe___2qJ09 {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  padding-top: 8px
}

.TransparencyBox__body___39OUe___2qJ09 p {
  margin-bottom: 6px
}

.TransparencyBox__body___39OUe___2qJ09 a {
  color: #1e69aa;
  text-decoration: none
}

.TransparencyBox__body___39OUe___2qJ09 a:focus {
  outline: thin dotted #1e69aa
}

.TransparencyBox__body___39OUe___2qJ09 a:hover {
  text-decoration: underline
}

.OpinionLabel__root___fKqel___2zJjU {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  background-color: #eb6937;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 6px;
  padding: 3px 8px;
  text-transform: uppercase
}

._SportResultMatchInfo__team___187Xb___2ZWPH {
  background: #f5f5f5;
  display: inline-block;
  padding: 1px;
  text-align: center
}

@media only screen and (min-width: 37.5625em) {
  ._SportResultMatchInfo__team___187Xb___2ZWPH {
    width: 25%
  }
}

.flexbox___2oQkW ._SportResultMatchInfo__team___187Xb___2ZWPH {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%
}

._SportResultMatchInfo__logoWrapper___G-1Et___2uYSv {
  background: #fff;
  border-radius: 35px;
  height: 70px;
  margin: 0 auto 10px;
  padding: 5px;
  position: relative;
  width: 70px
}

._SportResultMatchInfo__logo___3wmku___1jOrk {
  left: 50%;
  max-height: 45px;
  max-width: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

._SportResultMatchInfo__teamTitle___17qRC___iPx_i {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  margin-bottom: -4px;
  max-width: 100%;
  padding: 0 4px;
  word-break: break-word
}

._SportResultMatchInfo__root___2rYpr___1NwYV {
  background: #f5f5f5;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 24px;
  text-align: center;
  width: 100%
}

.flexbox___2oQkW ._SportResultMatchInfo__matchInfoResults___3m8Wq___2zPGY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

._SportResultMatchInfo__scoreWrapper___MLxBj___BdKFG {
  display: inline-block;
  vertical-align: top;
  width: 34%
}

.flexbox___2oQkW ._SportResultMatchInfo__scoreWrapper___MLxBj___BdKFG {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto
}

._SportResultMatchInfo__score___3NaNU___YrKup {
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-top: 17px
}

@media only screen and (min-width: 37.5625em) {
  ._SportResultMatchInfo__score___3NaNU___YrKup {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 8px
  }
}

._SportResultMatchInfo__matchInfoMeta___3iNQr___1n3KO {
  padding: 12px 0 24px
}

._SportResultMatchInfo__spectatorsHeading___4k6W7___3BbUx {
  font-weight: 700
}

._SportResultTimeline__root___3cup-___v9VK9 {
  zoom: 1;
  background-color: #f5f5f5;
  border-top: 2px solid #fff;
  margin-bottom: 15px
}

._SportResultTimeline__root___3cup-___v9VK9:after, ._SportResultTimeline__root___3cup-___v9VK9:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

._SportResultTimeline__root___3cup-___v9VK9:after {
  clear: both
}

._SportResultTimeline__actionListHeading___2sGFA___v32aP {
  background-color: #e1e1e1;
  font-size: inherit;
  font-weight: 700;
  padding: 5px 15px;
  text-align: center
}

._SportResultTimeline__actionListItems___2qzyv___1Rfm1 {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0;
  list-style-type: none;
  margin: 0;
  padding-left: 0
}

._SportResultTimeline__actionRow___cyuP8___6vLnZ {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px
}

._SportResultTimeline__actionRowAway___fisfT___Ur_oA, ._SportResultTimeline__actionRowHome___2M_ee___xmJ7e, ._SportResultTimeline__actionRowTime___Ek1h0___SRPmp {
  border: 1px solid #fff;
  overflow: hidden;
  padding: 5px 10px
}

._SportResultTimeline__actionRowHome___2M_ee___xmJ7e {
  text-align: right;
  width: calc(50% - 40px)
}

._SportResultTimeline__actionRowTime___Ek1h0___SRPmp {
  font-weight: 700;
  text-align: center;
  width: 80px
}

._SportResultTimeline__actionRowAway___fisfT___Ur_oA {
  text-align: left;
  width: calc(50% - 40px)
}

._SportResultTimeline__expandButtonWrapper___8ivMb___rP_w_ {
  background-color: #f5f5f5
}

@media print {
  ._SportResultTimeline__expandButtonWrapper___8ivMb___rP_w_ {
    display: none
  }
}

._SportResultTimeline__expandButton___2aZLG___sYpjK {
  background-color: transparent;
  color: #333;
  display: block;
  font-weight: 700;
  outline: none;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 100%
}

._SportResultTimeline__expandButton___2aZLG___sYpjK:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px
}

._SportResultTimeline__expandButtonIcon___2nasv___1NP_s {
  margin-right: 8px
}

._SportResultTimeline__expandButtonText___4YXKx___2dfoM {
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle
}

._SportResultTimeline__expandButton___2aZLG___sYpjK:hover ._SportResultTimeline__expandButtonText___4YXKx___2dfoM {
  text-decoration: underline
}

._Action__icon___18cP4___3_S0t {
  background-size: 15px;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  margin-top: -3px;
  vertical-align: middle;
  width: 15px
}

._Action__personBold___2GHz1___kZGoW {
  font-weight: 700
}

.Timestamp__root___3Lbrt___2ApBg {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem
}

@media only screen and (min-width: 37.5625em) {
  .Timestamp__root___3Lbrt___2ApBg {
    font-size: 14px;
    font-size: .875rem
  }
}

.Timestamp__timestamp___3RAf-___28smA {
  color: #737373
}

.nyh_article__author-email-icon___33Zme, .nyh_livearticle__disclaimer___2gVJA .nyh_livearticle__disclaimer-icon___1kGLd {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_article__author-email-icon___33Zme:before {
  content: "\F123"
}

.nyh_livearticle__disclaimer___2gVJA .nyh_livearticle__disclaimer-icon___1kGLd:before {
  content: "\F12E"
}

.nyh_article--analysis___2PKLb .nyh_article__heading___1_Ai2:before {
  content: "\F149"
}

@-webkit-keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nyh_article___2whCA, .nyh_livearticle___3MxjV {
  background-color: #fff;
  margin: 0 -12px 20px;
  padding: 16px 20px 20px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article___2whCA, .nyh_livearticle___3MxjV {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px
  }
}

.nyh_article___2whCA {
  zoom: 1;
  position: relative
}

.nyh_article___2whCA:after, .nyh_article___2whCA:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_article___2whCA:after {
  clear: both
}

.nyh_article___2whCA.nyh_article--empty___3bvwF {
  min-height: 800px
}

.nyh_article___2whCA.nyh_article--fade-in___BVEPj {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-in___2ymQF;
  animation-name: fade-in___2ymQF
}

.nyh_article___2whCA + .nyh_trailers___3LDGE {
  margin-top: -20px
}

.nyh_article__heading___1_Ai2 {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  color: #333;
  line-height: 1.12;
  margin-bottom: 4px
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_article__heading___1_Ai2 {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_article__heading___1_Ai2 {
    font-size: 42px;
    font-size: 2.625rem
  }
}

.nyh_article--analysis___2PKLb .nyh_article__heading___1_Ai2:before {
  color: #e13241;
  display: inline-block;
  font-family: svt-icons;
  font-size: .7em;
  margin-right: .45em;
  margin-top: .24em;
  vertical-align: top;
  width: 1.1em
}

.nyh_article--analysis___2PKLb .nyh_article__lead-prefix___3cxqp {
  color: #e13241;
  font-weight: 700
}

.nyh_article--opinion___3sBsz .nyh_article__lead-prefix___3cxqp {
  color: #eb6937;
  font-weight: 700
}

.nyh_article--ug___4OvVu .nyh_article__lead-prefix___3cxqp {
  color: #465055;
  font-weight: 700
}

.nyh_article__lead___2bEST {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44444;
  margin: 13px 0 0;
  padding: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__lead___2bEST {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35
  }
}

.nyh_article__main___1sNYo {
  margin: 13px auto 0;
  width: 100%
}

.nyh_article__body___3Tl1d {
  margin-bottom: 20px
}

.nyh_article__body___3Tl1d ol, .nyh_article__body___3Tl1d p, .nyh_article__body___3Tl1d ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_article__body___3Tl1d p {
  margin-bottom: 14px
}

.nyh_article__body___3Tl1d h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_article__body___3Tl1d strong {
  font-weight: 700
}

.nyh_article__body___3Tl1d em {
  font-style: italic
}

.nyh_article__body___3Tl1d .blockquote___2IMML, .nyh_article__body___3Tl1d blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_article__body___3Tl1d .blockquote___2IMML:before, .nyh_article__body___3Tl1d blockquote:before {
  content: open-quote
}

.nyh_article__body___3Tl1d .blockquote___2IMML:after, .nyh_article__body___3Tl1d blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__body___3Tl1d .blockquote___2IMML, .nyh_article__body___3Tl1d blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_article__body___3Tl1d a {
  color: #1e69aa;
  text-decoration: underline
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__body___3Tl1d {
    margin-bottom: 26px
  }

  .nyh_article__body___3Tl1d ol, .nyh_article__body___3Tl1d p, .nyh_article__body___3Tl1d ul {
    color: #1b1b1b;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
  }

  .nyh_article__body___3Tl1d p {
    margin-bottom: 14px
  }

  .nyh_article__body___3Tl1d h4 {
    color: #1b1b1b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 700;
    margin-bottom: 2px
  }

  .nyh_article__body___3Tl1d strong {
    font-weight: 700
  }

  .nyh_article__body___3Tl1d em {
    font-style: italic
  }

  .nyh_article__body___3Tl1d .blockquote___2IMML, .nyh_article__body___3Tl1d blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #606060;
    display: block;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    margin: 20px 0;
    padding: 8px 10% 10px;
    text-align: center
  }

  .nyh_article__body___3Tl1d .blockquote___2IMML:before, .nyh_article__body___3Tl1d blockquote:before {
    content: open-quote
  }

  .nyh_article__body___3Tl1d .blockquote___2IMML:after, .nyh_article__body___3Tl1d blockquote:after {
    content: close-quote
  }
}

@media only screen and (min-width: 37.5625em) and (min-width: 37.5625em) {
  .nyh_article__body___3Tl1d .blockquote___2IMML, .nyh_article__body___3Tl1d blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__body___3Tl1d a {
    color: #1e69aa;
    text-decoration: underline
  }

  .nyh_article__body___3Tl1d ol, .nyh_article__body___3Tl1d p, .nyh_article__body___3Tl1d ul {
    color: #1b1b1b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444
  }

  .nyh_article__body___3Tl1d p {
    margin-bottom: 16px
  }

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

.nyh_article__footer___TxEeh {
  border-top: 3px solid #ebebeb;
  margin-top: 24px;
  padding-top: 9px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__footer___TxEeh {
    margin-top: 32px
  }
}

.nyh_article__authors___SmGr1 {
  list-style: none;
  margin: 0;
  padding-left: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__authors___SmGr1 {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

.nyh_article__author___2uCBK {
  font-weight: 700;
  margin-bottom: 8px
}

.nyh_article__author-name___QkOCn {
  display: inline-block;
  margin-right: 10px
}

.nyh_article__author-email___2aOIi {
  text-decoration: none;
  color: #1e69aa;
  color: #1b1b1b;
  display: inline-block
}

.nyh_article__author-email___2aOIi:focus {
  outline: thin dotted #1e69aa
}

.nyh_article__author-email___2aOIi:hover {
  text-decoration: underline
}

.nyh_article__author-email___2aOIi:active, .nyh_article__author-email___2aOIi:hover, .nyh_article__author-email___2aOIi:visited {
  color: inherit;
  color: #1e69aa
}

.nyh_article__author-email___2aOIi:hover {
  color: #1b1b1b
}

.nyh_article__author-email-icon___33Zme {
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #737373;
  margin-right: 6px;
  margin-top: -2px
}

.nyh_article__author-email___2aOIi:hover .nyh_article__author-email-icon___33Zme {
  text-decoration: none
}

.nyh_article__author-role___zsPOB {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem;
  color: #737373;
  display: block;
  font-weight: 400;
  line-height: 1.4
}

.nyh_article__date___UhaQ0 {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4
}

@media only screen and (min-width: 37.5625em) {
  .nyh_article__date___UhaQ0 {
    font-size: 13px;
    font-size: .8125rem
  }
}

.nyh_article__date-label___8a0aC {
  color: #606060
}

.nyh_article__date-timestamp___adN1D {
  margin-left: 6px
}

.nyh_livearticle___3MxjV {
  margin-top: 20px
}

.nyh_livearticle__article___1fyb7 h3 {
  font-size: 42px;
  font-size: 42px;
  font-size: 2.625rem
}

.nyh_livearticle__disclaimer___2gVJA {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px
}

.nyh_livearticle__disclaimer___2gVJA .nyh_livearticle__disclaimer-icon___1kGLd {
  color: #737373;
  font-size: 20px;
  margin-right: 5px;
  padding-bottom: 2px
}

.nyh_livearticle__disclaimer___2gVJA .nyh_livearticle__disclaimer-text___2-NXX {
  display: inline-block
}

.nyh_livearticle__footer___1t6yF {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 15px
}

.nyh_livearticle__footer___1t6yF .nyh_livearticle__footer-author___tF99O {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 5px 0
}

.nyh_livearticle__footer___1t6yF .nyh_livearticle__footer-timestamp___1_REz {
  font-size: 13px;
  font-size: 13px;
  font-size: .8125rem
}

.nyh_breaking__live-icon___38-Ml {
  font-family: svt-icons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_breaking__live-icon___38-Ml:before {
  content: "\F11F"
}

.nyh_breaking__top-container___1dxUE {
  margin-bottom: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-container___1dxUE {
    margin-bottom: 16px
  }
}

.nyh_breaking__top-container-inner___2Fkji {
  color: #fff;
  position: relative
}

.nyh_breaking__top-picture___LicP1 {
  position: relative;
  width: 100%
}

.nyh_breaking__top-picture___LicP1 .pic___1fBJD {
  padding-top: 56.25%
}

.nyh_breaking__top-picture___LicP1 .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_breaking__top-picture___LicP1 .pic__img--wide___wqHlU {
  display: block
}

.nyh_breaking__top-picture___LicP1 .pic__ratio___3xBCd:after {
  content: "wide"
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-picture___LicP1 .pic___1fBJD {
    padding-top: 39.0625%
  }

  .nyh_breaking__top-picture___LicP1 .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_breaking__top-picture___LicP1 .pic__img--imax___2Hn8R {
    display: block
  }

  .nyh_breaking__top-picture___LicP1 .pic__ratio___3xBCd:after {
    content: "imax"
  }
}

.nyh_breaking__top-picture___LicP1:before {
  content: "";
  display: block;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-transform: translate(0);
  transform: translate(0)
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-picture___LicP1:before {
    padding-bottom: 39.0625%
  }
}

.nyh_breaking__top-picture__image___1RfgB {
  background: #333;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.nyh_breaking__top-picture__image___1RfgB .pic__img--placeholder___2_-G7 {
  opacity: 0
}

.nyh_breaking__top-text-container___2mrTB {
  background: #333;
  max-width: 100%;
  padding: 36px 12px 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-text-container___2mrTB {
    padding: 36px 16px 16px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_breaking__top-text-container___2mrTB {
    padding-right: 30%
  }
}

.nyh_breaking__top-picture___LicP1 + .nyh_breaking__top-text-container___2mrTB {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .8)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 35%, rgba(0, 0, 0, .8));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}

.nyh_breaking__top-prefix___17r07 {
  background-color: #e13241;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 3px 6px 4px 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-prefix___17r07 {
    font-size: 30px;
    padding: 3px 10px 3px 5px
  }
}

.nyh_breaking__live-icon___38-Ml {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 6px;
  vertical-align: middle
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__live-icon___38-Ml {
    font-size: 18px;
    line-height: 30px
  }
}

.nyh_breaking__live-text____kSik {
  vertical-align: middle
}

.nyh_breaking__top-title___ayjiQ {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-title___ayjiQ {
    font-size: 42px
  }
}

.nyh_breaking__top-lead___3JrUc {
  white-space: pre-line
}

.nyh_breaking__top-lead___3JrUc.nyh_breaking__mobile___tM-4o {
  background-color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-lead___3JrUc.nyh_breaking__mobile___tM-4o {
    display: none
  }
}

.nyh_breaking__top-lead___3JrUc.nyh_breaking__desktop___3vKTH {
  background: none;
  color: #fff;
  display: none;
  font-size: 26px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__top-lead___3JrUc.nyh_breaking__desktop___3vKTH {
    display: block
  }
}

.nyh_breaking__summary-box___3oIYW {
  background-color: #fff;
  margin-bottom: 12px;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__summary-box___3oIYW {
    margin-bottom: 16px
  }
}

.nyh_breaking__summary-box__body___1hfxO {
  margin: 0;
  padding: 10px 20px;
  word-break: break-word
}

.nyh_breaking__summary-box__body___1hfxO ol, .nyh_breaking__summary-box__body___1hfxO p, .nyh_breaking__summary-box__body___1hfxO ul {
  color: #1b1b1b;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.nyh_breaking__summary-box__body___1hfxO p {
  margin-bottom: 14px
}

.nyh_breaking__summary-box__body___1hfxO h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  margin-bottom: 2px
}

.nyh_breaking__summary-box__body___1hfxO strong {
  font-weight: 700
}

.nyh_breaking__summary-box__body___1hfxO em {
  font-style: italic
}

.nyh_breaking__summary-box__body___1hfxO .blockquote___2IMML, .nyh_breaking__summary-box__body___1hfxO blockquote {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px 0;
  padding: 8px 10% 10px;
  text-align: center
}

.nyh_breaking__summary-box__body___1hfxO .blockquote___2IMML:before, .nyh_breaking__summary-box__body___1hfxO blockquote:before {
  content: open-quote
}

.nyh_breaking__summary-box__body___1hfxO .blockquote___2IMML:after, .nyh_breaking__summary-box__body___1hfxO blockquote:after {
  content: close-quote
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__summary-box__body___1hfxO .blockquote___2IMML, .nyh_breaking__summary-box__body___1hfxO blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333
  }
}

.nyh_breaking__summary-box__body___1hfxO a {
  color: #1e69aa;
  text-decoration: underline
}

.nyh_breaking__summary-box__body___1hfxO h4, .nyh_breaking__summary-box__body___1hfxO ol, .nyh_breaking__summary-box__body___1hfxO p, .nyh_breaking__summary-box__body___1hfxO ul {
  color: #1b1b1b;
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4
}

.nyh_breaking__summary-box__body___1hfxO p {
  margin-bottom: 10px
}

.nyh_breaking__summary-box__body___1hfxO ol, .nyh_breaking__summary-box__body___1hfxO ul {
  margin: 0;
  padding: 0
}

.nyh_breaking__summary-box__body___1hfxO ul {
  list-style-type: none
}

.nyh_breaking__summary-box__body___1hfxO li {
  margin: 10px 0 10px 1em;
  padding: 0
}

.nyh_breaking__summary-box__body___1hfxO ul li:before {
  color: #e13241;
  content: "\25CF     ";
  display: inline-block;
  margin-left: -1em;
  width: 1em
}

.nyh_breaking__story-links___2MCJf {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.nyh_breaking__story-links__header___27ywF {
  color: #1b1b1b;
  font-weight: 900;
  line-height: 1.33;
  padding: 12px;
  position: relative;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__story-links__header___27ywF {
    padding: 12px 16px
  }
}

.nyh_breaking__story-links__header-link___1RKnY {
  text-decoration: none
}

.nyh_breaking__story-links__header-link___1RKnY, .nyh_breaking__story-links__header-link___1RKnY:active, .nyh_breaking__story-links__header-link___1RKnY:hover, .nyh_breaking__story-links__header-link___1RKnY:visited {
  color: #1b1b1b
}

.nyh_breaking__story-links__list___3cURN {
  list-style: none;
  margin: 0;
  padding: 0
}

.nyh_breaking__related-teaser-list___15lFX {
  list-style-type: none;
  margin: 0 0 16px;
  padding: 0
}

.nyh_breaking__media-library___2ACVN {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 12px;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__media-library___2ACVN {
    margin-bottom: 16px;
    padding: 14px
  }
}

.nyh_breaking__media-1___2xTZw, .nyh_breaking__media-2___1rVEG {
  display: inline-block;
  width: 100%
}

.nyh_breaking__media-2___1rVEG:first-child {
  margin-bottom: 6px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__media-2___1rVEG:first-child {
    margin-bottom: 14px
  }
}

.nyh_breaking__media-3___3a2oL {
  display: inline-block;
  width: 50%
}

.nyh_breaking__media-3___3a2oL:first-child {
  margin-bottom: 6px;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__media-3___3a2oL:first-child {
    margin-bottom: 16px
  }
}

.nyh_breaking__media-3___3a2oL:nth-child(2) {
  padding-right: 3px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__media-3___3a2oL:nth-child(2) {
    padding-right: 8px
  }
}

.nyh_breaking__media-3___3a2oL:nth-child(3) {
  padding-left: 3px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__media-3___3a2oL:nth-child(3) {
    padding-left: 8px
  }
}

.BylineAuthor__root___3QGPu___2763x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e1e1e1;
  border-width: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  padding: 6px 12px;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .BylineAuthor__root___3QGPu___2763x {
    width: 50%
  }
}

.BylineAuthor__portrait___TGXT1___1HFdV {
  float: left;
  margin-right: 8px;
  min-width: 50px;
  width: 50px
}

@media only screen and (min-width: 37.5625em) {
  .BylineAuthor__root___3QGPu___2763x:nth-child(2n) {
    padding-left: 0
  }
}

.BylineAuthor__name___14rYI___1bhEZ {
  font-weight: 700
}

.Byline__root___3nnaD___2pwZ3 {
  background: #fff;
  margin-top: 16px;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem
}

.Byline__authorContainer___3c7cD___1cpkd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

@media only screen and (min-width: 37.5625em) {
  .Byline__spacer___20USR___33J48 {
    border: 2px solid #e1e1e1;
    border-width: 2px 0;
    margin-top: -2px;
    width: 50%
  }
}

.Byline__titleContainer___MXJPR___2LyJR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding: 6px 10px
}

.Byline__title___1k9mN___1Sabf {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  font-weight: 300;
  padding-top: 3px;
  text-transform: uppercase;
  vertical-align: middle
}

.Byline__positionIcon___2V1x5___13DJu {
  font-size: 23px;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #e13241;
  margin-left: -5px
}

.nyh_breaking___1W6GE {
  background-color: #ebebeb;
  margin: -2px -12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking___1W6GE {
    margin: 0 auto
  }
}

.nyh_breaking___1W6GE .nyh_live-feed___3PEf1 {
  border: 0
}

.nyh_breaking__storygrid-container___29AXx {
  background: #fff;
  padding: 0 0 12px
}

.nyh_breaking__storygrid-container___29AXx .nyh_storygrid___1gM1B {
  border: 0;
  margin: 0
}

.nyh_breaking__storygrid-container___29AXx .nyh_storygrid__story-link___1aFAO {
  margin: 0
}

.nyh_breaking__storygrid-container___29AXx .nyh_storygrid__header-link___1v-I2:before {
  content: "Senaste om: "
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__storygrid-container___29AXx .nyh_grid__col___-owZT {
    width: 100%
  }
}

.nyh_breaking__media___2pAQm {
  margin-bottom: 12px;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__media___2pAQm {
    margin-bottom: 16px
  }
}

.nyh_breaking__media___2pAQm .nyh_figure__caption___1eXUr {
  background-color: #fff
}

.nyh_breaking__flex-container___2_Ahg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 673px;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 64.0625em) {
  .nyh_breaking__flex-container___2_Ahg {
    max-width: none
  }
}

.nyh_breaking__flex-left___3SczB {
  width: 100%
}

@media only screen and (min-width: 64.0625em) {
  .nyh_breaking__flex-left___3SczB {
    width: calc(66.6667% - 16px)
  }
}

.nyh_breaking__flex-right___3js1z {
  width: 100%
}

@media only screen and (min-width: 64.0625em) {
  .nyh_breaking__flex-right___3js1z {
    width: 33.3333%
  }
}

.nyh_breaking__mobile___tM-4o {
  display: inline-block;
  width: 100%
}

@media only screen and (min-width: 64.0625em) {
  .nyh_breaking__mobile___tM-4o {
    display: none
  }
}

.nyh_breaking__desktop___3vKTH {
  display: none;
  width: 100%
}

@media only screen and (min-width: 64.0625em) {
  .nyh_breaking__desktop___3vKTH {
    display: inline-block
  }
}

.nyh_breaking__section-header___15t8s {
  border-bottom: 2px solid #e1e1e1;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px
}

.nyh_breaking__article-footer___2mPJo {
  padding: 12px
}

.nyh_breaking__article-footer___2mPJo .nyh_article__footer___TxEeh {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_breaking__article-footer___2mPJo {
    padding: 0
  }

  .nyh_breaking__article-footer___2mPJo .nyh_article__footer___TxEeh {
    padding-top: 9px
  }
}

@-webkit-keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in___2ymQF {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nyh_trailers___3LDGE {
  margin-top: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
  z-index: 1
}

@media only screen and (min-width: 37.5625em) {
  .nyh_trailers___3LDGE {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0
  }
}

.nyh_trailers___3LDGE.nyh_trailers--empty___13LzJ {
  min-height: 1000px;
  opacity: 0
}

.nyh_trailers___3LDGE.nyh_trailers--fade-in___Osy0N {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-in___2ymQF;
  animation-name: fade-in___2ymQF
}

.nyh_trailers___3LDGE .nyh_feed__header___2254X {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  border-left: 0;
  border-radius: 0;
  border-top: 0;
  color: #e13241;
  margin-top: 0;
  padding: 12px 20px;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_trailers___3LDGE .nyh_feed__header___2254X {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nyh_trailers___3LDGE .nyh_feed__header--sport___27WL4 {
  color: #2891c8
}

.nyh_trailers___3LDGE .nyh_feed__header--opinion___CJFkP {
  color: #eb6937
}

.nyh_trailers___3LDGE .nyh_feed__header--val2018___3jSe5 {
  color: #002b37
}

.nyh_trailers___3LDGE .nyh_feed__more-wrapper___1n_ov {
  margin-top: 10px;
  padding: 0 20px 12px
}

.nyh_trailers___3LDGE .nyh_feed__more-link___1RoSK {
  color: #333;
  text-transform: none
}

.nyh_body__main-trailers___3qQw8 {
  border-top: 2px solid #ebebeb
}

.nyh_story-overview___187ID {
  zoom: 1;
  background-color: #e13241;
  color: #fff;
  margin: 12px -12px
}

.nyh_story-overview___187ID:after, .nyh_story-overview___187ID:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_story-overview___187ID:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_story-overview___187ID {
    margin-left: 0;
    margin-right: 0
  }
}

.nyh_story--opinion___1MjZE .nyh_story-overview___187ID {
  background-color: #eb6937
}

.nyh_story--val2018___3oyaD .nyh_story-overview___187ID {
  background-color: #002b37
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story-overview__introduction___1QYdP {
    float: left;
    width: 40%
  }
}

.nyh_story-overview__introduction-inner___15tmx {
  padding: 12px
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_story-overview__introduction-inner___15tmx {
    padding: 16px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story-overview__introduction-inner___15tmx {
    padding: 25px 15px 15px
  }
}

.nyh_story-overview__heading___AqJL- {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_story-overview__heading___AqJL- {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_story-overview__heading___AqJL- {
    font-size: 32px;
    font-size: 2rem
  }
}

.nyh_story-overview__text___2RnLU {
  color: #fff;
  line-height: 1.4
}

.nyh_story-overview__figure___1QOEH .pic___1fBJD {
  padding-top: 43.26531%
}

.nyh_story-overview__figure___1QOEH .pic__img--preloaded___3E5Vf {
  display: none
}

.nyh_story-overview__figure___1QOEH .pic__img--cinema___1yfQT {
  display: block
}

.nyh_story-overview__figure___1QOEH .pic__ratio___3xBCd:after {
  content: "cinema"
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story-overview__figure___1QOEH {
    float: left;
    width: 60%
  }

  .nyh_story-overview__figure___1QOEH .pic___1fBJD {
    padding-top: 56.25%
  }

  .nyh_story-overview__figure___1QOEH .pic__img--preloaded___3E5Vf {
    display: none
  }

  .nyh_story-overview__figure___1QOEH .pic__img--wide___wqHlU {
    display: block
  }

  .nyh_story-overview__figure___1QOEH .pic__ratio___3xBCd:after {
    content: "wide"
  }
}

.nyh_story-featured-articles___d0Ryu {
  background-color: #f5f5f5;
  clear: both;
  margin-bottom: 15px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 16px 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_story-featured-articles___d0Ryu {
    margin-left: 0;
    margin-right: 0
  }
}

.nyh_story-featured-articles__inner___3gJpB {
  border-left: 2px solid #e13241;
  margin-left: 12px;
  margin-right: 12px
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_story-featured-articles__inner___3gJpB {
    margin-left: 90px;
    margin-right: 90px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story-featured-articles__inner___3gJpB {
    margin-left: 155px;
    margin-right: 155px
  }
}

.nyh_story--opinion___1MjZE .nyh_story-featured-articles__inner___3gJpB {
  border-color: #eb6937
}

.nyh_story--val2018___3oyaD .nyh_story-featured-articles__inner___3gJpB {
  border-color: #002b37
}

.nyh_story-featured-articles__header___rYqcV {
  font-weight: 700;
  padding-left: 12px;
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 19px;
  font-size: 1.1875rem
}

@media only screen and (min-width: 37.5625em) {
  .nyh_story-featured-articles__header___rYqcV {
    padding-left: 24px
  }
}

.nyh_story-featured-articles__teasers___L7415 {
  list-style: none;
  margin: 0;
  padding-left: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_story-featured-articles__teasers___L7415 {
    padding-left: 24px
  }
}

.nyh_story-featured-articles__teaser___1H_DE {
  padding-top: 10px
}

.nyh_story-featured-articles__teaser___1H_DE:first-child {
  padding-top: 0
}

.nyh_timeline___3auG2 {
  margin: 2px 0 16px;
  padding: 16px 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_timeline___3auG2 {
    margin-top: 16px
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_timeline__inner___1FofU {
    margin-left: 90px;
    margin-right: 90px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_timeline__inner___1FofU {
    margin-left: 155px;
    margin-right: 155px
  }
}

.nyh_timeline__header___xWzXH {
  font-size: 19px;
  font-size: 19px;
  font-size: 1.1875rem;
  border-left: 2px solid #e13241;
  line-height: 21px;
  padding: 4px 0 8px 12px;
  text-transform: uppercase
}

@media only screen and (min-width: 37.5625em) {
  .nyh_timeline__header___xWzXH {
    padding-left: 24px
  }
}

.nyh_timeline--opinion___37un3 .nyh_timeline__header___xWzXH {
  border-color: #eb6937
}

.nyh_timeline--val2018___2O4lH .nyh_timeline__header___xWzXH {
  border-color: #002b37
}

.nyh_timeline__header-time___N1kZa {
  color: #737373;
  font-weight: 400;
  text-transform: none
}

.nyh_timeline__entries___2pYaK {
  list-style: none;
  margin: 0;
  padding: 0
}

.nyh_timeline__entry-header___2Pa1a {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #e13241;
  font-weight: 400;
  margin: 2px 0
}

@media only screen and (min-width: 50.0625em) {
  .nyh_timeline__entry-header___2Pa1a {
    font-size: 18px;
    font-size: 1.125rem;
    left: -175px;
    position: relative;
    text-align: right;
    width: 175px
  }
}

.nyh_timeline--profiler___XOLJC .nyh_timeline__entry-header___2Pa1a {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

.nyh_timeline--opinion___37un3 .nyh_timeline__entry-header___2Pa1a {
  color: #eb6937
}

.nyh_timeline--val2018___2O4lH .nyh_timeline__entry-header___2Pa1a {
  color: #002b37
}

.nyh_timeline__entry-timestamp___2JaZA {
  line-height: 24px;
  position: relative
}

@media only screen and (min-width: 50.0625em) {
  .nyh_timeline__entry-timestamp___2JaZA {
    margin-right: 10px
  }
}

.nyh_timeline__entry-timestamp___2JaZA:before {
  background-color: #e13241;
  border-radius: 4px;
  bottom: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: -3px;
  margin-right: 8px;
  position: relative;
  width: 8px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_timeline__entry-timestamp___2JaZA:before {
    margin-right: 20px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_timeline__entry-timestamp___2JaZA:before {
    float: right;
    margin-right: -5px;
    margin-top: 10px
  }
}

.nyh_timeline--opinion___37un3 .nyh_timeline__entry-timestamp___2JaZA:before {
  background-color: #eb6937
}

.nyh_timeline--val2018___2O4lH .nyh_timeline__entry-timestamp___2JaZA:before {
  background-color: #002b37
}

.nyh_timeline__teaser-list___1kDMA {
  border-left: 2px solid #e13241;
  list-style: none;
  margin: 0;
  padding: 0 0 16px 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_timeline__teaser-list___1kDMA {
    padding-left: 24px
  }
}

.nyh_timeline--profiler___XOLJC .nyh_timeline__teaser-list___1kDMA {
  padding-top: 16px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_timeline--profiler___XOLJC .nyh_timeline__teaser-list___1kDMA {
    padding-top: 8px
  }
}

.nyh_timeline--opinion___37un3 .nyh_timeline__teaser-list___1kDMA {
  border-color: #eb6937
}

.nyh_timeline--val2018___2O4lH .nyh_timeline__teaser-list___1kDMA {
  border-color: #002b37
}

.nyh_timeline__show-more___2s4XH {
  margin-top: 20px
}

.nyh_story__latest-published___topQT, .nyh_story__share-section___3JNtx {
  margin-bottom: 12px
}

@media only screen and (min-width: 50.0625em) {
  .nyh_story__latest-published___topQT {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 50%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_story__latest-published___topQT {
    width: 60%
  }
}

.nyh_profiles__list___1RGcZ {
  letter-spacing: -.31em;
  list-style: none;
  margin: 0 -6px;
  padding: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profiles__list___1RGcZ {
    margin: 0 -8px
  }
}

@media only screen and (max-width: 37.5em) {
  .nyh_profiles__list___1RGcZ .nyh_grid__col___-owZT {
    width: 50%
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_profiles__list___1RGcZ .nyh_grid__col___-owZT {
    width: 33.3333%
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_profiles__list___1RGcZ .nyh_grid__col___-owZT {
    width: 25%
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_profiles__list___1RGcZ .nyh_grid__col___-owZT {
    width: 25%
  }
}

.nyh_profile-teaser___dlO4G {
  zoom: 1;
  margin-top: 12px;
  position: relative
}

.nyh_profile-teaser___dlO4G:after, .nyh_profile-teaser___dlO4G:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_profile-teaser___dlO4G:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-teaser___dlO4G {
    margin-top: 16px
  }
}

.nyh_profile-teaser__link___1u_FX {
  display: block
}

.nyh_profile-teaser__link___1u_FX:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 4px;
  outline-color: #1b1b1b
}

.nyh_profile-teaser__link___1u_FX:hover {
  outline: none
}

.nyh_profile-teaser__link___1u_FX:hover .nyh_profile-teaser__image___3cH6x {
  opacity: .85
}

.nyh_profile-teaser__link___1u_FX:hover .nyh_profile-teaser__title___28AJM {
  background: #1b1b1b;
  border-color: #e13241
}

.nyh_profile-teaser__title___28AJM {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  background: rgba(0, 0, 0, .8);
  border-left: 4px solid #b9232d;
  bottom: 4px;
  color: #fff;
  left: 4px;
  padding: 4px 10px 6px;
  position: absolute
}

.nyh_profile-button__icon___3AzrR {
  font-family: svt-icons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_profile-button--profile___Dtjep .nyh_profile-button__icon___3AzrR:before {
  content: "\F109"
}

.nyh_profile-button--facebook___3lO5y .nyh_profile-button__icon___3AzrR:before {
  content: "\F124"
}

.nyh_profile-button--email___1MQ15 .nyh_profile-button__icon___3AzrR:before {
  content: "\F135"
}

.nyh_profile-button--twitter___26rfm .nyh_profile-button__icon___3AzrR:before {
  content: "\F164"
}

.nyh_profile-button___21-St {
  border: 1px solid;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  border-radius: 20px;
  padding: 8px 20px;
  background: #fff;
  border-color: #606060;
  color: #1b1b1b;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  margin-right: 8px;
  margin-top: 10px;
  min-width: 40px;
  padding: 6px 20px;
  text-decoration: none;
  vertical-align: middle
}

.nyh_profile-button___21-St:focus {
  border: 2px solid #2891c8;
  outline: none
}

.nyh_profile-button___21-St:active {
  border-color: #1b1b1b;
  color: #1b1b1b
}

.nyh_profile-button___21-St:hover {
  border-color: #333
}

.nyh_profile-button___21-St:disabled {
  border-color: #e1e1e1;
  color: #737373
}

.nyh_profile-button___21-St:active, .nyh_profile-button___21-St:focus {
  border: none;
  color: #fff
}

.nyh_profile-button___21-St.nyh_profile-button--twitter___26rfm {
  background-color: #5fa9dc
}

.nyh_profile-button___21-St.nyh_profile-button--twitter___26rfm:active, .nyh_profile-button___21-St.nyh_profile-button--twitter___26rfm:hover {
  background-color: #3e8bd0
}

.nyh_profile-button___21-St.nyh_profile-button--twitter___26rfm:focus {
  background-color: #606060
}

.nyh_profile-button___21-St.nyh_profile-button--facebook___3lO5y {
  background-color: #3c5a98
}

.nyh_profile-button___21-St.nyh_profile-button--facebook___3lO5y:active, .nyh_profile-button___21-St.nyh_profile-button--facebook___3lO5y:hover {
  background-color: #273b74
}

.nyh_profile-button___21-St.nyh_profile-button--email___1MQ15, .nyh_profile-button___21-St.nyh_profile-button--facebook___3lO5y:focus, .nyh_profile-button___21-St.nyh_profile-button--profile___Dtjep {
  background-color: #606060
}

.nyh_profile-button___21-St.nyh_profile-button--email___1MQ15:active, .nyh_profile-button___21-St.nyh_profile-button--email___1MQ15:hover, .nyh_profile-button___21-St.nyh_profile-button--profile___Dtjep:active, .nyh_profile-button___21-St.nyh_profile-button--profile___Dtjep:hover {
  background-color: #404040
}

.nyh_profile-button___21-St.nyh_profile-button--email___1MQ15:focus, .nyh_profile-button___21-St.nyh_profile-button--profile___Dtjep:focus {
  background-color: #606060
}

.nyh_profile-button___21-St.nyh_profile-button--profile___Dtjep {
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-button___21-St.nyh_profile-button--profile___Dtjep {
    display: inline-block;
    margin-right: 0;
    position: absolute;
    right: 16px
  }
}

.nyh_profile-button__icon___3AzrR {
  margin-top: -1px;
  vertical-align: middle;
  width: 1em
}

.nyh_profile-button--twitter___26rfm .nyh_profile-button__icon___3AzrR {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-right: 6px
}

.nyh_profile-button--facebook___3lO5y .nyh_profile-button__icon___3AzrR {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  margin-right: 9px
}

.nyh_profile-button--email___1MQ15 .nyh_profile-button__icon___3AzrR {
  font-size: 15px;
  font-size: 15px;
  font-size: .9375rem;
  color: #fff;
  margin-right: 9px
}

.nyh_profile-button--profile___Dtjep .nyh_profile-button__icon___3AzrR {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  color: #fff;
  margin-right: 6px
}

.nyh_profile-button__text___12fdG {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  vertical-align: middle
}

.nyh_profile-article__buttons___S6CgK .nyh_profile-button__text___12fdG {
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-article__buttons___S6CgK .nyh_profile-button__text___12fdG {
    display: inline-block
  }
}

.nyh_profile-article___265So {
  margin-top: 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-article___265So {
    margin-top: 16px
  }
}

.nyh_profile-article-overview___14XSZ {
  zoom: 1;
  background: #f5f5f5;
  color: #fff;
  position: relative
}

.nyh_profile-article-overview___14XSZ:after, .nyh_profile-article-overview___14XSZ:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_profile-article-overview___14XSZ:after {
  clear: both
}

@media only screen and (min-width: 50.0625em) {
  .nyh_profile-article__figure___2NKu1 {
    float: left;
    width: 60%
  }
}

.nyh_profile-article__content___1_bpB {
  overflow: hidden;
  padding: 10px 12px 12px
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-article__content___1_bpB {
    padding: 12px 16px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_profile-article__content___1_bpB {
    padding-bottom: 54px
  }
}

.nyh_profile-article__heading___1N31F {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #e13241;
  font-weight: 700;
  line-height: 1.09091
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-article__heading___1N31F {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.07692
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_profile-article__heading___1N31F {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375
  }
}

.nyh_profile-article__description___30oBE {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 8px
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_profile-article__description___30oBE {
    line-height: 1.33333
  }
}

.nyh_profile-article__role___2A2iL {
  color: #333;
  font-size: 16px;
  font-weight: 700
}

@media only screen and (min-width: 64.0625em) {
  .nyh_profile-article__role___2A2iL {
    margin-top: 2px
  }
}

.nyh_profile-article__buttons___S6CgK .nyh_profile-button___21-St {
  padding: 10px
}

.nyh_profile-article__buttons___S6CgK .nyh_profile-button__icon___3AzrR {
  margin-right: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_profile-article__buttons___S6CgK .nyh_profile-button___21-St {
    padding: 6px 20px
  }

  .nyh_profile-article__buttons___S6CgK .nyh_profile-button--twitter___26rfm .nyh_profile-button__icon___3AzrR {
    margin-right: 6px
  }

  .nyh_profile-article__buttons___S6CgK .nyh_profile-button--email___1MQ15 .nyh_profile-button__icon___3AzrR, .nyh_profile-article__buttons___S6CgK .nyh_profile-button--facebook___3lO5y .nyh_profile-button__icon___3AzrR {
    margin-right: 9px
  }
}

@media only screen and (min-width: 50.0625em) {
  .nyh_profile-article__buttons___S6CgK {
    bottom: -45px;
    position: absolute;
    right: -8px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_profile-article__buttons___S6CgK {
    bottom: 16px;
    right: auto
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_profile-article__buttons--truncated___1BO91 .nyh_profile-button--twitter___26rfm .nyh_profile-button__text___12fdG {
    max-width: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

.nyh_profile-article__latest-published___1Evz2 {
  margin-top: 20px
}

.nyh_tags__list___22GwU {
  zoom: 1;
  clear: both
}

.nyh_tags__list___22GwU:after, .nyh_tags__list___22GwU:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_tags__list___22GwU:after {
  clear: both
}

.nyh_tags__list___22GwU .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU .nyh_is-nth-5___cdIh1 {
  clear: both;
  margin-left: 0
}

.nyh_tags__list-item___3wNjE {
  float: left;
  margin-bottom: 20px;
  width: 48.9%;
  clear: none;
  margin-left: 2%
}

@media only screen and (max-width: 21.25em) {
  .nyh_tags__list-item___3wNjE {
    width: 48.4%;
    margin-left: 3%
  }
}

.nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-10___3lJvu, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-11___32LOg, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-12___3niMK {
  clear: both;
  margin-left: 0;
  width: 99.8%
}

@media only screen and (max-width: 21.25em) {
  .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-10___3lJvu, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-11___32LOg, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-12___3niMK {
    width: 99.8%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_tags__list-item___3wNjE {
    width: 48.9%
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 21.25em) {
  .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_tags__list-item___3wNjE {
    width: 48.4%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-11___32LOg {
    clear: both;
    margin-left: 0
  }

  .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-10___3lJvu {
    clear: none;
    margin-left: 2%
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 21.25em) {
  .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw .nyh_is-nth-10___3lJvu {
    margin-left: 3%
  }
}

.nyh_tags__list___22GwU .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU .nyh_is-nth-10___3lJvu, .nyh_tags__list___22GwU .nyh_is-nth-11___32LOg, .nyh_tags__list___22GwU .nyh_is-nth-12___3niMK {
  clear: both;
  margin-left: 0;
  width: 99.8%
}

@media only screen and (max-width: 21.25em) {
  .nyh_tags__list___22GwU .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU .nyh_is-nth-10___3lJvu, .nyh_tags__list___22GwU .nyh_is-nth-11___32LOg, .nyh_tags__list___22GwU .nyh_is-nth-12___3niMK {
    width: 99.8%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_tags__list___22GwU .nyh_tags__list-item___3wNjE {
    width: 48.9%
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 21.25em) {
  .nyh_tags__list___22GwU .nyh_tags__list-item___3wNjE {
    width: 48.4%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_tags__list___22GwU .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU .nyh_is-nth-10___3lJvu, .nyh_tags__list___22GwU .nyh_is-nth-12___3niMK {
    clear: none;
    margin-left: 2%
  }
}

@media only screen and (min-width: 37.5625em) and (max-width: 21.25em) {
  .nyh_tags__list___22GwU .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU .nyh_is-nth-10___3lJvu, .nyh_tags__list___22GwU .nyh_is-nth-12___3niMK {
    margin-left: 3%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_tags__list___22GwU .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU .nyh_is-nth-11___32LOg {
    clear: both;
    margin-left: 0
  }
}

@media screen and (min-width: 51.25em) {
  .nyh_tags__list___22GwU .nyh_tags__list-item___3wNjE {
    width: 31.93333%
  }
}

@media only screen and (min-width: 51.25em) and (max-width: 21.25em) {
  .nyh_tags__list___22GwU .nyh_tags__list-item___3wNjE {
    width: 31.26667%
  }
}

@media screen and (min-width: 51.25em) {
  .nyh_tags__list___22GwU .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU .nyh_is-nth-11___32LOg, .nyh_tags__list___22GwU .nyh_is-nth-12___3niMK {
    clear: none;
    margin-left: 2%
  }
}

@media only screen and (min-width: 51.25em) and (max-width: 21.25em) {
  .nyh_tags__list___22GwU .nyh_is-nth-2___2-cLJ, .nyh_tags__list___22GwU .nyh_is-nth-3___2witv, .nyh_tags__list___22GwU .nyh_is-nth-5___cdIh1, .nyh_tags__list___22GwU .nyh_is-nth-6___38r4F, .nyh_tags__list___22GwU .nyh_is-nth-8___11GAG, .nyh_tags__list___22GwU .nyh_is-nth-9___13rqE, .nyh_tags__list___22GwU .nyh_is-nth-11___32LOg, .nyh_tags__list___22GwU .nyh_is-nth-12___3niMK {
    margin-left: 3%
  }
}

@media screen and (min-width: 51.25em) {
  .nyh_tags__list___22GwU .nyh_is-nth-1___22-E8, .nyh_tags__list___22GwU .nyh_is-nth-4___1YHOZ, .nyh_tags__list___22GwU .nyh_is-nth-7___1XORg, .nyh_tags__list___22GwU .nyh_is-nth-10___3lJvu {
    clear: both;
    margin-left: 0
  }
}

.nyh_tags__list___22GwU {
  list-style: none;
  padding: 0;
  margin: 0
}

.nyh_tags__list___22GwU.nyh_tags__list--large___2i9nw {
  margin-top: 15px
}

.nyh_tag-teaser___3p22R {
  position: relative
}

.nyh_tag-teaser__link___3ncT1 {
  display: block
}

.nyh_tag-teaser__link___3ncT1:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: 4px;
  outline-color: #1b1b1b
}

.nyh_tag-teaser__link___3ncT1:hover {
  outline: none
}

.nyh_tag-teaser__title___iQUXc {
  background: rgba(0, 0, 0, .8);
  border-left: 4px solid #b9232d;
  bottom: 4px;
  color: #fff;
  font-weight: 700;
  left: 4px;
  padding: 8px 10px 10px;
  position: absolute
}

.nyh_tag-teaser___3p22R:hover .nyh_tag-teaser__title___iQUXc {
  background: #1b1b1b
}

.nyh_tag-teaser__title___iQUXc.nyh_tag-teaser__title--small___iCt-T {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem
}

.nyh_tag-teaser__title___iQUXc.nyh_tag-teaser__title--large___2q-vo {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem
}

.nyh_tag-teaser___3p22R:hover .nyh_tag-teaser__title___iQUXc {
  border-color: #e13241
}

.nyh_tag-teaser__image___1QXH3:hover {
  opacity: .85
}

.nyh_tag-load-more-button___rjCkK {
  margin-top: 20px
}

.FindYourSportBox__root___G5XZ2___1VxC3 {
  margin: 20px 0;
  overflow: hidden;
  padding: 0
}

.FindYourSportBox__inner___2MfDo___3tQcc {
  background: #fff;
  border: 1px solid #e1e1e1;
  margin: 10px 0 0;
  padding: 5px;
  position: relative
}

.FindYourSportBox__list___36iWH___e_3uX {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 50.0625em) {
  .FindYourSportBox__list___36iWH___e_3uX {
    -webkit-column-count: 3;
    column-count: 3
  }
}

.FindYourSportBox__listItem___2xVGk___3wmbC {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding: 3px
}

.FindYourSportBox__link___V2Ce6___3qWVE {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  color: #333;
  display: block;
  padding: 8px 8px 7px;
  text-decoration: none
}

.FindYourSportBox__link___V2Ce6___3qWVE:hover {
  text-decoration: underline
}

.nyh_weather-search__button___wz0lO {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nyh_weather-search__button___wz0lO:before {
  content: "\F151"
}

.nyh_weather-search__form___1VJm6 {
  position: relative
}

.nyh_weather-search__input___2pOHg {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  width: 100%
}

.nyh_weather-search__button___wz0lO {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  background-color: transparent;
  border: 0;
  margin: 0;
  opacity: .6;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 7px
}

.nyh_weather-search__button___wz0lO:focus {
  outline: 2px solid #1b1b1b;
  outline-offset: -1px
}

.nyh_weather-search__button-text___1b6io {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px
}

.nyh_weather-iframe___1rzYC {
  margin-top: 12px;
  min-height: 1000px;
  position: relative
}

@media only screen and (min-width: 37.5625em) {
  .nyh_weather-iframe___1rzYC {
    margin-top: 16px
  }
}

.nyh_weather-iframe--loading____f9pW {
  background: #f5f5f5
}

.nyh_weather-iframe___1rzYC, .nyh_weather-iframe--loading____f9pW {
  background: #fff;
  padding: 12px
}

.nyh_weather-iframe__iframe___17Ani {
  background: #fff;
  border: 0;
  position: relative;
  width: 100%
}

.no-js___3WeCP .nyh_weather-iframe__iframe___17Ani, .no-react___rStgl .nyh_weather-iframe__iframe___17Ani {
  height: 3000px
}

.Tabs__root___3bZ2r___245Ol {
  margin-top: 12px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 37.5625em) {
  .Tabs__root___3bZ2r___245Ol {
    margin-top: 16px
  }
}

.Tabs__navigation___20bG7___12s70 {
  zoom: 1;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  list-style-type: none;
  margin: 0;
  padding-left: 0
}

.Tabs__navigation___20bG7___12s70:after, .Tabs__navigation___20bG7___12s70:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.Tabs__navigation___20bG7___12s70:after {
  clear: both
}

.Tabs__navigationItem___lh88x___3TuKG {
  border-right: 1px solid #e1e1e1;
  display: block;
  float: left
}

.Tabs__navigationLink___3BU1E___1LwsW, .Tabs__navigationLinkActive___fGOLO___1SgYW {
  background: transparent;
  border: none;
  color: #1b1b1b;
  display: block;
  margin-bottom: 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .1s linear;
  transition: background .1s linear
}

.Tabs__navigationLink___3BU1E___1LwsW:active, .Tabs__navigationLink___3BU1E___1LwsW:focus, .Tabs__navigationLink___3BU1E___1LwsW:hover, .Tabs__navigationLink___3BU1E___1LwsW:visited, .Tabs__navigationLinkActive___fGOLO___1SgYW:active, .Tabs__navigationLinkActive___fGOLO___1SgYW:focus, .Tabs__navigationLinkActive___fGOLO___1SgYW:hover, .Tabs__navigationLinkActive___fGOLO___1SgYW:visited {
  color: #1b1b1b
}

.Tabs__navigationLink___3BU1E___1LwsW:hover, .Tabs__navigationLinkActive___fGOLO___1SgYW:hover {
  background-color: #f5f5f5
}

.Tabs__navigationLinkActive___fGOLO___1SgYW {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-top: 4px solid #2891c8;
  font-weight: 700;
  margin-bottom: -1px;
  padding-top: 11px
}

.Tabs__navigationLinkActive___fGOLO___1SgYW:hover {
  background-color: #fff
}

.SportResultIframe__root___2WqIj___24Psh {
  background-color: #fff
}

.SportResultIframe__iframe___37U4b___1lyAq {
  min-height: calc(100vh - 100px);
  min-width: 100%;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
  width: 290px
}

@media only screen and (min-width: 37.5625em) {
  .SportResultIframe__iframe___37U4b___1lyAq {
    padding: 10px 8px
  }
}

[hidden] {
  display: none
}

.svt_icon___113as {
  font-family: svt-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.svt_icon--HD___3kjYM:before {
  content: "\F101"
}

.svt_icon--airplay___12EEu:before {
  content: "\F102"
}

.svt_icon--angle-curved-left___1pc9D:before {
  content: "\F103"
}

.svt_icon--angle-curved-right___2SR8K:before {
  content: "\F104"
}

.svt_icon--angle-left___2aSa3:before {
  content: "\F105"
}

.svt_icon--angle-right___qChDE:before {
  content: "\F106"
}

.svt_icon--arrow-down___gHNej:before {
  content: "\F107"
}

.svt_icon--arrow-left___3WT7z:before {
  content: "\F108"
}

.svt_icon--arrow-right___RqBTD:before {
  content: "\F109"
}

.svt_icon--arrow-up___YLYiV:before {
  content: "\F10A"
}

.svt_icon--backward___2-TUg:before {
  content: "\F10B"
}

.svt_icon--ban___3lfB_:before {
  content: "\F10C"
}

.svt_icon--camera___3iZwd:before {
  content: "\F10D"
}

.svt_icon--caret-down___17QNi:before {
  content: "\F10E"
}

.svt_icon--caret-left___r6_33:before {
  content: "\F10F"
}

.svt_icon--caret-right___35IN9:before {
  content: "\F110"
}

.svt_icon--caret-toggle___4aEpf:before {
  content: "\F111"
}

.svt_icon--caret-up___NSt0T:before {
  content: "\F112"
}

.svt_icon--check___2TV3p:before {
  content: "\F113"
}

.svt_icon--clock___43UyD:before {
  content: "\F114"
}

.svt_icon--close___3CTpn:before {
  content: "\F115"
}

.svt_icon--cog___2xG_o:before {
  content: "\F116"
}

.svt_icon--comment___3CXhn:before {
  content: "\F117"
}

.svt_icon--comments___3FdFR:before {
  content: "\F118"
}

.svt_icon--days-14___Z4c8Q:before {
  content: "\F119"
}

.svt_icon--days-30___1BLGC:before {
  content: "\F11A"
}

.svt_icon--days-30plus___2NzAr:before {
  content: "\F11B"
}

.svt_icon--days-365___2zS9v:before {
  content: "\F11C"
}

.svt_icon--days-366___258mL:before {
  content: "\F11D"
}

.svt_icon--days-7___2O6h1:before {
  content: "\F11E"
}

.svt_icon--dot-large___1YUsL:before {
  content: "\F11F"
}

.svt_icon--dot___1a4l_:before {
  content: "\F120"
}

.svt_icon--down-circle___3vc1m:before {
  content: "\F121"
}

.svt_icon--download___mFuJ1:before {
  content: "\F122"
}

.svt_icon--envelope___AYR3i:before {
  content: "\F123"
}

.svt_icon--facebook-square___1XJsp:before {
  content: "\F124"
}

.svt_icon--facebook___3ePQ8:before {
  content: "\F125"
}

.svt_icon--fast-backward___3YfWx:before {
  content: "\F126"
}

.svt_icon--fast-forward___2a3AJ:before {
  content: "\F127"
}

.svt_icon--forward___1foah:before {
  content: "\F128"
}

.svt_icon--fullscreen___3gHwT:before {
  content: "\F129"
}

.svt_icon--glass___Sts8A:before {
  content: "\F12A"
}

.svt_icon--google-plus-square___2kO2o:before {
  content: "\F12B"
}

.svt_icon--google-plus___1Cxmc:before {
  content: "\F12C"
}

.svt_icon--heart___wNuqY:before {
  content: "\F12D"
}

.svt_icon--info___flCwu:before {
  content: "\F12E"
}

.svt_icon--instagram___1Yueb:before {
  content: "\F12F"
}

.svt_icon--knife-fork___3sn9S:before {
  content: "\F130"
}

.svt_icon--left-circle___XSN3m:before {
  content: "\F131"
}

.svt_icon--link-external___3UghA:before {
  content: "\F132"
}

.svt_icon--linked___2zZ97:before {
  content: "\F133"
}

.svt_icon--live___J1DZA:before {
  content: "\F134"
}

.svt_icon--mail___2WjPC:before {
  content: "\F135"
}

.svt_icon--menu___1xXLc:before {
  content: "\F136"
}

.svt_icon--minus-circle___Rj2-0:before {
  content: "\F137"
}

.svt_icon--minus-square___1doAa:before {
  content: "\F138"
}

.svt_icon--minus___DzEPt:before {
  content: "\F139"
}

.svt_icon--new-window___1lcG-:before {
  content: "\F13A"
}

.svt_icon--pause___1y4jl:before {
  content: "\F13B"
}

.svt_icon--pen___2Wr5a:before {
  content: "\F13C"
}

.svt_icon--phone-ban___2ZNfK:before {
  content: "\F13D"
}

.svt_icon--phone___2crDk:before {
  content: "\F13E"
}

.svt_icon--play-square___1PoHF:before {
  content: "\F13F"
}

.svt_icon--play___2FxuA:before {
  content: "\F140"
}

.svt_icon--plus-circle-thin___1gGpc:before {
  content: "\F141"
}

.svt_icon--plus-circle___2Emgr:before {
  content: "\F142"
}

.svt_icon--plus-square___18d0Y:before {
  content: "\F143"
}

.svt_icon--plus___2czzE:before {
  content: "\F144"
}

.svt_icon--position___2QM5a:before {
  content: "\F145"
}

.svt_icon--printer___1ORlT:before {
  content: "\F146"
}

.svt_icon--program___GTPXm:before {
  content: "\F147"
}

.svt_icon--question___3EDTK:before {
  content: "\F148"
}

.svt_icon--quote___qCKtj:before {
  content: "\F149"
}

.svt_icon--refresh___2Fom9:before {
  content: "\F14A"
}

.svt_icon--remote___iWJCf:before {
  content: "\F14B"
}

.svt_icon--replay___3Muvy:before {
  content: "\F14C"
}

.svt_icon--right-circle___1WeHk:before {
  content: "\F14D"
}

.svt_icon--rss___RtC9a:before {
  content: "\F14E"
}

.svt_icon--schedule-compact___3FV0j:before {
  content: "\F14F"
}

.svt_icon--schedule-detailed___2bJBS:before {
  content: "\F150"
}

.svt_icon--search___2-QJK:before {
  content: "\F151"
}

.svt_icon--share___2nNNY:before {
  content: "\F152"
}

.svt_icon--sight-square___QRh5r:before {
  content: "\F153"
}

.svt_icon--sight___VgLQH:before {
  content: "\F154"
}

.svt_icon--sign-language-square___2D6cT:before {
  content: "\F155"
}

.svt_icon--sign-language___3TFLU:before {
  content: "\F156"
}

.svt_icon--slash___1fw-1:before {
  content: "\F157"
}

.svt_icon--sound-higher___1D8ix:before {
  content: "\F158"
}

.svt_icon--sound-lower___3Z4i9:before {
  content: "\F159"
}

.svt_icon--sound-lowest___21wvz:before {
  content: "\F15A"
}

.svt_icon--sound-off___2G7L8:before {
  content: "\F15B"
}

.svt_icon--sound___1Gfbp:before {
  content: "\F15C"
}

.svt_icon--stop___3EVG1:before {
  content: "\F15D"
}

.svt_icon--svt-play___3iX-E:before {
  content: "\F15E"
}

.svt_icon--svt-play2___9rUuw:before {
  content: "\F15F"
}

.svt_icon--text-square___2Gxln:before {
  content: "\F160"
}

.svt_icon--text___28GM9:before {
  content: "\F161"
}

.svt_icon--tv-screen___3WBjj:before {
  content: "\F162"
}

.svt_icon--twitter-square___TOop4:before {
  content: "\F163"
}

.svt_icon--twitter___2Gc59:before {
  content: "\F164"
}

.svt_icon--up-circle___2H5Aa:before {
  content: "\F165"
}

.svt_icon--video-new-window___1G3Gp:before {
  content: "\F166"
}

.svt_icon--video-window-large___30lQa:before {
  content: "\F167"
}

.svt_icon--video-window-small___22Wpp:before {
  content: "\F168"
}

.svt_icon--view-grid___2dHfj:before {
  content: "\F169"
}

.svt_icon--view-list___1tN-w:before {
  content: "\F16A"
}

.svt_icon--warning___2p5gl:before {
  content: "\F16B"
}

.svt_icon--watch___fGvLM:before {
  content: "\F16C"
}

.svt_icon--world-ban___2pvZ7:before {
  content: "\F16D"
}

.svt_icon--world___3B1i-:before {
  content: "\F16E"
}

.nyh_browser-size___tVRoe {
  display: none;
  height: 1px
}

@media only screen and (min-width: 37.5625em) and (max-width: 50em) {
  .nyh_browser-size___tVRoe {
    height: 2px
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_browser-size___tVRoe {
    height: 3px
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
  .nyh_browser-size___tVRoe {
    height: 4px
  }
}

@media only screen and (min-width: 80.0625em) {
  .nyh_browser-size___tVRoe {
    height: 5px
  }
}

.svt-cookie_custom-style___13gQZ .svt-cookie_holder___1NC-N {
  max-width: 988px
}

.svt-cookie_custom-style___13gQZ .svt-cookie_holder__button___397zs {
  font-family: Publik, Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased
}

@media only screen and (min-width: 50.0625em) {
  .svt-cookie_custom-style___13gQZ .svt-cookie_holder__button___397zs {
    font-size: 16px
  }

  .svt-cookie_custom-style___13gQZ .svt-cookie_holder__text___xLkSe {
    width: 83%
  }

  .svt-cookie_custom-style___13gQZ .svt-cookie_holder__form___3wMb9 {
    text-align: right;
    width: 17%
  }
}

@media print {
  .nyh_body__aside___1W3C5, .nyh_global-footer___3AQoA, .nyh_pagination-button___3wfE_, .nyh_share___EVSI5, .nyh_static-footer___1zbpz, .nyh_trailers___3LDGE {
    display: none
  }

  .nyh_body___2DzpX {
    max-width: none
  }

  .nyh_article___2whCA {
    border: 0;
    margin-bottom: 0
  }

  .nyh_fact-box___aKbcl {
    background: inherit;
    border: 1px solid #e1e1e1;
    margin-left: auto;
    margin-right: auto
  }

  .nyh_fact-box__header-rhs___1lvcn {
    display: none
  }

  .nyh_fact-box__body___tISKS.nyh_fact-box__body--closed___2xF8h {
    max-height: none
  }

  .nyh_fact-box__body___tISKS.nyh_fact-box__body--closed___2xF8h:after {
    content: none
  }

  .nyh_article__author-email___2aOIi:after {
    content: " (" attr(data-email) ")";
    font-weight: 400
  }
}

.nyh_body___2DzpX {
  zoom: 1;
  margin: 0 auto;
  max-width: 600px;
  outline: none;
  padding: 0 12px;
  position: relative
}

.nyh_body___2DzpX:after, .nyh_body___2DzpX:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_body___2DzpX:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) {
  .nyh_body___2DzpX {
    max-width: 988px;
    padding: 0 0 20px;
    width: 96%
  }
}

.nyh_body__page-heading___19E8p {
  color: #1b1b1b;
  font-weight: 900;
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286;
  margin-bottom: 4px;
  margin-top: 20px;
  text-align: center;
  width: 100%
}

@media only screen and (min-width: 37.5625em) {
  .nyh_body__page-heading___19E8p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.07444;
    margin-bottom: 5px
  }
}

@media only screen and (min-width: 50.0625em) and (max-width: 64em) {
  .nyh_body__page-heading___19E8p {
    margin-bottom: 6px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_body__page-heading___19E8p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.06667;
    margin-bottom: 6px
  }
}

.nyh_body__main___1C_UF {
  zoom: 1;
  margin-bottom: 20px;
  min-height: 300px;
  position: relative;
  width: 100%
}

.nyh_body__main___1C_UF:after, .nyh_body__main___1C_UF:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_body__main___1C_UF:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) and (max-width: 64em) {
  .nyh_body__main___1C_UF {
    margin-left: auto;
    margin-right: auto;
    max-width: 673px
  }

  .nyh_layout-full___2veFf .nyh_body__main___1C_UF {
    max-width: none
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_body__main___1C_UF {
    float: left;
    width: 68.118%
  }

  .nyh_layout-full___2veFf .nyh_body__main___1C_UF {
    width: 100%
  }
}

@media only screen and (min-width: 37.5625em) {
  .nyh_is-error___2Ug9r .nyh_body__main___1C_UF {
    float: left;
    width: 68.118%
  }
}

.nyh_body__main--full-width___3odHN {
  zoom: 1;
  margin-bottom: 20px;
  min-height: 300px;
  position: relative;
  width: 100%
}

.nyh_body__main--full-width___3odHN:after, .nyh_body__main--full-width___3odHN:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_body__main--full-width___3odHN:after {
  clear: both
}

.nyh_body__stand-alone___2t7PD {
  background-color: #fff;
  width: 100%
}

.nyh_body__aside___1W3C5 {
  zoom: 1;
  margin-bottom: 20px;
  width: 100%
}

.nyh_body__aside___1W3C5:after, .nyh_body__aside___1W3C5:before {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

.nyh_body__aside___1W3C5:after {
  clear: both
}

@media only screen and (min-width: 37.5625em) and (max-width: 64em) {
  .nyh_body__aside___1W3C5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 673px
  }
}

@media only screen and (min-width: 64.0625em) {
  .nyh_body__aside___1W3C5 {
    float: right;
    width: 29.859%
  }
}

.nyh_is-story___3wYnQ .nyh_body__aside___1W3C5 {
  display: none
}

@media only screen and (min-width: 37.5625em) {
  .nyh_is-error___2Ug9r .nyh_body__aside___1W3C5 {
    float: right;
    width: 29.859%
  }
}

.nyh_body__bottom___N193t {
  clear: both;
  margin-bottom: 32px
}

.nyh_grid___-077e {
  letter-spacing: -.31em;
  list-style: none;
  margin: 0 -6px;
  padding: 0
}

@media only screen and (min-width: 37.5625em) {
  .nyh_grid___-077e {
    margin: 0 -8px
  }
}

.nyh_grid__col___-owZT {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  margin: 0;
  padding: 0 6px;
  vertical-align: top
}

@media only screen and (min-width: 37.5625em) {
  .nyh_grid__col___-owZT {
    padding: 0 8px
  }
}


