@font-face {
  font-family: 'galano_grotesque_alt_demobold';
  src: url("../../fonts/galano_grotesque_alt_demo_bold-webfont.eot");
  src: url("../../fonts/galano_grotesque_alt_demo_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/galano_grotesque_alt_demo_bold-webfont.woff") format("woff"), url("../../fonts/galano_grotesque_alt_demo_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #191919; }

h1, h2, h3, h4, h5, h6 {
  font-family: "galano_grotesque_alt_demobold"; }

a {
  color: black; }

a:hover {
  opacity: 0.6; }

.lang-switcher-area select {
  border: none;
  border-radius: 0;
  background-color: transparent;
  line-height: normal;
  box-sizing: border-box;
  width: auto;
  border-radius: 0;
  border-bottom: 2px solid #D72002;
  background: none;
  padding: 0;
  margin: 0;
  height: auto; }
  .lang-switcher-area select:focus {
    outline: none;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none; }
  .lang-switcher-area select option {
    background-color: black; }

.header-background {
  background-image: url("../images/background-header.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: black; }
  .header-background > .row {
    margin-left: 0;
    margin-right: 0; }

.sticky-container {
  background: transparent; }

.title-bar {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 30px;
  width: 100%;
  background: transparent;
  z-index: 1100;
  transition: background-color .2s ease-in-out;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2); }
  .title-bar .logo {
    width: 120px;
    height: auto;
    margin-left: 50px;
    margin-top: -5px;
    margin-bottom: 5px;
    transition: opacity .2s ease-in-out; }
  .title-bar a, .title-bar .lang-switcher-area span, .title-bar .lang-switcher-area select {
    color: white;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold; }
    .title-bar a:hover, .title-bar .lang-switcher-area span:hover, .title-bar .lang-switcher-area select:hover {
      opacity: 0.7; }
  .title-bar .menu-main a.active {
    border-bottom: 2px solid #D72002; }
  .title-bar .lang-switcher-area span {
    margin-right: 0; }
  .title-bar.is-stuck {
    background: white;
    padding-right: 30px; }
    .title-bar.is-stuck .logo {
      opacity: 1; }
    .title-bar.is-stuck a, .title-bar.is-stuck .lang-switcher-area span, .title-bar.is-stuck .lang-switcher-area select {
      color: black;
      text-transform: uppercase; }
    .title-bar.is-stuck option {
      background-color: white; }
  .title-bar .title-bar-middle {
    margin-top: 6px;
    text-align: center; }
  .title-bar .title-bar-right {
    margin-top: 6px; }
    .title-bar .title-bar-right .menu-main, .title-bar .title-bar-right .lang-switcher-area, .title-bar .title-bar-right .social {
      transition: margin-right .4s ease-in-out;
      display: inline; }
    .title-bar .title-bar-right .menu.lang-switcher {
      display: inline-block;
      border-bottom: 2px solid #D72002;
      margin-bottom: -5px;
      width: 22px; }
    .title-bar .title-bar-right .menu a::after {
      border: none !important; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu-parent a {
      padding: 0; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu-parent > a {
      margin-bottom: 0; }
    .title-bar .title-bar-right .menu ul {
      margin-bottom: 2px; }
    .title-bar .title-bar-right .menu ul {
      border: none; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu li {
      background-color: #E1E1E1;
      text-align: left;
      padding: 14px 10px 14px 15px;
      border-left: 5px solid #E1E1E1; }
      .title-bar .title-bar-right .menu .is-dropdown-submenu li:hover {
        background-color: #D2D2D2;
        border-left: 5px solid #D72002; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu-item a {
      color: black !important;
      font-weight: 400; }
      .title-bar .title-bar-right .menu .is-dropdown-submenu-item a:hover {
        opacity: 1; }
    .title-bar .title-bar-right .social a {
      margin-left: 5px;
      margin-right: 0; }
    .title-bar .title-bar-right .social img {
      height: 13px;
      width: 13px;
      margin: 0 0 4px 0; }
  .title-bar .title-bar-left .logo {
    opacity: 0; }
  .title-bar.is-stuck .title-bar-left .logo {
    opacity: 1; }

.header {
  margin-top: 150px;
  padding-top: 10px;
  padding-bottom: 190px;
  color: #FFFFFF; }
  .header .logo {
    width: 140px;
    margin-bottom: 20px; }
  .header a {
    color: #FFFFFF;
    font-size: 20px;
    text-shadow: 0 0 15px #000; }
    .header a img {
      width: 30px;
      height: auto;
      margin-right: 16px; }
    .header a:hover {
      opacity: 0.8; }
  .header h1 {
    display: block;
    font-size: 60px;
    max-width: 500px;
    line-height: 1em;
    margin-top: 90px;
    text-shadow: 0 0 50px #000; }
  .header h2 {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 14px;
    text-shadow: 0 0 30px #000; }

.module-02-counter .content .columns {
  padding-top: 140px;
  padding-bottom: 140px; }

.module-02-counter .content h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: bold; }

.module-02-counter .content .number {
  font-family: "galano_grotesque_alt_demobold";
  font-size: 80px;
  color: #D72002; }

.module-02-counter .content .source {
  font-size: 12px;
  color: #D72002;
  font-weight: bold; }

.module-03-text .content .columns {
  padding: 140px 100px 0 0; }

.module-03-text .content h3 {
  font-family: "galano_grotesque_alt_demobold";
  font-size: 28px;
  margin-top: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #D72002;
  line-height: 1.2em; }

.module-04-slider {
  position: relative; }
  .module-04-slider .module-03-text .content .columns {
    padding: 80px 60px 0 0; }
  .module-04-slider.slick-slider {
    margin-bottom: 0; }
  .module-04-slider .slick-dots {
    width: 50%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0; }
  .module-04-slider .slide > .row {
    margin-left: 0;
    margin-right: 0; }
  .module-04-slider .slick-prev, .module-04-slider .slick-next {
    width: 45px;
    padding: 18px 13px;
    height: auto;
    z-index: 1;
    background: #D72002;
    border: 1px solid white; }
    .module-04-slider .slick-prev:hover, .module-04-slider .slick-next:hover {
      opacity: 0.9; }
  .module-04-slider .slick-prev {
    left: 0;
    border-left: none; }
  .module-04-slider .slick-next {
    right: 0;
    border-right: none; }
  .module-04-slider .slick-dots li button::before {
    font-size: 35px; }
  .module-04-slider .slick-slide {
    outline: none !important; }

.module-graph-slider {
  position: relative;
  padding: 50px 40px 50px 40px; }
  .module-graph-slider.slick-slider {
    margin-bottom: 0; }
  .module-graph-slider .slick-dots {
    margin: 0 auto;
    width: 50%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0; }
  .module-graph-slider .slide > .row {
    margin-left: 0;
    margin-right: 0; }
  .module-graph-slider .slick-prev, .module-graph-slider .slick-next {
    width: 45px;
    padding: 18px 13px;
    height: auto;
    z-index: 1;
    background: #D72002;
    border: 1px solid white; }
    .module-graph-slider .slick-prev:hover, .module-graph-slider .slick-next:hover {
      opacity: 0.9; }
  .module-graph-slider .slick-prev {
    left: 0;
    border-left: none; }
  .module-graph-slider .slick-next {
    right: 0;
    border-right: none; }
  .module-graph-slider .slick-dots li button::before {
    font-size: 35px; }
  .module-graph-slider .slick-slide {
    outline: none !important; }

.module-07-text {
  padding-bottom: 60px; }
  .module-07-text .icon {
    margin-left: -50px;
    height: 40px;
    width: auto; }
    @media only screen and (max-width: 63.9375em) {
      .module-07-text .icon {
        display: none; } }
  .module-07-text h3 {
    color: #D72002;
    margin-top: 30px;
    margin-bottom: 15px; }
  .module-07-text > .columns {
    padding-top: 100px;
    padding-right: 200px; }
    @media only screen and (max-width: 39.9375em) {
      .module-07-text > .columns {
        padding-right: 30px; } }
    @media only screen and (max-width: 64em) {
      .module-07-text > .columns {
        padding-right: 30px; } }
  .module-07-text > .row, .module-07-text.row {
    padding-left: 200px; }
    @media only screen and (max-width: 39.9375em) {
      .module-07-text > .row, .module-07-text.row {
        padding-left: 30px; } }
    @media only screen and (max-width: 64em) {
      .module-07-text > .row, .module-07-text.row {
        padding-left: 30px; } }
  .module-07-text.with-icon.small-1 {
    padding-top: 300px; }
  .module-07-text a.download {
    display: inline-block;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 2px solid white;
    font-family: "galano_grotesque_alt_demobold";
    padding-left: 30px;
    background-image: url("../images/icon_download_report.svg");
    background-repeat: no-repeat;
    background-position: 0% 38%;
    background-size: 18px;
    margin-top: 45px; }
  .module-07-text.module-graph {
    padding: 80px 50px; }

.module-06-video {
  padding-bottom: 60px; }
  .module-06-video h3 {
    color: #D72002;
    margin-bottom: 15px; }
  .module-06-video .line {
    margin-bottom: 30px; }
  .module-06-video p {
    line-height: 1.6em; }
  .module-06-video .video {
    margin-top: 50px; }
  .module-06-video > .columns {
    padding-top: 100px; }
    @media only screen and (max-width: 39.9375em) {
      .module-06-video > .columns {
        padding-right: 30px; } }
    @media only screen and (max-width: 64em) {
      .module-06-video > .columns {
        padding-right: 30px; } }
  @media only screen and (max-width: 39.9375em) {
    .module-06-video > .row, .module-06-video.row {
      padding-left: 30px; } }
  @media only screen and (max-width: 64em) {
    .module-06-video > .row, .module-06-video.row {
      padding-left: 30px; } }

.line {
  border-top: 1px solid #000000;
  width: 50px; }

.line-white {
  border-color: #FFFFFF; }

.icon {
  width: 36px;
  height: auto; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 550px; }

.background-red {
  background: #D72002;
  color: white; }
  .background-red h3 {
    color: white !important; }
  .background-red .line {
    border-color: #FFFFFF; }

.background-image {
  background-size: cover;
  color: white; }
  .background-image h3 {
    color: white; }
  .background-image .line {
    border-color: #FFFFFF; }

.footer__container {
  background: #E4E4E4; }

.footer {
  background: #E4E4E4;
  padding-top: 100px;
  padding-bottom: 60px; }
  .footer .column1 {
    padding-left: 50px; }
    .footer .column1 .logo {
      width: 140px;
      height: auto;
      margin-bottom: 24px; }
    .footer .column1 p {
      color: #838383;
      line-height: 1.2em; }
  .footer .column2 p {
    line-height: 1.2em; }
  .footer .column2 a:hover {
    color: black;
    opacity: 0.6; }
  .footer .column2 .credits p {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 5px; }
  .footer .column2 .credits p:first-child {
    font-weight: bold; }
  .footer .column2 .made-by {
    margin-top: 16px; }
    .footer .column2 .made-by a {
      text-decoration: underline; }
    .footer .column2 .made-by p {
      font-size: 12px;
      line-height: 1.5em;
      margin-bottom: 5px; }
    .footer .column2 .made-by p.title {
      font-weight: bold;
      margin-top: 22px; }
    .footer .column2 .made-by a.latte-logo {
      opacity: 0.8;
      margin-right: 40px; }
      .footer .column2 .made-by a.latte-logo:hover {
        opacity: 1; }
      .footer .column2 .made-by a.latte-logo img {
        display: inline-block;
        width: 90px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 25px; }
    .footer .column2 .made-by a.cfafrica-logo {
      opacity: 0.8;
      display: inline-block;
      width: 70px;
      height: auto; }
      .footer .column2 .made-by a.cfafrica-logo:hover {
        opacity: 1; }
  .footer .column3 a {
    display: block;
    color: #3F3F3F;
    text-decoration: underline; }
    .footer .column3 a img {
      width: 14px;
      height: 14px;
      margin-bottom: 5px;
      margin-right: 6px; }
  .footer .column3 .links a:last-child {
    margin-top: 10px; }
  .footer .column3 .contacts {
    margin-top: 20px; }
    .footer .column3 .contacts p {
      margin-bottom: 0; }
    .footer .column3 .contacts a {
      text-decoration: none; }

.row {
  max-width: 190rem; }

.row.boxed {
  padding-top: 100px;
  max-width: 60rem; 
}  

.row.boxed ~ .row.boxed {
  padding-top: 10px; 
}


.button.cta {
  background-color: #EE0000; 
  font-weight: 700;
  text-transform: uppercase;
}

.header-story {  
  padding-bottom: 20px;
  padding-top: 280px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  max-width: 75rem;
  margin: 50px auto 0;
}
.header-story h1 {
  display: block;
  font-size: 40px;
  max-width: 500px;
  line-height: 1em;
  text-shadow: 0 0 50px #000;
  margin-bottom: 18px;
}
.header-story h3 {
  color:#E91C24;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.header-story p.country {
  color:#E91C24;
  font-weight: 400;
  font-size: 24px;
}
.header-story h2 {
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 14px;
  text-shadow: 0 0 30px #000;
}
.header-story .header-story--intro {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.storyPage .row.boxed {
  padding-top: 10px; 
}

.storyPage blockquote, 
.storyPage blockquote p {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 150%;
  color: #E91C24;
  border: none;
}

.storyPage .line {
  display: none;
}

.breadcrumbs {
  margin: 30px 0 20px;
  color: #EE0000;
}
.breadcrumbs a {
  color: #606060;
}
.breadcrumbs li {
  color: #EE0000;
  text-transform: none;
  font-size: 1rem;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
}

.storyPageContainer .row.boxed {
  padding-top: 10px; 
}

.storyPageContainer h1, .storyPageContainer h2.title-h1  {
    font-size: 40px;
    margin-top: 80px;
    color: #EE0000;    
}
.storyPageContainer h2 {
  font-weight: 700;
  font-size: 24px;
}

.storyPageContainer ul.breadcrumbs {
  margin-top: 10px;
}
.storyPageContainer .card {
  border: 0;
}
.storyPageContainer .card.card-small {
  border: 0;
  min-height: 200px;
}
.storyPageContainer .card.card-small img{
  height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.storyPageContainer .card h4 {
  font-weight: 700;
  font-size: 35px;
  line-height: 150%;
  color: #292929;  
  margin-bottom: 0;
}

.storyPageContainer .card.card-double {
  padding-top: 50%;
}
.storyPageContainer .card.card-double h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.storyPageContainer p.country {
  color:#E91C24;
  font-weight: 400;
  font-size: 24px;
}

.storyPageContainer a.button.cta {
  padding: 10px 40px 10px 20px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  font-size: 15px;
}

.storyPageContainer a.button.cta:after {
  position: absolute;
  content: " ";
  width: 20px;
  background-image: url('../images/button-right-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  height: 100%;
  top: 0;
  right: 10px;
}

.storyPageContainer .card.card-double.card-tale h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
}

.storyPageContainer .card.card-small.card-tale {
  padding-top: 50%;
}

.storyPageContainer .card.card-small.card-tale h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.storyPageContainer .card.card-double.card-tale a.button.cta {
  padding: 8px 10px;
}
.storyPageContainer .card.card-double.card-tale a.button.cta:after {
  display: none;
}

.storyPageContainer .card.card-double.card-tale .card-section {
  display: flex;
  justify-content: space-between;
}


.storyPageContainer a.button.all-stories {
  padding: 10px 40px 10px 10px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  background: #000;
  color: #fff;
}

.storyPageContainer a.button.all-stories:after {
  position: absolute;
  content: " ";
  width: 20px;
  background-image: url('../images/button-all-stories.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  height: 100%;
  top: 0;
  right: 10px;
}

.gallery-operations .gallery-operations-slideshow {
  overflow: visible;
  margin-bottom: 180px;
}

.module-04-slider.gallery-operations-slideshow .slick-prev {
  left: -20px;
}
.module-04-slider.gallery-operations-slideshow .slick-next {
  right: -20px;
}

.gallery-operations .slide {
  position: relative;
}
.gallery-operations .gallery-operations-caption {
  background: #292929;
  color: #fff;
  width: 40%;
  right: 0;
  position: absolute;
  bottom: -40px;
  min-height: 300px;
  padding: 30px 40px;
}

/* .gallery-operations .slick-list {
  overflow-y: visible !important;
  overflow-x: hidden;
} */

.history-sar {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 4px solid #E91C24;
}

.history-sar h3 {
  color: #EE0000;
  font-size: 20px;  
  position: relative;
}
.history-sar h3:before {
  content: ' ';
  background-image: url('../images/timeline-circle.svg');
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 20px;
  position: absolute;
  top: 0px;
  left: -32px;
  width: 20px;
  height: 28px;
  background-color: #fff;
}

.gallery-operations .js-open-modal:hover,
.gallery-operations .js-open-modal img:hover {
  cursor: zoom-in;
}

.reveal-overlay {
  background-color: rgba(10,10,10,.75);
  z-index: 1234;
}

.reveal.medium.galleryOperation {
  max-height: 90vh;
  padding: 0;
  border: none;
  position: relative;
  overflow: visible;
}
.reveal.medium.galleryOperation .card {
  margin: 0;
  border: none;
  background-color: #E91C24;
}
.reveal.medium.galleryOperation .card .card-section {
  background-color: #E91C24;
  color: #fff;
}

.reveal.medium.galleryOperation button.close-button {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  color: #E91C24;
  background: #fff;
  font-size: 1.5rem;
}
.reveal.medium.galleryOperation button.close-button:hover {
  color: #fff;
  background:  #EE0000;
}

.reveal.medium.galleryOperation button.reveal-arrow {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  color: #E91C24;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.reveal.medium.galleryOperation button.reveal-arrow:hover {  
  color: #fff;
  background:  #E91C24;
  opacity: 1;
  cursor: pointer;
}
.reveal.medium.galleryOperation button.reveal-arrow.arrow-prev {
  left: 0;
}
.reveal.medium.galleryOperation button.reveal-arrow.arrow-next {
  right: 0;
}

.standard-page h1 {
  font-weight: 700;
  font-size: 40px;
  color: #E91C24
}
.standard-page h2 {
  font-weight: 700;
  font-size: 24px;
  color: #292929;
}

.resources .button.cta,
.resources .button.download {
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

.resources p.country {
  font-size: 14px;
  line-height: 150%;
  color: #E91C24;
  margin-bottom: 0.5rem;
}

.resources .button.cta:after {
  position: absolute;
  content: " ";
  width: 20px;
  background-image: url('../images/button-right-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  height: 100%;
  top: 0;
  right: 10px;
}

.resources a.button.download {
  background-color: #fff;
  color: #E91C24;
  border-color: #E91C24;
}
.resources a.button.download:after {
  position: absolute;
  content: " ";
  width: 20px;
  background-image: url('../images/button-download.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  height: 100%;
  top: 0;
  right: 10px;
}

.resources .line {
  display: none;
}

.resources .press-release-container h4 {
  font-size: 24px;
}

.resources .press-release-container ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.resources .press-release-container ul li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  padding-right: 45px;
  /* padding-left: 1.5rem; */
  padding-left: 0;
  color: #000;
}

.resources .press-release-container ul li a {
  color: #000;
}
.resources .press-release-container ul li a:hover {
  color: #E91C24;
}
.resources .press-release-container ul li a:after {
    content: ' ';
    width: 45px;
    padding: 18px 13px;
    height: 45px;
    z-index: 1;
    background: #D72002;
    border: 1px solid white;
    background-image: url('../images/gallery_arrow_right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    top: -12px;
    right: 0;
}

.hambuger-menu-icon {
  display: none;
}

.menu-main .close-button {
  display: none;
}

.storyPage a, 
.bodyHomepage a {
  text-decoration: underline;
}
.storyPage a:hover, 
.bodyHomepage a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.menu-main a {
  text-decoration: none;
}

table {
  border: 0;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}

table tbody, table tfoot, table thead {
  border: 0;
  background-color: transparent;
}

.lang-switcher a {
  text-decoration: none;
}

a.graph__filter {
  text-decoration: none;
}


.videoModal button.close-button {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2rem;
  height: 2rem;
  color: #E91C24;
  background: rgb(233 28 36 / 50%);
  font-size: 1rem;
  color: #fff;
}

.cookieconsent {
  border: none;
  background-color: rgba(0,0,0,.85);
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}
.cookieconsent a {
  color: #E91C24;
  text-decoration: underline;
} 
.cookieconsent p {
  margin: 0;
}
.cookieconsent a.reject {
  color: #fff;
  text-decoration: underline;
} 
.cookieconsent .button {
  margin: 0;
}


/* mobile fix */
/*
@media only screen and (max-width: 63.9375em) {}
@media only screen and (max-width: 39.9375em) {}
  */


@media only screen and (max-width: 39.9375em) {  
  
  
  /* menu mobile */
  .title-bar .logo {
    margin-left: 0;
  }
  .menu-main {
    width: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    background: transparent;
    padding: 0px 30px;
    height: 0;
    max-height: 0;
    text-align: left;
  }
  .title-bar .menu-main a,
  .title-bar.is-stuck .menu-main a {
    display: none;
  }
  .title-bar .title-bar-right .menu-main.is-open {
    display: block !important;
    background: #000;
    padding: 30px;
    height: auto;
    max-height: 100vh;
    transition: all 0.5s ease-in-out;
  }
  
  .menu-main .close-button {
    color: #ffffff;
    right: 2.5rem;
    top: 1.5rem;
    display: none;
  }

  .menu-main.is-open .close-button {
    display: block;
  }

  .title-bar.is-stuck .menu-main.is-open a {
    color: #fff;
    width: 80%;
    display: inline-block;
    text-align: left;
  }

  .title-bar-middle.title-bar-right {
    text-align: right;
  }
  .lang-switcher-area span {
    display: none;
  }
  .hambuger-menu-icon {
    display: inline-block;
    margin-right: 1rem;    
  }

  .header {
    margin-top: 100px;
  }  

  .reveal.medium.galleryOperation {
    background-color: transparent;
    position: fixed;
    top: 120px !important;
    /* top: 120px !important; */
  }
  .reveal.medium.galleryOperation button.reveal-arrow {
    top: 25%;
  }

  .bodyHomepage table td img {
    width: 100%;
  }

  .reveal.medium.galleryOperation button.close-button {
    right: 0;
    opacity: 0.7;
  }

  .storyPageContainer .card.card-small.card-tale .card-section {
    display: flex;
    justify-content: space-between;
  }
  .storyPageContainer a.button.cta {
    padding: 8px 10px;
  }
  .storyPageContainer a.button.cta:after {
    display: none;
  }

}

/* MODIFICHE 2024 */

/* footer */

.credits-small {
  margin-top: 64px;
}
.footer .row.boxed {
  padding-top: 0;
}

.footer .row.boxed.credits-small {
  margin-top: 24px;
  border-top: 1px solid #cec9c9;
  padding-top: 24px;
}

.footer .credits-small .column2 .made-by a.latte-logo img {
  width: 60px;
}
.footer .column2 .made-by, 
.footer .column2 .made-by p.title {
  margin-top: 0;
}
.footer .column3 a {
  display: inline-flex;
  color: #3F3F3F;
  text-decoration: underline;
  margin-right: 24px;
}
div.footer-social {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.footer .column3 p.footer-social-caption {
  color: #EE0000;
  border-bottom: 1px solid #EE0000;
}
.footer .column3 ul.footer-social-links {
  list-style: none;
  margin: 16px 0 0;
  display: flex;
  justify-content: space-around;
}
.footer .column3 ul.footer-social-links li {
  display: flex;
}
.footer .column3 ul.footer-social-links li a {
  margin: 8px 0;
  margin-right: 0;
}
.footer .column3 ul.footer-social-links li a img {
  width: auto;
  height: auto;
  height: 25px;
}

/* NEWS CONTAINER */

.news-container {
  display: flex;
      flex-direction: row;
      flex-wrap: wrap;
}
.news-container .columns {
  margin-bottom: 24px;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    height: 100%;
    padding: 12px;
}
.storyPageContainer .card.card-small {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      border: 1px solid #E4E4E4;
}
.storyPageContainer .card.card-small img {
  aspect-ratio: 3/2;
}
.title-bar .logo {
  margin-left: -10px;
}
.title-bar.is-stuck {
  padding-right: 0;
}
.row.boxed {
  max-width: 75rem;
}
.title-bar .title-bar-middle {
  text-align: right;
}
.title-bar a {
  margin-left: 10px;
  margin-right: 0;
}

.footer {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .card_meta_info {
      display: flex;
      justify-content: space-between;
      text-transform: uppercase;
      color: #606060;
      font-size: 14px;
  }
  .post_type {
      /* color: #C9361E; */
      text-transform: uppercase;
      font-size: 14px;
  }
  .published_date {
      color: #606060;
      text-transform: uppercase;
      font-size: 14px;
  }
  .pageNav {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
  }
  .pageNav ul {
      list-style: none;
  }
  .pageNav ul li {
      display: inline-flex;
  }
  .pageNav ul li a {
      /* background: #C9361E; */
      background: #EE0000;
      color: #fff;
      padding: 4px 8px;
      margin: 4px;
  }
  .pageNav ul li a.active {
      background: #fff;
      /* color: #C9361E;
      border: 1px solid #C9361E; */
      color: #EE0000;
      border: 1px solid #EE0000;
  }
  .card__bottom {
      display: flex;
      justify-content: space-between;
  }

  /* utility */

  .d-none {
    display: none !important;
  }

  /* responsive iframe */

  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


  /* bluesky slire */

  /* Singolo elemento del feed */

.bsky-news-container {
  margin: 24px auto;
}

.bsky-news-container .slick-slide {
    margin: 0 10px;
}

/* the parent */
.bsky-news-container .slick-list {
    margin: 0 -10px;
}

.bsky-feed-item {
  background: #f9f9f9;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.bsky-feed-item a {
  text-decoration: none;
  color: #333;
}

.bsky-date {
  font-size: 0.9em;
  color: #666;
  font-weight: 700;
}

.bsky-title {
  font-size: 1em;
}

/* Stili delle frecce */
.bsky-news-container .slick-arrow {
  width: 24px;
  height: 24px;
  padding: 8px 4px;
  z-index: 1;
  background: #333;
  border: 1px solid white;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.bsky-news-container .slick-next {
  background-image: url(/assets/images/gallery_arrow_right.svg);
}
.bsky-news-container .slick-prev {
  background-image: url(/assets/images/gallery_arrow_left.svg);
}

.bsky-news-container .slick-prev:before {
  content: none;
}
.bsky-news-container .slick-next:before,
.bsky-news-container .slick-next:after{
  content: none;
}

.bsky-news-container .slick-next, 
.bsky-news-container .slick-prev {
  width: 24px;
  
}

.bsky-news-container .slick-arrow:hover {
  background: inherit;
  background-color: #555;
}

.bsky-news-container .slick-arrow:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* slideshow boxed */
.module-04-slider {
  max-width: 75rem;
  margin-top: 64px;
}

.module-04-slider .slick-prev {
  left: -24px;
  border-left: none;
}
.module-04-slider .slick-next {
  right: -24px;
}
.module-04-slider .slick-prev, .module-04-slider .slick-next {
  width: 24px;
  padding: 8px 4px;
  height: auto;
  z-index: 1;
  background: #D72002;
  border: 1px solid white;
}

@media print, screen and (min-width: 40em) {
  
  .module-04-slider .slide > .row {
      display: flex;
      align-items: center;
  }

}

@media print, screen and (max-width: 39.9999em) {
  .module-04-slider .slick-prev,
  .slick-prev{
      left: 0px;
  }
  .module-04-slider .slick-next,
  .slick-next{
      right: 0px;
  }
  .module-04-slider .slick-prev,
  .module-04-slider .slick-next{
      display: none !important;
  }
  
  .module-04-slider .slick-dots {
      width: 100%;
      position: relative;
      text-align: center;
      bottom: 30px;
      left: auto;
      right: auto;
      bottom: unset;
  }

}
