.interactive-graphic > iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.g-lazy.ll-init {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.g-lazy.ll-loaded {
  opacity: 1;
}

.g-clearfix {
  clear: both;
}
.g-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.g-graphic-container {
  margin-bottom: 40px;
}
.g-zero-top .g-item-ai2html {
  margin-top: 0;
}
#universe-chart-wrapper {
  position: relative;
}
.universe-chart {
  width: 100%;
  min-height: 200px;
}
#universe-text {
  display: block;
  margin-bottom: 18px;
}
#universe-chart-wrapper .chart-note,
.g-label span {
  font-family: "Noto Sans Serif", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #000000;
  text-align:left;
  width: 100%;
  margin-top: 16px;
}
#universe-chart-wrapper .chart-note {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
.g-label span {
  display: block;
  position: relative;
  margin-top: 12px;
}
.viewport-medium .g-label span span {
  display: inline;
}
.g-label span span {
  display: inline-block;
  margin-right: auto;
  width: auto;
  margin-top: 0px;
  margin-left: 16px;
  padding-left: 14px;
}

p.interactive-leadin.summary {
  position: relative;
  text-align: center;
  font-family: "Noto Sans Serif", arial, sans-serif;
  font-weight: 500;
  margin-top: 0px;
  color: #777;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6px;
}
p.interactive-leadin.summary:after {
  content: "↓";
  display: inline-block;
  padding-right: 16px;
  font-size: 12px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.g-mobile .g-item-content-wrapper,
.g-mobile .g-item-content-wrapper {
  padding-top: calc(100% + 80px);
}

.g-fixedstate-post .g-fixed-graphic {
  overflow: hidden;
}
.g-fixed-graphic canvas {
  margin: 0 auto;
}
.g-item .g-item-content-wrapper.tallpage {
  padding-top: calc(70% + 120px);
}
.g-copy.tallpage {
  margin-top: -5%;
}
.g-copy.tallerpage {
  margin-top: -15%;
}
.language-links {
  margin: 15px 0;
  font-size: 13px;
  line-height: 0;
  font-weight: 300;
  color: #ccc;
}
.language-links a {
  font-family: "Noto Sans Serif", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 0;
  font-weight: 500;
  padding: 0 4px;
}

.g-graphic-container {
  position: relative;
}
.story-header.interactive-header {
  position: relative;
  z-index: 10;
}
.g-fixed-graphic {
  position: absolute;
  top: 0;
  left: 60%;
  max-width: 120%;
  width: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.graphic-element {
  transform-origin: 300px 160px 0px;
}

.g-fixedstate-post .g-fixed-graphic {
  position: absolute;
  bottom: 0;
  top: auto;
}
.g-fixedstate-fixed .g-fixed-graphic {
  -webkit-transform: translateZ(0px);
  /* -webkit-backface-visibility: hidden; */
  position: fixed;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g-item {
  position: relative;
  margin-left: 0;
  max-width: 720px;
  min-height: 90vh;
  z-index: 2;
}
.g-item .g-item-content-wrapper {
  width: 100%;
  /* spacing between text boxes!! */
  padding-top: calc(30% + 600px);
  margin-top: 400px;
}

#g-item-outro {
  text-align: center;
}

.g-copy,
.story-footer,
#related-coverage {
  max-width: calc(100% - 20px);
  margin: 0px auto;
}
.g-copy {
  margin-top: 64px;
}
.viewport-medium p.g-p {
  max-width: 460px;
  font: 200 17px/1.5 georgia, serif;
}
p.g-p {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.2em auto;
  font: 200 16px/1.5 georgia, serif;
}
p.g-p.g-subhead {
  font: 700 17px/20px "Noto Sans Serif", arial, sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
.g-blurb p.g-p.g-subhead:first-child {
  font: 700 1.2em/1.3em "Noto Sans Serif", arial, sans-serif;
}
.viewport-medium .g-label {
  font-size: 21px;
  max-width: 460px;
}
.g-label {
  width: 36vw;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 28px;
  border: 1px solid #d2d2d2;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.19),
    1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  font-family: "Noto Serif", georgia, "times new roman", times, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.32;
  text-align: left;
}

.viewport-medium .story-header.interactive-header {
  max-width: 460px;
}
.viewport-medium
  .story-header.interactive-header
  .story-heading.interactive-headline {
  font-size: 1.75em;
}
.story-header.interactive-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 320px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 18px;
  border: 1px solid #d2d2d2;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.19),
    1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 3px;
}

@media screen and (max-width: 575px) {
  .story-header.interactive-header {
    top: 65%;
  }
}
.story-header.interactive-header .story-heading.interactive-headline {
  font-weight: 800;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 8px;
}
.story-header.interactive-header .byline-dateline {
  text-align: center;
  font-family: "Noto Sans Serif", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 auto;
  color: #222222;
}

.byline-dateline {
  font-family: "Noto Sans Serif", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 auto;
  color: #222222;
}

.story-header.interactive-header .byline-dateline .byline + .dateline {
  color: #999;
  padding-left: 6px;
}
.story-header.interactive-header .interactive-byline {
  margin-bottom: 10px;
}

/* DROPDOWN BUTTON STYLE */
.dropbtn {
  background-color: white;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.19),
    1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  color: black;
  padding: 16px;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: lightgrey;
}

.dropdown {
  position: relative;
  display:block;
  margin-right: 5%;
  margin-top: 5%;
}

@media screen and (max-width: 575px) {
  .dropdown {
    display:flexbox;
  }
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 360px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  right: 0;
  top: 0;
  padding-left: 10px;
  background-color:white;
  opacity: 0.9;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.key {
  position: fixed;
  z-index: 9999;
  text-align: center;
  cursor:pointer;
}

#key-note {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 5px;
  display: block;
}

.share-button {
  display: inline-block;
  background-color: #0073e6;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.social-media-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  top: 30px;
  left: 0;
}

.social-media-list a {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}