@charset "UTF-8";
/*********************
 V I   I M P O R T S
**********************/
/* MISC STUFF */
/**************/
/************
 C O L O R S
*************/
.g-label_white {
  color: #FFFFFF;
}

.g-body_bullet,
.g-credit,
.g-leadin,
.g-asset-leadin.g-caption,
.nytg-chartmaker-outer .chart-header .g-caption {
  color: #999999;
}

.g-credit:after {
  color: #DDDDDD;
}

.g-body,
.g-caption,
.g-caption_bold,
.g-method-text {
  color: #333333;
}

.g-alert,
.g-byline,
.g-caption_heading,
.g-chart-label,
.g-dateline,
.g-headline,
.g-label,
.g-subhed,
.g-table-text {
  color: #121212;
}

.g-alert_link,
.g-body_link {
  color: #326891;
}

.g-alert_link:hover,
.g-body_link:hover {
  color: #6288A5;
}

.template-mode-dark article.interactive {
  background-color: #222222;
  transition: background-color 0.2s ease-in;
}
.template-mode-dark .interactive-masthead header {
  border-color: #666666;
  background-color: #222222;
}
.template-mode-dark .interactive-masthead header > section {
  background-color: #222222;
  border-color: #666666;
}
.template-mode-dark .interactive-masthead #desktop-sections-button,
.template-mode-dark .interactive-masthead button[data-test-id=search-button] {
  background-color: transparent;
}
.template-mode-dark .interactive-masthead #desktop-sections-button:hover,
.template-mode-dark .interactive-masthead button[data-test-id=search-button]:hover {
  background-color: #999999;
}
.template-mode-dark .interactive-masthead a {
  color: #FFFFFF;
}
.template-mode-dark .interactive-masthead svg,
.template-mode-dark .interactive-masthead path,
.template-mode-dark .interactive-masthead rect {
  fill: #FFFFFF;
}
.template-mode-dark .g-table tr {
  border-color: #999999;
}
.template-mode-dark .g-methodology:before,
.template-mode-dark .interactive-footer-container:before {
  background-color: #999999;
}
.template-mode-dark .g-alert,
.template-mode-dark .g-alert.g-body {
  background-color: #FADE91;
}
.template-mode-dark .g-refer,
.template-mode-dark .g-refer.g-body {
  background-color: #999999;
}
.template-mode-dark #bottom-wrapper {
  border-color: #DDDDDD;
}
.template-mode-dark .g-list p:before,
.template-mode-dark .g-list div:before,
.template-mode-dark .g-list li:before,
.template-mode-dark .g-list-square p:before,
.template-mode-dark .g-list-square div:before,
.template-mode-dark .g-list-square li:before,
.template-mode-dark .g-list-circle p:before,
.template-mode-dark .g-list-circle div:before,
.template-mode-dark .g-list-circle li:before {
  color: #DDDDDD;
}
.template-mode-dark .g-slideshow-slide {
  background-color: #222222;
}
.template-mode-dark .g-top-asset .interactive-byline,
.template-mode-dark .g-top-asset .interactive-dateline,
.template-mode-dark .g-top-asset .interactive-heading {
  color: #121212;
}
.template-mode-dark .g-subhed,
.template-mode-dark .g-caption_heading,
.template-mode-dark .g-chart-bar-label,
.template-mode-dark .g-label_white {
  color: #FFFFFF;
}
.template-mode-dark .g-body_bullet,
.template-mode-dark .g-credit,
.template-mode-dark .g-leadin,
.template-mode-dark .g-asset-leadin.g-caption,
.template-mode-dark .nytg-chartmaker-outer .chart-header .g-caption {
  color: #999999;
}
.template-mode-dark .g-credit:after {
  color: #DDDDDD;
}
.template-mode-dark .g-body,
.template-mode-dark .g-caption,
.template-mode-dark .g-caption_bold,
.template-mode-dark .interactive-source,
.template-mode-dark .interactive-notes,
.template-mode-dark .interactive-credit,
.template-mode-dark .g-method-text {
  color: #DDDDDD;
}
.template-mode-dark .g-alert,
.template-mode-dark .g-byline,
.template-mode-dark .g-chart-label,
.template-mode-dark .g-dateline,
.template-mode-dark .g-headline,
.template-mode-dark .interactive-byline,
.template-mode-dark .interactive-dateline,
.template-mode-dark .interactive-heading,
.template-mode-dark .g-label,
.template-mode-dark .g-table-text {
  color: #EEEEEE;
}
.template-mode-dark .interactive-content a,
.template-mode-dark .g-alert_link,
.template-mode-dark .g-body_link {
  color: #326891;
}
.template-mode-dark .interactive-content a:hover,
.template-mode-dark .g-alert_link:hover,
.template-mode-dark .g-body_link:hover {
  color: #6288A5;
}
.template-mode-dark #interactive-footer-container {
  padding-bottom: 20px;
}

/**********
 S I Z E S
***********/
/***************************
 S I Z E  :  C L A S S E S
****************************/
/* Body  
*******************************/
.g-width-body,
.g-width-bodytext,
.g-width-small,
.g-width-medium,
.g-width-large {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 600px) {
  .g-width-body,
  .g-width-bodytext,
  .g-width-small {
    max-width: 600px;
  }
}

@media (min-width: 600px) {
  .g-width-medium {
    max-width: 740px;
  }
}

@media (min-width: 600px) {
  .g-width-large {
    max-width: 1150px;
  }
}

/* Assets  
*******************************/
.g-asset-width-body,
.g-asset-width-bodytext,
.g-asset-width-small,
.g-asset-width-medium,
.g-asset-width-large {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 600px) {
  .g-asset-width-body,
  .g-asset-width-bodytext,
  .g-asset-width-small {
    max-width: 600px;
  }
}

@media (min-width: 600px) {
  .g-asset-width-medium {
    max-width: 720px;
  }
}

@media (min-width: 600px) {
  .g-asset-width-large {
    max-width: 1050px;
  }
}

.g-asset-width-full {
  max-width: calc(100% - 40px);
}

.g-asset-width-fullbleed,
.g-asset-width-bleed {
  width: 100%;
}

/********************
 T Y P O G R A P H Y 
*********************/
.g-headline,
.g-subhed {
  font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;
}

.g-alert, .g-alert.g-body, .g-alert .g-body, .g-alert_link,
.g-byline,
.g-caption, .g-caption_bold, .g-caption_heading,
.g-chart,
.g-credit,
.g-dateline,
.g-label, .g-label_white,
.g-leadin,
.g-refer, .g-refer.g-body, .g-refer .g-body,
.g-table-text {
  font-family: "nyt-franklin", arial, helvetica, sans-serif;
}

.g-body, .g-body_bullet, .g-credit:after, .g-body_link {
  font-family: "nyt-imperial", georgia, "times new roman", times, serif;
}

/* Light text */
.g-asset-leadin.g-caption_heading,
.g-chart,
.g-headline,
.g-label, .g-label_white,
.g-leadin,
.g-table-text {
  font-weight: 300;
}

/* Medium text */
.g-alert, .g-alert.g-body, .g-alert .g-body, .g-alert_link,
.g-body, .g-body_bullet, .g-body_link,
.g-caption,
.g-credit,
.g-dateline,
.g-refer, .g-refer.g-body, .g-refer .g-body, .g-refer_link,
.g-subhed {
  font-weight: 500;
}

/* Bold text */
.g-byline,
.g-caption_bold, .g-caption_heading,
.g-chart-header,
.g-subhed,
.g-table-heading {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

/*
 Type Mixins 
*************************/
/*************************************
 T Y P E  :  C L A S S   M I X I N S  
**************************************/
/* Headline */
/* Headline - Italic */
/* Leadin */
/* Byline */
/* Dateline */
/* Alert */
/* Subhed */
/* Body */
/* Caption */
/* Leadin */
/* Credit */
/* Label */
/***************************
 T Y P E  :  C L A S S E S
****************************/
/* Headline 
*******************************/
.g-headline {
  font-size: 1.6875rem;
  line-height: 1.18;
}
@media (min-width: 740px) {
  .g-headline {
    font-size: 2.375rem;
    line-height: 1.21;
  }
}
@media (min-width: 1024px) {
  .g-headline {
    font-size: 2.9375rem;
    line-height: 1.14;
  }
}

.g-headline.small {
  font-size: 1.6875rem;
  line-height: 1.18;
}

.g-headline.medium {
  font-size: 2.375rem;
  line-height: 1.21;
}

.g-headline.large {
  font-size: 2.9375rem;
  line-height: 1.14;
}

/* Leadin 
*******************************/
.g-leadin {
  font-size: 1.3125rem;
  line-height: 1.23;
}
@media (min-width: 740px) {
  .g-leadin {
    font-size: 1.4375rem;
    line-height: 1.39;
  }
}
@media (min-width: 1024px) {
  .g-leadin {
    font-size: 1.625rem;
    line-height: 1.23;
  }
}

.g-leadin.small {
  font-size: 1.3125rem;
  line-height: 1.23;
}

.g-leadin.medium {
  font-size: 1.4375rem;
  line-height: 1.39;
}

.g-leadin.large {
  font-size: 1.625rem;
  line-height: 1.23;
}

/* Byline 
*******************************/
.g-byline {
  font-size: 0.875rem;
  line-height: 1.28;
}
@media (min-width: 740px) {
  .g-byline {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}
@media (min-width: 1024px) {
  .g-byline {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}

.g-byline.small {
  font-size: 0.875rem;
  line-height: 1.28;
}

.g-byline.medium {
  font-size: 0.875rem;
  line-height: 1.28;
}

.g-byline.large {
  font-size: 0.875rem;
  line-height: 1.28;
}

/* Dateline 
*******************************/
.g-dateline {
  font-size: 0.8125rem;
  line-height: 0.72;
}
@media (min-width: 740px) {
  .g-dateline {
    font-size: 0.8125rem;
    line-height: 1.28;
  }
}
@media (min-width: 1024px) {
  .g-dateline {
    font-size: 0.8125rem;
    line-height: 1.28;
  }
}

.g-dateline.small {
  font-size: 0.8125rem;
  line-height: 0.72;
}

.g-dateline.medium {
  font-size: 0.8125rem;
  line-height: 1.28;
}

.g-dateline.large {
  font-size: 0.8125rem;
  line-height: 1.28;
}

/* Alert 
*******************************/
.g-alert {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 740px) {
  .g-alert {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
@media (min-width: 1024px) {
  .g-alert {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

.g-alert.small {
  font-size: 1rem;
  line-height: 1.5;
}

.g-alert.medium {
  font-size: 1.125rem;
  line-height: 1.33;
}

.g-alert.large {
  font-size: 1.125rem;
  line-height: 1.33;
}

.g-alert_link {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 740px) {
  .g-alert_link {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
@media (min-width: 1024px) {
  .g-alert_link {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

.g-alert_link.small {
  font-size: 1rem;
  line-height: 1.5;
}

.g-alert_link.medium {
  font-size: 1.125rem;
  line-height: 1.33;
}

.g-alert_link.large {
  font-size: 1.125rem;
  line-height: 1.33;
}

/* Subhed 
*******************************/
.g-subhed {
  font-size: 1.4375rem;
  line-height: 1.33;
}
@media (min-width: 740px) {
  .g-subhed {
    font-size: 1.6875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .g-subhed {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

.g-subhed.small {
  font-size: 1.4375rem;
  line-height: 1.33;
}

.g-subhed.medium {
  font-size: 1.6875rem;
  line-height: 1.5;
}

.g-subhed.large {
  font-size: 1.75rem;
  line-height: 1.25;
}

/* Body 
*******************************/
.g-body {
  font-size: 1.125rem;
  line-height: 1.38;
}
@media (min-width: 740px) {
  .g-body {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .g-body {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.g-body.small {
  font-size: 1.125rem;
  line-height: 1.38;
}

.g-body.medium {
  font-size: 1.25rem;
  line-height: 1.5;
}

.g-body.large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.g-body_bullet {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 740px) {
  .g-body_bullet {
    font-size: 1.0625rem;
    line-height: 1.41;
  }
}
@media (min-width: 1024px) {
  .g-body_bullet {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.g-body_bullet.small {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.g-body_bullet.medium {
  font-size: 1.0625rem;
  line-height: 1.41;
}

.g-body_bullet.large {
  font-size: 1.125rem;
  line-height: 1.4;
}

.g-body_link {
  font-size: 1.0625rem;
  line-height: 1.41;
}
@media (min-width: 740px) {
  .g-body_link {
    font-size: 1.1875rem;
    line-height: 1.47;
  }
}
@media (min-width: 1024px) {
  .g-body_link {
    font-size: 1.1875rem;
    line-height: 1.47;
  }
}

.g-body_link.small {
  font-size: 1.0625rem;
  line-height: 1.41;
}

.g-body_link.medium {
  font-size: 1.1875rem;
  line-height: 1.47;
}

.g-body_link.large {
  font-size: 1.1875rem;
  line-height: 1.47;
}

/* Caption  
*******************************/
.g-caption {
  font-size: 0.9375rem;
  line-height: 1.26;
}
@media (min-width: 740px) {
  .g-caption {
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
@media (min-width: 1024px) {
  .g-caption {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.g-caption.small {
  font-size: 0.9375rem;
  line-height: 1.26;
}

.g-caption.medium {
  font-size: 0.9375rem;
  line-height: 1.26;
}

.g-caption.large {
  font-size: 1rem;
  line-height: 1.25;
}

.g-caption_bold {
  font-size: 0.9375rem;
  line-height: 1.26;
}
@media (min-width: 740px) {
  .g-caption_bold {
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
@media (min-width: 1024px) {
  .g-caption_bold {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.g-caption_bold.small {
  font-size: 0.9375rem;
  line-height: 1.26;
}

.g-caption_bold.medium {
  font-size: 0.9375rem;
  line-height: 1.26;
}

.g-caption_bold.large {
  font-size: 1rem;
  line-height: 1.25;
}

.g-caption_heading {
  font-size: 1.0625rem;
  line-height: 1.22;
}
@media (min-width: 740px) {
  .g-caption_heading {
    font-size: 1.25rem;
    line-height: 1.22;
  }
}
@media (min-width: 1024px) {
  .g-caption_heading {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

.g-caption_heading.small {
  font-size: 1.0625rem;
  line-height: 1.22;
}

.g-caption_heading.medium {
  font-size: 1.25rem;
  line-height: 1.22;
}

.g-caption_heading.large {
  font-size: 1.125rem;
  line-height: 1.33;
}

.g-asset-leadin {
  font-size: 0.9375rem;
  line-height: 1.38;
}
@media (min-width: 740px) {
  .g-asset-leadin {
    font-size: 1.125rem;
    line-height: 1.38;
  }
}
@media (min-width: 1024px) {
  .g-asset-leadin {
    font-size: 1.125rem;
    line-height: 1.38;
  }
}

.g-asset-leadin.small {
  font-size: 0.9375rem;
  line-height: 1.38;
}

.g-asset-leadin.medium {
  font-size: 1.125rem;
  line-height: 1.38;
}

.g-asset-leadin.large {
  font-size: 1.125rem;
  line-height: 1.38;
}

/* Credit 
*******************************/
.g-credit.small {
  font-size: 0.6875rem;
  line-height: 1.18;
}

.g-credit.medium {
  font-size: 0.8125rem;
  line-height: 0.76;
}

.g-credit.large {
  font-size: 0.8125rem;
  line-height: 0.76;
}

/* Label 
*******************************/
.g-label {
  font-size: 0.8125rem;
  line-height: 0.76;
}
@media (min-width: 740px) {
  .g-label {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .g-label {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.g-label.small {
  font-size: 0.8125rem;
  line-height: 0.76;
}

.g-label.medium {
  font-size: 1rem;
  line-height: 1.25;
}

.g-label.large {
  font-size: 1rem;
  line-height: 1.25;
}

.g-label_white {
  font-size: 0.8125rem;
  line-height: 0.76;
}
@media (min-width: 740px) {
  .g-label_white {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .g-label_white {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.g-label_white.small {
  font-size: 0.8125rem;
  line-height: 0.76;
}

.g-label_white.medium {
  font-size: 1rem;
  line-height: 1.25;
}

.g-label_white.large {
  font-size: 1rem;
  line-height: 1.25;
}

/******************************
 S P E C I A L   E F F E C T S 
*******************************/
/************************
 C L A S S E S : HELPERS
*************************/
/* Basic 
*****************/
.g-no-select {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.g-clear {
  display: flow-root;
}

/* Advanced 
*****************/
.g-optimize-type {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
.g-center-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-center-element-horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.g-center-element-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.g-center-text {
  text-align: center;
}

/******************
 T E M P L A T E S
*******************/
.template-minimal .interactive-masthead {
  position: absolute;
  width: 100%;
  border-color: transparent;
  z-index: 1000;
}
.template-minimal .interactive-masthead header {
  border-color: transparent;
}
.template-minimal .interactive-masthead header > section {
  background-color: transparent;
  border-color: transparent;
}
.template-minimal .g-top-asset > .g-asset {
  margin-top: 0px;
}

.template-style-feature .g-headline,
.template-style-feature .interactive-heading,
.template-style-feature #interactive-heading {
  font-weight: 200 !important;
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 740px) {
  .template-style-feature .g-headline,
  .template-style-feature .interactive-heading,
  .template-style-feature #interactive-heading {
    font-size: 3.25rem !important;
    line-height: 1.15 !important;
  }
}
@media (min-width: 1024px) {
  .template-style-feature .g-headline,
  .template-style-feature .interactive-heading,
  .template-style-feature #interactive-heading {
    font-size: 3.75rem !important;
    line-height: 1.13 !important;
  }
}
.template-style-feature .g-subhed {
  font-weight: 300 !important;
}

.template-option-white-icons .interactive-masthead #desktop-sections-button,
.template-option-white-icons .interactive-masthead button[data-test-id=search-button] {
  background-color: transparent;
}
.template-option-white-icons .interactive-masthead #desktop-sections-button:hover,
.template-option-white-icons .interactive-masthead button[data-test-id=search-button]:hover {
  background-color: #999999;
}
.template-option-white-icons .interactive-masthead a {
  color: #FFFFFF;
}
.template-option-white-icons .interactive-masthead svg,
.template-option-white-icons .interactive-masthead path,
.template-option-white-icons .interactive-masthead rect {
  fill: #FFFFFF;
}

.template-option-black-icons .interactive-masthead #desktop-sections-button,
.template-option-black-icons .interactive-masthead button[data-test-id=search-button] {
  background-color: transparent;
}
.template-option-black-icons .interactive-masthead #desktop-sections-button:hover,
.template-option-black-icons .interactive-masthead button[data-test-id=search-button]:hover {
  background-color: #999999;
}
.template-option-black-icons .interactive-masthead a {
  color: #121212;
}
.template-option-black-icons .interactive-masthead svg,
.template-option-black-icons .interactive-masthead path,
.template-option-black-icons .interactive-masthead rect {
  fill: #121212;
}

.template-minimal #top-wrapper,
.template-blank #top-wrapper {
  display: none !important;
}

/**********************
 E N V I R O N M E N T
***********************/
.g-error {
  background-color: #CC0000;
  color: white;
  font-size: 14px;
  padding: 1em;
}
.g-error h2, .g-error p {
  margin: 0 0 1em 0;
}
.g-error h2 {
  font-weight: bold;
  font-size: 18px;
}
.g-error a, .g-error a:hover {
  color: white;
}
.g-error pre {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 1em 0;
  overflow-x: auto;
}

.g-page-development {
  /* Hide Meter Bar */
}
.g-page-development .meter_default {
  display: none;
}
.g-page-development .g-missing {
  outline: 1px solid purple;
}
.g-page-development .g-missing_inner {
  color: #CC0000;
  font-family: "nyt-franklin", arial, helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 3em;
  outline: 1px solid #CC0000;
  font-size: 0.9375rem;
  line-height: 1.26;
}

.g-page-preview .g-missing_inner {
  color: #CC0000;
  font-family: "nyt-franklin", arial, helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 3em;
  outline: 1px solid #CC0000;
  font-size: 0.9375rem;
  line-height: 1.26;
}

.g-page-production .g-missing, .g-page-production .g-error {
  display: none;
}

/* Makes page full width */
.interactive section {
  max-width: 100%;
  width: 100%;
}

.css-15n42zn {
  margin-top: 0;
}

.g-hide {
  opacity: 0 !important;
}

.g-erase {
  display: none !important;
  opacity: 0 !important;
}

/****************
 F R E E B I R D
*****************/
/* MODULE : AD */
/******************/
.g-ad {
  background-color: rgb(247, 247, 247);
  border-bottom: 1px solid rgb(243, 243, 243);
  border-top: 1px solid rgb(243, 243, 243);
  margin: 37px auto;
  padding-bottom: 30px;
  padding-top: 3px;
  text-align: center;
}
.g-ad .place-ad.placed-ad {
  margin-top: 9px;
}

.g-ad::before {
  content: "Advertisement";
  color: #ccc;
  font-family: nyt-franklin, helvetica, arial, sans-serif;
  font-size: 0.5625rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 0.5625rem;
  margin-bottom: 9px;
  text-align: center;
  text-transform: uppercase;
}

/* MODULE : ASSET */
/******************/
.g-asset {
  margin: 25px auto;
  width: calc(100% - 40px);
}
html.story .g-asset {
  margin: 0px auto;
  width: 100%;
}
.g-asset.g-asset-width-full img {
  width: 100%;
}
.g-asset.g-asset-nomargin, .g-asset.g-asset-width-bleed {
  width: 100%;
}
.g-asset.g-asset-nomargin img, .g-asset.g-asset-width-bleed img {
  width: 100%;
}
.g-asset.g-slideshow {
  margin-top: 15px;
}
.g-asset.g-table {
  margin-top: 0px;
}

.g-asset_inner {
  position: relative;
}

/* MODULE : BODY TEXT */
/**********************/
.g-body {
  width: calc(100% - 40px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12.5px;
}
.g-body a {
  text-decoration: underline;
}
@media (min-width: 740px) {
  .g-body {
    max-width: 600px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .g-body {
    max-width: 600px;
    margin-bottom: 15px;
  }
}

/* MODULE : CHART */
/******************/
.g-chart {
  margin: 0 auto;
  margin-bottom: 25px;
  width: calc(100% - 40px);
  font-size: 0.9375rem;
  line-height: 1.26;
}
@media (min-width: 600px) {
  .g-chart {
    width: 100%;
  }
}
@media (min-width: 740px) {
  .g-chart {
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
.g-chart .out-label {
  padding-top: 3px;
  display: none;
}
.g-chart .outside .out-label {
  display: block;
}
.g-chart .outside .in-label {
  display: none;
}
.g-chart .g-bold {
  font-weight: bold;
}

.g-chart-row,
.g-chart-header {
  clear: both;
  height: 22px;
  margin-bottom: 9px;
}

.g-chart-bar-container,
.g-chart-label {
  float: left;
  height: 100%;
}

.g-chart-bar-container {
  margin-left: 20px;
}

.g-chart-bar-pos,
.g-chart-bar-neg {
  height: 100%;
  float: left;
}

.g-chart-label, .g-chart-bar {
  padding-top: 3px;
}

.g-chart-label.not-first {
  margin-left: 20px;
}

.g-chart-bar {
  height: 100%;
  background: lightsteelblue;
  position: relative;
}

.g-chart-bar-label {
  padding-left: 6px;
}

.g-chart-bar-neg .g-chart-bar {
  float: right;
}
.g-chart-bar-neg .g-chart-bar-label {
  text-align: right;
  padding-right: 6px;
  padding-left: 0px;
}

/* MODULE : GRAPHIC */
/********************/
.g-dot {
  display: inline-block;
  background-color: #121212;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.28;
}
@media (min-width: 740px) {
  .g-dot {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}
@media (min-width: 1024px) {
  .g-dot {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}

.g-dot-red {
  background-color: #CC0000;
}

/* MODULE : GRID */
/*****************/
.g-grid {
  margin: 0 auto 15px auto;
  width: calc(100% - 40px);
}
.g-grid.g-asset-width-bleed {
  width: 100%;
}

.g-grid-item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-grid-item-container.g-align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.g-grid-item-container.g-align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.g-grid-item-container.g-align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.g-grid-item {
  position: relative;
  display: inline-block;
}
.g-col-count-2 .g-grid-item {
  width: calc(50% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
.g-col-count-3 .g-grid-item {
  width: calc(33.3333333333% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
.g-col-count-4 .g-grid-item {
  width: calc(50% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
@media (min-width: 600px) {
  .g-col-count-4 .g-grid-item {
    width: calc(25% - 5px);
    margin: calc(1.25px) calc(2.5px);
  }
}
.g-col-count-5 .g-grid-item {
  width: calc(33.3333333333% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
@media (min-width: 600px) {
  .g-col-count-5 .g-grid-item {
    width: calc(20% - 5px);
    margin: calc(1.25px) calc(2.5px);
  }
}
.g-col-count-6 .g-grid-item {
  width: calc(33.3333333333% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
@media (min-width: 600px) {
  .g-col-count-6 .g-grid-item {
    width: calc(16.6666666667% - 5px);
    margin: calc(1.25px) calc(2.5px);
  }
}
.g-col-count-7 .g-grid-item {
  width: calc(33.3333333333% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
@media (min-width: 600px) {
  .g-col-count-7 .g-grid-item {
    width: calc(14.2857142857% - 5px);
    margin: calc(1.25px) calc(2.5px);
  }
}
.g-col-count-8 .g-grid-item {
  width: calc(33.3333333333% - 5px);
  margin: calc(1.25px) calc(2.5px);
}
@media (min-width: 600px) {
  .g-col-count-8 .g-grid-item {
    width: calc(12.5% - 5px);
    margin: calc(1.25px) calc(2.5px);
  }
}
.g-grid-item .g-caption_heading {
  margin-top: 5px;
}
.g-grid-item .g-asset:first-of-type {
  margin: auto;
}

/* MODULE : IMAGE */
/******************/
.g-image img {
  max-width: 100%;
}

/* Sprite CSS */
.g-sprite-img {
  background-image: url("https://static01.nytimes.com/newsgraphics/2023-01-09-camp-home-column/90be16a9effad5009a3a22f336bcdfbe3a912d84/_assets/sprite-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 1000%;
  width: 100%;
  height: 100%;
}
@media (min-width: 740px) {
  .g-sprite-img {
    background-image: url("https://static01.nytimes.com/newsgraphics/2023-01-09-camp-home-column/90be16a9effad5009a3a22f336bcdfbe3a912d84/_assets/sprite-desktop.jpg");
  }
}

/* Lazy Images */
.g-freebird-lazy {
  display: block;
  width: 100%;
  height: auto;
}
.g-freebird-lazy.ll-init {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.g-freebird-lazy.ll-loaded {
  opacity: 1;
}

/* MODULE : KEY */
/****************/
.g-key {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.g-key p {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.26;
}
@media (min-width: 600px) {
  .g-key p {
    max-width: 92%;
  }
}
@media (min-width: 740px) {
  .g-key p {
    width: auto;
    max-width: none;
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
@media (min-width: 600px) {
  .g-key .g-key-row-title p {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 740px) {
  .g-asset-leadin + .g-key {
    -ms-flex-pack: left;
        justify-content: left;
  }
}

/* Segmented key */
@media screen and (max-width: 370px) {
  div.g-key.keytype-segmented .g-key-row .g-key-rect {
    width: 30px;
  }
}
.g-key.keytype-segmented {
  margin: 10px auto 15px auto;
}
.g-key.keytype-segmented .g-key-row-title p {
  position: static;
  transform: none;
  vertical-align: top;
  margin-top: -3px;
}
.g-key.keytype-segmented .g-key-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.g-key.keytype-segmented .g-key-row .g-key-rect {
  display: block;
  margin: 0;
  width: 35px;
  height: 10px;
}
.g-key.keytype-segmented .g-key-row p {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  line-height: 1em;
  margin-top: 3px;
  right: 0;
  transform: translate(50%, 0);
}
.g-key.keytype-segmented .g-key-row p.g-beginval {
  left: 0;
  transform: translate(-50%, 0);
}
.g-key.keytype-segmented .g-key-row-item {
  position: relative;
}

/* Inline key */
.g-key.keytype-inline {
  margin: 10px auto 4px auto;
}
.g-key.keytype-inline .g-key-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 5px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.g-key.keytype-inline .g-key-row-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.g-key.keytype-inline .g-key-row-item .g-key-rect, .g-key.keytype-inline .g-key-row-item .g-key-circle {
  margin-right: 4px;
}
.g-key.keytype-inline .g-key-row-item .g-key-rect {
  width: 22px;
  height: 10px;
}
.g-key.keytype-inline .g-key-row-item .g-key-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.g-key.keytype-inline .g-key-row-item .g-key-custom {
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -4px 2px 0 0;
}

/* SUBMODULE : LABEL */
/*********************/
.g-label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  color: #FFFFFF;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  text-align: center;
  z-index: 100;
  font-size: 0.8125rem;
  line-height: 0.76;
}
@media (min-width: 740px) {
  .g-label {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .g-label {
    font-size: 1rem;
    line-height: 1.25;
    padding: 10px;
  }
}
.g-slideshow-slide .g-label {
  padding: 5px 7px;
}
.g-label-top-left .g-label {
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.g-label-bottom-left .g-label {
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
}
.g-label-bottom-right .g-label {
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.g-label.g-label-reverse, .g-label-reverse .g-label {
  color: #121212;
  background-color: transparent;
}
.g-label-unset .g-label {
  position: relative;
  top: auto;
  right: auto;
  color: #121212;
  background-color: transparent;
  text-align: left;
  padding: 0;
}

/* MODULE : LEADIN */
/*******************/
.g-asset-leadin,
.nytg-chartmaker-outer .chart-header .g-caption {
  padding-bottom: 2px;
}

.nytg-chartmaker-outer .chart-header .g-caption {
  font-size: 0.9375rem;
  line-height: 1.38;
}
@media (min-width: 740px) {
  .nytg-chartmaker-outer .chart-header .g-caption {
    font-size: 1.125rem;
    line-height: 1.38;
  }
}

/* MODULE : NAV LINKS */
/**********************/
.g-nav {
  max-width: calc(100% - 40px);
  margin: 0 auto 10px auto;
}
@media (min-width: 740px) {
  .g-nav {
    max-width: 600px;
    margin: 20px auto 20px auto;
  }
}

.g-nav-items {
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: start;
      align-items: flex-start;
}

.g-nav-item {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 740px) {
  .g-nav-item {
    margin-bottom: 0;
  }
}

.g-has-mobile-text .g-nav-link_desktop {
  display: none;
}
@media (min-width: 740px) {
  .g-has-mobile-text .g-nav-link_desktop {
    display: inline;
  }
}
.g-has-mobile-text .g-nav-link_mobile {
  display: inline;
}
@media (min-width: 740px) {
  .g-has-mobile-text .g-nav-link_mobile {
    display: none;
  }
}

/* SUBMODULE : LIST ITEMS */
/**************************/
.g-list p,
.g-list div,
.g-list li,
.g-list-square p,
.g-list-square div,
.g-list-square li {
  position: relative;
  padding-left: 1.75em;
}
@media (min-width: 740px) {
  .g-list p,
  .g-list div,
  .g-list li,
  .g-list-square p,
  .g-list-square div,
  .g-list-square li {
    padding-left: 0;
  }
}
.g-list p:before,
.g-list div:before,
.g-list li:before,
.g-list-square p:before,
.g-list-square div:before,
.g-list-square li:before {
  content: "■";
  position: absolute;
  top: 1px;
  left: 1em;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 740px) {
  .g-list p:before,
  .g-list div:before,
  .g-list li:before,
  .g-list-square p:before,
  .g-list-square div:before,
  .g-list-square li:before {
    top: 3px;
    left: -1em;
  }
}

.g-list-circle p,
.g-list-circle div,
.g-list-circle li {
  position: relative;
  padding-left: 1.75em;
}
@media (min-width: 740px) {
  .g-list-circle p,
  .g-list-circle div,
  .g-list-circle li {
    padding-left: 0;
  }
}
.g-list-circle p:before,
.g-list-circle div:before,
.g-list-circle li:before {
  position: absolute;
  content: "•";
  top: 2px;
  left: 1em;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 740px) {
  .g-list-circle p:before,
  .g-list-circle div:before,
  .g-list-circle li:before {
    top: 3px;
    left: -1em;
  }
}

.g-list,
.g-list-square,
.g-list-circle {
  box-sizing: border-box;
}
.g-alert .g-list p, .g-refer .g-list p,
.g-alert .g-list div,
.g-refer .g-list div,
.g-alert .g-list li,
.g-refer .g-list li,
.g-alert .g-list-square p,
.g-refer .g-list-square p,
.g-alert .g-list-square div,
.g-refer .g-list-square div,
.g-alert .g-list-square li,
.g-refer .g-list-square li,
.g-alert .g-list-circle p,
.g-refer .g-list-circle p,
.g-alert .g-list-circle div,
.g-refer .g-list-circle div,
.g-alert .g-list-circle li,
.g-refer .g-list-circle li {
  width: calc(100% - 65px);
}
.g-alert .g-list p:before, .g-refer .g-list p:before,
.g-alert .g-list div:before,
.g-refer .g-list div:before,
.g-alert .g-list li:before,
.g-refer .g-list li:before,
.g-alert .g-list-square p:before,
.g-refer .g-list-square p:before,
.g-alert .g-list-square div:before,
.g-refer .g-list-square div:before,
.g-alert .g-list-square li:before,
.g-refer .g-list-square li:before,
.g-alert .g-list-circle p:before,
.g-refer .g-list-circle p:before,
.g-alert .g-list-circle div:before,
.g-refer .g-list-circle div:before,
.g-alert .g-list-circle li:before,
.g-refer .g-list-circle li:before {
  left: 0;
}
.g-alert .g-list p.g-body, .g-refer .g-list p.g-body,
.g-alert .g-list div.g-body,
.g-refer .g-list div.g-body,
.g-alert .g-list li.g-body,
.g-refer .g-list li.g-body,
.g-alert .g-list-square p.g-body,
.g-refer .g-list-square p.g-body,
.g-alert .g-list-square div.g-body,
.g-refer .g-list-square div.g-body,
.g-alert .g-list-square li.g-body,
.g-refer .g-list-square li.g-body,
.g-alert .g-list-circle p.g-body,
.g-refer .g-list-circle p.g-body,
.g-alert .g-list-circle div.g-body,
.g-refer .g-list-circle div.g-body,
.g-alert .g-list-circle li.g-body,
.g-refer .g-list-circle li.g-body {
  padding-left: 1em;
}

/* MODULE : METHODOLOGY */
/************************/
@media (min-width: 740px) {
  .g-methodology {
    max-width: 600px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .g-methodology {
    max-width: 600px;
    margin-bottom: 15px;
  }
}
.g-methodology:before {
  width: 120px;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 30px 0 20px;
  background-color: #121212;
}

.g-method-heading {
  font-weight: 700;
}

.g-method-text {
  margin: 0 auto 1.25rem;
  max-width: 1200px;
  color: #333;
  display: block;
  font-family: nyt-franklin, helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* MODULE : ALERT / REFER */
/**************************/
.g-alert,
p.g-alert,
.g-alert.g-body,
.g-refer,
p.g-refer,
.g-refer.g-body {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 3px;
  box-sizing: border-box;
}
.g-alert a,
p.g-alert a,
.g-alert.g-body a,
.g-refer a,
p.g-refer a,
.g-refer.g-body a {
  color: #326891;
  text-decoration: underline;
}
.g-alert a:hover,
p.g-alert a:hover,
.g-alert.g-body a:hover,
.g-refer a:hover,
p.g-refer a:hover,
.g-refer.g-body a:hover {
  color: #6288A5;
}

.g-alert,
.g-refer {
  max-width: calc(100% - 40px);
  padding: 20px 0px 5px;
}
@media (min-width: 600px) {
  .g-alert,
  .g-refer {
    max-width: 600px;
  }
}

p.g-alert,
.g-alert.g-body,
.g-alert .g-body,
p.g-refer,
.g-refer.g-body,
.g-refer .g-body {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 740px) {
  p.g-alert,
  .g-alert.g-body,
  .g-alert .g-body,
  p.g-refer,
  .g-refer.g-body,
  .g-refer .g-body {
    max-width: 600px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
@media (min-width: 1024px) {
  p.g-alert,
  .g-alert.g-body,
  .g-alert .g-body,
  p.g-refer,
  .g-refer.g-body,
  .g-refer .g-body {
    max-width: 600px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

p.g-alert,
.g-alert.g-body,
.g-alert .g-body,
p.g-refer,
.g-refer.g-body,
.g-refer .g-body {
  color: rgba(0, 0, 0, 0.65);
}

.g-alert,
p.g-alert,
.g-alert.g-body {
  background-color: #FFFCD9;
}

.g-refer,
p.g-refer,
.g-refer.g-body {
  background-color: #EEEEEE;
}

.g-alert,
p.g-alert,
.g-alert.g-body,
.g-refer,
p.g-refer,
.g-refer.g-body {
  margin: 0 auto 25px;
}

.g-alert .g-body,
.g-refer .g-body {
  padding: 0px;
}

p.g-alert,
p.g-refer,
.g-alert.g-body,
.g-refer.g-body {
  color: rgba(0, 0, 0, 0.65);
  padding: 12px 15px;
}

.g-scoop-picture img {
  width: 100%;
}

/*********************
 MODULE : SLIDESHOW 
**********************/
.g-slideshow {
  margin-top: 15px;
}
.g-slideshow .on-top {
  z-index: 101;
}

.g-slideshow-container {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.g-slideshow-container img {
  width: 100%;
}

.g-slideshow-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.g-slideshow-slide .g-asset:first-of-type {
  margin: auto;
}

.g-slideshow-placeholder {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.g-slideshow-placeholder .g-asset:first-of-type {
  margin: auto;
}

.g-slide-fade {
  opacity: 0;
}
.g-slide-fade.g-slideshow-slide-active {
  opacity: 1;
}

/* no effect styles */
.g-slide-,
.g-slide-no {
  pointer-events: none;
  visibility: hidden;
}
.g-slide-.g-slideshow-slide-active,
.g-slide-no.g-slideshow-slide-active {
  visibility: visible;
  pointer-events: auto;
}

/* text styles */
.g-slideshow-slide .g-text-box {
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFFFFF;
  padding: 10px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.g-slideshow-slide .g-text-box .g-caption,
.g-slideshow-slide .g-text-box .g-caption_heading {
  color: #FFFFFF;
}
.g-reverse .g-slideshow-slide .g-text-box {
  color: #121212;
}
.g-reverse .g-slideshow-slide .g-text-box .g-caption,
.g-reverse .g-slideshow-slide .g-text-box .g-caption_heading {
  color: #121212;
}

/* SUBMODULE : SOURCE */
/**********************/
.g-source {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 740px) {
  .g-source {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .g-source {
    max-width: 600px;
  }
}

@media screen and (max-width: 660px) {
  .g-asset-nomargin .g-source {
    width: calc(540px + 100vw - 600px);
  }
}
@media screen and (max-width: 600px) {
  .g-asset-nomargin .g-source {
    width: calc(100% - 40px);
  }
}

.g-source {
  padding-top: 8px;
  font-size: 0.6875rem;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .g-source {
    font-size: 0.8125rem;
  }
}

.g-caption,
.nytg-chartmaker-outer .chart-header .g-caption {
  margin-right: 5px;
  font-size: 0.9375rem;
  line-height: 1.26;
}
@media (min-width: 740px) {
  .g-caption,
  .nytg-chartmaker-outer .chart-header .g-caption {
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
@media (min-width: 1024px) {
  .g-caption,
  .nytg-chartmaker-outer .chart-header .g-caption {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.g-credit:after {
  content: "•";
  margin: 0 5px 0 8px;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.g-credit:last-child:after {
  display: none;
}

/* Grid-Specific 
**********************/
.g-grid .g-caption {
  margin-right: 0;
  padding-right: 8px;
}

/* MODULE : SUBHED */
/*******************/
/* Major 
****************/
.g-subhed {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 2rem auto 16px auto;
  text-align: center;
  font-size: 1.4375rem;
  line-height: 1.33;
}
@media (min-width: 740px) {
  .g-subhed {
    max-width: 600px;
    margin-bottom: 19px;
    font-size: 1.6875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .g-subhed {
    max-width: 600px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

.g-body + .g-subhed {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .g-body + .g-subhed {
    margin-top: 26px;
  }
}

/* Minor 
****************/
/* Caption Heading : General */
.g-asset > .g-caption_heading,
.g-asset > .g-caption,
.g-asset > .nytg-chartmaker-outer .chart-header .g-caption {
  text-align: center;
  margin: 0 auto 8px auto;
  width: 100%;
  max-width: 600px;
}
.g-has-leadin .g-asset > .g-caption_heading, .g-asset > .g-caption_heading.g-has-leadin,
.g-has-leadin .g-asset > .g-caption,
.g-asset > .g-caption.g-has-leadin,
.g-has-leadin .g-asset > .nytg-chartmaker-outer .chart-header .g-caption,
.g-asset > .nytg-chartmaker-outer .chart-header .g-caption.g-has-leadin {
  margin-bottom: 0px;
}
.g-asset > .g-caption_heading.g-asset-leadin,
.g-asset > .g-caption.g-asset-leadin,
.g-asset > .nytg-chartmaker-outer .chart-header .g-caption.g-asset-leadin {
  margin-bottom: 8px;
}
@media (min-width: 740px) {
  .g-asset > .g-caption_heading,
  .g-asset > .g-caption,
  .g-asset > .nytg-chartmaker-outer .chart-header .g-caption {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .g-asset > .g-caption_heading,
  .g-asset > .g-caption,
  .g-asset > .nytg-chartmaker-outer .chart-header .g-caption {
    max-width: 600px;
  }
}

@media screen and (max-width: 660px) {
  .g-asset-nomargin > .g-caption_heading,
  .g-asset-nomargin > .g-caption,
  .g-asset-nomargin > .nytg-chartmaker-outer .chart-header .g-caption {
    width: calc(540px + 100vw - 600px);
  }
}
@media screen and (max-width: 600px) {
  .g-asset-nomargin > .g-caption_heading,
  .g-asset-nomargin > .g-caption,
  .g-asset-nomargin > .nytg-chartmaker-outer .chart-header .g-caption {
    width: calc(100% - 40px);
  }
}

.g-asset > .g-caption_heading + meta + style + .nytg-chart {
  margin-top: -8px;
}

/* Slideshow-Specific 
**********************/
.g-slideshow-slide .g-caption_heading {
  color: #FFFFFF;
  text-align: left;
  margin: 10px 0 5px;
}

/* Grid-Specific 
**********************/
.g-grid .g-caption_heading {
  margin-bottom: 2px;
}

.g-grid-item-container .g-caption_heading,
.g-grid-item-container .g-caption {
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 740px) {
  .g-grid-item-container .g-caption_heading,
  .g-grid-item-container .g-caption {
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
.g-grid-item-container .g-caption_heading {
  margin-bottom: 0px;
}

/* MODULE : TABLE */
/******************/
.g-table {
  margin-top: 0px;
}
.g-table tr {
  border-bottom: 1px solid #EEEEEE;
}

.g-table-text {
  text-align: left;
  margin: 6px 0;
  font-size: 0.9375rem;
  line-height: 1.26;
}
@media (min-width: 740px) {
  .g-table-text {
    font-size: 0.9375rem;
    line-height: 1.26;
  }
}
@media (min-width: 1024px) {
  .g-table-text {
    font-size: 1rem;
    line-height: 1.25;
  }
}

/* MODULE : TOP ASSET */
/**********************/
.g-top-asset {
  margin: 0 auto;
}
.g-top-asset .g-caption_heading.g-has-leadin,
.g-top-asset .g-caption_heading,
.g-top-asset .g-asset-leadin {
  text-align: center;
}

.g-top + .g-header-container #interactive-header {
  margin-top: 0px;
}

.g-top-cover {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.g-top-cover .interactive-header {
  margin-top: 0px;
}
.g-top-cover .interactive-byline-container {
  margin-bottom: 0px;
}
.g-top-cover .g-cover-asset {
  width: 100%;
}
.g-top-cover .g-asset {
  margin-top: 0;
}
.g-top-cover .g-asset.g-asset-width-full {
  margin-top: 20px;
}
.template-minimal .g-top-cover .g-asset.g-asset-width-full, .template-blank .g-top-cover .g-asset.g-asset-width-full {
  margin-top: 0px;
}
.g-top-cover .g-asset.g-asset-width-full > .g-caption_heading {
  max-width: calc(100% - 40px);
}
@media (min-width: 600px) {
  .g-top-cover .g-asset.g-asset-width-full > .g-caption_heading {
    max-width: 100%;
  }
}

.g-top-cover .g-header-container {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 3px;
  z-index: 100;
  box-sizing: border-box;
  width: 740px;
  max-width: calc(100% - 40px * 2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.has-top-cover .interactive-masthead {
  margin-bottom: 0px;
}
.has-top-cover .interactive-masthead section.hasLinks {
  display: none;
}
@media (min-width: 600px) {
  .has-top-cover .interactive-masthead section.hasLinks {
    display: -ms-flexbox;
    display: flex;
  }
}

/* MODULE : VIDEO */
/******************/
.g-youtube-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.g-youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

.g-inlineaudio {
  background-color: #ccd9e4;
  padding: 4px 5px 3px 8px;
  cursor: pointer;
  transition: 0.5s background-color ease-out, 0.25s color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .g-inlineaudio {
    padding: 6px 5px 4px 10px;
  }
}
.g-inlineaudio:before {
  font-size: 12px;
  position: relative;
  top: -3px;
  display: inline-block;
  content: "";
  vertical-align: -10%;
  border: 5px solid transparent;
  border-left: 10px solid rgb(255, 255, 255);
  margin-right: 3px;
}
.viewport-medium .g-inlineaudio:before {
  font-size: 18px;
  top: -4px;
}
.g-inlineaudio:hover {
  background-color: #99b4c8;
}
.g-inlineaudio.g-inlineaudio-playing::before {
  height: 10px;
  border-top: 0;
  border-bottom: 0;
  border-left: 11px double rgb(255, 255, 255);
  border-right: 4px solid transparent;
  margin-right: 3px;
}
.viewport-medium .g-inlineaudio.g-inlineaudio-playing::before {
  font-size: 18px;
  top: -4px;
}

.g-related-links {
  max-width: 600px;
}
.g-related-links .g-related-links_body a:link,
.g-related-links .g-related-links_body a:visited,
.g-related-links .g-related-links_body a:hover,
.g-related-links .g-related-links_body a:active {
  text-decoration: none;
}
.g-related-links .g-related-links_body.display-standard a:hover .g-related-links_item-hed {
  color: #666;
}
.g-related-links .g-related-links_body.display-compact p {
  display: inline;
}
.g-related-links .g-related-links_body.display-compact p:not(:first-child) {
  margin-left: 0.5em;
}
.g-related-links .g-related-links_body.display-compact .g-related-links_item-hed {
  text-decoration: underline;
}
.g-related-links .g-related-links_body.display-compact a:hover .g-related-links_item-hed {
  text-decoration: none;
}
.g-related-links .g-related-links_item {
  margin-bottom: 1rem;
}
.g-related-links .g-image {
  margin: 0 0 15px;
  width: 100%;
  max-width: unset;
  aspect-ratio: 3/2;
}
.g-related-links div[role=img],
.g-related-links .g-asset_inner,
.g-related-links img {
  height: 100%;
}
.g-related-links img {
  -o-object-fit: cover;
     object-fit: cover;
}
.g-related-links .g-related-links_item-hed {
  font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0.4rem;
}
.g-related-links .g-related-links_item-summary {
  font-family: "nyt-imperial", georgia, "times new roman", times, serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #555;
  margin-bottom: 5px;
}
.g-related-links .g-related-links_item-byline,
.g-related-links .g-related-links_item-date {
  font-family: "nyt-franklin", arial, helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #999;
}

@media (min-width: 740px) {
  .g-related-links .g-related-links_item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .g-related-links .g-image,
  .g-related-links .g-image + .g-related-links_info {
    width: calc(50% - 10px);
  }
  .g-related-links .g-image {
    width: calc(50% - 10px);
    margin-bottom: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .g-related-links .g-related-links_item-hed {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}
/*********************
 MODULE : SLIDESHOW 
**********************/
.g-scrollinggraphic_wrapper {
  position: relative;
  margin-bottom: 25px;
}

.g-scrollinggraphic_sticky {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #bfbfbf;
}
.g-height-fullheight .g-scrollinggraphic_sticky {
  padding-bottom: 100vh !important;
}
.g-align-center .g-scrollinggraphic_sticky {
  top: 50vh;
}
.g-align-top .g-scrollinggraphic_sticky {
  top: 0px;
}
.g-align-bottom .g-scrollinggraphic_sticky {
  top: auto;
  bottom: 0px;
}

.g-scrollinggraphic_graphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g-scrollinggraphic_stepper {
  display: none;
}
.g-stepper-stepper .g-scrollinggraphic_stepper {
  display: block;
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
}
.g-scrollinggraphic_stepper .g-scrollinggraphic_step {
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  padding: 0;
  margin: 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.g-scrollinggraphic_stepper .g-scrollinggraphic_step.g-active {
  background-color: #999999;
  border: 1px solid #999999;
}
.g-theme-white .g-scrollinggraphic_stepper .g-scrollinggraphic_step.g-active, .g-theme-whiteonblack .g-scrollinggraphic_stepper .g-scrollinggraphic_step.g-active {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.g-stepperdirection-horizontal .g-scrollinggraphic_stepper {
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.g-stepperdirection-horizontal .g-scrollinggraphic_stepper li {
  display: inline-block;
}

.g-scrollinggraphic_items {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.g-scrollinggraphic_copy {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 70vh;
}
@media (max-width: 740px) {
  .g-scrollinggraphic_copy .g-body {
    max-width: none;
  }
}
.g-theme-white .g-scrollinggraphic_copy .g-body {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.333) 0px 0px 2px, rgba(0, 0, 0, 0.333) 0px 0px 6px, rgba(0, 0, 0, 0.333) 0px 0px 10px, rgba(0, 0, 0, 0.333) 0px 0px 10px, rgba(0, 0, 0, 0.333) 0px 0px 10px, rgba(0, 0, 0, 0.333) 0px 0px 20px;
}
.g-theme-whiteonblack .g-scrollinggraphic_copy .g-body {
  padding: 10px 16px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.g-theme-blackonwhite .g-scrollinggraphic_copy .g-body {
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.9);
}

.g-scrollinggraphic-istop-cover .g-header-container {
  top: 50vh;
  transform: translateY(-50%);
}

.g-debug-on .g-scrollinggraphic_item {
  transition: background-color 0.3s ease;
  background-color: rgba(255, 0, 0, 0.05);
}
.g-debug-on .active.g-scrollinggraphic_item {
  background-color: rgba(0, 255, 0, 0.2);
}

.g-scrollinggraphic_debug-log {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  width: 60%;
  max-width: 600px;
  height: 110px;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  border: 1px solid red;
  color: red;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: nyt-franklin;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.g-scrollinggraphic_debug-log br {
  margin: 2px auto;
}

.g-scrollingslides .g-scrollinggraphic_sticky {
  background-color: transparent;
}

.g-scrollingslides_slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-scrollingslides_slideposition {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.g-scrollingslides-effect-slide .g-scrollingslides_slideposition {
  transition: transform 0.3s ease;
}

.g-scrollingslides_slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.g-scrollingslides_slide.g-active {
  z-index: 2;
  opacity: 1;
}
.g-scrollingslides-effect-fade .g-scrollingslides_slide.g-previousactive {
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.g-scrollingslides_slide .g-asset_inner {
  width: 100%;
  height: 100%;
}

.g-scrollingslides-effect-carousel .g-scrollingslides_slideposition,
.g-scrollingslides-effect-slide .g-scrollingslides_slideposition,
.g-scrollingslides-effect-verticalslide .g-scrollingslides_slideposition {
  transition: transform 0.3s ease;
}
.g-scrollingslides-effect-carousel .g-scrollingslides_slide,
.g-scrollingslides-effect-slide .g-scrollingslides_slide,
.g-scrollingslides-effect-verticalslide .g-scrollingslides_slide {
  opacity: 1;
  z-index: 1;
}

html:not(.g-page-ismobile) .g-scrollingslides-effect-carousel .g-scrollinggraphic_graphic {
  overflow: visible;
}

.g-scrollingslides .g-label {
  transform: translateZ(0);
}

.g-scrollingslides-lazy {
  display: block;
  width: 100%;
}

.g-scrollingslides .g-height-fullheight .g-scrollingslides-lazy {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-scrollingslides .g-height-fullheight .g-asset_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-horizontalscroller {
  width: 100%;
}

.g-horizontalscroller_wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.g-horizontalscroller_items {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}

.g-horizontalscroller_slide {
  display: inline-block;
  min-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.g-horizontalscroller_slide-element {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.g-horizontalscroller_slide-element .g-asset > div {
  width: 100%;
}
.g-horizontalscroller_slide-element div[role=img] {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.g-horizontalscroller_slide-element .g-asset.g-asset-width-full {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: unset;
}
.g-horizontalscroller_slide-element .g-asset.g-asset-width-full .g-asset_inner {
  height: 100%;
}
.g-horizontalscroller_slide-element .g-asset.g-asset-width-full img,
.g-horizontalscroller_slide-element .g-asset.g-asset-width-full video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-horizontalscroller_slide-element .g-asset.g-asset-width-full .g-videotape.g-vhs {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.g-horizontalscroller_slide-element .g-asset_inner {
  width: 100%;
}
.g-horizontalscroller_slide-element .g-asset {
  height: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.g-horizontalscroller_slide-element .g-source {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.g-horizontalscroller_slide-element .g-body {
  white-space: normal;
  font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 300;
}
@media (min-width: 740px) {
  .g-horizontalscroller_slide-element .g-body {
    font-size: 28px;
  }
}
.g-horizontalscroller_slide-element.image + .g-horizontalscroller_slide-element.text .g-body, .g-horizontalscroller_slide-element.video + .g-horizontalscroller_slide-element.text .g-body {
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24);
}

.flex-slides_media {
  position: var(--slides-position);
  width: 100%;
  height: var(--viewport-height);
  top: 0;
}

.flex-slides_slide-media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  background-color: var(--background-color, rgb(10, 10, 10));
  pointer-events: none;
}

.flex-slides_slide-media.active {
  opacity: 1;
  pointer-events: all;
}

.flex-slides_element {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.flex-slides_media div[role=region],
.flex-slides_media .g-asset,
.flex-slides_media .g-asset > div,
.flex-slides_media .g-asset_inner,
.flex-slides_media .g-asset-width-full {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: unset;
}
.flex-slides_media img,
.flex-slides_media video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-slides_media .g-videotape.g-vhs {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.flex-slides_media .g-source {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: white;
}

.flex-slides_copy {
  position: relative;
  width: 100%;
  pointer-events: none;
  transform: translateZ(0);
}

.flex-slides_slide-copy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: var(--viewport-height);
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.debug .flex-slides_slide-copy {
  border: 1px solid red;
}

.flex-slides_copy .g-body {
  color: var(--color, white);
  pointer-events: all;
}

.flex-slides_copy-element {
  width: 100%;
  max-width: 600px;
  background-color: var(--text-background-color, transparent);
  padding-top: 17px;
}

.flex-slides_debug-ruler {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 1px;
  background-color: rgb(0, 255, 0);
  opacity: 0;
}

.active .flex-slides_debug-ruler {
  opacity: 1;
}

.flex-slides {
  --viewport-height: 100vh;
  --vertical-margin: 40px;
  position: relative;
  width: 100%;
  margin: var(--vertical-margin) 0;
  pointer-events: none;
}

.flex-slides.active {
  pointer-events: all;
}

.flex-slides.sticky:not(.active) .flex-slides_slide-media:nth-child(1) {
  opacity: 1;
}

@media (min-width: 740px) {
  .flex-slides {
    --vertical-margin: 80px;
  }
}
/* MODULE : SVELTE */
/*******************/
.g-svelte {
  font-family: "nyt-franklin", arial, helvetica, sans-serif;
}

/* Screenreader */
.g-screenreader-only {
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Turn Text-Balancer'd BR tags into a spaces when on mobile devices */
br[data-owner=balance-text] {
  content: " ";
}
br[data-owner=balance-text]:after {
  content: " ";
}
@media (min-width: 600px) {
  br[data-owner=balance-text] {
    content: normal;
  }
  br[data-owner=balance-text]:after {
    content: normal;
  }
}

/* Headline */
.interactive-heading {
  font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;
}

#interactive-heading {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 740px) {
  #interactive-heading {
    max-width: 740px;
  }
}
@media (min-width: 1024px) {
  #interactive-heading {
    max-width: 1024px;
  }
}

#interactive-heading {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-size: 2.375rem;
  line-height: 1.21;
}
@media (min-width: 740px) {
  #interactive-heading {
    font-size: 2.375rem;
    line-height: 1.21;
  }
}
@media (min-width: 1024px) {
  #interactive-heading {
    font-size: 2.9375rem;
    line-height: 1.14;
  }
}

.template-headline-style-italic #interactive-heading {
  font-style: italic;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.22;
}
@media (min-width: 740px) {
  .template-headline-style-italic #interactive-heading {
    font-size: 2.25rem;
    line-height: 1.22;
  }
}
@media (min-width: 1024px) {
  .template-headline-style-italic #interactive-heading {
    font-size: 2.8125rem;
    line-height: 1.15;
  }
}

/* Byline */
#interactive-byline {
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.28;
}
@media (min-width: 740px) {
  #interactive-byline {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}
@media (min-width: 1024px) {
  #interactive-byline {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}

.interactive-byline-container {
  text-align: center;
  margin-bottom: 10px;
}
.interactive-byline-container + #interactive-standalone-sharetools {
  margin-top: 15px;
}

/* Share tools */
#interactive-header .interactive-sharetools,
#interactive-header #interactive-standalone-sharetools {
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
}
.g-top-cover #interactive-header .interactive-sharetools,
.g-top-cover #interactive-header #interactive-standalone-sharetools {
  margin-bottom: 5px;
}

/* Body */
.interactive section a {
  text-decoration: underline;
}

/* Footer */
@media (min-width: 740px) {
  #interactive-footer-container {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  #interactive-footer-container {
    max-width: 600px;
  }
}

/* Standalone-only styles */
.interactive-source,
.interactive-credit {
  color: #333333;
}

.g-story a,
.interactive-source a,
.interactive-footer a {
  color: #326891;
  text-decoration: underline;
}
.g-story a:hover,
.interactive-source a:hover,
.interactive-footer a:hover {
  color: #6288A5;
}

.g-story .g-source .g-credit a {
  color: #999999;
}
.g-story .g-source .g-credit a:hover {
  color: #aaa;
}

:root {
  --full-height: 100vh;
  --app-height: 100vh;
  --franklin: nyt-franklin, helvetica, arial, sans-serif;
  --chelt: nyt-cheltenham, georgia, "times new roman", times, serif;
  --chelt-small: nyt-cheltenham-small, georgia, "times new roman", times, serif;
  --imperial: nyt-imperial, georgia, "times new roman", times, serif;
  --graf-bottom-margin: 18px;
  --spacer: 2rem;
  --maxwidth: 825px;
  --background-color: rgb(5, 5, 5);
  --body-text-size: 1.15rem;
  --over-image-text-size: 1.05rem;
}
@media (min-width: 740px) {
  :root {
    --graf-bottom-margin: 22px;
  }
}
@media (min-width: 740px) {
  :root {
    --body-text-size: 1.4rem;
  }
}
@media (min-width: 740px) and (max-height: 750px) {
  :root {
    --body-text-size: 1.35rem;
  }
}
@media (min-width: 740px) and (max-height: 650px) {
  :root {
    --body-text-size: 1.2rem;
  }
}
@media (min-width: 740px) and (max-height: 575px) {
  :root {
    --body-text-size: 1.15rem;
  }
}
@media (min-width: 740px) {
  :root {
    --over-image-text-size: 1.3rem;
  }
}
@media (min-width: 740px) and (max-height: 575px) {
  :root {
    --over-image-text-size: 1.15rem;
  }
}

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

.NYTApp .g-top-cover {
  --full-height: var(--app-height);
}
.NYTApp .g-story {
  margin-top: calc(var(--app-height) + var(--spacer));
}

.g-top-cover {
  position: absolute;
  top: 0;
  margin-bottom: var(--spacer);
  width: 100%;
  top: 0;
}
.g-top-cover .g-cover-asset {
  height: var(--full-height);
  position: absolute;
  top: 0;
}
.g-top-cover .g-cover-asset .g-scoop-picture {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.g-top-cover .g-cover-asset .g-scoop-picture img {
  height: var(--full-height);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-top-cover .g-header-container {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  height: var(--full-height);
  background-color: transparent;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 100%;
}
.g-top-cover .g-header-container header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: calc(var(--full-height) * 0.75);
}
.g-top-cover .g-header-container header .home-column-kicker {
  text-align: center;
  color: white;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.g-top-cover .g-header-container header .home-column-kicker a {
  color: white;
  text-decoration: none;
}
.g-top-cover .g-header-container header .home-column-kicker a:hover {
  text-decoration: underline;
}
.g-top-cover .g-header-container header .home-column-kicker .column-name {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
}
.g-top-cover .g-header-container header .home-column-kicker .column-location {
  font-family: var(--franklin);
  line-height: 1.35;
  font-size: var(--over-image-text-size);
  background-color: var(--background-color);
  padding: 3px 0px;
  background-color: transparent;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 740px) {
  .g-top-cover .g-header-container header .home-column-kicker .column-location {
    padding: 5px 0px;
  }
}
@media (min-width: 740px) {
  .g-top-cover .g-header-container header .home-column-kicker .column-location {
    bottom: 50px;
  }
}
.g-top-cover .g-header-container header #interactive-heading {
  max-width: 100%;
  color: white;
  font-size: 3.65rem;
  line-height: 0.95;
  font-family: var(--chelt);
  font-weight: 500;
  letter-spacing: -0.05rem;
  transition: font-size 0.1s ease;
}
@media (min-width: 740px) {
  .g-top-cover .g-header-container header #interactive-heading {
    font-size: 5rem;
    letter-spacing: -0.15rem;
  }
}
@media (min-width: 1024px) {
  .g-top-cover .g-header-container header #interactive-heading {
    font-size: 6.25rem;
    letter-spacing: -0.125rem;
  }
}
@media (min-width: 1150px) {
  .g-top-cover .g-header-container header #interactive-heading {
    font-size: 7rem;
    letter-spacing: -0.125rem;
  }
}

/* --------------- modules ---------------*/
#home-column-intro {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 3rem auto 0;
}
#home-column-intro .css-n7z2yi,
#home-column-intro .interactive-sharetools {
  width: calc(100% - 40px);
  max-width: var(--maxwidth);
  margin: auto;
}
@media (min-width: 740px) {
  #home-column-intro .css-n7z2yi,
  #home-column-intro .interactive-sharetools {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
#home-column-intro .css-103zbxs,
#home-column-intro .interactive-byline {
  max-width: calc(100% - 40px);
  width: 100%;
  margin-bottom: var(--graf-bottom-margin);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--body-text-size);
  font-family: var(--franklin);
  font-weight: 300;
}
@media (min-width: 740px) {
  #home-column-intro .css-103zbxs,
  #home-column-intro .interactive-byline {
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
  }
}
#home-column-intro .css-103zbxs strong,
#home-column-intro .interactive-byline strong {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
}
#home-column-intro .css-103zbxs .author,
#home-column-intro .interactive-byline .author {
  display: inline-block;
  margin-right: 20px;
}
#home-column-intro .css-103zbxs .interactive-timestamp,
#home-column-intro .interactive-byline .interactive-timestamp {
  display: none;
}

@media (min-width: 740px) {
  .home-column-description {
    max-width: var(--maxwidth);
    width: calc(100% - 40px);
    margin: auto;
  }
}
.home-column-description .g-body {
  max-width: calc(100% - 40px);
  width: 100%;
  margin-bottom: var(--graf-bottom-margin);
  font-family: var(--franklin);
  font-weight: 300;
  line-height: 1.3;
  font-size: var(--body-text-size);
}
@media (min-width: 740px) {
  .home-column-description .g-body {
    max-width: var(--maxwidth);
  }
}
.home-column-description strong {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
}
.home-column-description a {
  color: #333;
  text-decoration: none !important;
  transition: all 0.2 ease;
}
.home-column-description a:hover {
  color: #333;
  text-decoration: underline !important;
}
.home-column-description em a {
  color: #333;
  text-decoration: underline !important;
  transition: all 0.2 ease;
}
.home-column-description em a:hover {
  color: #333;
  text-decoration: none !important;
}

#home-column-recirc {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: calc(var(--spacer) * 3) 0;
}
#home-column-recirc .home-column-description .g-body:last-of-type a {
  text-decoration: none;
}
#home-column-recirc .upcoming-container {
  margin-top: calc(var(--spacer) * 2);
}
#home-column-recirc .upcoming-container h4 {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
  max-width: var(--maxwidth);
  margin: auto;
  text-align: center;
}
#home-column-recirc .upcoming {
  height: 100%;
  margin: var(--spacer) auto;
  margin-top: 10px;
  display: block;
  position: relative;
}
@media (min-width: 740px) {
  #home-column-recirc .upcoming {
    display: -ms-flexbox;
    display: flex;
    height: 325px;
  }
}
#home-column-recirc .upcoming span.upcoming-type {
  font-family: var(--franklin);
  font-weight: 300;
  position: absolute;
  top: 25%;
  z-index: 1;
  color: white;
}
#home-column-recirc .upcoming .upcoming-story {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  height: 225px;
}
@media (min-width: 740px) {
  #home-column-recirc .upcoming .upcoming-story {
    height: 100%;
  }
}
#home-column-recirc .upcoming .upcoming-story.previous a {
  filter: saturate(0.6);
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  opacity: 0.95;
  transition: 0.2s filter ease;
}
#home-column-recirc .upcoming .upcoming-story.previous a:hover {
  filter: saturate(1);
  transition: 0.2s filter ease;
}
#home-column-recirc .upcoming .upcoming-story.previous a:hover .upcoming-headline {
  text-decoration: underline;
}
#home-column-recirc .upcoming .upcoming-story.previous .upcoming-headline {
  font-family: var(--chelt);
  font-weight: 300;
  padding-bottom: 8px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  bottom: 10%;
  font-size: 1.68rem;
  font-weight: 500;
}
#home-column-recirc .upcoming .upcoming-story.coming-soon {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.95;
}
#home-column-recirc .upcoming .upcoming-story.coming-soon img {
  pointer-events: none;
}
#home-column-recirc .upcoming .upcoming-story .upcoming-header {
  position: absolute;
  bottom: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
#home-column-recirc .upcoming .upcoming-story .upcoming-header p.upcoming-kick {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}
@media (min-width: 740px) {
  #home-column-recirc .upcoming .upcoming-story .upcoming-header p.upcoming-kick {
    font-size: calc(var(--over-image-text-size) * 0.65);
  }
}
#home-column-recirc .upcoming .upcoming-story .upcoming-header .upcoming-headline {
  font-family: var(--chelt);
  font-weight: 300;
  padding-bottom: 8px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
  font-size: 1.68rem;
  font-weight: 500;
}
#home-column-recirc .upcoming .upcoming-story picture {
  width: 100%;
  height: 100%;
}
#home-column-recirc .upcoming .upcoming-story img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-story {
  margin-top: calc(var(--full-height) + var(--spacer));
  box-sizing: border-box;
}

.g-slide-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  --grid-padding: 0px;
  display: grid;
  grid-gap: var(--grid-padding);
  grid-template-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 0px;
}
@media (min-width: 740px) {
  .g-slide-container {
    --grid-padding: 20px;
  }
}
.g-slide-container .col110, .g-slide-container .col210, .g-slide-container .col310, .g-slide-container .col410, .g-slide-container .col510, .g-slide-container .col610,
.g-slide-container .col19, .g-slide-container .col29, .g-slide-container .col39, .g-slide-container .col49, .g-slide-container .col59, .g-slide-container .col69,
.g-slide-container .col18, .g-slide-container .col17, .g-slide-container .col16, .g-slide-container .col15, .g-slide-container .col14,
.g-slide-container .col28, .g-slide-container .col27, .g-slide-container .col26, .g-slide-container .col25, .g-slide-container .col24,
.g-slide-container .col38, .g-slide-container .col37, .g-slide-container .col36, .g-slide-container .col35,
.g-slide-container .col48, .g-slide-container .col47, .g-slide-container .col46,
.g-slide-container .col58 {
  grid-column: 1/6;
}
@media (min-width: 740px) {
  .g-slide-container {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-slide-container .col110 {
    grid-column: 1/10;
  }
  .g-slide-container .col19 {
    grid-column: 1/9;
  }
  .g-slide-container .col18 {
    grid-column: 1/8;
  }
  .g-slide-container .col17 {
    grid-column: 1/7;
  }
  .g-slide-container .col16 {
    grid-column: 1/6;
  }
  .g-slide-container .col15 {
    grid-column: 1/5;
  }
  .g-slide-container .col14 {
    grid-column: 1/4;
  }
  .g-slide-container .col210 {
    grid-column: 2/10;
  }
  .g-slide-container .col29 {
    grid-column: 2/9;
  }
  .g-slide-container .col28 {
    grid-column: 2/8;
  }
  .g-slide-container .col27 {
    grid-column: 2/7;
  }
  .g-slide-container .col26 {
    grid-column: 2/6;
  }
  .g-slide-container .col25 {
    grid-column: 2/5;
  }
  .g-slide-container .col24 {
    grid-column: 2/4;
  }
  .g-slide-container .col310 {
    grid-column: 3/10;
  }
  .g-slide-container .col39 {
    grid-column: 3/9;
  }
  .g-slide-container .col38 {
    grid-column: 3/8;
  }
  .g-slide-container .col37 {
    grid-column: 3/7;
  }
  .g-slide-container .col36 {
    grid-column: 3/6;
  }
  .g-slide-container .col35 {
    grid-column: 3/5;
  }
  .g-slide-container .col410 {
    grid-column: 4/10;
  }
  .g-slide-container .col49 {
    grid-column: 4/9;
  }
  .g-slide-container .col48 {
    grid-column: 4/8;
  }
  .g-slide-container .col47 {
    grid-column: 4/7;
  }
  .g-slide-container .col46 {
    grid-column: 4/6;
  }
  .g-slide-container .col510 {
    grid-column: 5/10;
  }
  .g-slide-container .col59 {
    grid-column: 5/9;
  }
  .g-slide-container .col58 {
    grid-column: 5/8;
  }
  .g-slide-container .col610 {
    grid-column: 6/10;
  }
  .g-slide-container .col69 {
    grid-column: 6/9;
  }
}
.g-slide-container .text-slide {
  position: relative;
  display: block;
  margin: 10vh auto;
  transform: translate3d(0, 0, 0);
}
.g-slide-container .text-slide p.g-body {
  max-width: var(--maxwidth);
}
.g-slide-container .text-slide p.g-body span {
  font-family: var(--franklin);
  line-height: 1.35;
  font-size: var(--over-image-text-size);
  background-color: var(--background-color);
  padding: 3px 0px;
}
@media (min-width: 740px) {
  .g-slide-container .text-slide p.g-body span {
    padding: 5px 0px;
  }
}
.g-slide-container .text-slide p.g-body em {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
}
.g-slide-container .text-slide.full {
  padding-top: calc(var(--spacer) * 2);
  padding-bottom: calc(var(--spacer) * 3);
  height: 100%;
  position: relative;
  top: 0;
  margin: 0;
  grid-column: 1/6;
}
@media (min-width: 740px) {
  .g-slide-container .text-slide.full {
    padding-top: calc(var(--spacer) * 1.5);
    grid-column: 1/10;
    padding-bottom: 0;
    position: sticky;
    height: var(--full-height);
  }
}
.g-slide-container .text-slide.full p.g-body {
  font-family: var(--imperial);
  font-size: var(--body-text-size);
  background-color: transparent;
  font-weight: normal;
  margin-bottom: var(--graf-bottom-margin);
}
@media (min-width: 740px) {
  .g-slide-container .text-slide.full p.g-body {
    max-width: var(--maxwidth);
  }
}
.g-slide-container .text-slide.full p.g-body a {
  color: #333;
}
.g-slide-container .text-slide:last-of-type {
  padding-bottom: 100vh;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .g-slide-container .g-asset {
    width: calc(100% - 80px);
  }
}
.g-slide-container .g-scoop-picture {
  position: relative;
}
.g-slide-container .g-scoop-picture.slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 3;
  margin: 40vh auto;
  transform: translate3d(0, 0, 0);
}
.g-slide-container .g-scoop-picture.slide img {
  pointer-events: none;
}
@media (min-width: 740px) {
  .g-slide-container .g-scoop-picture.slide .g-source {
    margin-left: 0;
    max-width: var(--maxwidth);
  }
}
.g-slide-container .g-scoop-picture.slide .g-source .g-caption {
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: var(--franklin);
  line-height: 1.35;
  font-size: var(--over-image-text-size);
  background-color: var(--background-color);
  padding: 3px 0px;
  font-size: var(--over-image-text-size) !important;
}
@media (min-width: 740px) {
  .g-slide-container .g-scoop-picture.slide .g-source .g-caption {
    padding: 5px 0px;
  }
}
.g-slide-container .g-scoop-picture.slide .g-source .g-caption strong {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
}
.g-slide-container .g-scoop-picture.slide .g-source .g-caption em {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: calc(var(--over-image-text-size) * 0.85);
  font-family: var(--franklin);
  text-transform: uppercase;
}
.g-slide-container .g-scoop-picture.above div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
.g-slide-container .g-scoop-picture.above .g-source {
  order: 1;
  -ms-flex-order: 1;
  padding-bottom: 12.5px;
}
@media (min-width: 740px) {
  .g-slide-container .g-scoop-picture.above .g-source {
    padding-bottom: 15px;
  }
}
.g-slide-container .g-scoop-picture.below div:first-of-type {
  -ms-flex-order: 1;
      order: 1;
}
.g-slide-container .g-scoop-picture.below .g-source {
  order: 2;
  -ms-flex-order: 2;
  padding-top: 12.5px;
}
@media (min-width: 740px) {
  .g-slide-container .g-scoop-picture.below .g-source {
    padding-top: 15px;
  }
}
.g-slide-container .g-scoop-picture.full {
  max-width: 100%;
  margin: 0;
  width: 100%;
  z-index: 0;
  position: sticky;
  display: block;
  top: 0;
  grid-column: 1/6;
}
@media (min-width: 740px) {
  .g-slide-container .g-scoop-picture.full {
    grid-column: 1/10;
  }
}
.g-slide-container .g-scoop-picture.full img {
  height: var(--full-height);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.g-slide-container .g-scoop-picture:last-of-type {
  margin-bottom: 25vh;
}
@media (min-width: 740px) {
  .g-slide-container .g-scoop-picture:last-of-type {
    padding-bottom: 15vh;
    margin-bottom: 0;
  }
}

#interactive-footer-container {
  display: none;
}
#interactive-footer-container #interactive-footer {
  display: none;
}
/*# sourceMappingURL=style.css.map */