@charset "UTF-8";
.container-top-a .card-body .mod-custom:not(#mod-custom100) {
  display: none;
}

.container-banner:has(+ .container-top-a) {
  margin-bottom: 0;
}

.container-top-a {
  background: #1D1E20 linear-gradient(bottom, #1D1E20 0%, #4B4C51 100%);
  background-image: -o-linear-gradient(bottom, #1D1E20 0%, #4B4C51 100%);
  /*background-image: -moz-linear-gradient(bottom, #1D1E20 0%, #4B4C51 100%);*/
  background-image: -moz-linear-gradient(bottom, #8cbd2e 0%, #8cbd2e 100%);
  background-image: -webkit-linear-gradient(bottom, #8cbd2e 0%, #8cbd2e 100%);
  background-image: -ms-linear-gradient(bottom, #8cbd2e 0%, #8cbd2e 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4b4c51,endColorstr=#ff1d1e20,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4b4c51,endColorstr=#ff1d1e20,GradientType=0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8cbd2e), color-stop(1, #8cbd2e));
  color: #FFFFFF;
  margin-bottom: 27px;
  display: flex;
  flex-direction: column;
}
.container-top-a h1, .container-top-a h2, .container-top-a h3, .container-top-a h4, .container-top-a h5, .container-top-a h6 {
  color: #FFFFFF;
}
.container-top-a h5 {
  font-size: 18px;
}
.container-top-a > .grid-child {
  margin: 0 auto;
  height: inherit;
}
.container-top-a .card {
  background: unset;
}
.container-top-a .card-body {
  padding: 20px 0;
}

.module-shadow {
  background: url(../images/shadow.png) no-repeat center bottom;
  min-height: 27px;
  margin-bottom: -27px;
  margin-top: 0;
}

#top-a-gruppo {
  background-image: url("/images/FotoTop1.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-mission {
  background-image: url("/images/FotoTop2.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-marchi {
  background-image: url("/images/FotoTop30.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-storia {
  background-image: url("/images/FotoTop3.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-numeri {
  background-image: url("/images/FotoTop4.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-societa {
  background-image: url("/images/FotoTop5.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-stabilimenti {
  background-image: url("/images/FotoTop6.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-governance {
  background-image: url("/images/FotoTop7.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-codetico {
  background-image: url("/images/FotoTop8.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-sociale {
  background-image: url("/images/FotoTop9.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-filieraqualita {
  background-image: url("/images/FotoTop10.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-lafrutta {
  background-image: url("/images/FotoTop11.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-pomodoro {
  background-image: url("/images/FotoTop12.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-vegetali {
  background-image: url("/images/FotoTop13.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-contatti {
  background-image: url("/images/FotoTop14.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-news {
  background-image: url("/images/FotoTop15.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-agronomici {
  background-image: url("/images/FotoTop16.jpg");
  color: #FFFFFF;
  height: 103px;
}

#top-a-cuoregreen2 {
  background-image: url("/images/FotoTop19.jpg");
  color: #FFFFFF;
  height: 103px;
}

/* #top-a-contatti,#top-a-news {
background: #8CBD2E linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
background-image: -o-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
background-image: -moz-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
background-image: -webkit-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
background-image: -ms-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4b4c51,endColorstr=#ff1d1e20,GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4b4c51,endColorstr=#ff1d1e20,GradientType=0);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #8CBD2E), color-stop(1, #8CBD2E) );
color: #FFFFFF;
height: 103px;
}*/
#top-a .searchbox INPUT {
  height: 33px;
  color: #333;
  font-size: 12px;
}

#top-a .searchbox INPUT:-moz-placeholder {
  color: #999;
}

#top-a .searchbox INPUT::-webkit-input-placeholder {
  color: #999;
}

#top-a .searchbox INPUT.placeholder {
  color: #999;
}

#top-a .searchbox .results {
  top: 34px;
  color: #444444;
}

#top-a .searchbox .results H3 {
  top: 34px;
  color: #444444;
}

H1, H2, H3, H4, H5, H6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
}

H1 {
  font-size: 36px;
  line-height: 1.4;
}

H2 {
  font-size: 28px;
  line-height: 1.4;
}

H3 {
  font-size: 20px;
  line-height: 1.4;
}

H4 {
  font-size: 16px;
  line-height: 1.4;
}

H5 {
  font-size: 14px;
  line-height: 1.4;
}

H6 {
  font-size: 12px;
  line-height: 1.4;
}

body.homepage .container-top-a {
  background: #8CBD2E linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
  background-image: -o-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
  background-image: -moz-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
  background-image: -webkit-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
  background-image: -ms-linear-gradient(bottom, #8CBD2E 0%, #8CBD2E 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8CBD2E ,endColorstr=#8CBD2E ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8CBD2E ,endColorstr=#8CBD2E ,GradientType=0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8CBD2E), color-stop(1, #8CBD2E));
  color: #FFFFFF;
}
body.homepage .container-home-a {
  grid-area: home-a;
  margin-bottom: 35px;
}
body.homepage .container-home-b {
  grid-area: home-b;
  margin-bottom: 35px;
}
body.homepage .container-home-c {
  grid-area: home-c;
  margin-bottom: 35px;
}
body.homepage .container-home-d {
  grid-area: home-d;
  margin-bottom: 35px;
}
body.homepage .container-home-e {
  grid-area: home-e;
  margin-bottom: 35px;
}
body.homepage .container-home-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.homepage .container-home-d {
  margin-bottom: 0;
}
body.homepage .home-d.card {
  width: 100%;
}
body.homepage .home-d.card .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 3rem;
  visibility: hidden;
}
body.homepage .home-d.card .owl-nav button {
  color: #8CBD2E;
}
body.homepage .home-d.card .owl-nav button:hover {
  background: unset;
  color: #7CA829;
}
body.homepage .home-d.card:hover .owl-nav {
  visibility: visible;
}
body.homepage .card.comunicati-stampa {
  background: none repeat scroll 0 0 #F5F5F5;
  padding: 15px 20px;
  border: 3px solid #EDEDED;
}
body.homepage .card.comunicati-stampa h3 {
  color: #666;
}
body.homepage .card.comunicati-stampa .mod-list {
  margin-bottom: 0;
}
body.homepage .card.comunicati-stampa .mod-articles-item-content:after {
  content: "";
  background: url(../images/tools/hr_5.png) no-repeat center bottom;
  height: 9px;
  order: 4;
}
body.homepage .site-grid {
  grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". home-a home-a home-b home-b ." ". home-c home-c home-d home-d ." ". home-e home-e home-e home-e ." ". bot-band bot-band bot-band bot-band .";
}
body.homepage .card-header, body.homepage h3.module-title {
  color: #2B2D30;
}
body.homepage .card.nostri-marchi .mod-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
body.homepage .card.nostri-marchi .mod-custom .grid-box {
  flex-shrink: 0;
}
body.homepage .container-component {
  display: none;
}
@media screen and (max-width: 992px) {
  body.homepage .site-grid {
    grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". home-a home-a home-a home-a ." ". home-b home-b home-b home-b ." ". home-c home-c home-c home-c ." ". home-d home-d home-d home-d ." ". home-e home-e home-e home-e ." ". bot-band bot-band bot-band bot-band .";
  }
  body.homepage .container-bottom-band > .grid-child {
    flex-direction: column;
    padding: 25px;
  }
  body.homepage .footer > .grid-child {
    padding: 25px;
  }
  body.homepage .footer > .grid-child .first-row {
    grid-template-columns: 1fr;
  }
  body.homepage .container-top-a .mod-custom {
    padding: 25px;
  }
  body.homepage .card.comunicati-stampa {
    padding: 0;
  }
}

.metismenu-item,
.accordeonck {
  font-size: inherit !important;
}
.metismenu-item img,
.accordeonck img {
  margin-right: 6px;
}

header .mod-menu {
  margin: 0 0 0 15px;
}
header .mod-menu li + li {
  margin-left: 0 !important;
}
header .mod-menu .metismenu-item.level-1 {
  padding: 0 8px;
  line-height: 75px;
  text-transform: uppercase;
  border-top: 3px solid transparent;
  /*
  .mm-toggler:after {
  	display: none;
  }
  */
}
header .mod-menu .metismenu-item.level-1:last-of-type {
  padding-right: 0;
}
header .mod-menu .metismenu-item.level-1, header .mod-menu .metismenu-item.level-1 a, header .mod-menu .metismenu-item.level-1 button {
  color: #2B2D30;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
header .mod-menu .metismenu-item.level-1 .separator {
  text-transform: uppercase;
}
header .mod-menu .metismenu-item.level-1.current, header .mod-menu .metismenu-item.level-1.active {
  color: #8CBD2E;
  border-top: 3px solid #8CBD2E;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
header .mod-menu .metismenu-item.level-1:hover {
  color: #8CBD2E;
  border-top: 3px solid #8CBD2E;
}
header .mod-menu .metismenu-item.level-2 {
  text-transform: none;
}
header .mod-menu .metismenu-item.level-2:not(:last-child) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAATCAYAAAAXkQb2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQdJREFUeNrs2sEOgzAMA1D8/x/tXXeYUJM4aWH2cYJ1ok9uq4HrnOBydoX/MOkGZqCtKAzMOEfRGJxTxgijc3ZixIHgjPx9hw+eDBAGewwsTv8mbJhYGNdjgLJ7XDROOoTADHEOH5tRcgIghmA6fRjZhPAWYNd+DMb2aJAUQ+SvyccQOvU4Tt8hg4XPlr4bDShU8Nyae5fZu+sUjVgCCAHI7sZ0aq2WuS/csBmAEMKr7kGNU7PcsoCxsiSHAUKASIXV0YOMNBoL96YAduDL/hNjjH1LbqQNWW1SJNsPSURI4qQxStru+zly8foKWq6gqrQWAvAiiE58SeLtp+C7pkRw37eM8CPAAH9qVBZbJXNSAAAAAElFTkSuQmCC) no-repeat center bottom;
}
header .mod-menu .metismenu-item.level-2.current.active a {
  font-weight: 500;
  text-decoration: none;
}
header .mod-menu .metismenu-item.level-2 a {
  color: #444;
  align-items: center;
}
header .mod-menu .metismenu-item.level-2 a:hover {
  text-decoration: none;
  color: #8CBD2E;
}
header .mod-menu .metismenu-item .mm-collapse {
  padding: 0;
}

.metismenu.mod-menu .mm-toggler:after {
  margin-inline-start: 0;
  margin: 0 4px;
  display: none;
}

.sidebar-right li.accordeonck {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.sidebar-right li.accordeonck .toggler {
  width: 100%;
}
.sidebar-right li.accordeonck .toggler a {
  padding-right: 40px;
}
.sidebar-right li.accordeonck span.toggler_icon:after {
  top: 0 !important;
}
.sidebar-right li.accordeonck.active > span,
.sidebar-right li.accordeonck .active > span {
  background: transparent !important;
}
.sidebar-right li.accordeonck.active > span a,
.sidebar-right li.accordeonck .active > span a {
  color: #8CBD2E !important;
  font-weight: bold !important;
}
.sidebar-right li.accordeonck.level1 > span a {
  font-size: inherit !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAATCAYAAAAXkQb2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQdJREFUeNrs2sEOgzAMA1D8/x/tXXeYUJM4aWH2cYJ1ok9uq4HrnOBydoX/MOkGZqCtKAzMOEfRGJxTxgijc3ZixIHgjPx9hw+eDBAGewwsTv8mbJhYGNdjgLJ7XDROOoTADHEOH5tRcgIghmA6fRjZhPAWYNd+DMb2aJAUQ+SvyccQOvU4Tt8hg4XPlr4bDShU8Nyae5fZu+sUjVgCCAHI7sZ0aq2WuS/csBmAEMKr7kGNU7PcsoCxsiSHAUKASIXV0YOMNBoL96YAduDL/hNjjH1LbqQNWW1SJNsPSURI4qQxStru+zly8foKWq6gqrQWAvAiiE58SeLtp+C7pkRw37eM8CPAAH9qVBZbJXNSAAAAAElFTkSuQmCC) no-repeat left bottom;
  padding-left: 0 !important;
}
.sidebar-right li.accordeonck.level1 a:hover,
.sidebar-right li.accordeonck.level1 .toggler:hover a,
.sidebar-right li.accordeonck.level1 .toggler a:hover {
  color: #8CBD2E !important;
}
.sidebar-right li.accordeonck.level1 .toggler_icon:after {
  content: "";
  background: url("../images/caret.svg") no-repeat center center;
  top: 10px !important;
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0.5;
  height: 12px;
  width: 12px;
  display: flex;
  align-items: center;
}
.sidebar-right li.accordeonck.open > span > .toggler_icon:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
  body header.container-header .menu {
    width: 100%;
  }
  body header.container-header .menu > .navbar {
    margin: 10px 0;
  }
  body header.container-header .navbar-toggler .icon-menu {
    display: none;
  }
  body header.container-header .navbar-toggler button:focus {
    box-shadow: none;
  }
  body header.container-header .navbar-toggler:after {
    background: url("../images/caret.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    opacity: 0.7;
    transition: all 0.2s ease;
    top: -10px;
  }
  body header.container-header .navbar-toggler:has(+ .show):after {
    transform: rotate(180deg);
  }
  body header.container-header .navbar-collapse {
    margin-bottom: -10px;
  }
  body header.container-header .container-nav {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  body header.container-header .container-nav nav {
    justify-content: center;
  }
  body header.container-header .container-nav [class^=icon-], body header.container-header .container-nav [class*=" icon-"] {
    color: black;
  }
  body header nav.navbar .navbar-collapse {
    width: 100%;
    background: white;
  }
  body header .metismenu.mod-menu .metismenu-item.level-1,
body header .metismenu.mod-menu .metismenu-item.level-1 a,
body header .metismenu.mod-menu .metismenu-item.level-1 button {
    line-height: normal;
    border: none;
    text-decoration: none;
    padding: 5px 25px;
    width: 100%;
  }
  body header .metismenu.mod-menu .metismenu-item.level-1 {
    border-bottom: 1px solid gainsboro;
    padding: 0;
  }
  body header .metismenu.mod-menu .metismenu-item.level-1 a, body header .metismenu.mod-menu .metismenu-item.level-1 button {
    padding: 10px 25px;
  }
  body header .metismenu.mod-menu .mm-collapse, body header .metismenu.mod-menu .mm-collapsing {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  body header .metismenu.mod-menu .mm-collapse .level-2, body header .metismenu.mod-menu .mm-collapsing .level-2 {
    background: none;
    padding: 0;
  }
  body header .metismenu.mod-menu .mm-collapse .level-2 a, body header .metismenu.mod-menu .mm-collapse .level-2 button, body header .metismenu.mod-menu .mm-collapsing .level-2 a, body header .metismenu.mod-menu .mm-collapsing .level-2 button {
    padding-left: 50px;
  }
}
/*
Buttons (Needed for System Markup)
----------------------------------------------------------------------------------------------------
Buttons Styling*/
.button-default, .button-primary, .button-black {
  padding: 4px 8px;
  display: inline-block;
  font-size: inherit;
  /*+border-radius:2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

.button-default, FORM.style BUTTON, FORM.style INPUT[type=button], FORM.style INPUT[type=submit] {
  border: 1px solid #E0E0E0;
  color: #444;
  background-color: #EEEEEE;
}

.button-default:hover, .button-primary, FORM.style BUTTON:hover, FORM.style INPUT[type=button]:hover, FORM.style INPUT[type=submit]:hover {
  border-width: 1px;
  border-style: solid;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  border-color: #7CA829;
  background: #8CBD2E;
}

.button-default:active, .button-primary:hover, FORM.style BUTTON:active, FORM.style INPUT[type=button]:active, FORM.style INPUT[type=submit]:active {
  color: #FFF;
  border-color: #6D9324;
  background-color: #7CA829;
}

.button-primary:active {
  border-color: #5E7E1F;
  background-color: #6D9324;
}

.button-black {
  border: 1px solid #444444;
  background: #48484C;
  color: #DFDFDF;
}

.button-black:hover {
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  color: #DFDFDF;
}

.button-black:active {
  border: 1px solid #101010;
  background: #101010;
  color: #DFDFDF;
}

/*Buttons Size*/
.button-medium {
  padding: 6px 10px;
  font-size: 14px;
}

.button-big {
  padding: 8px 12px;
  font-size: 16px;
}

.button-huge {
  padding: 10px 14px;
  font-size: 18px;
}

/*Form Buttons*/
FORM.style BUTTON, FORM.style INPUT[type=button], FORM.style INPUT[type=submit] {
  padding: 6px 10px;
  display: inline-block;
  font-size: 12px;
  /*+border-radius:2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  line-height: 16px;
}

.button-default + [class*=post-edit-link], .button-primary + [class*=post-edit-link] {
  margin-left: 10px;
}

FORM.style BUTTON:hover, FORM.style INPUT[type=button]:hover, FORM.style INPUT[type=submit]:hover {
  padding: 6px 10px;
  display: inline-block;
  font-size: 12px;
  /*+border-radius:2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

/* Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/
table.zebra {
  width: 100%;
}

table.zebra th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

table.zebra th,
table.zebra td {
  padding: 5px;
}

table.zebra tbody,
table.zebra tfoot {
  font-size: 12px;
}

table.zebra .bold {
  font-weight: bold;
}

table.zebra .center {
  text-align: center;
}

table.zebra td * {
  vertical-align: middle;
}

table.zebra tfoot {
  font-style: italic;
}

table.zebra caption {
  font-size: 11px;
  text-align: left;
  font-style: italic;
}

/* Definition Lists
----------------------------------------------------------------------------------------------------*/
dl.separator {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

dl.separator dt {
  /* width: 160px; */
  width: 190px;
  padding-right: 10px;
  float: left;
  clear: both;
}

dl.separator dd {
  margin-bottom: 0;
  margin-left: 190px;
  padding-left: 20px;
}

/*Table and Definition Lists (Needed for System Markup)
----------------------------------------------------------------------------------------------------
Table*/
TABLE.zebra {
  border: 1px solid #ECECEC;
  background-color: #F7F7F9;
}

TABLE.zebra CAPTION {
  color: #999;
  padding: 5px;
}

TABLE.zebra TH {
  font-size: 16px;
  padding: 10px;
}

TABLE.zebra TBODY TD {
  border-bottom: 1px solid #ECECEC;
  padding: 5px 10px;
  border-right: 1px solid #ECECEC;
}

TABLE.zebra TBODY TR:first-child TD {
  border-top: 1px solid #ECECEC;
}

TABLE.zebra TBODY TR.odd {
  background: #FFFFFF;
}

TABLE.zebra TBODY TR:nth-of-type(odd) {
  background: #FFFFFF;
}

TABLE.zebra TFOOT TD {
  padding-left: 10px;
  padding-right: 10px;
}

/*Definition Lists*/
DL.separator DT {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/*border code because of RTL*/
DL.separator DD {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #DDD;
}

DL.separator DT:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  border-top: 1px solid #DDD;
}

DL.separator DT:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 5px;
  height: 5px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 6px;
}

DL.separator DT:first-child:before, DL.separator DT:first-child:after {
  display: none;
}

/*Images and Objects (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/
.border {
  border: 3px solid #EDEDED;
  /*+box-sizing:border-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.round {
  /*+border-radius:5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /*+box-sizing:border-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.polaroid {
  padding: 4px;
  background-color: #FFF;
  /*+box-sizing:border-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}

.well {
  /*+box-shadow:inset 0px 0px 3px #999999;*/
  -moz-box-shadow: inset 0px 0px 3px #999999;
  -webkit-box-shadow: inset 0px 0px 3px #999999;
  -o-box-shadow: inset 0px 0px 3px #999999;
  box-shadow: inset 0px 0px 3px #999999;
  padding: 5px;
  /*+box-sizing:border-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.polaroid:hover {
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  background-color: #8CBD2E;
  border: 1px solid #8CBD2E;
}

.width50 {
  width: 50%;
}

.grid-box {
  float: left;
}

/* Quotes */
q, blockquote {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote {
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
}

blockquote {
  padding: 0 35px;
  font-size: 16px;
  line-height: 22px;
  font-family: Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
}

small {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
  margin: 15px 0;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #7CA829;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  margin-top: 0;
  background: #393600;
  color: #cccccc;
}
.footer .grid-child {
  flex-direction: column;
  display: flex;
}
.footer .grid-child .first-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.footer .grid-child .second-row {
  display: flex;
  width: 100%;
}
.footer .grid-child .second-row .module {
  width: 100%;
}
.footer a:not(.btn), .footer .btn-link {
  color: #8CBC3A;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .footer .grid-child .first-row {
    grid-template-columns: 1fr;
  }
  .footer .grid-child {
    padding: 25px;
  }
}

body {
  font: 14px/1.5 Arial, Helvetica, sans-serif;
  font-family: "Open Sans";
  color: #888;
}

h1, h2, h3, h4, h5, h6 {
  color: #2B2D30;
}

a,
a:not([class]) {
  color: #8CBC3A;
  text-decoration: none;
}
a:hover,
a:not([class]):hover {
  color: #7A7A7A;
}

.logo {
  width: 200px;
  margin-top: 10px;
}

header.container-header {
  background-color: white;
  background-image: unset;
}
header.container-header .mod-menu {
  justify-content: flex-end;
}
header.container-header .container-nav {
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  header.container-header {
    border-bottom: 1px solid gainsboro;
  }
}

.container-below-top {
  justify-content: flex-end;
}

.grid-child {
  max-width: 940px;
}

.container-component {
  padding-right: 5px;
}

.site-grid {
  grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 235px)) [main-end] minmax(0, 1fr) [full-end];
}

body:not(.homepage) .site-grid {
  grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(3, minmax(0, 210px)) 300px [main-end] minmax(0, 1fr) [full-end];
  column-gap: 0px;
}
body:not(.homepage) .site-grid .container-sidebar-right {
  padding-left: 50px;
}
body:not(.homepage) .site-grid .container-sidebar-right .card-body, body:not(.homepage) .site-grid .container-sidebar-right .card-header {
  padding-left: 0;
  padding-right: 0;
}
body:not(.homepage) .site-grid .container-sidebar-right .card-body p, body:not(.homepage) .site-grid .container-sidebar-right .card-header p {
  margin: 5px 0;
}
body:not(.homepage) .site-grid .container-sidebar-right .card-body ul, body:not(.homepage) .site-grid .container-sidebar-right .card-header ul {
  margin: 5px 0;
}

.card {
  border: none;
  color: unset;
}

.card-header {
  color: #666;
  background: none;
  font-weight: 300;
}

.card-body {
  color: unset;
}

.container-bottom-c {
  grid-area: bot-c;
}

.container-bottom-d {
  grid-area: bot-d;
}

.container-bottom-e {
  grid-area: bot-e;
}

.container-bottom-band {
  grid-area: bot-band;
  background: #e5e5e5;
  color: #666;
  padding: 30px 0;
}
.container-bottom-band h3 {
  color: #2B2D30;
}
.container-bottom-band .grid-child {
  width: 100%;
}
.container-bottom-band .grid-child .card {
  flex: 1;
  background: unset;
}
.container-bottom-band .grid-child .card .card-body {
  padding: 0;
}
.container-bottom-band .grid-child .card .card-header {
  padding: 0;
}
.container-bottom-band .grid-child .card:not(:last-child) {
  margin-right: 30px;
}

body:not(.homepage) .container-bottom-band {
  margin-top: 20px;
}

hr {
  border-style: dotted;
}

.owl-loading {
  display: none;
}

.owl-carousel:not(.owl-loaded) + .owl-loading {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-customdots.owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 5px;
}
.owl-theme .owl-customdots.owl-dots:not(:empty) {
  margin-bottom: 25px;
}
.owl-theme .owl-customdots.owl-dots .owl-dot {
  border: none;
  background: none;
  padding: 0;
}
.owl-theme .owl-customdots.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0;
}

.ico-video {
  display: inline;
}
.ico-video:after {
  display: inline;
  content: "video";
  text-transform: uppercase;
  color: white;
  background: #db000f;
  display: inline-block;
  height: 22px;
  line-height: 15px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 5px;
  margin: 0 3px;
  font-size: 11px;
}

.mod-articlescategory .mod-articles-category-group {
  font-size: 18px;
}
.mod-articlescategory li > .mod-articles-category-title {
  font-size: 16px;
}
.mod-articlescategory ul {
  padding-left: 0;
  list-style-type: none;
}
.mod-articlescategory li:not(:last-of-type) {
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 10px;
}

.label-accettazione-informativa {
  margin-left: 5px;
  cursor: pointer;
}

.button-disabled {
  cursor: default;
  padding: 4px 8px;
  display: inline-block;
  font-size: 12px;
  /*+border-radius:2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.button-disabled, .button-disabled:hover {
  border: 1px solid #E0E0E0;
  color: #444;
  background-color: #EEEEEE;
}

input[type=checkbox] {
  display: inline-block;
  padding: 0;
  margin: 4px;
  vertical-align: middle;
}

.page-header {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.mod-list:first-of-type {
  margin-top: 0;
}
.mod-list li:first-of-type {
  padding-top: 0;
}

.mod-articles-item-content {
  display: flex;
  flex-direction: column;
}
.mod-articles-item-content dl {
  order: 0;
  margin: 0;
}
.mod-articles-item-content h4 {
  order: 1;
}
.mod-articles-item-content p {
  order: 2;
}
.mod-articles-item-content .mod-articles-date {
  color: #8CBC3A;
  font-style: italic;
  font-weight: 600;
}
.mod-articles-item-content .icon-calendar {
  display: none;
}

.no-card h3 {
  border-bottom: 1px solid gainsboro;
  color: black;
}

body.itemid-231 .com-content-article__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body.cuoregreen #cuoregreen-frame {
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 700px) {
  body.cuoregreen #cuoregreen-frame {
    display: none;
  }
}
body.cuoregreen .container-banner {
  margin-bottom: 0;
}
body.cuoregreen .container-component {
  display: none;
}
body.cuoregreen .site-grid {
  margin: 0;
}
body.cuoregreen .tp-bannertimer {
  display: none;
}
body.cuoregreen #cuore-green-menu-responsive {
  display: none;
  margin: 0;
}
@media screen and (max-width: 701px) {
  body.cuoregreen #cuore-green-menu-responsive {
    display: block;
  }
}
body.cuoregreen #cuore-green-menu-responsive li {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #ededed;
  padding: 10px;
}
body.cuoregreen #cuore-green-menu-responsive a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  padding: 0 20px;
}
body.cuoregreen #cuore-green-menu-responsive .image-title {
  flex-grow: 1;
  padding-left: 10px;
}

.com-content-category-blog__item.blog-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.com-content-category-blog__item.blog-item .meta {
  width: 130px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 5px;
  text-align: center;
  border-right: 1px dotted #DDDDDD;
}
.com-content-category-blog__item.blog-item .meta time > span:first-of-type {
  display: block;
  text-align: center;
  color: #8CBD2E;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 25px;
}
.com-content-category-blog__item.blog-item h2 {
  margin-bottom: 0;
  font-size: 18px;
}
.com-content-category-blog__item.blog-item .page-header {
  border-bottom: none;
  margin-bottom: 5px;
}
.com-content-category-blog__item.blog-item .item-content {
  padding-left: 20px;
}

body.newsletter-page #system > .description {
  margin-bottom: 0;
}
body.newsletter-page .page-header h2 {
  margin: 12px 0 0 0 !important;
  font-weight: 600;
  font-size: 24px;
  color: #8EBB3B;
}
body.newsletter-page .meta {
  display: none !important;
}
body.newsletter-page #system .items .item .content,
body.newsletter-page #system .items .item HEADER {
  margin-left: 0;
}
body.newsletter-page .newsletter h3 {
  margin: 2px 0 15px 0;
}
body.newsletter-page .newsletter .details .desc p {
  margin: 0;
}
body.newsletter-page .newsletter .actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
body.newsletter-page .newsletter .actions .view-pdf {
  background: #8EBB3B;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
}
body.newsletter-page .newsletter .actions .share-wa,
body.newsletter-page .newsletter .actions .share-email,
body.newsletter-page .newsletter .actions .view-yt {
  height: 30px;
  width: 30px;
}
body.newsletter-page .newsletter .actions .share-email {
  background: url("../images/newsletter-email.png") no-repeat center center;
}
body.newsletter-page .newsletter .actions .share-wa {
  background: url("../images/newsletter-whatsapp.png") no-repeat center center;
}
body.newsletter-page .newsletter .actions .view-yt {
  background: url("../images/newsletter-youtube.png") no-repeat center center;
}
body.newsletter-page #maininner {
  padding-bottom: 40px;
}
body.newsletter-page .polaroid-link {
  flex-shrink: 0;
}

body.itemid-309 .loghi-cds,
body.itemid-310 .loghi-pnrr {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  body.itemid-309 .loghi-cds,
body.itemid-310 .loghi-pnrr {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
  }
}

.codice-etico-table {
  max-width: 472px;
  width: 100%;
  height: 266px;
}

body.itemid-194 dl {
  margin: 0;
}
body.itemid-194 h2:has(+ .contact-miscinfo) {
  display: none;
}
body.itemid-194 .contact-misc iframe {
  width: 100%;
}
body.itemid-194 .contact-miscinfo {
  margin-top: 20px;
}
body.itemid-194 .contact-miscinfo dl dt {
  display: none;
}
body.itemid-194 .contact-miscinfo dl dd {
  padding: 0;
}
body.itemid-194 .com-contact__container h2 {
  display: none;
}
body.itemid-194 .com-contact__container .com-contact__info {
  grid-area: 1/1/4/3;
}

.metismenu.mod-menu .metismenu-item {
  font-size: inherit;
}

@media screen and (max-width: 992px) {
  .ss-al {
    text-align: left !important;
  }

  body:not(.homepage) .container-component,
body:not(.homepage) .container-bottom-band {
    padding: 25px;
  }
  body:not(.homepage) .site-grid .container-sidebar-right {
    padding: 0 25px;
  }

  .container-bottom-band .grid-child {
    flex-direction: column;
  }
}

/*# sourceMappingURL=user.css.map */
