/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
/** mobile template **/
/* end mixin mobile-css*/
/*required as calc() can't overwritten even by another calc() with !important */
/* end mixin mobile-calc*/
/*Note: values created with calc can override !important and need their own media-query - it's a css bug on many browsers*/
/* end mixin mobile-calc-own*/
/*
IFAD - Multilingual menu 1.0
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bring-to-front {
  z-index: 999 !important;
  position: fixed !important;
  overflow: auto !important;
  background-color: #7f9bb7 !important;
  /*to hide site when menu is active*/ }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
mobile-menu STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
General styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.dockbar-ready .navbar-header .lang-bar {
  float: left; }

body.has-alerts .menu-container, body.has-alerts .menu-container .navbar {
  top: 50px; }

#navigation {
  display: inherit !important;
  width: 100%; }

.menu-container {
  background-color: #003870;
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 150;
  left: 0; }
  .menu-container * {
    box-sizing: border-box; }
  .menu-container a {
    color: #333; }
  .menu-container a:hover, .menu-container a:focus {
    /*
    color: #003870;
    */
    color: #fff;
    text-decoration: none; }

.menu-container .navbar {
  background-color: #003870;
  max-width: 1440px;
  margin: 0 auto; }

.navbar-header {
  background-color: #003870; }

.aui .navbar-fixed-top {
  /*position:fixed;*/
  z-index: unset; }

.navbar-fixed-top .container {
  width: auto !important;
  /*override bootstrap css defaut*/ }

.navbar-brand.desktop {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  float: left;
  display: inline-block;
  height: 110px;
  width: 240px;
  box-sizing: border-box; }

.navbar-brand.phone {
  display: none; }

.navbar-header .lang-bar {
  display: block;
  float: right;
  text-align: right;
  padding-top: 15px;
  clear: right;
  padding-right: 30px; }

.navbar-header .lang-bar a span.desktop {
  display: inline-block;
  padding-left: 15px;
  color: #aab6c8; }

.navbar-header .lang-bar a.ar-text span.desktop {
  font-family: 'Tajawal', sans-serif; }

.navbar-header .lang-bar a:hover span.desktop,
.navbar-header .lang-bar a.active span.desktop {
  color: #fff; }

.navbar-header .lang-bar a span.mobile {
  display: none; }

.menu-general {
  /*display: block;
      text-align: left;
      padding-top: 50px;
      padding-right: 30px;
      clear: right;
      position: relative;
      z-index: 9999;
      */
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  /*float: right;*/
  text-align: left;
  padding-top: 50px;
  padding-right: 20px; }

.menu-general > ul {
  list-style: none;
  float: right; }

.menu-toggle,
#mobile-search,
.menu-general > ul > li a.menuarrow {
  display: none; }

.menu-general > ul:before,
.menu-general > ul:after {
  content: "";
  display: table; }

.menu-general > ul:after {
  clear: both; }

.menu-general > ul > li {
  z-index: 2000;
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
  border-bottom: none;
  position: relative; }

.menu-general > ul > li:hover {
  border-bottom: none; }

.menu-general > ul > li a {
  color: #fff;
  text-decoration: none;
  padding: 1.429em 1em;
  padding: 20px 12.5px;
  display: block;
  letter-spacing: 0.5px; }

.menu-general > ul > li:nth-child(8) a {
  padding-right: 0; }

.menu-general > ul > li:nth-child(9) a {
  padding-left: 25px; }

.menu-general > ul > li:hover,
.menu-general > ul > li.active {
  background: transparent; }

.menu-general > ul > li > ul {
  /*
  display: none;
  */
  visibility: hidden;
  -webkit-transition: .2s .2s;
  transition: .2s .2s;
  width: 100%;
  max-width: 1440px;
  background: #fff;
  padding: 37.5px 25px;
  position: absolute;
  position: fixed;
  z-index: 1039 !important;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
  -webkit-column-rule: 1px solid #e5e5e5;
  /* 10% black Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #e5e5e5;
  /* Firefox */
  column-rule: 1px solid #e5e5e5; }

.menu-general > ul > li#desktop-search a {
  font-size: 17px;
  height: 60px;
  padding-right: 10px; }

.menu-general > ul > li#desktop-search.active a {
  color: #aab6c8; }

.menu-general > ul > li#desktop-search > div {
  display: none;
  width: 100%;
  max-width: 1440px;
  background: #fff;
  padding: 37.5px 25px;
  position: absolute;
  position: fixed;
  z-index: 50;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .menu-general > ul > li#desktop-search > div #search-menu-button {
    /*
            background: #003870;
            float: left;
            letter-spacing: 1px;
            margin-right: -6px;
            margin-bottom: 10px;
            border-radius: 0px 3px 3px 0px;
            padding: 10px;
            color:white;
*/
    padding: 10px 60px;
    background-color: #003870;
    border: 0 none;
    color: white;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    float: left; }
  .menu-general > ul > li#desktop-search > div #search-menu-field {
    height: 55px; }

.menu-general .magic-country-menu {
  /*height: 330px;*/
  /*padding: 0;*/ }
  .menu-general .magic-country-menu .countries-regions .country-autocomplete {
    margin-bottom: 100px; }
  .menu-general .magic-country-menu .countries-regions .regions > ul {
    list-style: none; }

.menu-general > ul > li#desktop-search.active > div {
  display: block; }

.menu-general > ul > li > ul:before,
.menu-general > ul > li > ul:after {
  content: "";
  display: table; }

.menu-general > ul > li > ul:after {
  clear: both; }

.menu-general > ul > li > ul > li {
  margin: 0;
  padding-bottom: 7.5px;
  list-style: none;
  /*width: 25%;*/
  width: 100%;
  background: none;
  /* float: left;*/ }

.menu-general > ul > li > ul > li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  padding: 1.25px 0;
  width: 100%;
  /*95*/
  display: block;
  border-bottom: 1px solid #ccc; }

.menu-general > ul > li > ul > li a.active,
.menu-general > ul > li > ul > li a:hover,
.menu-general > ul > li > ul > li a:focus {
  color: #000;
  border-bottom: 1px solid #f59400;
  text-decoration: none; }

.menu-general > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 5px 0 0;
  /*10px 0 0;*/
  list-style: none;
  box-sizing: border-box; }

.menu-general > ul > li > ul > li > ul:before,
.menu-general > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu-general > ul > li > ul > li > ul:after {
  clear: both; }

.menu-general > ul > li > ul > li > ul > li {
  float: none;
  width: 95%;
  padding: 2.5px 0 5px 10px;
  margin: 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 17.5px; }

.menu-general > ul > li > ul > li > ul > li:last-of-type {
  padding: 2.5px 0 25px 10px; }

.menu-general > ul > li > ul > li > ul > li a {
  font-weight: 400;
  text-transform: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #555; }

.menu-general > ul > li > ul > li > ul > li a.active,
.menu-general > ul > li > ul > li > ul > li a:hover,
.menu-general > ul > li > ul > li > ul > li a:focus {
  color: #000;
  border-bottom: 1px solid #11b5d5; }

.menu-general > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px; }

.menu-general > ul > li > ul.normal-sub > li {
  width: 100%; }

.menu-general > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
  border-bottom: 1px solid #cbd7e2; }

.menu-general .country-title {
  text-transform: uppercase; }

/*countries*/
li#layout_4_search {
  width: 100% !important; }

li#layout_4_search .countries {
  padding: 30px; }

li#layout_4_search .countries .country-input {
  width: 100%;
  max-width: 450px;
  position: relative; }

li#layout_4_search .countries .country-input input {
  position: absolute;
  text-indent: 25px;
  width: 100%;
  max-width: 450px;
  vertical-align: top;
  border-radius: 50px;
  height: 60px;
  border-color: #e4e4e4;
  color: #aaa;
  font-size: 17px;
  border-width: 2px;
  padding: 0px; }

li#layout_4_search .countries .country-input button {
  display: block;
  width: 100px;
  position: absolute;
  top: 6px;
  right: 2px;
  height: 52px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  padding: 6px 20px; }

li#layout_4_search .regions {
  padding: 30px; }

@media only screen and (min-width: 1441px) {
  .menu-general > ul > li > ul {
    left: calc(50% - 1440px / 2); }

  .menu-general > ul > li#desktop-search > div {
    left: calc(50% - 1440px / 2); } }
/*separated out so we don't need to reverse them all for mobile later*/
@media only screen and (min-width: 980px) {
  #mobile-search {
    top: 80px; }

  .menu-container .lang-bar span.desktop {
    font-weight: 400;
    font-family: HelveticaIFAD; }

  /*why rural*/
  .menu-general > ul > li:nth-child(1) > ul > li:nth-child(1),
  .menu-general > ul > li:nth-child(1) > ul > li:nth-child(2) {
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always; }

  /*topics*/
  .menu-general > ul > li:nth-child(2) > ul > li:nth-child(5) {
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always; }

  /*countries*/
  .menu-general > ul > li:nth-child(3) > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  /*impact*/
  .menu-general > ul > li:nth-child(4) > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .menu-general > ul > li:nth-child(4) > ul > li:nth-child(1),
  .menu-general > ul > li:nth-child(4) > ul > li:nth-child(2) {
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always; }

  /*evaluation*/
  .menu-general > ul > li:nth-child(5) > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 37.5px 12.5%; }

  /*knowledge*/
  .menu-general > ul > li:nth-child(6) > ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  .menu-general > ul > li:nth-child(6) > ul > li:nth-child(4) {
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always; }

  /*about*/
  .menu-general > ul > li:nth-child(8) > ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  .menu-general > ul > li:nth-child(8) > ul > li:nth-child(2),
  .menu-general > ul > li:nth-child(8) > ul > li:nth-child(7),
  .menu-general > ul > li:nth-child(8) > ul > li:nth-child(9) {
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always; }

  .menu-general > ul > li:nth-child(8) > ul > li:nth-child(4),
  .menu-general > ul > li:nth-child(8) > ul > li:nth-child(6) {
    padding-bottom: 25px; } }
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile menu only styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1070px) {
  html[lang="ar-SA"] .aui body {
    padding: 0px; }
  html[lang="ar-SA"] .menu-container {
    position: absolute;
    z-index: 0;
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    background: transparent; }
  html[lang="ar-SA"] .navbar-fixed-top {
    margin-left: initial !important;
    margin-right: initial !important; }
  html[lang="ar-SA"] .navbar {
    background-color: #003870; }
  html[lang="ar-SA"] .navbar .container {
    width: auto;
    padding: 0; }
  html[lang="ar-SA"] .menu-general {
    display: block;
    float: none;
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    z-index: 1;
    /*
    margin-top: 130px;
    */ }
  html[lang="ar-SA"] .menu-toggle {
    display: block; }
  html[lang="ar-SA"] .navbar-brand.phone {
    display: inline-block;
    float: left;
    height: 80px;
    width: 130px;
    background-color: #003870;
    background-image: url(../../../images/ifad_logo/logo-mobile.svg); }
  html[lang="ar-SA"] .navbar-brand.desktop {
    display: none; }
  html[lang="ar-SA"] .navbar-header .lang-bar {
    display: block;
    float: right;
    text-align: right;
    height: 30px;
    padding-top: 9px;
    padding-right: 20px !important;
    clear: right; }
  html[lang="ar-SA"] .navbar-header .lang-bar a span.desktop {
    display: none; }
  html[lang="ar-SA"] .navbar-header .lang-bar a span.mobile {
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #aab6c8; }
  html[lang="ar-SA"] .navbar-header .lang-bar a:hover span.mobile,
  html[lang="ar-SA"] .navbar-header .lang-bar a.active span.mobile {
    color: #fff; }
  html[lang="ar-SA"] .menu-toggle {
    position: relative;
    float: right;
    height: 40px;
    padding: 9px 10px;
    margin-top: 2.5px;
    margin-right: 10px;
    margin-bottom: 7.5px;
    background-color: transparent;
    background-image: none;
    border: none;
    clear: right; }
  html[lang="ar-SA"] .menu-toggle:focus {
    outline: 0; }
  html[lang="ar-SA"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="ar-SA"] .menu-toggle .icon-bar {
    width: 30px; }
  html[lang="ar-SA"] .menu-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 0;
    position: relative;
    transition: all 200ms; }
  html[lang="ar-SA"] .menu-toggle.active .icon-bar {
    width: 30px; }
  html[lang="ar-SA"] .menu-toggle.active .icon-bar {
    margin-top: 0px;
    background-color: #98a7bd;
    transform: rotate(45deg); }
  html[lang="ar-SA"] .menu-toggle.active .icon-bar + .icon-bar {
    margin-top: -2.5px;
    background-color: transparent;
    transform: rotate(0deg); }
  html[lang="ar-SA"] .menu-toggle.active .icon-bar + .icon-bar + .icon-bar {
    margin-top: -3.5px;
    background-color: #98a7bd;
    transform: rotate(-45deg); }
  html[lang="ar-SA"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="ar-SA"] .menu-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd; }
  html[lang="ar-SA"] .menu-toggle .icon-bar + .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="ar-SA"] .menu-toggle:hover .icon-bar,
  html[lang="ar-SA"] .menu-toggle:hover .icon-bar + .icon-bar,
  html[lang="ar-SA"] .menu-toggle:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="ar-SA"] .menu-toggle.active:hover .icon-bar,
  html[lang="ar-SA"] .menu-toggle.active:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="ar-SA"] .menu-toggle.active:hover .icon-bar + .icon-bar {
    background-color: transparent; }
  html[lang="ar-SA"] .menu-mobile {
    display: block; }
  html[lang="ar-SA"] .menu-dropdown-icon:before {
    display: block; }
  html[lang="ar-SA"] .menu-general > ul > li#desktop-search,
  html[lang="ar-SA"] .menu-general > ul > li#desktop-search.active {
    display: none; }
  html[lang="ar-SA"] #mobile-search {
    display: none; }
  html[lang="ar-SA"] #mobile-search.show-on-mobile {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    color: #555;
    font-weight: 400; }
  html[lang="ar-SA"] #mobile-search [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
  html[lang="ar-SA"] #mobile-search .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
    color: #003870; }
  html[lang="ar-SA"] #mobile-search input[type=search]:not(.browser-default) {
    background-color: #7f9bb7;
    /*50% tint of navy*/
    border: none;
    border-radius: 0;
    outline: none;
    height: 50px;
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 0 20px 0 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s; }
  html[lang="ar-SA"] #mobile-search .input-field input::placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="ar-SA"] #mobile-search .input-field input::-webkit-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="ar-SA"] #mobile-search .input-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="ar-SA"] #mobile-search .input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="ar-SA"] #mobile-search .input-field input:-ms-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="ar-SA"] #mobile-search input[type=search]:focus {
    background-color: #fff; }
  html[lang="ar-SA"] #mobile-search .input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: 400; }
  html[lang="ar-SA"] #mobile-search .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  html[lang="ar-SA"] #mobile-search .input-field > label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #003870;
    font-size: 1.25em; }
  html[lang="ar-SA"] .menu-general > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100%;
    position: relative;
    height: auto;
    right: 0;
    top: 0; }
  html[lang="ar-SA"] .menu-general > ul:before,
  html[lang="ar-SA"] .menu-general > ul:after {
    content: "";
    display: table; }
  html[lang="ar-SA"] .menu-general > ul:after {
    clear: both; }
  html[lang="ar-SA"] .menu-general > ul > li {
    float: left;
    background: #e5ebf0;
    /*10% navy*/
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cbd7e2;
    /*20% navy*/ }
  html[lang="ar-SA"] .menu-general > ul > li:hover {
    border-bottom: 1px solid #e5ebf0;
    /*10% navy*/ }
  html[lang="ar-SA"] .menu-general > ul > li:hover,
  html[lang="ar-SA"] .menu-general > ul > li.active {
    background: #cbd7e2;
    /*20% navy*/ }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li.country-search,
  html[lang="ar-SA"] .menu-general > ul > li > ul > li.country-search .country-autocomplete {
    display: none; }
  html[lang="ar-SA"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(2) {
    margin-top: 0; }
  html[lang="ar-SA"] .menu-general > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; }
  html[lang="ar-SA"] .menu-general > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none; }
  html[lang="ar-SA"] .menu-general > ul > li > ul:before,
  html[lang="ar-SA"] .menu-general > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="ar-SA"] .menu-general > ul > li > ul:after {
    clear: both; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li a {
    color: #555;
    padding: .2em 0;
    width: 100%;
    /*95*/
    display: block;
    border-bottom: 1px solid #333;
    font-weight: 400;
    text-transform: none; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li a.active,
  html[lang="ar-SA"] .menu-general > ul > li > ul > li a:hover,
  html[lang="ar-SA"] .menu-general > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #f59400; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul:before,
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul:after {
    clear: both; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li a {
    border: 0;
    border-bottom: 1px solid #cbd7e2;
    color: #555; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li a.active,
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li a:hover,
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #11b5d5; }
  html[lang="ar-SA"] .menu-general > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px; }
  html[lang="ar-SA"] .menu-general > ul > li > ul.normal-sub > li {
    width: 100%; }
  html[lang="ar-SA"] .menu-general > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    border-bottom: 1px solid #cbd7e2; }
  html[lang="ar-SA"] .menu-general > ul {
    display: none; }
  html[lang="ar-SA"] .menu-general > ul > li {
    width: 100%;
    float: none;
    display: block; }
  html[lang="ar-SA"] .menu-general > ul > li a {
    padding: 14.5px;
    width: calc(100% - 50px);
    display: inline-block; }
  html[lang="ar-SA"] .menu-general > ul > li a.active {
    text-decoration: underline; }
  html[lang="ar-SA"] .menu-general > ul > li a.menuarrow {
    float: right;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: inline-block;
    padding: 13.5px 12.5px;
    padding: 25px; }
  html[lang="ar-SA"] .menu-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-top: -20px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 250ms;
    color: #7f9bb7;
    /*navy 50%*/ }
  html[lang="ar-SA"] a.menuarrow:hover .menu-caret {
    color: #3f6993;
    /*navy 50%*/ }
  html[lang="ar-SA"] .menu-general > ul > li.active a.menuarrow > .menu-caret {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff; }
  html[lang="ar-SA"] a.menuarrow:before {
    content: "+";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.036em 2em;
    background: #003870;
    color: #fff; }
  html[lang="ar-SA"] .menu-general > ul > li > ul {
    position: relative;
    visibility: visible !important; }
  html[lang="ar-SA"] .menu-general > ul > li > ul.normal-sub {
    width: 100%; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li {
    /*
        float: none;
        */
    float: left;
    width: 100%;
    margin-top: 20px; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li:first-child {
    margin: 0; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul {
    position: relative; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li {
    float: none; }
  html[lang="ar-SA"] .menu-general > ul > li > ul > li > ul > li:last-of-type {
    padding: 10px 0 10px 10px; }
  html[lang="ar-SA"] .menu-general .show-on-mobile {
    display: block;
    z-index: 0; }
  html[lang="ar-SA"] #mobile-search.show-on-mobile {
    left: 0; }
  html[lang="ar-SA"] .menu-general .country-title, html[lang="ar-SA"] .menu-general .country-autocomplete {
    display: none; }
  html[lang="ar-SA"] .menu-general .regions-title {
    float: left; }
  html[lang="ar-SA"] #content {
    padding-top: 80px !important; }

  html[lang="en-US"] .aui body {
    padding: 0px; }
  html[lang="en-US"] .menu-container {
    position: absolute;
    z-index: 0;
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    background: transparent; }
  html[lang="en-US"] .navbar-fixed-top {
    margin-left: initial !important;
    margin-right: initial !important; }
  html[lang="en-US"] .navbar {
    background-color: #003870; }
  html[lang="en-US"] .navbar .container {
    width: auto;
    padding: 0; }
  html[lang="en-US"] .menu-general {
    display: block;
    float: none;
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    z-index: 1;
    /*
    margin-top: 130px;
    */ }
  html[lang="en-US"] .menu-toggle {
    display: block; }
  html[lang="en-US"] .navbar-brand.phone {
    display: inline-block;
    float: left;
    height: 80px;
    width: 130px;
    background-color: #003870;
    background-image: url(../../../images/ifad_logo/logo-mobile.svg); }
  html[lang="en-US"] .navbar-brand.desktop {
    display: none; }
  html[lang="en-US"] .navbar-header .lang-bar {
    display: block;
    float: right;
    text-align: right;
    height: 30px;
    padding-top: 9px;
    padding-right: 20px !important;
    clear: right; }
  html[lang="en-US"] .navbar-header .lang-bar a span.desktop {
    display: none; }
  html[lang="en-US"] .navbar-header .lang-bar a span.mobile {
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #aab6c8; }
  html[lang="en-US"] .navbar-header .lang-bar a:hover span.mobile,
  html[lang="en-US"] .navbar-header .lang-bar a.active span.mobile {
    color: #fff; }
  html[lang="en-US"] .menu-toggle {
    position: relative;
    float: right;
    height: 40px;
    padding: 9px 10px;
    margin-top: 2.5px;
    margin-right: 10px;
    margin-bottom: 7.5px;
    background-color: transparent;
    background-image: none;
    border: none;
    clear: right; }
  html[lang="en-US"] .menu-toggle:focus {
    outline: 0; }
  html[lang="en-US"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="en-US"] .menu-toggle .icon-bar {
    width: 30px; }
  html[lang="en-US"] .menu-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 0;
    position: relative;
    transition: all 200ms; }
  html[lang="en-US"] .menu-toggle.active .icon-bar {
    width: 30px; }
  html[lang="en-US"] .menu-toggle.active .icon-bar {
    margin-top: 0px;
    background-color: #98a7bd;
    transform: rotate(45deg); }
  html[lang="en-US"] .menu-toggle.active .icon-bar + .icon-bar {
    margin-top: -2.5px;
    background-color: transparent;
    transform: rotate(0deg); }
  html[lang="en-US"] .menu-toggle.active .icon-bar + .icon-bar + .icon-bar {
    margin-top: -3.5px;
    background-color: #98a7bd;
    transform: rotate(-45deg); }
  html[lang="en-US"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="en-US"] .menu-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd; }
  html[lang="en-US"] .menu-toggle .icon-bar + .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="en-US"] .menu-toggle:hover .icon-bar,
  html[lang="en-US"] .menu-toggle:hover .icon-bar + .icon-bar,
  html[lang="en-US"] .menu-toggle:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="en-US"] .menu-toggle.active:hover .icon-bar,
  html[lang="en-US"] .menu-toggle.active:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="en-US"] .menu-toggle.active:hover .icon-bar + .icon-bar {
    background-color: transparent; }
  html[lang="en-US"] .menu-mobile {
    display: block; }
  html[lang="en-US"] .menu-dropdown-icon:before {
    display: block; }
  html[lang="en-US"] .menu-general > ul > li#desktop-search,
  html[lang="en-US"] .menu-general > ul > li#desktop-search.active {
    display: none; }
  html[lang="en-US"] #mobile-search {
    display: none; }
  html[lang="en-US"] #mobile-search.show-on-mobile {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    color: #555;
    font-weight: 400; }
  html[lang="en-US"] #mobile-search [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
  html[lang="en-US"] #mobile-search .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
    color: #003870; }
  html[lang="en-US"] #mobile-search input[type=search]:not(.browser-default) {
    background-color: #7f9bb7;
    /*50% tint of navy*/
    border: none;
    border-radius: 0;
    outline: none;
    height: 50px;
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 0 20px 0 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s; }
  html[lang="en-US"] #mobile-search .input-field input::placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="en-US"] #mobile-search .input-field input::-webkit-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="en-US"] #mobile-search .input-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="en-US"] #mobile-search .input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="en-US"] #mobile-search .input-field input:-ms-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="en-US"] #mobile-search input[type=search]:focus {
    background-color: #fff; }
  html[lang="en-US"] #mobile-search .input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: 400; }
  html[lang="en-US"] #mobile-search .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  html[lang="en-US"] #mobile-search .input-field > label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #003870;
    font-size: 1.25em; }
  html[lang="en-US"] .menu-general > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100%;
    position: relative;
    height: auto;
    right: 0;
    top: 0; }
  html[lang="en-US"] .menu-general > ul:before,
  html[lang="en-US"] .menu-general > ul:after {
    content: "";
    display: table; }
  html[lang="en-US"] .menu-general > ul:after {
    clear: both; }
  html[lang="en-US"] .menu-general > ul > li {
    float: left;
    background: #e5ebf0;
    /*10% navy*/
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cbd7e2;
    /*20% navy*/ }
  html[lang="en-US"] .menu-general > ul > li:hover {
    border-bottom: 1px solid #e5ebf0;
    /*10% navy*/ }
  html[lang="en-US"] .menu-general > ul > li:hover,
  html[lang="en-US"] .menu-general > ul > li.active {
    background: #cbd7e2;
    /*20% navy*/ }
  html[lang="en-US"] .menu-general > ul > li > ul > li.country-search,
  html[lang="en-US"] .menu-general > ul > li > ul > li.country-search .country-autocomplete {
    display: none; }
  html[lang="en-US"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(2) {
    margin-top: 0; }
  html[lang="en-US"] .menu-general > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; }
  html[lang="en-US"] .menu-general > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none; }
  html[lang="en-US"] .menu-general > ul > li > ul:before,
  html[lang="en-US"] .menu-general > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="en-US"] .menu-general > ul > li > ul:after {
    clear: both; }
  html[lang="en-US"] .menu-general > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left; }
  html[lang="en-US"] .menu-general > ul > li > ul > li a {
    color: #555;
    padding: .2em 0;
    width: 100%;
    /*95*/
    display: block;
    border-bottom: 1px solid #333;
    font-weight: 400;
    text-transform: none; }
  html[lang="en-US"] .menu-general > ul > li > ul > li a.active,
  html[lang="en-US"] .menu-general > ul > li > ul > li a:hover,
  html[lang="en-US"] .menu-general > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #f59400; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul:before,
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul:after {
    clear: both; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li a {
    border: 0;
    border-bottom: 1px solid #cbd7e2;
    color: #555; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li a.active,
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li a:hover,
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #11b5d5; }
  html[lang="en-US"] .menu-general > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px; }
  html[lang="en-US"] .menu-general > ul > li > ul.normal-sub > li {
    width: 100%; }
  html[lang="en-US"] .menu-general > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    border-bottom: 1px solid #cbd7e2; }
  html[lang="en-US"] .menu-general > ul {
    display: none; }
  html[lang="en-US"] .menu-general > ul > li {
    width: 100%;
    float: none;
    display: block; }
  html[lang="en-US"] .menu-general > ul > li a {
    padding: 14.5px;
    width: calc(100% - 50px);
    display: inline-block; }
  html[lang="en-US"] .menu-general > ul > li a.active {
    text-decoration: underline; }
  html[lang="en-US"] .menu-general > ul > li a.menuarrow {
    float: right;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: inline-block;
    padding: 13.5px 12.5px;
    padding: 25px; }
  html[lang="en-US"] .menu-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-top: -20px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 250ms;
    color: #7f9bb7;
    /*navy 50%*/ }
  html[lang="en-US"] a.menuarrow:hover .menu-caret {
    color: #3f6993;
    /*navy 50%*/ }
  html[lang="en-US"] .menu-general > ul > li.active a.menuarrow > .menu-caret {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff; }
  html[lang="en-US"] a.menuarrow:before {
    content: "+";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.036em 2em;
    background: #003870;
    color: #fff; }
  html[lang="en-US"] .menu-general > ul > li > ul {
    position: relative;
    visibility: visible !important; }
  html[lang="en-US"] .menu-general > ul > li > ul.normal-sub {
    width: 100%; }
  html[lang="en-US"] .menu-general > ul > li > ul > li {
    /*
        float: none;
        */
    float: left;
    width: 100%;
    margin-top: 20px; }
  html[lang="en-US"] .menu-general > ul > li > ul > li:first-child {
    margin: 0; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul {
    position: relative; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li {
    float: none; }
  html[lang="en-US"] .menu-general > ul > li > ul > li > ul > li:last-of-type {
    padding: 10px 0 10px 10px; }
  html[lang="en-US"] .menu-general .show-on-mobile {
    display: block;
    z-index: 0; }
  html[lang="en-US"] #mobile-search.show-on-mobile {
    left: 0; }
  html[lang="en-US"] .menu-general .country-title, html[lang="en-US"] .menu-general .country-autocomplete {
    display: none; }
  html[lang="en-US"] .menu-general .regions-title {
    float: left; }
  html[lang="en-US"] #content {
    padding-top: 80px !important; }

  html[lang="es-ES"] .aui body {
    padding: 0px; }
  html[lang="es-ES"] .menu-container {
    position: absolute;
    z-index: 0;
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    background: transparent; }
  html[lang="es-ES"] .navbar-fixed-top {
    margin-left: initial !important;
    margin-right: initial !important; }
  html[lang="es-ES"] .navbar {
    background-color: #003870; }
  html[lang="es-ES"] .navbar .container {
    width: auto;
    padding: 0; }
  html[lang="es-ES"] .menu-general {
    display: block;
    float: none;
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    z-index: 1;
    /*
    margin-top: 130px;
    */ }
  html[lang="es-ES"] .menu-toggle {
    display: block; }
  html[lang="es-ES"] .navbar-brand.phone {
    display: inline-block;
    float: left;
    height: 80px;
    width: 130px;
    background-color: #003870;
    background-image: url(../../../images/ifad_logo/logo-mobile.svg); }
  html[lang="es-ES"] .navbar-brand.desktop {
    display: none; }
  html[lang="es-ES"] .navbar-header .lang-bar {
    display: block;
    float: right;
    text-align: right;
    height: 30px;
    padding-top: 9px;
    padding-right: 20px !important;
    clear: right; }
  html[lang="es-ES"] .navbar-header .lang-bar a span.desktop {
    display: none; }
  html[lang="es-ES"] .navbar-header .lang-bar a span.mobile {
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #aab6c8; }
  html[lang="es-ES"] .navbar-header .lang-bar a:hover span.mobile,
  html[lang="es-ES"] .navbar-header .lang-bar a.active span.mobile {
    color: #fff; }
  html[lang="es-ES"] .menu-toggle {
    position: relative;
    float: right;
    height: 40px;
    padding: 9px 10px;
    margin-top: 2.5px;
    margin-right: 10px;
    margin-bottom: 7.5px;
    background-color: transparent;
    background-image: none;
    border: none;
    clear: right; }
  html[lang="es-ES"] .menu-toggle:focus {
    outline: 0; }
  html[lang="es-ES"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="es-ES"] .menu-toggle .icon-bar {
    width: 30px; }
  html[lang="es-ES"] .menu-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 0;
    position: relative;
    transition: all 200ms; }
  html[lang="es-ES"] .menu-toggle.active .icon-bar {
    width: 30px; }
  html[lang="es-ES"] .menu-toggle.active .icon-bar {
    margin-top: 0px;
    background-color: #98a7bd;
    transform: rotate(45deg); }
  html[lang="es-ES"] .menu-toggle.active .icon-bar + .icon-bar {
    margin-top: -2.5px;
    background-color: transparent;
    transform: rotate(0deg); }
  html[lang="es-ES"] .menu-toggle.active .icon-bar + .icon-bar + .icon-bar {
    margin-top: -3.5px;
    background-color: #98a7bd;
    transform: rotate(-45deg); }
  html[lang="es-ES"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="es-ES"] .menu-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd; }
  html[lang="es-ES"] .menu-toggle .icon-bar + .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="es-ES"] .menu-toggle:hover .icon-bar,
  html[lang="es-ES"] .menu-toggle:hover .icon-bar + .icon-bar,
  html[lang="es-ES"] .menu-toggle:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="es-ES"] .menu-toggle.active:hover .icon-bar,
  html[lang="es-ES"] .menu-toggle.active:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="es-ES"] .menu-toggle.active:hover .icon-bar + .icon-bar {
    background-color: transparent; }
  html[lang="es-ES"] .menu-mobile {
    display: block; }
  html[lang="es-ES"] .menu-dropdown-icon:before {
    display: block; }
  html[lang="es-ES"] .menu-general > ul > li#desktop-search,
  html[lang="es-ES"] .menu-general > ul > li#desktop-search.active {
    display: none; }
  html[lang="es-ES"] #mobile-search {
    display: none; }
  html[lang="es-ES"] #mobile-search.show-on-mobile {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    color: #555;
    font-weight: 400; }
  html[lang="es-ES"] #mobile-search [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
  html[lang="es-ES"] #mobile-search .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
    color: #003870; }
  html[lang="es-ES"] #mobile-search input[type=search]:not(.browser-default) {
    background-color: #7f9bb7;
    /*50% tint of navy*/
    border: none;
    border-radius: 0;
    outline: none;
    height: 50px;
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 0 20px 0 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s; }
  html[lang="es-ES"] #mobile-search .input-field input::placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="es-ES"] #mobile-search .input-field input::-webkit-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="es-ES"] #mobile-search .input-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="es-ES"] #mobile-search .input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="es-ES"] #mobile-search .input-field input:-ms-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="es-ES"] #mobile-search input[type=search]:focus {
    background-color: #fff; }
  html[lang="es-ES"] #mobile-search .input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: 400; }
  html[lang="es-ES"] #mobile-search .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  html[lang="es-ES"] #mobile-search .input-field > label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #003870;
    font-size: 1.25em; }
  html[lang="es-ES"] .menu-general > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100%;
    position: relative;
    height: auto;
    right: 0;
    top: 0; }
  html[lang="es-ES"] .menu-general > ul:before,
  html[lang="es-ES"] .menu-general > ul:after {
    content: "";
    display: table; }
  html[lang="es-ES"] .menu-general > ul:after {
    clear: both; }
  html[lang="es-ES"] .menu-general > ul > li {
    float: left;
    background: #e5ebf0;
    /*10% navy*/
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cbd7e2;
    /*20% navy*/ }
  html[lang="es-ES"] .menu-general > ul > li:hover {
    border-bottom: 1px solid #e5ebf0;
    /*10% navy*/ }
  html[lang="es-ES"] .menu-general > ul > li:hover,
  html[lang="es-ES"] .menu-general > ul > li.active {
    background: #cbd7e2;
    /*20% navy*/ }
  html[lang="es-ES"] .menu-general > ul > li > ul > li.country-search,
  html[lang="es-ES"] .menu-general > ul > li > ul > li.country-search .country-autocomplete {
    display: none; }
  html[lang="es-ES"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(2) {
    margin-top: 0; }
  html[lang="es-ES"] .menu-general > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; }
  html[lang="es-ES"] .menu-general > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none; }
  html[lang="es-ES"] .menu-general > ul > li > ul:before,
  html[lang="es-ES"] .menu-general > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="es-ES"] .menu-general > ul > li > ul:after {
    clear: both; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li a {
    color: #555;
    padding: .2em 0;
    width: 100%;
    /*95*/
    display: block;
    border-bottom: 1px solid #333;
    font-weight: 400;
    text-transform: none; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li a.active,
  html[lang="es-ES"] .menu-general > ul > li > ul > li a:hover,
  html[lang="es-ES"] .menu-general > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #f59400; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul:before,
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul:after {
    clear: both; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li a {
    border: 0;
    border-bottom: 1px solid #cbd7e2;
    color: #555; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li a.active,
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li a:hover,
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #11b5d5; }
  html[lang="es-ES"] .menu-general > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px; }
  html[lang="es-ES"] .menu-general > ul > li > ul.normal-sub > li {
    width: 100%; }
  html[lang="es-ES"] .menu-general > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    border-bottom: 1px solid #cbd7e2; }
  html[lang="es-ES"] .menu-general > ul {
    display: none; }
  html[lang="es-ES"] .menu-general > ul > li {
    width: 100%;
    float: none;
    display: block; }
  html[lang="es-ES"] .menu-general > ul > li a {
    padding: 14.5px;
    width: calc(100% - 50px);
    display: inline-block; }
  html[lang="es-ES"] .menu-general > ul > li a.active {
    text-decoration: underline; }
  html[lang="es-ES"] .menu-general > ul > li a.menuarrow {
    float: right;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: inline-block;
    padding: 13.5px 12.5px;
    padding: 25px; }
  html[lang="es-ES"] .menu-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-top: -20px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 250ms;
    color: #7f9bb7;
    /*navy 50%*/ }
  html[lang="es-ES"] a.menuarrow:hover .menu-caret {
    color: #3f6993;
    /*navy 50%*/ }
  html[lang="es-ES"] .menu-general > ul > li.active a.menuarrow > .menu-caret {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff; }
  html[lang="es-ES"] a.menuarrow:before {
    content: "+";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.036em 2em;
    background: #003870;
    color: #fff; }
  html[lang="es-ES"] .menu-general > ul > li > ul {
    position: relative;
    visibility: visible !important; }
  html[lang="es-ES"] .menu-general > ul > li > ul.normal-sub {
    width: 100%; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li {
    /*
        float: none;
        */
    float: left;
    width: 100%;
    margin-top: 20px; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li:first-child {
    margin: 0; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul {
    position: relative; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li {
    float: none; }
  html[lang="es-ES"] .menu-general > ul > li > ul > li > ul > li:last-of-type {
    padding: 10px 0 10px 10px; }
  html[lang="es-ES"] .menu-general .show-on-mobile {
    display: block;
    z-index: 0; }
  html[lang="es-ES"] #mobile-search.show-on-mobile {
    left: 0; }
  html[lang="es-ES"] .menu-general .country-title, html[lang="es-ES"] .menu-general .country-autocomplete {
    display: none; }
  html[lang="es-ES"] .menu-general .regions-title {
    float: left; }
  html[lang="es-ES"] #content {
    padding-top: 80px !important; }
  html[lang="es-ES"] .navbar-header .navbar-brand.tablet {
    background-image: url(../../../images/ifad_logo/logo-tablet-fr.svg); }

  .navbar-header .lang-bar a:hover span.mobile,
  .navbar-header .lang-bar a.active span.mobile {
    color: #fff; } }
/* mobile for FR */
@media only screen and (max-width: 1095px) {
  html[lang="fr-FR"] .aui body {
    padding: 0px; }
  html[lang="fr-FR"] .menu-container {
    position: absolute;
    z-index: 0;
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    background: transparent; }
  html[lang="fr-FR"] .navbar-fixed-top {
    margin-left: initial !important;
    margin-right: initial !important; }
  html[lang="fr-FR"] .navbar {
    background-color: #003870; }
  html[lang="fr-FR"] .navbar .container {
    width: auto;
    padding: 0; }
  html[lang="fr-FR"] .menu-general {
    display: block;
    float: none;
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    z-index: 1;
    /*
    margin-top: 130px;
    */ }
  html[lang="fr-FR"] .menu-toggle {
    display: block; }
  html[lang="fr-FR"] .navbar-brand.phone {
    display: inline-block;
    float: left;
    height: 80px;
    width: 130px;
    background-color: #003870;
    background-image: url(../../../images/ifad_logo/logo-mobile.svg); }
  html[lang="fr-FR"] .navbar-brand.desktop {
    display: none; }
  html[lang="fr-FR"] .navbar-header .lang-bar {
    display: block;
    float: right;
    text-align: right;
    height: 30px;
    padding-top: 9px;
    padding-right: 20px !important;
    clear: right; }
  html[lang="fr-FR"] .navbar-header .lang-bar a span.desktop {
    display: none; }
  html[lang="fr-FR"] .navbar-header .lang-bar a span.mobile {
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #aab6c8; }
  html[lang="fr-FR"] .navbar-header .lang-bar a:hover span.mobile,
  html[lang="fr-FR"] .navbar-header .lang-bar a.active span.mobile {
    color: #fff; }
  html[lang="fr-FR"] .menu-toggle {
    position: relative;
    float: right;
    height: 40px;
    padding: 9px 10px;
    margin-top: 2.5px;
    margin-right: 10px;
    margin-bottom: 7.5px;
    background-color: transparent;
    background-image: none;
    border: none;
    clear: right; }
  html[lang="fr-FR"] .menu-toggle:focus {
    outline: 0; }
  html[lang="fr-FR"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="fr-FR"] .menu-toggle .icon-bar {
    width: 30px; }
  html[lang="fr-FR"] .menu-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 0;
    position: relative;
    transition: all 200ms; }
  html[lang="fr-FR"] .menu-toggle.active .icon-bar {
    width: 30px; }
  html[lang="fr-FR"] .menu-toggle.active .icon-bar {
    margin-top: 0px;
    background-color: #98a7bd;
    transform: rotate(45deg); }
  html[lang="fr-FR"] .menu-toggle.active .icon-bar + .icon-bar {
    margin-top: -2.5px;
    background-color: transparent;
    transform: rotate(0deg); }
  html[lang="fr-FR"] .menu-toggle.active .icon-bar + .icon-bar + .icon-bar {
    margin-top: -3.5px;
    background-color: #98a7bd;
    transform: rotate(-45deg); }
  html[lang="fr-FR"] .menu-toggle .icon-bar {
    margin-top: 0;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="fr-FR"] .menu-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd; }
  html[lang="fr-FR"] .menu-toggle .icon-bar + .icon-bar + .icon-bar {
    margin-top: 7px;
    background-color: #98a7bd;
    transform: rotate(0deg); }
  html[lang="fr-FR"] .menu-toggle:hover .icon-bar,
  html[lang="fr-FR"] .menu-toggle:hover .icon-bar + .icon-bar,
  html[lang="fr-FR"] .menu-toggle:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="fr-FR"] .menu-toggle.active:hover .icon-bar,
  html[lang="fr-FR"] .menu-toggle.active:hover .icon-bar + .icon-bar + .icon-bar {
    background-color: #fff; }
  html[lang="fr-FR"] .menu-toggle.active:hover .icon-bar + .icon-bar {
    background-color: transparent; }
  html[lang="fr-FR"] .menu-mobile {
    display: block; }
  html[lang="fr-FR"] .menu-dropdown-icon:before {
    display: block; }
  html[lang="fr-FR"] .menu-general > ul > li#desktop-search,
  html[lang="fr-FR"] .menu-general > ul > li#desktop-search.active {
    display: none; }
  html[lang="fr-FR"] #mobile-search {
    display: none; }
  html[lang="fr-FR"] #mobile-search.show-on-mobile {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    color: #555;
    font-weight: 400; }
  html[lang="fr-FR"] #mobile-search [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
  html[lang="fr-FR"] #mobile-search .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
    color: #003870; }
  html[lang="fr-FR"] #mobile-search input[type=search]:not(.browser-default) {
    background-color: #7f9bb7;
    /*50% tint of navy*/
    border: none;
    border-radius: 0;
    outline: none;
    height: 50px;
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 0 20px 0 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s; }
  html[lang="fr-FR"] #mobile-search .input-field input::placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="fr-FR"] #mobile-search .input-field input::-webkit-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="fr-FR"] #mobile-search .input-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="fr-FR"] #mobile-search .input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="fr-FR"] #mobile-search .input-field input:-ms-input-placeholder {
    color: #003870 !important;
    opacity: 1;
    /*new*/ }
  html[lang="fr-FR"] #mobile-search input[type=search]:focus {
    background-color: #fff; }
  html[lang="fr-FR"] #mobile-search .input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: 400; }
  html[lang="fr-FR"] #mobile-search .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  html[lang="fr-FR"] #mobile-search .input-field > label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #003870;
    font-size: 1.25em; }
  html[lang="fr-FR"] .menu-general > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100%;
    position: relative;
    height: auto;
    right: 0;
    top: 0; }
  html[lang="fr-FR"] .menu-general > ul:before,
  html[lang="fr-FR"] .menu-general > ul:after {
    content: "";
    display: table; }
  html[lang="fr-FR"] .menu-general > ul:after {
    clear: both; }
  html[lang="fr-FR"] .menu-general > ul > li {
    float: left;
    background: #e5ebf0;
    /*10% navy*/
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cbd7e2;
    /*20% navy*/ }
  html[lang="fr-FR"] .menu-general > ul > li:hover {
    border-bottom: 1px solid #e5ebf0;
    /*10% navy*/ }
  html[lang="fr-FR"] .menu-general > ul > li:hover,
  html[lang="fr-FR"] .menu-general > ul > li.active {
    background: #cbd7e2;
    /*20% navy*/ }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li.country-search,
  html[lang="fr-FR"] .menu-general > ul > li > ul > li.country-search .country-autocomplete {
    display: none; }
  html[lang="fr-FR"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(2) {
    margin-top: 0; }
  html[lang="fr-FR"] .menu-general > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; }
  html[lang="fr-FR"] .menu-general > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none; }
  html[lang="fr-FR"] .menu-general > ul > li > ul:before,
  html[lang="fr-FR"] .menu-general > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="fr-FR"] .menu-general > ul > li > ul:after {
    clear: both; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li a {
    color: #555;
    padding: .2em 0;
    width: 100%;
    /*95*/
    display: block;
    border-bottom: 1px solid #333;
    font-weight: 400;
    text-transform: none; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li a.active,
  html[lang="fr-FR"] .menu-general > ul > li > ul > li a:hover,
  html[lang="fr-FR"] .menu-general > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #f59400; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul:before,
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul:after {
    content: "";
    display: table; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul:after {
    clear: both; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li a {
    border: 0;
    border-bottom: 1px solid #cbd7e2;
    color: #555; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li a.active,
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li a:hover,
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li a:focus {
    color: #000;
    border-bottom: 1px solid #11b5d5; }
  html[lang="fr-FR"] .menu-general > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px; }
  html[lang="fr-FR"] .menu-general > ul > li > ul.normal-sub > li {
    width: 100%; }
  html[lang="fr-FR"] .menu-general > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    border-bottom: 1px solid #cbd7e2; }
  html[lang="fr-FR"] .menu-general > ul {
    display: none; }
  html[lang="fr-FR"] .menu-general > ul > li {
    width: 100%;
    float: none;
    display: block; }
  html[lang="fr-FR"] .menu-general > ul > li a {
    padding: 14.5px;
    width: calc(100% - 50px);
    display: inline-block; }
  html[lang="fr-FR"] .menu-general > ul > li a.active {
    text-decoration: underline; }
  html[lang="fr-FR"] .menu-general > ul > li a.menuarrow {
    float: right;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: inline-block;
    padding: 13.5px 12.5px;
    padding: 25px; }
  html[lang="fr-FR"] .menu-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-top: -20px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 250ms;
    color: #7f9bb7;
    /*navy 50%*/ }
  html[lang="fr-FR"] a.menuarrow:hover .menu-caret {
    color: #3f6993;
    /*navy 50%*/ }
  html[lang="fr-FR"] .menu-general > ul > li.active a.menuarrow > .menu-caret {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff; }
  html[lang="fr-FR"] a.menuarrow:before {
    content: "+";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.036em 2em;
    background: #003870;
    color: #fff; }
  html[lang="fr-FR"] .menu-general > ul > li > ul {
    position: relative;
    visibility: visible !important; }
  html[lang="fr-FR"] .menu-general > ul > li > ul.normal-sub {
    width: 100%; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li {
    /*
        float: none;
        */
    float: left;
    width: 100%;
    margin-top: 20px; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li:first-child {
    margin: 0; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul {
    position: relative; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li {
    float: none; }
  html[lang="fr-FR"] .menu-general > ul > li > ul > li > ul > li:last-of-type {
    padding: 10px 0 10px 10px; }
  html[lang="fr-FR"] .menu-general .show-on-mobile {
    display: block;
    z-index: 0; }
  html[lang="fr-FR"] #mobile-search.show-on-mobile {
    left: 0; }
  html[lang="fr-FR"] .menu-general .country-title, html[lang="fr-FR"] .menu-general .country-autocomplete {
    display: none; }
  html[lang="fr-FR"] .menu-general .regions-title {
    float: left; }
  html[lang="fr-FR"] #content {
    padding-top: 80px !important; }
  html[lang="fr-FR"] .navbar-header .navbar-brand.tablet {
    background-image: url(../../../images/ifad_logo/logo-tablet-fr.svg); }

  .navbar-header .lang-bar a:hover span.mobile,
  .navbar-header .lang-bar a.active span.mobile {
    color: #fff; } }
/*fix for search bar mobile*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile menu calc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1070px) {
  html[lang="ar-SA"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 220px);
    /*minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    /*top: 50px;*/
    top: 130px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="ar-SA"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    -moz-column-break-before: always;
    -webkit-column-break-before: always; }
  html[lang="ar-SA"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    /*-moz-column-break-before: always;*/
    -webkit-column-break-before: always; }

  html[lang="en-US"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 220px);
    /*minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    /*top: 50px;*/
    top: 130px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="en-US"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    -moz-column-break-before: always;
    -webkit-column-break-before: always; }
  html[lang="en-US"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    /*-moz-column-break-before: always;*/
    -webkit-column-break-before: always; }

  html[lang="es-ES"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 220px);
    /*minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    /*top: 50px;*/
    top: 130px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="es-ES"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    -moz-column-break-before: always;
    -webkit-column-break-before: always; }
  html[lang="es-ES"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    /*-moz-column-break-before: always;*/
    -webkit-column-break-before: always; } }
/* mobile for FR */
@media only screen and (max-width: 1095px) {
  html[lang="fr-FR"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 220px);
    /*minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    /*top: 50px;*/
    top: 130px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="fr-FR"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    -moz-column-break-before: always;
    -webkit-column-break-before: always; }
  html[lang="fr-FR"] .menu-general > ul > li:nth-child(3) > ul > li:nth-child(3) {
    break-before: column;
    /*-moz-column-break-before: always;*/
    -webkit-column-break-before: always; } }
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile menu calc own
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 1070px) {
  html[lang="ar-SA"] {
    /*Special for About which is missing 12.5px of right padding to avoid search hover usability issues*/ }
    html[lang="ar-SA"] .menu-general > ul > li a.top-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      display: block;
      margin-top: 5px;
      right: 15px;
      background: #3f6993;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }
    html[lang="ar-SA"] .menu-general > ul > li a.top-link:focus:after,
    html[lang="ar-SA"] .menu-general > ul > li a.top-link:hover:after,
    html[lang="ar-SA"] .menu-general > ul > li a.top-link.active:after {
      width: calc(100% - 30px);
      left: 15px;
      background: #3f6993; }
    html[lang="ar-SA"] .menu-general > ul > li:nth-child(8) a.top-link:after {
      right: 0.5px; }
    html[lang="ar-SA"] .menu-general > ul > li:nth-child(8) a.top-link:focus:after,
    html[lang="ar-SA"] .menu-general > ul > li:nth-child(8) a.top-link:hover:after,
    html[lang="ar-SA"] .menu-general > ul > li:nth-child(8) a.top-link.active:after {
      width: calc(100% - 17.5px);
      left: 15px;
      background: #3f6993; }
    html[lang="ar-SA"] .top-link {
      text-transform: uppercase;
      font-weight: 400 !important; }

  html[lang="en-US"] {
    /*Special for About which is missing 12.5px of right padding to avoid search hover usability issues*/ }
    html[lang="en-US"] .menu-general > ul > li a.top-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      display: block;
      margin-top: 5px;
      right: 15px;
      background: #3f6993;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }
    html[lang="en-US"] .menu-general > ul > li a.top-link:focus:after,
    html[lang="en-US"] .menu-general > ul > li a.top-link:hover:after,
    html[lang="en-US"] .menu-general > ul > li a.top-link.active:after {
      width: calc(100% - 30px);
      left: 15px;
      background: #3f6993; }
    html[lang="en-US"] .menu-general > ul > li:nth-child(8) a.top-link:after {
      right: 0.5px; }
    html[lang="en-US"] .menu-general > ul > li:nth-child(8) a.top-link:focus:after,
    html[lang="en-US"] .menu-general > ul > li:nth-child(8) a.top-link:hover:after,
    html[lang="en-US"] .menu-general > ul > li:nth-child(8) a.top-link.active:after {
      width: calc(100% - 17.5px);
      left: 15px;
      background: #3f6993; }
    html[lang="en-US"] .top-link {
      text-transform: uppercase;
      font-weight: 400 !important; }

  html[lang="es-ES"] {
    /*Special for About which is missing 12.5px of right padding to avoid search hover usability issues*/ }
    html[lang="es-ES"] .menu-general > ul > li a.top-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      display: block;
      margin-top: 5px;
      right: 15px;
      background: #3f6993;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }
    html[lang="es-ES"] .menu-general > ul > li a.top-link:focus:after,
    html[lang="es-ES"] .menu-general > ul > li a.top-link:hover:after,
    html[lang="es-ES"] .menu-general > ul > li a.top-link.active:after {
      width: calc(100% - 30px);
      left: 15px;
      background: #3f6993; }
    html[lang="es-ES"] .menu-general > ul > li:nth-child(8) a.top-link:after {
      right: 0.5px; }
    html[lang="es-ES"] .menu-general > ul > li:nth-child(8) a.top-link:focus:after,
    html[lang="es-ES"] .menu-general > ul > li:nth-child(8) a.top-link:hover:after,
    html[lang="es-ES"] .menu-general > ul > li:nth-child(8) a.top-link.active:after {
      width: calc(100% - 17.5px);
      left: 15px;
      background: #3f6993; }
    html[lang="es-ES"] .top-link {
      text-transform: uppercase;
      font-weight: 400 !important; } }
/* mobile for FR */
@media only screen and (min-width: 1095px) {
  html[lang="fr-FR"] {
    /*Special for About which is missing 12.5px of right padding to avoid search hover usability issues*/ }
    html[lang="fr-FR"] .menu-general > ul > li a.top-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      display: block;
      margin-top: 5px;
      right: 15px;
      background: #3f6993;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }
    html[lang="fr-FR"] .menu-general > ul > li a.top-link:focus:after,
    html[lang="fr-FR"] .menu-general > ul > li a.top-link:hover:after,
    html[lang="fr-FR"] .menu-general > ul > li a.top-link.active:after {
      width: calc(100% - 30px);
      left: 15px;
      background: #3f6993; }
    html[lang="fr-FR"] .menu-general > ul > li:nth-child(8) a.top-link:after {
      right: 0.5px; }
    html[lang="fr-FR"] .menu-general > ul > li:nth-child(8) a.top-link:focus:after,
    html[lang="fr-FR"] .menu-general > ul > li:nth-child(8) a.top-link:hover:after,
    html[lang="fr-FR"] .menu-general > ul > li:nth-child(8) a.top-link.active:after {
      width: calc(100% - 17.5px);
      left: 15px;
      background: #3f6993; }
    html[lang="fr-FR"] .top-link {
      text-transform: uppercase;
      font-weight: 400 !important; } }
/*special pre-mobile-menu break mostly targeting tablets - delay the breakpoint by narrowing logo-width by removing tagline*/
/*required as calc() can't overwritten even by another calc() with !important */
/*
We'll retain the previous ifad-org breakpoint: 	979-980px
New menu should create enough extra width to fit slightly longer menu text of other languages.	
	
BS3 breakpoints for comparison
xs= 0-767 pixels
sm = 768-991 pixels
md = 992-1199 pixels
lg = 1200 pixels and up
*/
@media only screen and (min-width: 1071px) and (max-width: 1240px) {
  html[lang="ar-SA"] .menu-general {
    float: none; }
  html[lang="ar-SA"] .menu-general > ul > li > a {
    letter-spacing: 0;
    padding: 20px 7.5px; }
  html[lang="ar-SA"] .navbar-brand.tablet {
    width: 155px;
    background-image: url(../../../images/ifad_logo/logo-tablet.svg);
    display: inline-block !important;
    height: 105px;
    float: left; }
  html[lang="ar-SA"] .navbar-brand.desktop {
    display: none; }
  html[lang="ar-SA"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 155px);
    /* 220 minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="ar-SA"] #layout_4_search {
    width: 100% !important; }
    html[lang="ar-SA"] #layout_4_search .country-autocomplete {
      height: 220px; }
  html[lang="ar-SA"] li#layout_4_search .countries {
    padding: 30px; }
  html[lang="ar-SA"] #layout_4_search .countries .country-input {
    width: 100%;
    max-width: 450px;
    position: relative; }
  html[lang="ar-SA"] #layout_4_search .countries .country-input input {
    position: absolute;
    text-indent: 25px;
    width: 100%;
    max-width: 450px;
    vertical-align: top;
    border-radius: 50px;
    height: 60px;
    border-color: #e4e4e4;
    color: #aaa;
    font-size: 17px;
    font-family: HelveticaIFAD;
    border-width: 2px;
    padding: 0px; }
  html[lang="ar-SA"] #layout_4_search .countries .country-input button {
    display: block;
    width: 100px;
    position: absolute;
    top: 6px;
    right: 2px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    font-family: HelveticaIFAD;
    border-radius: 30px;
    padding: 6px 20px; }
  html[lang="ar-SA"] #layout_4_search .regions {
    padding: 30px; }
  html[lang="ar-SA"] .navbar-brand {
    background-image: url(../../../images/ifad_logo/logo-tablet.svg); }

  html[lang="en-US"] .menu-general {
    float: none; }
  html[lang="en-US"] .menu-general > ul > li > a {
    letter-spacing: 0;
    padding: 20px 7.5px; }
  html[lang="en-US"] .navbar-brand.tablet {
    width: 155px;
    background-image: url(../../../images/ifad_logo/logo-tablet.svg);
    display: inline-block !important;
    height: 105px;
    float: left; }
  html[lang="en-US"] .navbar-brand.desktop {
    display: none; }
  html[lang="en-US"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 155px);
    /* 220 minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="en-US"] #layout_4_search {
    width: 100% !important; }
    html[lang="en-US"] #layout_4_search .country-autocomplete {
      height: 220px; }
  html[lang="en-US"] li#layout_4_search .countries {
    padding: 30px; }
  html[lang="en-US"] #layout_4_search .countries .country-input {
    width: 100%;
    max-width: 450px;
    position: relative; }
  html[lang="en-US"] #layout_4_search .countries .country-input input {
    position: absolute;
    text-indent: 25px;
    width: 100%;
    max-width: 450px;
    vertical-align: top;
    border-radius: 50px;
    height: 60px;
    border-color: #e4e4e4;
    color: #aaa;
    font-size: 17px;
    font-family: HelveticaIFAD;
    border-width: 2px;
    padding: 0px; }
  html[lang="en-US"] #layout_4_search .countries .country-input button {
    display: block;
    width: 100px;
    position: absolute;
    top: 6px;
    right: 2px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    font-family: HelveticaIFAD;
    border-radius: 30px;
    padding: 6px 20px; }
  html[lang="en-US"] #layout_4_search .regions {
    padding: 30px; }
  html[lang="en-US"] .navbar-brand {
    background-image: url(../../../images/ifad_logo/logo-tablet.svg); }

  html[lang="es-ES"] .menu-general {
    float: none; }
  html[lang="es-ES"] .menu-general > ul > li > a {
    letter-spacing: 0;
    padding: 20px 7.5px; }
  html[lang="es-ES"] .navbar-brand.tablet {
    width: 155px;
    background-image: url(../../../images/ifad_logo/logo-tablet.svg);
    display: inline-block !important;
    height: 105px;
    float: left; }
  html[lang="es-ES"] .navbar-brand.desktop {
    display: none; }
  html[lang="es-ES"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 155px);
    /* 220 minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="es-ES"] #layout_4_search {
    width: 100% !important; }
    html[lang="es-ES"] #layout_4_search .country-autocomplete {
      height: 220px; }
  html[lang="es-ES"] li#layout_4_search .countries {
    padding: 30px; }
  html[lang="es-ES"] #layout_4_search .countries .country-input {
    width: 100%;
    max-width: 450px;
    position: relative; }
  html[lang="es-ES"] #layout_4_search .countries .country-input input {
    position: absolute;
    text-indent: 25px;
    width: 100%;
    max-width: 450px;
    vertical-align: top;
    border-radius: 50px;
    height: 60px;
    border-color: #e4e4e4;
    color: #aaa;
    font-size: 17px;
    font-family: HelveticaIFAD;
    border-width: 2px;
    padding: 0px; }
  html[lang="es-ES"] #layout_4_search .countries .country-input button {
    display: block;
    width: 100px;
    position: absolute;
    top: 6px;
    right: 2px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    font-family: HelveticaIFAD;
    border-radius: 30px;
    padding: 6px 20px; }
  html[lang="es-ES"] #layout_4_search .regions {
    padding: 30px; }
  html[lang="es-ES"] .navbar-header .navbar-brand.tablet {
    background-image: url(../../../images/ifad_logo/logo-tablet-fr.svg); } }
@media only screen and (min-width: 1096px) and (max-width: 1310px) {
  html[lang="fr-FR"] .menu-general {
    float: none; }
  html[lang="fr-FR"] .menu-general > ul > li > a {
    letter-spacing: 0;
    padding: 20px 7.5px; }
  html[lang="fr-FR"] .navbar-brand.tablet {
    width: 155px;
    background-image: url(../../../images/ifad_logo/logo-tablet.svg);
    display: inline-block !important;
    height: 105px;
    float: left; }
  html[lang="fr-FR"] .navbar-brand.desktop {
    display: none; }
  html[lang="fr-FR"] .menu-general > ul {
    margin: 0 auto;
    max-width: calc(100% - 155px);
    /* 220 minus logo width*/
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    height: 60px;
    box-sizing: border-box;
    z-index: 1040;
    /*needed for desktop*/ }
  html[lang="fr-FR"] #layout_4_search {
    width: 100% !important; }
    html[lang="fr-FR"] #layout_4_search .country-autocomplete {
      height: 220px; }
  html[lang="fr-FR"] li#layout_4_search .countries {
    padding: 30px; }
  html[lang="fr-FR"] #layout_4_search .countries .country-input {
    width: 100%;
    max-width: 450px;
    position: relative; }
  html[lang="fr-FR"] #layout_4_search .countries .country-input input {
    position: absolute;
    text-indent: 25px;
    width: 100%;
    max-width: 450px;
    vertical-align: top;
    border-radius: 50px;
    height: 60px;
    border-color: #e4e4e4;
    color: #aaa;
    font-size: 17px;
    font-family: HelveticaIFAD;
    border-width: 2px;
    padding: 0px; }
  html[lang="fr-FR"] #layout_4_search .countries .country-input button {
    display: block;
    width: 100px;
    position: absolute;
    top: 6px;
    right: 2px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    font-family: HelveticaIFAD;
    border-radius: 30px;
    padding: 6px 20px; }
  html[lang="fr-FR"] #layout_4_search .regions {
    padding: 30px; }
  html[lang="fr-FR"] .navbar-header .navbar-brand.tablet {
    background-image: url(../../../images/ifad_logo/logo-tablet-fr.svg); } }