/*
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 */
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;
  }
}
/*
.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;
}
.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;
  border: 2px solid #046a38;
  opacity: 1;
  color: #046a38;
  width: 36px;
  height: 36px;
  top: auto;
  bottom: calc(22.22% - 60px);
  left: 15px;
  z-index: 10;
}
#headline-home-slider .carousel-control-next {
  -webkit-transform: translateX(115%);
          transform: translateX(115%);
}
#headline-home-slider .carousel-control-prev,
  #headline-home-slider .carousel-control-next {
    left: auto;
    right: 15px;
    bottom: 15px;
  }
  #headline-home-slider .carousel-control-next {
    -webkit-transform: none;
            transform: none;
  }
  #headline-home-slider .carousel-control-prev {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
#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;
  }
}
#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: #046a38;
  color: #fff;
}
@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: #046a38;
}
.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;
}
@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.45;
  color: #fff;
  padding: 0 25px 0 15px;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: rgba(0, 102, 51, 0.72);
  color: #046a38;
  background: #fff;
  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: #f5f4f4;
}
@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-family: 'Gelasio', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3125em;
  color: #046a38;
}
@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: '\f178';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  color: #046a38;
  font-size: 1.6em;
  line-height: 1;
  margin-right: 15px;
}
.download-area-wrap .download-area .download-box .title {
  padding-bottom: 20px;
  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: 1.875em;
}
@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: 2.875em;
  }
}
.theme-boxes .theme-box .subtitle {
  font-size: 1.25em;
}
@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: #e50068;
}
.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: auto;
    left: 33.33%;
    right: auto;
    bottom: 0;
    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;
}


