/*--------------------------------------------------------------
## CNA
--------------------------------------------------------------*/


body.admin-bar header.fixed-top {
    top: 0;
}

@media (min-width: 783px) { /* NB questo breakpoint è definito in WP, non in Bootstrap */
    body.admin-bar header.fixed-top {
        top: 32px;
    }
}
@media (max-width: 600px){
    #wpadminbar {
        position: fixed;
    }
}

#loginform label{
    display: block;
}
#loginform .input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-remember{
    font-size: 0.8rem;
}
#loginform .button {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#loginform .button-primary {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

body {
    position: relative;
    background:#fff;
    color:#000;
    font-family: 'Inter', sans-serif;;
    font-weight:500;
    font-size:1rem;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
    color: #000;
    font-weight: 700;
}
b, strong{
    font-weight: 700;
}
.navbar, .navbar-brand, .navbar-brand img, body.nav-scroll .navbar, .navbar-nav > li > a,.fa-white, ul.elementi-piazza li a, ul.elementi-piazza li a:after, .card-concorso{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a{
    color: #005ca9;
}
.breadcrumbs{
    text-transform: uppercase;
    font-size: 0.75rem;
    margin: 0;
}
.breadcrumbs small{
    padding: 0 .4rem;
}

a:hover{
    text-decoration: none;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.box-associati.alert{
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-brand img.logo-scritta {
    width: 100px;
    height: 24px;
}


body.home  .navbar-brand img.shadow-logo, .navbar-brand img.shadow-logo {
    height: 55px;
    width: auto;
}

.social-icon a{
    display: inline-flex;
    vertical-align: middle;
}
button:focus, input:focus,.form-control:focus{
    outline:none;
    box-shadow: none;
}
.fa-white{
    color: rgba(255,255,255,1);
}
.fa-facebook-square:hover {
    color: #4267b2;
}
.fa-twitter:hover {
    color: #1da1f2;
}
.twitterx{
    display: inline-block;
    width: 20px;
    height: 18px;
}
.icotwitterx{
    fill:#FFF;
    display: inline-block;
}
.twitterx:hover .icotwitterx {
    fill: #1da1f2;
}
.fa-youtube:hover{
    color: #ff0000;
}
.fa-linkedin:hover{
    color: #0077b5;
}
.fa-instagram:hover{
    color: #df3a6c;
}
.fa-soundcloud:hover{
    color: #f50;
}
.fa-whatsapp-square:hover{
    color: #00e676;
}
.fa-print:hover {
    color: #000000;
}
.fa-telegram:hover{
    color: #0088cc;
}

#social-share{
    width:100%;
}
#social-share ul{
    border-right:1px solid #f8f9fa;
    border-left:1px solid #f8f9fa;
    border-bottom:1px solid #f8f9fa;
    margin:0;
    padding:8px 0;
}
#social-share ul li{
    padding:0;
    margin:0;
    list-style:none;
}
#social-share ul li a{
    padding:8px 0;
    margin:0;
    display:block;
    color: #aaa;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#fbShareBtn {
    cursor: pointer;
}
.bg-light-blue{
    background: #005ca9;
}
.text-light-blue{
    color: #005ca9;
}
.text-blue{
    color:#005ca9;
}
.text-decoration-none{
    text-decoration: none!important;
}
.t-10{
    font-size: 10px;
}
.box-shadow{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.img-border-blu{
    /*    border: 1px solid #005ca9;*/
}

.play-circle-big {
    position: absolute;
    z-index: 12;
    border:2px solid #fff;
    height:60px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:60px;
    top: 50%;
    left: 50%;
    margin-left:-30px;
    margin-top: -30px;
}
.play-circle-small {
    position: absolute;
    z-index: 1;
    border:2px solid #fff;
    height:35px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:35px;
    top: 15px;
    right: 30px;
}
.play-circle-big:hover,.play-circle-small:hover {
    border:2px solid #fff;
    background: rgba(0,0,0,0.4);
}
.fa-play {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-8px;
    margin-top: -12px;
}
.play-circle-small .fa-play {
    font-size: 0.9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-5px;
    margin-top: -8px;
}
.bg-blu{
    background: #005ca9;
}
.bg-blu-white{
    background: url(img/line-white-xs.gif) left bottom repeat-x #005ca9;
}
.btn {
    border-radius: 0;
}
.btn-no-pills{
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #005ca9;
    border-color: #005ca9;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1a64a3;
    border-color: #1a64a3;
}
span.ellipsis{
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 15px;
}

.text-selected{
    color: #eb0254;
}
.banner-footer {
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
}
.banner-associati {
    position: relative;
    top: 0;
    left: 0;
}
.bg-blu-dark-opacity {
    background: rgba(14,48,95,.9)!important;
    border: 0px solid rgba(14,48,95,.9);
}

.bg-blu-dark-opacity .fa-times {
    position: absolute;
    top: 20px;
    right: 20px;
}

.bg-blu-dark-opacity h3 {
    font-size: 1.3125rem;
    margin-bottom: 0;
    padding: 2rem 0;
}
.btn-white{
    background: #fff;
    color: #000;
}
.bg-gray{
    background: #f7f7f7;
}
.bg-gray-border{
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.bg-gray-border:before {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-gray-border .categoria-generale {
    border-bottom: none;
}
.t-u{
    text-transform: uppercase;
}
.t-bold{
    font-weight: 700;
}
.t-light{
    font-weight: 400;
}

.t-light-gray{
    color: #9f9f9f;
}
.t-dark-gray{
    color: #696969;
}
.t-w{
    color: #FFF;
}
.t-11{
    font-size:0.6875rem;
}
.t-12{
    font-size:0.75rem;
}
.t-13{
    font-size:0.8125rem;
}
.t-14{
    font-size:0.875rem;
}
.t-15{
    font-size:0.9375rem;
}

.t-18 {
    font-size: 1.125rem;
}

.t-27{
    font-size: 1.6875rem;
}
.m-180, body.home .m-180, .m-100{
    margin-top: 0;
}
.fixed-top {
    position: relative;
}
.bg-light-grey{
    background: #f8f9fa;
}
.bg-blu h1.saz-title {
    font-size: 1.5rem;
}
.bg-blu h1.saz-title, .bg-blu .breadcrumbs a {
    color: #fff;
}
.bg-blu .breadcrumbs {
    color:rgba(255,255,255,0.6);
}
.tags {
    line-height: 1.1em;
}
#primary {
    margin-top: 0;
}
.text-overlay-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}
.text-overlay-top{
    position: absolute;
    top: 15px;
    right: 15px;
}

.category ul.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category ul.post-categories li {
    display: inline-block;
}
.category ul.post-categories li a{
    color:#FFF;
    background: #005ca9;
    padding: .25rem .6rem;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}

ul.post-categories-inline{
    padding: 0;
    margin: 0 0 5px!important;
    list-style: none;
    line-height: 1em;
}
ul.post-categories-inline li{
    display: inline-block;
    padding-right: 6px;
    position: relative
}
ul.post-categories-inline li a{
    color: #000;
    padding: 0 5px 0 0;
}
ul.post-categories-inline li:before{
    content: "|";
    position: absolute;
    right: 0;
    color: #e94e85;
}
ul.post-categories-inline li:last-child:before{
    content: "";
}
.category ul.post-categories li.mestiere a{
    background: #589e25!important;
}
.category ul.post-categories li.interesse a {
    background: #eab118!important;
}
.category ul.post-categories li.area-tematica a {
    background: #eb0254!important;
}
.category ul.post-categories li a:hover,.card-overlay h3.card-title a, ul.post-categories-inline li a:hover{
    text-decoration: none;
}

.card{
    background: transparent;
    border-radius: 0;
}
.card-img-top{
    position: relative;
    height: 100%;
}
.card-body {
    padding: 0;
}
.card.card-iocna {
    border: 1px solid #005ca9!important;
    border-radius: 3px!important;
}
.card.card-iocna .card-header {
    background-color: #005ca9;
    border-bottom: 1px solid #005ca9;
    color: #FFF;
}
.card.card-iocna .card-footer {
    background-color: #FFF;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.card.card-iocna .form-check-label{
    color: #005ca9;
}
.nav-iocna-goto li.nav-item a{
    display: block;
    padding: 2px 0;
}
.nav-iocna-goto li.nav-item a span.conteggio-preferiti{
    color: #9f9f9f;
}
.nav-iocna-goto li.nav-item a.active{
    color: #0056b3;
    text-decoration: underline;
}
h6.modal-pref {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: #005ca9;
}
h6.modal-pref:hover {
    text-decoration: underline;
    color: #0056b3;
}
h6.modal-pref:after {
    content: "\f304";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: #ccc;
    position: absolute;
    top: 3px;
    right: 0;
}
h6.modal-pref:hover:after {
    color: #0056b3;
    text-decoration: none;
}
.clear{
    clear: both;
}
/* Macro categoria */

.categoria-generale {
    border-bottom: 1px solid #e7e7e7;
}
.categoria-generale h3, .titolo-news-inline h3, .titolo-galleria-contenuti h3{
    font-size: 1.0625rem;
}
.categoria-generale h3 a, .categoria-generale-single h3 a, .categoria-generale h3 span,
.titolo-news-inline h3 a, .titolo-news-inline-single h3 a, .titolo-news-inline h3 span
.titolo-galleria-contenuti h3 a, .titolo-galleria-contenuti-single h3 a, .titolo-galleria-contenuti h3 span{
    color: #000;
    border-bottom: 1px solid #eb0254;
    line-height: 1.8rem;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.825rem;
    font-weight: normal;
    display: block;
    margin: 0.5rem 0 1rem;
}
span.wpcf7-list-item {
    display: block!important;
}
.wpcf7-radio .wpcf7-list-item{
    margin-left: 0;
    display: block;
}
div.wpcf7-response-output {
    border: 1px solid transparent;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-spam-blocked {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
}

/*Navbar*/

.navbar {
    background: #005ca9;
    padding: 0;
}
.navbar-brand  {
    padding: 1rem;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.navbar-toggler {
    padding: .25rem 0;
    margin-right: 1rem;
}
.navbar-nav > li > a {
    font-size:1.6875rem;
    line-height: 1.8rem;
    color: #000!important;
    padding: .4rem 0.5rem!important;
    font-weight: 700;
}
.cna-menu-top-mobile ul.sub-menu {
    margin: 0 0 10px;
    padding: 0;
    background: #f7f7f7;
}
.cna-menu-top-mobile ul.sub-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Hamburger */
#nav-icon-search{
    margin: 43px auto 41px;
    font-size: 17px;
}
#nav-icon4 {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 25px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 0;
}

#nav-icon4 span:nth-child(2) {
    width: 0%;
    opacity: 0;
    top:10px;
}

#nav-icon4 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    left: 0;
}

.collapsed #nav-icon4 span {
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.collapsed #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.collapsed #nav-icon4 span:nth-child(2) {
    top:10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 70%;
}

.collapsed #nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

/* Blocco News Inline*/

.card-overlay .fill img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.card-overlay .fill{
    height:100%;
    overflow: hidden;
}
.card-overlay .fill a.link-overlay{
    display: block;
}
.card-overlay .fill a.link-overlay:before{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height:100%;
    bottom: 0;
    z-index: 1;
}

.card-overlay-md .fill{
    height: 100%;
    overflow: hidden;
}
.card-overlay-xs .fill{
    height: 100%;
    overflow: hidden;
}
.card-overlay:hover .fill img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-evidenza{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.blocco-news-inline .card-image-overlay, .blocco-category-verticale-3 .card-image-overlay, .header-news .card-image-overlay, .blocco-news-mosaico .card-image-overlay{
    width: 100%;
    height: 451px;
    object-fit: cover;
}
.blocco-news-mosaico .card-overlay-md .card-image-overlay{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blocco-news-mosaico .card-overlay-xs .card-image-overlay{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#iocna-wall .card-top-default .card-image-overlay {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-overlay, .card-top-default {
    border: none;
    border-radius: 0;
}
h3.card-title{
    clear: both;
}
.card-overlay h3.card-title{
    line-height: 1.5rem;
}
.card-overlay h3.card-title a{
    font-size: 1.25rem;
    color: #FFF;
}
.blocco-news-inline .card-overlay h3.card-title a,
.blocco-news-inline .card-overlay h3.card-title a:after,
.blocco-news-mosaico .card-overlay h3.card-title a,
.blocco-news-mosaico .card-overlay h3.card-title a:after,
.bordo-destra .card-overlay h3.card-title a,
.bordo-destra .card-overlay h3.card-title a:after{
    background-color: #fff;
}
.blocco-news-inline .card-overlay h3.card-title a,
.blocco-news-mosaico .card-overlay h3.card-title a,
.bordo-destra .card-overlay h3.card-title a{
    position: relative;
    color: #000;
    display: inline;
    white-space:pre-line;
    padding: 2px;
}
.blocco-news-inline .card-overlay {
    border-right: 0;
}
.card-bottom-default h3.card-title{
    line-height: 1.125rem;
    padding-top: 1rem;
}
.card-bottom-default h3.card-title a{
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
}
.card-bottom-default h3.card-title-small {
    line-height: 0.8125rem;
}
.card-bottom-default h3.card-title-small a{
    font-size: 0.8125rem;
    font-weight: 700;
    color: #000;
}
.photo-small {
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.bordo-blocco-category-verticale .photo-small {
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.blocco-news-evidenza h3.card-title:hover a{
    color: #fff;
}

.bordo-blocco-category-verticale{
    border: 1px solid #e5e5e5;
}
.bordo-destra{
    padding: 30px 30px 0;
}
.bordo-sinistra{
    background: #f7f7f7;
    padding: 30px 30px 0;
    border-left: 1px solid #e5e5e5;
}

.like-message a{
    color: #666;
}
.blocco-news-evidenza .like-message a,
.blocco-news-inline .like-message a,
.blocco-news-mosaico .like-message a,
.bordo-destra .card-overlay .like-message a{
    color: #FFF!important;
}

/*Blocco verticale Repubblica*/

.bg-news-verticale{
    height: 300px;
}
/*Single*/

h1.header-news-title {
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 0;
}
.entry-content p{
    margin-bottom: 1rem;
}
.entry-content a{
    color: #005ca9;
    text-decoration: underline;
}
blockquote {
    margin: 2.5rem 0!important;
    font-size: 1.375rem;
    padding-left: 80px;
    box-sizing: border-box;
    background: url(img/blockquote.png) left top no-repeat transparent;
    background-size: 47px 39px;
}
blockquote p{
    margin:0!important;
    padding: 1rem 0 0;
}
.blockquote-footer {
    color: #000;
    font-size: 0.8125rem;
    padding: 1rem 0;
    line-height: 1.2rem;
}
.blockquote-footer span{
    color: #818181;
}
.blockquote-footer::before {
    color: #005ca9;
}
.commenti h3#reply-title {
    font-size: 1.125rem;
    line-height: 1.8rem;
    text-align: center;
}

.commenti .form-group.comment-form-author {
    display: inline-block;
    width: 49%;
    margin-bottom: 1.5rem;
}
.commenti .form-group.comment-form-email {
    display: inline-block;
    width: 50%;
    margin-bottom: 1.5rem;
}
.commenti label {
    font-size: 0.8125rem;
    color: #878585;
}
.commenti .btn-outline-primary {
    color: #005ca9;
    background-color: transparent;
    background-image: none;
    border-color: #005ca9;
}
.commenti .btn-outline-primary:hover{
    color: #fff;
    background-color: #005ca9;
}
.commenti h3#reply-title{
    display: none;
}
.commenti p.logged-in-as a,.commenti .comment-author.vcard a{
    color:#000;
    font-weight: 700;
}
.commenti ol.comment-list li.even, ol.comment-list li.odd {
    background: transparent;
    border: none;
}
.commenti ol.comment-list li {
    padding: 0;
    margin-top: 2rem;
}
.commenti form#commentform {
    margin-top: 20px;
}
.commenti .comment-metadata a {
    color: #9f9f9f;
    text-transform: uppercase;
    font-size: 0.6875rem;
}
.commenti a.comment-edit-link {
    font-weight: 700;
}
.commenti .reply a {
    text-transform: uppercase;
    font-size:  0.6875rem;
    color: #005ca9;
    font-weight: 700;
}

.commenti  .comment-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #3d3d3d;
}
.commenti  img.avatar.avatar-32.photo {
    border-radius: 50%;
}
.commenti  ol.comment-list li div.vcard img.avatar {
    display: inline-block;
    margin-right: 10px;
}
.commenti .comment-metadata, .commenti .comment-content,.commenti .reply {
    margin-left: 46px;
}

/*Page*/

.bg-blu{
    background: #005ca9;
}

ul.saz-magic-menu ul,ul.saz-magic-menu,
ul.saz-articoli-correlati ul,ul.saz-articoli-correlati
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
ul.saz-magic-menu,
ul.saz-articoli-correlati
{
    padding: 1rem 1.5rem !important;
    /*background: #f8f9fa;*/
}
ul.saz-magic-menu ul li, ul.saz-magic-menu li, ul.saz-magic-menu > li > a,
ul.saz-articoli-correlati ul li, ul.saz-articoli-correlati li, ul.saz-articoli-correlati > li > a
{
    display:block;
    padding:.3rem 0;
}
ul.saz-magic-menu > li > a,
ul.saz-articoli-correlati > li > span
{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #005ca9;
    margin-bottom: 0.6rem;
}
ul.saz-magic-menu ul li a, ul.saz-magic-menu li a,
ul.saz-articoli-correlati ul li a, ul.saz-articoli-correlati li a
{
    color: #005ca9;
}

.intestazione-progetto{
    position: relative;
}
.intestazione-progetto .titolo-overlay{
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #f8f9fa;
}
.intestazione-progetto .titolo-overlay h1{
    font-size: 1.5rem;
    margin: 0;
    padding: 2rem 1rem;
}




/*search*/

.search-form {
    border-bottom: 1px solid #d7d7d7!important;
}
.search-form .form-control {
    border-radius: 0;
    border: none;
    font-weight: 400;
    font-size: 1.3125rem;
    padding:.1rem;
}
.search-form-mobile {
    border-bottom: none!important;
}
.search-form-mobile .form-control {
    padding:1.5rem 1.3rem !important;
    background: #f7f7f7;
}
.button-invisible {
    border: 0;
    background: 0;
    padding: 0;
}

/* SOLR */


.saz_solr_single_result{
    margin-bottom: 40px;
}
.saz_solr_single_result h4{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.saz_solr_single_result h4 a{
    color: #005ca9;
    text-decoration: underline;
}
.saz_solr_single_result h4 a:hover{
    color: #5590e3;
    text-decoration: underline;
}
.saz_solr_single_result p{
    color:#444;
}
.saz_solr_single_result strong{
    font-weight: normal;
    background: #fffe54;
    padding-left: 3px;
    padding-right: 3px;
}
.saz_solr_single_result_link{
    margin: 0 0 5px;
}
.saz_solr_single_result_link a{
    color: #006621;
    font-size: 0.875rem;
}
.saz_solr_single_result_description{
    margin: 0;
    color: #545454;
    font-size: 0.875rem;
}


#saz_solr_sidebar .list-group-item{
    padding: 8px 20px;
    color: #005ca9;
}
#saz_solr_sidebar .list-group-item:hover{
    color: #5590e3;
    background-color: #f8f9fa;
}
#saz_solr_sidebar .list-group-item.active {
    color: #fff;
    background-color: #5590e3;
    border-color: #5590e3;
}
#saz_solr_sidebar .list-group-item.active:before {
    position: absolute;
    top:50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    color: #000;
    font-size: 11px;
    text-align: center;
    content: "X";
    padding-top: 1px;
    color: #000;
}

.page-header{
    text-align: center;
}
.page-header h5{
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-weight: normal;
    color: #000;
}
.page-header h5::before {
    content: "filtra per";
    display: block;
    font-size: 12px;
    text-transform: none;
    color: #999;
    line-height: 1rem;
}
.page-link{
    color: #005ca9;
}
.page.hentry a{
    text-decoration: underline;
}
.page.hentry .card-title a {
    text-decoration: none;
}
ul.elementi-piazza{
    margin: 0;
    padding: 0;
}
ul.elementi-piazza li{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.elementi-piazza li a{
    display: block;
    position: relative;
    padding: 0 0 0.1rem 1rem;
}
ul.elementi-piazza li a:after {
    content: "\f054";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: #eb0254;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
}
ul.elementi-piazza li a:hover{
    color: #eb0254;
}
ul.elementi-piazza li a:hover:after {
    color: #666;
}
.contenuto-piazza h5 a{
    display: block;
    border-bottom: 1px solid #005ca9;
    padding-bottom: 0.4rem;
}

body.search .search-form {
    border-bottom: 1px solid #000 !important;
}
body.search .search-form .form-control {
    font-weight: 700;
    color: #000;
}

.card.item-piazza{
    background: #f8f9fa;
    border: none!important;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.card.item-piazza:hover{
    background: #FFF;
    border: 1px solid #0056b3;
    border-radius: 4px;
}
.card.item-piazza.active, .card.item-piazza.active:hover{
    background: rgba(255,210,0,0.1);
    border: 1px solid #ffd100;
}
.card.item-piazza.active a{
    text-decoration: none;
    color: #000;
}

/* IO CNA */
.io-item{
    margin-bottom: 30px;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: pointer;
    border: none;
    border-radius: 0 0 3px 3px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    position: absolute;
    top: -40px!important;
    max-height: 254px;
    width: 287px!important;
}
.autocomplete-suggestion {
    position: relative;
    padding: 0.4rem 0.7rem!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em!important;
    border-bottom: 1px solid #f8f9fa;
    color: #333;
}

/*Footer*/

#footer {
    background:#26282c;
}

#footer h3 span a, #footer h3 span a:hover {
    color: #FFF;
}
#footer h3 span a:hover {
    text-decoration: underline;
}
#footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .social-icon {
    width: auto;
    margin-bottom: 1.8rem;
}
#footer .social-icon a {
    padding: 0 1rem 0 0;
}
#footer ul li a {
    font-size:0.8125rem;
    padding: 0;
    color: #b9b9b9;
    font-weight: 400;
}
#footer ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}
#footer ul.sub-menu{
    margin-bottom: .3rem;
}
#footer h3, #footer ul.menu > li{
    font-size:1rem;
    background: linear-gradient(to bottom right, #005ca9 100%, transparent 100%) no-repeat center 12px;
    background-size: 100% 1px;
    display: block;
    margin-bottom: 1.5rem;
}
#footer h3 span, #footer ul.menu > li > a{
    background: #26282c;
    padding-right: 0.625rem!important;
    display: inline-block;
    color: #FFF!important;
    font-size: 1rem!important;
    font-weight: 700!important;
    margin-bottom: .3rem;
}
#footer h3, #footer ul.menu > li.item-pensionati{
    background: linear-gradient(to bottom right, #005ca9 100%, transparent 100%) no-repeat center 15px;
    background-size: 100% 1px;
}
#footer ul.menu li.item-pensionati a {
    background: #ffd200;
    padding-left: 0.625rem !important;
    color: #26282c !important;
    font-size: 1.3rem !important;
}
#footer ul.menu li.item-taskforce {
    /*    background: none;*/
}
#footer ul.menu li.item-taskforce a {
    background: url(img/taskforce.png) center center no-repeat #26282c;
    background-size: 86px 86px;
    width: 100px;
    height: 86px;
    text-indent: -99999px;
}
#footer ul.menu li.item-taskforce-110 a {
    background: url(img/taskforce-superbonus-110.png) center center no-repeat #26282c;
    background-size: 141px 70px;
    width: 155px;
    height: 70px;
    text-indent: -99999px;
}
#footer ul.menu > li > a[href^="#"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none!important;
}
.rectangle {
    width: auto;
    height: 1px;
    background: #5590e3;
}
#footer address {
    color: #b9b9b9;
    font-weight: 400;
    font-size:0.875rem;
    margin-bottom: 0;
    line-height: 1.4rem;
    margin-bottom: 2rem;
}

#footer address a, #footer address span{
    color: #fff;
}
.copy {
    font-size: 0.8125rem;
    color: #666;
    line-height: 1.4rem;
}
.copy strong {
    color: #000;
    font-weight: normal;
}
.copy a {
    color: #005ca9;
}
.copy a:hover {
    text-decoration: underline;
}
.copy p {
    margin: 0;
}

.informativa{
    height: 126px;
    overflow-y: auto;
    border: 1px solid #6c757d;
    padding: 0 1.5rem;
    font-size: 0.825rem;
    border-radius: 2px;
    background: #f7f7f7;
}
#menuRicercaAvanzata .list-group-item{
    color: #005ca9;
}
#menuRicercaAvanzata .list-group-item.active::before {
    position: absolute;
    top: 1px;
    right: 4px;
    content: '✓';
    color: #000;
}
#menuRicercaAvanzata .list-group-item.disabled, #menuRicercaAvanzata .list-group-item:disabled {
    color: #ccc!important;
}
#menuRicercaAvanzata .list-group-item.active {
    color: #000;
    background-color: #ffd200;
    border-color: #ffd200;
}
#menuRicercaAvanzata .list-group-item.active::before {
    position: absolute;
    top: 1px;
    right: 4px;
    content: '✓';
    color: #000;
}

.banner-flickity-container .flickity-prev-next-button.previous {
    left: -10px;
}
.banner-flickity-container .flickity-prev-next-button.next {
    right: -10px;
}

@media (min-width: 993px) {
    body.banner-sticky .saz-skin-cna {
        padding-top: 150px;
    }
    body.admin-bar.banner-sticky .saz-skin-cna {
        padding-top: 150px;
    }
    body.banner-sticky .saz-skin-cna .container > div{
        background-color:#FFF;
        padding-top: 8px;
    }
}

@media (min-width: 768px) {

    /*Banner Skin*/

    .navbar-brand  {
        padding: 1rem 0;
    }

    .banner-flickity-container .flickity-prev-next-button.previous {
        left: -44px;
    }
    .banner-flickity-container .flickity-prev-next-button.next {
        right: -44px;
    }
    
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
    }
    .m-180{
        margin-top:177.6px;
    }
    body.home .m-180{
        margin-top: 177.6px;
    }
    .m-100{
        margin-top: 122px;
    }
    .fixed-top {
        position: fixed;
    }

    /*menu top*/

    .navbar-brand  {
        margin-right: 0;
    }
    body.home  .navbar-brand img.shadow-logo {
        height: 80px;
        width: auto;
    }
    body.home .navbar-brand img.logo-scritta {
        width: 165px;
        height: 38px;
    }
    .menu-top .far {
        color: #005ca9;
    }

    body.home .menu-top  {
        padding:0;
        background: #005ca9;
    }
    body.home .menu-top ul li{
        margin:.4rem 0 0;
        padding:0;
        font-size:0.8125rem;
        display: inline-block;
    }
    body.home .mb-25 {
        margin-bottom:0;
    }
    .menu-top  {
        padding:0;
        height: auto;
        background: #005ca9;
    }
    .navbar-brand img.shadow-logo {
        height: 80px;
        width: auto;
    }
    .navbar-brand img.logo-scritta {
        width: 100px;
        height: 24px;
    }

    .menu-top ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu-top > ul > li {
        line-height: 0.5em;
    }
    .menu-top ul li{
        margin:.4rem 0 0;
        padding:0;
        font-size:0.8125rem;
        display: inline-block;
        float: left;
    }
    .menu-top ul li.current-menu-item a{
        text-decoration: underline;
    }

    .mb-25 {
        margin-bottom: 1.5625rem;
    }
    .menu-top ul li a{
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        padding: .4rem .4rem;
    }
    .menu-top ul li:hover a{
        background: #fff;
    }
    .menu-top ul li a:hover{
        color:#005ca9!important;
        text-decoration: none;
    }
    .menu-top ul li.item-capitale-umano a{
        background: url(img/ico-capitale-umano.png) center center no-repeat #f8d247;
        width: 42px;
        height: 32px;
        padding: 0;
        background-size: 32px 20px;
        text-indent: -9999px;
        margin-left: 0.4rem;
        border-radius: 0;
        overflow: hidden;
        color: #f8d247;
    }
    .menu-top ul li.item-capitale-umano:hover a{
        background: url(img/ico-capitale-umano.png) center center no-repeat #fff;
        background-size: 32px 20px;
        color: #FFF!important;
    }
    .social-icon a{
        padding-left:.6rem;
    }
    .blocco-news-inline .card-overlay {
        border-right: 6px solid #FFF;
        border-bottom: 6px solid #FFF;
    }
    .blocco-news-inline article:last-child .card-overlay {
        border-right: none;
    }
    .blocco-news-inline .card-overlay-md {
        border-bottom: 1px solid #fff;
    }
    .bg-blu-dark-opacity h3 {
        padding: 0;
    }

    .banner-associati {
        position: absolute;
        top: -70px;
        left: 0;
    }

    .intestazione-progetto .titolo-overlay{
        position: absolute;
        bottom: 3rem;
        z-index: 1;
        background: transparent;
    }
    .intestazione-progetto .titolo-overlay h1{
        background: transparent;
        padding: 0;
    }
    .intestazione-progetto .titolo-overlay h1 span{
        background: #FFF;
        padding: 0.25rem 0.5rem;
    }

    /*sub menu*/

    .menu-top li.menu-item-has-children{
        position: relative;
    }
    .menu-top  li.menu-item-has-children a.nav-link{
        position: relative;
        display: block;
    }
    .menu-top  li.menu-item-has-children:hover a.nav-link{
        color: #000;
        background: #f7f7f7;
        z-index: 9999;
    }

    .menu-top li.menu-item-has-children:hover {
        background:#f7f7f7!important;
    }

    .menu-top ul li .sub-menu{
        visibility: hidden;
        background:#f7f7f7;
        position:absolute;
        width:240px;
        top:32px;
        right:0;
        border-top:none;
        z-index:12;
        text-align:left;
        padding:1rem 1.5rem;
        -webkit-border-radius: 4px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 4px;
        -moz-border-radius-topright: 0;
        border-radius: 4px;
        border-top-right-radius: 0;
        -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
    }
    .menu-top ul li:hover .sub-menu{
        display:block;
        visibility:visible;
    }
    .menu-top ul li .sub-menu li {
        display: block!important;
        padding: 0;
        margin: 0;
        float: none;
    }
    .menu-top ul li .sub-menu li a{
        color:#0d2e5c!important;
        padding:.2rem 0!important;
        font-weight: 400;
        font-size: 0.9375rem;
        text-transform: initial;
        border-bottom: none;
    }

    .menu-top ul li .sub-menu li.current-menu-item a, .menu-top ul li:hover .sub-menu li.current-menu-item a, .menu-top ul li:hover .sub-menu li a{
        color:#000!important;
        background: transparent;
    }
    .menu-top ul li .sub-menu li > a:hover{
        color:#589e25!important;
    }

    /*Navbar*/

    .navbar {
        background: #fff;
        padding: 0.75rem 0;
    }
    .navbar-nav > li  {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navbar-nav > li > a {
        font-size: 1.3125rem;
    }
    .navbar-nav > li.current-menu-item > a, .navbar-nav > li:hover > a{
        color: #000!important;
        text-decoration: underline;
    }


    .navbar.fixed-bottom {
        height: auto;
        padding: 1.2rem 1rem;
    }
    /* Navbar scroll */

    body.nav-scroll .menu-top{
        margin-top: -112px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    body.nav-scroll .navbar{
        padding: 0.75rem 1rem;
        box-shadow: 0 .075rem .45rem rgba(0,0,0,.075)!important;
    }
    body.nav-scroll .navbar.fixed-bottom {
        height: auto;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navbar-brand-scroll, .cna-brand-scroll {
        text-indent: -9999px;
        margin-right: 0.4rem;
        border-radius: 0;
        width: 88px;
    }
    .navbar-brand-scroll {
        background: url(img/evidenza.png) center center no-repeat transparent;
        background-size: 88px 24px;
    }
    .navbar-nav > li.navbar-brand-scroll > a,
    .navbar-nav > li.cna-brand-scroll > a {
        font-size: 0.6875rem!important;
        padding: 0 0.5rem!important;
        pointer-events: none;
        cursor: pointer;
    }

    body.nav-scroll li.navbar-brand-scroll,
    body.nav-scroll li.cna-brand-scroll {
        width: 40px;
        height: 40px;
        background: url(img/logo-2023.png) center center no-repeat transparent;
        background-size: 40px 40px;
        margin-right: 0.5rem;
        padding: 0;
    }
    body.nav-scroll li.navbar-brand-scroll > a,
    body.nav-scroll li.cna-brand-scroll > a {
        pointer-events: auto;
        cursor:auto;
    }
    body.nav-scroll .navbar-nav > li > a, body.nav-scroll #searchform .form-control {
        font-size: 1rem;
    }

    /*Page*/
    .bg-blu{
        background: #005ca9;
    }
    .bg-blu h1.saz-title {
        font-size: 2rem;
    }
    ul.saz-magic-menu ul, ul.saz-magic-menu {
        padding: 0;
    }
    ul.saz-magic-menu ul li, ul.saz-magic-menu li{
        padding: 0;
        margin: 0;
    }
    ul.saz-magic-menu ul li a, ul.saz-magic-menu li a{
        padding: 0.2rem 0;
        display: block;
    }
    ul.saz-magic-menu ul li.current_page_item > a, ul.saz-magic-menu li.current_page_item > a{
        color: #eb0254;
    }

    .bg-light-grey li.current_page_item {
        padding: 1rem 0;
        margin: 0 ;
    }
    .bg-light-grey li.current_page_item > a{
        border-bottom: 4px solid #005ca9;
        padding-bottom:  1rem;
    }
    .bg-light-grey li.current_page_item > a{
        margin: 0 .8rem;
    }

    .card-overlay .card-img-overlay{
        padding: 1.2rem 2rem;
    }

}
@media (min-width: 993px) and (max-width: 1200px) {

    /*banner-adv*/
    body.home .menu-top {
        padding: 0;
    }

    .navbar-brand {
        padding: 1rem 0;
    }
    body.home .navbar-brand img.shadow-logo {
        height: 80px;
        width: auto;
    }
    body.home .menu-top ul li a {
        padding: .4rem .4rem;
    }
    .navbar-brand img.logo-scritta {
        display: none;
    }
    #footer .social-icon a {
        padding: 0 .5rem 0 0;
    }
    .card-overlay .fill {
        height: 400px;
    }
    .card-overlay-md .fill {
        height: 224px;
    }
    .card-overlay-xs .fill {
        height: 175px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {

    /*Navbar*/
    body.home .menu-top,  .menu-top{
        height: 112px;
    }
    .navbar-brand img.shadow-logo, body.home .navbar-brand img.shadow-logo {
        height: auto;
        max-height: 55px;
        width: 100%;
    }
    .social-icon{
        width:260px;
    }
    .post-footer .shadow-logo{
        height: 90px;
        width: auto;
    }
    .navbar {
        background: #fff;
        padding: 2rem 1rem;
    }
    body.home .menu-top {
        background: #005ca9;
    }
    .menu-top {
        background: #005ca9;
    }
    .menu-top ul li{
        margin:0;
    }
    .social-icon a {
        padding: 0 .6rem;
    }
    .menu-100{
        width: 100%;
    }
    .card-overlay {
        border: 0.5px solid #FFF;
    }
    .banner-associati {
        position: relative;
        top: 0;
        left: 0;
    }
    .bg-blu-dark-opacity h3 {
        font-size: 1.3125rem;
        padding: 2rem 0;
    }
    .m-180,body.home .m-180{
        margin-top: 220px;
    }
    .m-100{
        margin-top: 100px;
    }
    .blocco-news-inline .card-overlay {
        border-right: 0;
    }


}
@media (max-width: 767px) {
    .scritta{
        width: calc(100vw - 200px);
        word-wrap: break-word;
        white-space: break-spaces;
        line-height: 1.1em;
        font-size: 14px!important;
    }
    .fa-search{
        color: #FFF;
    }
    .navbar-brand-scroll, .cna-brand-scroll {
        display: none;
    }
    .post-footer{
        text-align: center;
    }
    .post-footer .text-right{
        text-align: center!important;
    }
    .post-footer .shadow-logo{
        height: 90px;
        width: auto;
    }
    .menu-100{
        width: 100%;
    }
    .cna-menu-principale {
        background: #FFF;
        border-top: 1px solid #e5e5e5;
        padding: 1.5rem .8rem!important;
    }
    .cna-menu-top-mobile {
        background: #f7f7f7;
        padding: 1.5rem .8rem;
        border-top: 1px solid #e5e5e5;
    }
    .cna-menu-top-mobile li a {
        font-size:1.125rem;
        padding: .2rem 1rem!important;
    }
    .menu-mobile-social {
        background: #f7f7f7;
        ;
    }
    .btn-white {
        display: block;
        font-size: 1.25rem;
        border-top:1px solid #e5e5e5;
    }
    .btn-success {
        display: block;
        font-size: 1.25rem;
    }
    .menu-mobile-social {
        background: #f7f7f7;
        font-size: 1.5rem;
    }
    .menu-mobile-social .fa-facebook-square {
        color: #4267b2;
    }
    .menu-mobile-social .fa-twitter {
        color: #1da1f2;
    }
    .menu-mobile-social .twitterx {
        width: 28px;
        height: 28px;
    }
    .menu-mobile-social .icotwitterx {
        fill: #0f1419;
    }
    .menu-mobile-social .fa-youtube{
        color: #ff0000;
    }
    .menu-mobile-social .fa-linkedin{
        color: #0077b5;
    }
    .menu-mobile-social .fa-instagram{
        color: #000;
    }

    .card-overlay {
        border-bottom: 1px solid #fff;
    }
    .header-news .card-image-overlay, .blocco-news-inline .card-image-overlay {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    h1.header-news-title {
        font-size: 2rem;
    }
    .no-padding{
        padding-left: 0;
        padding-right: 0;
    }
    blockquote {
        background: url(img/blockquote.png) left top no-repeat transparent;
        background-size: 34px 28px;
        padding-left: 60px;
    }
    .commenti .form-group.comment-form-author {
        width: 100%;
    }
    .commenti .form-group.comment-form-email {
        width: 100%;
    }
    #social-share .fa-lg{
        font-size: 2.5rem;
    }
    #social-share .fa-facebook-square {
        color: #4267b2;
    }
    #social-share .fa-twitter {
        color: #1da1f2;
    }
    #social-share .fa-linkedin{
        color: #0077b5;
    }
    #social-share .fa-whatsapp-square{
        color: #00e676;
    }
    #saz_solr_sidebar{
        margin-bottom: 2rem;
    }
    .searchandfilter > ul > li {
        display: block;
        vertical-align: top;
        padding: 0;
    }
    .searchandfilter label {
        display: block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;;
    }
}

@media (min-width: 1441px) {
    .header-news .card-image-overlay, .blocco-news-inline .cna-wide .card-image-overlay{
        height: 500px;
    }
}
@media (min-width: 1601px) {
    .header-news .card-image-overlay, .blocco-news-inline .cna-wide .card-image-overlay{
        height: 570px;
    }
}
@media (min-width: 1901px) {
    .header-news .card-image-overlay, .blocco-news-inline .cna-wide .card-image-overlay{
        height: 640px;
    }
}
@media (min-width: 2201px) {
    .header-news .card-image-overlay, .blocco-news-inline .cna-wide .card-image-overlay{
        height: 700px;
    }
}

.cna-manifesto-obiettivo .cna-manifesto-risultato {
    background-color: #418ecd;
    color: #fff;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cna-manifesto-centrato .cna-manifesto-risultato {
    background-color: #3fa535;
}

/* NAV BAR FLOATING */
/* Stile per il menu principale */
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu > li {
  display: inline-block;
  position: relative;
}

.nav-menu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}

/* Stile per il sottomenu */
.nav-menu ul {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Evidenzia l'elemento del menu al passaggio del mouse */
.nav-menu li:hover > a { 
  background-color: #ddd; /* Cambia il colore di sfondo al passaggio del mouse */
}

.nav-menu li:hover > ul {
  display: block;
}

.nav-menu ul li {
  display: block;
  width: 200px; 
}