/* GENERAL */

html {
  width:100%;
  overflow-x:hidden;
}

body {
  top:0 !important;
  overflow-x:clip;
}

html body {
  background:none;
}

html body main {
  background:none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display:none;
}

h3::before {
  content:"";
  width:100px;
  display:block;
  border-top:5px solid #000;
  margin:0 auto 1rem auto;
}

h3 {
  color:#000;
}

._bg-stripe1-gradient h3::before {
  border-color:#fff;
}

.btn-white,
.btn-white:hover {
  background: #fff;
  font-weight: bold;
  border: none;
}

/* HEADER */

header {
  border-bottom:3px solid #fbb800;
  position:sticky;
  z-index:100;
}

@media (max-width: 768px) {
  header #ContentplaceholderHeader_T40AE076C004_Col00 .row.align-items-center {
    display:flex;
    flex-direction:row;
  }

  header #ContentplaceholderHeader_T40AE076C004_Col00 #ContentplaceholderHeader_T40AE076C017_Col00 {
    width:50%;
  }

  header #ContentplaceholderHeader_T40AE076C004_Col00 #ContentplaceholderHeader_T40AE076C017_Col01 {
    width:50%;
    display:flex;
    flex-direction:row-reverse !important;
  }

  .navbar-subsite {
    position:relative;
  }
}

.header_scroll {
  line-height:1;
  position:fixed;
  width:100%;
  }

@media (min-width: 1200px) {

  .header_scroll #ContentplaceholderHeader_T40AE076C017_Col00 {
    overflow:hidden;
    height:58px;
    align-content:center;
  }

  .header_scroll #ContentplaceholderHeader_T40AE076C017_Col00 a {
    display:block;
  }

  .header_scroll .image-widget {
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
  }
}

@media (min-width: 992px) {
  .header_scroll .bg-white {
    padding:0 !important;
  }
}


/* disable sticky when in Edit Mode (BackEnd) */
html.sfPageEditorWrp header {position: initial;}


/* TOP MENU */

@media (max-width: 767px) {
  .navbar-subsite {
    top:inherit;
    left:0;
  }
}

.navbar-collapse {
  z-index:10;
  }

.navbar-nav .dropdown-menu {
  border:0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
  }

.navbar-nav .dropdown-item {
  color:#666;
  }

@media (max-width: 992px) {
  .navbar-collapse {
    top:71px;
  }

  .navbar-nav .dropdown-menu {
    border:0;
    box-shadow:none;
  }
}

.lang-select[data-lang="en"]::before {
  content:"EN";
  display:block;
}

.lang-select[data-lang="es"]::before {
  content:"ES";
  display:block;
}

.lang-select[data-lang="fr"]::before {
  content:"FR";
  display:block;
}

.ct-topbar {
  padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  font-size:15px;
}

.ct-language {
  position:relative;
  color:#666666;
  font-weight:bold;  
  text-transform:uppercase;
  cursor:pointer;
}

.ct-language__dropdown {
  position:absolute;
  z-index:100;
}

.ct-language__dropdown li {
  font-size:15px;
  border:1px solid #ccc;
  border-radius:25px;
  background-color:#ffffff;
}

.ct-language__dropdown li a {
  padding:.375rem 1rem;
  color:#666666;
  display:block;
  font-weight:bold;
}

.ct-topbar__list {
  margin-bottom:0;
}

.navbar-nav .nav-item:last-child {
  /*display:none;*/
}

@media (min-width: 992px) {
  .navbar-subsite .navbar-nav {
    align-items:center;
  }
}

@media (max-width: 992px) {
  .navbar-subsite button {
    padding: .25rem .5rem;
    margin-left:.5rem;
  }
}

.navbar-subsite .navbar-nav .nav-item:last-child .nav-link {
  background-color:transparent;
  border:0;
  border-radius:0;
  padding-left:0;
  padding-right:0;
  color:#666666;
  text-align:left;
  margin-top:0;
}

@media (min-width: 992px) {
  .navbar-subsite .navbar-nav .nav-item:last-child .nav-link {
    text-transform:uppercase;
    text-decoration:none;
    transition:0.3s;
    /*background-color: #5792ca;*/
    /*border-color: #5792ca;*/
    border-radius: 25px;
    background-size:200%;
    color: #fff;
    padding-right: .75rem;
    padding-left: .75rem;
    text-align: center;
    max-width: 200px;
    background-image: linear-gradient(90deg, #ff8686, #fbb800);
  }

.navbar-subsite .navbar-nav .nav-item:last-child .nav-link:hover {
  opacity:1;
  background-position:right center;
  }
}

.navbar-subsite .navbar-nav .nav-link {
    color:#666666;
}

.navbar-subsite .navbar-nav .nav-link:hover {
  opacity:0.6;
}

.navbar-toggler {
  color: #fff;
}

#collapse-search {
  padding:0.5rem 0;
}

#collapse-search .bi-search::before {
  color:#5792ca;
  margin:0 1rem;
  cursor:pointer;
  padding:.5rem;
  border:2px solid #5792ca;
  border-radius:50%;
  font-size:15px;
  width:auto;
}

.input-group .btn:focus {
  box-shadow:none;
}

.language-switch .btn-secondary,
#ContentplaceholderHeader_T1A414A76146_Col00 .language-switch .btn-secondary:active {
  background-color:transparent !important;
  padding:.5rem;
  border:2px solid #5792ca !important;
  border-radius:50%;
  color:#5792ca;  
  line-height:15px;
  width:40px;
}

.language-switch .btn-secondary:focus {
  box-shadow:none !important;
  }

.language-switch .dropdown-menu .dropdown-item {
  border-radius:50%;
  padding:.5rem;
  line-height:15px;  
  width:40px;
  text-align:center;
}

.language-switch .dropdown-menu .dropdown-item:hover {
  text-decoration:none;
  }

.language-switch .btn-secondary::after {
  display:none;
  }

@media (min-width: 768px) {
header #ContentplaceholderHeader_T40AE076C017_Col01 {
  justify-content:space-between;
  }
}

.dynamic-search .input-main-search {
  padding:1rem;
  margin:0 !important;
  display:flex !important;
}

.input-group-append {
  margin-left:0 !important;
  }

.input-main-search input.form-control {
  border-right:0 !important;
  }

.input-main-search input.form-control:focus {
  box-shadow:none;
}

.input-main-search .btn-primary {
  background:#b4b4b420 !important;
  border:1px solid #dadada !important;
  border-left:0 !important;
  color:#888 !important;
  padding: 0.195rem .75rem;
}

.input-main-search .btn-primary:hover {
  opacity:1;
  }

/* HOME */

.card {
  background-color:transparent;
}

.card-news .card-image img {
  z-index:30;
  position:relative;
}

.card-news .card-body {
  z-index:20;
  position:relative;
  background: #fff url(https://www.fao.org/images/devworldfoodforumlibraries/layout/various/highlights-arrow.png) right 16px bottom 32px no-repeat;
}

._hide-card-body .card-body {display: none;}

.video-background {
  height:auto !important;
}

body .video-background {
    line-height: 1px;
    margin: 0 !important;
    width: 100vw;
}

.video-background p {
  position:relative;
  color:#fff;
  text-transform:uppercase;
  pointer-events:none;
  align-items:center;
  display:flex;
  /*height:100%;*/
  font-weight:1000;
  max-width: 80%;
  font-size:10vw;
  line-height:8vw;  
}

.video-background p span {
  font-family:FuturaPTDemi;
  max-width:7ch;
}

.video-background p span div {
  float:left;
  margin-right:30px;
}

.video-background p span div:nth-child(odd) {
  clear:both;
}

.video-background video {
  position:absolute;
  object-fit:cover;
  height:-webkit-fill-available;
  height:100%;
}

body .youtube-video {
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  position:relative;
}

body .video-background iframe {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100vw;
}

body .youtube-video iframe,
body .youtube-video object,
body .youtube-videoembed {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

._video--bg {
  background-position:center center;
  background-size:contain;
  }

._video--bg.ratio iframe {
  padding: 1.3rem 2.3rem;
  width:98%;
  height: 97%;
  top: 1.5%;
  left: 1%;
}

@media (min-width: 576px) {
  ._video--bg.ratio iframe {
    padding: 2.2rem 4rem;
  }
}

@media (min-width: 976px) {
  ._video--bg.ratio iframe {
    padding: 4rem 8rem;
  }
}

.black-background {
  position:absolute;
  width:100%;
  height:100%;
  opacity:.6;
  background:black;
  pointer-events:none;
}

.swiper-container {
  padding-bottom:4rem;
}

.swiper-button-next,
.swiper-button-prev {
  top:auto;
  bottom:1rem;
}

.animated .card {
  border:0;
}

.animated .card .title-category {
  display:none;
}

.card-news,
._related-by-tags .card {
  display:flex;
  flex-direction:column;
  padding:1rem;
}

._related-by-tags .card {
  padding:1rem 0;
}

.card-news .card-body,
._related-by-tags .card-body {
  border:0 !important;
  border-radius:0;
  width:100%;
  padding:1rem 0;
  align-self:start;
  background:none !important;
}

.card-news .card-body h5.card-title::before,
._related-by-tags .card-body h5.card-title::before {
  content:"";
  display:block;
  padding-bottom:1rem;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-image: linear-gradient(to right, #ffa5a2, #fbb702) 1;  
  height:10px;
  width:100%;
}

.card-news .card-image img {
  height:auto;
  border-radius:8px;
}

div[data-sf-role="form-container"] form {
  display: flex;
  flex-wrap: wrap;
}

div[data-sf-role="form-container"] .form-group {
  box-sizing: border-box;
  padding:.5rem;
  flex-basis:100%;
}

@media (min-width: 768px) {
  div[data-sf-role="form-container"] .form-group {
    flex-basis:50%;
  }
}

div[data-sf-role="form-container"] .form-group:last-child {
  padding:0;
  margin:0;
}

div[data-sf-role="form-container"] .sf_cols {
  flex-basis:100%;
  }

.first-block {
  padding:15rem 0 5rem 0;
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/first-topleft.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/layout/first-topright.png) top right no-repeat;
}

.first-block-video {
  position:relative;
  padding:0;
}

@media (min-width: 768px) {
  .first-block-video:before,
  .first-block-video:after {
    display: block;
    content: '';
    position: absolute;
    width:160px;
    height:129px;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .first-block-video:before,
  .first-block-video:after {
    width:600px;
    height:530px;
  }
}

/*Home page block styles*/

.first-block-video:before {
  position:absolute;
  left: 0;
  top: 0;
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/video-top.png) no-repeat;
  background-size:contain;
  /*background-size:cover;*/
}

.first-block-video:after {
  position:absolute;
  right: 0;
  bottom: 0;
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/video-bottom.png) right no-repeat;
  background-size:contain;  
  /*background-size:cover;*/
}


.flower-right {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/flower-right.png) top right no-repeat;
  padding:5rem 0;
  background-size:15%;
}

.green-left {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/green-left.png) top left no-repeat;
  padding:5rem 0;
  background-size:20%;
}

.right-red {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/red-right.png) top right no-repeat;
  padding:5rem 0;
}

.yellow-left {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/drops-bg.png) top no-repeat;
  padding:15rem 0 0 0;
}

.flower-left {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/flower-left.png) top left no-repeat;
  padding:5rem 0;
  background-size:17%;
}

.blue-right {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/blue-right.png) top right no-repeat;
  padding:5rem 0 0 0;
  background-size:19%;
}



/*.left-blue {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/festival-bg.png) top right no-repeat;
  padding:5rem 0;
}*/





.tracks {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/tracks-bg.png) top right no-repeat;  
}


.red-bg-top-left {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/red-bg-top-left.png) top left no-repeat;
  background-size:60%;
}

.blue-bg-middle-right {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/blue-bg-middle-right.png) center right no-repeat;
  background-size:13%;
}


.report24-red-side-left {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/animations/sideanimation-red.gif) center left no-repeat;
  background-size:auto;
}


.report24-blue-side-right {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/animations/sideanimation-blue.gif) center right no-repeat;
  background-size:auto;
}


.report24-yellow-side-left {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/animations/sideanimation-yellow.gif) center left no-repeat;
  background-size:auto;
}

._bg-stripe1-gradient {
  margin-bottom:0;
  padding-bottom:5rem;
}

@media (max-width: 992px) {
  .first-block {
    padding:8rem 0;
    background-size:30%;
  }

  .yellow-left {
    padding:10rem 0 5rem;
    background-size:50%;
  }

  .right-red {
    background-size:50%;
  }

  .tracks {
    background-size:50%;
  }

  .blue-right {
    /*background-size:50%;*/
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .first-block {
    padding:8rem 0;
    background-size:35%;
  }

  .yellow-left {
    padding:10rem 0 5rem;
    background-size:60%;
  }

  .right-red {
    background-size:60%;
  }

  .tracks {
    background-size:60%;
  }

  .blue-right {
    background-size:60%;
  }
}

.news .card {
  transition:transform .35s ease;
  overflow-y:hidden;
  padding:1rem 1rem 0 1rem;
}

.news .card:hover {
  transform:translateY(-.35em) scale(1.02);
  box-shadow:0 .5rem 1rem -.25rem rgba(0, 0, 0, 0.3);
}

.news-header {
  padding-bottom:2rem;
  margin-bottom:3rem;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

.news-header .detail-title {
  font-size:2.2rem;
  line-height:2.4rem;
  padding-right:2rem;
  align-content:end;
  animation-name:fadeInLeft;
  animation-duration:1s;
  animation-fill-mode:backwards;  
}

.news-header .image-widget {
  animation-name:slideUp;
  animation-duration:1s;  
  animation-delay:.3s;  
  animation-fill-mode:backwards;
}

@media (min-width: 992px) {
  .news-header {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
  }

  .news-header .detail-title {
    width:40%;
  }

  .news-header .image-widget {
    width:60%;
    height:60%;
    border-radius: 8px;
  }
}

._container-smaller {
  max-width: 1024px;
}

._3rd-lev-animation ._3rd-lev {
  animation-name:fadeInLeft;
  animation-duration:1s;
  animation-fill-mode:backwards; 
}

._3rd-lev-animation .image-widget {
  animation-name:slideUp;
  animation-duration:1s;  
  animation-delay:.3s;  
  animation-fill-mode:backwards;
  border-radius: 8px;
}

.img-fluid {
  border-radius: 8px;
}

.swiper-container {
  height:auto;
  }

.swiper-container .card-body .card-title a {
  color:#fbb800;
  }

.swiper-container .btn-secondary {
  border: 2px solid #fbb800 !important;
  }

.swiper-container .swiper-button-prev {
  left:auto;
  right:90px;
  }

/* Inner pages */

.inner-banner {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/secondlevel-bg-mobile-left.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/secondlevel-bg-mobile-right.png) top right no-repeat;  
  background-size:50% 100%;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.inner-banner.report24-banner {
  /*background:url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-lf.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-rg.png) top right no-repeat,  url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-bt.png) bottom center no-repeat;*/  
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-lf.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-rg.png) top right no-repeat;  
  background-size:auto;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.inner-banner .container {
  padding-top:3rem;
  padding-bottom:1.5rem;
}

.inner-banner h1 {
  font-size:2rem;
  margin-bottom:0;
}

.inner-banner p {
  margin-bottom:0;
}

.inner-banner p img {
  margin:0 auto;
  width:30%;
}

@media (min-width: 992px) {
  .inner-banner {
    background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/youth-action-bg-left.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/youth-action-bg-right.png) top right no-repeat;
    background-size:contain;
  }
  
  .inner-banner .container {
    padding-top:1.5rem;
  }

  .inner-banner h1 {
    font-size:3rem;
  }

  .inner-banner p img {
    width:15%;
  }
}

.inner-banner p.text-underline {
  text-decoration:underline;
  font-weight:600;
  letter-spacing:2px;
}

.inner-banner-3rd-lev {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/thirdlevel-bg.png) top left no-repeat;
}

@media (min-width: 1200px) {
  .inner-banner-3rd-lev {
    background-size: contain;
  }
}

.inner-banner-3rd-lev .sf-Long-text {
  align-items: self-start;
  display: flex;   
}

.inner-banner-3rd-lev .sf-Long-text .bi {
  position: relative;
  left: -2px;
}

.inner-banner-3rd-lev .sf-Long-text .bi:before {
  font-weight: bold !important;
  font-size: .85rem !important;
}

.inner-banner-3rd-lev a::after {
  display: none;   
}

/* _3rd-lev class - TEMP */
._3rd-lev h1 {
  font-size:2.2rem;
  line-height:2.4rem;
  margin-bottom:1rem;
}

._3rd-lev h4 {
  font-size:1.1rem;
}

@media (min-width: 768px) {
  ._2-columns-text .sf-Long-text {
    columns:2;
  }
}

._2-columns-text .sf-Long-text h2,
.sf-Long-text h2 {
  font-size:1.5rem;
  color:#5792ca;
  padding-bottom:.3rem;
  margin-bottom:1rem;
  border-bottom:3px solid #5792ca;
  display:inline-block;
}

.hero-banner {
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  background-size:cover;
}

@media (min-width: 768px) {
  .hero-banner {
     min-height:295px;
     padding:2rem;
  }
}

@media (min-width: 992px) {
  .hero-banner {
     min-height:398px;
  }
}

@media (min-width: 1200px) {
  .hero-banner {
     min-height:475px;
  }
}

.hero-banner .hero-caption {
  background-color:rgba(28, 71, 103, .8);
  position:relative;
  padding:1rem;
  border-radius:5px;
  color:#fff;
  z-index:3;
}

._hover-shadow .card::after {
  z-index:1;
  border-radius: 8px;
}

._hover-shadow .sf-imagebox {
  padding:1rem;
  transition: transform .35s ease;  
  }

._hover-shadow .sf-imagebox:hover {
  transform: translateY(-.35em) scale(1.02);
  box-shadow: 0 .5rem 1rem -.25rem rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

._hover-shadow .sf-imagebox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    box-shadow: 0 .5rem 1rem -.25rem rgba(0, 0, 0, 0.3);
    transition: opacity 1s ease;
}

._hover-shadow .sf-imagebox a {
  z-index:20;
  }

._news-detail .tags-list {
  margin-top:0 !important;
}

._news-detail .tags-list a::after {
  display:none;
  }

._news-detail .tags-list .badge {
  margin-right:1rem;
  background-color:#fbb800 !important;
}

.accordion-item {
  border:0;
  margin-bottom:2rem; 
  }

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius:0;
  }

.accordion-item .accordion-header .accordion-button {
  background-image: linear-gradient(90deg, #ff8686, #fbb800);
  font-weight: 600;
  color:#fff;
  padding-left:2rem;
  }

.accordion-item .accordion-header .accordion-button:focus {
  box-shadow:none;
  }

.accordion-button:not(.collapsed) {
  background: rgb(250,133,135);
  background: linear-gradient(90deg, rgba(250,133,135,1) 0%, rgba(229,81,49,1) 100%);
  color:#fff;
--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  margin-left:1rem;
  display:none;
}

.accordion-header {
  position:relative;
  z-index:1;
  }

.accordion-header button:before {
  content: "\f068";
  font-family: fontawesome;
  text-align: center;
  position: absolute;
  left:-20px;
  top: 10px;
  color:#fff;
  background-image: linear-gradient(90deg, #ff8686, #fbb800);
  border: 5px solid #fff;
  font-size: 15px;
  width: 40px;
  height:40px;
  line-height: 30px;
  border-radius: 50%;
  transition:all 0.3s ease 0s;
  z-index:20;
}

.accordion-header button:hover:before {
  transform:rotate(360deg);
}

.accordion-header button.collapsed:before {
  content: "\f067";
}

.border-top {
  background:transparent none;
}

.border-bottom {
  margin-bottom:3rem;
  }

.card-no-img .card-image {
  display:none;
  }

@media (min-width: 768px) {
    .countries-r-col .col-md-6 {
        width:100%;
    }
}

@media (min-width: 1024px) {
  .vertical-tabs .tabbed-content {
    display:flex;
    flex-wrap:inherit;
}

  .vertical-tabs .nav-tabs {
    display:block;
  }

  .vertical-tabs .tabbed-content .nav-tabs .nav-item {
    margin-left:0;
    width:200px;
  }

  .vertical-tabs .tabbed-content .nav-tabs .nav-item a {
    padding: 0.5rem 0;
  }
}

div[data-sf-role="form-container"] .privacy-checkbox {
  flex-basis:100%;
  margin-bottom:0;
  }

.privacy-link {
  padding:0 2rem 2rem 2rem;
  }
  


/* 2024 REPORT page */

.report24-banner {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/secondlevel-bg-mobile-left.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/secondlevel-bg-mobile-right.png) top right no-repeat;  
  background-size:50% 100%;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.report24-banner .container {
  padding-top:3rem;
  padding-bottom:1.5rem;
}

.report24-banner h1 {
  font-size:2rem;
  margin-bottom:0;
}

.report24-banner p {
  margin-bottom:0;
}

.report24-banner p img {
  margin:0 auto;
  width:30%;
}

@media (min-width: 992px) {
  .report24-banner {
    background:url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-lf.png) top left no-repeat, url(https://www.fao.org/images/devworldfoodforumlibraries/report/2024/header-rg.png) top right no-repeat;
    background-size:contain;
  }
  
  .report24-banner .container {
    padding-top:1.5rem;
  }

  .report24-banner h1 {
    font-size:3rem;
  }

  .report24-banner p img {
    width:15%;
  }
}

.report24-banner p.text-underline {
  text-decoration:underline;
  font-weight:600;
  letter-spacing:2px;
}

.report24-banner-3rd-lev {
  background:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/internal-pages/thirdlevel-bg.png) top left no-repeat;
}

@media (min-width: 1200px) {
  .report24-banner-3rd-lev {
    background-size: contain;
  }
}

.report24-banner-3rd-lev .sf-Long-text {
  align-items: self-start;
  display: flex;   
}

.report24-banner-3rd-lev .sf-Long-text .bi {
  position: relative;
  left: -2px;
}

.report24-banner-3rd-lev .sf-Long-text .bi:before {
  font-weight: bold !important;
  font-size: .85rem !important;
}

.profile-container {
  display:flex;
  flex-direction:column;
  }

.profile-container .profile {
  margin:0 auto;
  margin-bottom:4rem;
  }

@media (min-width: 768px) {
  .profile-container {
    flex-direction:row;
  }

  .profile-container .profile {
    margin:0 1rem;
  margin-bottom:0;
  }
}

.text-muted {
  width:100%;
  }

#search-results-holder div:has(nav) {
 width:100%;
}

#search-results-holder .d-list-news .d-list-content .title-link a::after {
  display:none;
  }

/* Footer */

/* footer {
  margin-top:5rem;
}*/

.footer-partners {
  display:none;
  }

footer .sf_colsIn .social-networks .sfContentBlock,
footer .sf_colsIn .copyright .sfContentBlock {
  border-top:1px solid #d0e1e5;
  border-bottom:1px solid #d0e1e5;  
  padding:0.3rem 0;
}

footer .sf_colsIn {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
}

footer .sf_colsIn em {
  margin:0 .5rem;
}

footer .sf_colsIn p {
  margin-bottom:0;
}

footer .bg-dark:first-child {
  background:#1f1f1f url(https://www.fao.org/images/devworldfoodforumlibraries/layout/footer-orange-bg.png) right top no-repeat !important;
}
  
footer .border-top {
  padding:0 !important;
  background: rgb(90,147,200);
  background: linear-gradient(180deg, rgba(90,147,200,1) 0%, rgba(27,106,81,1) 100%) !important;
  }

footer .copyright {
  white-space:nowrap;
  }

@media (min-width: 992px) {
  footer .border-top {
    padding:6rem 0 !important;
  }

  footer .sf_colsIn {
    padding:0;
  }
}

footer h3 {
  text-align:center;
}

footer h3::before {
  border-color:#fff;
}

._footer-partners--bg {
  background:none;
  height: auto;
}

._footer-partners--bg a::after {
  display:none;
  }

footer p a {
  font-size:16px;
  font-weight:bold;
}

footer ._footer-logo--item {
  text-align:center;
}

._footer-logo--item a::after {
  display:none;
}

footer ._opacity-link a img {
  max-width:85%;
}

._footer-logo ._footer-logo--item {
  width:130px !important;
  height:130px;
  background-color:#1f1f1f;
  margin:.5rem;
}

@media (min-width: 768px) {
  ._footer-logo ._footer-logo--item {
    width:160px !important;
    height:160px;
  }
}
/* Animations */

/* reveal text */

.scroll-reveal span {
  color:hsl(0 0% 0% / 0.2);
  background-clip:text;
  background-repeat:no-repeat;
  background-size:0% 100%;
  background-image:linear-gradient(90deg, black, black);
  animation:scroll-reveal linear forwards;
  animation-timeline:view(y);
  font-size:1.2rem;
  animation-range-start:cover 0vh;
  animation-range-end:cover 65vh;
}

@media (max-width: 1200px) {
  .scroll-reveal p {
    padding:0 2rem;
  }
}

.scroll-reveal p#one span {
  animation-range-start: cover 22.5vh;
  animation-range-end: cover 50vh;
}

.scroll-reveal p#two span {
  animation-range-start: cover 33vh;
  animation-range-end: cover 55vh;
}

@keyframes scroll-reveal {
  to {
    background-size:100% 100%;
  }
}

@media (min-width: 1200px) {
    .scroll-reveal span {
        font-size:1.7rem;
    }
}

/* Animated cards */

.animated-drops {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;

  [data-animation] {
    display:flex;
    flex-direction:column;
    cursor:pointer;
    opacity:0;
    animation-duration:0.4s;
    animation-fill-mode:both;

    &:nth-child(1) {
      animation-delay:0s;    
    }
    &:nth-child(2) {
      animation-delay:.2s;
    }
    &:nth-child(3) {
      animation-delay:.4s;
    }
    &:nth-child(4) {
      animation-delay:.6s;
    }
    &:nth-child(5) {
      animation-delay:.8s;
    }
    &:nth-child(6) {
      animation-delay:1.0s;
    }
    &:nth-child(7) {
      animation-delay:1.2s;
    }
    &:nth-child(8) {
      animation-delay:1.4s;
    }
    &:nth-child(9) {
      animation-delay:1.6s;
    }
  }
}

.animated-drops._hover-shadow .card h5 {
  /*display:none;*/
  }



/* PROGRAMMES */

.tracks-container .card {
    margin-bottom:3rem;
}

.tracks-container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;

  @media screen and (max-width: 420px) {
    display:grid;
    grid-template-columns:repeat(2, auto);
  }

  [data-animation] {
    display:flex;
    flex-direction:column;
    cursor:pointer;
    opacity:0;
    animation-duration:0.5s;
    animation-fill-mode:both;  

    &:nth-child(1) {
      animation-delay:0s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(2) {
      animation-delay:0.3s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(3) {
      animation-delay:0.6s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(4) {
      animation-delay:0.9s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(5) {
      animation-delay:1.2s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
  }
}

/* END OF PROGRAMMES */


/*ANIMATION NEWS CARDS*/

.card-container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;

  [data-animation] {
    display:flex;
    flex-direction:column;
    cursor:pointer;
    opacity:0;
    animation-duration:0.3s;
    animation-fill-mode:both;  

    &:nth-child(1) {
      animation-delay:0s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(2) {
      animation-delay:0.2s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(3) {
      animation-delay:0.4s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(4) {
      animation-delay:0.6s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(5) {
      animation-delay:0.8s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(6) {
      animation-delay:1s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(7) {
      animation-delay:1.2s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(8) {
      animation-delay:1.4s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(9) {
      animation-delay:1.6s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(10) {
      animation-delay:1.8s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(11) {
      animation-delay:2s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(12) {
      animation-delay:2.2s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(13) {
      animation-delay:2.4s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(14) {
      animation-delay:2.6s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(15) {
      animation-delay:2.8s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
    &:nth-child(16) {
      animation-delay:3s;
      animation-duration:0.3s;
      animation-fill-mode:both;
    }
  }
}


.card-container .scrollInLeft {
  
    &:nth-child(1) .slideUp {
    animation-delay:.5s;
  }
  
    &:nth-child(2) .slideUp {
    animation-delay:.7s;
  }
  
    &:nth-child(3) .slideUp {
    animation-delay:.9s;     
  }

    &:nth-child(4) .slideUp {
    animation-delay:1.1s;   
  }
  
    &:nth-child(5) .slideUp {
    animation-delay:1.3s;    
  }
 
    &:nth-child(6) .slideUp {
    animation-delay:1.5s;   
  }

&:nth-child(7) .slideUp {
    animation-delay:1.7s;   
  }

&:nth-child(8) .slideUp {
    animation-delay:1.9s;   
  }

&:nth-child(9) .slideUp {
    animation-delay:2.1s;   
  }

&:nth-child(10) .slideUp {
    animation-delay:2.3s;   
  }
}


._video-card .card-image.ratio-3x2::before, 
.card-news .card-image.ratio-3x2::before {
  padding-top:0;
  }

/* ACTIViTIES */

.activities-container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;

  [data-animation] {
    display:flex;
    flex-direction:column;
    cursor:pointer;
    opacity:0;
    animation-duration:0.5s;
    animation-fill-mode:both;  

    &:nth-child(1) {
      animation-delay:0s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(2) {
      animation-delay:0.3s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(3) {
      animation-delay:0.6s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(4) {
      animation-delay:0.9s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(5) {
      animation-delay:1.2s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(6) {
      animation-delay:1.5s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(7) {
      animation-delay:1.8s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(8) {
      animation-delay:2.1s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
    &:nth-child(9) {
      animation-delay:2.4s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
&:nth-child(10) {
      animation-delay:2.7s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
&:nth-child(11) {
      animation-delay:3.0s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
&:nth-child(12) {
      animation-delay:3.3s;
      animation-duration:0.5s;
      animation-fill-mode:both;
    }
  }
}

.activities-container .animated {
  
    &:nth-child(1) .slideUp {
    animation-delay:.5s;  
  }
    &:nth-child(2) .slideUp {
    animation-delay:.8s;
  }
    &:nth-child(3) .slideUp {
    animation-delay:1.1s;     
  }
    &:nth-child(4) .slideUp {
    animation-delay:1.4s;   
  }
    &:nth-child(5) .slideUp {
    animation-delay:1.7s;    
  }
    &:nth-child(6) .slideUp {
    animation-delay:2s;     
  }
    &:nth-child(7) .slideUp {
    animation-delay:2.3s;    
  }
    &:nth-child(8) .slideUp {
    animation-delay:2.6s;     
  }
    &:nth-child(9) .slideUp {
    animation-delay:2.9s;     
  }
    &:nth-child(10) .slideUp {
    animation-delay:3.2s;     
  }
    &:nth-child(11) .slideUp {
    animation-delay:3.5s;     
  }
    &:nth-child(12) .slideUp {
    animation-delay:3.8s;     
  }
}

.activities-container .card {
  display:flex;
  flex-direction:row;
  flex-flow:row-reverse;
  margin-bottom:2rem;
  position:relative;
}

.activities-container .card-body {
  position:relative;
  z-index:5;
}

._hover-shadow .card-title a,
.activities-container .card-title a {
  position:relative;
  z-index:20;
}

.activities-container._hover-shadow .card::after {
  border-radius:25px;
  margin-right:96px;
}
  
.activities-container .card-body::before {
  content:"";
  position:absolute;  
  inset:0;
  border-radius:0 0 25px 25px;
  border-style:solid;
  border-color:transparent;
  border-width:5px 1px 1px 1px;
  background:linear-gradient(45deg,#ffa5a2,#fbb702) border-box;
  -webkit-mask:
     linear-gradient(#fff 0 0) padding-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  }

.activities-container .col-md-6:nth-child(1) .card-body::before {
  /* change background gradient here. You can find a background generator at https://cssgradient.io/ 
  background:linear-gradient(45deg,#ffa5a2,#fbb702) border-box;
*/
}

.activities-container .col-md-6:nth-child(2) .card-body::before {
}

.activities-container .col-md-6:nth-child(3) .card-body::before {
}

.activities-container .col-md-6:nth-child(4) .card-body::before {
}

.activities-container .col-md-6:nth-child(5) .card-body::before {
}

.activities-container .col-md-6:nth-child(6) .card-body::before {
}

.activities-container .col-md-6:nth-child(7) .card-body::before {
}

.activities-container .col-md-6:nth-child(8) .card-body::before {
}

.activities-container .col-md-6:nth-child(9) .card-body::before {
}

.activities-container .col-md-6:nth-child(10) .card-body::before {
}

.activities-container .col-md-6:nth-child(11) .card-body::before {
}

.activities-container .col-md-6:nth-child(12) .card-body::before {
}

.activities-container .card-body {
  padding:2.5rem 4rem 2.5rem 2.5rem;
}

.activities-container .card-title a {
  color:#000;
}
  
.activities-container .card-image::before {
  display:none;
}

.activities-container .card-image {
  position:relative;
  z-index:10;
  flex: 0 0 20%;
  border-radius:50%;
}  

.activities-container .card img {
  position:relative;
  vertical-align:middle;
  margin-left:-30px;
  margin-top:15px;
  width:80%;
  height:80%;
  border-radius:10px;
}


@media (min-width: 992px) {
  .activities-container .card img {
    margin-left:-55px;
  }
}

/* END OF ACTIVITIES */

.fadeInLeft {
  -webkit-animation-name:fadeInLeft;
  animation-name:fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name:fadeInRight;
  animation-name:fadeInRight;
}

.scrollInLeft {
  -webkit-animation-name:scrollInLeft;
  animation-name:scrollInLeft;
}

.slideUp {
  -webkit-animation-name:slideUp;
  animation-name:slideUp;
  animation-duration: 0.7s;
  animation-fill-mode: backwards;
}

.animated-button {
  text-align:center;
}

.animated-button .sfContentBlock {
  disply:inline-block;
}

.enlargeButton {
   -webkit-animation-name:enlargeButton;
  animation-name:enlargeButton;
  animation-duration:0.5s;
  animation-fill-mode:both;
  animation-delay:1.3s;  
  }

.btn-primary,
.btn-secondary {
  margin:0 auto;
  /*background-image:url(/images/devworldfoodforumlibraries/layout/various/subscribe-bg.png);
  background-position:right 9px center;
  background-repeat:no-repeat;
  background:linear-gradient(90deg, rgba(255, 134, 134, 1) 0%, rgba(251, 184, 0, 1) 100%);*/
  background-color:#fff !important;
  border:2px solid #e94f2b !important;
  background-image:none !important;
  border-radius:25px;
  position:relative;
  z-index:1;
  width:auto;
  display:inline-block;
  color:#e94f2b;  
  padding: .4rem 3rem;
  font-size:1.1rem;
  opacity:1;
  transition: 0.3s;
}

.enlargeButton a {
  color:#5692c9;
  text-decoration:none;
}

.btn-primary:hover,
.btn-secondary:hover,
.enlargeButton a:hover {
  color:#5692c9;
  text-decoration:none;
  opacity:0.6;
}

.enlargeButton .btns-2:hover,
.btn-primary:hover {
  color:#fff;
  }

.btn-primary::after,
.btn-secondary::after {
  display:none;
  }

div[data-sf-role="form-container"] .form-group:last-child p {
  padding:0;
  display:inline-block;
  margin:0;
}

.enlargeButton p {
  margin:0;
}

.btn-primary.fadeIn,
.btn-secondary.fadeIn,
.enlargeButton .fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
  margin-bottom:0;
  animation-delay:1.2s;   
  background:none transparent !important;
  border:0;
  color:#e94f2b;
}

div[data-sf-role="form-container"] .form-group:last-child button.btn-primary {
  border:0 !important;
  background: linear-gradient(to right, #fbb800 0%, #ff8686 51%, #fbb800 100%) !important;
  flex: 1 1 auto;
  margin:0 auto;
  padding: .4rem 3rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto !important;
  border-radius: 15px;
  color:#fff;
  font-weight:bold;
}

div[data-sf-role="form-container"] .form-group:last-child button.btn-primary:hover {
  opacity:1;
  background-position: right center !important;
  }

div[data-sf-role="form-container"] button:focus {
  box-shadow:0;
}

.btn-primary,
.enlargeButton .btn-secondary,
.enlargeButton .btn-secondary:hover {
  color:#fff;
  /*background-image:url(https://www.fao.org/images/devworldfoodforumlibraries/layout/various/subscribe-bg.png) !important;
  background-position:right 9px center  !important;
  background-repeat:no-repeat !important;*/
  background: rgb(253,131,137 !important);
  background: linear-gradient(90deg, rgba(253,131,137,1) 0%, rgba(231,80,52,1) 100%) !important;
  border:1px solid #fff !important;  
}

ul.pagination {
  margin-top:2rem;
}

/* Animations */

@keyframes fadeInLeft {
  0% {
    opacity:0;
    -webkit-transform:translate3d(-10%, 0, 0);
    transform:translate3d(-10%, 0, 0);
  }

  100% {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity:0;
    -webkit-transform:translate3d(10%, 0, 0);
    transform:translate3d(10%, 0, 0);
  }

  100% {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
  }
}

@keyframes scrollInLeft {
  0% {
    opacity:0;
    -webkit-transform:translate3d(-10%, 0, 0);
    transform:translate3d(-10%, 0, 0) scale(0,1);
    transform-origin:left;
  }

  100% {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0) scale(1);
    transform-origin:left;
  }
}

@keyframes enlargeButton {
  0% {
    opacity:0;
    -webkit-transform:scale(0,1);
    transform:scale(0,1);
  }

  100% {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    border-radius:25px;
  }
}

@keyframes fadeInButton {
  0% {
    opacity:0;
    -webkit-transform:translateY(3em);
    transform:translateY(3em);
  }

  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(3em);
    transform:translateY(3em);
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
      transform:translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
    -webkit-transform:translateY(3em);
    transform:translateY(3em);
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);  
  }
}




































