/*
 *
 * BY ing. Domenico Cosentino d.cosentino@4sigma.it
 * dott.ssa Valeria La Mantia v.lamantia@4sigma.it
 * ing. Nicolò Chiellini n.chiellini@4sigma.it
 *
 */

@import url("https://use.typekit.net/shd8qlz.css");

:root {
    --scrollbar-width: 0px;
    --vh: 1vh;
    --bianco: #fff;
    --bianco-sporco: #fffcf6;
    --nero: #000;
    --nerino: #1d1d1b;
    --grigio: #A3A2A1;
    --grigio-medio: #DBD7D5;
    --giallino: #F8E7B1;
    --arancio: #DD5300;
    --azzurro: #5A9E88;
    --verdino: #BBD9C1;
    --giallino: #F8E7B1;
}

.acumin {
    font-family: "acumin-pro", sans-serif;
}
.avant-garde {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
}

html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    font-family: "acumin-pro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    background-color: var(--bianco);
    color: var(--nerino);
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    position: relative;
    overflow-x: hidden;
}

p {
    min-height: 20px;
}

td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form, fieldset, marquee,
figure, figcation {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
/*    height: auto;
    width: 100%;*/
}
video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
video {
    max-width: 100%;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
label {
    cursor: pointer;
}
a {
    outline: none;
    text-decoration: underline;
    cursor: pointer;
    color: var(--arancio);
    font-weight: 700;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
button {
    color: var(--arancio);
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
i strong, em strong {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: var(--azzurro);
}
button::-moz-focus-inner {
  border: 0;
}
a:focus {
    outline: none;
}
input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
    font-family: "acumin-pro", sans-serif;
}
select {
    -webkit-appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAYAAAAW5GZjAAAACXBIWXMAAAsSAAALEgHS3X78AAAAYElEQVQoke3SsQ2AMAxE0QsTMAIjZARG8WhsRDb6FJiIWERKRZVrotjvOidAo1mG5cQdvEnKHZN9X7FJOv19p50DAlagcMd8Zv4vvq84Fo4II46FBn7hp7BHCCjNq/sFX/gPmVKJZAovAAAAAElFTkSuQmCC');
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 11px 22px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date] {
    -moz-appearance:textfield;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: "acumin-pro", sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
input[type="radio"] {
/*    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;*/
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.justify-center {
    justify-content: center;
}
.justify-left {
    justify-content: flex-start;
}
.mobile {
    display: none;
}
.opacity_0 {
    opacity: 0;
}
.opacity_1 {
    opacity: 1;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.wait {
    cursor: wait;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.max_w100pe {
    max-width: 100%;
}
.max_w80pe {
    max-width: 80%;
}
.max_w75pe {
    max-width: 75%;
}
.max_w70pe {
    max-width: 70%;
}
.max_w50pe {
    max-width: 50%;
}
.w_33pe {
    width: 33.333333%;
}
.maxw_100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.strike {
    text-decoration: line-through;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.red {
    color: red;
}
.black,
.nero {
    color: var(--nero);
}
.white,
.bianco {
    color: var(--bianco);
}
.bianco-sporco {
    color: var(--bianco-sporco);
}
.azzurro {
    color: var(--azzurro);
}
.arancio {
    color: var(--arancio);
}
.giallino {
    color: var(--giallino);
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cover-contain {
    background-size: 100% 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.cover-picture img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.cover-picture-full img {
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.ritch-cont {
    overflow: hidden;
}
.ritch-cont * {
}

.ritch-cont a {
    font-weight: bold;
}
.ritch-cont a[name] {
    color: #000000;
    font-weight: inherit;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 20px;
    display: block;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 20px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
.gen-text-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-reverse-row {
    flex-direction: row-reverse;
}
.video-cover-image {
    display: none !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.show {
    display: block;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box {
    display: none;
    position: fixed;
    z-index: 9998;
    background-color: rgba(102,102,102, 0.6);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#over-box.show {
    display: block;
}
#login-password.hide {
    display: none;
}
#switch-recupera-login.hide {
    display: none;
}
#switch-close.hide {
    display: none;
}
#login-form.hide {
    display: none;
}
#registration-form.hide {
    display: none;
}
.noscroll {
    position: fixed;
    overflow-y: scroll;
}
.modal-box {
    display: none;
    position: fixed;
    background-color: var(--bianco);
    color: var(--nero);
    text-align: center;
    z-index: 9999;
    top: -500px;
    opacity: 1;
    width: 680px;
    min-height: 355px;
    left: 50%;
    margin-left: -340px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    max-height: 70vh;
}
#login-modal.show {
    display: block;
    top: calc((100vh - 405px) / 2);
}
#logo-modal {
    display: block;
    float: left;
    width: 60px;
}
#logo-modal img {
    width: 100%;
    border-radius: 10px 0px 0px 0px;
}
#btn-close-modal {
    display: block;
    float: right;
    margin: 20px 30px;
    font-size: 24px;
}
#modal-int {
    padding: 50px 100px 50px 100px;
    box-sizing: border-box;
}
#modal-int a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-decoration: underline;
}
input:autofill,
input:auto-fill,
input:-webkit-autofill,
input:-webkit-auto-fill {
    background-color: transparent !important;
    background-image: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}

#id_nl-email:autofill,
#id_nl-email:auto-fill,
#id_nl-email:-webkit-autofill,
#id_nl-email:-webkit-auto-fill {
    background-color: var(--bianco) !important;
    background-image: none !important;
}

#id_nl-email:-webkit-autofill,
#id_nl-email:-webkit-autofill:hover,
#id_nl-email:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem var(--bianco-sporco) inset;
}
.form-input-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.form-half-input-cont {
    width: calc(50% - 10px);
}
#form-newsletter .form-half-input-cont {
    width: 50%;
}
.form-two-third-input-cont {
    width: calc((100% / 3) * 2);
}
.form-third-input-cont {
    width: calc(100% / 3);
}
.form-input,
.form-select {
    display: inline-block;
    width: 100%;
    height: 80px;
    color: var(--azzurro);
    border: 1px solid var(--azzurro);
    font-size: 14px;
    line-height: 80px;
    border-radius: 5px;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: var(--bianco);
}
#form-newsletter .form-input {
    display: inline-block;
    width: 100%;
    height: 80px;
    color: var(--azzurro);
    font-size: 18px;
    line-height: 80px;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: transparent;
    border: unset;
}
#form-newsletter .form-input:focus {
    border: unset;
}
.form-input::placeholder,
.form-select::placeholder,
.form-input-textarea::placeholder {
    color: var(--azzurro);
}
.form-input-textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    color: var(--azzurro);
    border: 1px solid var(--azzurro);
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--bianco);
    resize: none;
}
.form-error .form-input {
    border: 0.5px solid red;
}
.form-error-span {
    display: block;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: red;
}
.form-input:focus,
.form-select:focus,
.form-input-textarea:focus {
    border: 1px solid var(--arancio);
}
.form-input-label {
    display: block;
    float: left;
    color: var(--bianco);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn {
    min-width: 125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.btn-big {
    min-width: 150px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.btn-square {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}
.btn-arancio {
    background-color: var(--arancio);
    color: var(--bianco);
    border: 1px solid var(--arancio);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-bianco-arancio {
    background-color: var(--bianco);
    color: var(--arancio);
    border: 1px solid var(--arancio);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-giallino {
    background-color: var(--giallino);
    color: var(--arancio);
    border: 1px solid var(--giallino);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-logo-bianco {
    width: auto;
    padding: 0px 20px;
    background-color: var(--bianco);
    border: 1px solid var(--bianco);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-logo-bianco img {
    width: auto !important;
    height: 40px !important;
    object-fit: unset !important;
}
/* MAIN */
main {
    min-height: 100vh;
}
.page {
    max-width: 1440px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.page-small {
    max-width: 1000px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
#burger-menu,
#logo-header-mobile,
#burger-menu-close {
    display: none;
}
header {
    background-color: var(--bianco);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 100px;
    padding: 10px 0px;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hpheader {
    background-color: transparent;
}
.header-shadow-scroll {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.shadow-image-bottom-header {
    position: absolute;
    width: 100%;
    height: 160px;
    top: 0px;
    left: 0px;
    background-repeat: repeat-x;
    pointer-events: none;
}
#header-int {
    position: absolute;
    z-index: 400;
}
#logo-header {
    display: block;
    float: left;
    height: 60px;
}
#logo-header img {
    height: 100%;
}
#header-int-nav-cont {
    width: calc(100% - 160px);
}
#header-mobile-open-logo-cont {
    display: none;
}
#header-int-nav {
    width: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}
.nav-link {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--bianco);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.nav-link.azzurro,
.change-lang-ico.azzurro {
    color: var(--azzurro);
}
.nav-link.sel {
    color: var(--arancio);
    font-weight: 700;
}
#nav-link-about-cont,
#nav-link-activities-cont,
#nav-link-partners-cont {
    position: relative;
    display: block;
    float: left;
    margin-top: 23px;
}
#nav-link-about-plus i,
#nav-link-activities-plus i,
#nav-link-partners-plus i {
    font-size: 12px;
    line-height: 24px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#nav-link-about-submenu,
#nav-link-activities-submenu,
#nav-link-partners-submenu {
    display: block;
    position: absolute;
    top: 40px;
    left: 30%;
    width: 300px;
    height: 0px;
    background-color: transparent;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
}
#nav-link-about-submenu a,
#nav-link-activities-submenu a,
#nav-link-partners-submenu a {
    display: block;
    float: left;
    width: 100%;
    height: 0px;
    opacity: 0;
    border-radius: 5px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 35px;
    background-color: var(--bianco);
    color: var(--azzurro);
    text-decoration: none;
    margin-bottom: 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#nav-link-about-submenu a.sel {
    color: var(--arancio);
}
#change-lang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 25px;
    color: var(--bianco);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.header-shadow-scroll #change-lang {
    color: var(--azzurro);
}
.lang-selector {
    text-decoration: none;
    color: var(--bianco);
}
.lang-selector.sel,
.header-shadow-scroll .lang-selector.sel {
    color: var(--arancio);
}
.header-shadow-scroll .lang-selector {
    color: var(--azzurro);
}
.change-lang-ico {
    color: var(--bianco);
    font-size: 14px;
}
#footer-top-cont {
    padding: 40px 0px;
    box-sizing: border-box;
    background-color: var(--azzurro);
    object-fit: cover;
    position: relative;
}
#footer-top-cont img {
    height: 100%;
    position: absolute;
    top: 0px;
    left: calc(50% - (406px / 2));
}
/*
#footer-top-int {
    position: absolute;
    top: 0px;
    left: 0px;
}
*/
#form-newsletter-int {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-color: var(--bianco);
}
#form-newsletter button {
    position: absolute;
    bottom: 48px;
    right: 20px;
}
#form-newsletter-email {
    padding-right: 80px;
    box-sizing: border-box;
}
#footer-bottom-cont {
    padding: 50px 0px;
    box-sizing: border-box;
    background-color: var(--bianco);
}
#footer-bottom-cont .page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.footer-col {
    width: calc((100% - 60px) / 4);
}
#footer-col-menu a,
#footer-col-social a {
    display: block;
    float: right;
    text-align: right;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--azzurro);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
#footer-col-menu a {
    text-transform: uppercase;
}
#logo-footer {
    display: block;
    float: left;
    width: 300px;
    margin-bottom: 20px;
}
#logo-footer img {
    width: 100%;
}
.top-img {
    position: relative;
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-img .page {
    position: absolute;
    top: 50%;
    left: 0px;
}
/* HOME */
#hp-intro-section {
    margin: 40px 0px;
}
#hp-news-section {
    background-color: var(--verdino);
    padding: 80px 0px;
    box-sizing: border-box;
}
#hp-about-section {
    background-color: var(--verdino);
}
#hp-job {
    background-color: var(--giallino);
    padding: 50px 0px 0px 0px;
    box-sizing: border-box;
}
#hp-about-int {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#hp-news-int {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#hp-about-section .testo-cont,
#hp-news-section .testo-cont,
#hp-grantmaking-section .testo-cont,
#hp-donate-section .testo-cont,
#hp-collaborate-section .testo-cont {
    padding: 0px;
}
#hp-grantmaking-section .testo-cont h2,
#hp-grantmaking-section .testo-cont h3,
#hp-grantmaking-section .testo-cont h4,
#hp-grantmaking-section .testo-cont p,
#hp-grantmaking-section .testo-cont ul,
#hp-grantmaking-section .testo-cont ol,
#hp-grantmaking-section .testo-cont li,
#hp-donate-section .testo-cont h2,
#hp-donate-section .testo-cont h3,
#hp-donate-section .testo-cont h4,
#hp-donate-section .testo-cont p,
#hp-donate-section .testo-cont ul,
#hp-donate-section .testo-cont ol,
#hp-donate-section .testo-cont li,
#hp-collaborate-section .testo-cont h2,
#hp-collaborate-section .testo-cont h3,
#hp-collaborate-section .testo-cont h4,
#hp-collaborate-section .testo-cont p,
#hp-collaborate-section .testo-cont ul,
#hp-collaborate-section .testo-cont ol,
#hp-collaborate-section .testo-cont li {
    color: var(--bianco);
}
#hp-about-section .titolo-big-cont p,
#hp-news-section .titolo-big-cont p,
#hp-grantmaking-section .titolo-big-cont p,
#hp-donate-section .titolo-big-cont p,
#hp-collaborate-section .titolo-big-cont p {
    text-align: left;
}
#hp-about-section .title,
#hp-news-section .title {
    color: var(--azzurro);
}
#hp-grantmaking-section .surtitle,
#hp-donate-section .surtitle,
#hp-collaborate-section .surtitle {
    color: var(--giallino);
}
#hp-grantmaking-section .title,
#hp-donate-section .title,
#hp-collaborate-section .title {
    color: var(--bianco);
}
#hp-about-left,
#hp-about-right,
#hp-news-left,
#hp-news-right,
#hp-grantmaking-left,
#hp-donate-left {
    width: calc(50% - 40px);
}
#hp-donate-right {
    position: absolute;
    bottom: 20px;
    right: -410px;
}
#hp-about-left,
#hp-about-right {
    padding: 80px 0px;
    box-sizing: border-box;
}
#hp-news-right .surtitle {
    color: var(--nero);
}
#hp-collaborate-right {
    width: calc(50% - 40px);
    float: right;
}
#hp-about-right .text-icona-blocks-cont {
    gap: 10px;
}
#hp-about-right .text-icona-block {
    padding: 0px;
    background-color: unset;
    margin-bottom: 0;
}
#hp-about-right .text-icona-cont {
    width: 100%;
    height: auto;
}
#hp-about-right .text-icona-cont .single-img-cont {
    width: 70px;
    margin-bottom: unset;
}
#hp-about-right .text-icona-cont .single-img-cont img {
    width: 100%;
}
#hp-about-right .text-icona-cont .titoletti,
#hp-about-right .text-icona-cont p {
    width: calc(100% - 90px);
    margin-left: 20px;
    text-align: left;
}
#hp-about-right .text-icona-cont .titoletti {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}
#hp-about-right .text-icona-cont p {
    color: var(--azzurro);
    font-size: 16px;
    line-height: 20px;
}
#hp-grantmaking-section .top-img,
#hp-donate-section .top-img,
#hp-collaborate-section .top-img {
    height: calc(100vh - 100px);
}
#hp-grantmaking-section .top-img .over-layer,
#hp-donate-section .top-img .over-layer,
#hp-collaborate-section .top-img .over-layer {
    background: -moz-linear-gradient(100% 1288.5% 180deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear,100% 1288.5% ,0% 1288.5% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0) ));
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hp-grantmaking-int,
#hp-donate-int,
#hp-collaborate-int {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#hp-grantmaking-section .top-img .page,
#hp-donate-section .top-img .page,
#hp-collaborate-section .top-img .page {
    position: unset;
}
/**/

.titoletti {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--arancio);
}
.surtitle {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--arancio);
    margin-bottom: 20px;
}
.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
.titolo-big-cont .title,
#newsletter-title {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}
blockquote {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: var(--arancio);
    padding: 0px 40px;
    box-sizing: border-box;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
}
.text-block-alignment-cont {
    display: flex;
    flex-wrap: wrap;
}
.text-block-alignment-cont.flex-center {
    justify-content: center;
}
.text-block-alignment-cont.flex-center .ritch-cont h2,
.text-block-alignment-cont.flex-center .ritch-cont h3,
.text-block-alignment-cont.flex-center .ritch-cont h4,
.text-block-alignment-cont.flex-center .ritch-cont p {
    text-align: center;
}
.text-block-alignment-cont.flex-end {
    justify-content: flex-end;
}
.text-block-alignment-cont.flex-end .ritch-cont h2,
.text-block-alignment-cont.flex-end .ritch-cont h3,
.text-block-alignment-cont.flex-end .ritch-cont h4,
.text-block-alignment-cont.flex-end .ritch-cont p {
    text-align: right;
}
.text-block-alignment-cont.flex-start {
    justify-content: flex-start;
}
.text-block-alignment-cont.flex-start .ritch-cont h2,
.text-block-alignment-cont.flex-start .ritch-cont h3,
.text-block-alignment-cont.flex-start .ritch-cont h4,
.text-block-alignment-cont.flex-start .ritch-cont p {
    text-align: left;
}
.titolo-cont,
.testo-cont {
    padding: 0px 200px;
    box-sizing: border-box;
}
.titolo-big-cont p {
    text-align: center;
}
.text-img-text-cont .titolo-big-cont p {
    text-align: left;
}
.testo-big-cont .ritch-cont {
    font-size: 24px;
    line-height: 30px;
}
.single-img-cont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.single-img-cont img {
    width: auto;
    border-radius: 5px;
}
.text-img-img-cont .single-img-cont img {
    width: 100%;
}
/*
.partner-title {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--azzurro);
    margin-bottom: 10px;
}
*/
.people-title,
.partner-title {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--azzurro);
    margin-bottom: 10px;
}
.partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.partner-item-cont {
    width: calc((100% - 140px) / 8);
}
.partner-item-cont .img-cont {
    width: 100%;
}
.partner-item-cont .img-cont img {
    width: 100%;
}
.partner-item-cont p {
    text-align: center;
    margin-top: 10px;
}
.text-img-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.text-img-cont.flex-reverse-row .text-img-text-cont .titolo-big-cont p,
.text-img-cont.flex-reverse-row .text-img-text-cont .ritch-cont,
.text-img-cont.flex-reverse-row .text-img-text-cont .ritch-cont p {
    text-align: right;
}
.text-img-img-cont,
.text-img-text-cont {
    width: calc(50% - 40px);
}
.text-icona-block {
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: var(--giallino);
    margin-bottom: 40px;
}
.text-icona-blocks-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.text-icona-cont {
    width: calc((100% - 120px) / 4);
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-decoration: none;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.text-icona-cont .single-img-cont,
.text-icona-cont .titoletti,
.text-icona-cont p {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.text-icona-cont .single-img-cont img {
    width: 50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.text-icona-cont p {
    color: var(--nerino);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.video-cont {
    object-fit: cover;
    margin: 20px 0px;
    width: 1400px;
    height: calc((1400px / 16) * 9);
}
.video-cont iframe {
    width: 100%;
    height: 100%;
}
.page-small .video-cont {
    width: 1000px;
    height: calc((1000px / 16) * 9);
}
.download-cont,
.people-item-info-cont {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
    padding-right: 20px;
    border: 0.5px solid var(--azzurro);
    box-sizing: border-box;
    background-color: var(--bianco);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.people-item-info-cont {
    height: 100px;
}
.download-icon,
.people-item-info-icon {
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: var(--azzurro);
}
.download-text-cont {
    width: calc(100% - 58px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.download-title {
    width: 100%;
    color: var(--nerino);
    font-weight: 400;
}
.download-url {
    width: 100%;
}
.accordion-question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px 20px;
    border: 0.5px solid var(--azzurro);
    box-sizing: border-box;
    background-color: var(--bianco);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.accordion-question-txt {
    display: block;
    float: left;
    width: calc(100% - 20px);
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
}
.accordion-arrow-up,
.accordion-arrow-down {
    color: var(--azzurro);
}
.accordion-question.show .accordion-arrow-down {
    display: none;
}
.accordion-question.show .accordion-arrow-up {
    display: block;
}
.accordion-arrow-up {
    display: none;
}
.accordion-answer {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--nerino);
    padding: 10px 0px 30px 0px;
    box-sizing: border-box;
}
.accordion-question.show {
    height: auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.people-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 40px;
    margin: 40px 0px;
}
.people-item {
    width: calc((100% - 80px) / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.people-item-img {
    width: 58%;
}
.people-item-info-text-cont {
    width: calc(100% - 138px);
}
.people-item-info-role {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: var(--azzurro);
}
.people-item-info-name {
    font-size: 16px;
    line-height: 19px;
}
.people-item-info-social-cont {
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
#news-page-cont {
    padding-top: 120px;
    background-color: var(--verdino);
    min-height: 100vh;
}
#news-page-news-list {
    margin: 40px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
}
.news-page-news-item {
    width: calc((100% - 60px) / 2);
}
#form-activities-section {
    background-color: var(--giallino) !important;
    padding: 80px 0px !important;
    box-sizing: border-box !important;
}
.supporters-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.supporter-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;    
}
.supporter-item {
    display: block;
    float: left;
    max-width: calc((100% - 80px) / 5);
    aspect-ratio: 1/1;
    height: auto;
    background-color: var(--bianco);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.supporter-name {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #5A9E88;
    text-align: center;
    /* padding-bottom: 20px;
    box-sizing: border-box; */
}
.supporter-item img {
    max-width: 80%;
    height: auto;
    object-fit: contain;
}
/* Qui vanno gli eventi di Hover. Non metterli da altre parti!!!!! */
@media only screen and (min-width:1201px) and (max-width:10000px) {
    a:hover {
        text-decoration: none;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .nav-link:hover {
        color: var(--arancio);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #nav-link-about-cont:hover #nav-link-about-submenu {
        height: auto;
        transition: height 0.4s;
        -webkit-transition: height 0.4s;
    }
    #nav-link-about-cont:hover #nav-link-about-submenu a {
        height: 35px;
        opacity: 1;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #nav-link-about-cont:hover #nav-link-about-plus i {
        transform: rotate(45deg);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #nav-link-activities-cont:hover #nav-link-activities-submenu {
        height: auto;
        transition: height 0.4s;
        -webkit-transition: height 0.4s;
    }
    #nav-link-activities-cont:hover #nav-link-activities-submenu a {
        height: 35px;
        opacity: 1;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #nav-link-activities-cont:hover #nav-link-activities-plus i {
        transform: rotate(45deg);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #nav-link-partners-cont:hover #nav-link-partners-submenu {
        height: auto;
        transition: height 0.4s;
        -webkit-transition: height 0.4s;
    }
    #nav-link-partners-cont:hover #nav-link-partners-submenu a {
        height: 35px;
        opacity: 1;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #nav-link-partners-cont:hover #nav-link-partners-plus i {
        transform: rotate(45deg);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #nav-link-about-submenu a:hover,
    #nav-link-activities-submenu a:hover,
    #nav-link-partners-submenu a:hover {
        background-color: var(--giallino);
        color: var(--nerino);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .lang-selector:hover {
        color: var(--arancio);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #footer-col-menu a:hover,
    #footer-col-social a:hover {
        color: var(--arancio);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .btn-arancio:hover {
        background-color: var(--giallino);
        color: var(--arancio);
        border: 1px solid var(--giallino);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .btn-bianco-arancio:hover {
        background-color: var(--arancio);
        color: var(--bianco);
        border: 1px solid var(--arancio);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .btn-giallino:hover {
        background-color: var(--arancio);
        color: var(--bianco);
        border: 1px solid var(--arancio);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .download-cont:hover,
    .accordion-question:hover {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        color: var(--arancio);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .download-cont:hover .download-icon,
    .accordion-question:hover .accordion-arrow-down,
    .accordion-question:hover .accordion-arrow-up {
        color: var(--azzurro);
    }
    .people-item-info-social-link:hover {
        color: var(--giallino);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .text-icona-cont:hover {
        background-color: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .text-icona-cont:hover .single-img-cont img {
        width: 70%;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .supporter-link:hover .supporter-name {
        color: var(--arancio);
    }
}
@media only screen and (min-width:220px) and (max-width:1530px) {
    header {
        background-color: var(--bianco) !important;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) !important;
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) !important;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) !important;
    }
    .shadow-image-bottom-header {
        display: none !important;
    }
    #logo-header-bianco {
        display: none;
    }
    #logo-header-colorato {
        display: block;
    }
    #logo-header-mobile {
        display: flex;
        justify-content: center;
        height: 80px;
        padding: 10px;
        box-sizing: border-box;
    }
    #logo-header-mobile img {
        height: 100%;
    }
    #btn-header-donate {
        display: block;
        text-align: center;
    }
    #burger-menu {
        display: block;
        float: right;
        font-size: 20px;
        line-height: 80px;
        color: var(--azzurro);
        padding-right: 40px;
        box-sizing: border-box;
    }
    #burger-menu-close {
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        float: right;
        font-size: 20px;
        line-height: 20px;
        color: var(--nerino);
    }
    #header-int-nav-cont {
        display: block;
        float: left;
        position: absolute;
        top: -10px;
        right: -150vw;
        width: 100%;
        height: 100vh;
        z-index: 9995;
        background-color: var(--grigio-medio);
        padding-bottom: 100px;
        box-sizing: border-box;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    #header-int-nav-cont.open #header-mobile-open-logo-cont {
        display: block;
        height: 80px;
    }
    #header-int-nav {
        position: absolute;
        top: 110px;
        right: 0px;
        width: 100%;
        height: calc(100vh - 140px);
        height: calc((var(--vh, 1vh) * 100) - 140px);
        padding: 0px 20px;
        box-sizing: border-box;
        background-color: var(--grigio-medio);
        display: block;
        gap: 0px;
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    #header-int-nav .btn-arancio {
        width: 300px;
        margin: 30px auto;
        float: none;
    }
    #header-int-nav-cont.open {
        right: 0px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .nav-link {
        display: block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        color: var(--nerino) !important;
    }
    .nav-link.sel {
        color: var(--arancio) !important;
    }
    #nav-link-about-cont,
    #nav-link-activities-cont,
    #nav-link-partners-cont {
        height: auto;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #nav-link-about-submenu,
    #nav-link-activities-submenu,
    #nav-link-partners-submenu {
        position: static;
        width: 100%;
        height: auto;
        z-index: 9999;
        box-shadow: unset;
        text-align: center;
    }
    #nav-link-about-submenu a,
    #nav-link-activities-submenu a,
    #nav-link-partners-submenu a {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        opacity: 1;
        background-color: transparent;
        padding: 0px;
        margin-bottom: 10px;
    }
    #change-lang {
        gap: 15px;
        font-size: 18px;
        margin-top: 40px;
        text-align: center;
        color: var(--nerino);
    }
    #change-lang-int {
        display: inline-block;
        width: auto;
    }
    .change-lang-ico {
        display: none;
    }
    .lang-selector {
        color: var(--nerino);
    }
    .text-img-cont {
        gap: 20px;
    }
    .text-img-img-cont, .text-img-text-cont {
        width: 100%;
    }
    .text-icona-cont {
        width: calc((100% - 40px) / 2);
        height: calc((100vw - 80px) / 2);
    }
    .titolo-cont, .testo-cont {
        padding: 0px 100px;
    }
    .people-cont {
        gap: 20px;
    }
    .people-item {
        width: calc((100% - 20px) / 2);
    }
    .people-item-info-cont {
        font-size: 16px;
    }
    #news-page-cont {
        padding-top: 40px;
    }
}

/* Tablet Landscape */
@media only screen and (min-width:1024px) and (max-width:1279px) {
    main {
        padding-top: 100px;
        box-sizing: border-box;
    }
    #burger-menu {
        line-height: 80px;
    }
    #logo-footer {
        width: 200px;
    }
    #footer-bottom-cont {
        padding: 50px 0px 30px 0px;
    }
    #form-newsletter button {
        right: 20px;
    }
    .footer-col {
        font-size: 14px;
        line-height: 18px;
    }
    footer .mt_68 {
        margin-top: 96px;
    }
    #hp-donate-right {
        right: -220px;
    }
}
/* Tablet Portrait */
@media only screen and (min-width:768px) and (max-width:1023px) {
    main {
        padding-top: 100px;
        box-sizing: border-box;
    }
    #burger-menu {
        line-height: 80px;
    }
    .page-small {
        padding-left: 20px;
        padding-right: 20px;
    }
    #logo-footer {
        width: 200px;
    }
    #footer-bottom-cont {
        padding: 50px 0px 30px 0px;
    }
    .footer-col {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-col {
        width: calc((100% - 40px) / 3);
    }
    .footer-col:first-child {
        width: 100%;
    }
    footer .mt_68 {
        margin-top: 36px;
    }
    .page-small .video-cont {
        width: 100%;
        height: calc((100vw / 16)* 9);
    }
    .partner-item-cont {
        width: calc((100% - 60px) / 4);
    }
    .single-img-item,
    .single-img-cont img {
        width: 100%;
    }
    #hp-about-left, #hp-about-right, #hp-news-left, #hp-news-right,
    #hp-grantmaking-left, #hp-donate-left {
        width: 100%;
    }
    #hp-donate-right {
        position: static;
        width: 100%;
    }
    #hp-about-left {
        padding: 80px 0px 0px 0px;
    }
    #hp-about-right {
        padding: 0px 0px 80px 0px;
    }
    #hp-collaborate-right {
        width: 100%;
        float: left;
    }
    .supporter-item {
        max-width: calc((100% - 60px) / 4);
    }
    .supporter-item img {
        max-width: 70%;
    }
}
/* Cellulari */
@media only screen and (min-width:220px) and (max-width:767px) {
    main {
        padding-top: 80px;
        box-sizing: border-box;
    }
    .page-small {
        padding-left: 20px;
        padding-right: 20px;
    }
    header {
        height: 80px;
    }
    #logo-header {
        height: 60px;
    }
    #header-int-nav .btn-arancio {
        width: 100%;
    }
    #logo-footer {
        width: 200px;
    }
    #footer-bottom-cont {
        padding: 50px 0px 30px 0px;
    }
    #form-newsletter button {
        width: calc(100% - 40px);
        right: 20px;
        top: 460px;
        bottom: unset;
    }
    #form-newsletter-int {
        margin-bottom: 100px;
    }
    .form-half-input-cont,
    #form-newsletter .form-half-input-cont {
        width: 100%;
    }
    .footer-col {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-col {
        width: calc((100% - 20px) / 2);
    }
    .footer-col:first-child,
    .footer-col:nth-child(2) {
        width: 100%;
    }
    footer .mt_68 {
        margin-top: 36px;
    }
    .page-small .video-cont {
        width: 100%;
        height: calc((100vw / 16)* 9);
    }
    .titolo-big-cont .title, #newsletter-title {
        font-size: 35px;
        line-height: 35px;
    }
    .testo-big-cont .ritch-cont{
        font-size: 22px;
        line-height: 28px;
    }
    blockquote {
        padding: 0px 20px;
    }
    .titolo-cont, .testo-cont {
        padding: 0px;
    }
    .people-item {
        width: 100%;
    }
    .accordion-question {
        padding: 0px 10px;
    }
    .accordion-question-txt {
        font-size: 13px;
    }
    .text-icona-block {
        padding: 40px 0px;
    }
    .text-icona-cont {
        width: 100%;
        height: calc(100vw - 40px);
    }
    .download-cont, .people-item-info-cont {
        font-size: 13px;
        line-height: 16px;
    }
    #form-newsletter label {
        font-size: 14px;
        line-height: 18px;
    }
    .partner-item-cont {
        width: calc((100% - 20px) / 2);
    }
    .news-page-news-item {
        width: 100%;
    }
    .single-img-item,
    .single-img-cont img {
        width: 100%;
    }
    #hp-about-left, #hp-about-right, #hp-news-left, #hp-news-right,
    #hp-grantmaking-left, #hp-donate-left {
        width: 100%;
    }
    #hp-donate-right {
        position: static;
        width: 100%;
    }
    #hp-about-left {
        padding: 80px 0px 0px 0px;
    }
    #hp-about-right {
        padding: 0px 0px 80px 0px;
    }
    #hp-collaborate-right {
        width: 100%;
        float: left;
    }
    #hp-grantmaking-section .top-img, #hp-donate-section .top-img, #hp-collaborate-section .top-img {
        height: 120vh
    }
    .supporter-item {
        max-width: calc((100% - 20px) / 2);
    }
    .supporter-item img {
        max-width: 80%;
    }

}