/* FAO MAIN STYLE */
/* Main*/
/* Follow up variables */
/* FAO default style */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
html, body {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  color: #1b1d1f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }
  body.padding-top {
    padding-top: 75px; }

h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  line-height: 1.5; }

h1 small {
  font-size: 50%;
  font-weight: 300; }

h5 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 70px; }

h6 {
  font-weight: 700;
  font-size: 14px; }

h2 {
  font-weight: 700;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 30px; }

p {
  font-size: 17px;
  line-height: 1.7;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  margin-bottom: 25px; }

a {
  color: #0d6cac; }

hr {
  border-top: 1px solid #999999;
  max-width: 200px;
  margin-top: 100px; }

.navbar-brand img {
  height: 50px; }

.title-part {
  margin-bottom: 100px; }

a.box-link {
  position: relative; }
  a.box-link h6 {
    height: 13px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  a.box-link:hover, a.box-link:active, a.box-link:focus, a.box-link:active:hover, a.box-link:active:focus {
    text-decoration: none; }
    a.box-link:hover *, a.box-link:active *, a.box-link:focus *, a.box-link:active:hover *, a.box-link:active:focus * {
      text-decoration: none; }
  a.box-link:after {
    content: 'READ MORE';
    position: absolute;
    display: inline-block;
    left: 30px;
    bottom: 55px;
    min-width: 100px;
    font-size: 12px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  a.box-link.transparent h2 {
    color: #1b1d1f; }
  a.box-link.transparent:after {
    font-weight: 700;
    left: 0;
    bottom: 0; }
  a.box-link:hover h6 {
    height: 0; }
  a.box-link:hover:after {
    height: 13px; }

.subtitle-container * {
  margin-top: 0;
  margin-bottom: 30px; }

.breadcrumb {
  padding-left: 0;
  font-size: 12px;
  margin-top: 20px;
  background-color: transparent; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-bold {
  font-weight: 700; }

.small-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px; }

.img-responsive {
  width: 100%; }

.section-title {
  font-weight: 700;
  color: #ff6600;
  margin: 30px 0 60px 0; }

.share-container {
  margin-top: 35px;
  color: #999999; }

.white-bg {
  background-color: white;
  margin-top: 60px; }

.blue-bg {
  background-color: #e5ecf4; }

.side-content {
  padding: 30px; }
  .side-content h4 {
    margin-top: 60px;
    margin-bottom: 30px; }
    .side-content h4:first-child {
      margin-top: 0; }
  .side-content li {
    margin-bottom: 15px; }

/* Components */
/* FAO buttons */
.btn {
  padding: 6px 10px;
  font-size: 13px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus {
    outline: 0; }
  .btn:active:focus {
    outline: 0; }
  .btn.btn-primary {
    background-color: #ff6600;
    border-color: #ff6600; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus {
      border-color: #ff6600; }
    .btn.btn-primary:active:focus {
      background-color: #ff6600;
      border-color: #ff6600; }
  .btn.btn-default {
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 700;
    color: #999999;
    text-transform: uppercase; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:active:hover, .btn.btn-default:active:focus {
      border-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .btn.btn-default:active:focus {
      background-color: transparent;
      border-color: transparent;
      color: #999999;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .btn.btn-default i {
      color: #999999;
      border-color: #999999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }

.open > .dropdown-toggle.btn-primary {
  background-color: #ff6600;
  border-color: transparent; }
  .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus {
    background-color: #ff6600;
    border-color: transparent; }
.open > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #1b1d1f; }
  .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background-color: transparent;
    border-color: transparent;
    color: #1b1d1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.section-button {
  margin-top: 30px;
  width: 100%;
  position: relative; }
  .section-button .ico-holder {
    position: absolute;
    right: 2px;
    top: 2px;
    display: inline-block;
    background-color: white;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ff6600; }
    .section-button .ico-holder i {
      position: relative;
      left: 1px; }

.btn-floating {
  height: 57px;
  width: 57px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-light {
  font-size: 12px;
  font-weight: 700; }
  .btn-light .material-icons {
    line-height: 0;
    position: relative;
    top: 7px; }

/* Footer */
footer {
  margin-top: 250px !important;
  padding-bottom: 100px; }
  footer .section-title {
    color: #999999;
    font-size: 14px;
    margin: 10px 0 20px 0;
    text-transform: uppercase; }

.footer-icon-list {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }
  .footer-icon-list a {
    color: #b1bac3; }
    .footer-icon-list a:hover {
      color: #b1bac3; }
    .footer-icon-list a i.material-icons {
      font-size: 40px; }

.footer-links li {
  margin: 15px 0; }

.social-column {
  /* Small devices (tablets, 768px and up) */ }
  .social-column img {
    max-width: 200px; }
  .social-column .fa {
    font-size: 23px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #b1bac3;
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 992px) {
      .social-column .fa {
        width: 22%; } }
    @media (min-width: 1200px) {
      .social-column .fa {
        width: 18%; } }
  .social-column .store-box {
    width: 140px;
    height: 41px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
    .social-column .store-box.apple {
      background-image: url(img/app-store.svg); }
    .social-column .store-box.google {
      background-image: url(img/google-play.svg); }

/* FAO Header */
.language-switch {
  text-align: right; }
  .language-switch ul.list-unstyled {
    margin: 0; }
  .language-switch li a {
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: block;
    padding-top: 27px;
    padding-bottom: 28px; }
    .language-switch li a:hover, .language-switch li a:active, .language-switch li a:focus, .language-switch li a:active:hover, .language-switch li a:active:focus {
      outline: 0;
      text-decoration: none; }
  .language-switch li.active a {
    color: #1b1d1f;
    font-weight: 400; }

.legend .point {
  display: inline-block;
  width: 20px;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px; }
.legend li {
  margin: 5px; }
.legend.fig-1 li:nth-child(1) .point {
  background-color: #4c5d6a; }
.legend.fig-1 li:nth-child(2) .point {
  background-color: #ff6600; }
.legend.fig-7 li:nth-child(1) .point, .legend.fig-8 li:nth-child(1) .point {
  width: 6px;
  background-color: #3c4a57;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.legend.fig-7 li:nth-child(2) .point, .legend.fig-8 li:nth-child(2) .point {
  background-color: #ec6b10; }
.legend.fig-7 li:nth-child(3) .point, .legend.fig-8 li:nth-child(3) .point {
  background-color: #54bab1; }
.legend.fig-7 li:nth-child(4) .point, .legend.fig-8 li:nth-child(4) .point {
  background-color: #99c633; }
.legend.fig-7 li:nth-child(6) .point, .legend.fig-8 li:nth-child(6) .point {
  background-color: #197578; }
.legend.fig-7 li:nth-child(7) .point, .legend.fig-8 li:nth-child(7) .point {
  background-color: #6c1d59; }
.legend.fig-9 .point {
  width: 15px;
  height: 15px;
  top: 2px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.legend.fig-9 li:nth-child(1) .point {
  background-color: #197578; }
.legend.fig-9 li:nth-child(2) .point {
  background-color: #a4d8d3; }
.legend.fig-9 li:nth-child(4) .point {
  background-color: #c8df90; }
.legend.fig-9 li:nth-child(5) .point {
  background-color: #b0d069; }
.legend.fig-12 li:nth-child(1) .point {
  background-color: #3c4a57; }
.legend.fig-12 li:nth-child(2) .point {
  background-color: #ec6b10; }
.legend.fig-12 li:nth-child(3) .point {
  background-color: #b73520; }

/* FAO Navbar */
.fao-navbar .affix {
  position: relative; }

.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  border: 0; }
  .navbar.affix {
    width: 100%;
    top: 0; }
  .navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }
  .navbar .navbar-brand {
    position: relative;
    top: 0;
    padding: 0;
    width: 200px;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .navbar .navbar-brand {
        top: 15px;
        left: 15px;
        margin-right: 80px;
        width: 245px; } }
  .navbar .navbar-toggle {
    margin-right: 0; }
  .navbar .title {
    display: inline-block;
    padding: 0;
    color: #999999;
    margin-top: 18px;
    /* Small devices (tablets, 768px and up) */ }
    .navbar .title .btn {
      font-size: 0; }
    .navbar .title .caret {
      display: none; }
    @media (min-width: 768px) {
      .navbar .title {
        padding: 19px 15px 28px 15px;
        left: calc(50% - 90px);
        position: absolute;
        margin-top: 0; }
        .navbar .title .btn {
          font-size: 13px; }
        .navbar .title .caret {
          display: inline-block; }
        .navbar .title .download-icon {
          display: none; } }

.navbar-collapse.in {
  overflow-y: visible; }

.navbar-default .navbar-nav > li > a {
  font-size: 12px; }

@media (min-width: 768px) {
  .navbar {
    font-size: 0; }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 14px; }

  .navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 28px; }

  .navbar {
    min-height: 75px; }

  .navbar-default .navbar-nav > li > a {
    color: #999999;
    padding-right: 8px;
    padding-left: 8px; }

  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block; }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #1b1d1f;
    position: relative; }
    .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:focus:after, .navbar-default .navbar-nav > .active > a:hover:after {
      content: '';
      display: block;
      background-color: #ff6600;
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 15px; } }
/* Pagination */
.pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination-holder li.active a {
    color: #ff6600;
    background-color: transparent; }
    .pagination-holder li.active a:hover, .pagination-holder li.active a:active, .pagination-holder li.active a:focus, .pagination-holder li.active a:active:hover, .pagination-holder li.active a:active:focus {
      color: #ff6600;
      outline: 0;
      background-color: transparent; }
  .pagination-holder li a {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border: none;
    background-color: transparent;
    color: #999999; }
    .pagination-holder li a:hover, .pagination-holder li a:active, .pagination-holder li a:focus, .pagination-holder li a:active:hover, .pagination-holder li a:active:focus {
      outline: 0;
      background-color: transparent; }
  .pagination-holder .btn {
    margin: 0 15px;
    width: 100px; }

/* Table */
tbody {
  white-space: nowrap; }

.nav-tabs > li {
  padding: 0px 0px 0px 0px; }
  .nav-tabs > li:first-child {
    margin-left: -10px; }
  .nav-tabs > li > a {
    padding: 5px 10px;
    position: relative;
    color: #1b1d1f;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:visited, .nav-tabs > li > a:focus, .nav-tabs > li > a .nav-tabs > li.active > a, .nav-tabs > li > a .nav-tabs > li.active > a:focus, .nav-tabs > li > a .nav-tabs > li.active > a:hover {
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs > li > a:before {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      content: '';
      position: absolute;
      width: calc(100% - 20px);
      height: 2px;
      background-color: #ff6600;
      left: 10px;
      bottom: -2px;
      pointer-events: none;
      -ms-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
  .nav-tabs > li.active > a {
    color: #ff6600;
    background-color: transparent;
    border-color: transparent; }
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited, .nav-tabs > li.active > a:focus {
      color: #ff6600;
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs > li.active > a:before {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/*.tab-content {
  padding-top: 10px;

  > div {
    padding: 0;
  }


}*/
.badge-draft {
  background-color: #999999;
  border: transparent;
  color: white;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  position: relative;
  top: -2px;
  left: 4px; }

/* Video Cover */
header.report-header {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; }

.video-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1; }

.video-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+86&0.1+0,1+86 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.7;
  z-index: 2; }
  .video-gradient.light {
    background: #5B5B5B;
    opacity: 0.4; }

.video-wrapper .report-video, .video-wrapper canvas.topper.video {
  height: 100vh;
  width: 100%; }

.video-wrapper video, .video-wrapper canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1; }

canvas, video {
  display: inline-block; }

@media (min-width: 768px) {
  .video-wrapper {
    display: block; }

  .video-wrapper .report-video, .video-wrapper canvas.topper.video {
    width: 100%; } }
.report-meta hr {
  border-top: 1px solid white;
  max-width: 200px;
  margin-top: 45px;
  margin-bottom: 45px; }

.report-based {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 400;
  margin-bottom: 25px; }

.report-heading {
  color: white;
  font-weight: lighter;
  font-size: 34px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .report-heading {
      font-size: 56px; } }
  @media (min-width: 992px) {
    .report-heading {
      font-size: 56px; } }
  @media (min-width: 1200px) {
    .report-heading {
      font-size: 56px; } }

.report-sub {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.8; }

.topic-circle {
  margin-top: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff6600; }

/* Themes */
/* Pages */
/* Digital Report */
.attribution {
  margin-top: 15px;
  color: #999999; }
  .attribution p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400; }
  .attribution span {
    color: #1b1d1f; }

.related {
  margin: 0 auto 35px auto;
  line-height: 1.7;
  border-left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 768px) {
    .related {
      float: right;
      margin: 0 -35% 20px 0;
      width: 200px;
      padding: 0 15px 0 20px; } }
  .related h6 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 20px; }
  .related p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #999999;
    font-weight: 400; }

blockquote {
  font-family: 'Merriweather', serif;
  letter-spacing: 1px;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 55px 35px 0;
  padding: 19px 0 0 0;
  line-height: 1.7;
  border-left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  blockquote.right {
    margin: 10px 0 35px 55px;
    float: right; }
    blockquote.right span {
      text-align: left; }
  blockquote span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px; }
  @media (min-width: 992px) {
    blockquote {
      margin: 10px 48px 20px -15%;
      width: 329px; }
      blockquote.right {
        margin: 10px -15% 20px 48px; } }

.highcharts-tooltip > span {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px; }
  .highcharts-tooltip > span span {
    font-size: 14px !important; }
  .highcharts-tooltip > span span:first-child {
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 300; }

.highcharts-legend-item {
  overflow: visible !important; }
  .highcharts-legend-item span {
    font-size: 12px !important;
    color: #1b1d1f !important;
    font-weight: normal !important; }
  .highcharts-legend-item > span {
    overflow: visible !important; }
  .highcharts-legend-item:first-child .undefined {
    background-color: #ff6600; }
  .highcharts-legend-item:last-child .undefined {
    background-color: #4c5d6a; }

.undefined {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: -21px;
  position: relative;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

p.note {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999; }

.chart-container {
  margin-top: 30px;
  margin-bottom: 30px; }
  .chart-container .title-chart {
    text-align: center; }
    .chart-container .title-chart h2 {
      font-size: 17px;
      font-family: 'Open Sans', sans-serif; }
    .chart-container .title-chart h6 {
      color: #6f6f6f; }
  .chart-container h6 {
    font-size: 12px; }

.table-container h2 {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif; }

img.story {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  img.story.filtered {
    opacity: 1; }

.zero-hunger img {
  max-width: 125px;
  margin: 0 25px 10px 0;
  float: left; }
.zero-hunger p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: 400; }

/* Languages */
/* Arabic */
[lang="ar"] .navbar-brand {
  top: 5px; }
  @media (min-width: 768px) {
    [lang="ar"] .navbar-brand {
      top: 15px; } }
[lang="ar"] .dropdown-menu {
  right: auto;
  left: 0px;
  float: none;
  text-align: left; }
[lang="ar"] .switch-arabic {
  float: right !important; }
  @media (min-width: 768px) {
    [lang="ar"] .switch-arabic {
      float: left !important; } }
[lang="ar"] .navbar-brand img {
  height: 40px;
  width: 145px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    [lang="ar"] .navbar-brand img {
      height: 50px;
      width: 185px; } }
[lang="ar"] p {
  font-family: 'Cairo', sans-serif; }
[lang="ar"] .zero-hunger img {
  max-width: 125px;
  margin: 0 0 10px 25px;
  float: right; }
[lang="ar"] h1, [lang="ar"] h2, [lang="ar"] h3, [lang="ar"] h4, [lang="ar"] h5, [lang="ar"] h6 {
  font-family: 'Cairo', sans-serif; }
@media (min-width: 768px) {
  [lang="ar"] .navbar > .container .navbar-brand, [lang="ar"] .navbar > .container-fluid .navbar-brand {
    margin-right: 15px;
    margin-left: auto; } }
[lang="ar"] blockquote {
  border-right: 0;
  border-left: 0;
  font-family: 'Cairo', sans-serif; }
[lang="ar"] .chart-container {
  direction: ltr !important; }
  [lang="ar"] .chart-container .highcharts-tooltip span {
    direction: rtl !important; }

[lang="zh"] .navbar-brand {
  top: 5px; }
  @media (min-width: 768px) {
    [lang="zh"] .navbar-brand {
      top: 15px; } }
[lang="zh"] .navbar-brand img {
  height: 40px;
  width: 125px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    [lang="zh"] .navbar-brand img {
      height: 50px;
      width: 155px; } }

[lang="ru"] .navbar-brand img {
  height: 50px;
  width: 423px; }
[lang="ru"] .navbar .navbar-brand {
  position: relative;
  top: 0;
  padding: 0;
  width: 290px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    [lang="ru"] .navbar .navbar-brand {
      top: 15px;
      left: 15px;
      margin-right: 80px;
      width: 423px; } }
[lang="ru"] .navbar .title {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    [lang="ru"] .navbar .title {
      left: auto;
      right: 190px; }
      [lang="ru"] .navbar .title .btn {
        font-size: 0; }
      [lang="ru"] .navbar .title .caret {
        display: none; }
      [lang="ru"] .navbar .title .download-icon {
        display: inline-block; } }
  @media (min-width: 992px) {
    [lang="ru"] .navbar .title {
      left: auto;
      right: 190px; }
      [lang="ru"] .navbar .title .btn {
        font-size: 13px; }
      [lang="ru"] .navbar .title .caret {
        display: inline-block; }
      [lang="ru"] .navbar .title .download-icon {
        display: none; } }
  @media (min-width: 1200px) {
    [lang="ru"] .navbar .title {
      left: auto;
      right: 410px; } }

@media (min-width: 992px) {
  [lang="es"] blockquote {
    margin: 10px 48px 25px -15%; }
    [lang="es"] blockquote.right {
      margin: 10px -15% 20px 48px; } }

/* Devices */

/*# sourceMappingURL=index.css.map */
