/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -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;
  touch-action: manipulation;
}
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;
  }
}
.ad {
  text-align: center;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 480px) {
  .ad.square {
    width: 100%;
  }
}
.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;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0;
  margin: 0 auto;
  max-width: 630px;
  font-size: 16px;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.outmost {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
  margin: 20px auto;
  max-width: 960px;
  padding-bottom: 10px;
  clear: both;
}
.chatter h1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.chatter p {
  text-align: left;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  margin: 5px 0;
}
.instructions {
  font-size: 14px;
  text-align: center;
  color: #e18727;
  position: absolute;
  top: 0;
  width: 100%;
}
.source {
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #424648;
  clear: both;
  font-style: italic;
  text-align: right;
}
@media (max-width: 480px) {
  .source {
    padding: 10px 0 0 0;
    text-align: right;
  }
}
.note {
  padding-top: 10px;
  color: #424648;
  font-style: italic;
}
.map-graphic {
  position: relative;
}
.countries path:hover {
  cursor: pointer;
}
.st0 {
  fill: #DFF2DA;
  stroke: #424648;
  stroke-width: 0.7162;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st1 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  pointer-events: none;
  font-weight: bold;
}
.st3 {
  fill: #0868AC;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st4 {
  fill: #F0F9E8;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st5 {
  fill: #FF7F00;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st6 {
  fill: #BEE5BF;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st7 {
  fill: #CEECCC;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st8 {
  fill: #1A79B5;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st9 {
  fill: #2C8BBE;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st10 {
  fill: #98D7C0;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st11 {
  fill: #ABDEBD;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st12 {
  fill: #72C5C4;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st13 {
  fill: #84CFC2;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st14 {
  fill: #4FABC8;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st15 {
  fill: #61B8C6;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.st16 {
  fill: #3E9DC7;
  stroke: #424648;
  stroke-width: 0.6;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}
.tooltip {
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  position: absolute;
  display: inline-block;
  padding: 0.4em;
  background: #ffffff;
  border-radius: 3px;
  pointer-events: none;
  z-index: 1000;
  min-width: 200px;
  width: auto;
  max-width: 300px;
}
@media (max-width: 480px) {
  .tooltip {
    min-width: 0;
  }
}
.bigheader {
  text-align: center;
  font-size: 16px;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  .bigheader {
    font-size: 14px;
  }
}
.popuptext {
  line-height: 1.5;
  margin: 8px;
  font-size: 13px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: auto;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .popuptext {
    max-width: 200px;
    font-size: 11px;
  }
}
.popuptext .descript {
  margin: 6px 0;
}
.popuptext .note {
  font-size: 95%;
  text-decoration: italic;
  color: #6d6d6d;
}
.popuptext .address {
  font-size: 90%;
  font-weight: normal;
}
.popuptext .emphasis {
  font-weight: bold;
  font-size: 115%;
}
.popuptext .center {
  text-align: center;
  font-weight: bold;
}
.popuptext .popup-img {
  width: 100%;
  min-width: 380px;
  height: auto;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .popuptext .popup-img {
    min-width: 300px;
  }
}
@media (max-width: 480px) {
  .popuptext .popup-img {
    min-width: 200px;
  }
}
.popuptext .credit {
  font-size: 90%;
  text-align: right;
  text-transform: uppercase;
  display: block;
  color: gray;
}
.clear {
  clear: both;
  display: block;
}
aside.legend {
  position: absolute;
  bottom: 20%;
  left: 10px;
  padding: 6px 8px;
  font-size: 13px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
@media (max-width: 480px) {
  aside.legend {
    font-size: 11px;
    bottom: 0;
    max-width: 130px;
    background: none;
  }
}
aside.legend h1 {
  margin: 0;
  padding: 5px 5px 5px 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 480px) {
  aside.legend h1 {
    font-size: 12px;
  }
}
aside.legend ul.scale {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  padding-bottom: 8px;
}
aside.legend ul.scale li {
  line-height: 18px;
  margin-bottom: 2px;
}
.scale {
  position: relative;
}
.text1 {
  position: absolute;
  left: 30px;
  top: 0;
}
.text2 {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.noap {
  border-top: 1px dashed #c0c0c0;
  padding-top: 6px;
  margin-top: 6px;
}
.noap .block2 {
  width: 2em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}
.close-button {
  display: none;
}
@media (max-width: 480px) {
  .close-button {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
  }
}
.source {
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  clear: both;
  font-style: italic;
  text-align: left;
}
.source .credit {
  font-style: normal;
  display: inline-block;
  float: right;
}
.block {
  width: 2em;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0868ac+0,72c5c4+50,dff2da+100 */
  background: #0868ac;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0868ac 0%, #72c5c4 50%, #dff2da 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0868ac 0%, #72c5c4 50%, #dff2da 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0868ac 0%, #72c5c4 50%, #dff2da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0868ac', endColorstr='#dff2da', GradientType=0);
  /* IE6-9 */
  height: 130px;
}
@media (max-width: 480px) {
  .block {
    height: 90px;
  }
}
