body {
  font-family: "Source Serif Pro", serif;
  font-weight: 300;
  font-size: 21px;
  /* line-height: 1.42857143; */
  line-height: 28px;
  color: #000;
  width: 100%;
  max-width: 100vw !important;
}
body,
body.navbar-is-fixed-top {
  padding-top: 120px !important;
}

/******* Tipografia ***********/

h1,
h2.block-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  color: #6e64e6;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1,
  h2.block-title {
    /* font-size: 48px;
    line-height: 50px;*/
    font-size: 40px;
    line-height: 42px;
  }
}
h2.block-title {
  max-width: 400px;
  text-transform: none !important;
}
.uppercase {
  text-transform: none !important;
}
.non-uppercase {
  text-transform: none !important;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #6e64e6;
}

.occhiello {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.date,
.leggitutto,
.field-name-field-tags,
.views-field-field-data,
.field-name-field-categoria,
.field-name-field-tipo-articolo,
.views-field-view-node,
.autore,
.titoletto {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
}
.date,
.views-field-field-data {
  color: #6e64e6;
}
.autore {
  text-transform: none;
}
.dida,
.url,
.btn,
.button,
figcaption {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #6e64e6;
}

.field-name-field-strillo {
  margin-top: 20px;
  font-family: "Source Serif Pro", serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  color: #6e64e6;
}
.caption {
    margin: 40px 0 20px 0;
}
.caption figcaption {
  background-color: transparent !important;
  border: none !important;
  padding: 16px 0;
}
.caption * {
  border: none;
}
.caption img {
  margin: 0;
}
figcaption.home-caption {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  font-weight: normal;
  margin: -6px auto 0 auto;
  /* padding-right: 0;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  width: max-content; */
}
.field-name-body img.no-mt {
  margin-top: 0;
}
footer,
.footer {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.intro {
  font-family: "Source Serif Pro", serif;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
/************ FINE TIPOGRAFIA ************/

/******** COLORI **********/
.nero {
  color: #000 !important;
}
.bianco {
  color: #fff !important;
}
.blu {
  color: #6e64e6 !important;
}
.blu-chiaro {
  color: #c5c1f5;
  /* color: rgba(110, 100, 230, 0.4); */
} /* 40% del blu */
.arancio {
  color: #e6a000 !important;
}
.grigio-sfondo,
.grigio-chiaro {
  color: #e6e6e6 !important;
}
.grigio-medio {
  color: #aaa !important;
}
.grigio-scuro {
  color: #8a8a8a !important;
}
/*LINKS*/
a {
  color: #6e64e6;
}
a:hover {
  color: #000 !important;
  text-decoration: none;
}
a.nero,
.nero a {
  color: #000;
}
a.nero:hover,
.nero a:hover {
  color: #6e64e6 !important;
}
a.bianco {
  color: #fff;
}
a.bianco:hover {
  color: #e6a000 !important;
}
a.arancio {
  color: #e6a000;
}
a.arancio:hover {
  color: #000 !important;
}
/******* FINE COLORI ***********/

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
.page-header {
  border: 0;
  margin: 0;
}
.main .container {
  padding-right: 30px;
  padding-left: 30px;
  margin: 66px auto 46px auto;
}

header#top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #6e64e6;
  z-index: 9990;
}

#admin-bar,
#admin-bar-wrapper {
  z-index: 9999 !important;
}
#top-navbar img {
  width: auto;
  margin-top: 30px;
  height: 58px;
}
.piccola-nera {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-self: center;
  line-height: 1;
  padding-top: 8px;
}

/******** MENU APERTO *******/


#menu-div-full-page.chiuso {
  width: 0 !important;
  overflow: hidden !important;
  transition: all 0.5s;
  padding-top: 0;
}

#menu-div-full-page.aperto {
  display: flex;
  overflow: auto;
  width:100%;
}

#menu-div-full-page.aperto .container {
  max-width: 930px;
}

#menu-div-full-page {
  position: fixed;
  top: 120px;
  right: 0;
  height: calc(100% - 120px);
  width: auto;
  z-index: 9990;
  align-items: flex-start;
  transition: all 0.5s;
  background: #6e64e6;
  padding-top: 24px;
}
#menu-div-full-page li a,
#menu-div-full-page .search-block-form label {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
#menu-div-full-page li a:hover {
  color: #e6a000 !important;
}
#menu-div-full-page li {
  margin: 5px 0;
}
#menu-div-full-page li.first.leaf {
  margin-top: 0;
  /*padding-bottom: 20px;
  border-bottom: 2px solid #fff;*/
}
#menu-div-full-page li:nth-of-type(2) {
  /*padding-top: 20px;*/
}
#menu-div-full-page #social {
  color: #fff;
  padding-top: 20px;
  font-size: 38px;
  line-height: 34px;
  display: flex;
  width: 180px;
  justify-content: space-between;
}
#menu-div-full-page #social a {
  color: #fff;
}
#menu-div-full-page ul.menu {
  padding: 0;
}
#menu-div-full-page .search-block-form label {
  padding-right: 30px;
}
#menu-div-full-page input.form-search {
  padding: 0 8px;
  font-family: "Source Serif Pro", serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #6e64e6;
}
#menu-div-full-page input.form-search::placeholder {
  opacity: 0;
}
#menu-div-full-page input.form-search,
#menu-div-full-page input.form-search:hover,
#menu-div-full-page input.form-search:active,
#menu-div-full-page input.form-search:focus {
  background: #fff;
}
#menu-div-full-page .search-block-form {
  height: 84px;
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#menu-div-full-page .form-item {
  display: flex;
  width: 100%;
}
#menu-div-full-page input {
  border-radius: 0;
  flex: 0 1 60%;
}
#menu-div-full-page .search-block-form > div:nth-child(1) {
  display: flex;
  width: 100%;
  align-items: center;
}
#menu-div-full-page .menu-toggle-button {
  position: absolute;
  top: 15px;
  right: 0;
}
#menu-div-full-page .icon {
  display: none;
}
/* #menu-dx .cerca-nel-menu,
#menu-dx .label-menu {
  display: none;
} */
.language-switcher-locale-url {
  list-style: none;
  padding: 0;
}
.language-switcher-locale-url li.active {
  display: none;
}
/******** FINE MENU APERTO *******/

/******** BARRA FISSA DI DESTRA *******/

#menu-dx {
  display: none;
}
.burger-menu {
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
  height: 44px;
  cursor: pointer;
  background-image: url("../images/img-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
/* .burger-menu.aperto {
  background-image: url("../images/img-menu-aperto.png");
  transition: all 0.5s;
} */
.piccola-nera.menu {
  position: fixed;
  top: 75px;
  right: 45px;
}

.piccola-nera.menu {
  align-items: center;
}
#menu-dx .social i.fa-search:hover {
  color: #000;
}


.container--120 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
    width: 100vw;
}

@media (min-width: 768px) {
  body {
    width: calc(100% - 120px);
  }

  .container--120 {
    display: block;
    margin-right: 0;
}
.burger-menu {
  position: fixed;
  top: 30px;
  right: 30px;
}

  #menu-dx {
    position: fixed;
    top: 120px;
    right: 0;
    height: calc(100vh - 120px);
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999;
    border-left: 1px #6e64e6 solid;
    background: #fff;
    padding: 0 30px;
    transition: all 0.5s;
  }

  #menu-dx .social {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
    color: #6e64e6;
  }
  #menu-dx .social > * {
    padding: 6px 0;
  }
  #menu-dx .social .piccola-nera {
    padding: 2px 0 60px 0;
    cursor: pointer;
  }
  #menu-dx .social i.fa-search {
    font-size: 28px;
    cursor: pointer;
  }
  #menu-div-full-page,
  .container--120 {
    right: 120px;
    width: calc(100% - 120px);
  }
  .container {
    width: 630px; /* 750px - 120px */
  }
  .main .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main .container .container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  .container {
    width: 850px; /* 970px - 120px */
  }
  #menu-div-full-page #social {
    font-size: 40px;
    line-height: 42px;
  }
  #menu-div-full-page li a,
  #menu-div-full-page .search-block-form label {
    font-size: 40px;
    line-height: 42px;
  }
  #menu-div-full-page {
    padding-top: 64px;
    width: 100%;
  }
  .intro {
    /*font-size: 47px;
    line-height: 56px;*/
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px; /* 1170px - 120px */
  }
}
/******** FINE BARRA FISSA DI DESTRA *******/

.block-block-fondazione-header {
 background: #f0effc;
}
.block-block-fondazione-header .container {
  margin-top: 0;
  padding-top: 66px;
  padding-bottom: 46px;
}
.front .page-header { padding:0; margin: 0;}
/***** CONTENUTI SINGOLI NODI *****/

/* HOMEPAGE */

.front #node-25 {
  background: #f0effc;
}
.block.block-block-home-come {
  padding:10px 0 10px 0;
  background: #f5f5f5;
}
.front .block-views-articoli-news-documenti-ultima-news {
  background: ;
}
#citazione-hp p {
  font-weight: 400;
}
#citazione-hp img {
  display: block;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
}
/* FINE HOMEPAGE */

/* FOOTER */
#footer {
  background: #6e64e6;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer * {
  color: #fff;
}
/* FINE FOOTER */
[class^="col-"],
.col {
  margin-bottom: 20px;
}
.row {
  margin-bottom: -20px;
}

/** VISTA SOCI E COLLABORATORI **/

.view-partner.nome,
.view-partner.ruolo {
  margin: 6px 0;
}
.view-partner .views-field-body {
  margin-top: 15px;
}
.view-partner .views-field-field-image {
  margin-bottom: 24px;
}
.view-partner img {
  display: block;
}
.view-display-id-blocco_soci .views-field-field-image {
  max-width: 65%;
}
@media (min-width: 992px) {
	.view-display-id-blocco_soci .views-field-field-image {
	  max-width: 75%;
	}
}

.block-views-partner-blocco-soci img {
  border-radius: 50%;
}
/**  FINE VISTA SOCI E COLLABORATORI **/


.freccia {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: normal;
  /*background-image: url("../images/freccia-leggi-tutto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;*/
}
.freccia a {
  display: block;
  width: 100%;
  height: 100%;
}

.field-name-field-tags .field-item,
.field-name-field-tipo-articolo .field-item,
.field-name-field-categoria .field-item {
  display: inline;
  white-space: pre;
}
.field-name-field-tags .field-item:not(:last-child):after,
.field-name-field-categoria .field-item:not(:last-child):after {
  content: " | ";
}
#data-pubblicazione {
  margin-bottom: 12px;
}
.title.nodo {
  margin-bottom: 44px;
  margin-top: 0;
}

@media (min-width: 768px) {
  #citazione-hp img {
    margin-bottom: 0;
    margin-top: 6px;
  }
}

/* form */
.form-item,
.form-actions {
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #6e64e6;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #204d74;
}
.form-control,
.form-email {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-family: "Source Serif Pro", serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  color: #555;
  border: 1px solid #ccc;
}
.form-control.required::placeholder,
.form-email.required::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a;
  opacity: 1; /* Firefox */
}
.form-control.required:-ms-input-placeholder,
.form-email.required::placeholder {
  /* Internet Explorer 10-11 */
  color: #8a8a8a;
}
.form-control.required::-ms-input-placeholder,
.form-email.required::placeholder {
  /* Microsoft Edge */
  color: #8a8a8a;
}

/* blocchi */
.blocco-grigio {
  background: #f5f5f5;
}
.blocco-blu-chiaro {
  background: #f0effc;
}
.blocco-contatti {
  padding-top: 70px;
  padding-bottom: 70px;
}
.block-views-promoted-block .container {
  margin: 40px auto 30px auto;
}
.blocco-blu .container,
.blocco-grigio .container {
  margin-top: 0;
  margin-bottom: 0;
}
.blocco-blu {
  background: #6e64e6;
  color: #fff;
}
.blocco-blu a {
  color: #fff;
}

h2.titoletto-sezione {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.view-mode-teaser {
  border: 0;
}
.title.nodo {
  word-break: break-word;
}
#node-65 .title.nodo {
  font-size: 28px;
}
/**** GALLERIA ****/
.node-galleria .field-items .field-item {
  display: inline;
}
.node-galleria .field-items .field-item img {
  margin: 10px;
}

/* sedi */
0article.node-sedi .row2 .vert-flex {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.field-name-field-sito-partner {
  text-align: right;
}
.field-name-field-sito-partner a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#cboxOverlay {
  position: relative;
  opacity: 0;
  background: none;
  width: calc(100vw - 120px);
  height: calc(100% - 120px);
  top: 120px;
  right: 120px;
}
.view-sedi-e-progetti article .views-row.odd {
  background: #f0effc;
}
.view-sedi-e-progetti .views-row.odd {
  background: #f0effc;
}
.view-sedi-e-progetti .views-row .title.nodo {
  font-size: 40px;
  text-transform: none;
}
.view-sedi-e-progetti .views-row.odd .title.nodo {
  color: #e6a000;
}

.row {
  clear: left
}

/* documenti */
.view-articoli-news-documenti .views-row {
  clear: both;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #6e64e6;
}

/* news */
.view-articoli-news-documenti .views-bootstrap-grid-plugin-style .row {
  margin-top: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #6e64e6;
}
.view-articoli-news-documenti img {
  margin: 4px 0 0 0;
}
.view-articoli-news-documenti .views-field-title {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}
.view-articoli-news-documenti .views-field-field-data,
.view-articoli-news-documenti .views-field-field-categoria {
  font-size: 16px;
  line-height: 18px;
}

/* tassonomia */
.view-taxonomy-term .views-row {
  padding-top: 20px;
  border-bottom: 1px solid #6e64e6;
}

/* filtri */
.views-exposed-form .views-exposed-widget {
  display: block;
  padding: 0;
}
.views-exposed-form .views-exposed-widget div {
  display: inline-block;
  padding: 0;
}
.views-exposed-form .views-exposed-widget.views-reset-button {
  float: right;
  margin: -50px;
}
.views-exposed-form .form-type-bef-link {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.views-exposed-form .form-type-bef-link a {
  color: #000;
}
.views-exposed-form .form-type-bef-link a.active {
  color: #6e64e6;
}

/* ricerca pagina */
.search-form {
  padding: 0 15px;
}


#sliding-popup,
#sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .eu-cookie-compliance-secondary-button,
#sliding-popup .eu-cookie-compliance-default-button
{
  font-family: "Source Serif Pro", serif;
    line-height: initial;
}
#sliding-popup .eu-cookie-compliance-more-button:hover,
#sliding-popup .eu-cookie-compliance-secondary-button:hover
{
  color: #e6a000 !important;
}
@media screen and (max-width: 600px){
	#sliding-popup .popup-content #popup-buttons {
		font-size: 14px;
		margin: 5px 0;
	}
	#sliding-popup .eu-cookie-compliance-more-button,
	#sliding-popup .eu-cookie-compliance-secondary-button,
	#sliding-popup .eu-cookie-compliance-default-button
	{
		font-size: 14px;
		margin:0;
	}
}
.Skin .SkinInner {
  padding-top: 0 !important;
}

h1, h2.block-title {
	/* font-size: 48px; */
	/* line-height: 50px; */
	font-size: 36px;
	line-height: 42px;
}
