/* World Food Day Stylesheet - 10/10/2018 - 15:05*/
/* Default Style */
body {
  padding-top: 184px;
  /* 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) */ }
  @media (min-width: 768px) {
    body {
      padding-top: 111px; } }
  @media (min-width: 992px) {
    body {
      padding-top: 111px; } }
  @media (min-width: 1200px) {
    body {
      padding-top: 117px; } }

.title-line {
  margin-top: 60px;
  border-top: 1px solid #ededed;
  padding-top: 20px; }

._mainContainer {
  padding: 30px 20px;
  background-color: white;
  border: 1px solid #e8e8e9;
  margin: 30px;
  max-width: 1600px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  ._mainContainer .csc-default.white-bg {
    border-top: 1px solid #e8e9ea;
    padding: 15px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      ._mainContainer .csc-default.white-bg {
        padding: 15px 2.18em; } }
  @media (min-width: 768px) {
    ._mainContainer {
      padding: 50px 70px; } }
  @media (min-width: 1600px) {
    ._mainContainer {
      margin: 30px auto; } }

.header-wfd, .container-wfd, .container-wfd-gray, .container-wfd-yellow, ._mainContainer {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 23px;
  position: relative; }
  .header-wfd .footer-links, .container-wfd .footer-links, .container-wfd-gray .footer-links, .container-wfd-yellow .footer-links, ._mainContainer .footer-links {
    font-size: 14px; }
  .header-wfd footer h4, .container-wfd footer h4, .container-wfd-gray footer h4, .container-wfd-yellow footer h4, ._mainContainer footer h4 {
    font-size: 14px; }
  .header-wfd a, .container-wfd a, .container-wfd-gray a, .container-wfd-yellow a, ._mainContainer a {
    color: #151515;
    font-weight: normal; }
    .header-wfd a:hover, .header-wfd a:active, .header-wfd a:focus, .header-wfd a:active:hover, .header-wfd a:active:focus, .container-wfd a:hover, .container-wfd a:active, .container-wfd a:focus, .container-wfd a:active:hover, .container-wfd a:active:focus, .container-wfd-gray a:hover, .container-wfd-gray a:active, .container-wfd-gray a:focus, .container-wfd-gray a:active:hover, .container-wfd-gray a:active:focus, .container-wfd-yellow a:hover, .container-wfd-yellow a:active, .container-wfd-yellow a:focus, .container-wfd-yellow a:active:hover, .container-wfd-yellow a:active:focus, ._mainContainer a:hover, ._mainContainer a:active, ._mainContainer a:focus, ._mainContainer a:active:hover, ._mainContainer a:active:focus {
      color: #1dafeb; }
  .header-wfd p, .container-wfd p, .container-wfd-gray p, .container-wfd-yellow p, ._mainContainer p {
    color: #888; }
  .header-wfd ul, .container-wfd ul, .container-wfd-gray ul, .container-wfd-yellow ul, ._mainContainer ul {
    color: #888; }
  .header-wfd h2, .container-wfd h2, .container-wfd-gray h2, .container-wfd-yellow h2, ._mainContainer h2 {
    font-size: 36px; }
    .header-wfd h2 .wfd-h-bold, .container-wfd h2 .wfd-h-bold, .container-wfd-gray h2 .wfd-h-bold, .container-wfd-yellow h2 .wfd-h-bold, ._mainContainer h2 .wfd-h-bold {
      font-weight: 600;
      font-style: italic;
      color: #1dafeb; }
    .header-wfd h2 .wfd-h-light, .container-wfd h2 .wfd-h-light, .container-wfd-gray h2 .wfd-h-light, .container-wfd-yellow h2 .wfd-h-light, ._mainContainer h2 .wfd-h-light {
      font-weight: 100;
      font-style: italic; }
  .header-wfd h3, .container-wfd h3, .container-wfd-gray h3, .container-wfd-yellow h3, ._mainContainer h3 {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    color: #c1411e; }
  .header-wfd h4, .container-wfd h4, .container-wfd-gray h4, .container-wfd-yellow h4, ._mainContainer h4 {
    font-size: 25px; }
  .header-wfd .btn.btn-primary, .container-wfd .btn.btn-primary, .container-wfd-gray .btn.btn-primary, .container-wfd-yellow .btn.btn-primary, ._mainContainer .btn.btn-primary {
    font-size: 22px;
    font-weight: 300;
    padding: 6px 25px;
    background-color: #1dafeb;
    border-color: #1dafeb;
    -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;
    color: white; }
    .header-wfd .btn.btn-primary:hover, .header-wfd .btn.btn-primary:active, .header-wfd .btn.btn-primary:focus, .header-wfd .btn.btn-primary:active:hover, .header-wfd .btn.btn-primary:active:focus, .container-wfd .btn.btn-primary:hover, .container-wfd .btn.btn-primary:active, .container-wfd .btn.btn-primary:focus, .container-wfd .btn.btn-primary:active:hover, .container-wfd .btn.btn-primary:active:focus, .container-wfd-gray .btn.btn-primary:hover, .container-wfd-gray .btn.btn-primary:active, .container-wfd-gray .btn.btn-primary:focus, .container-wfd-gray .btn.btn-primary:active:hover, .container-wfd-gray .btn.btn-primary:active:focus, .container-wfd-yellow .btn.btn-primary:hover, .container-wfd-yellow .btn.btn-primary:active, .container-wfd-yellow .btn.btn-primary:focus, .container-wfd-yellow .btn.btn-primary:active:hover, .container-wfd-yellow .btn.btn-primary:active:focus, ._mainContainer .btn.btn-primary:hover, ._mainContainer .btn.btn-primary:active, ._mainContainer .btn.btn-primary:focus, ._mainContainer .btn.btn-primary:active:hover, ._mainContainer .btn.btn-primary:active:focus {
      border-color: #0d6d95;
      background-color: #0d6d95;
      color: white; }
    .header-wfd .btn.btn-primary:active:focus, .container-wfd .btn.btn-primary:active:focus, .container-wfd-gray .btn.btn-primary:active:focus, .container-wfd-yellow .btn.btn-primary:active:focus, ._mainContainer .btn.btn-primary:active:focus {
      background-color: #0d6d95;
      border-color: #0d6d95;
      color: #0d6d95;
      color: white; }
  .header-wfd .btn.btn-default, .container-wfd .btn.btn-default, .container-wfd-gray .btn.btn-default, .container-wfd-yellow .btn.btn-default, ._mainContainer .btn.btn-default {
    font-size: 22px;
    font-weight: 300;
    padding: 6px 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #1dafeb;
    color: #1dafeb;
    -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; }
    .header-wfd .btn.btn-default:hover, .header-wfd .btn.btn-default:active, .header-wfd .btn.btn-default:focus, .header-wfd .btn.btn-default:active:hover, .header-wfd .btn.btn-default:active:focus, .container-wfd .btn.btn-default:hover, .container-wfd .btn.btn-default:active, .container-wfd .btn.btn-default:focus, .container-wfd .btn.btn-default:active:hover, .container-wfd .btn.btn-default:active:focus, .container-wfd-gray .btn.btn-default:hover, .container-wfd-gray .btn.btn-default:active, .container-wfd-gray .btn.btn-default:focus, .container-wfd-gray .btn.btn-default:active:hover, .container-wfd-gray .btn.btn-default:active:focus, .container-wfd-yellow .btn.btn-default:hover, .container-wfd-yellow .btn.btn-default:active, .container-wfd-yellow .btn.btn-default:focus, .container-wfd-yellow .btn.btn-default:active:hover, .container-wfd-yellow .btn.btn-default:active:focus, ._mainContainer .btn.btn-default:hover, ._mainContainer .btn.btn-default:active, ._mainContainer .btn.btn-default:focus, ._mainContainer .btn.btn-default:active:hover, ._mainContainer .btn.btn-default:active:focus {
      border-color: #0d6d95;
      color: #0d6d95; }
    .header-wfd .btn.btn-default:active:focus, .container-wfd .btn.btn-default:active:focus, .container-wfd-gray .btn.btn-default:active:focus, .container-wfd-yellow .btn.btn-default:active:focus, ._mainContainer .btn.btn-default:active:focus {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #0d6d95;
      color: #0d6d95;
      color: #0d6d95; }
  .header-wfd .wfd-box-shadow, .container-wfd .wfd-box-shadow, .container-wfd-gray .wfd-box-shadow, .container-wfd-yellow .wfd-box-shadow, ._mainContainer .wfd-box-shadow {
    margin-bottom: 30px;
    position: relative; }
    .header-wfd .wfd-box-shadow:after, .container-wfd .wfd-box-shadow:after, .container-wfd-gray .wfd-box-shadow:after, .container-wfd-yellow .wfd-box-shadow:after, ._mainContainer .wfd-box-shadow:after {
      content: '';
      display: block;
      width: 50%;
      height: 100px;
      position: absolute;
      bottom: -100px;
      right: 0;
      background-image: url(http://www.fao.org/fileadmin/templates/wfd2018/wfd-components/img/shadow.png);
      background-position: top right;
      background-size: 100% auto;
      background-repeat: no-repeat; }

.container-wfd-gray {
  background-color: #ebebeb;
  padding: 30px 0 50px 0; }

.header-wfd .header-wfd-right .lang-select option {
  height: 30px; }

.header-wfd {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 1200px) {
    .header-wfd {
      height: 117px; } }
  .header-wfd .header-wfd-left {
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 77px;
    width: 100%;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 1200px) {
      .header-wfd .header-wfd-left {
        padding: 0 0 0 30px;
        height: 117px;
        justify-content: flex-start;
        width: 50%; } }
    .header-wfd .header-wfd-left .fao-logo {
      width: 240px;
      margin-top: 0;
      margin-right: 5px;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .header-wfd .header-wfd-left .fao-logo {
          width: 310px; } }
      @media (min-width: 1200px) {
        .header-wfd .header-wfd-left .fao-logo {
          margin-right: 0;
          width: 360px; } }
      .header-wfd .header-wfd-left .fao-logo a {
        display: block; }
    .header-wfd .header-wfd-left .wfd-menu li {
      border-right: 1px solid #151515;
      padding-right: 12px;
      padding-left: 10px;
      font-weight: 400;
      font-size: 20px; }
      .header-wfd .header-wfd-left .wfd-menu li:last-child {
        border-right: 0; }
  .header-wfd .header-wfd-right {
    padding: 0 15px;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    /* Small devices (tablets, 768px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .header-wfd .header-wfd-right {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .header-wfd .header-wfd-right {
        padding: 0 30px;
        height: 117px;
        width: 50%; } }
    .header-wfd .header-wfd-right .social-wfd {
      margin-bottom: 0;
      padding-right: 20px;
      border-right: 2px solid #ffffffb3;
      float: none !important;
      display: inline-block;
      margin-right: 20px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .header-wfd .header-wfd-right .social-wfd {
          float: left !important;
          display: block;
          margin-right: 0; } }
      .header-wfd .header-wfd-right .social-wfd li a {
        color: white; }
        .header-wfd .header-wfd-right .social-wfd li a:hover, .header-wfd .header-wfd-right .social-wfd li a:active, .header-wfd .header-wfd-right .social-wfd li a:focus, .header-wfd .header-wfd-right .social-wfd li a:active:hover, .header-wfd .header-wfd-right .social-wfd li a:active:focus {
          color: rgba(255, 255, 255, 0.8); }
    .header-wfd .header-wfd-right .lang-select {
      background-color: transparent;
      color: white;
      border: 0;
      height: 32px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .header-wfd .header-wfd-right .lang-select {
          height: auto; } }
      .header-wfd .header-wfd-right .lang-select:hover, .header-wfd .header-wfd-right .lang-select:active, .header-wfd .header-wfd-right .lang-select:focus, .header-wfd .header-wfd-right .lang-select:active:hover, .header-wfd .header-wfd-right .lang-select:active:focus {
        outline: 0; }
      .header-wfd .header-wfd-right .lang-select:active:focus {
        outline: 0; }
      .header-wfd .header-wfd-right .lang-select option {
        font-size: 14px; }
    .header-wfd .header-wfd-right .selectdropdown {
      padding-left: 20px;
      margin-bottom: 0; }
      .header-wfd .header-wfd-right .selectdropdown li a {
        color: white; }
        .header-wfd .header-wfd-right .selectdropdown li a:hover, .header-wfd .header-wfd-right .selectdropdown li a:active, .header-wfd .header-wfd-right .selectdropdown li a:focus, .header-wfd .header-wfd-right .selectdropdown li a:active:hover, .header-wfd .header-wfd-right .selectdropdown li a:active:focus {
          color: rgba(255, 255, 255, 0.8);
          text-decoration: none; }

.header-wfd .header-wfd-left .btn-menu {
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
  color: #1dafeb;
  /* Small devices (tablets, 768px and up) */ }
  .header-wfd .header-wfd-left .btn-menu span {
    display: none; }
  @media (min-width: 768px) {
    .header-wfd .header-wfd-left .btn-menu span {
      display: inline; } }
  .header-wfd .header-wfd-left .btn-menu:hover, .header-wfd .header-wfd-left .btn-menu:active, .header-wfd .header-wfd-left .btn-menu:focus, .header-wfd .header-wfd-left .btn-menu:active:hover, .header-wfd .header-wfd-left .btn-menu:active:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #0d6d95; }
    .header-wfd .header-wfd-left .btn-menu:hover i, .header-wfd .header-wfd-left .btn-menu:active i, .header-wfd .header-wfd-left .btn-menu:focus i, .header-wfd .header-wfd-left .btn-menu:active:hover i, .header-wfd .header-wfd-left .btn-menu:active:focus i {
      color: #0d6d95; }
  .header-wfd .header-wfd-left .btn-menu:active:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    color: #1dafeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #0d6d95; }
    .header-wfd .header-wfd-left .btn-menu:active:focus i {
      color: #0d6d95; }
  .header-wfd .header-wfd-left .btn-menu i {
    color: #1dafeb;
    position: relative;
    top: 4px; }

.wfd-logo p {
  color: white;
  line-height: 1;
  margin: 0;
  display: inline-block;
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 1200px) {
    .wfd-logo p {
      display: block; } }
.wfd-logo .header-title-date {
  font-size: 25px;
  font-weight: 100;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .wfd-logo .header-title-date {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .wfd-logo .header-title-date {
      font-size: 30px; } }
.wfd-logo .header-title-label {
  font-size: 25px;
  font-weight: 500;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .wfd-logo .header-title-label a {
    color: white; }
    .wfd-logo .header-title-label a:hover, .wfd-logo .header-title-label a:active, .wfd-logo .header-title-label a:focus, .wfd-logo .header-title-label a:active:hover, .wfd-logo .header-title-label a:active:focus {
      color: white; }
  @media (min-width: 768px) {
    .wfd-logo .header-title-label {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .wfd-logo .header-title-label {
      font-size: 41px; } }

body nav.navbar {
  display: none; }

.header-fao {
  background-color: #ffffff !important; }

._header-main,
._header-bg {
  background-color: #1dafeb;
  display: flex;
  align-items: center;
  height: 130px;
  color: white; }

._header-title span {
  display: flex; }

._header-title-date {
  font-size: 1.9em;
  font-weight: 200; }

._header-main {
  background-color: #fff; }

._header-main .fao-logo {
  margin-top: 0px;
  margin-right: 3%;
  width: 100%; }

._header-main #navbar li a {
  color: #000000;
  font-size: 1.3em; }

._header-main #navbar li a:hover {
  opacity: 0.6; }

._header-main #navbar li a:after {
  display: block;
  content: '';
  border-right: 1px solid #000;
  height: 23px;
  width: 1px;
  float: right;
  margin-left: 20px;
  margin-right: -5px; }

._header-main #navbar li:last-child a:after {
  display: none; }

.lang-select {
  background-color: #1dafeb !important;
  color: white;
  border: 0; }

._social-icons {
  border-right: 2px solid #ffffffb3;
  padding-right: 15px;
  margin-right: 13px; }

._social-icons a {
  margin: 8px; }

._social-icons a:hover {
  opacity: 0.8; }

._social-icons a i {
  color: #ffffff !important;
  font-size: 1.65em; }

._header-lang > div {
  display: inline-block; }

._header-lang select {
  background-color: #1dafeb !important;
  border: none; }

.header-title-label a {
  text-decoration: none;
  color: #ffffff; }

/* misc */
body[data-lang="FR"] .future .img-responsive {
  margin-left: 15rem; }

body[data-lang="RU"] .header-title-label {
  font-size: 2.5rem; }

.container-hero .future {
  margin-top: 61px;
  margin-bottom: 303px; }

@media (max-width: 1200px) {
  .header-title-label {
    margin-left: 1rem !important; }

  body[data-lang="AR"] .header-title-label {
    margin-right: 1rem !important;
    margin-left: 0px !important; } }
@media (max-width: 768px) {
  .container-hero .future {
    margin: 45px auto; }

  .container-hero {
    background-position: center -105px !important; }

  body[data-lang="FR"] .future .img-responsive {
    margin-left: 0px !important; } }
@media (max-width: 576px) {
  body[data-lang="RU"] #c607732 {
    margin-top: 39px; }

  body[data-lang="RU"] .header-title-label {
    margin-left: 0px !important; }

  body[data-lang="RU"] ._mainContainer #c611163 h2,
  body[data-lang="RU"] ._mainContainer #c608168 h1 {
    font-size: 28px; }

  body[data-lang="AR"] #c607732 {
    margin-top: 39px; }

  body[data-lang="AR"] .header-title-label {
    margin-right: 0px !important; } }
@media (max-width: 450px) {
  body[data-lang="ES"] #c607732 {
    margin-top: 39px; }

  body[data-lang="ES"] .header-title-label {
    margin-left: 0px !important; }

  body[data-lang="FR"] #c607732 {
    margin-top: 39px; }

  body[data-lang="FR"] .header-title-label {
    margin-left: 0px !important; }

  body[data-lang="IT"] #c607732 {
    margin-top: 39px; }

  body[data-lang="IT"] .header-title-label {
    margin-left: 0px !important; }

  body[data-lang="RU"] .overlay nav {
    font-size: 29px; } }
@media (max-width: 360px) {
  body[data-lang="RU"] .overlay nav {
    font-size: 26px; } }
@media (max-width: 310px) {
  body[data-lang="ZH"] .header-title-label {
    margin-left: 0px !important; } }
.row-story-flex .col-md-6:first-child {
  padding-right: 30px; }

.row-story-flex {
  flex-direction: column; }

.story-img-column {
  height: 400px;
  background-position: top !important;
  order: -1;
  margin-top: -25px; }

@media (min-width: 992px) {
  .row-story-flex {
    flex-direction: row; }

  .story-img-column {
    height: auto;
    background-position: center;
    order: 0;
    margin-top: 0; } }
.row-handbook div.handbook-box {
  -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; }
  .row-handbook div.handbook-box img.img-responsive {
    -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; }

/* c619632 is c617437 in prod */
#c619632 ._mainContainer, #c617437 ._mainContainer {
  margin-bottom: 30px !important;
  border-bottom: 1px solid #e8e8e9 !important; }

/* c619619 is c617445 in prod */
#c619619 ._mainContainer, #c617445 ._mainContainer {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  border-top: 1px solid #e8e8e9 !important;
  padding: 30px 20px !important;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    #c619619 ._mainContainer, #c617445 ._mainContainer {
      padding: 50px 70px !important; } }

div.dwn-toolkit .contest-desc {
  border-bottom: 0 !important; }

/* Components / Pages */
.row-handbook a {
  color: #151515; }
  .row-handbook a:hover, .row-handbook a:active, .row-handbook a:focus, .row-handbook a:active:hover, .row-handbook a:active:focus {
    color: #151515;
    text-decoration: none; }

.handbook-box {
  border: 1px solid #afafaf;
  margin-bottom: 60px; }
  .handbook-box h4 {
    padding: 0 25px;
    margin-bottom: 40px;
    margin-top: 15px; }

.brochure-container {
  display: flex;
  flex-direction: column;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .brochure-container .bruchure-item {
    margin-top: 30px;
    overflow: hidden; }
  @media (min-width: 1200px) {
    .brochure-container {
      flex-direction: row; }
      .brochure-container .bruchure-item {
        margin-right: 100px; }
        .brochure-container .bruchure-item:first-child {
          width: 30%; }
        .brochure-container .bruchure-item:last-child {
          flex-grow: 1;
          margin-right: 0; } }
  .brochure-container .brochure-photo {
    background-color: #f4f4f3;
    padding: 15px;
    position: relative;
    /* Small devices (tablets, 768px and up) */ }
    .brochure-container .brochure-photo:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #e8e9ea;
      z-index: 1;
      left: 0;
      top: 0; }
    @media (min-width: 768px) {
      .brochure-container .brochure-photo {
        padding: 30px; } }
  .brochure-container img {
    width: 100%;
    height: auto;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .brochure-container img {
        height: 350px;
        width: auto; } }

.poster-container {
  display: flex;
  flex-direction: column;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .poster-container .poster-item {
    margin-top: 30px;
    margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .poster-container {
      flex-direction: row; }
      .poster-container .bruchure-item {
        margin-right: 100px; } }
  .poster-container .brochure-photo {
    padding: 15px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .poster-container .brochure-photo {
        padding: 30px; } }
  .poster-container img {
    width: 100%;
    height: auto;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .poster-container img {
        height: 350px;
        width: auto; } }

.row-activity-books {
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .row-activity-books {
      flex-direction: row; } }
  .row-activity-books div[class^="col-"] {
    float: none; }
  .row-activity-books .col-main-book-text {
    margin-bottom: 60px;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      .row-activity-books .col-main-book-text {
        margin-bottom: 0; } }
  .row-activity-books .col-activity-image {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f4f4f3;
    padding: 15px;
    position: relative; }
    .row-activity-books .col-activity-image:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #e8e9ea;
      z-index: 1;
      left: 0;
      top: 0; }

.activity-side-links a h4 {
  font-size: 23px;
  font-weight: 200; }
.activity-side-links a {
  display: block; }
.activity-side-links img {
  display: inline-block;
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 1200px) {
    .activity-side-links img {
      max-width: 80%; } }

.row.row-web-banner .col-web-banner-image-small {
  max-width: 210px; }
.row.row-web-banner .col-md-8 {
  /* Small devices (tablets, 768px and up) */ }
  @media (max-width: 768px) {
    .row.row-web-banner .col-md-8 {
      margin-bottom: 30px; } }

.row-video-trello {
  display: flex;
  flex-direction: column;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .row-video-trello {
      flex-direction: row; } }
  .row-video-trello div[class^="col-"] {
    float: none; }

.row-trello-flex {
  display: flex;
  flex-direction: column;
  height: calc(100% - 128px);
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .row-trello-flex {
      flex-direction: row; } }
  .row-trello-flex div[class^="col-"] {
    float: none; }
  .row-trello-flex .trello-img {
    background-image: url(http://www.fao.org/fileadmin/templates/wfd2018/wfd-components/img/trello.jpg);
    background-size: cover;
    background-position: right center;
    min-height: 250px;
    height: 100%;
    /* Medium devices (desktops, 992px and up) */ }
    @media (max-width: 992px) {
      .row-trello-flex .trello-img {
        margin-top: 60px; } }

.wfd-poster-image {
  border: 1px solid #e8e9ea; }

/* Overlay style */
.overlay {
  position: fixed;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(http://www.fao.org/fileadmin/templates/family-farming-decade/css/img/cross.svg) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100; }

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative; }

.overlay ul li {
  display: block; }

.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #1dafeb;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  .overlay ul li a:hover, .overlay ul li a:active, .overlay ul li a:focus, .overlay ul li a:active:hover, .overlay ul li a:active:focus {
    text-decoration: none; }
    .overlay ul li a:hover *, .overlay ul li a:active *, .overlay ul li a:focus *, .overlay ul li a:active:hover *, .overlay ul li a:active:focus * {
      text-decoration: none; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: rgba(29, 175, 235, 0.6); }

/* Effects */
.overlay-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.overlay-menu nav {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.overlay-menu nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.overlay-menu.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.overlay-menu.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg); }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }

  .overlay ul li {
    min-height: 34px; } }
.overlay {
  background: rgba(255, 255, 255, 0.9); }

.overlay ul li a {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #1dafeb;
  text-transform: uppercase; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #0d6d95; }

.overlay .overlay-close {
  width: 50px;
  height: 50px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .overlay .overlay-close {
      width: 80px;
      height: 80px; } }

.overlay nav {
  font-size: 37px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .overlay nav {
      font-size: 54px; } }

/* Nicola's changes - update for menu display */
@media (max-width: 450px) {
  body[data-lang="RU"] .overlay nav {
    font-size: 25px; }

  .overlay ul li {
    height: auto;
    min-height: 0;
    margin-bottom: 10px; }

  .overlay nav {
    font-size: 30px; } }
@media (min-width: 768px) {
  .overlay nav {
    font-size: 40px; } }
/* Events */
.container-wfd-yellow {
  background-color: #FAC53F;
  padding: 60px 0 70px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .container-wfd-yellow {
      background-size: 3524px 1605px; } }
  .container-wfd-yellow h3 {
    margin-bottom: 50px; }
  .container-wfd-yellow ._mainContainer {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
    display: block;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .container-wfd-yellow ._mainContainer {
        padding: 0 70px; } }
  .container-wfd-yellow .wfd-events-title span {
    color: #48350c !important; }
  .container-wfd-yellow .wfd-events-text {
    color: #48350c !important; }
  .container-wfd-yellow .btn.btn-wfd-events {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #48350c;
    color: #48350c; }
    .container-wfd-yellow .btn.btn-wfd-events:hover, .container-wfd-yellow .btn.btn-wfd-events:active, .container-wfd-yellow .btn.btn-wfd-events:focus, .container-wfd-yellow .btn.btn-wfd-events:active:hover, .container-wfd-yellow .btn.btn-wfd-events:active:focus {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: black;
      color: black; }
    .container-wfd-yellow .btn.btn-wfd-events:active:focus {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: black;
      color: black; }
  .container-wfd-yellow .event-card {
    background-color: white;
    -webkit-box-shadow: 0px 35px 32px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 35px 32px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 35px 32px 0px rgba(0, 0, 0, 0.14);
    position: relative;
    padding: 0 30px 80px 30px;
    display: block;
    margin-bottom: 30px;
    /* Medium devices (desktops, 992px and up) */ }
    .container-wfd-yellow .event-card:hover .event-date {
      text-decoration: none;
      color: #151515; }
    @media (min-width: 992px) {
      .container-wfd-yellow .event-card {
        margin-bottom: 0; } }
    .container-wfd-yellow .event-card .event-photo {
      height: 200px;
      background-size: cover;
      background-position: center center;
      position: relative;
      margin: 0 -30px; }
      .container-wfd-yellow .event-card .event-photo:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.6+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.6) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.6) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.6) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
        /* IE6-9 */ }
      .container-wfd-yellow .event-card .event-photo h2 {
        font-size: 25px;
        font-weight: 300;
        color: white;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0 30px 0 45px; }
        .container-wfd-yellow .event-card .event-photo h2 .material-icons {
          position: absolute;
          left: 19px;
          top: 7px; }
    .container-wfd-yellow .event-card .event-title {
      height: 135px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      color: #1dafeb;
      font-style: italic;
      font-size: 25px;
      font-weight: 500;
      margin: 0;
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 992px) {
        .container-wfd-yellow .event-card .event-title {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .container-wfd-yellow .event-card .event-title {
          font-size: 25px; } }
    .container-wfd-yellow .event-card .event-date {
      height: 80px;
      background-color: #e8e9ea;
      position: absolute;
      margin: 0 -30px;
      bottom: 0;
      padding: 0 30px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .container-wfd-yellow .event-card .event-date h2 {
        margin: 0;
        font-weight: 200;
        font-size: 23px;
        /* Medium devices (desktops, 992px and up) */
        /* Large devices (large desktops, 1200px and up) */ }
        @media (min-width: 992px) {
          .container-wfd-yellow .event-card .event-date h2 {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .container-wfd-yellow .event-card .event-date h2 {
            font-size: 23px; } }
        .container-wfd-yellow .event-card .event-date h2 .events-big-date {
          font-size: 30px;
          font-weight: 100;
          /* Medium devices (desktops, 992px and up) */
          /* Large devices (large desktops, 1200px and up) */ }
          @media (min-width: 992px) {
            .container-wfd-yellow .event-card .event-date h2 .events-big-date {
              font-size: 22px; } }
          @media (min-width: 1200px) {
            .container-wfd-yellow .event-card .event-date h2 .events-big-date {
              font-size: 30px; } }

.contest-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .contest-content {
      flex-direction: row; } }
  .contest-content .contest-desc {
    width: 290px;
    margin-bottom: 15px;
    /* Small devices (tablets, 768px and up) */ }
    .contest-content .contest-desc .text-right {
      text-align: center; }
    @media (min-width: 768px) {
      .contest-content .contest-desc {
        margin-right: 30px;
        margin-bottom: 0; }
        .contest-content .contest-desc .text-right {
          text-align: right; } }
  .contest-content .content-image {
    width: 290px;
    margin-left: 30px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .contest-content .content-image {
        margin-left: 30px; } }

.contest-btns {
  margin-top: 20px; }
  .contest-btns .btn {
    margin: 0 10px 15px 10px; }

/* Slider Photo */
/* WFD Swiper Style */
.container-keyfacts {
  background-color: #1dafeb;
  padding: 30px 0 0 40px; }
[lang="ar"] .container-keyfacts {
  padding: 30px 40px 0 0; }
  .container-keyfacts .container-keyfacts-title {
    color: white; }
  .container-keyfacts h3 {
    margin-bottom: 50px; }
  .container-keyfacts .keyf-slide {
    background-color: white;
    -webkit-box-shadow: 0px 35px 32px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 35px 32px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 35px 32px 0px rgba(0, 0, 0, 0.14);
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 390px;
    position: relative; }
    @media (min-width: 768px) {
      .container-keyfacts .keyf-slide {
        width: 390px; } }
    .container-keyfacts .keyf-slide h2 {
      background-color: white;
      font-size: 25px;
      color: #1dafeb;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 90px;
      width: 100%; }

.swiper-container-wfd {
  width: 100%;
  padding-bottom: 70px !important; }
  .swiper-container-wfd .swiper-slide {
    height: auto;
    cursor: pointer;
    /* 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; }
    @media (min-width: 768px) {
      .swiper-container-wfd .swiper-slide {
        width: 390px; } }

.swiper-button-prev-wfd {
   background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='white' d='M16.2,47.8c0.4,0,0.9-0.1,1.3-0.4c1.2-0.7,1.7-2.3,0.9-3.6L6.9,24L18.5,4.2c0.7-1.3,0.3-2.9-0.9-3.6 c-1.3-0.7-2.9-0.3-3.6,0.9L1.6,22.7c-0.5,0.8-0.5,1.8,0,2.7l12.4,21.1C14.4,47.3,15.3,47.8,16.2,47.8z'/%3E%3C/svg%3E");
  top: calc(50% + 50px) !important;
  left:30px;
  -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); }
  .swiper-button-prev-wfd:hover, .swiper-button-prev-wfd:active, .swiper-button-prev-wfd:focus, .swiper-button-prev-wfd:active:hover, .swiper-button-prev-wfd:active:focus {
    outline: 0; }

.swiper-button-next-wfd {
   background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='white' d='M3.8,47.8c-0.4,0-0.9-0.1-1.3-0.4c-1.2-0.7-1.7-2.3-0.9-3.6L13.1,24L1.5,4.2C0.8,2.9,1.2,1.3,2.5,0.6 c1.3-0.7,2.9-0.3,3.6,0.9l12.4,21.1c0.5,0.8,0.5,1.8,0,2.7L6.1,46.5C5.6,47.3,4.7,47.8,3.8,47.8z'/%3E%3C/svg%3E%0A");
  top: calc(50% + 50px) !important;
  right:30px;
  -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); }
  .swiper-button-next-wfd:hover, .swiper-button-next-wfd:active, .swiper-button-next-wfd:focus, .swiper-button-next-wfd:active:hover, .swiper-button-next-wfd:active:focus {
    outline: 0; }

.swiper-gradient-right, .swiper-gradient-left {
  background-image: url("img/gradient-swiper.png");
  background-size: 100% 100%;
  width: 70px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1; }

.swiper-gradient-left {
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.swiper-gradient-right {
  right: 0; }

.swiper-container-contest {
  height: 330px;
  margin-top: 26px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .swiper-container-contest .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .swiper-container-contest {
      height: 700px; } }
  @media (min-width: 1200px) {
    .swiper-container-contest {
      height: 760px; } }

html body {
    padding-top: 186px;
}

@media (min-width: 768px) {

   html body {
    padding-top: 170px;
   }

  .swiper-container-contest {
    height: 519px;
    margin-top: 0; }

  .swiper-container-contest .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat; } }

@media (min-width: 1200px) {
   html body {
    padding-top: 117px;
   }

  .swiper-container-contest {
    height: 760px; }

  .swiper-container-contest .swiper-slide {
    background-size: cover; } }
/* WFD THeme Page */
[data-name="theme"] ._mainContainer {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-top: 0; }

/* WFD Friends Page */
[data-name="friends"] ._mainContainer {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-top: 0; }

/* ARABIC */
body[data-lang="AR"] {
  direction:ltr;
  padding-top: 163px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 545px) {
    body[data-lang="AR"] {
      padding-top: 136px; } }
  @media (min-width: 768px) {
    body[data-lang="AR"] {
      padding-top: 111px; } }
  @media (min-width: 992px) {
    body[data-lang="AR"] {
      padding-top: 111px;
  direction:ltr;
} }
  @media (min-width: 1200px) {
    body[data-lang="AR"] {
      padding-top: 117px; } }
  @media (min-width: 768px) {
    body[data-lang="AR"] .wfd-logo .header-title-label {
      font-size: 19px; } }
  @media (min-width: 1200px) {
    body[data-lang="AR"] .wfd-logo .header-title-label {
      font-size: 26px; } }
  @media (min-width: 768px) {
    body[data-lang="AR"] .wfd-logo .header-title-date {
      font-size: 23px; } }
  @media (min-width: 1200px) {
    body[data-lang="AR"] .wfd-logo .header-title-date {
      font-size: 20px;
      margin-bottom: 9px; } }
  body[data-lang="AR"] .header-wfd, body[data-lang="AR"] .container-wfd, body[data-lang="AR"] .container-wfd-gray, body[data-lang="AR"] .container-wfd-yellow, body[data-lang="AR"] ._mainContainer {
    font-family: 'Cairo', sans-serif;
    font-size: 19px;
    direction:rtl;}
    body[data-lang="AR"] .header-wfd h2, body[data-lang="AR"] .container-wfd h2, body[data-lang="AR"] .container-wfd-gray h2, body[data-lang="AR"] .container-wfd-yellow h2, body[data-lang="AR"] ._mainContainer h2 {
      font-size: 26px; }
      body[data-lang="AR"] .header-wfd h2 .wfd-h-bold, body[data-lang="AR"] .container-wfd h2 .wfd-h-bold, body[data-lang="AR"] .container-wfd-gray h2 .wfd-h-bold, body[data-lang="AR"] .container-wfd-yellow h2 .wfd-h-bold, body[data-lang="AR"] ._mainContainer h2 .wfd-h-bold {
        font-style: normal; }
      body[data-lang="AR"] .header-wfd h2 .wfd-h-light, body[data-lang="AR"] .container-wfd h2 .wfd-h-light, body[data-lang="AR"] .container-wfd-gray h2 .wfd-h-light, body[data-lang="AR"] .container-wfd-yellow h2 .wfd-h-light, body[data-lang="AR"] ._mainContainer h2 .wfd-h-light {
        font-style: normal; }
    body[data-lang="AR"] .header-wfd h4, body[data-lang="AR"] .container-wfd h4, body[data-lang="AR"] .container-wfd-gray h4, body[data-lang="AR"] .container-wfd-yellow h4, body[data-lang="AR"] ._mainContainer h4 {
      font-size: 18px; }
  body[data-lang="AR"] .wfzh {
    width: 206px;
    height: 65px;
    position: absolute;
    left: calc(50% - 103px);
    right: auto; }
    @media (min-width: 768px) {
      body[data-lang="AR"] .wfzh {
        bottom: 150px; } }
    @media (min-width: 992px) {
      body[data-lang="AR"] .wfzh {
        bottom: 30px;
        left: 30px;
        right: auto; } }
  body[data-lang="AR"] div.dwn-toolkit .contest-desc h2 {
    text-align: right; }
  body[data-lang="AR"] .footer-links {
    font-family: 'Cairo', sans-serif; }
  body[data-lang="AR"] div.dwn-toolkit .contest-desc p {
    font-family: 'Cairo', sans-serif;
    text-align: right; }
  body[data-lang="AR"] .container-wfd-yellow .event-card .event-photo h2 {
    font-size: 16px !important;
    padding: 0 45px 0 30px; }
    body[data-lang="AR"] .container-wfd-yellow .event-card .event-photo h2 .material-icons {
      right: 19px;
      left: auto;
      top: 1px; }
  body[data-lang="AR"] .event-card .event-title {
    font-size: 19px !important;
    font-style: normal !important; }
  body[data-lang="AR"] .event-date h2 {
    font-size: 14px !important; }
  body[data-lang="AR"] .events-big-date {
    font-size: 19px !important; }
  body[data-lang="AR"] .swiper-container-wfd {
    direction: rtl; }
    body[data-lang="AR"] .swiper-container-wfd .swiper-button-next {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='#fff' d='M16.2,47.8c0.4,0,0.9-0.1,1.3-0.4c1.2-0.7,1.7-2.3,0.9-3.6L6.9,24L18.5,4.2c0.7-1.3,0.3-2.9-0.9-3.6 c-1.3-0.7-2.9-0.3-3.6,0.9L1.6,22.7c-0.5,0.8-0.5,1.8,0,2.7l12.4,21.1C14.4,47.3,15.3,47.8,16.2,47.8z'/%3E%3C/svg%3E") !important;
      top: calc(50% - 15px) !important; }
    body[data-lang="AR"] .swiper-container-wfd .swiper-button-prev {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='#fff' d='M3.8,47.8c-0.4,0-0.9-0.1-1.3-0.4c-1.2-0.7-1.7-2.3-0.9-3.6L13.1,24L1.5,4.2C0.8,2.9,1.2,1.3,2.5,0.6 c1.3-0.7,2.9-0.3,3.6,0.9l12.4,21.1c0.5,0.8,0.5,1.8,0,2.7L6.1,46.5C5.6,47.3,4.7,47.8,3.8,47.8z'/%3E%3C/svg%3E%0A") !important;
      top: calc(50% - 15px) !important; }
    body[data-lang="AR"] .swiper-container-wfd * {
      direction: rtl; }
    body[data-lang="AR"] .swiper-container-wfd .swiper-slide {
      transform: translate3d(0, 0, 0); }

/* RUSSIAN */
body[data-lang="RU"] {
  padding-top: 185px;
  /* Refinement */
  /* Refinement */
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 403px) {
    body[data-lang="RU"] {
      padding-top: 165px; } }
  @media (min-width: 564px) {
    body[data-lang="RU"] {
      padding-top: 135px; } }
  @media (min-width: 768px) {
    body[data-lang="RU"] {
      padding-top: 105px; } }
  body[data-lang="RU"] .header-wfd, body[data-lang="RU"] .container-wfd, body[data-lang="RU"] .container-wfd-gray, body[data-lang="RU"] .container-wfd-yellow, body[data-lang="RU"] ._mainContainer {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 21px; }
  body[data-lang="RU"] .wfd-logo {
    text-align: center; }
    @media (min-width: 768px) {
      body[data-lang="RU"] .wfd-logo {
        text-align: left; } }
  body[data-lang="RU"] .contest-content .dwn-toolkit {
    font-family: 'Fira Sans Condensed', sans-serif; }
  body[data-lang="RU"] .overlay ul li a {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600; }
  body[data-lang="RU"] div.handbook-box h4 {
    font-size: 20px; }
  body[data-lang="RU"] ._mainContainer h2 {
    font-size: 32px; }
  body[data-lang="RU"] .dwn-toolkit .wfd-h-bold, body[data-lang="RU"] .dwn-toolkit .wfd-h-light {
    font-family: 'Fira Sans Condensed', sans-serif; }
  body[data-lang="RU"] .container-wfd-yellow .event-card .event-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2; }
  body[data-lang="RU"] .container-wfd-yellow .event-card .event-date h2 {
    font-size: 18px; }
    body[data-lang="RU"] .container-wfd-yellow .event-card .event-date h2 .events-big-date {
      font-size: 23px; }

/* WFD Hero */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.container-hero {
  height: 500px;
  background-size: 3000px 892px;
  background-position: center -145px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .container-hero .container, .container-hero .row, .container-hero .col-md-12 {
    height: 100%; }
  @media (min-width: 768px) {
    .container-hero {
      height: 700px;
      background-position: center -117px; } }
  @media (min-width: 1200px) {
    .container-hero {
      height: 760px; } }

.future {
  width: 290px;
  margin: 45px auto;
  /* Small devices (tablets, 768px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .future {
      width: 650px;
      margin: 115px auto; } }
  @media (min-width: 1200px) {
    .future {
      width: 869px; } }

.hero-sub-head {
  width: 290px;
  height: 88px;
  margin: 0 auto;
  background-image: url(http://www.fao.org/fileadmin/templates/wfd2018/wfd-components/img/hero-sub-head.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .hero-sub-head {
      width: 334px;
      margin-top: 250px; } }

.wfzh {
  width: 206px;
  height: 65px;
  position: absolute;
  bottom: 60px;
  right: calc(50% - 103px);
  background-image: url(http://www.fao.org/fileadmin/templates/wfd2018/wfd-components/img/wfzh.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 768px) {
    .wfzh {
      bottom: 150px; } }
  @media (min-width: 992px) {
    .wfzh {
      bottom: 30px;
      right: 30px; } }

/* Homepage Video */
.container-hero-video {
  height: 130px;
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: white;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Iphone 6 */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
   }
  @media (min-width: 375px) {
    .container-hero-video {
      height: 160px; } }
  @media (min-width: 768px) {
    .container-hero-video {
      height: 315px; } }
  @media (min-width: 992px) {
    .container-hero-video {
      height: 380px; } }
  @media (min-width: 1200px) {
    .container-hero-video {
      height: 455px; } }

.video-promo-holder {
  background-color: #1dafeb; }
  .video-promo-holder .video-promo-container {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    display: block; }
    .video-promo-holder .video-promo-container h2 span {
      color: white !important; }
    .video-promo-holder .video-promo-container p {
      color: white; }
    .video-promo-holder .video-promo-container .wfd-video-promo-title {
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .video-promo-holder .video-promo-container .wfd-video-promo-title {
          text-align: inherit; } }
    .video-promo-holder .video-promo-container .wfd-video-promo-text {
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .video-promo-holder .video-promo-container .wfd-video-promo-text {
          text-align: inherit; } }
    .video-promo-holder .video-promo-container .btn-wfd-inverted {
      border-color: white !important; }
    .video-promo-holder .video-promo-container .wfd-video-holder {
      overflow: visible; }
      .video-promo-holder .video-promo-container .wfd-video-holder:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("http://www.fao.org/fileadmin/templates/wfd2018/wfd-components/img/wfd-video-shadow.png");
        top: 30px;
        left: 0;
        background-size: 100% 100%;
        z-index: 0;
        /* Iphone 6 */
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */
        /* Large devices (large desktops, 1200px and up) */ }
        @media (min-width: 375px) {
          .video-promo-holder .video-promo-container .wfd-video-holder:before {
            top: 35px; } }
        @media (min-width: 768px) {
          .video-promo-holder .video-promo-container .wfd-video-holder:before {
            top: 50px; } }
        @media (min-width: 992px) {
          .video-promo-holder .video-promo-container .wfd-video-holder:before {
            top: 50px; } }
        @media (min-width: 1200px) {
          .video-promo-holder .video-promo-container .wfd-video-holder:before {
            top: 60px; } }
      .video-promo-holder .video-promo-container .wfd-video-holder:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #1dafeb;
        top: 0;
        left: 0;
        z-index: 1; }
      .video-promo-holder .video-promo-container .wfd-video-holder .embed-responsive-item {
        z-index: 2; }

/*# sourceMappingURL=wfd-style.css.map */


