/* 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; }

#container {
  overflow-x: hidden; }

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;
  position: relative;
  z-index: 1; }

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: #c22e0c;
  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; }

.story-box {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 5; }
  .story-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic; }
  .story-box h6 {
    margin-top: 0;
    font-family: "Open Sans";
    display: inline-block;
    text-transform: uppercase;
    color: #999999; }
  .story-box p {
    font-weight: 700; }
  .story-box a {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px; }
  .story-box .caret {
    margin-top: 0;
    transform: rotate(-90deg); }

.coming-soon {
  width: 100%;
  height: 100%;
  background-image: url("../images/coming-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }
  .coming-soon .report-meta {
    opacity: 1; }
  .coming-soon .video-image {
    position: absolute; }
  .coming-soon .report-header {
    display: block;
    height: auto;
    margin: 150px auto;
    max-width: 880px; }
  .coming-soon .text-coming {
    color: white;
    margin: 30px 20px 0 20px; }

/* Sprites */
.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  transform: scale(0); }
  .bubble.large {
    background-color: #5ec4bf;
    top: 115px;
    right: -86px;
    width: 288px;
    height: 165px; }
    .bubble.large.l1 {
      top: 48px;
      right: 94px;
      width: 230px;
      height: 132px; }
    .bubble.large.l2 {
      top: 139px;
      right: -120px;
      width: 101px;
      height: 58px; }
    .bubble.large.l3 {
      top: 249px;
      right: 2px;
      width: 101px;
      height: 58px; }
    .bubble.large.l4 {
      top: 167px;
      right: 152px;
      width: 101px;
      height: 58px; }
  .bubble.medium {
    background-color: #fbbb89;
    width: 208px;
    height: 119px; }
    .bubble.medium.m1 {
      width: 166px;
      height: 95px;
      top: 65px;
      right: 126px; }
    .bubble.medium.m2 {
      top: 295px;
      left: 217px; }
    .bubble.medium.m3 {
      top: 229px;
      left: 54px; }
    .bubble.medium.m3a {
      width: 83px;
      height: 47px;
      top: 276px;
      left: 24px; }
    .bubble.medium.m3b {
      width: 83px;
      height: 47px;
      top: 242px;
      left: 198px; }
    .bubble.medium.m4 {
      width: 249px;
      height: 142px;
      top: 94px;
      left: -20px; }
    .bubble.medium.m4a {
      width: 108px;
      height: 61px;
      top: 79px;
      left: -14px; }
    .bubble.medium.m4b {
      width: 108px;
      height: 61px;
      top: 138px;
      left: 171px; }

#city-large-animation {
  width: 270px;
  height: 203px;
  overflow: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 65px;
  right: -80px; }
  #city-large-animation div {
    display: block;
    background-position: 0 0;
    position: absolute;
    width: 816px;
    height: 1845px; }

#city-medium-animation1, #city-medium-animation2, #city-medium-animation3, #city-medium-animation4 {
  width: 160px;
  height: 120px;
  overflow: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 30px;
  right: 125px; }
  #city-medium-animation1 div, #city-medium-animation2 div, #city-medium-animation3 div, #city-medium-animation4 div {
    display: block;
    background-position: 0 0;
    position: absolute;
    width: 486px;
    height: 1098px; }

#city-medium-animation2 {
  top: 270px;
  left: 240px; }

#city-medium-animation3 {
  top: 205px;
  left: 75px; }

#city-medium-animation4 {
  top: 80px;
  left: 20px; }

#city-small-animation1, #city-small-animation2, #city-small-animation3 {
  width: 82px;
  height: 62px;
  overflow: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 70px;
  left: 0px; }
  #city-small-animation1 div, #city-small-animation2 div, #city-small-animation3 div {
    display: block;
    background-position: 0 0;
    position: absolute;
    width: 84px;
    height: 1728px; }

#city-small-animation2 {
  top: 130px;
  left: 190px; }

#city-small-animation3 {
  top: 270px;
  left: -100px; }

.city-animation-wrapper {
  position: relative;
  width: 620px;
  height: 400px;
  transform: scale(0.6);
  margin-left: -144px;
  top: -40px;
  /* 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) */
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .city-animation-wrapper {
      transform: scale(1);
      margin-left: -111px;
      height: 540px;
      top: 0; } }
  @media (min-width: 992px) {
    .city-animation-wrapper {
      margin-left: -55px; } }
  @media (min-width: 1200px) {
    .city-animation-wrapper {
      margin-left: 0; } }
  .city-animation-wrapper .reference {
    background-image: url("img/reference.png");
    width: 1112px;
    height: 540px;
    position: absolute;
    left: calc(50% - 556px);
    top: -42px;
    opacity: 0; }

.streets {
  background-image: url("../images/streets.svg");
  width: 1284px;
  height: 510px;
  position: absolute;
  left: calc(50% - 642px);
  top: 85px;
  opacity: 0; }

.streets-small {
  background-image: url("../images/streets-small.svg");
  background-repeat: no-repeat;
  width: 634px;
  height: 153px;
  position: absolute;
  left: calc(50% - 452px);
  top: 85px;
  opacity: 0; }

.pulse-button {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 213px;
  top: 152px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  line-height: 37px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  margin: 10px;
  box-shadow: 0 0 0 0 rgba(191, 43, 26, 0.7);
  transform: scaleY(0.55); }
  .pulse-button.city-small-1 {
    left: 23px;
    top: 97px; }
  .pulse-button.city-small-2 {
    left: 213px;
    top: 157px; }
  .pulse-button.city-small-3 {
    left: -77px;
    top: 299px; }
  .pulse-button.animated {
    -webkit-animation: pulse 5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 5s infinite cubic-bezier(0.66, 0, 0, 1); }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 50px rgba(191, 43, 26, 0); } }
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 50px rgba(191, 43, 26, 0); } }
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 50px rgba(191, 43, 26, 0); } }
@keyframes pulse {
  to {
    box-shadow: 0 0 0 50px rgba(191, 43, 26, 0); } }
@-webkit-keyframes pulse-small {
  to {
    box-shadow: 0 0 0 25px rgba(191, 43, 26, 0); } }
@-moz-keyframes pulse-small {
  to {
    box-shadow: 0 0 0 25px rgba(191, 43, 26, 0); } }
@-ms-keyframes pulse-small {
  to {
    box-shadow: 0 0 0 25px rgba(191, 43, 26, 0); } }
@keyframes pulse-small {
  to {
    box-shadow: 0 0 0 25px rgba(191, 43, 26, 0); } }
/* 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: #c22e0c;
    border-color: #c22e0c; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus {
      border-color: #c22e0c; }
    .btn.btn-primary:active:focus {
      background-color: #c22e0c;
      border-color: #c22e0c; }
  .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: #c22e0c;
  border-color: transparent; }
  .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus {
    background-color: #c22e0c;
    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: #c22e0c; }
    .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; }

.swiper-button-prev, .swiper-button-next {
  height: 30px;
  background-size: contain;
  top: 18px;
  margin-top: 0; }

.figure-2 {
  /* Break Point of Highchart Labels */ }
  .figure-2 .highcharts-container {
    overflow: visible !important; }
  .figure-2 .highcharts-tooltip {
    z-index: 9998; }
  .figure-2 #figure-2 {
    margin-bottom: 55px; }
  @media (min-width: 500px) {
    .figure-2 #figure-2 {
      margin-bottom: 0; }
      .figure-2 #figure-2 .highcharts-container {
        left: -15px; } }
  .figure-2 .year-swiper-container {
    position: relative;
    margin-bottom: 20px; }
    .figure-2 .year-swiper-container h6 {
      margin-top: 0; }
  .figure-2 .year-swiper {
    width: 120px;
    height: 40px; }
    .figure-2 .year-swiper .swiper-slide {
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  .figure-2 .swiper-button-prev {
    left: calc(50% - 120px);
    background-image: url("img/arrow-prev.svg"); }
  .figure-2 .swiper-button-next {
    right: calc(50% - 120px);
    background-image: url("img/arrow-next.svg"); }

.figure-5 .caption-holder {
  position: relative; }
.figure-5 #fig1-next, .figure-5 #fig1-prev {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: calc(50% - 15px);
  height: 30px;
  width: 27px;
  background-size: contain;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat; }
  .figure-5 #fig1-next.disabled, .figure-5 #fig1-prev.disabled {
    pointer-events: none;
    opacity: 0.35; }
.figure-5 #fig1-next {
  right: 20px;
  background-image: url("img/arrow-next.svg"); }
.figure-5 #fig1-prev {
  left: 20px;
  background-image: url("img/arrow-prev.svg"); }
.figure-5 .caption {
  padding: 23px 70px 18px 70px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: -80px;
  font-weight: 700;
  font-size: 17px; }

.figure-10 {
  /* Break Point of Highchart Labels */ }
  .figure-10 #figure-10 {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .figure-10 #figure-10 .highcharts-container {
      left: -30px; } }
  .figure-10 .highcharts-tooltip .country {
    font-size: 18px !important;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300; }

/* Fixed Download */
.fixed-download {
  width: 180px;
  display: inline-block;
  cursor: pointer; }
  .fixed-download.cover {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    opacity: 0; }
    .fixed-download.cover img {
      opacity: 0;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .fixed-download.cover img {
          opacity: 1; } }
  .fixed-download a {
    display: block; }
    .fixed-download a:link, .fixed-download a:visited, .fixed-download a:hover, .fixed-download a:focus, .fixed-download a:active {
      text-decoration: none; }
  .fixed-download img {
    position: relative;
    left: -28px; }
  .fixed-download h6 {
    padding: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c22e0c+0,c22e0c+100&1+0,0.2+100 */
    background: -moz-linear-gradient(left, #c22e0c 0%, rgba(194, 46, 12, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c22e0c 0%, rgba(194, 46, 12, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c22e0c 0%, rgba(194, 46, 12, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c22e0c', endColorstr='#33c22e0c',GradientType=1 );
    /* IE6-9 */ }

/* 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-2 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px; }
.legend.fig-2 li:nth-child(1) .point {
  background-color: #6ac1bd; }
.legend.fig-2 li:nth-child(2) .point {
  background-color: #ed7926; }
.legend.fig-2 li:nth-child(3) .point {
  background-color: #bf2b1a; }
.legend.fig-2 li:nth-child(4) .point {
  background-color: #127e83; }
.legend.fig-5 {
  z-index: 1;
  position: relative; }
  .legend.fig-5 .point {
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 5px; }
  .legend.fig-5 li:nth-child(1) .point {
    background-color: #5ec4bf; }
  .legend.fig-5 li:nth-child(2) .point {
    background-color: #fbbb89; }
  .legend.fig-5 li:nth-child(3) .point {
    background-color: #999999;
    transform: none;
    left: auto;
    top: auto;
    -webkit-animation: pulse-small 5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse-small 5s infinite cubic-bezier(0.66, 0, 0, 1); }
  .legend.fig-5 li:nth-child(4) .point {
    height: 10px;
    width: 30px;
    top: 0;
    background-color: #808285;
    -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-5 li:nth-child(5) .point {
    height: 10px;
    width: 30px;
    top: 0;
    background-image: linear-gradient(90deg, #808285 25%, #ffffff 25%, #ffffff 50%, #808285 50%, #808285 75%, #ffffff 75%, #ffffff 100%);
    background-size: 40.00px 40.00px;
    -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-6 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px; }
.legend.fig-6 li:nth-child(1) .point {
  background-color: #0a7e84; }
.legend.fig-6 li:nth-child(2) .point {
  background-color: #68c1be; }
.legend.fig-6 li:nth-child(3) .point {
  background-color: #ee7b19; }
.legend.fig-6 li:nth-child(4) .point {
  background-color: #f9c08d; }
.legend.fig-6 li:nth-child(5) .point {
  background-color: #cedaaf; }

/* 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;
    margin-top: 18px;
    /* Small devices (tablets, 768px and up) */ }
    .navbar .title a:link,
    .navbar .title a:visited,
    .navbar .title a:hover,
    .navbar .title a:focus,
    .navbar .title a:active,
    .navbar .title a:active:hover, .navbar .title a:active:focus {
      color: #1b1d1f; }
    .navbar .title .btn {
      font-size: 0;
      color: #1b1d1f; }
    .navbar .title .caret {
      display: none; }
    .navbar .title .download-icon {
      color: #1b1d1f; }
    .navbar .title .right-arrow {
      position: absolute;
      top: 3px;
      color: #1b1d1f; }
    @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: #c22e0c;
      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: #c22e0c;
    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: #c22e0c;
      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: #c22e0c;
      left: 10px;
      bottom: -2px;
      pointer-events: none;
      -ms-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
  .nav-tabs > li.active > a {
    color: #c22e0c;
    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: #c22e0c;
      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-gradient.dark {
    background: black;
    opacity: 0.2; }

.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-meta {
  display: flex;
  opacity: 0;
  flex-direction: column;
  /* 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) */ }
  .report-meta img {
    width: 172px;
    height: 126px;
    /* Small devices (tablets, 768px and up) */
    position: relative;
    top: 5px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #c22e0c;
    padding: 15px; }
    @media (min-width: 768px) {
      .report-meta img {
        width: 322px;
        height: 236px; } }
  @media (min-width: 992px) {
    .report-meta {
      flex-direction: row; } }

.report-heading {
  color: white;
  font-weight: lighter;
  padding-left: 20px;
  font-size: 21px;
  /* 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 {
      width: 560px;
      font-size: 35px; } }
  @media (min-width: 992px) {
    .report-heading {
      border-left: 1px solid white;
      width: 560px;
      font-size: 35px; } }
  @media (min-width: 1200px) {
    .report-heading {
      width: 560px;
      font-size: 35px; } }

.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: #c22e0c; }

/* 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; }
      blockquote.story-block {
        width: 50%; } }

.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;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300; }

.chart-internal-title {
  display: flex;
  align-items: center;
  justify-content: center; }

.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"] .report-heading {
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    [lang="ar"] .report-heading {
      border-right: 1px solid white;
      border-left: 0;
      padding-right: 20px; } }
[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="fr"] .report-heading {
  font-size: 26px; }

[lang="ru"] .report-heading {
  font-size: 28px; }
[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; } }

[lang="es"] .report-heading {
  font-size: 28px; }
@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 */
