/*
Theme Name:     CSP
Description:    Child theme for Ultimatum
Author:         Ultimatum Theme
Template:       ultimatum
Version:        0.1.0
*/

/* Font da px a em
@element: size elemento, 
@base-size: size del contenitore, 
*/
/* Font da px a rem
@element: size elemento, 
@base-size: size della root, 
*/
/* Font responsive proporzionali alla misura assegnata in grafica
@element: size elemento, 
@base-size: size della root, 
@ref-size: larghezza mockup
*/
/* restituisce misura in percentuale
per la proprietà definita */
/* 
@prop: proprietà da definire
@size: misura da calcolare
@size-compare: misura dell'elemento padre in base alla quale calcolare la percentuale
@negative: opzionale: restituisce il valore negativo se a true 
*/
/* restituisce misura in vw
per la proprietà definita */
/* 
@prop: proprietà da definire
@size: misura da calcolare
@size-compare: misura larghezza mockup
@negative: opzionale: restituisce il valore negativo se a true 
*/
/* definisce una proprità in base a un array di valori  
per i vari break point */
/* definisce uin font size in base a un array di valori 
per i vari break point */
/* shortcut per definizione ::before e ::after */
/* bottoni */
/* una sola riga */
/* possibilità di andare su più righe */
/* frecce */
/*
 * PATH
 */
/*
 * COLORS
 */
/*
 * FONTS
 */
/* 1-default 2-sm 3-md 4-lg 5-xl 6-xxl */
/* valori iniziali: */
/* h1: 75/50, h2:40, h3:36, h4:32, h5:30, h6:28 */
/* 1-default 2-sm 3-md 4-lg 5-xl 6-xxl */
/*26,24,21*/
/* grafica 26 */
/* grafica 24 */
/* grafica 21 */
/* 16px */
/* testi di servizio */
/* grafica 18 */
/* grafica 15 */
/* grafica 12 */
/* extra: 22,38,100 */
/* SPAZI */
/* 1-default 2-sm 3-md 4-lg 5-xl */
/* valori desktop xl:
mega: , xxbig:, xbig: 140, big: 110, medium: 70,
small:, xsmall:  */
/* MODULI */
@media (min-width:1200px) {
  .container {
    max-width: 1360px;
  }
}

section .img-fluid {
  width: 100%;
  max-width: 200%;
}

section>div:last-child:not(.download-area-wrap) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  section>div:last-child:not(.download-area-wrap) {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  section>div:last-child:not(.download-area-wrap) {
    margin-bottom: 70px;
  }
}
.single-contributi section>div:last-child:not(.download-area-wrap) {
    margin-bottom: 0px;
  }
/*
.container {
    border:1px solid red;
}
.row {
    border:1px solid green;
}
*/
/* ===== GENERAL ==== */
body {
  font-family: futura-pt, sans-serif;
}

body.no-scroll {
  position: fixed;
  width: 100%;
}

.page-overlay {
  position: fixed;
  width: 1000%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 100;
}

.page-overlay.top-offset {
  top: 200px;
  z-index: 99;
}

h1,
.h1,
h1.big,
.h1-big,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.h1-res {
  font-size: calc(1em + 2.125vw);
}

h1.big,
.h1-big {
  font-size: 3em;
}

@media (min-width: 768px) {

  h1.big,
  .h1-big {
    font-size: 3.5em;
  }
}

@media (min-width: 992px) {

  h1.big,
  .h1-big {
    font-size: 4.0625em;
  }
}

@media (min-width: 1200px) {

  h1.big,
  .h1-big {
    font-size: 4.6875em;
  }
}

h1,
.h1 {
  font-size: 1.875em;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.875em;
  }
}

h2,
.h2 {
  font-size: 1.75em;
}

@media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {

  h2,
  .h2 {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2.5em;
  }
}

h3,
.h3 {
  font-size: 1.625em;
}

@media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {

  h3,
  .h3 {
    font-size: 2.25em;
  }
}

h4,
.h4 {
  font-size: 1.5em;
}

@media (min-width: 992px) {

  h4,
  .h4 {
    font-size: 2em;
  }
}

h5,
.h5 {
  font-size: 1.375em;
}

@media (min-width: 768px) {

  h5,
  .h5 {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {

  h5,
  .h5 {
    font-size: 1.875em;
  }
}

h6,
.h6 {
  font-size: 1.3125em;
}

@media (min-width: 768px) {

  h6,
  .h6 {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {

  h6,
  .h6 {
    font-size: 1.75em;
  }
}

p {
  line-height: 1.4;
  margin-bottom: 1.2em;
}

p:last-child {
  margin-bottom: 0;
}

.text p {
  line-height: inherit;
}

strong {
  font-weight: 400 !important;
}

a {
  color: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

button:focus {
  outline: 0 !important;
}

select:focus {
  outline: 0 !important;
}

.extra-pad {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .extra-pad {
    padding-left: 35px;
  }
}

@media (min-width: 768px) {
  .extra-pad {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .extra-pad {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .extra-pad {
    padding-left: 30px;
  }
}

@media (min-width: 1440px) {
  .extra-pad {
    padding-left: 70px;
  }
}

@media (min-width: 576px) {
  .extra-pad {
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .extra-pad {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .extra-pad {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .extra-pad {
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .extra-pad {
    padding-right: 70px;
  }
}

.standard-link {
  text-transform: uppercase;
  display: inline-block;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #046a38;
  padding: 0 50px 0 25px;
  color: #046a38;
  text-align: center;
  position: relative;
  font-size: 0.9375em;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.standard-link:hover {
  text-decoration: none;
}

.standard-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 7px;
  height: 7px;
  border: 2px solid #046a38;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 2px 2px 0 0;
}

.standard-link:hover {
  background: #046a38;
  color: #fff;
}

.standard-link:hover::after {
  border-color: #fff;
}
.download-box .standard-link {
  display: inline-block;
  background: var(--black);
  color: #fff;
  border: none;
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s;
  width: max-content;
  line-height: inherit;
  height: auto;
}
.download-box .standard-link:hover {
  text-decoration: underline;
}
.download-box .standard-link::after {
  display: none;
}
.standard-link.standard-link-fixed {
  width: auto;
  min-width: 265px;
  min-width: 0;
}

.standard-link.big {
  height: 70px;
  line-height: 66px;
  border-width: 2px;
}

.standard-link.white {
  color: #fff;
  border-color: #fff;
}

.standard-link.white:after {
  border-color: inherit;
}

.standard-link.white:hover {
  color: #43484d;
  background-color: #fff;
}

.standard-link.white:hover::after {
  border-color: #43484d;
}

.standard-link-block {
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  min-width: 100%;
  border: 1px solid #046a38;
  padding: 1em 25px;
  color: #046a38;
  text-align: center;
  position: relative;
  font-size: 0.9375em;
  font-weight: 600;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.standard-link-block:hover {
  text-decoration: none;
}

.standard-link-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 7px;
  height: 7px;
  border: 2px solid #046a38;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 2px 2px 0 0;
}

.standard-link-block:hover {
  background: #046a38;
  color: #fff;
}

.standard-link-block:hover::after {
  border-color: #fff;
}

.standard-link-block.big {
  min-height: 70px;
  line-height: 66px;
  border-width: 2px;
}

.standard-link-block.white {
  color: #fff;
  border-color: #fff;
}

.standard-link-block.white:after {
  border-color: inherit;
}

.standard-link-block.white:hover {
  color: #43484d;
  background-color: #fff;
}

.standard-link-block.white:hover::after {
  border-color: #43484d;
}

.filter-button {
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  min-width: 100%;
  border: 1px solid #046a38;
  padding: 1em 25px;
  color: #ffffff;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  background: #046a38;
}

.filter-button:hover {
  text-decoration: none;
}

.filter-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 7px;
  height: 7px;
  border: 1px solid #ffffff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 1px 1px 0;
}

.filter-button.active {
  background: #fff;
  color: #046a38;
}

.filter-button.active::after {
  border-color: #046a38;
}

.filter-button[data-filter="data-culture"] {
  background-color: #e50068;
  border-color: #e50068;
}

.filter-button[data-filter="data-culture"].active {
  background-color: #fff;
  color: #e50068;
}

.filter-button[data-filter="data-culture"].active:after {
  border-color: #e50068;
}

.filter-button[data-filter="data-people"] {
  background-color: #fbb900;
  border-color: #fbb900;
}

.filter-button[data-filter="data-people"].active {
  background-color: #fff;
  color: #fbb900;
}

.filter-button[data-filter="data-people"].active:after {
  border-color: #fbb900;
}

.filter-button[data-filter="data-planet"] {
  background-color: #008fd2;
  border-color: #008fd2;
}

.filter-button[data-filter="data-planet"].active {
  background-color: #fff;
  color: #008fd2;
}

.filter-button[data-filter="data-planet"].active:after {
  border-color: #008fd2;
}

.block-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.fs-highlighted-title {
  line-height: 1.35;
  color: #fff;
  padding: 0 25px 0 15px;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* hilight strong */
.hl {
  font-weight: 600 !important;
  color: #fff !important;
  background: #046a38;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* social colors */
.fb {
  color: #3b5998;
}

.fb:hover {
  color: #4264aa;
}

.twitter {
  color: #55acee;
}

.twitter:hover {
  color: #6cb7f0;
}

.linkedin {
  color: #007ab9;
}

.linkedin:hover {
  color: #008bd3;
}

.whatsapp {
  color: #4caf50;
}

.whatsapp:hover {
  color: #5cb860;
}

.mail {
  color: #cdd2db;
}

.mail:hover {
  color: #dcdfe6;
}

.obj-small-box {
  color: #fff;
  background: #046a38;
  height: 160px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 15px;
  padding: 20px 10px;
}

/* ***** FORMS ***** */
.custom-select {
  font-size: 1.125em;
  text-transform: uppercase;
  height: 3.375rem;
  border: 2px solid #046a38;
  border-radius: 0;
  color: #046a38;
}

.custom-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #046a38;
}

.filter-select-btn.dropdown-toggle {
  text-transform: uppercase;
  display: inline-block;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  border: 2px solid #046a38;
  padding: 0 25px 0 25px;
  color: #046a38;
  text-align: center;
  position: relative;
  font-weight: 500 !important;
  font-size: 0.9375em;
  background: #fff;
}

.filter-select-btn.dropdown-toggle:hover {
  text-decoration: none;
}

.filter-select-btn.dropdown-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 7px;
  height: 7px;
  border: 2px solid #046a38;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 2px 2px 0;
}

.filter-select-btn.dropdown-toggle.selected {
  font-weight: 700 !important;
  background: #ecf0f3;
}

.filter-select-btn.dropdown-toggle.selected:after {
  display: none;
}

.sf-input-select.bootstrap-select .dropdown-menu {
  border-radius: 0;
  border-color: #046a38;
  padding-top: 0;
  padding-bottom: 0;
}

.sf-input-select.bootstrap-select .dropdown-item.selected {
  color: #fff;
  background: #046a38;
}

.sf-input-select.bootstrap-select .dropdown-item:focus,
.sf-input-select.bootstrap-select .dropdown-item:hover {
  background: #d6fdea;
  color: #000;
}

/* UTILS */
.brand-color {
  color: #046a38;
}

.gray-light-bg {
  background-color: #f5f4f4;
}

.fs-xbig {
  font-size: 1.375em;
}

@media (min-width: 768px) {
  .fs-xbig {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .fs-xbig {
    font-size: 1.625em;
  }
}

.fs-big {
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .fs-big {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .fs-big {
    font-size: 1.5em;
  }
}

.fs-medium {
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .fs-medium {
    font-size: 1.3125em;
  }
}

.fs-default {
  font-size: 1em;
}

.fs-service-big {
  font-size: 1.125em;
}

.fs-service-medium {
  font-size: 0.9375em;
}

.fs-service-small {
  font-size: 0.75em;
}

.fs-number {
  font-size: 6.25em;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1;
}

.lh-small {
  line-height: 1.2;
}

.lh-medium {
  line-height: 1.6;
}

.lh-big {
  line-height: 1.8;
}

.mt-big {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .mt-big {
    margin-top: 55px;
  }
}

@media (min-width: 768px) {
  .mt-big {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .mt-big {
    margin-top: 65px;
  }
}

@media (min-width: 1200px) {
  .mt-big {
    margin-top: 75px;
  }
}

@media (min-width: 1440px) {
  .mt-big {
    margin-top: 85px;
  }
}

.mb-big {
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .mb-big {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .mb-big {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .mb-big {
    margin-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .mb-big {
    margin-bottom: 75px;
  }
}

@media (min-width: 1440px) {
  .mb-big {
    margin-bottom: 85px;
  }
}

.mt-medium {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .mt-medium {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .mt-medium {
    margin-top: 70px;
  }
}

.mb-medium {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .mb-medium {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .mb-medium {
    margin-bottom: 70px;
  }
}

.mt-small {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .mt-small {
    margin-top: 50px;
  }
}

.mb-small {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .mb-small {
    margin-bottom: 50px;
  }
}

.pt-big {
  padding-top: 50px;
}

@media (min-width: 576px) {
  .pt-big {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .pt-big {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .pt-big {
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .pt-big {
    padding-top: 75px;
  }
}

@media (min-width: 1440px) {
  .pt-big {
    padding-top: 85px;
  }
}

.pb-big {
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .pb-big {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .pb-big {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .pb-big {
    padding-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .pb-big {
    padding-bottom: 75px;
  }
}

@media (min-width: 1440px) {
  .pb-big {
    padding-bottom: 85px;
  }
}

.pt-medium {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .pt-medium {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .pt-medium {
    padding-top: 70px;
  }
}

.pb-medium {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .pb-medium {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .pb-medium {
    padding-bottom: 70px;
  }
}

.pt-small {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .pt-small {
    padding-top: 50px;
  }
}

.pb-small {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .pb-small {
    padding-bottom: 50px;
  }
}

.standard-text {
  font-size: 1.25em;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .standard-text {
    font-size: 1.3125em;
  }
}

.standard-text ul {
  margin-left: 50px;
}

.standard-text ul li::before {
  content: "-";
  margin-right: 10px;
}

/* HEADER */
.headwrapper {
  margin-bottom: 20px;
}

.headwrapper .navbar-brand {
  max-width: 280px;
}

.headwrapper .menu-control {
  border: 1px solid #000;
  border-width: 2px 0;
  height: 7px;
}

.headwrapper .main-menu-wrap {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .headwrapper .main-menu-wrap {
    padding-left: 35px;
  }
}

@media (min-width: 768px) {
  .headwrapper .main-menu-wrap {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .headwrapper .main-menu-wrap {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .headwrapper .main-menu-wrap {
    padding-left: 30px;
  }
}

@media (min-width: 1440px) {
  .headwrapper .main-menu-wrap {
    padding-left: 70px;
  }
}

@media (min-width: 576px) {
  .headwrapper .main-menu-wrap {
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .headwrapper .main-menu-wrap {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .headwrapper .main-menu-wrap {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .headwrapper .main-menu-wrap {
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .headwrapper .main-menu-wrap {
    padding-right: 70px;
  }
}

.headwrapper .menu-first {
  font-size: 1.25em;
  font-family: 'Gelasio', sans-serif;
}

.headwrapper .menu-first .nav-item {
  padding-left: 2em;
}

.headwrapper .menu-first .nav-link {
  color: #000;
  position: relative;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.headwrapper .menu-first .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 35px;
  opacity: 0;
  border-top: 2px solid #046a38;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s all;
  transition: .5s all;
}

.headwrapper .menu-first .nav-link:hover {
  color: #046a38;
}

.headwrapper .menu-first .nav-link:hover::after {
  opacity: 1;
}

.headwrapper .menu-first .nav-item.active .nav-link {
  color: #046a38;
}

.headwrapper .menu-first .nav-item.active .nav-link::after {
  opacity: 1;
}

.headwrapper .submenu {
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  border-top: 1px solid #cdd2d7;
  background: #ecf0f3;
}

.headwrapper .submenu .image {
  width: 40%;
  margin: 15px auto;
  background: #046a38;
}

.headwrapper .submenu .image .caption {
  font-size: calc(1em + 0.0625vw);
  color: #fff;
  text-transform: uppercase;
  padding: 7px 5%;
}

.headwrapper .submenu .image .caption .title {
  text-align: left;
  line-height: 1.1;
}

.headwrapper .submenu .image .caption .title span {
  font-size: calc(1em + -0.125vw);
  display: block;
  text-transform: none;
}

.headwrapper .submenu .menu-second {
  display: inline-block;
  width: 60%;
  height: 100%;
  position: relative;
  background: #fff;
}

.headwrapper .submenu .menu-second .nav-item {
  font-family: 'Gelasio', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #cdd2d7;
}

.headwrapper .submenu .menu-second .nav-item:last-child {
  border-bottom: 0;
}

.headwrapper .submenu .menu-second .nav-link {
  color: #000;
  display: block;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 1.5em;
  padding-right: 40px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.headwrapper .submenu .menu-second .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 7px;
  height: 7px;
  border: 2px solid #000000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 2px 2px 0 0;
}

.headwrapper .submenu .menu-second .nav-link:hover {
  color: #046a38;
  background: #ecf0f3;
}

.headwrapper .submenu .menu-second .nav-link:hover::after {
  border-color: #046a38;
}

.headwrapper .submenu .menu-second .nav-item:hover .menu-third {
  opacity: 1;
  z-index: 2;
}

.headwrapper .submenu .menu-third {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  opacity: 0;
  padding-top: 1em;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.headwrapper .submenu .menu-third .nav-item {
  font-size: 1.125em;
  text-transform: none;
  border: 0;
}

.headwrapper .submenu .menu-third .nav-link {
  padding-top: .6em;
  padding-bottom: .6em;
  padding-left: 30px;
  line-height: 1.2;
  color: #046a38;
}

.headwrapper .submenu .menu-third .nav-link::after {
  display: none;
}

.headwrapper .submenu .menu-third .nav-link:hover {
  text-decoration: underline;
}

.headwrapper .submenu .menu-text {
  font-size: 1.3125em;
  color: #046a38;
  width: 100%;
  text-transform: none;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .headwrapper .submenu .menu-text {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .headwrapper .submenu .menu-text {
    font-size: 1.5em;
  }
}

#menu-mobile {
  padding: 100px 0 0;
  background: #111;
  color: #fff;
  position: fixed;
  z-index: 101;
  top: 0;
  left: auto;
  right: 0;
  width: 310px;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#menu-mobile.collapsing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#menu-mobile.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#menu-mobile .menu-mobile-wrap {
  overflow: auto;
  height: calc(100%);
}

#menu-mobile .menu-control {
  color: #fff;
  border: 0;
  text-transform: uppercase;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 0;
}

#menu-mobile .menu-control i {
  margin-left: 1em;
}

#menu-mobile .button-wrap {
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid #2d2d2d;
  position: absolute;
  top: 0;
}

#menu-mobile .dropdown-control {
  display: inline-block;
  color: inherit;
  background: transparent;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  position: relative;
}

#menu-mobile .dropdown-control::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 7px;
  height: 7px;
  border: 2px solid #86939e;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 2px 2px 0;
}

#menu-mobile .dropdown-control::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}

#menu-mobile .dropdown-control[aria-expanded='true'] {
  color: #fff;
}

#menu-mobile .dropdown-control[aria-expanded='true']::after {
  border-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#menu-mobile .nav-container {
  padding: 35px 40px;
  border-bottom: 1px solid #2d2d2d;
}

#menu-mobile .nav-container span {
  display: block;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#menu-mobile .nav-container #language-control {
  display: inline-block;
  padding-right: 30px;
}

#menu-mobile .nav-container #menu-language .nav-item {
  text-transform: none;
  padding-bottom: 5px;
  font-size: 0.875em;
}

#menu-mobile .navbar-nav {
  font-size: 1.0em;
}

#menu-mobile .navbar-nav .nav-item {
  padding: 1.5em 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #2d2d2d;
}

#menu-mobile .navbar-nav .nav-link {
  display: block;
  width: 100%;
  color: #86939e;
  text-decoration: none;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

#menu-mobile .navbar-nav .nav-link:hover {
  color: #fff;
}

/*#menu-mobile .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}*/
#menu-mobile .submenu-m {
  padding-top: 1.5em;
}

#menu-mobile .submenu-m .nav-item {
  padding: 0;
  border: 0;
  text-transform: none;
}

#menu-mobile .submenu-m .nav-link {
  padding-bottom: .5em;
}

#menu-mobile .submenu-m .nav-item .submenu-m {
  padding: .3em 0 1.5em 1em;
}

#menu-mobile .submenu-m .nav-item .submenu-m .nav-link {
  padding: 0px;
}

/* #menu-mobile #menu-primary-m {
  background: #ecf0f3;
}
#menu-mobile #menu-primary-m .nav-item {
  border-color: #86939e;
}
#menu-mobile #menu-primary-m .nav-item.active .nav-link {
  color: #000;
}
#menu-mobile #menu-primary-m .nav-link:hover {
  color: #000;
}
#menu-mobile #menu-primary-m .nav-link:hover::after {
  border-color: #000;
}
#menu-mobile #menu-primary-m .dropdown-control[aria-expanded='true'] {
  color: #000;
}
#menu-mobile #menu-primary-m .dropdown-control[aria-expanded='true']::after {
  border-color: #000;
} */
#menu-mobile .social {
  padding: 35px 40px;
}

#menu-mobile .social span {
  margin-left: 0;
  padding-right: 1.5em;
}

#menu-mobile .social span a {
  color: #86939e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#menu-mobile .social span a:hover {
  color: #fff;
}

/* ========= FOOTER ============*/
.footwrapper {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .footwrapper {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .footwrapper {
    padding-bottom: 70px;
  }
}

.footwrapper .footer-wrap {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .footwrapper .footer-wrap {
    padding-left: 35px;
  }
}

@media (min-width: 768px) {
  .footwrapper .footer-wrap {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .footwrapper .footer-wrap {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .footwrapper .footer-wrap {
    padding-left: 30px;
  }
}

@media (min-width: 1440px) {
  .footwrapper .footer-wrap {
    padding-left: 70px;
  }
}

@media (min-width: 576px) {
  .footwrapper .footer-wrap {
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .footwrapper .footer-wrap {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .footwrapper .footer-wrap {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .footwrapper .footer-wrap {
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .footwrapper .footer-wrap {
    padding-right: 70px;
  }
}

.newsletter-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #046a38;
  color: #fff;
}

.newsletter-wrap .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.625em;
}

@media (min-width: 768px) {
  .newsletter-wrap .title {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  .newsletter-wrap .title {
    font-size: 2.25em;
  }
}

.newsletter-wrap .standard-link-block {
  padding-right: 40px;
  padding-left: 40px;
  text-transform: none;
  font-size: 20px;
  padding-right: 25%;
  text-align: left;
  text-decoration: none !important;
  background: #fff;
  font-weight: 400 !important;
}

.newsletter-wrap .standard-link-block:hover {
  color: #fff;
  border-color: #fff;
  background: #046a38;
  text-decoration: none !important;
}

.newsletter-wrap .standard-link-block strong {
  font-weight: 500 !important;
}

.enti-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ecf0f3;
}

@media (min-width: 768px) {
  .enti-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .enti-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .enti-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .enti-wrap {
    padding-bottom: 70px;
  }
}

.enti-wrap .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
  letter-spacing: -0.3px;
}

@media (min-width: 768px) {
  .enti-wrap .title {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .enti-wrap .title {
    font-size: 1.75em;
  }
}

.enti-wrap .image a {
  display: block;
}

.enti-wrap .image img {
  max-height: 40px;
  width: auto;
  vertical-align: center;
}

.servizi-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .servizi-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .servizi-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .servizi-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .servizi-wrap {
    padding-bottom: 70px;
  }
}

.servizi-wrap .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .servizi-wrap .title {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .servizi-wrap .title {
    font-size: 1.75em;
  }
}

.footer-nav {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .footer-nav {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .footer-nav {
    padding-bottom: 70px;
  }
}

.footer-menu {
  font-size: 1em;
  font-weight: 500 !important;
  color: #000;
}

.footer-menu .nav-link {
  padding: 0;
}

.footer-menu .nav-link:hover {
  color: inherit;
  text-decoration: underline;
}

.footer-menu .footer-submenu {
  font-size: 0.94444444em;
  font-weight: 400 !important;
  color: #5e6977;
}

.footer-menu.fondazione-menu {
  color: #046a38;
}

.footer-menu.fondazione-menu .footer-submenu .nav-link {
  color: #046a38;
}

.colophon-wrap {
  padding-top: 20px;
  border-top: 1px solid #ecf0f3;
  color: #86939e;
}

@media (min-width: 992px) {
  .colophon-wrap {
    padding-top: 50px;
  }
}

.colophon-wrap p {
  font-size: 0.875em;
}

.colophon-wrap .brand-footer {
  display: block;
  /*width:76%;*/
}

.colophon-menu {
  font-weight: 500 !important;
  color: #046a38;
}

.social span {
  margin-left: 15px;
}

.social a {
  color: #86939e;
}

/* ============= HOME ==================*/
#headline-home-slider {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #headline-home-slider {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #headline-home-slider {
    margin-bottom: 70px;
  }
}

#headline-home-slider .slide-index {
  font-size: 1.25em;
  position: absolute;
  top: 0;
  left: calc(33.33% + 15px);
}

@media (min-width: 768px) {
  #headline-home-slider .slide-index {
    font-size: 1.3125em;
  }
}

#headline-home-slider .slide-index .slide-current {
  font-weight: 700 !important;
  color: #046a38;
}

#headline-home-slider .carousel-control-prev,
#headline-home-slider .carousel-control-next {
  background: #fff;
  opacity: 1;
  color: #046a38;
  width: 36px;
  height: 36px;
  top: auto;
  bottom: calc(50% - 60px);

  border-radius: 50%;
  z-index: 10;
}

#headline-home-slider .carousel-control-next {}

#headline-home-slider .carousel-control-prev {
  left: 15px;

}

#headline-home-slider .carousel-control-next {
  right: 15px
}

#headline-home-slider .carousel-control-next {
  -webkit-transform: none;
  transform: none;
}

#headline-home-slider .carousel-indicators {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  bottom: auto;
  margin: 0;
  top: 73.20872274vw;
  left: 0;
}

#headline-home-slider .carousel-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  margin-right: 8px;
  margin-left: 8px;
}

#headline-home-slider .carousel-indicators li:first-child {
  margin-left: 15px;
}

#headline-home-slider .carousel-indicators li.active {
  width: 8px;
  height: 8px;
}

#headline-home-slider .carousel-item {
  height: 97.6635514vw;
}

#headline-home-slider .carousel-item::before {
  content: "";
  display: block;
  width: 28.81619938%;
  height: 38.62928349vw;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 3;
  background-position: 0 0;
  background-repeat: no-repeat;
  /*background-image: url('/wp-content/uploads/ico_logo_green.svg');*/
  background-size: 100% auto;
}

#headline-home-slider .carousel-item.obj-culture::before {
  background-image: url('/wp-content/uploads/ico_logo_magenta.svg');
}

#headline-home-slider .carousel-item.obj-people::before {
  background-image: url('/wp-content/uploads/ico_logo_yellow.svg');
}

#headline-home-slider .carousel-item.obj-planet::before {
  background-image: url('/wp-content/uploads/ico_logo_blue.svg');
}

#headline-home-slider .slide-image {
  position: relative;
  z-index: 0;
}

/* #headline-home-slider .slide-image img {
  width: 100%;
} */
#headline-home-slider .slide-caption {
  position: absolute;
  z-index: 1;
  top: 10%;
}

#headline-home-slider .slide-link-wrap {
  margin-top: 1em;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  #headline-home-slider .slide-link-wrap {
    font-size: 1.3125em;
  }
}
@media screen and (max-width: 767px) {
  #headline-home-slider .carousel-control-next, #headline-home-slider .carousel-control-prev, .carousel-indicators {
    display: none;
  }
  .h1-res.slide-title {
      font-size: 36px!important;
      line-height: 40px!important;
  }
}
#headline-home-slider .slide-link {
  line-height: 1.35;
  padding: 0 25px 0 15px;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: rgba(0, 102, 51, 0.72);
  color: #fff;
}

.welcome {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .welcome {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .welcome {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .welcome {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .welcome {
    padding-bottom: 70px;
  }
}

.news-general-link {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .news-general-link {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .news-general-link {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  #headline-home-slider .carousel-control-prev {
    left: 55px;
    bottom: 65px;
  }

  #headline-home-slider .carousel-control-next {
    left: 55px;
    bottom: 65px;
  }
}

@media (max-width: 620px) {
  #headline-home-slider .carousel-control-prev {
    left: 55px;
    bottom: 55px;
  }

  #headline-home-slider .carousel-control-next {
    left: 55px;
    bottom: 55px;
  }
}

/* ========= MODULI ======= */
/* 1: TITOLO OBIETTIVO */
.section-obj-header {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #E9F2ED;
  color: #000;
}

@media (min-width: 576px) {
  .section-obj-header {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .section-obj-header {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-obj-header {
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .section-obj-header {
    padding-top: 75px;
  }
}

@media (min-width: 1440px) {
  .section-obj-header {
    padding-top: 85px;
  }
}

@media (min-width: 992px) {
  .section-obj-header {
    padding-bottom: 50px;
  }
}

.section-obj-header .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 3em;
}

@media (min-width: 768px) {
  .section-obj-header .title {
    font-size: 3.5em;
  }
}

@media (min-width: 992px) {
  .section-obj-header .title {
    font-size: 4.0625em;
  }
}

@media (min-width: 1200px) {
  .section-obj-header .title {
    font-size: 4.6875em;
  }
}

.section-obj-header .subtitle {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .section-obj-header .subtitle {
    font-size: 2em;
  }
}

.section-obj-header.section-obj-header-small {
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .section-obj-header.section-obj-header-small {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .section-obj-header.section-obj-header-small {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .section-obj-header.section-obj-header-small {
    padding-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .section-obj-header.section-obj-header-small {
    padding-bottom: 75px;
  }
}

@media (min-width: 1440px) {
  .section-obj-header.section-obj-header-small {
    padding-bottom: 85px;
  }
}

.section-obj-header.section-obj-header-small .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.875em;
}

@media (min-width: 768px) {
  .section-obj-header.section-obj-header-small .title {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  .section-obj-header.section-obj-header-small .title {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) {
  .section-obj-header.section-obj-header-small .title {
    font-size: 2.875em;
  }
}

/* 2: solo texto */
.text-headline {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.375em;
  font-family: 'Gelasio', sans-serif;
  line-height: 1.8;
  text-align: center;
  color: #5e6977;
}

@media (min-width: 768px) {
  .text-headline {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .text-headline {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .text-headline {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .text-headline {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .text-headline {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .text-headline {
    font-size: 1.625em;
  }
}

.text-headline p {
  line-height: inherit;
}

.text-headline strong {
  font-weight: 600 !important;
  color: #000;
}

.text-headline a {
  color: #5e6977;
  text-decoration: underline;
  font-weight: 600 !important;
}

.text-headline a:hover {
  color: inherit;
}

.text-headline+.text-headline2 {
  padding-top: 0;
}

/* 3: solo testo in evidenza */
.text-headline2 {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  letter-spacing: -0.5px;
  text-align: center;
}

@media (min-width: 768px) {
  .text-headline2 {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .text-headline2 {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .text-headline2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .text-headline2 {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .text-headline2 {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .text-headline2 {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .text-headline2 {
    font-size: 2.5em;
  }
}

.text-headline2 strong {
  font-weight: 600 !important;
}

/* 4/5 TESTO IMMAGINE  */
.txt-img {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .txt-img {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .txt-img {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .txt-img {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .txt-img {
    padding-bottom: 70px;
  }
}

.txt-img.txt-img2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.txt-img .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .txt-img .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .txt-img .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .txt-img .title {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  .txt-img .title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .txt-img .title {
    margin-bottom: 70px;
  }
}

.txt-img .text {
  font-size: 1.375em;
  line-height: 1.6;
  letter-spacing: -0.3px;
  font-family: 'Gelasio', sans-serif;
  color: #5e6977;
}

@media (min-width: 768px) {
  .txt-img .text {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .txt-img .text {
    font-size: 1.625em;
  }
}

.txt-img .text strong,
.txt-img .text b {
  color: #000;
  font-weight: 600 !important;
}

.txt-img .text a {
  color: #5e6977;
  text-decoration: underline;
  font-weight: 600 !important;
}

.txt-img .text a:hover {
  color: #046a38;
}

.txt-img .standard-link {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .txt-img .standard-link {
    margin-top: 55px;
  }
}

@media (min-width: 768px) {
  .txt-img .standard-link {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .txt-img .standard-link {
    margin-top: 65px;
  }
}

@media (min-width: 1200px) {
  .txt-img .standard-link {
    margin-top: 75px;
  }
}

@media (min-width: 1440px) {
  .txt-img .standard-link {
    margin-top: 85px;
  }
}

/* 6 / 6b TITOLO + TESTO SU COLONNE */
.txt-col .txt-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .txt-col .txt-box {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .txt-col .txt-box {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .txt-col .txt-box {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .txt-col .txt-box {
    padding-bottom: 70px;
  }
}

.txt-col .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  position: relative;
  padding-bottom: 0.578em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .txt-col .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .txt-col .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .txt-col .title {
    font-size: 2.5em;
  }
}

.txt-col .title::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #046a38;
}

.txt-col .text {
  font-size: 1.3125em;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .txt-col .text {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .txt-col .text {
    font-size: 1.5em;
  }
}

/* 7 INFOGRAFICA */
.numbers-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #046a38;
  color: #fff;
}

@media (min-width: 768px) {
  .numbers-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .numbers-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .numbers-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .numbers-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .numbers-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .numbers-wrap {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .numbers-wrap {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .numbers-wrap {
    margin-bottom: 70px;
  }
}

.numbers-wrap .title {
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.625em;
}

@media (min-width: 768px) {
  .numbers-wrap .title {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .numbers-wrap .title {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .numbers-wrap .title {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  .numbers-wrap .title {
    font-size: 2.25em;
  }
}

.numbers-wrap .numbers {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.numbers-wrap .number-box {
  font-weight: 300 !important;
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .numbers-wrap .number-box {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .numbers-wrap .number-box {
    padding-bottom: 70px;
  }
}

.numbers-wrap .number-box span {
  display: block;
}

.numbers-wrap .label {
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .numbers-wrap .label {
    font-size: 1.3125em;
  }
}

.numbers-wrap .value {
  font-size: 6.25em;
  line-height: 1;
}

/* 8 BACHECA LANCIO BANDI */
.listing-grid-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .listing-grid-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .listing-grid-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .listing-grid-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .listing-grid-wrap {
    padding-top: 70px;
  }
}

.listing-box {
  -webkit-box-shadow: 1px 1px 8px #ccc;
  box-shadow: 1px 1px 8px #ccc;
  margin-bottom: 40px;
  position: relative;
}

.listing-box .tag {
  font-size: 0.75em;
  font-weight: 500 !important;
  padding: 3px 10px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  min-width: 95px;
  background: #046a38;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.listing-box .image:empty {
  padding-top: 50px;
  border-top: 3px solid #046a38;
}

@media (min-width: 576px) {
  .listing-box .image:empty {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .listing-box .image:empty {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .listing-box .image:empty {
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .listing-box .image:empty {
    padding-top: 75px;
  }
}

@media (min-width: 1440px) {
  .listing-box .image:empty {
    padding-top: 85px;
  }
}

.listing-box .text {
  margin-bottom: 60px;
  padding: 35px 30px 35px;
}

.listing-box .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.625em;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .listing-box .title {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  .listing-box .title {
    font-size: 2.25em;
  }
}

.listing-box .info {
  font-size: 1.125em;
  font-family: 'Gelasio', sans-serif;
}

.listing-box .type {
  color: #86939e;
  text-transform: uppercase;
}

.listing-box .date {
  color: #046a38;
}

.listing-box.listing-box-video .image {
  position: relative;
}

.listing-box.listing-box-video .image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('/wp-content/uploads/ico_play.png') no-repeat 0 0;
  background-size: cover;
}

.listing-grid--small .listing-box .title {
  font-size: 1.375em;
}

@media (min-width: 768px) {
  .listing-grid--small .listing-box .title {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .listing-grid--small .listing-box .title {
    font-size: 1.625em;
  }
}

.listing-grid--small .listing-box .info {
  font-size: 1em;
}

/* 9. / 12. HEADER SEZIONE / HEADER PAGINA */
.section-header {
  color: #fff;
  background-color: #E9F2ED;
}

.section-header .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .hgroup {
  padding-right: 8%;
}

.section-header .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  font-size: 1.875em;
  line-height: 1;
  letter-spacing: -1.4px;
  margin-bottom: .4em;
  color: #000;
}

@media (min-width: 768px) {
  .section-header .title {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  .section-header .title {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) {
  .section-header .title {
    font-size: 2.875em;
  }
}

.section-header.subsection .title,
.section-header .subtitle {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.375em;
  line-height: 1.20;
  padding: 0 25px 0 15px;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #000;
  /* background: #000; */
  letter-spacing: -0.75px;
}

@media (min-width: 768px) {

  .section-header.subsection .title,
  .section-header .subtitle {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {

  .section-header.subsection .title,
  .section-header .subtitle {
    font-size: 1.875em;
  }
}

.section-header img {
  width: 100%;
}

/* 10  FILTRO CONTRIBUTI */
.filter-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .filter-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .filter-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .filter-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .filter-wrap {
    padding-bottom: 70px;
  }
}

.filter-wrap .explain {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
  margin-bottom: 40px;
  color: #046a38;
}

@media (min-width: 768px) {
  .filter-wrap .explain {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .filter-wrap .explain {
    font-size: 1.75em;
  }
}

@media (min-width: 768px) {
  .filter-wrap .explain {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .filter-wrap .explain {
    margin-bottom: 70px;
  }
}

.filter-wrap .filter-action {
  text-transform: uppercase;
  display: inline-block;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  border: 2px solid #046a38;
  padding: 0 50px 0 25px;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 0.9375em;
  background: #046a38;
  text-align: left;
  font-weight: 500 !important;
}

.filter-wrap .filter-action:hover {
  text-decoration: none;
}

.filter-wrap .filter-action::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 7px;
  height: 7px;
  border: 2px solid #ffffff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 2px 2px 0 0;
}

.filter-wrap .filter-action:hover {
  color: #046a38;
  background: #fff;
}

.filter-wrap .filter-action:hover::after {
  border-color: #046a38;
}

.filter-wrap .filter {
  margin-botttom: -30px;
}

.filter-wrap .filter>div {
  margin-bottom: 30px;
}

/* 11  DOWNLOAD */
.download-area-wrap-multi .download-area-wrap:nth-child(even) {
  background: #fff;
}

.download-area-wrap {
  margin-top: 40px;
  background: #EDF0F5;
}

@media (min-width: 768px) {
  .download-area-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .download-area-wrap {
    margin-top: 70px;
  }
}

.download-area-wrap .download-area {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .download-area-wrap .download-area {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .download-area-wrap .download-area {
    padding-top: 70px;
  }
}

.download-area-wrap .download-area .title {
  padding-bottom: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
  color: #000000;
}
.download-area-wrap .download-area h2.title {
  padding-bottom: 40px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 32px;
  font-family: Gelasio;
  color: #000000;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .download-area-wrap .download-area .title {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .download-area-wrap .download-area .title {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .download-area-wrap .download-area .title {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .download-area-wrap .download-area .title {
    font-size: 1.75em;
  }
}

.download-area-wrap .download-area .download-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .download-area-wrap .download-area .download-box {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .download-area-wrap .download-area .download-box {
    margin-bottom: 70px;
  }
}

.download-area-wrap .download-area .download-box div {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.download-area-wrap .download-area .download-box:before {
  content: '';
  display: block;
  line-height: 1;
  margin-right: 15px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath id='circle-arrow-right-solid-full' d='M78,92A14,14,0,1,0,64,78,14,14,0,0,0,78,92Zm2.242-8.7a1.311,1.311,0,0,1-1.854-1.854l2.133-2.133H72.313a1.313,1.313,0,0,1,0-2.625h8.209L78.388,74.56a1.311,1.311,0,0,1,1.854-1.854l4.375,4.375a1.307,1.307,0,0,1,0,1.854L80.242,83.31Z' transform='translate(-64 -64)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

#bodywrapper .download-area-wrap .download-area .download-box .title {
  padding-bottom: 38px!important;
  font-size: 26px !important;
}

@media (min-width: 992px) {
  .download-area-wrap .download-area .download-box .title {
    padding-bottom: 50px;
  }
}

.download-area-wrap .download-area .download-box .standard-link {
  min-width: 230px;
}

/* 13 SDGs */
.sdg-list-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .sdg-list-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .sdg-list-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .sdg-list-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .sdg-list-wrap {
    padding-top: 70px;
  }
}

.sdg-intro .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
  letter-spacing: -0.5px;
  color: #046a38;
}

@media (min-width: 768px) {
  .sdg-intro .title {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .sdg-intro .title {
    font-size: 1.75em;
  }
}

.sdg-box {
  margin-bottom: 30px;
}

.sdg-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .sdg-list {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .sdg-list {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .sdg-list {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .sdg-list {
    padding-bottom: 70px;
  }
}

.sdg-list .sdg-filter {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .sdg-list .sdg-filter {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .sdg-list .sdg-filter {
    padding-bottom: 70px;
  }
}

.sdg-list .sdg-box.disabled {
  opacity: .3;
}

.sdg-list .sdg-cat {
  position: relative;
}

.sdg-list .sdg-cat::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 15px;
  background-image: url('/wp-content/uploads/sdg_generale.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sdg-list .sdg-cat[data-cat="data-culture"]::after {
  background-image: url('/wp-content/uploads/sdg_cultura.svg');
}

.sdg-list .sdg-cat[data-cat="data-people"]::after {
  background-image: url('/wp-content/uploads/sdg_persone.svg');
}

.sdg-list .sdg-cat[data-cat="data-planet"]::after {
  background-image: url('/wp-content/uploads/sdg_pianeta.svg');
}

/* 14 / 22 TESTO APPROFONDIMENTO */
.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .page-content {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .page-content {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .page-content {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page-content {
    padding-bottom: 70px;
  }
}

.page-content .title {
  font-size: 1.25em;
  font-weight: 600 !important;
  font-family: futura-pt, sans-serif;
  color: #046a38;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .page-content .title {
    font-size: 1.3125em;
  }
}

.page-content .profile-title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 400 !important;
  margin-bottom: 40px;
  color: #046a38;
}

@media (min-width: 768px) {
  .page-content .profile-title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .page-content .profile-title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .page-content .profile-title {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  .page-content .profile-title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page-content .profile-title {
    margin-bottom: 70px;
  }
}

.page-content .text {
  font-size: 1.25em;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .page-content .text {
    font-size: 1.3125em;
  }
}

.page-content .text ul {
  text-indent: -1.35em;
  padding-left: 1.1em;
}

.page-content .text ul li::before {
  content: "";
  margin-right: 1em;
  background-color: #046a38;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.obj-people .page-content .text ul li::before {
  content: "";
  margin-right: 1em;
  background-color: #fbb900;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.obj-culture .page-content .text ul li::before {
  content: "";
  margin-right: 1em;
  background-color: #e50068;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.obj-planet .page-content .text ul li::before {
  content: "";
  margin-right: 1em;
  background-color: #008fd2;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.page-content .text a {
  font-weight: 600 !important;
  color: #046a38;
}

.page-content .text a:hover {
  color: #046a38;
}

.page-content .text strong {
  font-weight: 600 !important;
}

.page-content .text+.h2,
.page-content p+.h2 {
  margin-top: 3.2em;
}

.page-content p {
  margin-bottom: 1.6em;
}

/* 15.  TESTO NAVIGABILE */
.details {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .details {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .details {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .details {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .details {
    padding-top: 70px;
  }
}

.accordion .accordion-box {
  margin-bottom: 20px;
}

.accordion .accordion-btn {
  font-size: 1.25em;
  font-weight: 500 !important;
  display: block;
  width: 100%;
  text-align: left;
  color: #046a38;
  background: transparent;
  padding: .5em 1em;
  border: 1px solid #ecf0f3;
  position: relative;
}

@media (min-width: 768px) {
  .accordion .accordion-btn {
    font-size: 1.3125em;
  }
}

.accordion .accordion-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #046a38;
  top: 0;
  left: -1px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.accordion .accordion-btn::after {
  content: "+";
  display: inline-block;
  float: right;
  font-size: 1.2em;
  font-weight: 300 !important;
}

.accordion .accordion-btn[aria-expanded="true"]:before {
  content: "";
  display: block;
  width: 3px;
}

.accordion .accordion-btn[aria-expanded="true"]::after {
  content: "-";
}

.accordion .accordion-text {
  font-size: 1.25em;
  font-weight: 300 !important;
  padding: 25px 25px 40px;
  border: 1px solid #ecf0f3;
  border-top: 0;
}

@media (min-width: 768px) {
  .accordion .accordion-text {
    font-size: 1.3125em;
  }
}

.accordion .accordion-text ul {
  margin-left: 50px;
}

.accordion .accordion-text ul li::before {
  content: "-";
  margin-right: 10px;
}

/* 17 THEME BOXES */
.theme-boxes {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .theme-boxes {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .theme-boxes {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .theme-boxes {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .theme-boxes {
    padding-bottom: 70px;
  }
}

.theme-boxes .theme-box {
  margin-bottom: 45px;
  min-height: 0;
}

@media (min-width: 992px) {
  .theme-boxes .theme-box {
    min-height: 470px;
  }
}

.theme-boxes .theme-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 85vw;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .theme-boxes .theme-box:before {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .theme-boxes .theme-box:before {
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .theme-boxes .theme-box:before {
    width: 350px;
  }
}

@media (min-width: 768px) {
  .theme-boxes .theme-box:before {
    height: 270px;
  }
}

@media (min-width: 1200px) {
  .theme-boxes .theme-box:before {
    height: 350px;
  }
}

.theme-boxes .theme-box .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.8em;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .theme-boxes .theme-box .title {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  .theme-boxes .theme-box .title {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) {
  .theme-boxes .theme-box .title {
    font-size: 3.5em;
  }
}

.theme-boxes .theme-box .subtitle {
  font-size: 1.25em;
  font-family: Gelasio;
}

@media (min-width: 768px) {
  .theme-boxes .theme-box .subtitle {
    font-size: 1.3125em;
  }
}

.theme-boxes .standard-link {
  font-size: 1.125em;
  font-weight: 400 !important;
}

/* 21 stato + condividi */
.social-sharing .box {
  margin-right: 10px;
  font-size: 20px;
}

.social-sharing .box a:hover {
  text-decoration: none;
}

/* 21 + 22 spalla + testo */
.info-box-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .info-box-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .info-box-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .info-box-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .info-box-wrap {
    padding-bottom: 70px;
  }
}

.info-box {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .info-box {
    padding-bottom: 50px;
  }
}

.info-box:last-child {
  padding-bottom: 0;
}

.info-box .label {
  display: block;
  font-size: 1.25em;
  font-weight: 600 !important;
  line-height: 1.2;
  padding-bottom: .4em;
  white-space: break-spaces !important;

}

@media (min-width: 768px) {
  .info-box .label {
    font-size: 1.3125em;
  }
}

.info-box .value {
  font-size: 1.25em;
  font-weight: 300 !important;
  display: block;
}

@media (min-width: 768px) {
  .info-box .value {
    font-size: 1.3125em;
  }
}

.info-box.status .value {
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #2cab4a;
}

.info-box .obj-small-box span {
  font-size: 1.375em;
  font-family: 'Gelasio', sans-serif;
}

@media (min-width: 768px) {
  .info-box .obj-small-box span {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .info-box .obj-small-box span {
    font-size: 1.625em;
  }
}

/* 26 testo su doppia colonna */
.txt-col2 .txt-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .txt-col2 .txt-box {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .txt-col2 .txt-box {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .txt-col2 .txt-box {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .txt-col2 .txt-box {
    padding-bottom: 70px;
  }
}

.txt-col2 .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .txt-col2 .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .txt-col2 .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .txt-col2 .title {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  .txt-col2 .title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .txt-col2 .title {
    margin-bottom: 70px;
  }
}

.txt-col2 .text {
  font-family: 'Gelasio', sans-serif;
  font-size: 1.375em;
  font-weight: 300 !important;
  color: #5e6977;
}

@media (min-width: 768px) {
  .txt-col2 .text {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .txt-col2 .text {
    font-size: 1.625em;
  }
}

.txt-col2 .text strong {
  color: #000;
  font-weight: 600 !important;
}

.txt-col2 .standard-link {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .txt-col2 .standard-link {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .txt-col2 .standard-link {
    margin-top: 70px;
  }
}

/* 27. / 28. STRUTTURA SINGOLO - STRUTTURA GRUPPO */
.structure-wrap {
  position: relative;
  padding-bottom: 0.578em;
  padding-top: 40px;
  padding-bottom: 40px;
}

.structure-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #f5f4f4;
}

@media (min-width: 768px) {
  .structure-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .structure-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .structure-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .structure-wrap {
    padding-bottom: 70px;
  }
}

.structure-wrap::after {
  left: 15px;
}

.structure-wrap:last-child::after {
  display: none;
}

.structure-wrap .list-square {
  padding-top: 90px;
}

.structure-wrap .list-square .title {
  color: #046a38;
}

.structure-box .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  margin-bottom: 40px;
  color: #000;
}

@media (min-width: 768px) {
  .structure-box .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .structure-box .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .structure-box .title {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  .structure-box .title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .structure-box .title {
    margin-bottom: 70px;
  }
}

.structure-box .title span {
  color: #046a38;
}

.structure-box .subtitle {
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .structure-box .subtitle {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .structure-box .subtitle {
    font-size: 1.5em;
  }
}

.structure-box .text {
  font-size: 1.375em;
  margin-bottom: 20px;
  font-family: 'Gelasio', sans-serif;
  letter-spacing: -0.5px;
  color: #5e6977;
}

@media (min-width: 768px) {
  .structure-box .text {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .structure-box .text {
    font-size: 1.625em;
  }
}

@media (min-width: 992px) {
  .structure-box .text {
    margin-bottom: 50px;
  }
}

.structure-box .text strong {
  font-weight: 600 !important;
  color: #000;
}

.structure-box ul {
  font-size: 1.25em;
  font-weight: 300 !important;
  font-family: futura-pt, sans-serif;
  list-style-type: none;
  text-indent: -1.2em;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .structure-box ul {
    font-size: 1.3125em;
  }
}

.structure-box ul:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .structure-box ul:not(:last-child) {
    margin-bottom: 50px;
  }
}

.structure-box ul strong {
  font-weight: 600 !important;
}

.structure-box ul li {
  margin-bottom: 5px;
}

.structure-box ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #046a38;
}

.structure-box ul li a:hover {
  color: #046a38;
}

.structure-box .subtitle+.standard-link,
.structure-box .subtitle+.text,
.structure-box .subtitle+ul {
  margin-top: 20px;
}

@media (min-width: 992px) {

  .structure-box .subtitle+.standard-link,
  .structure-box .subtitle+.text,
  .structure-box .subtitle+ul {
    margin-top: 50px;
  }
}

.structure-box-child {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .structure-box-child {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .structure-box-child {
    padding-top: 70px;
  }
}

.structure-box-child .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.625em;
  margin-bottom: 20px;
  color: #046a38;
}

@media (min-width: 768px) {
  .structure-box-child .title {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  .structure-box-child .title {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  .structure-box-child .title {
    margin-bottom: 50px;
  }
}

.structure-box-child .text {
  font-weight: 300 !important;
  font-size: 1.3125em;
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.2px;
  color: #000;
}

@media (min-width: 768px) {
  .structure-box-child .text {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .structure-box-child .text {
    font-size: 1.5em;
  }
}

.structure-box-child .text strong {
  font-weight: 600 !important;
}

.structure-wrap.no-decor::after {
  display: none;
}

.structure-wrap.with-profile {
  padding-bottom: 0;
}

/* 28. STRUTTURA gruppo */
.structure-group-separator {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .structure-group-separator {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .structure-group-separator {
    margin-bottom: 50px;
  }
}

/* 29. STRUTTURA PROFILI */
.profile-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .profile-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .profile-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .profile-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .profile-wrap {
    padding-top: 70px;
  }
}

.profile-title {
  font-size: 1.25em;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .profile-title {
    font-size: 1.3125em;
  }
}

/* profile box */
.profile-box {
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .profile-box {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .profile-box {
    padding-bottom: 70px;
  }
}

.profile-box .hgroup {
  color: #046a38;
  margin-bottom: 30px;
}

.profile-box .name {
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .profile-box .name {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .profile-box .name {
    font-size: 1.5em;
  }
}

.profile-box .role {
  font-size: 1.3125em;
  font-weight: 300 !important;
  font-family: futura-pt, sans-serif;
}

@media (min-width: 768px) {
  .profile-box .role {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .profile-box .role {
    font-size: 1.5em;
  }
}

.profile-box .reference {
  margin-top: 20px;
  font-size: 1.25em;
  font-weight: 300 !important;
  color: #000;
}

@media (min-width: 768px) {
  .profile-box .reference {
    font-size: 1.3125em;
  }
}

.profile-box .reference strong {
  font-weight: 600 !important;
}

.profile-box .image {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .profile-box .image {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .profile-box .image {
    height: 210px;
  }
}

@media (min-width: 1200px) {
  .profile-box .image {
    height: 255px;
  }
}

@media (min-width: 768px) {
  .profile-box .image {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .profile-box .image {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .profile-box .image {
    width: 255px;
  }
}

@media (min-width: 992px) {
  .profile-box .image {
    margin-bottom: 50px;
  }
}

.profile-box .image img {
  width: 100%;
  border: 8px solid #046a38;
  border-radius: 100%;
}

.profile-box .reference {
  margin-bottom: 20px;
}

.profile-box .box {
  font-size: 24px;
}

.profile-box .box a:hover {
  text-decoration: none;
}

.profile-box .standard-link {
  min-width: 90%;
}

/*  */
.breadcrumb {
  font-size: 1.125em;
  background: transparent;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  color: #5e6977;
}

.breadcrumb .breadcrumb-item.active {
  color: #000;
}

.video-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .video-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .video-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .video-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .video-wrap {
    padding-top: 70px;
  }
}

.video-wrap video {
  width: 100%;
  height: auto;
}

.audio-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .audio-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .audio-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .audio-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .audio-wrap {
    padding-top: 70px;
  }
}

.audio-wrap .box-audio {
  position: relative;
}

.audio-wrap .box-audio audio {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.audio-wrap .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
  position: relative;
  padding-bottom: 0.578em;
  color: #046a38;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .audio-wrap .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .audio-wrap .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .audio-wrap .title {
    font-size: 2.5em;
  }
}

.audio-wrap .title::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 2px;
  background: #86939e;
}

.audio-wrap .title::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #046a38;
}

.audio-wrap .text {
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .audio-wrap .text {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .audio-wrap .text {
    font-size: 1.5em;
  }
}

.gallery-slider-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .gallery-slider-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .gallery-slider-wrap {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .gallery-slider-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .gallery-slider-wrap {
    padding-top: 70px;
  }
}

.gallery-slider-wrap .owl-carousel .owl-nav .owl-prev,
.gallery-slider-wrap .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  display: inline-block;
}

.gallery-slider-wrap .owl-carousel .owl-nav .owl-prev span,
.gallery-slider-wrap .owl-carousel .owl-nav .owl-next span {
  font-weight: 300 !important;
  font-size: 50px;
  line-height: 40px;
  position: relative;
}

.gallery-slider-wrap .owl-carousel .owl-nav .owl-prev.disabled span,
.gallery-slider-wrap .owl-carousel .owl-nav .owl-next.disabled span {
  color: #86939e;
}

.gallery-slider-wrap .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

/* Paginazione */
.pagination-wrap nav {
  margin: 0 auto;
}

.pagination-wrap .pagination {
  margin: 0 auto;
  border-radius: 0;
}

.pagination-wrap .pagination .page-link {
  font-size: 1em;
  font-weight: 600 !important;
  height: 100%;
  padding-top: .25em;
  padding-bottom: .25em;
  border: 0;
  border-radius: 0;
  color: #86939e;
}

.pagination-wrap .pagination .page-link:hover {
  color: #000;
  background: transparent;
}

.pagination-wrap .pagination .page-item.prev {
  position: relative;
}

.pagination-wrap .pagination .page-item.prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 7px;
  height: 7px;
  border: 2px solid #046a38;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 0 2px 2px;
}

.pagination-wrap .pagination .page-item.prev.disable::after {
  border-color: #86939e;
}

.pagination-wrap .pagination .page-item.next {
  position: relative;
}

.pagination-wrap .pagination .page-item.next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 7px;
  height: 7px;
  border: 2px solid #046a38;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 2px 2px 0 0;
}

.pagination-wrap .pagination .page-item.next.disable::after {
  border-color: #86939e;
}

.pagination-wrap .pagination .page-item.active .page-link {
  background-color: #046a38;
  color: #fff;
}

/*9*/
.section-title {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .section-title {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .section-title {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .section-title {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .section-title {
    padding-top: 70px;
  }
}

.section-title .super-title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.375em;
  margin-bottom: 30px;
  color: #046a38;
}

@media (min-width: 768px) {
  .section-title .super-title {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .section-title .super-title {
    font-size: 1.875em;
  }
}

.section-title .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
}

@media (min-width: 768px) {
  .section-title .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .section-title .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .section-title .title {
    font-size: 2.5em;
  }
}

/* text col 6 */
/* LISTE */
/* list box */
.list-box-wrap {
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .list-box-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .list-box-wrap {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .list-box-wrap {
    padding-top: 50px;
  }
}

.list-box-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f5f4f4;
}

.list-box .title {
  position: relative;
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.375em;
  font-weight: 500 !important;
  margin-bottom: 20px;
}

.list-box .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 30px;
  width: 8px;
  height: 8px;
  border: 2px solid #000000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 2px 2px 0;
}

@media (min-width: 768px) {
  .list-box .title {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .list-box .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .list-box .title {
    margin-bottom: 50px;
  }
}

.list-box ul {
  border-top: 1px solid #ecf0f3;
  margin-bottom: 0;
}

.list-box li {
  border-top: 1px solid #ccc;
  padding: 24px 40px 24px 0;
  position: relative;
}

.list-box li .item-title {
  font-size: 1.25em;
  font-weight: 500 !important;
  color: #046a38;
}

@media (min-width: 768px) {
  .list-box li .item-title {
    font-size: 1.3125em;
  }
}

.list-box li::after {
  content: "\f178";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  font-family: "Font Awesome\ 5 Pro";
  color: #046a38;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* list-square */
.list-square .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.625em;
  position: relative;
  padding-bottom: 0.578em;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .list-square .title {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  .list-square .title {
    font-size: 2.25em;
  }
}

.list-square .title::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 2px;
  background: #86939e;
}

.list-square ul {
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .list-square ul {
    font-size: 1.3125em;
  }
}

.list-square li {
  font-weight: 300 !important;
  padding-left: 24px;
  position: relative;
  margin-bottom: 1em;
}

.list-square li a {
  display: block;
  position: relative;
}

.list-square li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid #046a38;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-width: 2px 2px 0 0;
}

.list-square li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: .5em;
  left: 0;
  background: #046a38;
}

/* 16 */
.cta-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #43484d;
  color: #fff;
}

@media (min-width: 768px) {
  .cta-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .cta-wrap {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .cta-wrap {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .cta-wrap {
    padding-bottom: 70px;
  }
}

.cta-wrap .cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrap .cta .button-wrap {
  text-align: center;
}

.cta-wrap .cta .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .cta-wrap .cta .title {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .cta-wrap .cta .title {
    font-size: 1.75em;
  }
}

.cta-wrap .cta .standard-link {
  min-width: 256px;
}

.related {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .related {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .related {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .related {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .related {
    padding-top: 70px;
  }
}

.related .title {
  text-align: center;
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.75em;
}

@media (min-width: 768px) {
  .related .title {
    font-size: 1.875em;
  }
}

@media (min-width: 992px) {
  .related .title {
    font-size: 2.375em;
  }
}

@media (min-width: 1200px) {
  .related .title {
    font-size: 2.5em;
  }
}

/*==== CONTATTI =====*/
.map-wrap {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .map-wrap {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .map-wrap {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .map-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .map-wrap {
    margin-top: 70px;
  }
}

.map-wrap #map {
  background: #fcfcfc;
  height: 100vw;
}

.contacts-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .contacts-list {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .contacts-list {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .contacts-list {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .contacts-list {
    padding-bottom: 70px;
  }
}

.contacts-list .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
  color: #046a38;
}

@media (min-width: 768px) {
  .contacts-list .title {
    font-size: 1.375em;
  }
}

@media (min-width: 992px) {
  .contacts-list .title {
    font-size: 1.75em;
  }
}

@media (min-width: 768px) {
  .contacts-list .title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .contacts-list .title {
    margin-bottom: 70px;
  }
}

.contacts-list .contact-item {
  margin-bottom: 60px;
  padding-left: 65px;
  line-height: 46px;
  position: relative;
}

@media (min-width: 767px) {
  .contacts-list .contact-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.contacts-list .contact-item:nth-last-child(1) {
  margin-bottom: 0;
}

.contacts-list .contact-item .mail {
  position: absolute;
  left: 15px;
  top: -0.5em;
  font-size: 22px;
  margin-right: 5px;
}

.contacts-list .contact-item .title {
  line-height: 1.1;
  display: block;
  margin-bottom: 0;
}

.contact-form-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
  color: #fff;
  background: #1c1c1c;
}

@media (min-width: 576px) {
  .contact-form-wrap {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .contact-form-wrap {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .contact-form-wrap {
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .contact-form-wrap {
    padding-top: 75px;
  }
}

@media (min-width: 1440px) {
  .contact-form-wrap {
    padding-top: 85px;
  }
}

@media (min-width: 576px) {
  .contact-form-wrap {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .contact-form-wrap {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .contact-form-wrap {
    padding-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .contact-form-wrap {
    padding-bottom: 75px;
  }
}

@media (min-width: 1440px) {
  .contact-form-wrap {
    padding-bottom: 85px;
  }
}

@media (min-width: 768px) {
  .contact-form-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .contact-form-wrap {
    margin-top: 70px;
  }
}

.contact-form-wrap .form-wrap {
  margin-bottom: 40px;
  padding-right: 15%;
}

@media (min-width: 768px) {
  .contact-form-wrap .form-wrap {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .contact-form-wrap .form-wrap {
    margin-bottom: 70px;
  }
}

.contact-form-wrap .title {
  line-height: 1.2;
  font-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .contact-form-wrap .title {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  .contact-form-wrap .title {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) {
  .contact-form-wrap .title {
    font-size: 2.875em;
  }
}

.contact-form-wrap .text {
  font-size: 1.3125em;
  font-weight: 300 !important;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contact-form-wrap .text {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .contact-form-wrap .text {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .contact-form-wrap .text {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .contact-form-wrap .text {
    margin-bottom: 70px;
  }
}

.contact-form-wrap form .form-group {
  margin-bottom: 35px;
}

.contact-form-wrap form .submit {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .contact-form-wrap form .submit {
    margin-top: 50px;
  }
}

.contact-form-wrap .privacy-text {
  font-size: 0.9375em;
}

.contact-form-wrap .privacy-text strong {
  font-weight: 600 !important;
}

.contact-form-wrap .privacy-text .standard-link {
  margin-bottom: 20px;
}

.privacy-modal {
  font-size: 0.9375em;
}

.privacy-modal strong {
  font-weight: 600 !important;
}

.privacy-modal a {
  text-decoration: underline;
}

.privacy-modal a:hover {
  color: #046a38;
}

.privacy-modal .modal-header {
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.privacy-modal .modal-body {
  padding-top: 0;
}

.other-contacts .structure-box-child .title {
  font-size: 1.75rem;
}

.other-contacts .structure-box-child ul {
  font-size: 1em;
  margin-bottom: 0;
}

.other-contacts .structure-box-child ul li {
  margin-bottom: 10px;
}

.other-contacts .structure-box-child ul li:last-child {
  margin-bottom: 0;
}

.work-with-us a {
  font-weight: 600 !important;
  text-decoration: underline;
}

.work-with-us a:hover {
  color: #046a38;
}

/* declinazioni colore */
.fs-highlighted-title {
  background: rgba(0, 102, 51, 0.72);
}

.obj-culture .hl,
.obj-culture .section-header,
.obj-culture .section-obj-header,
.obj-culture .numbers-wrap,
.obj-culture .structure-box li::before {
  background-color: #e50068;
}

.obj-culture .page-content h2,
.obj-culture .audio-wrap .title,
.obj-culture.structure-wrap .list-square .title,
.obj-culture .profile-box .hgroup,
.obj-culture .structure-group .title {
  color: #e50068;
}

.obj-culture .profile-box .image img {
  border-color: #e50068;
}

.obj-culture.structure-wrap .structure-box .standard-link,
.obj-culture .profile-box .standard-link {
  border-color: #e50068;
  color: #e50068;
}

.obj-culture.structure-wrap .structure-box .standard-link:after,
.obj-culture .profile-box .standard-link:after {
  border-color: #e50068;
}

.obj-culture.structure-wrap .structure-box .standard-link:hover,
.obj-culture .profile-box .standard-link:hover {
  background: #e50068;
  color: #fff;
}

.obj-culture.structure-wrap .structure-box .standard-link:hover:after,
.obj-culture .profile-box .standard-link:hover:after {
  border-color: #fff;
}

.obj-culture .audio-wrap .title::after {
  background: #e50068;
}

.obj-culture .section-header {
  background-color: #E9F2ED;
  color: #fff!important;
}

.obj-culture .section-header.subsection .title {
  color: #e50068;
}

.obj-culture .theme-box::before {
  background-color: #e50068;
}

.obj-culture .fs-highlighted-title {
  background: rgba(228, 0, 104, 0.72);
}

.obj-culture .list-square li::before {
  background-color: #e50068;
}

.obj-culture .list-square li a::after {
  border-color: #e50068;
}

.obj-culture .obj-small-box {
  background-color: #e50068 !important;
}

.obj-culture .txt-col .title {
  color: #e50068;
}

.obj-culture .txt-col .title::after {
  background: #e50068;
}

.obj-culture .accordion .accordion-btn {
  color: #e50068;
}

.obj-culture .accordion .accordion-btn[aria-expanded="true"]::before {
  background-color: #e50068;
}

.obj-culture .accordion .accordion-btn::after {
  color: #e50068;
}

.obj-culture .listing-box .image:empty {
  border-top-color: #e50068;
}

.obj-culture.listing-box .tag {
  background-color: #e50068;
}

.obj-culture.listing-box .image:empty {
  border-color: #e50068;
}

.theme-boxes .obj-culture .standard-link {
  border-color: #e50068;
  color: #e50068;
}

.theme-boxes .obj-culture .standard-link::after {
  border-color: #e50068;
}

.theme-boxes .obj-culture .standard-link:hover {
  background-color: #e50068;
  color: #fff;
}

.theme-boxes .obj-culture .standard-link:hover::after {
  border-color: #fff;
}

.obj-people .hl,
.obj-people .section-obj-header,
.obj-people .numbers-wrap,
.obj-people .structure-box li::before {
  background-color: #fbb900;
}

.obj-people .page-content h2,
.obj-people .audio-wrap .title,
.obj-people.structure-wrap .list-square .title,
.obj-people .profile-box .hgroup,
.obj-people .structure-group .title {
  color: #fbb900;
}

.obj-people .profile-box .image img {
  border-color: #fbb900;
}

.obj-people.structure-wrap .structure-box .standard-link,
.obj-people .profile-box .standard-link {
  border-color: #fbb900;
  color: #fbb900;
}

.obj-people.structure-wrap .structure-box .standard-link:after,
.obj-people .profile-box .standard-link:after {
  border-color: #fbb900;
}

.obj-people.structure-wrap .structure-box .standard-link:hover,
.obj-people .profile-box .standard-link:hover {
  background: #fbb900;
  color: #fff;
}

.obj-people.structure-wrap .structure-box .standard-link:hover:after,
.obj-people .profile-box .standard-link:hover:after {
  border-color: #fff;
}

.obj-people .audio-wrap .title::after {
  background: #fbb900;
}

.obj-people .section-header {
  background-color: #fbb900;
}

.obj-people .info-box .obj-small-box {
  background-color: #fbb900 !important;
}

.obj-people .theme-box::before {
  background-color: #fbb900;
}

.obj-people .fs-highlighted-title {
  background: rgba(251, 185, 0, 0.72);
}

.obj-people .list-square li::before {
  background-color: #fbb900;
}

.obj-people .list-square li a::after {
  border-color: #fbb900;
}

.obj-people .txt-col .title {
  color: #fbb900;
}

.obj-people .txt-col .title::after {
  background: #fbb900;
}

.obj-people .accordion .accordion-btn {
  color: #fbb900;
}

.obj-people .accordion .accordion-btn[aria-expanded="true"]::before {
  background-color: #fbb900;
}

.obj-people .accordion .accordion-btn::after {
  color: #fbb900;
}

.obj-people.listing-box .tag {
  background-color: #fbb900;
}

.obj-people.listing-box .image:empty {
  border-color: #fbb900;
}

.theme-boxes .obj-people .standard-link {
  border-color: #fbb900;
  color: #fbb900;
}

.theme-boxes .obj-people .standard-link::after {
  border-color: #fbb900;
}

.theme-boxes .obj-people .standard-link:hover {
  background-color: #fbb900;
  color: #fff;
}

.theme-boxes .obj-people .standard-link:hover::after {
  border-color: #fff;
}

.obj-planet .hl,
.obj-planet .section-obj-header,
.obj-planet .numbers-wrap,
.obj-planet .structure-box li::before {
  background-color: #008fd2;
}

.obj-planet .page-content h2,
.obj-planet .audio-wrap .title,
.obj-planet.structure-wrap .list-square .title,
.obj-planet .profile-box .hgroup,
.obj-planet .structure-group .title {
  color: #008fd2;
}

.obj-planet .profile-box .image img {
  border-color: #008fd2;
}

.obj-planet.structure-wrap .structure-box .standard-link,
.obj-planet .profile-box .standard-link {
  border-color: #008fd2;
  color: #008fd2;
}

.obj-planet.structure-wrap .structure-box .standard-link:after,
.obj-planet .profile-box .standard-link:after {
  border-color: #008fd2;
}

.obj-planet.structure-wrap .structure-box .standard-link:hover,
.obj-planet .profile-box .standard-link:hover {
  background: #008fd2;
  color: #fff;
}

.obj-planet.structure-wrap .structure-box .standard-link:hover:after,
.obj-planet .profile-box .standard-link:hover:after {
  border-color: #fff;
}

.obj-planet .audio-wrap .title::after {
  background: #008fd2;
}

.obj-planet .section-header {
  background-color: #008fd2;
}

.obj-planet .obj-small-box {
  background-color: #008fd2 !important;
}

.obj-planet .theme-box::before {
  background-color: #008fd2;
}

.obj-planet .fs-highlighted-title {
  background: rgba(0, 143, 210, 0.72);
}

.obj-planet .list-square li::before {
  background-color: #008fd2;
}

.obj-planet .list-square li a::after {
  border-color: #008fd2;
}

.obj-planet .txt-col .title {
  color: #008fd2;
}

.obj-planet .txt-col .title::after {
  background: #008fd2;
}

.obj-planet.listing-box .tag {
  background-color: #008fd2;
}

.obj-planet.listing-box .image:empty {
  border-color: #008fd2;
}

.theme-boxes .obj-planet .standard-link {
  border-color: #008fd2;
  color: #008fd2;
}

.theme-boxes .obj-planet .standard-link::after {
  border-color: #008fd2;
}

.theme-boxes .obj-planet .standard-link:hover {
  background-color: #008fd2;
  color: #fff;
}

.theme-boxes .obj-planet .standard-link:hover::after {
  border-color: #fff;
}

.obj-planet .info-box .obj-small-box {
  background-color: #008fd2 !important;
}

.info-box.mission .info-box-wrap .info-box.mission span.label {
  margin-top: 40px;
}

/* ***** MEDIA QUERY ***** */
@media (max-width: 575px) {
  .half-container {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .half-container-sm {
    width: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .colophon-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .colophon-menu .nav-item {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .half-container-md {
    width: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .theme-boxes .sdg-list-m {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .theme-boxes .theme-box-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 275px;
  }

  .theme-boxes .theme-box {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    height: 190px;
    -ms-flex-item-align: start;
    align-self: start;
    position: relative;
    z-index: 0;
    padding: 30px 15px 30px;
    margin: 0;
    color: #fff;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  .theme-boxes .theme-box::before {
    width: 100% !important;
    z-index: -1;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }

  .theme-boxes .theme-box-content {
    margin-left: 30px;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .half-container-lg {
    width: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .half-container-xl {
    width: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .map-wrap #map {
    height: 40.625vw;
  }

  .other-contacts .structure-box-child ul {
    font-size: 1.25em;
  }

  .newsletter-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .servizi-wrap .row>div:last-child {
    text-align: right;
  }

  .colophon-wrap .row>div:last-child {
    text-align: right;
  }

  #headline-home-slider .carousel-indicators {
    top: 20px;
    left: 5%;
    right: auto;
    margin: 0;
  }

  #headline-home-slider .carousel-indicators li {
    background: #000;
  }

  #headline-home-slider .carousel-item {
    height: auto;
    background: url('/wp-content/uploads/ico_logo_green.svg') no-repeat;
    background-size: auto 100%;
    background-position: 24px;
  }

  #headline-home-slider .carousel-item.obj-culture {
    background-image: url('/wp-content/uploads/ico_logo_magenta.svg');
  }

  #headline-home-slider .carousel-item.obj-people {
    background-image: url('/wp-content/uploads/ico_logo_yellow.svg');
  }

  #headline-home-slider .carousel-item.obj-planet {
    background-image: url('/wp-content/uploads/ico_logo_blue.svg');
  }

  #headline-home-slider .carousel-item::before {
    display: none;
  }

  #headline-home-slider .slide-caption {
    top: 12%;
  }

  .cta-wrap .cta .button-wrap {
    text-align: right;
  }

  /* moduli */
  .numbers-wrap .number-box {
    text-align: left;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .section-header .hgroup {
    font-size: .8em;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .filter-select-btn.dropdown-toggle {
    height: 70px;
    line-height: 70px;
    font-size: 1.125em;
  }

  .newsletter-wrap {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .colophon-wrap .brand-footer {
    width: 70%;
  }

  #headline-home-slider .carousel-item {
    background-position: 15px;
  }

  .listing-box .tag {
    top: 25px;
    left: 25px;
  }

  .list-box-wrap {
    margin-top: 0;
    padding-top: 0;
  }

  .list-box-wrap::before {
    display: none;
  }

  .list-box li:last-child {
    border-bottom: 1px solid #ccc;
  }

  .filter-wrap .filter-action {
    height: 70px;
    line-height: 70px;
    font-size: 1.125em;
  }

  .txt-img:not(.txt-img2) .text,
  .txt-img2 .content-wrap {
    width: 85%;
  }

  .txt-img.txt-sx {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .txt-img.txt-dx {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .txt-img.txt-dx:not(.txt-img2) .text,
  .txt-img.txt-dx.txt-img2 .content-wrap {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  #headline-home-slider .carousel-item {
    background-position: 30px;
  }

  .listing-box .tag {
    top: 35px;
    left: 35px;
  }
}

@media (min-width: 1440px) {
  #headline-home-slider .carousel-item {
    background-position: 70px;
  }
}

.hide-div {
  display: none;
}

.cd-top:nth-of-type(2) {
  display: none;
}

.csp-popup:nth-of-type(2) {
  display: none;
}


/*********************** NEW CSS ***********************/
.back__red {
  background: #E50068;
}

.back__yellow {
  background: #FBB900;
}

.back__blue {
  background: #008FD2;
}

.back__green {
  background: #0E753B;
}

.back__lightgreen {
  background: #E9F2ED;
}

.icon__circle {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  position: relative;
}

.icon__text {
  font-size: 16px !important;
  text-decoration: none;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #000000;
}

.icon__circle svg {
  fill: #fff;
  position: absolute;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*** TERMS ****/
.post-term {
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #000;
  padding: 0 .7rem 0 0;
  margin: 0 .7rem 0 0;
}

.post-term:last-child {
  border-right: none;
  margin-right: 0;
}

#opportunity {
  margin-bottom: 30px
}

/* ================================================================
   TEMPLATE: BANDO
   ================================================================ */

.vco-bando-card {
  background-color: #E9F2ED;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-height: 360px;
  box-sizing: border-box;
}

/* Stato (es. IN CORSO) */
.vco-bando-stato {
  font-size: 16px;
  font-weight: 20px;
  letter-spacing: .1em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: -4px;
}

/* Titolo */
.vco-bando-titolo {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}

.vco-bando-titolo a {
  color: #000;
  text-decoration: none;
}

.vco-bando-titolo a:hover {
  text-decoration: none;
  color: #000 !important;
}

/* Scadenza */
.vco-bando-scadenza {
  font-size: 16px;
  color: #000;
  margin: 0;
}

/* Aree tematiche */
.vco-bando-aree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.vco-bando-area {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #333;
}

.vco-bando-area-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.vco-bando-sep {
  color: #999;
  font-size: .8rem;
  padding: 0 2px;
}

/* CTA */
.vco-bando-cta {
  display: inline-block;
  margin-top: auto;
  padding: 12px 22px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
}

.vco-bando-cta:hover {
  background: #333;
  color: #fff !important;
  text-decoration: underline;
}

/* ================================================================
   TEMPLATE: NEWS
   ================================================================ */

.vco-news-card {
  background-color: #E9F2ED;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Thumbnail */
.vco-news-thumb {
  overflow: hidden;
  height: 240px;
  object-fit: cover;
  object-position: center center;
  flex-shrink: 0;
}

.vco-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.vco-news-card:hover .vco-news-thumb img {
  transform: scale(1.04);
}

/* Body */
.vco-news-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

/* Data */
.vco-news-data {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #0E753B;
  text-transform: uppercase;
}

/* Titolo */
.vco-news-titolo {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.vco-news-titolo a {
  color: #232323;
  text-decoration: none;
}

.vco-news-titolo a:hover {
  text-decoration: none;
  color: #232323 !important;
}

/* Obiettivi */
.vco-news-obiettivi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.vco-news-obiettivo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #000;
}

.vco-news-obiettivo-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* CTA */
.vco-news-cta {
  display: inline-block;
  margin-top: auto;
  padding: 12px 22px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
  align-self: flex-start;
}

.vco-news-cta:hover {
  background: #333;
  color: #fff !important;
  text-decoration: underline;
}

#nostre__news,
#progetti__section {
  margin-top: 150px;
}

#newsletter__section {
  margin-top: 120px;
}

#newsletter__section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#newsletter__section .vc_btn3-container {
  margin-bottom: 0;
}

#newsletter__section .wpb_single_image {
  margin-bottom: 0;
}

/* .widget_ultimatumcustomcontent {
  display: none;
} */
.pr__100 {
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .pr__100 {
    padding-right: 15px;
  }
}

#section__hero h1 {
  font-size: 30px;
  font-family: Gelasio;
}

#section__hero figure {
  height: 375px;
}

#section__hero figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.post__term__label {
  font-size: 16px;
  text-transform: uppercase;

}

.back__lanci {
  background-size: cover;
  height: 445px;
}

@media screen and (max-width: 767px) {
  .back__lanci {
    height: auto;
  }
}

#headline-home-slider .carousel-item {
  background-image: none !important;
  background-color: #E9F2ED;
}

.h1-res.slide-title {
  font-size: 42px;
  font-family: Gelasio;
  line-height: 52px;
  color: #000;
}

.slide-caption {
  padding-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .slide-caption {
    padding-left: 20px !important;
  }
}

.slide-image figure {
  padding: 75px 80px 75px 0 !important;
}

.slide-image figure img {
  width: 87%;
  object-fit: cover;
  height: 100%;
}

/********* SINGLE CONTRIBUTI *********/
:root {
  --black: #000000;
  --black-dark: #3f5c1f;
  --black-light: #0E753B26;
  --text: #2c2c2c;
  --muted: #767676;
  --border: #CDD5DE;
  --bg-section: #F0F3F8;
  --bg-section-grey: #EDF0F5;
  --bg-section-banner: #DEE5F2;
}

#section__introduction {
  font-family: Gelasio;
  font-size: 24px;
  line-height: 32px;
  padding: 95px 0 95px;
}

#section__introduction strong {
  font-weight: 700 !important;
}

/*** MENU ***/
.page__nav {
  background: #EDF0F5;
  border-radius: 40px;
  padding: 5px;
  width: max-content;
  margin: auto;
}

.page__nav a {
  font-size: 22px;
  padding: 15px 34px;
  display: block;
  color: #000;
  border-radius: 30px;
  text-decoration: none !important;
}

.page__nav a:hover,
.page__nav a:focus {
  background: #000;
  color: #fff;

}

/* ─── SIDEBAR ────────────────────────────────────────────── */
.sidebar {
  padding-right: 28px;
}

.sidebar-block {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.sidebar-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 4px;
}

.status-badge {
  display: inline-block;
  background: var(--black);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  letter-spacing: .6px;
}

.sidebar-date-val {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.mission-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 5px;
}

.mission-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot-yellow {
  background: #f5a623;
}

.dot-green {
  background: var(--black);
}

.mission-sub {
  font-size: 12px;
  color: #555;
  margin-bottom: 3px;
}

.tag-pill {
  display: inline-block;
  background: #e5e8e2;
  color: var(--text);
  font-size: 10px;
  padding: 3px 9px;
  border-radius: 20px;
  margin: 2px 2px 2px 0;
}

.social-icons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--black);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: background .18s;
}

.social-icons a:hover {
  background: var(--black-dark);
}

/* ─── CONTENT HEADER ─────────────────────────────────────── */
.content__header {
  padding: 70px 45px 20px 45px;
  margin-bottom: 50px;
  background: var(--bg-section);
  border: 1px solid var(--border);
}

.title__34__38 {
  font-size: 34px;
  font-family: Gelasio;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 38px;
}

#proroga img {
  width: 25px;
  height: 28px;
}

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn__bk__square button {
  padding: 25px 55px !important;
  font-size: 16px !important;
}

.btn__wt__square a {
  padding: 16px 35px 16px 27px !important;
  font-size: 16px !important;
  background: #ffff !important;
  color: #0E753B !important;
}

.btn__wt__square a svg {
  right: 11px;
}

.btn__round__wt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background: #fff;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
}

.btn__round__bk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background: #000;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
}

.btn__round__bk img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(44deg) brightness(105%) contrast(101%);
}
.btn__banner.m15px {
  margin-right: 15px!important;
}
.btn__banner a {
  background: #fff;
  background-image: none!important;
  font-family: futura-pt, sans-serif;
  font-size: 16px!important;
  letter-spacing: 1.6px;
  line-height: 22.8571px!important;
  text-transform: uppercase;
  padding: 12px 44px 12px 22px!important;
}
.btn__dl {
  display: inline-block;
  background: var(--black);
  color: #fff;
  border: none;
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s;
  width: max-content;
  font-family: futura-pt, sans-serif;
}

.btn__dl:hover {
  background: #000;
  color: #fff;
}

.btn__dl-outline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--black);
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .18s;
}

.btn__dl-outline:hover {
  background: var(--black);
  color: #fff;
}

.btn-scopri {
  display: block;
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--black);
  padding: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all .18s;
}

.btn-scopri:hover {
  background: var(--black);
  color: #fff;
}

.btn-project {
  display: block;
  background: var(--black);
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background .18s;
}

.btn-project:hover {
  background: var(--black-dark);
  color: #fff;
}

/* ─── BODY TEXT / SECTIONS ───────────────────────────────── */
.section__heading {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.body__text,
#section__destinatari p,
#section__descrizione p {
  font-size: 21px;
  line-height: 28px;
  color: #010101
}

.body__text__boxed {
  font-size: 24px;
  line-height: 32px;
  color: #010101
}

.title__download {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.title__download:hover {
  color: #000;
}

#section__proroga p,
#section__procedura p {
  font-size: 24px;
  line-height: 32px;
  color: #010101
}
#section__destinatari ul, #section__descrizione ul, .container__collana ul {
  padding: 10px 0 10px 20px;
}
#section__destinatari ul li, #section__descrizione ul li {
  list-style-type: disc;
  font-size: 21px;
  line-height: 28px;
  color: #010101
}
/* ─── ACCORDION ──────────────────────────────────────────── */
.dettagli__bar {
  color: #0E753B;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 30px 0 30px 0;
}

.accordion-header {
  padding: 0;
  margin: 0;
}

.bando-accordion .accordion-item {
  border: none;
  border: 1px solid var(--border);
  border-radius: 0 !important;
  background: var(--bg-section);
  margin-bottom: 20px;
}

.bando-accordion .accordion-button {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  box-shadow: none;
  padding: 16px 20px 16px 44px;
  position: relative;
  width: 100%;
  text-align: left;
  background: transparent;
  border-radius: 0 !important;
}

.bando-accordion .accordion-button:not(.collapsed) {
  color: var(--black);
  box-shadow: none;
}

.bando-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  transform: none !important;
  line-height: 1;
  position: absolute;
  right: 25px;
  width: 28px;
  height: 28px;
  padding-top: 3px;
  border-radius: 50%;
  background: #000;
  text-align: center;
}

.bando-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.bando-accordion .accordion-body {
  font-size: 21px;
  line-height: 28px;
  color: #000;
  padding: 20px 18px 20px 45px;
  overflow: auto;
}
.bando-accordion .accordion-body strong, .container__collana strong {
  font-weight: 600!important;
}
/* ___ PROCEDURA ____*/
#section__procedura {
  padding: 70px 45px 20px 45px;
  border: 1px solid var(--border);
}

/* ─── SDG ────────────────────────────────────────────────── */
.sdg__section {
  margin-top: 45px;
  padding: 16px 0;
}

.sdg__label {
  font-size: 26px;
  color: #0E753B;
  margin-bottom: 50px;
}

.sdg__section img {
  width: 100px;
  height: 100px;
  margin-right: 12px;
}

/* ─── DOCUMENT SECTIONS ──────────────────────────────────── */
.docs__section {
  padding: 90px 95px;
  margin-top: 20px;
}

.docs-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.docs-section-title {
  font-size: 32px;
  font-family: Gelasio;
  font-weight: 400;
  margin: 0;
}

.doc-card {

  margin-bottom: 10px;
  height: calc(100% - 10px);
}

.doc-card img {
  width: 28px;
  height: 28px;
}

.doc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #2c2c2c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

.doc-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .docs__section {
    padding: 60px 25px;
    margin-top: 20px;
  }
}

/* ─── MEDIA ──────────────────────────────────────────────── */
.media__section {
  margin-top: 70px;
}

.media-heading {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #0E753B;
}

.video-thumb {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c8d4bc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.video-play {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s;
}

.video-thumb:hover .video-play {
  transform: scale(1.1);
}

.video-caption {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}
.video-caption strong {
  font-weight: 600!important;
}
/* ─── CTA ────────────────────────────────────────────────── */
.cta__section {
  background: var(--bg-section-banner);
  padding: 30px;
  margin-top: 28px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

#section__partecipa em {
  font-style: italic;
}

.cta__img {
  width: 510px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

.cta__body {
  padding: 32px 36px 32px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta__title {
  font-size: 40px;
  font-family: Gelasio;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta__sub {
  font-size: 24px;
  color: #000;
  margin-bottom: 22px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .cta__section {
    display: block;
    padding: 20px;
  }

  .cta__img {
    width: 100%;
  }
  .cta__body {
    padding: 32px 20px 32px 0px;
  }
}

/* ─── RELATED CARDS ──────────────────────────────────────── */

.section-bar-line {
  border-bottom: 2px solid var(--black);
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.opportunity-card {
  padding: 46px 42px;
  background: #E9F2ED;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.opp-badge {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

.opp-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  flex-grow: 1;
}

.opp-date {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin-bottom: 10px;
}

.opp-tag {
  display: inline-block;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  margin: 0 3px 6px 0;
  letter-spacing: .3px;
}

.project-card {
  background: #E9F2ED;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.project-body {
  padding: 30px 42px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.project-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  flex-grow: 1;
}

.project-desc {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* ─── BELL ICON ──────────────────────────────────────────── */
.bell-btn {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  transition: color .18s;
}

.bell-btn:hover {
  color: var(--black);
}

.related-section {
  margin-top: 70px;
}

.label__sidebar {
  font-size: 21px;
  font-weight: 600;
}

.tags__item {
  display: inline-block;
  border: 1px solid #707070;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 28px;
}
/**** SPAZIO ***/
@media screen and (max-width:767px) {
  .text__block {
    padding: 20px!important;
  }
}
.filters__acf {
  padding: 0;
  margin: 0;
}
.filters__acf li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
 
}
.filters__acf .btn.dropdown-toggle.btn-light {
  padding: 18px;
  border: 1px solid #0E753B;
  background: #E9F2ED;
  border-radius: 0;
}
.filters__acf .filter-option-inner-inner {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
#filters__page.filters__acf .inner {
  overflow: hidden;
  min-height: min-content!important;
}
.filters__acf .dropdown-menu {
  min-height: min-content!important;
}
.filters__acf li .text {
    margin-bottom: 0px;
}
.filters__acf--checkbox li {
  margin-right: 30px;
  margin-bottom: 10px;
}
.filter-obbiettivo-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.filter-obbiettivo-checkbox .filter-obbiettivo-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-obbiettivo-checkbox .filter-obbiettivo-box {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 2px;
  border: 5px solid var(--obj-color, #cccccc);
  background-color: transparent;
  box-sizing: border-box;
}
.filter-obbiettivo-checkbox .filter-obbiettivo-input:checked + .filter-obbiettivo-box {
  background-color: var(--obj-color, #cccccc);
}
.filter-obbiettivo-checkbox .filter-obbiettivo-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
/**** BIBLIOTECA e PHILANTHROPY ****/
.page-template-page-philanthropy #section__hero h1, .page-template-page-biblioteca #section__hero h1, .single-valutazione #section__hero h1 {
  font-size:52px
}
#section__introduzione {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#section__introduzione p {
  font-size: 24px;
  font-family: Gelasio;
}
#section__introduzione strong {
  font-weight: 600!important;
}
.filter__for {
  font-size: 26px;
  color: #0E753B
}
#section__card__list .vco-bando-card {
  min-height: auto;
}
#section__collana .container__collana h3 {
  font-size: 34px;
  font-family: Gelasio;
  font-weight: 500;
}
#section__collana .container__collana {
  background: #F0F3F8;
  border: 1px solid #CDD5DE;
  padding: 50px;
  font-size: 21px;
}
.img__philanthropy__grid {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.accordion-body strong em {
    font-weight: 600 !important;
    color: inherit !important;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.accordion-body em {
    font-style: italic;
}
/* SINGLE */
.single-valutazione #section__hero {
  min-height: 375px;
}
#section__progetto {
  font-size: 21px
}
#section__progetto h2, #section__progetto h3, #section__progetto h4, #section__valutazione__biblioteca h2, #section__valutazione__biblioteca h3, #section__valutazione__biblioteca h4 {
  font-family: Gelasio;
}
.section__numeri__chiave {
  padding:50px;
  border: 1px solid #CDD5DE;
}
.title__section__green {
  font-size:26px;
  font-weight: 500;
  color: #0E753B
}
.number__large {
  font-size: 60px;
  font-weight:500;
  font-family: Gelasio;
}
#section__valutazione__biblioteca {
  background: #0E753B26;
  padding: 50px;
  font-size: 21px
}
#section__valutazione__biblioteca ul li, .container__collana ul li {
  list-style-type: disc;
}

.sec__image img {
  object-fit: cover;
  width: 100%;
}
.single-valutazione hr {
  width: 30%;
  margin-left: 0;
  border: 0;
  border-bottom: 1px solid #707070;
  opacity: .5;
}
#aside__bar hr {
  width: 30%;
  margin-left: 0;
}
.page-id-154 .entry-title.post-header {
  display: none;
}
/******* BREADCRUMBS******/
.breadcrumble {
    font-size: 1.125em;
    background: transparent;
    padding: .75em 0;
    color: #5e6977;
    font-family: futura-pt, sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}
.breadcrumble ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumble li {
    display: inline;
    margin: 0;
    padding: 0;
}
.breadcrumble a, .breadcrumble span {
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}
.breadcrumble [aria-current="page"] {
    font-weight: bold;
    color: #333;
}
/**** RESET *****/
.post_news .obj-culture .section-header.subsection .title, .post_news .obj-people .section-header.subsection .title, .post_news .obj-planet .section-header.subsection .title, .post_news .obj-institutional .section-header.subsection .title {
    color: #fff;
}
.contributi-template-default .obj-planet .section-header, .contributi-template-default .obj-people .section-header, .contributi-template-default .obj-culture .section-header, .contributi-template-default .obj-institutional .section-header {
    background-color: #E9F2ED;
} 
.contributi-template-default .section-header.subsection .title, .section-header .subtitle {
  background: transparent;
}
.contributi-template-default .obj-culture .section-header.subsection .title, .contributi-template-default .obj-people .section-header.subsection .title, .contributi-template-default .obj-planet .section-header.subsection .title, .contributi-template-default .obj-institutional .section-header.subsection .title {
    color: #000;
}
.hc .title {
  font-size: 52px!important;
}
.hc .subtitle {
  padding-left: 0;
  color: #000;
}
.h1news .title {
  font-size: 30px!important;
}