/* 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; }

h6 {
  font-weight: 700;
  font-size: 14px; }

.paragraph_title {
  font-weight: 700;
  font-size: 26px;
  margin-top: 70px;
  margin-bottom: 30px; }

.paragraph_subtitle {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 50px; }

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; }

.summary {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }
  .summary li {
    margin: 12px 0px;
    position: relative; }

.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: #f6840c;
  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; }

.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; }

/* 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: #f6840c;
    border-color: #f6840c; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus {
      border-color: #f6840c; }
    .btn.btn-primary:active:focus {
      background-color: #f6840c;
      border-color: #f6840c; }
  .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: #f6840c;
  border-color: transparent; }
  .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus {
    background-color: #f6840c;
    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: #f6840c; }
    .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; }

.swiper-button-prev {
  left: calc(50% - 120px);
  background-image: url("img/arrow-prev.svg"); }

.swiper-button-next {
  right: calc(50% - 120px);
  background-image: url("img/arrow-next.svg"); }

#figure-bar-wasting .highcharts-container, #figure-bar-stunting .highcharts-container, #figure-bar-overweight .highcharts-container {
  overflow: visible !important; }

.column-marker-top {
  width: 28px;
  height: 24px;
  position: absolute;
  left: -45px;
  top: 3px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(../images/column-marker-top.svg);
  background-size: contain; }

.multi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .multi-title {
      margin-bottom: 0; } }
  .multi-title .multiple-ico {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px; }
    .multi-title .multiple-ico.stunting-ico {
      background-image: url(../images/multiple-chart-icons/stunting.svg); }
    .multi-title .multiple-ico.wasting-ico {
      background-image: url(../images/multiple-chart-icons/wasting.svg); }
    .multi-title .multiple-ico.overweight-ico {
      background-image: url(../images/multiple-chart-icons/overweight.svg); }
    .multi-title .multiple-ico.exclusive-ico {
      background-image: url(../images/multiple-chart-icons/exclusive.svg); }
    .multi-title .multiple-ico.anemia-ico {
      background-image: url(../images/multiple-chart-icons/anemia.svg); }
    .multi-title .multiple-ico.obesity-ico {
      background-image: url(../images/multiple-chart-icons/obesity.svg); }
  .multi-title .multiple-title-text h4 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px; }
  .multi-title .multiple-title-text p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    margin: 0;
    line-height: 1.1; }

.crop-chart-container {
  display: flex;
  align-items: center; }

.crop-chart-ico {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px; }
  .crop-chart-ico.storm {
    background-image: url(../images/crop-livestock-icons/storm.svg); }
  .crop-chart-ico.earthquake {
    background-image: url(../images/crop-livestock-icons/earthquake.svg); }
  .crop-chart-ico.flood {
    background-image: url(../images/crop-livestock-icons/flood.svg); }
  .crop-chart-ico.tsunami {
    background-image: url(../images/crop-livestock-icons/tsunami.svg); }
  .crop-chart-ico.drought {
    background-image: url(../images/crop-livestock-icons/drought.svg); }
  .crop-chart-ico.volcan {
    background-image: url(../images/crop-livestock-icons/volcan.svg); }
  .crop-chart-ico.crop {
    background-image: url(../images/crop-livestock-icons/crop.svg); }
  .crop-chart-ico.livestock {
    background-image: url(../images/crop-livestock-icons/livestock.svg); }
  .crop-chart-ico.fisheries {
    background-image: url(../images/crop-livestock-icons/fisheries.svg); }
  .crop-chart-ico.forestry {
    background-image: url(../images/crop-livestock-icons/forestry.svg); }
  .crop-chart-ico.unspecified {
    background-image: url(../images/crop-livestock-icons/unspecified.svg); }

.select_container {
  margin: 10px auto;
  display: block;
  position: relative;
  width: 100%;
  max-width: 340px;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  overflow: hidden;
  border: 1px solid #eaeaea; }
  .select_container .select_chart {
    width: 100%;
    border: none;
    padding: 15px 20px;
    margin: 0px;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative;
    color: #2d3131;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    z-index: 1;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif; }
    .select_container .select_chart:focus {
      outline: none; }
  .select_container i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    opacity: .3; }

/* 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; } }
    @media (max-width: 768px) {
      .fixed-download.cover {
        bottom: 60px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .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/#f6840c+0,f6840c+100&1+0,0+100 */
    background: -moz-linear-gradient(left, #f6840c 0%, rgba(246, 132, 12, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f6840c 0%, rgba(246, 132, 12, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f6840c 0%, rgba(246, 132, 12, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6840c', endColorstr='#00f6840c',GradientType=1 );
    /* IE6-9 */ }
    @media (max-width: 768px) {
      .fixed-download h6 {
        background: #f6840c;
        text-align: center; } }

/* 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.legend-line-undern .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px; }
.legend.legend-line-undern li:nth-child(1) .point {
  background-color: #4c5d6a; }
.legend.legend-line-undern li:nth-child(2) .point {
  background-color: #f6840c; }
.legend.legend-flowchart .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px; }
.legend.legend-flowchart li:nth-child(1) .point {
  background-color: #ffde17; }
.legend.legend-flowchart li:nth-child(2) .point {
  background-color: #f6840c; }
.legend.legend-bar-high-prevalence .point {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 20px;
  top: 5px;
  margin-right: 10px; }
.legend.legend-bar-high-prevalence li:nth-child(1) .point {
  background-color: #f6840c; }
.legend.legend-bar-high-prevalence li:nth-child(2) .point {
  background-color: #5e9cd3;
  width: 17px;
  height: 17px;
  border: 3px solid #ff0000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px; }
.legend.legend-line-climate li:nth-child(1) .point {
  background-color: #832461;
  width: 10px; }
  .legend.legend-line-climate li:nth-child(1) .point:before {
    content: '';
    display: inline-block;
    background-color: #832461;
    width: 10px;
    height: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
    position: absolute;
    left: -20px; }
.legend.legend-line-climate li:nth-child(2) .point {
  background-color: #60c0be; }
.legend.legend-line-climate li:nth-child(3) .point {
  background-color: #aecd23; }
.legend.legend-line-climate li:nth-child(4) .point {
  background-color: #007a82; }
.legend.legend-line-climate li:nth-child(5) .point {
  background-color: #f17f00; }

/* 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: #f6840c;
      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: #f6840c;
    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: #f6840c;
      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 */
.table-responsive {
  margin: 20px 0px; }

.figure-table-prevalence .table > thead > tr > th {
  border-bottom: 0; }
.figure-table-prevalence td {
  text-align: center; }
.figure-table-prevalence .table-prevalence-title {
  background-color: #f6840c; }
  .figure-table-prevalence .table-prevalence-title.subcategory_thead th {
    color: white; }
.figure-table-prevalence th {
  font-weight: normal; }
.figure-table-prevalence .category_thead {
  background-color: #4c5d6a;
  color: #fff; }
  .figure-table-prevalence .category_thead tr {
    border: 0px; }
  .figure-table-prevalence .category_thead th {
    border: 0px;
    text-align: center; }
.figure-table-prevalence .subcategory_thead tr, .figure-table-prevalence .subcategory_thead th {
  border: 0px;
  color: #005d81; }
@media (min-width: 768px) {
  .figure-table-prevalence .indent {
    padding-left: 25px; } }
.figure-table-prevalence .marked-cell {
  background-color: #fef3e7; }
@media (min-width: 768px) {
  .figure-table-prevalence .indent-2 {
    padding-left: 50px; } }
.figure-table-prevalence .othcategory_thead {
  background-color: #eaeaea; }
  .figure-table-prevalence .othcategory_thead tr th {
    position: relative; }
    @media (min-width: 768px) {
      .figure-table-prevalence .othcategory_thead tr th {
        padding-left: 25px; } }
  .figure-table-prevalence .othcategory_thead span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #0088A2;
    -webkit-border-radius: 222px;
    -moz-border-radius: 222px;
    border-radius: 222px;
    left: 8px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .figure-table-prevalence .othcategory_thead span.cap_leg {
      background-color: #F19235; }
.figure-table-prevalence .total_tab tr th {
  font-weight: bold;
  position: relative; }
.figure-table-prevalence .total_tab tr {
  font-weight: bold; }
.figure-table-prevalence .total_tab span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #0088A2;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px; }
  .figure-table-prevalence .total_tab span.cap_leg {
    background-color: #F19235;
    left: 18px;
    margin-right: 5px; }

.table-anim-container thead, .table-anim-container tbody {
  opacity: 0; }

.table-anim-container thead.enter, .table-anim-container tbody.enter {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s  ease-in-out;
  transition: all 1s  ease-in-out; }

.figure-table-employment .table > thead > tr > th {
  border: 0px; }
.figure-table-employment .table > tbody > tr > th {
  font-weight: 400; }
.figure-table-employment .category_thead {
  background-color: #0088A2;
  color: #fff; }
.figure-table-employment .subcategory_thead {
  background-color: #eaeaea; }
.figure-table-employment .table > tbody > tr.total_tab > th, .figure-table-employment .table > tbody > tr.total_tab > td {
  font-weight: bold; }

@media (max-width: 768px) {
  /* use the max to specify at each container level */
  .table {
    width: 900px; }

  .table-anim-container > .table > thead > tr > th, .table-anim-container > .table > tbody > tr > th {
    white-space: normal; }

  .figure-table-prevalence table, .figure-table-prevalence thead, .figure-table-prevalence tbody, .figure-table-prevalence th, .figure-table-prevalence td, .figure-table-prevalence tr {
    display: block; }

  .figure-table-prevalence td:before {
    display: block;
    float: left;
    width: 50%;
    border-right: 1px solid #eaeaea;
    color: #0088A2; }

  .figure-table-prevalence {
    text-align: center; }
    .figure-table-prevalence th {
      text-align: center;
      font-weight: bold;
      background-color: rgba(236, 236, 236, 0.44); }
    .figure-table-prevalence .category_thead {
      display: none; }
    .figure-table-prevalence tbody td:nth-child(2):before {
      content: "2005"; }
    .figure-table-prevalence tbody td:nth-child(3):before {
      content: "2010"; }
    .figure-table-prevalence tbody td:nth-child(4):before {
      content: "2012"; }
    .figure-table-prevalence tbody td:nth-child(5):before {
      content: "2014"; }
    .figure-table-prevalence tbody td:nth-child(6):before {
      content: "2016"; }
    .figure-table-prevalence tbody td:nth-child(7):before {
      content: "2017\00B9"; } }
.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: #f6840c;
      left: 10px;
      bottom: -2px;
      pointer-events: none;
      -ms-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
  .nav-tabs > li.active > a {
    color: #f6840c;
    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: #f6840c;
      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; }

/* Title animato */
.title-animated {
  display: block;
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  margin: 25px 0px; }
  @media (max-width: 768px) {
    .title-animated {
      height: auto;
      padding: 40px 0px 20px 0px; } }
  .title-animated.selected .bgimg_prlx {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out; }
  .title-animated.selected .bgimg_prlx:after {
    background-color: rgba(5, 30, 52, 0.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out; }
  .title-animated.selected .sx_prlx {
    left: 10%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out; }
    @media (max-width: 768px) {
      .title-animated.selected .sx_prlx {
        left: 0px;
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px); } }
  .title-animated.selected .dx_prlx {
    right: 10%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out;
    opacity: 1; }
    @media (max-width: 768px) {
      .title-animated.selected .dx_prlx {
        right: 0px;
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px); } }
  .title-animated.selected.big_h .dx_prlx {
    right: 0%; }
  .title-animated .sx_prlx {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0px;
    display: block;
    /* 	background-color: fuchsia; */
    padding: 0px 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out; }
    @media (max-width: 768px) {
      .title-animated .sx_prlx {
        left: 0px;
        width: 100%;
        position: relative;
        height: auto;
        margin-top: 20px;
        -ms-transform: translateY(40%);
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        display: block;
        flex-direction: none;
        justify-content: none;
        align-items: none; } }
  .title-animated .dx_prlx {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 20%;
    top: 0px;
    display: block;
    /* 	background-color: blue; */
    padding: 0px 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out; }
    @media (max-width: 768px) {
      .title-animated .dx_prlx {
        right: 0px;
        width: 100%;
        position: relative;
        height: auto;
        margin-top: 20px; } }
  .title-animated .big_h .dx_prlx {
    right: 10%; }
  .title-animated .bgimg_prlx {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out;
    background-size: cover;
    background-position: center center; }
  .title-animated .bgimg_prlx:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(5, 30, 52, 0.15);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    transition: all 1s  ease-in-out; }
  .title-animated .txt_prlx {
    color: #fff;
    line-height: 25px;
    width: 100%; }
  .title-animated .txt_prlx p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .title-animated .txt_prlx p {
        text-align: center; } }
  .title-animated .txt_prlx p b {
    font-weight: 800; }

.txt_prlx img {
  display: none; }

/* Video Cover */
header.report-header {
  height: 75vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; }

.video-wrapper {
  position: absolute;
  top: 0;
  height: 75vh;
  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 */
  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: 75vh;
  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: #f6840c;
    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: #f6840c; }

.fixed-stripes {
  width: 150px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: calc(50% - 75px);
  z-index: 2;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .fixed-stripes {
      top: 60px;
      right: 30px; } }
  .fixed-stripes a {
    display: block; }
    .fixed-stripes a:link, .fixed-stripes a:visited, .fixed-stripes a:hover, .fixed-stripes a:focus, .fixed-stripes a:active {
      text-decoration: none; }

/* 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.center {
    margin: 20px 0 60px 0;
    float: none; }
    blockquote.center h3 {
      font-style: normal;
      margin-bottom: 30px;
      font-size: 20px; }
    blockquote.center p {
      font-weight: 300; }
    blockquote.center h6 {
      font-size: 12px; }
    blockquote.center .story-links {
      color: #c9c9c9; }
    blockquote.center a {
      display: inline-block;
      margin: 0 5px; }
    @media (min-width: 992px) {
      blockquote.center {
        margin: 20px 0 60px 0;
        width: 100%; } }
  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%; } }

.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); }

.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; }

.chart-internal-subtitle {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 auto;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .chart-internal-subtitle {
      width: 50%; } }

.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 a {
      position: relative;
      padding-left: 25px; }
      .chart-container .title-chart a i {
        position: absolute;
        left: 0px;
        top: -2px;
        font-size: 21px;
        opacity: .5; }
    .chart-container .title-chart h2 {
      font-size: 17px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700; }
    .chart-container .title-chart h6 {
      color: #6f6f6f; }
  .chart-container h6 {
    font-size: 12px; }

.linkDwnPdf {
  font-size: 12px;
  font-weight: 800;
  display: block;
  position: relative;
  text-align: center; }
  .linkDwnPdf b {
    display: inline-block;
    position: relative;
    padding-left: 25px; }
  .linkDwnPdf i {
    font-size: 20px;
    position: absolute;
    left: 0px;
    opacity: .5;
    top: -1px; }

.table-container h2 {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif; }

.story img {
  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; }
  .story img.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; }

header .social_share {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: auto;
  margin: 0px; }
  header .social_share a {
    width: 30px;
    height: 30px;
    margin: 0px 3px; }
  header .social_share p {
    margin: 0px;
    line-height: 0px; }
  @media (max-width: 768px) {
    header .social_share {
      bottom: 10px;
      right: 50%;
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%); } }

.social_share {
  width: 100%;
  margin: 40px 0px 20px 0px; }

.social_share h5 {
  color: #999;
  font-family: 'Open Sans', sans-serif; }

.social_share a {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px; }

.social_share span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.social_share span.facebook-icon {
  background-image: url("img/share-facebook.svg"); }

.social_share span.twitter-icon {
  background-image: url("img/share-twitter.svg"); }

.social_share span.google-icon {
  background-image: url("img/share-google-plus.svg"); }

.social_share span.linkedin-icon {
  background-image: url("img/share-linkedin.svg"); }

/* 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="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; } }

/* Devices */

/*# sourceMappingURL=index.css.map */
