@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,600);@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500);.nav-container {
  font-family: Work Sans;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20

}
.nav-container.dark {
  background-color: #467962;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .6)

}
.nav-container.subnav {
  background-color: #467962;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .6);
  position: fixed;
  transition: top 1s;
  top: 0

}
.nav-container.subnav.hidden {
  box-shadow: none;
  top: -60px

}
.nav-container .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  z-index: 1

}
.nav-container .nav .logo {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin: 0px 16px 0px 0px;
  padding: 2px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px

}
.nav-container .nav .logo .mark {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
  vertical-align: middle

}
.nav-container .nav .logo .mark img {
  width: 100%

}
.nav-container .nav .logo .data {
  color: white;
  font-weight: 300;
  vertical-align: middle

}
.nav-container .nav .logo .africa {
  color: white;
  vertical-align: middle

}
.nav-container .nav .breadcrumb {}
.nav-container .nav .link {
  color: white;
  display: inline-block;
  font-size: 16px;
  margin: 0 16px 0 16px;
  opacity: 0.8;
  padding: 8px 0 2px;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
  vertical-align: top

}
.nav-container .nav .link.active {
  color: #74E19A

}
.nav-container .nav .link.active .icon {
  fill: #74E19A

}
.nav-container .nav .link:hover {
  cursor: pointer;
  opacity: 1

}
.nav-container .nav .link.profile {
  padding-top: 7px;
  border-bottom: 1px solid white

}
.nav-container .nav .link .icon {
  display: inline-block;
  margin: 0 4px -6px 0

}
.nav-container .nav .link.hidden {
  opacity: 0

}
.nav-container .nav .search-nav {
  display: inline-block;
  position: relative

}
.nav-container .nav .search-nav .input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 0;
  transition: opacity 0.5s, width 0.5s;
  width: 0

}
.nav-container .nav .search-nav .input.active {
  opacity: 1;
  width: 200px

}
.nav-container .nav .search-nav .input .icon {
  display: inline-block;
  position: absolute;
  margin-top: 4px;
  width: 24px

}
.nav-container .nav .search-nav .input input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  max-width: 600px;
  opacity: 0.6;
  padding: 6px 16px 8px 32px;
  transition: opacity 0.2s;
  width: 100%

}
.nav-container .nav .search-nav .input input::-webkit-input-placeholder {
  color: white

}
.nav-container .nav .search-nav .input input:-ms-input-placeholder {
  color: white

}
.nav-container .nav .search-nav .input input::placeholder {
  color: white

}
.nav-container .nav .search-nav .input input:focus {
  opacity: 1;
  outline: none

}
.nav-container .nav .search-nav .results {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 8px;
  transition: opacity 0.2s, width 0.2s;
  top: 34px;
  width: 0;
  z-index: 20

}
.nav-container .nav .search-nav .results.active {
  opacity: 1;
  width: 200px

}
.nav-container .nav .search-nav .results .result {
  background-color: white;
  border-left: 5px solid transparent;
  box-sizing: border-box;
  opacity: 0.8;
  padding: 8px 16px 8px 27px;
  transition: border-color 0.2s, opacity 0.2s;
  width: 200px

}
.nav-container .nav .search-nav .results .result a {
  color: black;
  display: block;
  text-decoration: none

}
.nav-container .nav .search-nav .results .result a .result-title {
  display: block;
  font-size: 16px

}
.nav-container .nav .search-nav .results .result a .result-sub {
  display: block;
  font-size: 12px

}
.nav-container .nav .search-nav .results .result:hover, .nav-container .nav .search-nav .results .result.highlighted {
  border-left: 5px solid #74E19A;
  opacity: 1

}
.nav-container .nav .icon-links {
  display: inline-block;
  margin-top: -8px

}
.nav-container .nav .divider {
  color: white;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  opacity: 0.8;
  padding: 8px 0;
  text-decoration: none;
  transition: opacity 0.2s;
  vertical-align: top

}
.nav-container .nav .subnav-link {
  color: white;
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  opacity: 0.8;
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s, opacity 0.2s;
  vertical-align: top

}
.nav-container .nav .subnav-link.active {
  color: #74E19A

}
.nav-container .nav .subnav-link:hover {
  cursor: pointer;
  opacity: 1

}
@media only screen and (max-width : 1020px) {
  .nav-container .nav .subnav-link {
    display: none

  }

}
#footer {
  font-family: Work Sans

}
#footer.dark {
  background-color: #3B4835;
  color: white

}
#footer.dark .inner {
  border-top: 1px solid #999999

}
#footer.light {
  background-color: #f2f2f2;
  color: black

}
#footer.light .inner {
  border-top: 1px solid #dddddd

}
#footer .inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  padding: 64px 16px;
  width: 100%

}
@media only screen and (max-width : 800px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column

  }

}
#footer .inner .links {}
#footer .inner .links .list {
  display: inline-block;
  list-style: none;
  margin: 0 100px 0 0;
  padding-left: 0px;
  text-transform: uppercase;
  vertical-align: top

}
#footer .inner .links .list .title {
  font-size: 16px;
  margin: 0 0 16px 0

}
#footer .inner .links .list .item {
  font-size: 16px;
  margin: 0 0 16px 0

}
#footer .inner .links .list .item .link {
  color: inherit;
  text-decoration: none

}
#footer .inner .logos {}
#footer .inner .logos .harvest-choice {
  vertical-align: middle;
  width: 130px

}
#footer .inner .logos .ifpri {
  margin-left: 25px;
  vertical-align: middle;
  width: 130px

}
#footer .inner .logos .usaid {
  margin-left: 10px;
  vertical-align: middle;
  width: 130px

}
#footer .inner .logos .datawheel {
  margin-left: 20px;
  vertical-align: middle;
  width: 160px

}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
.d3plus-Form-Radio {
  border: 1px solid #979797;
  border-radius: 20px;
  display: inline-block;
  margin-top: 12px

}

.d3plus-Form-Radio .d3plus-Label {
  transition: color 0.6s

}

.d3plus-Form-Radio .d3plus-Label.active {
  color: #000 !important

}

.d3plus-Form-Radio input {
  display: none

}

.d3plus-viz-controls-top > .d3plus-viz-controls-container {
  text-align: right !important;
}

.d3plus-tooltip {
  z-index: 11

}

.d3plus-tooltip .link-arrow {
  float: right;
  display: inline-block;
  margin-left: 12px;
  margin-top: 3px;
  width: 8px;
  vertical-align: bottom

}

.d3plus-tooltip .d3plus-body-sub {
  color: #74E19A;
  display: block;
  margin-bottom: 5px

}

.d3plus-tooltip .d3plus-body-key {
  display: inline-block;
  margin-bottom: 5px

}

.d3plus-tooltip .d3plus-body-value {
  display: inline-block;
  font-weight: 800

}
.container {
  background-color: #3B4835;
  position: relative;
  z-index: 0;
}
:root {

  /* colors */

  /* spacing and sizing */

  /* font styling */

  /* z-index layers */

}

.anchor {
  margin-top: -60px;
  outline: 0;
  padding-top: 60px;
  position: relative;
}

.loading-component {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3B4835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10

}

.loading-component .loading-text {
  color: #467962;
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 600;

}
:root {

  /* colors */

  /* spacing and sizing */

  /* font styling */

  /* z-index layers */

}

.anchor {
  margin-top: -60px;
  outline: 0;
  padding-top: 60px;
  position: relative;
}

.section {
  padding: 16px

}

.section article {
  color: #3B4835;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  margin: 16px;

}

.section .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;

}

.section .columns article {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;

}

@media only screen and (max-width : 768px) {

  .section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }

  .section .columns article {
    width: auto;

  }

}

.section .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;

}

.section .rows article {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 550px;

}

@media only screen and (max-width : 768px) {

  .section .rows {}

  .section .rows article {
    width: auto;

  }

}

.section .viz {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16px;

}
:root {

  /* colors */

  /* spacing and sizing */

  /* font styling */

  /* z-index layers */

}

.anchor {
  margin-top: -60px;
  outline: 0;
  padding-top: 60px;
  position: relative;
}

.section-title {
  color: #3B4835;
  display: inline-block;
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 600;
  margin: 16px

}

.section-title .anchor {
  color: #3B4835;
  text-decoration: none;
  z-index: 9;

}
:root {

  /* colors */

  /* spacing and sizing */

  /* font styling */

  /* z-index layers */

}

.anchor {
  margin-top: -60px;
  outline: 0;
  padding-top: 60px;
  position: relative;
}

.topic-title {
  color: #4A4A4A;
  font-family: Work Sans;
  font-size: 48px;
  font-weight: 300;
  margin: 16px 32px
}

.topic-title .anchor {
  color: #4A4A4A;
  text-decoration: none;
  z-index: 10;

}
.home {
  font-family: Work Sans;
  margin: 0 auto;
  max-width: 1140px;
  padding: 60px 32px 0;
  width: 100%

}
.home .splash {
  height: 800px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -10

}
.home .splash .image {
  background-image: url("/images/home/cgiar-1-small.jpg");
  background-position: left 50% bottom 0;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0px;
  display: block;
  height: 712px;
  margin: 0 auto 0;
  /*max-width: 1400px;*/
  top: 0;
  width: 100%

}
@media only screen and (min-width : 1400px) {
  .home .splash .image {
    background-position: left 50% bottom -50px

  }

}
@media only screen and (min-width : 1600px) {
  .home .splash .image {
    background-position: left 50% bottom -100px

  }

}
@media only screen and (min-width : 1800px) {
  .home .splash .image {
    background-position: left 50% bottom -150px

  }

}
@media only screen and (min-width : 2000px) {
  .home .splash .image {
    background-position: left 50% bottom -200px

  }

}
.home .splash .gradient {
  background: linear-gradient(0deg, #3B4835, rgba(0, 0, 0, .0) 25%, rgba(0, 0, 0, .5));
  bottom: 0;
  height: 712px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%

}
.home .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%

}
.home .intro .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1

}
.home .intro .text .title {
  color: white;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin: 64px 0px;
  padding: 0px 80px 0px 0px

}
.home .intro .text .search-home {
  position: relative;
  width: 300px;
  z-index: 20

}
.home .intro .text .search-home .input {
  width: 100%

}
.home .intro .text .search-home .input .icon {
  display: inline-block;
  position: absolute;
  margin: 9px 2px;
  width: 36px

}
.home .intro .text .search-home .input input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #74E19A;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: "Work Sans";
  font-size: 32px;
  font-weight: 400;
  max-width: 600px;
  padding: 8px 0 8px 48px;
  width: 100%

}
.home .intro .text .search-home .input input::-webkit-input-placeholder {
  color: white

}
.home .intro .text .search-home .input input:-ms-input-placeholder {
  color: white

}
.home .intro .text .search-home .input input::placeholder {
  color: white

}
.home .intro .text .search-home .input input:focus {
  outline: none

}
.home .intro .text .search-home .results {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 54px;
  transition: opacity 0.2s;
  width: 100%

}
.home .intro .text .search-home .results .result {
  opacity: 0.6;
  padding: 8px 0 8px 48px;
  transition: opacity 0.2s

}
.home .intro .text .search-home .results .result a {
  color: white;
  display: block;
  text-decoration: none

}
.home .intro .text .search-home .results .result a .result-title {
  display: block;
  font-size: 32px

}
.home .intro .text .search-home .results .result a .result-sub {
  display: block;
  font-size: 16px

}
.home .intro .text .search-home .results .result:hover, .home .intro .text .search-home .results .result.highlighted {
  opacity: 1

}
.home .intro .text .search-home.active {}
.home .intro .text .search-home.active .results {
  opacity: 1

}
.home .intro .viz {
  background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none

}
.home .tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 56px;
  margin-left: -2%;
  margin-right: -2%;
  width: auto

}
.home .tiles .title {
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%

}
.home .tiles .more-link {
  clear: both;
  display: block;
  margin-bottom: 56px;
  margin-top: 0px;
  text-align: center;
  width: 100%

}
.home .tiles .tile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  background-size: auto 200%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2%;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-position 0.2s;
  width: 16%

}
.home .tiles .tile .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10

}
.home .tiles .tile:after {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.2s;
  width: 100%

}
.home .tiles .tile:hover {
  background-position: 50% 25%

}
.home .tiles .tile:hover:after {
  background-color: rgba(0, 0, 0, .2)

}
.profile {
  font-family: Work Sans

}
.profile .intro {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
  color: white;
  margin: 0 auto;
  position: relative;
  width: 100vw;
  z-index: 1

}
.profile .intro .link {
  color: #74E19A;
  font-weight: 300;
  letter-spacing: -0.5px

}
.profile .intro .splash {
  height: 800px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10

}
.profile .intro .splash .image {
  background-position: 50%;
  background-size: cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(150%) contrast(130%);
          filter: saturate(150%) contrast(130%);
  height: 800px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%

}
.profile .intro .splash .gradient {
  background: linear-gradient(0deg, #3B4835, rgba(0, 0, 0, .4));
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%

}
.profile .intro .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%

}
.profile .intro .header .viz {
  background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  box-sizing: border-box;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 100px 24px 24px;
  vertical-align: top

}
.profile .intro .header .meta {
  box-sizing: border-box;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 100px 24px 24px;
  vertical-align: top

}
.profile .intro .header .meta .title {
  font-size: 56px;
  font-weight: 600

}
.profile .intro .header .meta .sub-title {
  font-size: 20px;
  font-weight: 600

}
.profile .intro .header .meta .stat {
  margin: 25px 0

}
.profile .intro .header .meta .stat .label {
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
  opacity: 0.8;
  text-transform: uppercase

}
.profile .intro .header .meta .stat .label .time {
  color: #74E19A

}
.profile .intro .header .meta .stat .value {
  font-size: 32px;
  font-weight: 600

}
.profile .intro .sublinks {
  margin: 0 auto;
  padding: 25px;
  text-align: center

}
.profile .intro .sublinks .sublink {
  color: white;
  display: inline-block;
  font-size: 12px;
  margin: 16px 24px;
  opacity: 0.6;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
  width: 120px

}
.profile .intro .sublinks .sublink:hover {
  opacity: 1

}
.profile .intro .sublinks .sublink img {
  display: block;
  margin: 5px auto

}
.profile .intro .more-link {
  clear: both;
  display: block;
  margin-top: 16px;
  text-align: center;
  width: 100%

}
.profile .intro #introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-weight: 300;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 160%;
  margin: 0 auto 0;
  max-width: 1140px;
  padding: 0 56px 56px

}
.profile .intro #introduction .intro-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px

}
.profile .intro #introduction .intro-text .topic-intro {
  color: white;
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin: 0

}
.profile .intro #introduction .intro-text p {
  max-width: 100%;
  opacity: 0.9

}
.profile .intro #introduction .intro-text .place-list {
  font-size: 1rem;
  line-height: 1.4

}
.profile .intro #introduction .intro-text .place-list .place {
  font-weight: bold;
  display: block

}
.profile .intro #introduction .viz {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16px 60px;
  max-width: 400px

}
@media only screen and (max-width : 768px) {
  .profile .intro #introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column

  }
  .profile .intro #introduction .viz {
    max-width: none

  }

}
.topic-title {
  background-color:#f2f4f2;
  margin: 0px 0px -160px;
  padding: 0px 70px 0px;
  position: relative;
  text-align: center;
  width:auto;
  z-index: 0

  /* TODO: remove this when it is part of canon */

}
.topic-title::after {
  background:linear-gradient(0deg, #f2f2f2, 10%, rgba(100, 215, 135, .6), 60%, rgba(0, 60, 50, .6) );
  content:"";
  display:block;
  float:left;
  bottom:-1px;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  z-index:1

}
.topic-title .topic-icon {
  background-color:transparent;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-sizing:border-box;

  /*border-radius: 35px;*/

  /*border: 2px solid white;*/
  clear:both;
  display:block;
  height:96px;
  margin:0px auto 0px;
  padding:0px;
  width:96px

}
.topic-title .topic-name {
  clear:both;
  color:white;
  display:block;
  float:left;
  font-size:40px;
  font-weight:600;
  letter-spacing:2px;
  padding-bottom:260px;
  padding-top:0px;
  text-shadow:0px 0px 20px rgba(0, 0, 0, .2);
  text-transform:uppercase

}
.topic-title img {
  display:block;
  bottom:0;
  float:left;
  left:0;
  right:0;
  top:0;
  overflow:hidden;
  position:absolute;
  z-index:0

}
.topic-title .anchor {
  display:inline-block;
  margin-top:-20px;
  outline:0;
  padding-top:120px;
  position:relative

}
.agriculture {
}
.agriculture .topic-title {
  background-image:url(/images/topics/agriculture-bg.jpg);
  background-size:cover;
  opacity:0.8

}
.climate {
}
.climate .topic-title {
  background-image:url(/images/topics/climate-bg.jpg);
  background-size:cover;
  background-position:center center;
  opacity:0.8

}
.health {
}
.health .topic-title {
  background-image:url(/images/topics/health-bg.jpg);
  background-size:cover;
  opacity:0.8

}
.poverty {
}
.poverty .topic-title {
  background-image:url(/images/topics/poverty-bg.jpg);
  background-size:cover;
  opacity:0.7

}
/* This needs to be added to canon! */
.columns > *, .rows > * { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.columns > .noFlex, .rows > .noFlex { -webkit-box-flex: 0; -ms-flex: none; flex: none; }
.profile > .section-container, .container.embed {
  background-color: #f2f2f2;
  display: block;
  float: left;
  width:100%
}
.profile > .section-container .section, .container.embed .section { background-color: white; border-bottom: 1px solid #ddd; box-shadow: 0 2px 16px rgba(0, 0, 0, .1); margin: 0 72px 72px; padding: 0 32px 32px; position: relative; z-index: 1; }
.profile > .section-container .section:last-child, .container.embed .section:last-child { border-bottom: none; margin-bottom: 96px; }
.profile > .section-container .section .section, .container.embed .section .section { border: none; box-shadow: none; margin: 0; padding: 0; }
.profile > .section-container .section h4, .container.embed .section h4 { display: block; font-size: 32px; margin: 16px; padding-top: 40px; width: 100%; }
.profile > .section-container .section .columns, .container.embed .section .columns { width: auto; }
.profile > .section-container .section .columns .section-title, .container.embed .section .columns .section-title { margin: 0 0 16px 0; width: 300px; }
.profile > .section-container .section .columns .section-text, .container.embed .section .columns .section-text { width: 300px; }
.profile > .section-container .section .columns .viz, .container.embed .section .columns .viz { width: auto; }
.profile > .section-container .section .columns .viz:first-child, .container.embed .section .columns .viz:first-child { margin-right: 16px; }
.profile > .section-container .section .rows, .container.embed .section .rows {}
.profile > .section-container .section .rows .viz, .container.embed .section .rows .viz {}
.profile > .section-container .section .rows .viz:first-child, .container.embed .section .rows .viz:first-child { margin-right: 16px; }
.profile > .section-container .section .margin-right, .container.embed .section .margin-right {}
.profile > .section-container .section .margin-right .viz, .container.embed .section .margin-right .viz {}
.profile > .section-container .section .margin-right .viz:first-child, .container.embed .section .margin-right .viz:first-child { margin-right: 16px; }
.profile > .section-container .section .section-title, .container.embed .section .section-title { display: block; font-size: 24px; font-weight: 600; line-height: 1.3; margin: 16px 16px 16px 0; padding-top: 0; width: 500px; }
.profile > .section-container .section .dropdown, .container.embed .section .dropdown { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: white; background-image: url('/images/sections/dropdown-arrow.svg'); background-repeat: no-repeat; background-position: right center; border: none; border-bottom: 2px solid #74E19A; border-radius: 0; clear: both; display: block; font-family: "Work Sans"; font-size: 18px; margin: 8px 0 12px 0; padding: 0 32px 6px 0; width: 250px; }
.profile > .section-container .section .dropdown:focus, .container.embed .section .dropdown:focus { outline: 0; }
.profile > .section-container .section .section-text, .container.embed .section .section-text { font-size: 18px; font-weight: 300; line-height: 1.4; margin: 32px 32px 16px 0; }
.profile > .section-container .section .section-text .stat-flex, .container.embed .section .section-text .stat-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.profile > .section-container .section .section-text .stat-flex .stat, .container.embed .section .section-text .stat-flex .stat { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.profile > .section-container .section .section-text .stat, .container.embed .section .section-text .stat { margin-bottom: 16px; }
.profile > .section-container .section .section-text .stat .stat-value, .container.embed .section .section-text .stat .stat-value { color: #74E19A; font-size: 50px; margin-bottom: 8px; margin-top: 16px; line-height: 1; }
.profile > .section-container .section .section-text .stat .stat-label, .container.embed .section .section-text .stat .stat-label { color: #888; font-size: 12px; font-weight: 600; }
.profile > .section-container .section .section-text p, .container.embed .section .section-text p { margin: 0 0 20px; }
.profile > .section-container .section .section-text p strong, .container.embed .section .section-text p strong { color: #74E19A; font-weight: 600; }
.profile > .section-container .section .section-text .data-source, .container.embed .section .section-text .data-source { color: #888; font-size: 12px; }
.profile > .section-container .section .section-text .data-source a, .container.embed .section .section-text .data-source a { border-bottom: 1px solid #ccc; color: #888; text-decoration: none; transition: color 0.1s, border-color 0.1s; }
.profile > .section-container .section .section-text .data-source a:hover, .container.embed .section .section-text .data-source a:hover { border-bottom: 1px solid #888; color: #444; }
.profile > .section-container .section .section-text-left, .container.embed .section .section-text-left { width: 400px !important; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
.profile > .section-container .section .section-text-left p, .container.embed .section .section-text-left p { width: 550px !important; }
.profile > .section-container .section .section-text-right, .container.embed .section .section-text-right { padding-left: 200px; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
.profile > .section-container .section .viz, .container.embed .section .viz { margin: 32px 0 0 0; }
.profile > .section-container .section .viz .d3plus-Button, .container.embed .section .viz .d3plus-Button { margin: 0 0 4px !important; padding-top: 0 !important; }
.dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  background-image: url('/images/sections/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
  border-bottom: 2px solid #74E19A;
  border-radius: 0;
  font-family: "Work Sans";
  font-size:18px;
  margin: 0 0 16px 0;
  padding: 0 32px 6px 0;
  width: 100%;
  white-space: normal

}

.dropdown:focus {
  outline: 0

}

.dropdown-title {
  clear:both;
  color: #74E19A;
  display: block;
  font-size:12px;
  font-weight: 600;
  margin-bottom:8px;
  text-transform: uppercase;
}
.download-btn {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-right: 16px;
  opacity: 0.3;
  text-transform: uppercase;
  transition: opacity 0.2s

}
.download-btn:hover {
  cursor: pointer;
  opacity: 0.8

}
.download-btn img {
  margin-bottom: 4px;
  margin-right: 8px;
  width: 25px;
  vertical-align: middle

}
.download-btn input {
  border: 1px solid #000000;
  color: #000000;
  font-family: "Work Sans";
  padding: 3px 4px 2px;
  transition: color 0.1s;
  width: 200px

}
.download-btn input:focus {
  color: #3B4835

}
.download-btn input::-moz-selection {
  background: #74E19A

}
.download-btn input::selection {
  background: #74E19A

}
.container.embed {
  background-color: transparent;
  height: 100vh;
  overflow: hidden

}
.container.embed > .section {
  box-sizing: border-box;
  height: 100vh;
  margin: 0;
  padding: 0

}
.container.embed > .section .columns, .container.embed > .section .rows {
  box-sizing: border-box;
  height: 100%

}
.container.embed > .section .section-text {
  margin: 16px

}
.container.embed > .section .section-text .section-title {
  margin: 0 0 16px

}
.container.embed > .section .viz {
  margin: 16px

}
.container.embed.noText {}
.container.embed.noText .section-text {
  display: none

}
.radio-container {
  border-right: 1px solid black;
  display: inline-block;
  margin: 12px 0;
  padding: 0 12px
}
.radio-container:first-child {
  padding-left: 0
}
.radio-container:last-child {
  border-right: 0
}
.radio-container .radio {
  display: none
}
.radio-container .radio-label {
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.5;
  text-transform: uppercase;
  transition: opacity 0.6s
}
.radio-container .radio-label.active {
  opacity: 1
}
.map {
  background-color: #cdd1d3;
  box-sizing: border-box;
  height: 100vh;
  padding-top: 60px;
  position: relative

}
.map .floater {
  background-color: white;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
  display: inline-block;
  font-family: Work Sans;
  height: 544px;
  margin: 32px;
  position: relative;
  z-index: 10

}
.map .floater .controls {
  box-sizing: border-box;
  display: inline-block;
  height: 544px;
  overflow: scroll;
  padding: 24px;
  width: 300px

}
.map .floater .controls .radio-group {
  text-align: center

}
.map .floater .controls .data-year {
  color: #999999;
  display: block;
  font-size: 10px;
  font-weight: 600;
  /*margin: 6px 0 0;*/
  text-align: center;
  text-transform: uppercase;
  width: 100%

}
.map .floater .controls .data-table {
  font-size: 12px;
  margin-top: 16px;
  width: 100%

}
.map .floater .controls .data-table .row {}
.map .floater .controls .data-table .row .col {
  padding: 4px 0

}
.map .floater .controls .data-table .row .col.rank {
  color: #999999;
  font-weight: 600

}
.map .floater .controls .data-table .row .col.name {
  color: #999999;
  font-weight: 600;
  padding: 4px

}
.map .floater .controls .data-table .row .col.value {
  color: #999999;
  font-family: "Roboto Mono";
  font-weight: 500;
  text-align: right;
  white-space: nowrap

}
.map .floater #legend {
  background-color: #F2F2F2;
  display: inline-block;
  height: 544px;
  float: right;
  width: 120px

}
.map .viz {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%

}
.map .loading {
  background: rgba(0, 0, 0, .5);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%

}
.map .loading .text {
  box-sizing: border-box;
  color: white;
  font-family: "Work Sans";
  font-size: 24px;
  padding: 400px 32px 32px 484px;
  text-align: center;
  width: 100%

}
.about {

}
.about .topic-title {
    background: transparent;
    border-bottom: none;
    border-top: 1px solid #ddd;
    font-size: 32px;
    font-weight: 600;
    margin: 0px auto 0px;
    padding: 0px;
    text-align: left;
    width: 60%
}
.about .topic-title:after {
    content: "";
    display: none
}
.about .topic-title .anchor {
    color: black;
    font-weight: 600;
    padding-top: 100px
}
.about .topic-title .anchor:hover {
    color: black
}
.about .section {
    background-color: white
}
.about .section .paragraph {
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1;
    line-height: 1.5;
    margin: 32px auto;
    max-width: 1140px;
    width: 60%
}
.about .section a {
    color: #467962;
    font-weight: 400
}
.about .section a:hover {
    color: #74E19A
}
.about .no-border {

}
.about .no-border .topic-title {
    border: none
}
.about .section-background {

}
.about .section-background .country-list {
    -webkit-column-count: 3;
            column-count: 3;
    list-style: none;
    margin: 0 auto;
    padding-left: 0px;
    width: 60%
}
.about .section-background .country-list li {
    font-weight: 600
}
.about .section-glossary {

}
.about .section-glossary .definition {
    margin-top: 0px
}
.about .section-glossary .term {
    font-weight: bold;
    margin: 0px;
    padding: 0px
}
.about .section-data {

}
.about .section-data .source-list {
    margin: 0 auto;
    padding-left: 0;
    width: 60%
}
.about .section-data .source-list li {
    display: inline-block;
    list-style: none;
    text-align: left;
    width: 25%;
    vertical-align: top
}
.about .section-data .source-list li span {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 600
}
.about .section-data .source-list li a {
    display: block
}
.about .section-toc {

}
.about .section-toc .toc-text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
            column-gap: 32px;
    width: 60%;
    margin: 32px auto 72px
}
.about .section-toc .toc-text .paragraph {
    font-size: 14px;
    margin: 0px 0px 16px 0px;
    width: 100%
}
.about .intro {
    font-family: Work Sans;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 32px;
    width: 100%
}
.about .intro .splash {
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10
}
.about .intro .splash .image {
    background-image: url("/images/geo/040AF00133.jpg");
    background-position: 50%;
    background-size: cover;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: saturate(150%) contrast(130%);
            filter: saturate(150%) contrast(130%);
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.about .intro .splash .gradient {
    background: linear-gradient(0deg, #3B4835, rgba(0, 0, 0, .6));
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.about .intro .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%
}
.about .intro .header .meta {
    box-sizing: border-box;
    clear: both;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 100px 24px 24px;
    vertical-align: top
}
.about .intro .header .meta .title {
    color: white;
    font-size: 56px;
    font-weight: 600;
    text-align: center
}
.about .intro .sublinks {
    color: white;
    margin: 24px;
    padding: 0 25px;
    text-align: center
}
.about .intro .sublinks .sublink {
    color: white;
    display: inline-block;
    font-size: 12px;
    margin: 25px;
    opacity: 0.5;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s;
    width: 120px
}
.about .intro .sublinks .sublink:hover {
    opacity: 1
}
.about .intro .sublinks .sublink img {
    display: block;
    margin: 5px auto
}
