/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
 IMPORT STYLE-CUSTOM
  */
.it-footer-openinnovation {
  /*BACK-TO-TOP
    .back-to-top {
    bottom: 50px;
    @media (max-width: 767px) {
        right: 6px;
    }
    @media (min-width: 1200px) {
        bottom: 60px;
    }
    .back-to-top-small {
        @media (min-width: 768px) {
            width: 48px;
            height: 48px;
            .icon {
                transform: scale(0.9);
                top: 7px;
            }
        }
    }
    }*/
}
.it-footer-openinnovation .pre-footer {
  padding: 48px 0;
}
@media (max-width: 991px) {
  .it-footer-openinnovation .pre-footer .container {
    width: inherit;
    max-width: 100%;
  }
}
.it-footer-openinnovation .pre-footer .row {
  display: flex;
  flex-wrap: wrap;
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 768px) {
  .it-footer-openinnovation .pre-footer .row div[class*="col-"] {
    flex-direction: row;
  }
  .it-footer-openinnovation .pre-footer .row div[class*="col-"].col-sm-6 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] .wrap-logo {
  margin: 16px;
  text-align: center;
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] .wrap-logo img {
  max-height: 50px;
  max-width: 100%;
}
.it-footer-openinnovation p {
  color: #ffffff;
}
.it-footer-openinnovation .container-title {
  padding: 24px 0;
}
.it-footer-openinnovation .container-title .footer-title {
  font-size: 24px;
  line-height: 28px;
}
.it-footer-openinnovation .it-footer-main {
  font-size: 18px;
  background-color: #003354;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .it-footer-openinnovation .it-footer-main .colonna-menu .link-list-wrapper {
    column-count: 2;
    column-gap: 200px;
  }
  .it-footer-openinnovation .it-footer-main .colonna-menu .link-list-wrapper ul > li:not(:first-child) {
    margin-top: 0px;
  }
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper {
  padding: 24px 0;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link {
  width: max-content;
  text-decoration: none;
  color: #ffffff;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item.active,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item:hover,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link:hover {
  text-decoration: underline;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li a:hover {
  opacity: 0.7;
}
.it-footer-openinnovation .content-info {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .it-footer-openinnovation .container-title .footer-title {
    padding-top: 25px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper ul li:not(:last-child) a.list-item:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category {
  background-color: #297a38;
  color: #ffffff;
  padding: 0 5px;
  width: fit-content;
  display: inline-table;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-agrifood {
  background-color: #7030a0;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-aerospazio {
  background-color: #c65911;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-chimica-verde {
  background-color: #375623;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-mobilita {
  background-color: #806000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-energia {
  background-color: #ffc000;
  color: #000000;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-smart {
  background-color: #4472c4;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-scienze {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-ambienti {
  background-color: #c00000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-storie-innovazione {
  background-color: #00b0f0;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lab-lombardia {
  background-color: #833c0c;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-stati-generali {
  background-color: #00b050;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-premio-int {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-foro {
  background-color: #ed7d31;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-legge-reg {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-discussioni {
  background-color: #525252;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-accordi {
  background-color: #ff7c00;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-community {
  background-color: #305496;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-fabbrica {
  background-color: #525252;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-redazione {
  background-color: #ff0000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-piattaforma {
  background-color: #305496;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-open-challenge {
  background-color: #4990b4;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-open-lombardia {
  background-color: #928772;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-specializzazione-intelligente {
  background-color: #354f66;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lombardia-innovativa {
  background-color: #728080;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lombardia-2030 {
  background-color: #2c5e2f;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-hocare-20 {
  background-color: #363c66;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-fondisie-2020 {
  background-color: #174193;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-soluzioni-innovative {
  background-color: #3b6b70;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-sperimentazione-blockchain {
  background-color: #957445;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-formazione-e-lavoro {
  background-color: #1eb2aa;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-mobilita {
  background-color: #930d0d;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-salute {
  background-color: #2a7cbc;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-ambiente-e-energia {
  background-color: #31930d;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-cultura-e-turismo {
  background-color: #e29703;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-maufatturiero {
  background-color: #cb6f3e;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body > .post-header,
.listview-container.news-item .container-news .card-wrapper .card .card-body > .post-header + hr {
  /**
            task 12101
            */
  display: none !important;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category {
  background-color: #297a38;
  color: #ffffff;
  padding: 0 5px;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-agrifood {
  background-color: #7030a0;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-aerospazio {
  background-color: #c65911;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-chimica-verde {
  background-color: #375623;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-mobilita {
  background-color: #806000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-energia {
  background-color: #ffc000;
  color: #000000;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-smart {
  background-color: #4472c4;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-scienze {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-ambienti {
  background-color: #c00000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-storie-innovazione {
  background-color: #00b0f0;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lab-lombardia {
  background-color: #833c0c;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-stati-generali {
  background-color: #00b050;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-premio-int {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-foro {
  background-color: #ed7d31;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-legge-reg {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-discussioni {
  background-color: #525252;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-accordi {
  background-color: #ff7c00;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-community {
  background-color: #305496;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-fabbrica {
  background-color: #525252;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-redazione {
  background-color: #ff0000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-piattaforma {
  background-color: #305496;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-open-challenge {
  background-color: #4990b4;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-open-lombardia {
  background-color: #928772;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-specializzazione-intelligente {
  background-color: #354f66;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lombardia-innovativa {
  background-color: #728080;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lombardia-2030 {
  background-color: #2c5e2f;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-hocare-20 {
  background-color: #363c66;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-fondisie-2020 {
  background-color: #174193;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-soluzioni-innovative {
  background-color: #3b6b70;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-sperimentazione-blockchain {
  background-color: #957445;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-formazione-e-lavoro {
  background-color: #1eb2aa;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-mobilita {
  background-color: #930d0d;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-salute {
  background-color: #2a7cbc;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-ambiente-e-energia {
  background-color: #31930d;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-cultura-e-turismo {
  background-color: #e29703;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-maufatturiero {
  background-color: #cb6f3e;
  color: #ffffff;
}
/**
custom banner cta
*/
.footer_box {
  background-image: url('/img/comments/banner-cta-bg.png');
  background-size: cover;
  background-position: right;
  background-color: #297a38;
  color: #ffffff;
}
.footer_box .lead {
  font-size: 1.5em;
}
.footer_box .triangle {
  display: none;
}
.footer_box .row > div:first-child .h3 {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .footer_box .row > div:first-child {
    padding-left: 120px;
  }
}
.footer_box .row > div:last-child {
  margin-top: 10px !important;
}
@media (min-width: 992px) {
  .footer_box::before {
    content: "\F1003";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 20px;
    margin: auto;
    display: block;
    font-size: 100px;
  }
}
.iconview-container.collaborations-world .data-scadenza {
  background: rgba(0, 90, 129, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.iconview-container.collaborations-world .label-category-collaborations {
  border: 1px solid #005a81;
  color: #005a81;
  background: rgba(0, 90, 129, 0.1);
}
.iconview-container.collaborations-platform .data-scadenza {
  background: rgba(0, 129, 51, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.iconview-container.collaborations-platform .label-category-collaborations {
  border: 1px solid #008133;
  color: #008133;
  background: rgba(0, 129, 51, 0.1);
}
.iconview-container .data-scadenza {
  filter: saturate(2);
}
.collaboration-proposals-view.collaborations-world .banner-cta-collaboration .banner-content .content-sx .content-text {
  background: rgba(0, 90, 129, 0.2);
}
.collaboration-proposals-view.collaborations-world .banner-cta-collaboration .banner-content .content-arrow {
  border-left: 60px solid rgba(0, 90, 129, 0.2);
}
.collaboration-proposals-view.collaborations-world .breve-presentazione-collaboration {
  background: linear-gradient(90deg, rgba(0, 90, 129, 0.2) 30%, rgba(0, 129, 51, 0.2) 100%);
}
.collaboration-proposals-view.collaborations-world .box-card {
  background: linear-gradient(90deg, rgba(0, 90, 129, 0.2) 0px, rgba(0, 129, 51, 0.2) 20px, rgba(0, 129, 51, 0.2) 20px, #ffffff 20px);
}
.collaboration-proposals-view.collaborations-platform .banner-cta-collaboration .banner-content .content-sx .content-text {
  background: rgba(0, 129, 51, 0.2);
}
.collaboration-proposals-view.collaborations-platform .banner-cta-collaboration .banner-content .content-arrow {
  border-left: 60px solid rgba(0, 129, 51, 0.2);
}
.collaboration-proposals-view.collaborations-platform .breve-presentazione-collaboration {
  background: linear-gradient(90deg, rgba(0, 129, 51, 0.2) 30%, rgba(0, 90, 129, 0.2) 100%);
}
.collaboration-proposals-view.collaborations-platform .box-card {
  background: linear-gradient(90deg, rgba(0, 129, 51, 0.2) 0px, rgba(0, 90, 129, 0.2) 20px, rgba(0, 90, 129, 0.2) 20px, #ffffff 20px);
}
.collaboration-proposals-view .section-tag .tags-title {
  display: none;
}
.collaboration-proposals-view .section-tag h3 {
  font-size: 18px;
  font-weight: normal;
}
.dashboard-content .community-dashboard-container {
  background-color: transparent;
}
.dashboard-content .square-box .dashboard-menu-item {
  background-color: white;
  border: 3px solid #003354;
}
.dashboard-content .square-box .dashboard-menu-item .am,
.dashboard-content .square-box .dashboard-menu-item .dash,
.dashboard-content .square-box .dashboard-menu-item .ic,
.dashboard-content .square-box .dashboard-menu-item .language-item,
.dashboard-content .square-box .dashboard-menu-item .pluginName {
  color: #003354;
}
.dashboard-content .square-box .dashboard-menu-item:hover {
  background-color: #297a38;
  border-color: #36a04a;
}
.dashboard-content .square-box .dashboard-menu-item:hover .am,
.dashboard-content .square-box .dashboard-menu-item:hover .dash,
.dashboard-content .square-box .dashboard-menu-item:hover .ic,
.dashboard-content .square-box .dashboard-menu-item:hover .language-item,
.dashboard-content .square-box .dashboard-menu-item:hover .pluginName {
  color: #ffffff;
}
#privacy-cookie-id label + label {
  margin-left: 30px;
}
.input-group-addon {
  font-size: 16px;
  color: #555555 !important;
  background-color: #eeeeee !important;
  border: 1px solid #ccc !important;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"]::after {
  content: none;
}
.listview-container.news-item {
  border-bottom: none !important;
  box-shadow: none;
}
.listview-container.news-item .container-news {
  height: 100%;
}
.listview-container.news-item .container-news .card-wrapper {
  height: 100%;
}
.listview-container.news-item .container-news .card-wrapper .card {
  padding: 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  background-clip: border-box;
  border-radius: 0;
  height: 100%;
}
.listview-container.news-item .container-news .card-wrapper .card .w-100 {
  width: 100%;
}
.listview-container.news-item .container-news .card-wrapper .card .h-100 {
  height: 100%;
}
.listview-container.news-item .container-news .card-wrapper .card .font-weight-bold {
  font-weight: 700;
}
.listview-container.news-item .container-news .card-wrapper .card .font-weight-light {
  font-weight: 300;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper {
  position: relative;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .new-badge.badge {
  font-size: 13px;
  top: 9px;
  right: 5px;
  z-index: 1;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage {
  padding: 0;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .dropdown {
  position: inherit;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .dropdown-menu {
  top: 30px;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage + .new-badge {
  right: 55px;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .manage-menu {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ffffff;
  z-index: 1;
  width: auto;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 3px 8px;
  margin-right: 0;
  font-size: 20px;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .manage-menu .am-chevron-down {
  display: none;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .manage-menu span.pull-left {
  margin: 0;
  color: inherit;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .manage-menu:hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .card-calendar {
  top: 0;
  left: 20px;
  height: 85px;
  width: 60px;
  max-height: 80px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  right: 32px;
  color: #455a64;
  text-align: center;
  font-size: 0.889em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .card-calendar .text-600 {
  color: #3f3f40;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .card-calendar .card-day {
  margin: 0;
  font-size: 22.5px;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .card-calendar .card-month {
  font-size: 16px;
}
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .card-calendar .card-year {
  font-size: 16px;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header .creator {
  max-width: 100% !important;
  font-size: 14px;
  padding-left: 0px;
  margin-left: 5px;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header .card-creator-targets {
  margin-top: 5px;
  font-size: 85%;
  padding-left: 27px;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header .card-creator-targets strong {
  font-weight: normal;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header .post-header-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header .post-header-avatar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listview-container.news-item .container-news .card-wrapper .card .post-header .post-header-avatar .container-round-img-sm {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  display: inline-flex;
  overflow: hidden;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: #e6e9f2;
  box-sizing: content-box;
  transition: background-color 0.2s;
  border: none;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* vedere se mettere o tenere colore di default
                    .card-description {
                        line-height: 1.2rem;
                        color: #435a70;
                        font-family: inherit;
                    }*/
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category {
  text-transform: uppercase;
  margin: 0;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 3px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0px;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .link-list-title {
  color: #000000;
  text-decoration: none;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .link-list-title:hover {
  text-decoration: underline;
  color: #000000;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .link-list-title h3 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
  margin: 10px 0;
  display: inline;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body a.read-more {
  margin-top: 18px;
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-decoration: none;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body a.read-more .text {
  text-decoration: underline;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body a.read-more .icon {
  margin-left: 8px;
}
.card-news .list-view div[role="listbox"] {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
.card-news .list-view div[role="listbox"] > div {
  width: 33.3333333333%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .card-news .list-view div[role="listbox"] > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .card-news .list-view div[role="listbox"] > div {
    width: 100%;
  }
}
.detail-news-hero-wrapper.it-hero-wrapper {
  width: 100%;
  min-height: 380px;
  position: relative;
  background-color: #849680;
  display: flex;
  align-items: flex-end;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper .img-responsive {
  padding-bottom: inherit;
  height: 100%;
  position: initial;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper {
  overflow: hidden;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper .img-responsive {
  position: initial;
  padding-bottom: inherit;
  /* 16:9 */
  height: 100%;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper .img-responsive .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit {
  background-size: cover;
  background-position: center;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit img {
  visibility: hidden;
}
.detail-news-hero-wrapper.it-hero-wrapper .img-responsive-wrapper .img-responsive .img-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-hero-small-size {
  min-height: 230px;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper {
  padding: 48px 34px;
  background: transparent !important;
  position: relative;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper :last-child {
  margin-bottom: 0;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper span,
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper h1,
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper p {
  color: #ffffff;
  margin-bottom: 24px;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper span.it-category {
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper h1 {
  font-size: 2rem;
  letter-spacing: unset;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper p {
  font-size: 1rem;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
  margin-top: 8px;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
  text-align: center;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-overlay .img-responsive-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after {
  background: #494949;
  opacity: 0.8;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-overlay.it-primary .img-responsive-wrapper:after {
  background: #53614f;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper img {
  mix-blend-mode: screen;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper:after {
  display: none;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-bottom-overlapping-content {
  margin-bottom: -80px;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
  padding-bottom: 136px;
}
.detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container {
  min-height: 0 !important;
  align-items: flex-end;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-card {
  background-color: #ffffff;
}
.detail-news-hero-wrapper.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
  margin-top: 80px;
  margin-bottom: -80px;
}
@media (max-width: 575px) {
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container {
    display: flex;
    flex-direction: column;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container .container {
    background-color: #ffffff;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper {
    position: relative;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .img-wrapper {
    position: relative;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper:after {
    content: none;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container .it-hero-card {
    background-color: #ffffff;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .detail-news-hero-wrapper.it-hero-wrapper.it-wrapped-container {
    min-height: 0 !important;
    align-items: flex-end;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-card {
    background-color: #ffffff;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
@media (min-width: 768px) {
  .detail-news-hero-wrapper.it-hero-wrapper.it-hero-small-size {
    min-height: 300px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper {
    padding: 48px 40% 48px 34px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
    padding: 48px 20% 48px 20%;
  }
}
@media (min-width: 992px) {
  .detail-news-hero-wrapper.it-hero-wrapper {
    position: relative;
    min-height: 620px;
    align-items: center;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-hero-small-size {
    min-height: 400px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper {
    padding: 120px 40% 168px 26px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper span.it-category {
    margin-top: -56px;
    margin-right: 8px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper h1 {
    font-size: 2.66666667rem;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper p {
    margin-bottom: 0;
  }
  .detail-news-hero-wrapper.it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
    position: absolute;
    margin-top: 48px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
    padding: 120px 20% 144px 20%;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-text-centered .it-hero-text-wrapper span.it-category {
    left: 20%;
    right: 20%;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-text-centered .it-hero-text-wrapper .it-btn-container {
    left: 20%;
    right: 20%;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-bottom-overlapping-content {
    margin-bottom: -80px;
  }
  .detail-news-hero-wrapper.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
    padding-bottom: 240px;
    padding-top: 160px;
  }
}
.news-view {
  margin-top: 14px;
}
.news-view .text-content {
  margin-bottom: 50px;
}
.news-search .hint-block {
  display: none;
}
.marker-card a:focus {
  outline: none;
}
