/**
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;
}
@media (min-width: 768px) {
  .proposte-een-item .row-d-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.proposte-een-item .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .proposte-een-item .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .proposte-een-item .border-left {
    border-left: 5px solid #e9e6f2;
  }
}
@media (min-width: 768px) {
  .proposte-een-item .info-proposte-collaborazione {
    text-align: right;
  }
}
.proposte-een-item .info-proposte-collaborazione .tipo-collaborazione {
  font-weight: bold;
  text-transform: uppercase;
}
.proposte-een-item .info-proposte-collaborazione .date-end {
  background-color: #003354;
  color: #ffffff;
  padding: 0 8px;
}
.proposte-een-item .info-proposte-collaborazione .author .post-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: none;
}
@media (min-width: 768px) {
  .proposte-een-item .info-proposte-collaborazione .author .post-header {
    justify-content: flex-end;
  }
}
.proposte-een-item .info-proposte-collaborazione .author .post-header * {
  float: none;
}
.proposte-een-item .info-proposte-collaborazione .author .post-header .post-header-avatar .container-round-img-sm {
  width: 32px;
  height: 32px;
}
.proposte-een-item .info-proposte-collaborazione .author .post-header .post-header-avatar .container-round-img-sm img {
  min-width: 32px;
  min-height: 32px;
}
.proposte-een-item .info-proposte-collaborazione .author .post-header .creator {
  font-size: 0.8888rem;
  margin: 0;
}
.proposte-een-item .info-proposte-collaborazione .author .post-header .publication-date {
  display: none;
}
@media (max-width: 767px) {
  .proposte-een-item .info-proposte-collaborazione .other-info .published-by {
    display: flex;
    flex-wrap: wrap;
  }
}
.proposte-een-item .info-proposte-collaborazione .other-info .published-by .item {
  font-weight: bold;
}
@media (max-width: 767px) {
  .proposte-een-item .info-proposte-collaborazione .other-info .published-by .item {
    padding-right: 12px;
  }
}
.proposte-een-item .info-proposte-collaborazione .other-info .published-by .item small {
  font-weight: normal;
  font-size: 0.8888rem;
  margin: 0;
}
.proposte-een-item .content-proposte-collaborazione {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.proposte-een-item .content-proposte-collaborazione .title {
  display: flex;
}
@media (min-width: 768px) {
  .proposte-een-item .content-proposte-collaborazione .title {
    margin-top: 8px;
  }
}
.proposte-een-item .content-proposte-collaborazione .title .manage {
  margin-left: auto;
}
.proposte-een-item .content-proposte-collaborazione .label-default {
  background-color: #5e7887;
}
.proposte-een-item .content-proposte-collaborazione .footer-item {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.proposte-een-item .content-proposte-collaborazione .footer-item .blockquote-footer {
  display: block;
  font-size: 0.777rem;
  color: #656566;
}
.proposte-een-item .content-proposte-collaborazione .footer-item .blockquote-footer:before {
  content: "\2014\00A0";
}
.proposte-een-item .content-proposte-collaborazione .footer-item .readmore {
  margin-left: auto;
}
