body {
  color: #404040;
}

.tablepress > :where(thead, tfoot) > * > th {
  background-color: #bcdfbf !important;
}
.tablepress > :where(thead, tfoot) > * > th:hover {
  background-color: #bcdfbf !important;
}

.tablepress > :where(tbody) > .odd > * {
  background-color: #f1f9f2 !important;
}

.tablepress > .row-hover > tr:hover > * {
  background-color: #f1f9f2 !important;
}

.tablepress a {
  text-decoration: underline;
}
.tablepress th {
  color: #00402b !important;
  border: 1px solid #f1f9f2 !important;
}
.tablepress td {
  border: 1px solid #bcdfbf !important;
}

.dataTables_filter label input {
  border: 1px solid #bcdfbf !important;
}

.dataTables_paginate .paginate_button:hover {
  color: #258325;
}

.dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
  color: #258325 !important;
}

.dataTables_paginate .paginate_button.disabled:after,
.dataTables_paginate .paginate_button.disabled:before {
  color: #bcdfbf !important;
}

.tablepress-table-name {
  font-size: 1.5rem;
}

/****** HOME ******/
.it-header-slim-wrapper {
  background: #00402b;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
  color: #ffffff;
  font-weight: 600;
}

.it-header-wrapper .nav-item.dropdown button {
  color: #ffffff;
  font-weight: 600;
}
.it-header-wrapper .nav-item.dropdown button svg {
  fill: #ffffff;
}

.link-list-wrapper ul li a span {
  color: #404040;
  font-weight: bold;
}

.link-list-wrapper ul li a:hover:not(.disabled) span {
  color: #404040;
  font-weight: bold;
}

.btn-icon .rounded-icon img {
  max-width: 100% !important;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
  fill: #00402b;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: #ffffff;
}

.icon-primary {
  fill: #007a52 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007a52;
  border-color: #007a52;
}

.btn.btn-primary.btn-icon.btn-full {
  background-color: #007a52;
}

@media (max-width: 991px) {
  .btn.btn-primary.btn-icon.btn-full {
    background-color: transparent;
  }
}
.it-header-center-wrapper {
  background: #007a52;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
  color: #ffffff;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul a svg {
  fill: #ffffff !important;
}

.it-header-wrapper .search-link {
  background: #ffffff;
}

.it-header-wrapper .search-link svg {
  fill: #00402b;
}

.it-header-navbar-wrapper {
  background: #007a52;
}

.navbar {
  background: #007a52;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: #007a52;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-collapsable .menu-wrapper {
    width: 18rem;
  }
  .it-header-wrapper .navbar-collapsable .logo-hamburger {
    padding: 65px 65px 16px 24px;
    color: #007a52;
  }
  .it-header-wrapper .navbar-collapsable .logo-hamburger .it-brand-text {
    width: 100%;
  }
  .it-header-wrapper .navbar-collapsable .logo-hamburger .it-brand-title {
    max-width: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    padding: 1.5rem 0 0;
    overflow: hidden;
  }
  .it-header-wrapper .navbar-collapsable .it-socials {
    color: #007a52;
    font-weight: 700;
  }
  .it-header-wrapper .navbar-collapsable .it-socials ul li a svg {
    fill: #007a52 !important;
  }
  .it-header-wrapper .navbar-collapsable .close-div {
    right: 0;
    left: 150px;
    box-shadow: none;
  }
  .navbar .close-div .close-menu .icon {
    fill: #007a52;
  }
  .it-header-wrapper .navbar-collapsable .close-div {
    right: 0;
    left: 265px;
    top: 50px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-collapsable .menu-wrapper {
    width: 100%;
  }
  .it-header-wrapper .navbar-collapsable .close-div {
    right: 0;
    left: auto;
    top: 50px;
  }
}
#menu-main-menu a {
  font-weight: 700;
}

.card .card-body .category-top {
  color: #1a1a1a;
}
.card .card-body .category-top svg {
  fill: #258325;
}

a {
  color: #007a52;
  font-weight: 600;
}
a:hover {
  color: #258325;
}

.chip:not(.chip-disabled) {
  border-color: #258325;
  background: #ffffff;
}

.chip:hover:not(.chip-disabled) {
  background: #258325;
  border-color: #258325;
}

.chip:is(a):hover:not(.chip-disabled) {
  background-color: #258325;
}

:focus:not(.focus--mouse) {
  border-color: #258325 !important;
}

.focus--mouse:not(.btn) {
  border: none;
  border-color: #258325 !important;
}

.chip .chip-label {
  color: #258325;
}

a.read-more {
  color: #258325;
}
a.read-more .icon {
  fill: #258325;
}

.section.section-muted {
  background: #f1f9f2;
}

.novita-evidenza-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card a.read-more {
  position: relative;
  bottom: 0;
}

.card-image.card-image-rounded {
  border-top-left-radius: 4px !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.card-image.card-image-rounded img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-paragraph-card {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-paragraph-card.custom {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2 !important;
}

h5.card-title {
  display: block;
  color: #1a1a1a;
}

.it-carousel-wrapper .splide__pagination {
  margin-top: 1rem;
}
.it-carousel-wrapper .splide__pagination button {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.it-calendar-wrapper .it-header-block-title {
  background-color: #007a52;
  color: #ffffff;
}

.card .card-body h4.card-title {
  color: #00402b;
  border-bottom: 1px solid #d8d8d8;
}

.row-calendar .it-calendar-wrapper .card .card-text a {
  color: #1a1a1a;
  text-decoration: none;
}
.row-calendar .it-calendar-wrapper .card .card-text a:hover {
  color: #404040;
  text-decoration: underline;
}

.it-carousel-wrapper .splide__pagination button {
  background: #bcdfbf;
}
.it-carousel-wrapper .splide__pagination button.is-active {
  background: #007a52;
}

.num-cal,
.title-evento-calendario {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.argomenti-title {
  color: #404040;
}

.btn-primary {
  color: #ffffff;
  background-color: #00402b;
  border-color: #00402b;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #007a52;
}

.evidence-section .list-item.active span, .useful-links-section .list-item.active span {
  color: #404040 !important;
  text-decoration: none;
}
.evidence-section .list-item.active span:hover, .useful-links-section .list-item.active span:hover {
  color: #404040 !important;
  text-decoration: underline;
}

.altri-argomenti {
  width: 100% !important;
}

.it-grid-item-wrapper.it-grid-item-overlay a {
  border-radius: 4px;
  border: 1px solid rgba(211, 211, 211, 0.2705882353);
}
.it-grid-item-wrapper.it-grid-item-overlay .img-responsive-wrapper:after {
  background: none;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
  padding: 8px 24px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper h3 {
  margin: 0;
  line-height: 1;
}
@media (max-width: 1399px) {
  .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper h3 {
    font-size: 2rem;
  }
}

.sito-tematico-title {
  font-size: 1.5rem;
}
.sito-tematico-title:hover {
  text-decoration: underline;
}

input[type=search] {
  border-bottom: none;
}

.input-group .input-group-append .btn {
  border-bottom: none;
}

.useful-links-section .list-item.active span {
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 0.5rem 0.2rem;
  background-color: #c0a551;
  border-radius: 4px;
}

.useful-links-section .list-item.active:hover span {
  color: #1a1a1a !important;
  text-decoration: none;
  background-color: #c0a551;
}

.search-modal .modal-title .search-link svg {
  fill: #404040;
}

.search-modal .form-group .autocomplete-icon .icon, .search-modal .form-group .input-group-prepend svg {
  fill: #404040;
}

.search-modal .searches-list li a {
  color: #404040;
  text-decoration: none;
}
.search-modal .searches-list li a:hover {
  text-decoration: underline;
}

.search-modal .searches-list-wrapper .other-link-title {
  color: #00402b;
}

.search-modal .form-group input {
  font-size: 1.5rem;
  font-weight: normal;
  color: #404040;
}

.cmp-input-search-button.form-group .input-group-prepend svg {
  fill: #404040;
}

.form-check [type=checkbox]:checked + label::after {
  border-color: #007a52;
  background-color: #007a52;
}

.category-list__title {
  color: #00402b;
}

.category-list__list.active {
  color: #00402b;
}

.bg-primary {
  background-color: #007a52 !important;
}

.cmp-rating .rating > label svg {
  fill: #bcdfbf;
}

.rating > input:checked ~ label svg, .rating:not(:checked) > label:hover svg, .rating:not(:checked) > label:hover ~ label svg {
  fill: #007a52;
}

.cmp-rating .rating input + label {
  border: none !important;
  outline: none !important;
}

.form-check [type=radio]:checked + label::before {
  border-color: #007a52;
}

.form-check [type=radio]:checked + label::after {
  border-color: #007a52;
  background-color: #007a52;
}

.btn-outline-primary {
  color: #00402b;
  background-color: #ffffff;
  box-shadow: none !important;
  border: 3px solid #00402b;
}
.btn-outline-primary:hover {
  color: #258325;
  box-shadow: none !important;
  background-color: #ffffff;
  border: 3px solid #007a52;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #00402b;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none !important;
  border: 3px solid #007a52;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  border: 3px solid #00402b;
}

#notizie .read-more.ps-sm-0.ps-2.pb-3 {
  text-decoration: none !important;
}

.bg-grey-card {
  background: #f1f9f2;
}

.icon-custom {
  fill: #404040;
}

.link-custom {
  text-decoration: none;
}
.link-custom:hover {
  text-decoration: underline;
}

.it-footer-main {
  background-color: #202a2e;
}

.it-footer .footer-list a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.it-footer .footer-list a:hover {
  text-decoration: underline;
}

.link-footer {
  text-decoration: none !important;
}
.link-footer:hover {
  text-decoration: underline !important;
}

.it-footer a.footer-link-items-wrapper {
  color: #ffffff;
  text-decoration: none !important;
}
.it-footer a.footer-link-items-wrapper:hover {
  text-decoration: underline !important;
}

.icon-social {
  fill: #ffffff;
}

#menu-menu-footer-bottom a {
  font-weight: 600;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #404040;
  text-decoration: none;
}
.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  color: #404040;
  text-decoration: underline;
}

.t-primary {
  color: #404040;
}

.card .card-body a .card-title.h5 {
  color: #404040;
}

.underline {
  text-decoration: none;
}
.underline:hover {
  text-decoration: underline;
}

.it-hero-wrapper {
  background-color: #007a52;
}

.bg-grey-dsk {
  background-color: #f1f9f2;
}

.card .categoryicon-top .icon {
  fill: #00402b;
}

.btn-dropdown {
  color: #404040;
  text-decoration: none;
}
.btn-dropdown:hover {
  text-decoration: underline;
}

.link-list-wrapper ul li a:hover:not(.disabled) .icon {
  fill: #007a52;
}

.card.card-img.rounded .img-responsive-wrapper {
  height: 200px;
}
.card.card-img.rounded .img-responsive-wrapper figure {
  width: 100%;
  height: 100%;
}
.card.card-img.rounded .img-responsive-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar {
  background: #bcdfbf;
}
.avatar img {
  -o-object-position: top;
     object-position: top;
}

.card.card-teaser .avatar-square.size-xl {
  min-width: 100px;
}

.avatar-square.size-xl {
  width: 100px;
  height: 100px;
}

.avatar-square {
  display: inline-flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #bcdfbf;
  color: #30475f;
  transition: background-color 0.2s;
}
.avatar-square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: filter 0.2s;
}

.cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper .accordion .accordion-header .accordion-button {
  color: #404040;
}

.progress-bar {
  background-color: #258325;
}

aside .cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
  border-left: 2px solid #258325;
}

@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 2px solid #258325;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
    color: #404040;
  }
}
.it-page-section .card.card-teaser-info {
  border-left: 8px solid #bcdfbf;
}

.calendar-vertical {
  color: #00402b;
}

.calendar-vertical .calendar-date .calendar-date-day:before,
.calendar-vertical .calendar-date .calendar-date-day:after {
  background-color: #00402b;
}

.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content:before {
  background-color: #007a52;
}

.has-bg-grey {
  background-color: #f1f9f2;
}

.point-list-wrapper .point-list .point-list-aside.point-list-primary {
  color: #258325;
  border-color: #258325;
}

.point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
  background-color: #258325;
}

blockquote, .blockquote {
  border-left: 4px solid #258325;
}

.argomento__page {
  background-color: #007a52;
}

.select-faq {
  height: 47px !important;
}
.select-faq select {
  width: 100%;
  border: none;
}

.icona-faq {
  fill: gray;
}

.btn-faq button {
  height: 47px;
  border-radius: 4px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.useful-links-section .list-item.active {
  width: 100% !important;
  height: 100%;
}

.useful-links-section .list-item.active span {
  color: #ffffff !important;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  width: 100% !important;
  padding: 0;
}
.useful-links-section .list-item.active span:hover {
  background-color: transparent;
  color: white !important;
  text-decoration: underline;
}

.useful-links-section .list-item.active:hover span {
  color: #ffffff !important;
  text-decoration: underline;
  background-color: transparent !important;
}

.link-list.link-utili {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}
.link-list.link-utili li {
  flex: 0 0 32%;
  width: 100% !important;
}
.link-list.link-utili li a {
  width: 100%;
  background-color: #007a51;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
}
.link-list.link-utili li a span {
  width: 100%;
}
.link-list.link-utili li a svg {
  vertical-align: unset;
}
.link-list.link-utili li a:hover {
  background-color: #016141;
}
@media (max-width: 1115px) {
  .link-list.link-utili li {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .link-list.link-utili li {
    flex: 0 0 100%;
  }
}
.link-list.link-utili li:nth-child(even) a {
  background-color: #016141;
}
.link-list.link-utili li:nth-child(even) a:hover {
  background-color: #007a51;
}

.ricerca-img {
  min-height: 26rem;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (max-width: 991px) {
  .ricerca-img {
    min-height: 16rem;
    background-repeat: no-repeat;
    background-position: top right;
  }
}

.form-ricerca {
  width: 60%;
}
@media (max-width: 992px) {
  .form-ricerca {
    width: 100%;
  }
}

.evidence-section .section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 500px;
}

@media (max-width: 992px) {
  .evidence-section .section {
    background-size: 100% 300px;
  }
}
@media (max-width: 576px) {
  .evidence-section .section {
    background-size: 100% 200px;
  }
}
.contenuto_flessibile .contenuto_flessibile_tabella {
  background-color: #f1f9f2;
}
.contenuto_flessibile .text-box {
  background-color: #f1f9f2;
}

.pagination .page-item .page-link:hover {
  border: 1px solid #258325;
}

.post-type-archive-area_tematica .category.fw-semibold {
  color: #258325;
}

.liste-cit p img.alignnone.size-full, .richtext-wrapper.lora p img.alignnone.size-full, .service-calendar-text p img.alignnone.size-full {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.liste-cit p img.alignnone.size-full, .richtext-wrapper.lora p img.alignnone.size-full {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.liste-cit p img.alignnone.size-full, .richtext-wrapper.lora p img.alignnone.size-full, .service-calendar-text p img.alignnone.size-full {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.liste-cit p img.alignnone, .richtext-wrapper.lora p img.alignnone, .service-calendar-text p img.alignnone {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
  height: auto;
}

.error404 .search-link.rounded-icon svg {
  fill: #ffffff;
}

.liste-cit p, .richtext-wrapper.lora p, .service-calendar-text p, .it-page-section p {
  margin: 0;
}

.card-title {
  text-decoration: none !important;
}
.card-title:hover {
  text-decoration: underline !important;
}

.descrizione_breve {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}

.args ul, .args ol {
  margin: 0 !important;
  list-style-type: none !important;
}
.args a {
  text-decoration: none !important;
}

input::-moz-placeholder {
  color: #d8d8d8;
  font-size: 1.2rem !important;
}

input::placeholder {
  color: #d8d8d8;
  font-size: 1.2rem !important;
}/*# sourceMappingURL=layout-tema.css.map */