<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  font-size: 16px;
}
html,
body {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  color: #111;
}
body {
  line-height: 1.49;
}
.tab-list-content .tab-list-content {
  padding-left: 1.15rem;
  display: none;
}
.tab-list-content.active {
  overflow: hidden;
  /*
        .list-item{
            &amp;:after{
                content: "";
                display: block;
                width: 10px;
                position: absolute;
                left: 0;
                margin-left: -10px;
                top: -85%;
                height: 140%;
                border-bottom: 1px solid #bbb;
                border-left: 1px solid #bbb;
                border-radius: 0 0 0 1rem;
            }
        }
    }
*/
}
.tab-list-content.active &gt; .list-item {
  z-index: 2;
}
.tab-list-content.active &gt; .list-item:before {
  content: "-";
}
.tab-list-content.active &gt; .list-item.ada:before {
  display: none !important;
}
.tab-list-content.active &gt; .tab-list-content {
  display: block;
  position: relative;
}
.tab-list-content.active &gt; .sep--inline {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -0.25rem;
  padding-bottom: 0.5rem;
}
.tab-list-content.active &gt; .sep--inline .sep-item-wrap.active .sep-item {
  width: 100%;
}
.tab-list-content.active &gt; .sep--inline .sep-item-wrap.active .sep-item span {
  color: #fff;
}
.tab-list-content.active &gt; .sep--inline .sep-item {
  width: 100%;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content {
  display: block;
  position: relative;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content &gt; .list-item {
  margin-bottom: 0;
  padding: 0;
  height: 100%;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content.active {
  height: auto;
  width: 100%;
  display: block;
  overflow: unset;
  z-index: 1000;
  background: transparent;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content.active .list-item {
  height: unset;
  margin-bottom: 0.5rem;
  color: #fff;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content.active.sep-item-wrap &gt; .list-item:before {
  display: none;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content.active.sep-item-wrap.active &gt; .list-item .sep-item {
  background: #003567 !important;
  cursor: pointer;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content.active .level--ada .list-item-content {
  display: flex;
  align-items: center;
}
.tab-list-content.active &gt; .sep--inline &gt; .tab-list-content.active .level--ada .list-item-content span {
  height: 100%;
  padding: .60rem 1.25rem;
  min-height: 2.25rem;
}
.tab-list-content.active .tab-list-content:last-child &gt; .list-item:after {
  height: 10000%;
  bottom: 50%;
  top: auto;
}
.list-item {
  display: block;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 1px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}
.list-item span {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.7rem;
  font-weight: 700;
  margin-top: 0px;
  font-size: 0.9rem;
  color: #003567;
}
.list-item.level--1,
.list-item.level--2,
.list-item.level--3 {
  position: relative;
  padding-left: 1.5rem;
}
.list-item.level--1:before,
.list-item.level--2:before,
.list-item.level--3:before {
  content: "+";
  display: block;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.5rem;
  transform: none;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item.level--1 {
  background: #0192d3;
  position: relative;
}
.list-item.level--1 span {
  background: #0192d3;
}
.list-item.level--2 {
  background: #23bafe;
}
.list-item.level--2 span {
  background: #23bafe;
}
.list-item.level--3 {
  background: #88dafe;
}
.list-item.level--3 span {
  background: #88dafe;
}
.list-item.level--ada {
  background: #FFC000;
}
.list-item.level--ada span {
  background: #FFC000;
  padding: 0.65rem 1.6rem;
}
.list-item.level--ada:before {
  display: none;
}
.list-item.level--ada:hover {
  background: #b8dbed;
  color: #000;
}
.list-item.level--ada .list-item-content {
  padding: 0;
}
.list-item .sep-actions {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.list-item .sep-actions a {
  margin-left: 0.75rem;
  color: #003567;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.list-item-content {
  background: #fff;
  width: 100%;
  padding: 0.5rem 0.75rem;
  color: #0059b3;
  font-size: 1rem;
  font-weight: 600;
  padding-right: 8rem;
}
.list-wrapper {
  display: none;
  margin-top: 1rem;
}
.list-wrapper.active {
  display: block;
}
.list-wrapper.all-visible .tab-list-content {
  display: block !important;
  position: relative;
}
.list-wrapper.all-visible .list-item {
  padding-left: 0.25rem;
}
.list-wrapper.all-visible .list-item:before {
  display: none;
}
.list-wrapper .sep--inline.active {
  margin-left: 0;
  padding-left: 0;
  margin: 0 -0.25rem;
  flex-wrap: wrap;
}
.professioni-tab-content .list-wrapper .tab-list-content.active &gt; .list-item {
  background: #003567;
}
#site-navigation-wrap .dropdown-menu &gt; li &gt; a {
  font-size: 18px;
}
body.home .page-header,
body.home .page-header-title {
  display: none;
}
.subnavigation {
  background: #0059b3;
  padding: 1rem 0;
}
@media (max-width: 960px) {
  .subnavigation {
    display: none;
  }
}
.subnavigation ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subnavigation ul a {
  color: #fff;
}
.subnavigation ul a.active {
  border-bottom: 2px solid #fff;
}
.usa-atlante-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.usa-atlante {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.usa-atlante h2 {
  font-size: 2rem;
  text-align: center;
}
.usa-atlante-item {
  padding: 4rem 3rem;
  width: calc(33.33% - 2rem);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #0059b3;
  justify-content: center;
  font-size: 1.3rem;
  transition: background 0.2s;
  font-weight: 700;
}
.usa-atlante-item:hover {
  background: #034b95;
}
.loghi-istituzionali {
  margin-top: 3rem;
  padding: 0 1rem;
}
.loghi-istituzionali img {
  margin: auto;
  display: block;
  max-width: 36rem;
}
.dispositivi-btn {
  background: #003567;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  min-width: 126px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}
.dispositivi-btn:hover {
  color: #fff;
}
.sep-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sep-container.unactive {
  display: none;
}
.sep-container .sep-item-wrap {
  width: calc(33.33% - 0.5rem);
  padding: 0.125rem;
  background: #0059b3;
  margin: 0.25rem;
}
@media (max-width: 1050px) {
  .sep-container .sep-item-wrap {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 880px) {
  .sep-container .sep-item-wrap {
    width: calc(100% - 0.5rem);
  }
}
.sep-container .sep-item-wrap.sep-item-wrap--half {
  width: calc(50% - 0.5rem);
}
.sep-container .sep-item-wrap.active {
  width: 100%;
  position: relative;
}
.sep-container .sep-item-wrap.active .sep-item {
  width: 25%;
  height: auto;
  position: sticky;
  top: 2rem;
  background: #007dbc;
  cursor: default;
}
.sep-container .sep-item-wrap .sep-item {
  height: 100%;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #003567;
  background: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.sep-container .sep-item-wrap .sep-item img {
  width: 9rem;
  margin-bottom: 0;
  margin-left: 0.375rem;
}
.sep-container .sep-item-wrap .sep-item.disabled {
  opacity: 0.8;
  cursor: no-drop;
}
.sep-container .sep-item-wrap .sep-item:hover {
  background: #dee1ae;
}
.sep-container .sep-item-wrap .sep-item .sep-codice {
  min-width: 2.5rem;
  height: 100%;
  display: flex;
  background: #0059b3;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 0.375rem;
  font-size: 1.1rem;
}
.sep-container .sep-item-wrap .sep-item .go-back-sep {
  display: none;
  margin-top: 1.5rem;
  background: rgba(255, 255, 255, 0.008);
  padding: 0.5rem;
  border-radius: 0.3rem;
}
.sep-container .sep-item-wrap .sep-item .go-back-sep:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.95);
}
.sep-container.small-sep-container {
  padding-left: 1.5rem;
  margin: 0 -1rem;
  display: none;
}
.sep-container.small-sep-container.active {
  display: flex;
}
.sep-container.small-sep-container .sep-item-wrap {
  width: calc(33.33% - 1.5rem);
  margin: 0 0.75rem 1.5rem 0.75rem;
  position: relative;
}
.sep-container.small-sep-container .sep-item-wrap.sep-item-wrap--half {
  width: calc(50% - 1.5rem);
}
.sep-container.small-sep-container .sep-item-wrap .estratto-apprendistato {
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  background: #0059b3;
  color: #fff;
  width: 100%;
  /* padding: 0 0.5rem; */
  text-align: center;
  line-height: 1.15;
  padding: 0.5rem 0;
}
.sep-container.small-sep-container .sep-item-wrap .estratto-apprendistato:hover {
  background: #003567;
}
.sep-item-wrap .sub-sep-container.processi .sub-sep-container {
  width: 100%;
}
.sep-item-wrap.active .sub-sep-container.processi {
  display: flex;
  width: 73%;
  border-left: 1px solid #e5e5e5;
}
.sep-item-wrap.active .go-back-sep {
  display: block;
}
.sep-header {
  display: flex;
  align-items: flex-start;
  justify-self: space-between;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
  min-height: 43px;
}
.sep-header .first {
  width: 25%;
}
.sep-header .second {
  display: none;
}
.sep-header .second.active {
  position: relative;
  top: 6px;
  display: block;
  margin-left: 2.5rem;
}
.sub-sep-container {
  display: none;
}
.sub-sep-container.sub-sep-container.visible {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sub-sep-container .sub-sep-item {
  padding: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  width: calc(33.33% - 1.25rem);
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  word-break: break-word;
}
@media (max-width: 900px) {
  .sub-sep-container .sub-sep-item {
    margin-left: 0;
    width: 100%;
    padding: 1rem;
  }
}
.sub-sep-container .sub-sep-item:hover {
  background: #ccc;
  color: #222;
}
.sub-sep-container .sub-sep-item.active {
  background: #0059b3;
  color: #fff;
}
.sub-sep-container .middle-label {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0rem 0 1rem 1.25rem;
  display: none;
}
.sub-sep-container .middle-label.active {
  display: block;
}
.sub-sep-container .sub-sep-item.ada-item,
.ada-item {
  padding: 0.65rem;
  font-size: 1rem;
  width: 100%;
  margin-left: 1.25rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  justify-content: flex-start;
  background: #fff !important;
  display: block;
  text-align: left;
  border: 1px solid #ffc000;
  border-bottom: 3px solid #ffc000;
  padding-left: 9.5rem;
  color: #003567;
  position: relative;
}
.sub-sep-container .sub-sep-item.ada-item.margin-0,
.ada-item.margin-0 {
  margin-left: 0;
}
@media (max-width: 900px) {
  .sub-sep-container .sub-sep-item.ada-item,
  .ada-item {
    margin-left: 0;
  }
}
.sub-sep-container .sub-sep-item.ada-item span,
.ada-item span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #ffc000;
  color: #003567;
  width: 8.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-size: 1rem;
  font-size: 0.95rem;
  justify-content: center;
}
.page-header {
  padding: 0.95rem 0;
  margin-bottom: 1.75rem;
}
.sep-search {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1rem 0;
  max-width: 100%;
  width: 100%;
}
.sep-search.active {
  display: flex;
}
.sep-search .filter-items {
  width: 100%;
  border-left: 1px solid #ddd;
}
.sep-search .filter-items &gt; .sub-sep-container {
  display: none;
}
.sep-search .filter-items &gt; .sub-sep-container.active {
  display: flex;
  flex-wrap: wrap;
}
.sep-search .filter-column {
  min-width: 315px;
  width: 315px;
  max-width: 315px;
  padding-right: 1.25rem;
}
.sep-search.sep-search--atlante .processo {
  background: #fff;
  border: 1px solid #23bafe;
  border-bottom: 5px solid #23bafe;
  color: #0059b3;
}
.sep-search.sep-search--atlante .sequenza {
  background: #fff;
  border: 1px solid #88dafe;
  border-bottom: 5px solid #88dafe;
  color: #0059b3;
}
@media (max-width: 900px) {
  .sep-search {
    flex-wrap: wrap;
  }
  .sep-search .filter-items {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #eee;
    padding-top: 3.5rem;
  }
  .sep-search .filter-column {
    min-width: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    overflow: auto;
    max-width: 100%;
  }
  .sep-search .filter-column .filter-column-item {
    min-width: 30%;
    margin-right: 1rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  .sep-search .filter-column .filter-column-item {
    min-width: 80%;
    max-width: 80%;
  }
}
.filter-column-item {
  background: #007dbc;
  color: #fff;
  padding: 0.5rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
  display: none;
}
.filter-column-item .filter-title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}
.filter-column-item select {
  color: #000;
  border: 1px solid #bbb;
}
.filter-column-item.active {
  display: block;
}
.filter-column-item[data-filter="sep"],
.filter-column-item[data-filter="processo"],
.filter-column-item[data-filter="sequenza"],
.filter-column-item[data-filter="ada"] {
  background: #fff;
}
.filter-column-item[data-filter="sep"] .filter-title,
.filter-column-item[data-filter="processo"] .filter-title,
.filter-column-item[data-filter="sequenza"] .filter-title,
.filter-column-item[data-filter="ada"] .filter-title {
  color: #003567;
}
.filter-column-item[data-filter="sep"] {
  border: 2px solid #0192d3;
  border-bottom: 5px solid #0192d3;
}
.filter-column-item[data-filter="processo"] {
  border: 2px solid #23bafe;
  border-bottom: 5px solid #23bafe;
}
.filter-column-item[data-filter="sequenza"] {
  border: 2px solid #88dafe;
  border-bottom: 5px solid #88dafe;
}
.filter-column-item[data-filter="ada"] {
  border: 2px solid #ffc000;
  border-bottom: 5px solid #ffc000;
}
.section-filter-atlante {
  position: relative;
}
@media (max-width: 900px) {
  .section-filter-atlante .mode-selector {
    top: 0;
    left: 0;
  }
  .section-filter-atlante .section-title {
    padding-top: 4rem;
    margin-top: 0 !important;
    width: 100% !important;
  }
  .section-filter-atlante .section-title .first {
    width: 100%;
  }
  .section-filter-atlante .second {
    top: 17rem !important;
    left: 0 !important;
    position: absolute !important;
    margin-left: 0 !important;
  }
}
.professioni-tab {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  margin: 1rem -1rem 0 -1rem;
}
.professioni-tab-item {
  width: calc(50% - 1rem);
  margin: 0 1rem;
  color: #fff;
  background: #0059b3;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}
.professioni-tab-item:hover {
  color: #fff;
}
.professioni-tab-item span {
  display: block;
  text-align: center;
  padding: 1.25rem 0.5rem;
  font-size: 1rem;
  height: 3rem;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
}
.professioni-tab-item .label-disabled {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: #0059b3;
  color: #fff;
}
.professioni-tab-item.disabled {
  cursor: no-drop;
  opacity: 0.8;
}
.professioni-tab-item.disabled:hover {
  background: #0059b3 !important;
}
.professioni-tab-item img {
  width: 100%;
  max-width: 100%;
}
.professioni-tab-item:hover,
.professioni-tab-item.active {
  background: #003567;
}
@media (max-width: 768px) {
  .professioni-tab {
    flex-wrap: wrap;
  }
  .professioni-tab .professioni-tab-item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.reg-container.reg-container--nomargin {
  margin-left: 0;
  margin-right: 0;
}
.reg-container.reg-container--nomargin &gt; .sep-item-wrap .sep-item {
  font-size: 1.25rem;
}
.reg-container .sep-item-wrap {
  width: calc(33.33% - 2rem);
}
.reg-container .sep-item-wrap .sep-item {
  align-items: center;
  justify-content: center;
  display: flex;
}
.reg-container .sep-item-wrap.sep-item-wrap--half {
  width: calc(50% - 2rem);
}
.professioni-tab-content {
  display: none;
}
.professioni-tab-content.active {
  display: block;
}
.risultati-attesi {
  margin-top: 1rem;
  overflow: auto;
  max-width: 100%;
}
.risultati-attesi h2 {
  margin-bottom: 0;
}
.generic-item {
  background: #ececec;
  padding: 0.5rem;
  margin-bottom: 0.33rem;
}
.generic-item span {
  background: #003567;
  color: #fff;
  font-weight: 700;
  padding: 0 0.5rem;
  margin-right: 0.25rem;
}
.cp-ateco {
  display: flex;
  align-items: stretch;
  margin: 0 -1rem;
}
.cp-ateco &gt; div {
  width: calc(50% - 2rem);
  margin: 0 1rem 2rem 1rem;
}
@media (max-width: 768px) {
  .cp-ateco {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .cp-ateco &gt; div {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.cp-ateco h3 {
  position: sticky;
  top: 0;
  padding: 1rem;
  margin-bottom: 0;
  background: #f9f9f9;
  z-index: 3;
}
.hidden {
  display: none;
}
.list-wrap {
  margin: 0 1rem 1rem 0rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.list-wrap .list-wrap-header {
  position: sticky;
  top: 0;
  display: flex;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
}
.list-wrap .list-wrap-header span {
  min-width: 7rem;
  max-width: 7rem;
  width: 7rem;
}
.list-wrap .list-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.33rem 0.6rem;
  justify-content: flex-start;
}
.list-wrap .list-item span {
  font-weight: 700;
  width: 7rem;
  min-width: 7rem;
  max-width: 7rem;
}
.list-wrap .list-item:nth-child(odd) {
  background: #f4f4f4;
}
.ada-ra {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  border: 1px solid #ddd;
}
.ada-ra-header {
  display: flex;
  max-width: 100%;
  align-items: center;
}
.ada-ra-title {
  width: 100%;
  padding-right: 2rem;
}
.ada-ra-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 20.5rem;
}
.ada-ra-actions a {
  margin-right: 0.5rem;
  padding: 0.5rem;
  font-size: 0.85rem;
  border-radius: 0.3rem;
}
.ada-ra-actions a:last-child {
  margin-right: 0;
}
.ada-ra-actions a.download-scheda {
  border: 1px solid #ccc;
  background: #fff;
}
.ada-ra-actions a.mostra-attivita {
  background: #0059b3;
  color: #fff;
}
.ada-ra-content {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #eee;
  display: none;
}
.ada-ra-content.active {
  display: block;
}
.ada-ra-attivita-title {
  font-weight: 700;
  font-size: 1.125rem;
}
.wp-block-button__link {
  background: #0059b3;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
}
.ada-download {
  margin-bottom: 2rem;
}
.ada-download a {
  padding: 0.5rem 1rem;
  margin-right: 1.25rem;
  display: inline-block;
  color: #fff;
  background: #0059b3;
  border-radius: 0.3rem;
}
.detail-section-container {
  margin-top: 2rem;
}
.detail-section-container h2 {
  margin-bottom: 0.75rem;
}
.detail-section {
  border: 1px solid #ddd;
  border-left: 5px solid #0059b3;
  background: #fcfcfc;
  border-radius: 0 0.3rem 0.3rem 0;
  margin-bottom: 2rem;
  padding: 1rem;
}
.detail-section h2 {
  margin-bottom: 0.5rem;
}
.detail-section .ada-item {
  margin-left: 0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #000;
}
.detail-section .ada-item:hover {
  color: #000;
}
.detail-section.ada-ra {
  margin-bottom: 1rem;
}
.detail-section.attivita {
  border-left-color: rgba(0, 53, 103, 0.7);
}
.detail-section.ada-download {
  border-left-color: #444;
}
.detail-section.competenze {
  border-left-color: #bad4b5;
}
.tab-competenze {
  margin-bottom: 1rem;
}
.tab-competenze .title span {
  background: #d2e3cf;
  display: block;
  color: #111;
  padding: 0.5rem 1rem;
}
.tab-competenze .title span a {
  font-weight: 700;
  margin-right: 1.5rem;
}
.tab-competenze .title span a:hover {
  text-decoration: underline;
  color: #222;
}
.tab-competenze .title span:hover {
  background: #c0d8bb;
}
.tab-competenze .abi-con {
  margin-top: 1rem;
  display: none;
  gap: 1rem;
  align-items: flex-start;
}
.tab-competenze .abi-con.active {
  display: flex;
}
.tab-competenze .abi-con &gt; div {
  border-radius: 0.25rem;
  padding: 1.5rem;
  flex: 100%;
  background: rgba(0, 0, 0, 0.03);
}
.tab-competenze .abi-con &gt; div .title {
  font-weight: 700;
  color: #669f5b;
}
@media (max-width: 990px) {
  .tab-competenze .abi-con {
    flex-wrap: wrap;
  }
}
.tab-competenze .abi-con.abi-con--ada.active {
  display: block !important;
}
.tab-competenze .abi-con.abi-con--ada &gt; div {
  width: 100%;
}
.tab-competenze.active .abi-con {
  display: flex;
}
.events-item {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.events-item .date {
  margin-right: 0.75rem;
  background: #0059b3;
  color: #fff;
  padding: 0.5rem;
}
.events-item .date span {
  display: block;
  line-height: 1.1;
}
.events-item .date span.day {
  font-size: 1.5rem;
  font-weight: 700;
}
.events-item .title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
.events-item .title a {
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  margin-top: 0.25rem;
  color: #1a73e8;
}
.mode-selector {
  position: absolute;
  top: -0.25rem;
  right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #efefef;
  padding-left: 0.5rem;
  color: #222;
}
.mode-selector span {
  font-weight: 600;
  letter-spacing: 0.6px;
  border-right: 1px solid #ccc;
  padding: 0.25rem 0.75rem;
}
.mode-selector a {
  padding: 0rem 0.7rem;
  margin: 0.4rem;
}
.mode-selector a.active {
  background: #0059b3;
  color: #fff;
  font-weight: 700;
}
.sub-sep-item {
  background: #ddd;
}
.sub-sep-item:focus,
.sub-sep-item:active {
  outline: 2px solid #222;
}
.settore {
  background: #edefd3;
}
.processo {
  background: #d8e7d5;
}
.sequenza {
  background: #ecd9f1;
  border-color: #8000a1;
}
.ada {
  background: #d8ebf5 !important;
  border-color: #007dbc;
}
.must-be-invisible {
  display: none !important;
}
.ada-header-container {
  border-bottom: 1px solid #e5e5e5;
}
h1.ada-title {
  padding: 0.75rem 0 1rem 0;
  background: #fff;
  z-index: 4;
  position: sticky;
  top: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  color: #003567;
}
.ada-tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 1rem 0;
}
.ada-tags .ada-tag {
  margin: 0.25rem 0.75rem 0.25rem 0;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 5px solid #ccc;
}
.ada-tags .ada-tag span {
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.ada-tags .ada-tag div {
  font-size: 1rem;
}
.ada-tags .ada-tag.settore {
  background: #fff;
  border: 1px solid #0192d3;
  border-bottom: 5px solid #0192d3;
}
.ada-tags .ada-tag.settore span {
  color: #003567;
}
.ada-tags .ada-tag.processo {
  background: #fff;
  border: 1px solid #23bafe;
  border-bottom: 5px solid #23bafe;
}
.ada-tags .ada-tag.processo span {
  color: #003567;
}
.ada-tags .ada-tag.sequenza {
  background: #fff;
  border: 1px solid #88dafe;
  border-bottom: 5px solid #88dafe;
}
.ada-tags .ada-tag.sequenza span {
  color: #003567;
}
@media (max-width: 768px) {
  .ada-tags {
    flex-wrap: wrap;
  }
}
.ra-container {
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-start;
  justify-content: space-between;
}
.ra-container-header {
  padding-bottom: 0.25rem;
  margin-bottom: 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media (max-width: 990px) {
  .ra-container-header {
    position: static;
  }
}
.ra-container--column {
  flex-direction: column;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ra-containerra-container-item--full {
  width: 100%;
}
.ra-container.ra-container-item--subheader {
  width: 100%;
  display: flex;
}
.ra-container--sticky {
  z-index: 3;
}
.ra-container-item {
  width: 49%;
  margin-right: 0.5rem;
  position: relative;
  min-width: 17rem;
}
.ra-container-item--full {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ra-container-item--subheader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: sticky;
  background: #fff;
  top: 64px;
  padding-top: 4px;
  z-index: 3;
}
.ra-container-item--subheader h3 {
  margin: 0.5rem 0;
}
.ra-container-item--borderbottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}
.ra-container-item--borderbottom:last-child {
  border: none;
  margin-bottom: 0;
}
.ra-container-item.ra-container-sticky {
  position: sticky;
}
.ra-container-item.ra-container-sticky .ra-item {
  margin-bottom: 0 !important;
}
.ra-container.ra-container-three .ra-container-item {
  width: 32%;
}
.ra-container .generic-item,
.ra-container .attivita-item,
.ra-container .ra-item,
.ra-container .scheda-item,
.ra-container .dimensione-item,
.ra-container .caso-item {
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  margin-bottom: 0.75rem;
  background: #D7EEF9;
  border-bottom: 3px solid rgba(7, 148, 215, 0.5);
  line-height: 1.5;
}
.ra-container .generic-item {
  color: #000;
  background: rgba(0, 0, 0, 0.07);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.ra-container .ra-item {
  background: #FBF6DC;
  border-bottom: 3px solid #F5E6A1;
  width: 100%;
}
.ra-container .dimensione-item {
  background: #e7f0e5;
  border-bottom: 3px solid #7eaf74;
  position: sticky;
  top: 105px;
}
.ra-container .caso-item {
  background: #eee;
  border-bottom: 3px solid #bbb;
}
.ra-container .caso-item span {
  font-weight: 700;
}
.ra-container .caso-item p {
  margin: 0.25rem 0;
}
.ra-container .scheda-item,
.ra-container .caso-item {
  display: block;
  background: #eee;
  border-bottom: 3px solid #bbb;
}
.ra-container .scheda-item:hover,
.ra-container .caso-item:hover {
  color: #222;
  background: #e5e5e5;
}
.af-card {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.af-card-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.af-card-container .lead-card-container {
  display: none;
  background: #eee;
  font-size: 18px;
  font-weight: 700;
  padding: 2rem 3rem;
  min-height: 5rem;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  line-height: 1.3;
}
.af-card-container .lead-card-container:hover {
  cursor: pointer;
  background: #e4e4e4;
}
.af-card-container .lead-card-container.lead-card-container--sep {
  position: relative;
  min-height: 13rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.af-card-container .lead-card-container.lead-card-container--sep:hover {
  background: #acb442;
}
.af-card-container .lead-card-container.lead-card-container--sep .sep-codice {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #0059b3;
}
.af-card-container .lead-card-container.lead-card-container--sep img {
  max-height: 4rem;
  margin-bottom: 0.75rem;
}
.af-card-container .lead-card-container.lead-card-container--sep span {
  width: 100%;
  text-align: center;
}
.af-card-container.active {
  max-width: calc(33.33% - 1rem);
  width: calc(33.33% - 1rem);
  min-width: calc(33.33% - 1rem);
  margin-right: 1rem;
}
.af-card-container .af-card-container {
  width: 100%;
}
.af-card-container.active &gt; .af-card-container {
  display: flex;
}
.af-card-container.active &gt; .lead-card-container {
  display: flex;
}
.af-card-container.last-container {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin-right: 0;
}
.af-card-container.last-container .lead-card-container {
  width: calc(33.33% - 1rem);
  margin-right: 1rem;
}
.filter-container {
  flex-wrap: wrap;
  padding: 1rem 0 0 0;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  display: flex;
  z-index: 2;
  background: #fff;
}
.filter-container .item-filter {
  display: flex;
  background: #edefd3;
  margin-right: 1rem;
  border-radius: 2.5rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
}
.filter-container .item-filter .remove-filter {
  border-radius: 50%;
  background: #666;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  margin-left: 0.5rem;
  top: 2px;
  position: relative;
  margin-right: -5px;
  cursor: pointer;
}
.filter-container .item-filter .remove-filter:hover {
  background: #0059b3;
}
.filter-container .item-filter span {
  font-weight: 700;
  margin-right: 0.5rem;
}
b,
strong {
  color: #003567;
}
.collapse-item {
  padding: 0.75rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
.collapse-item-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.collapse-item-body {
  display: none;
  padding-top: 1rem;
}
.collapse-item.active .collapse-item-body {
  display: block;
}
#menu-top-menu .sub-menu a {
  color: #222;
}
.page-id-130 main .wp-block-cover-image,
.page-id-130 main .wp-block-image {
  display: inline-block;
  width: 19.6%;
}
.page-id-130 main .wp-block-cover-image.display-block,
.page-id-130 main .wp-block-image.display-block {
  min-width: 100%;
  width: 100%;
  display: block;
}
.page-id-130 main .wp-block-cover-image.display-block img,
.page-id-130 main .wp-block-image.display-block img {
  width: 100%;
}
.page-template-homepage main .row {
  align-items: stretch;
}
.page-template-homepage main .row .col-md-4 {
  position: relative;
}
.page-template-homepage main .row .col-md-4 .events {
  position: sticky;
  top: 0;
}
.progetti {
  display: flex;
  justify-content: space-between;
}
.progetti-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 49%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.progetti-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
}
.progetti-item-content {
  position: relative;
  z-index: 3;
}
.progetti-item span {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.progetti-item a {
  background: #fff;
  color: #0059b3;
  padding: 1rem 2.5rem;
  display: inline-block;
}
.uc-ra-container {
  margin-bottom: 1rem;
}
.uc-ra-container h4 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.uc-ra-container .ra-att {
  font-size: 0.9rem;
}
.uc-ra-container .ra-att .fas {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.35;
}
.uc-ra-container .ra-att .fas.fa-check {
  background: #27ae60;
}
.uc-ra-container .ra-att .fas.fa-times {
  background: #c0392b;
}
.uc-ra-container.space-x2 .ra-att {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.light-blue-box {
  background: rgba(226, 238, 249, 0.55);
  padding: 1.5rem;
}
.light-blue-box h2 {
  margin-top: 0;
}
.light-blue-box h1,
.light-blue-box h2,
.light-blue-box h3,
.light-blue-box h4,
.light-blue-box h5,
.light-blue-box h6 {
  color: #003567;
}
#searchform-dropdown {
  display: none !important;
}
.esplora-tabs {
  margin: 2rem 0 0 0;
  list-style: none;
  display: flex;
  align-items: stretch;
}
.esplora-tabs li {
  margin-right: 0.5rem;
  min-width: 8rem;
  background: #e5e5e5;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.esplora-tabs li a {
  padding: 1rem;
  display: block;
}
@media (max-width: 768px) {
  .esplora-tabs li {
    min-width: auto;
  }
  .esplora-tabs li a {
    padding: 1rem 0.44rem;
  }
}
.esplora-tabs li.active {
  background: #003567;
}
.esplora-tabs li.active a {
  color: #fff;
}
.esplora-tabs li.active:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.5rem;
  border: 0.5rem solid transparent;
  border-top-color: #003567;
}
.esplora-tabs li.esplora-tabs-label {
  padding: 1rem;
  background-color: transparent;
  min-width: unset;
  text-align: right;
  margin-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .esplora-tabs li.esplora-tabs-label {
    display: none;
  }
}
.esplora-tabs-containers .esplora-tabs-container {
  display: none;
}
.esplora-tabs-containers .esplora-tabs-container.active {
  display: block;
}
.esplora-atlante-form {
  margin-top: 0.5rem;
  background: rgba(0, 89, 179, 0.07);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.esplora-atlante-form input[name='keyword'] {
  font-size: 1.2rem;
}
.esplora-atlante-form button {
  background: #003567;
  color: #fff;
  font-weight: 700;
  border-radius: 0.25rem;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  border: none;
}
.esplora-atlante-form button .fas {
  font-size: 0.85rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.esplora-atlante-form .checkbox-wrapper {
  margin-top: 0.5rem;
}
.esplora-atlante-form .checkbox-wrapper label {
  margin-right: 1rem;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 768px) {
  .esplora-atlante-form .checkbox-wrapper label {
    width: 100%;
    display: block;
  }
}
.esplora-atlante-form .checkbox-wrapper input {
  margin-right: 0.5rem;
  border: 1px solid #0059b3;
}
.esplora-atlante-form .form-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.esplora-atlante-form .form-row .input-wrapper {
  flex: 100%;
  position: relative;
}
.esplora-atlante-form .form-row .input-wrapper.hidden {
  display: none;
}
.esplora-atlante-form .form-row .input-wrapper input,
.esplora-atlante-form .form-row .input-wrapper select {
  background: #fff;
}
@media (max-width: 768px) {
  .esplora-atlante-form .form-row {
    flex-wrap: wrap;
  }
}
.esplora-atlante-form label {
  font-weight: 700;
}
.esplora-atlante-form .input-wrapper-icon {
  position: relative;
}
.esplora-atlante-form .input-wrapper-icon .fas {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
}
.esplora-atlante-form .input-wrapper-icon input {
  padding-left: 2.5rem;
}
.esplora-atlante-form .dataset {
  position: absolute;
  max-height: 20rem;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.35rem;
  z-index: 100;
  overflow: auto;
}
.esplora-atlante-form .dataset.hidden {
  display: none;
}
.esplora-atlante-form .dataset .dataset-item {
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  cursor: pointer;
}
.esplora-atlante-form .dataset .dataset-item.hidden {
  display: none;
}
.esplora-atlante-form .dataset .dataset-item:hover {
  color: #0059b3;
}
.esplora-atlante-form .dataset .dataset-item.active {
  color: green;
  font-weight: 600;
}
.esplora-atlante-form .dataset .dataset-item:first-child {
  padding-top: 0;
}
.esplora-atlante-form .dataset .dataset-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form-custom-checkboxes {
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(0, 89, 179, 0.1);
  margin-top: 1rem;
}
.form-custom-checkboxes.hidden {
  display: none;
}
.form-custom-checkboxes-title {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.form-custom-checkboxes-title a {
  text-decoration: underline;
}
.form-custom-checkboxes .form-custom-check {
  background: #003567;
  border-radius: 0.35rem;
  display: inline-block;
  position: relative;
  padding: 0.4rem 0.5rem 0.4rem 1.75rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  margin-right: 0.35rem;
}
.form-custom-checkboxes .form-custom-check-remove {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0.35rem;
  font-size: 1.4rem;
  padding: 3px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip-text {
  display: none;
  position: absolute;
  font-size: 0.85rem;
  color: #fff;
  background: #003567;
  border-radius: 0.5rem;
  line-height: 1.5;
  font-weight: 400;
  width: 18rem;
  padding: 0.5rem;
  bottom: 100%;
  left: 0;
  margin-left: 8px;
  transform: translateX(-50%);
}
.tooltip-q {
  color: #fff;
  font-size: 1rem;
  background: #003567;
  border-radius: 50%;
  line-height: 1;
  width: 1rem;
  display: inline-block;
  text-align: center;
}
.tooltip-q:focus + .tooltip-text,
.tooltip-q:active + .tooltip-text,
.tooltip-q:hover + .tooltip-text {
  display: block;
}
#result-form-ada,
#result-form-qualificazioni,
#result-form-professioni {
  margin-top: 2rem;
}
.esplora-result-item {
  padding: 0.75rem;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  justify-content: flex-start;
  background: rgba(0, 89, 179, 0.08);
  display: block;
  text-align: left;
  color: #222;
}
.esplora-result-item &gt; div:nth-child(1) {
  margin-bottom: 0.5rem;
}
.esplora-result-item:hover {
  color: #222;
  background: rgba(0, 89, 179, 0.15);
}
.esplora-result-item .codice-ada {
  background: #222;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.4rem;
}
.esplora-result-item .titolo-ada {
  font-size: 1.1rem;
  font-weight: 700;
}
.esplora-result-item .codice-sequenza,
.esplora-result-item .codice-settore {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border: 1px solid #ccc;
}
.section-title {
  border-bottom: 2px solid #0059b3;
  margin-bottom: 1.5rem;
  font-weight: 400 !important;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
  font-weight: 400 !important;
}
.section-title.ra-container-item {
  margin-bottom: 0.5rem;
}
.section-title.margin-bottom-0 {
  margin-bottom: 0;
}
.section-title h2 {
  margin-bottom: 0;
}
.section-title span {
  background: #0059b3;
  font-size: 1.15rem;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.container--page-title #breadcrumbs {
  font-size: 0.825rem;
  padding: 1rem 0;
  margin-bottom: 0;
}
.container--page-title h1 {
  color: #003567;
}
.hp-services {
  position: relative;
}
.hp-services .wp-block-column {
  border: 1px solid #ccc;
  border-bottom: 0.25rem solid #0059b3;
  padding-bottom: 1rem;
}
.hp-services .wp-block-column h3 {
  color: #0059b3;
  border-bottom: 1px solid #0059b3;
  font-size: 1.15rem;
  height: 4rem;
}
.hp-services .wp-block-column figure {
  max-width: 100%;
  display: block;
  padding: 0 !important;
}
.hp-services .wp-block-column p,
.hp-services .wp-block-column div,
.hp-services .wp-block-column h1,
.hp-services .wp-block-column h2,
.hp-services .wp-block-column h3 {
  padding: 0 1rem;
}
.hp-services .wp-block-column a {
  color: #003567;
  font-weight: 700;
}
.separator {
  padding: 1.5rem 0;
}
.table-container {
  max-width: 100%;
  overflow: auto;
}
.occorrenze-ricerca {
  background: #fdfd95;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.occorrenze-ricerca a {
  text-decoration: underline;
}
.occorrenze-ricerca .occorrenze-title {
  font-weight: 700;
  font-size: 1.125rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.occorrenze-ricerca .occorrenze-title:after {
  content: "";
  border-left: 1px solid #232323;
  border-bottom: 1px solid #232323;
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 4px;
  transform: rotate(-45deg);
}
.occorrenze-ricerca .occorrenze-content {
  display: none;
}
.occorrenze-ricerca.active .occorrenze-title:after {
  top: 10px;
  transform: rotate(135deg);
}
.occorrenze-ricerca.active .occorrenze-content {
  display: block;
}
.occorrenze-ricerca.active .occorrenze-content ul {
  margin-top: 0px;
  padding-top: 0px;
}
.gdc-table thead {
  background: #cde6ff;
  position: relative;
}
.gdc-table thead th {
  position: sticky;
  top: 0;
  font-weight: 700;
}
.gdc-table .gdc-table-ra {
  display: inline-block;
  background: #ccc;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  margin-top: 3px;
}
.gdc-table .gdc-table-ra.gdc-table-ra--active {
  background: #27ae60;
}
.gdc-table .gdc-table-ra.gdc-table-ra--unactive {
  background: #c0392b;
}
.gdc-table .gdc-table-ra.gdc-table-ra--partial {
  background: #f39c12;
}
.profili-scroller {
  padding-top: 0.75rem;
  position: relative;
}
.profili-scroller .profili-tab {
  background: #fff;
  padding-top: 0.75rem;
  z-index: 2;
}
.profili-tab {
  display: flex;
  border-bottom: 2px solid #0059b3;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
}
.profili-tab li {
  margin: 0 0.75rem 0 0;
  padding: 0;
}
.profili-tab li a {
  display: block;
  font-size: 1.1rem;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  color: #fff;
  background: #aaa;
  position: relative;
}
.profili-tab li a:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #fff;
  content: "+";
  font-size: 1.5rem;
  transform: translateY(-50%);
  margin-top: -1px;
}
.profili-tab li a:hover {
  background: #bbb;
}
.profili-tab li.active a {
  background: #0059b3;
  padding-right: 1.5rem;
}
.profili-tab li.active a:after {
  display: none;
}
.profili-tab-content {
  display: none;
}
.profili-tab-content.active {
  display: block;
}
.profili-tab-content table thead {
  background: #eee;
}
.profili-tab-content table thead th {
  font-weight: 700;
}
.app-sub-field {
  padding: 0.25rem 1.5rem 1rem 1.5rem;
  width: 100%;
}
.app-sub-field label {
  font-weight: 700;
}
.app-sub-field.app-sub-field--sep {
  background-color: #EDEFD3;
}
.app-sub-field.app-sub-field--processo {
  background-color: #d8e7d5 !important;
}
.app-sub-field.app-sub-field--sequenza {
  background-color: #ecd9f1 !important;
}
.app-sub-field.app-sub-field--ada {
  background-color: #D8EBF5;
}
.btn {
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.5rem 1.5rem;
  background: #003567;
  color: #fff;
  font-size: 1.1rem;
}
.btn:hover {
  background: #003567;
  color: #fff;
}
.news-item {
  background: #f4f8fb;
}
.news-item-content {
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  position: relative;
}
.news-item-content .read-more a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0059b3;
  padding: 0.5rem 1.5rem;
  color: #fff;
}
.news-item-content .read-more a:hover {
  background: #003567;
}
.news-item-content .iq-feature5 {
  display: flex;
  align-items: stretch;
}
.news-item-content .iq-feature5 .left {
  background: #0059b3;
  padding: 1rem;
  color: #fff;
  width: 10.5rem;
  min-width: 10.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-item-content .iq-feature5 .left .iq-fs-32 {
  font-size: 2rem;
  line-height: 1.05;
  display: block;
}
.news-item-content .iq-feature5 .left.box-data-normativa {
  width: 15rem;
  min-width: 15rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-item-content .iq-feature5 .left.box-data-normativa.news-item--notizia--cover {
  background-size: contain;
}
.news-item-content .iq-feature5 .right {
  display: flex;
  align-items: flex-start;
  padding-right: 15rem;
  height: 10rem;
}
.news-item-content .iq-feature5 .right img {
  max-height: 11rem;
  border: 2px solid #0059b3;
}
.news-item-content .iq-feature5 .right .iq-fs-14 {
  margin-left: 1rem;
  color: #003567;
  font-weight: 700;
  max-height: 100%;
  overflow: hidden;
}
.news-item-content .iq-feature5 .right .news-date {
  margin-top: 0.5rem;
  color: #555;
  font-size: 1rem;
  display: block;
}
.news-item-content .iq-feature5 .right .link-doc {
  font-size: 0.85rem;
}
.row-normativa {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.row-normativa &gt; div {
  width: 48%;
}
.row-normativa .news-item-content .left {
  min-width: 9rem;
  width: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 11rem;
}
.row-normativa .news-item-content .iq-feature5 {
  align-items: flex-start;
}
.news-item-content .iq-feature5 .right {
  padding-top: 1rem;
}
.page-template-video main .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.page-template-video main .col-md-6 {
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-template-video main .col-md-6 .ds-1col {
  margin-bottom: 2.5rem;
}
.page-template-video main .col-md-4 {
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-template-video main .col-md-4 .ds-1col {
  margin-bottom: 2.5rem;
}
.page-template-video main .tag-servizio {
  background-color: #0059b3;
  padding: 0.5rem;
  color: #fff;
}
.page-template-presentazioni .grey-bg,
.page-template-documenti .grey-bg,
.page-template-pubblicazioni .grey-bg {
  background: #eee;
  border-radius: 0 1rem 0 0;
  position: relative;
  padding: 0 !important;
}
.page-template-presentazioni .grey-bg .iq-small,
.page-template-documenti .grey-bg .iq-small,
.page-template-pubblicazioni .grey-bg .iq-small {
  position: static !important;
}
.page-template-presentazioni .row.eq-height,
.page-template-documenti .row.eq-height,
.page-template-pubblicazioni .row.eq-height {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  flex-wrap: wrap;
}
.page-template-presentazioni .row.eq-height .col-lg-6,
.page-template-documenti .row.eq-height .col-lg-6,
.page-template-pubblicazioni .row.eq-height .col-lg-6 {
  width: calc(50% - 1rem);
  min-width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.page-template-presentazioni .read-more,
.page-template-documenti .read-more,
.page-template-pubblicazioni .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-template-presentazioni .iq-feature5,
.page-template-documenti .iq-feature5,
.page-template-pubblicazioni .iq-feature5 {
  display: flex;
  position: relative;
}
.page-template-presentazioni .iq-feature5 .left:first-child,
.page-template-documenti .iq-feature5 .left:first-child,
.page-template-pubblicazioni .iq-feature5 .left:first-child {
  border: 2px solid #0059b3;
  width: 8rem;
  min-width: 8rem;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  background: #0059b3;
}
.page-template-presentazioni .iq-feature5 .left:first-child img,
.page-template-documenti .iq-feature5 .left:first-child img,
.page-template-pubblicazioni .iq-feature5 .left:first-child img {
  width: 100%;
}
.page-template-presentazioni .iq-feature5 .right,
.page-template-documenti .iq-feature5 .right,
.page-template-pubblicazioni .iq-feature5 .right {
  font-weight: 700;
  color: #003567;
  padding: 1.5rem 1.5rem 1.5rem 0;
  font-size: 1rem;
  line-height: 1.2;
  min-height: 10rem;
}
.page-template-presentazioni .iq-feature5 a,
.page-template-documenti .iq-feature5 a,
.page-template-pubblicazioni .iq-feature5 a {
  background: #0059b3;
  color: #fff;
  padding: 0.5rem 1.5rem;
  display: block;
}
.page-template-documenti .grey-bg,
.page-template-pubblicazioni .grey-bg {
  margin-bottom: 2rem;
}
.trigger-popup {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.trigger-popup-content {
  position: absolute;
  max-width: 20rem;
  width: 20rem;
  left: right;
  bottom: 100%;
  background: #003567;
  font-size: 0.95rem;
  line-height: 1.5;
  line-height: 1.2;
  color: #fff;
  padding: 1rem;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  z-index: 100;
}
.trigger-popup-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1rem;
  border-top: 0.5rem solid #003567;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.trigger-popup .fas {
  font-size: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  text-align: center;
  background: #003567;
  border-radius: 50%;
  color: #fff;
  position: relative;
  padding-top: 2px;
}
.introduzione-container {
  background: #f4f8fb;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}
.introduzione {
  display: flex;
  align-items: stretch;
}
.introduzione-left {
  width: 66%;
  padding-right: 1.5rem;
}
.introduzione-right {
  border-left: 1px solid #003567;
  padding-left: 1.5rem;
  width: 34%;
}
@media (max-width: 768px) {
  .introduzione {
    flex-wrap: wrap;
  }
  .introduzione .introduzione-right,
  .introduzione .introduzione-left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1.5rem;
    border: none;
  }
}
.regioni-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
  overflow: auto;
}
.regioni-tab a {
  padding: 0.5rem 0.5rem;
  min-width: 9rem;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  background: #ccc;
}
.regioni-tab a:hover {
  color: #333;
  background: #ddd;
}
.regioni-tab a.active {
  background: #003567;
  color: #fff;
}
.scheda-regione-tabs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
.scheda-regione-tabs .scheda-regione-tab {
  display: none;
}
.scheda-regione-tabs .scheda-regione-tab.active {
  display: block;
}
.fm-map-container svg &gt; g &gt; g &gt; text {
  display: none;
}
.scheda-regione-collapse {
  border: 1px solid #003567;
  margin-bottom: 1rem;
}
.scheda-regione-collapse-title {
  padding: 0.75rem;
  color: #003567;
  cursor: pointer;
  position: relative;
  display: block;
}
.scheda-regione-collapse-title:not(a):after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #003567;
  border-left: 1px solid #003567;
  right: 1rem;
  top: 12px;
  height: 1rem;
  width: 1rem;
  transform: rotate(-45deg);
}
.scheda-regione-collapse-title i {
  width: 1.75rem;
}
.scheda-regione-collapse-titlea:after {
  display: none;
}
.scheda-regione-collapse-content {
  padding: 0.75rem;
  padding-top: 0;
  display: none;
}
.scheda-regione-collapse.active .scheda-regione-collapse-content {
  display: block;
}
.scheda-regione-collapse.active .scheda-regione-collapse-title {
  font-weight: 700;
}
.scheda-regione-collapse.active .scheda-regione-collapse-title:after {
  transform: rotate(135deg);
  top: 18px;
}
.popup-pa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.popup-pa-content {
  background: #fff;
  width: 26rem;
  max-width: 100%;
  padding: 2rem;
}
.popup-pa-content a {
  margin-bottom: 0.5rem;
  background: #0059b3;
  color: #fff;
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  display: block;
}
.popup-pa-content a.chiudi-popup-pa {
  background: #999;
}
.min-height-margin-bottom {
  min-height: 3.25rem;
  margin-bottom: .75rem;
  display: block !important;
}
.manutenzione-approfondimento-group .wp-block-columns {
  display: none;
}
.manutenzione-approfondimento-group .wp-block-columns.active {
  display: block;
}
.manutenzione-tab .wp-block-column {
  cursor: pointer;
}
.manutenzione-tab .wp-block-column:hover img {
  opacity: 0.9;
}
.manutenzione-tab .wp-block-column.active h2 {
  background: #0059b3;
}
.link-prof-reg {
  display: block;
  margin-bottom: 0.33rem;
  padding: 0.5rem 0.75rem;
  background: #e5e5e5;
  color: #003567;
  margin-left: 1rem;
  font-weight: 700;
}
.link-prof-reg:hover {
  background: #e1e1e1;
}
.infografiche-container a {
  display: block;
  padding: 0.25rem 0;
  border-bottom: 1px solid #777;
}
.accordion-item {
  padding: 1rem;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.accordion-item .accordion-title {
  padding: 0rem 0rem 0rem 2rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.accordion-item .accordion-title:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
.accordion-item .accordion-content {
  display: none;
  margin-top: 0.75rem;
}
.accordion-item.active .accordion-content {
  display: block;
}
.accordion-item.active .accordion-title:before {
  content: "-";
}
.acf-block-component .accordion-item {
  padding: 0 1rem;
  border: 1px solid #ccc;
}
.acf-block-component .accordion-item .accordion-content {
  display: block !important;
}
.atlante-numbers {
  margin-bottom: 1rem;
}
.atlante-numbers .title {
  background: #0059b3;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.atlante-numbers-wrapper {
  display: flex;
  align-items: stretch;
}
.atlante-numbers-wrapper .atlante-numbers-item {
  text-align: center;
  width: 100%;
  margin: 0 2px;
}
.atlante-numbers-wrapper .atlante-numbers-item span {
  color: #0059b3;
  font-weight: 700;
  font-size: 1.75rem;
  display: block;
  background: rgba(0, 89, 179, 0.07);
  padding: 1rem 0;
}
.atlante-numbers-wrapper .atlante-numbers-item div {
  background: rgba(0, 89, 179, 0.18);
  color: #003567;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  padding: 0.25rem 0;
}
@media (max-width: 1080px) {
  .atlante-numbers-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .atlante-numbers-wrapper .atlante-numbers-item {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .atlante-numbers-wrapper .atlante-numbers-item {
    width: 48%;
  }
}
.tab-credits {
  list-style: none;
  display: flex;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0 0 0;
  border-bottom: 2px solid #0059b3;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}
.tab-credits li {
  margin-right: 0.5rem;
}
.tab-credits li a {
  color: #fff;
  background: #0059b3;
  padding: 0.75rem 2.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: block;
}
.tab-credits li a:hover {
  background: #003567;
}
.tab-credits li.active a {
  background: #003567;
}
.tab-credits-content {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.tab-credits-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-credits-content thead {
  background: #003567;
  color: #fff;
  text-transform: uppercase;
}
.tab-credits-content thead th {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}
.tab-credits-content .fa {
  color: #003567;
  margin-right: 0.5rem;
}
.tab-credits-content td {
  border-bottom: 1px solid #ccc;
}
.footer-service-menu {
  background: #0059b3;
  padding: 1.75rem 1rem;
  text-align: center;
}
.footer-service-menu .title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}
.footer-service-menu ul {
  list-style: none;
}
.footer-service-menu ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer-service-menu ul li a {
  color: #fff;
  font-weight: 300;
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
  padding: 0.5rem 0;
}
.video-hp {
  position: relative;
}
.video-hp video {
  max-width: 100%;
}
.video-hp .video-btn {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  margin: 0;
  padding: 1rem;
  margin-bottom: 1.75rem;
  justify-content: center;
  align-items: stretch;
}
.video-hp .video-btn li {
  margin: 0 1.5rem;
  padding: 0;
  width: 30%;
}
.video-hp .video-btn a {
  background: #003567;
  color: #fff;
  padding: 0.75rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid transparent;
}
.video-hp .video-btn a:hover {
  background: #ffffff;
  box-shadow: 0px 0px 0px 10px #0192d3;
  color: #003567;
}
@media (max-width: 900px) {
  .video-hp .video-btn {
    position: static;
    padding: 1rem 0;
  }
  .video-hp .video-btn li {
    margin: 0 0.25rem;
    width: 31%;
  }
  .video-hp .video-btn a {
    padding: 0.5rem 0.25rem;
    font-size: 0.9rem;
  }
}
.hp-buttons .btn {
  background: #003567;
  color: #fff;
  display: block;
  font-size: 0.95rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
}
.hp-buttons .btn:hover {
  background: #0059b3;
}
.animazione-repertorio-qnqr {
  margin-top: 2rem;
}
.animazione-repertorio-qnqr figure,
.animazione-repertorio-qnqr img {
  margin: 0;
  padding: 0;
}
.animazione-repertorio-qnqr h2 {
  background: #003567;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.animazione-repertorio-qnqr .wp-block-column {
  position: relative;
}
.animazione-repertorio-qnqr .wp-block-column ul {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-38px);
  transition: all 0.2s;
}
.animazione-repertorio-qnqr .wp-block-column:hover ul {
  opacity: 1;
}
.animazione-repertorio-qnqr .wp-block-column a {
  position: absolute;
  font-size: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.animazione-repertorio-qnqr .wp-block-column p {
  display: inline;
}
.animazione-repertorio-qnqr.animazione-repertorio-qnqr-titolo h2 {
  min-height: 5rem;
}
@media (max-width: 990px) {
  .row {
    flex-wrap: wrap !important;
  }
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-10,
  .row .col-lg-6 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .row .col-md-2.hp-buttons,
  .row .col-md-3.hp-buttons,
  .row .col-md-4.hp-buttons,
  .row .col-md-5.hp-buttons,
  .row .col-md-6.hp-buttons,
  .row .col-md-7.hp-buttons,
  .row .col-md-8.hp-buttons,
  .row .col-md-10.hp-buttons,
  .row .col-lg-6.hp-buttons {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .row.row-normativa {
    flex-wrap: wrap;
  }
  .row.row-normativa &gt; div {
    width: 100%;
  }
}
</pre></body></html>