* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
a img {
  border: none;
}
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: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  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;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  max-width: 960px;
  margin: auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.outer {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.container,
.buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .container,
  .buttons {
    display: block;
  }
}
@media (max-width: 768px) {
  .buttons {
    display: none;
  }
}
.mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .mobile-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .mobile-view {
    display: block;
  }
}
.button {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
  margin-left: 0;
  padding: 10px;
  padding-top: 12px;
  text-align: center;
  color: #7e838b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  transition: background .1s linear;
  background: #e0e0e0;
}
.button:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .button {
    margin: 10px 0;
  }
}
.button.selected {
  color: white;
}
.button.selected[data-region="americas"] {
  background: #EC5519;
}
.button.selected[data-region="ema"] {
  background: #717400;
}
.button.selected[data-region="asia"] {
  background: #DC8505;
}
.button:hover {
  color: white;
}
.button:hover[data-region="americas"] {
  background: #f17f52;
}
.button:hover[data-region="ema"] {
  background: #8a8e00;
}
.button:hover[data-region="asia"] {
  background: #faa324;
}
.map-container {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.info-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  padding-left: 20px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .info-container {
    padding: 0;
    padding-top: 15px;
  }
}
.info-container .hed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-container .arrow {
  font-size: 24px;
  padding-top: 36px;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.info-container .arrow .fa {
  cursor: pointer;
  transition: color .1s linear;
}
.info-container .arrow .fa:hover {
  color: #7e838b;
}
@media (max-width: 768px) {
  .info-container .arrow .fa.left {
    padding-left: 10px;
  }
  .info-container .arrow .fa.right {
    padding-right: 10px;
  }
}
.info-container .arrow.disabled .fa {
  display: none;
}
.info-container .next.arrow {
  text-align: right;
}
.info-container .title {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
  text-align: center;
}
.info-container .number {
  background: #BE2805;
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  border-radius: 50%;
  margin: auto;
  width: 32px;
  line-height: 32px;
  font-size: 22px;
  margin-bottom: 8px;
}
.info-container .location {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  padding-top: 3px;
  letter-spacing: .25px;
}
.info-container .loophole {
  padding-top: 10px;
}
.aspect-ratio-outer {
  margin: auto;
  position: relative;
}
@media (max-width: 480px) {
  .aspect-ratio-outer {
    width: 100%;
    padding: 0;
  }
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 70%;
  position: relative;
}
.aspect-ratio-outer leaflet-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}
.aspect-ratio-outer leaflet-map:not([ready]) {
  display: none;
}
.leaflet-container {
  background: white !important;
}
.leaflet-clickable {
  cursor: default !important;
}
.leaflet-div-icon {
  background-color: transparent !important;
  border-style: none !important;
}
.zoomed .div-label {
  display: none;
}
.dot {
  border-radius: 50%;
  font-weight: bold;
  border: none !important;
  width: 18px !important;
  height: 18px !important;
}
.dot .div-label {
  color: white;
  text-align: center;
}
.dot.index-1 {
  z-index: 99998 !important;
}
.dot.index-2 {
  z-index: 99997 !important;
}
.dot.index-3 {
  z-index: 99996 !important;
}
.dot.index-4 {
  z-index: 99995 !important;
}
.dot.index-5 {
  z-index: 99994 !important;
}
.dot.americas {
  background: #EC5519;
}
.dot.ema {
  background: #717400;
}
.dot.asia {
  background: #DC8505;
}
.dot.highlighted {
  background: #BE2805;
  margin-left: -13px !important;
  margin-top: -13px !important;
  z-index: 99999 !important;
  width: 26px !important;
  height: 26px !important;
  font-size: 16px;
}
.dot.highlighted .div-label {
  display: block;
}
.arrowhead {
  border-top: 3px solid #888;
  border-left: 3px solid #888;
  height: 12px;
  width: 12px;
  opacity: .8;
}
.highlighted .arrowhead {
  opacity: 1;
  border-top: 3px solid #666;
  border-left: 3px solid #666;
}
@media (max-width: 768px) {
  .select-paragraph {
    display: none;
  }
}
.paragraph {
  padding-bottom: 10px;
}
.paragraph .select {
  color: #BE2805;
}
.credits {
  padding-top: 10px;
  font-size: 11.5px;
  color: #999;
}
.credits .sources {
  color: #BBB;
}
.credits .credit-name {
  padding-top: 2px;
}
