body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
responsive-child {
  display: block;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
main.visual {
  max-width: 960px;
  border-width: 1px 0;
  border-color: #CCC;
  border-style: solid;
  display: block;
}
.chatter h1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.chatter p {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .title {
    text-align: left;
  }
}
.title .relative {
  display: none;
}
.title[data-mode=relative] .absolute {
  display: none;
}
.title[data-mode=relative] .relative {
  display: inline;
}
.switch {
  color: white;
  background: #d85c42;
  border: none;
  padding: 6px 8px;
  margin-bottom: 4px;
  float: right;
  border-radius: 3px;
}
.switch:hover {
  background: #e9a597;
}
@media (max-width: 480px) {
  .switch {
    padding: 0 2px;
  }
}
.switch .icon {
  font-size: 28px;
  display: none;
}
@media (max-width: 480px) {
  .switch .icon {
    display: block;
  }
}
@media (max-width: 480px) {
  .switch label {
    display: none;
  }
}
.credit {
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
.source {
  font-size: 14px;
  padding-top: 1em;
  padding-bottom: 2em;
}
.plot {
  max-width: 960px;
  position: relative;
  clear: both;
}
.plot .plot-area {
  width: 100%;
  height: 300px;
  float: left;
}
@media (max-width: 480px) {
  .plot .plot-area {
    float: none;
    width: 100%;
  }
}
.plot .y-max {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
}
.plot .x-axis {
  height: 40px;
  position: relative;
  clear: both;
  font-size: 12px;
}
@media (max-width: 480px) {
  .plot .x-axis {
    display: none;
  }
}
.plot .x-axis label.year {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  text-align: right;
}
.plot .x-axis label.year:nth-child(n + 2) {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .plot .x-axis label.year {
    display: none;
  }
  .plot .x-axis label.year.major {
    display: block;
  }
}
.plot-area {
  position: relative;
}
.plot-area .item {
  height: 20px;
  width: calc(2.77777778%  + 1px);
  position: absolute;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0.9;
}
.selecting.plot-area .item.active {
  opacity: 1;
}
.animate.plot-area .item {
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  border: none !important;
}
.details {
  max-width: 960px;
}
.details h1.tease {
  text-align: center;
  background: #EEE;
  color: #999;
  font-size: 15px;
  padding: 5px;
}
.details h1.year {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  text-align: center;
}
.details ul.countries {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  font-size: 14px;
  overflow: hidden;
  max-width: 400px;
}
.details ul.countries li {
  display: block;
  padding: 4px;
  border-bottom: 1px dotted #EEE;
}
.details ul.countries li:nth-child(2n) {
  background: #F8F8F8;
}
.details ul.countries li .name {
  width: 50%;
  display: inline-block;
  font-weight: bold;
}
.details ul.countries li .dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  border-radius: 100%;
  opacity: 0.9;
}
.details ul.countries li .absolute,
.details ul.countries li .relative {
  width: 25%;
  display: inline-block;
  text-align: right;
}
.Bhutan {
  background-color: #3182bd;
}
.Burma {
  background-color: #cde4b5;
}
.Ethiopia {
  background-color: #be8ec0;
}
.Iran {
  background-color: #726aa1;
}
.Iraq {
  background-color: #8888cc;
}
.Somalia {
  background-color: #7cb0a8;
}
.FormerSovietUnion {
  background-color: #776677;
}
.Vietnam {
  background-color: #885555;
}
.Other {
  background-color: #cccccc;
}
.details .flag {
  height: 16px;
  float: right;
}
