.it-header-slim-wrapper, .point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
    background-color: #003366;
}

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

.it-header-center-wrapper,
.it-header-navbar-wrapper,
.navbar,
.it-calendar-wrapper .it-header-block-title,
.it-hero-wrapper,
.it-carousel-wrapper .splide__pagination button.is-active {
    background: #004d99
}

.t-primary,
.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a,
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span,
.card .card-body a h5.card-title,
.card .card-body a .card-title.h5,
a.read-more,
a.read-more .icon,
.u-main-primary {
    color: #004d99
}

.btn-primary {
    background-color: #004d99;
    border-color: #004d99
}

.btn-outline-primary{
    color: #004d99;
    border-color: #004d99;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    background-color: #0051a8;
    border-color: #0051a8;
    color: #fff;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
    color: #0051a8
}

.chip:not(.chip-disabled),
.chip:is(div):hover:not(.chip-disabled) {
    border-color: #004d99
}

.icon-primary,
.it-header-wrapper .search-link svg,
.search-modal .modal-title .search-link svg,
.search-modal .form-group .autocomplete-icon .icon,
.search-modal .form-group .input-group-prepend svg,
a.read-more .icon,
.icon-success {
    fill: #004d99 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #004d99;
    border-color: #004d99;
    color: #fff;
    cursor: disabled;
}

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

.btn-dropdown,
.chip .chip-label,
.chip:is(div):hover:not(.chip-disabled) .chip-label,
.chip.chip-primary>.chip-label,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
    color: #004d99
}

.btn-outline-primary:hover {
    background-color: #0051a8;
    border-color: #0051a8;
    color: #fff;
}

.btn-outline-primary:hover .icon {
    fill: #fff !important;
}

.btn-outline-primary, .btn-outline-primary:hover{
    box-shadow: inset 0 0 0 2px #004d99;
}

.cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper .accordion .accordion-header .accordion-button,
.link-list-wrapper ul li a:hover:not(.disabled) span,
.link-list-wrapper ul li a:not(.disabled) span {
    color: #004d99
}

:root {
    --bs-primary-rgb: 0, 77, 153;
    --bs-link-hover-color: #0051a8;
    --bs-btn-hover-color: #0051a8;
    --bs-btn-hover-border-color: #0051a8;
    --bs-link-color: #0051a8;
    --bs-btn-active-border-color: #0051a8;
    --bs-btn-border-color: #0051a8;
}

.it-header-slim-wrapper-content .it-header-slim-right-zone .nav-item.dropdown {
    display: none;
}

.it-header-slim-wrapper {
    background: hsla(210, 100%, 20%, 1);
}

.it-header-center-wrapper,
.it-header-navbar-wrapper,
.navbar {
    background: hsla(210, 100%, 30%, 1);
}

.it-footer-main .it-brand-wrapper a .icon {
    width: 60px;
    height: 100px;
}

.it-footer-main-bottom {
    margin-top: 60px;
    background: hsla(0, 0%, 0%, 0.3);
}

.it-footer-main,
footer {
    background: hsla(210, 100%, 20%, 1);
}

.footer-bottom-bottom-item a {
    padding: 10px 40px 10px 0;
}

.it-footer .footer-heading-title {
    border: 0;
    padding-bottom: 0;
}

.it-footer .footer-top-border {
    padding-top: 0.889rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.it-footer .footer-heading-title {
    font-size: 1.125rem;
    font-weight: 600;
}

.it-footer .footer-list a,
.it-footer .footer-info {
    letter-spacing: 0.24px;
    font-size: 1rem;
    line-height: 32px;
}

.it-footer-legal {
    /* vecchio valore rgb(18	,50	,98	) */
    /* nuovo rgb(10,35,68) */
    background: rgb(10, 35, 68);
    color: #fff;
    padding: 5px 15px;
}

.it-footer .footer-bottom-custom a+a {
    margin-left: 20px;
}

.contact-list li a {
    text-decoration: none;
}

.contact-list li a span {
    text-decoration: underline;
}


.card-teaser .card-image-wrapper.d-block .card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.has-bg-grey{
    background-color: rgba(0,0,0,.05)
}

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

.it-hero-wrapper.it-wrapped-container{
    background: #fff;
}

.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping{
    margin: 0 auto;
}

.it-hero-wrapper .drop-shadow{
    box-shadow: unset;
}

.wrap-newsletter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap-newsletter input[type="email"]{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 5px 0 0 5px;
    position: relative;
    padding-left: 30px;
}

.wrap-newsletter input[type="email"]::placeholder{
    color: #fff;
    opacity: 1;
}

.envelope-container{
    position: relative;
}

.envelope-container svg{
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    fill: #fff;
}

.wrap-newsletter .btn-primary{
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    background-color: unset;
    border: 1px solid #fff;
    border-left: 0;
    color: #fff;
    padding: 12px 10px;
    font-size: 13px;
}

.link-list li{
    padding: 10px 0;
}

.form-check [type=checkbox]:focus+label, .form-check [type=radio]:focus+label, .toggles label input[type=checkbox]:focus+.lever, :focus:not(.focus--mouse) {
    border: 1px solid #000;
}

.cmp-input-search .autocomplete-icon{
    left:2px;
}

.custom-category-top{
    display: flex;
    justify-content: space-between;
    text-transform: none;
    color: var(--bs-link-hover-color) !important;
    font-weight: bold;;
}

.custom-category-top .data:before{
    display: none !important;
}

.figure.img-full img{
    height: 400px;
}

.card.card-img .img-responsive-wrapper .img-responsive{
    padding-bottom: 40%;
}

.homepage .paragraph--type--ultima-notizia{
    margin-bottom: 100px;
}

.homepage .paragraph--type--elenco-card-da-termine{
    position: relative;
}

.homepage .paragraph--type--elenco-card-da-termine .container .row{
    margin-top: -150px;
}

.homepage .paragraph--type--blocco{
    background-color: #ebeef0;
    text-align: center;
    z-index: 2;
    position: relative;
}
.homepage .paragraph--type--blocco a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.homepage #calendario .section.section-muted{
    background-color: #ebeef0;
}

.homepage .paragraph--type--container-vuoto{
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-top: -100px;
    padding: 70px;
    z-index: 1;
}

.homepage .paragraph--type--container-contenuti-in-evidenza .container .row .cmp-list-card-img{
    position: relative;
    z-index: 2;
}

.custom-doc-pubblico {
    color: rgb(37,90,190);
    font-weight: normal;
}
.custom-doc-pubblico svg {
    margin-right: 20px;
    color: rgb(37,90,190);
    font-size: 23px;
}
.custom-doc-pubblico a {
    color: rgb(37,90,190);
    text-decoration: none;
}

.persona-custom a:hover{
    text-decoration: none;
}

.persona-custom .incarichi_collegati{
    font-size: 13px;
    color: rgb(37,90,190);
}

.persona-custom .card-title{
    text-transform: capitalize;
    color: rgb(37,90,190);
}

.persona-custom .text-paragraph-card{
    font-weight: 400;
    text-transform: none;
    color: #455a64;

}

.persona-custom .card:after, .card.parte-di:after{
    margin: 0;
}

.persona-custom .card-body{
    padding-top: 0;
}

.persona-custom .card-body .paragraph--type--punto-di-contatto .card-title{
    color: black;
}

.title-label{
    font-size: 22px;
    font-weight: bold;
    color: rgb(37,90,190);
}

.insediamento-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.insediamento-text{
    margin-bottom: 30px;
}

.contatto-break{
    display: block;
}

.more-info .field__item a{
    text-decoration: none;
    color: rgb(37,90,190);
    margin-bottom: 10px;
}

.parte-di{

}

.full-witdh{
    width: 100%;
}

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

.parte-di-text {
    text-decoration: none;
    color: rgb(37,90,190);
    font-size: 18px;
    font-weight: bold;
}

.homepage .paragraph--type--elenco-card-da-termine .card-teaser-image .card-body{
    color: rgb(37,90,190);
}

.title-unita-organizzativa a{
    text-decoration: none;
    color: black;
    font-size: 22px;;
}

.card .card-calendar{
    color: rgb(37,90,190);
}