* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin: 0 0 22px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #636363;
  font-size: 14px;
  margin: -11px 0 33px 0;
  line-height: 1.6;
}
h3 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px 0;
  padding-top: 0;
  line-height: 1.2;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #808080;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #636363;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
body#countries {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
body#countries h1,
body#countries h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
body#countries h2 {
  margin-bottom: 22px;
}
body#countries ul {
  list-style-type: none;
  columns: 2;
  break-inside: avoid;
  gap: 11px;
  margin: 0;
  padding: 0;
}
body#countries ul li {
  text-indent: 0;
  text-align: center;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #FBF1CD;
  color: #77631B;
}
body#countries ul li .report-links {
  font-size: 11px;
  color: #787878;
  display: block;
  margin-top: 3px;
}
@media screen and (min-width: 501px) {
  body#countries ul {
    columns: 3;
  }
}
@media screen and (min-width: 651px) {
  body#countries ul {
    columns: 4;
  }
}
body#diff,
body#outline {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
body#diff h1,
body#outline h1,
body#diff h2,
body#outline h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
body#diff .footer,
body#outline .footer,
body#diff .footnotes,
body#outline .footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
body#diff .graphic,
body#outline .graphic {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 10px #eee;
}
body#diff .graphic p,
body#outline .graphic p {
  margin: 0;
}
body#diff .graphic h4,
body#outline .graphic h4 {
  margin: 0 0 6px 0;
}
body#diff strike,
body#outline strike {
  background-color: #F5D1CA;
  color: #6C2315;
  text-decoration: line-through;
  text-decoration-color: #6C2315;
  padding: 0 5px;
  margin: 0 3px;
}
body#diff i,
body#outline i {
  background-color: #FBF1CD;
  color: #77631B;
  padding: 0 5px;
  font-style: normal;
}
body#diff b,
body#outline b {
  font-weight: normal;
  background-color: #C5DFDF;
  color: #11605E;
  padding: 0 5px;
}
body#diff .key,
body#outline .key {
  text-align: center;
  margin: 0 0 22px 0;
  font-size: 12px;
}
body#outline ul > li {
  font-weight: bold;
  margin-bottom: 15px;
}
body#outline ul > li li {
  font-weight: normal;
  margin-bottom: 3px;
}
body#outline li ul,
body#outline li ol {
  margin-top: 3px;
}
body#outline ul,
body#outline ol {
  margin-left: 0;
  padding-left: 1em;
}
body#outline .graphic > ul {
  margin: 0;
}
body#outline nav {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  border-bottom: 1px solid #e0e0e0;
}
body#outline nav button {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 -1px 0;
  padding: 0 5px;
  text-align: center;
  width: 50%;
  max-width: 200px;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  border-right-width: 0;
  background-color: #f1f1f1;
  line-height: 33px;
  color: #4774CC;
}
body#outline nav button:first-child {
  border-top-left-radius: 4px;
}
body#outline nav button:last-child {
  border-top-right-radius: 4px;
  border-right-width: 1px;
}
body#outline nav button.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #333;
}
body#outline nav button:hover {
  cursor: pointer;
  opacity: 0.7;
}
body#outline .old h3 {
  display: flex;
  justify-content: space-between;
}
body#outline .key {
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 0 10px;
}
body#outline .graphic {
  display: none;
}
body#outline .graphic.active {
  display: block;
}
@media screen and (max-width: 650px) {
  body#outline .graphic {
    border: none;
    padding: 0;
    background: unset;
    box-shadow: unset;
  }
  body#outline .old h3 .title {
    display: none;
  }
  body#outline .old h3 .key {
    margin-left: 0;
  }
  body#outline .new h3 {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  body#outline {
    max-width: 1200px;
  }
  body#outline .graphic-wrapper {
    display: flex;
    justify-content: space-between;
  }
  body#outline .graphic {
    width: calc(50% - 20px);
    margin: 0 10px;
    display: block;
  }
  body#outline nav {
    display: none;
  }
}
.show-more {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  background-color: #fff;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  box-sizing: border-box;
  color: #4774CC;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 22px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
.show-more:hover {
  cursor: pointer;
  opacity: 0.7;
}
.show-more:focus {
  outline: none;
}
.collapsed {
  max-height: 500px;
  overflow: hidden;
}
.collapsed::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
