﻿@charset "UTF-8";
@font-face{
    font-family: 'Nunito';
    src:url('Font/Nunito-Regular.ttf') format("truetype");
    font-style:normal;
    font-weight: 400;
}

/* @font-face{
    font-family:'Nunito', sans-serif;
    src:url('Font'Nunito-Regular.ttf') format("truetype");
    font-style:normal;
    font-weight: 400;
}

@font-face{
    font-family:'Nunito', sans-serif;
    src:url('Font'Nunito-Light.ttf') format("truetype");
    font-style: normal;
    font-weight: lighter;
}  */

body{
    font-family:  'Nunito', sans-serif;
    color:#002060;

}
p, li{
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    color: #002060;
}

h1, h2, h3, h4, h5, h6, .btn, a.h3{
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}
p.text-small{
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom:0.5rem;
}

.text-big{
    font-size: 1.125rem;
}
/*COLOR*/
.bg-grey{
    background-color: #EFEFEF;
}
.bg-blue {
    background-color: #002060;
}
.bg-yellow{
    background-color: #FFEA64;
}
.bg-yellow65{
    background-color: #ffea64ce;
    z-index: 10;
    position: relative;
}
/* .img-RaccontiCoooperativi .d-flex::after{
    content: "";
    width: 60px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 378px;
    border-top: 60px solid #002060;
} */
.bg-bicolor {
    background: linear-gradient(0deg, rgba(239,239,239,1) 60%, rgba(255,255,255,1) 60%);
}

/*TEXT-COLOR*/
.text-blue {
    color: #002060;
}
a.text-blue{
    color: #002060;
}
/*BUTTON*/


.btn, .trigger {
    display: inline-block;
    min-width:250px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    border-radius: 0px!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
}

.btn-primary-square{
    min-width:45px!important;
    height:45px;
    color: #fff !important;
    background-color: #002060 !important;
    border-color: #002060 !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
a.btn-primary,
a.btn-primary:active,
a.btn-primary:visited,
.btn-newsletter,
.btn-newsletter:active,
.btn-newsletter:visited,
a.btn-newsletter,
a.btn-newsletter:active,
a.btn-newsletter:visited,
.LiveForm.Default input[type="submit"]{
    color: #fff !important;
    background-color: #002060 !important;
    border-color: #002060 !important;
}

.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active:focus,
a.btn-primary:active:focus{
    color: #002060;
    background-color: #FFEA64;
    border-color: #FFEA64;
    box-shadow: 0 0 0 0.25rem rgb(42 36 91 / 50%);
}


.btn-primary:hover,
a.btn-primary:hover,
.LiveForm.Default input[type="submit"]:hover{
    color:#002060 !important;
    background-color: #FFEA64 !important;
    border-color:#FFEA64 !important;
    box-shadow: inherit !important;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited,
a.btn-secondary,
a.btn-secondary:active,
a.btn-secondary:visited{
    color: #002060;
    background-color: transparent;
    border-color: #002060;
}
.btn-secondary:active:focus,
.btn-secondary:focus,
a.btn-secondary:focus,
a.btn-secondary:active:focus
{
    color: #fff;
    background-color: #002060;
    border-color: #002060;
    box-shadow: 0 0 0 0.25rem rgb(42 36 91 / 50%);
}

.btn-secondary:hover,
a.btn-secondary:hover{
    color: #fff;
    background-color: #002060;
    border-color: #002060;
}



.btn-newsletter:focus,
a.btn-newsletter:focus,
.btn-newsletter:active:focus,
a.btn-newsletter:active:focus{
    color: #002060;
    background-color: #efefef;
    border-color: #efefef;
    box-shadow: 0 0 0 0.25rem rgb(42 36 91 / 50%);
}


.btn-newsletter:hover,
a.btn-newsletter:hover{
    color:#002060;
    background-color: #efefef;
    border-color:#efefef;
}

.trigger {
    color: #002060;
    background-color: transparent;
    border-color: #002060;
}

.trigger>span:first-child{
    display: none;
}
.ednMoreArticlesTriggerWrapper{
    text-align: end;
}

/* .pt-10{padding-top: 6rem;}
.pb-10{padding-bottom: 6rem;} MODIFICA CLAUDIA 09-06-2022 */

/*NAVBAR*/
header[role="banner"]{
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999;
    top: 0;
    /* border-bottom: 1px solid red; */
}

.navbar-collapse{
    justify-content: flex-end;
    font-size: 1rem;
    font-family: 'Nunito';
}
.navbar-nav > .nav-item> .nav-link > a{
    color:#002060!important;
    text-decoration: none;
}

.dropdown-menu >div>a {
    color:#002060!important;
    text-decoration: none;
    padding: 1rem 1.5rem;
   }
.dropdown-menu{
    padding:0rem;
    font-size: 1rem;
    border-radius: 0px;
    border:0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFEA64;
}
/* .navbar-nav .nav-item.activeTab{
    position: relative;
} */
/* .navbar-nav .nav-item.activeTab::before{
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    top: 15%;
    bottom: 50%;
    left: 30%;
    border-top: 30px solid #FFEA64;
    z-index: -1;
} */
/* .navbar-nav .nav-item ~ .menu-square{
    width:30px;
    height:30px;
    background-color: transparent;
    position: absolute;
    } */
    .navbar-nav .nav-item.activeTab .nav-link{
        position: relative;
        display: inline-block;
    }

.navbar-nav .nav-item.activeTab .nav-link .menu-square {
    width:30px;
    height:30px;
    background-color: #FFEA64;
    position: absolute;
    top: 0px;
    z-index: -1;
}


@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 600px) {
    /* .navbar-nav{
        text-align: end;
    } */
    .navbar-nav .nav-item.activeTab{
        font-weight: bold;
    }
    .navbar-nav .nav-item.activeTab::before{
        content: none;
    }
}

.navbar #logo img{
    max-width: 250px !important;
}

/*MENU*/

#dnnMenu .topLevel>li>a,
ul.dropdown-menu.sub-level,
.dropdown-menu>li>a,
.dropdown-menu>li>a:hover {
    color: #002060!important;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: 'Nunito';
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a::before, 
.navbar-default .navbar-nav>.active>a:focus::before, 
.navbar-default .navbar-nav>.active>a:hover::before,
#dnnMenu .topLevel>.active.open>a::before,
#dnnMenu .topLevel>.active.open>a:hover::before,
#dnnMenu .topLevel>.active.open>a:focus::before{
    content: "";
    width: 30px;
    height: 0;
    position: absolute;
    top: 10px;
    right:40%;
    border-bottom: 15px solid #FFEA64;
    border-top: 15px solid #FFEA64;
    z-index: -1;
}

#dnnMenu .topLevel>li>a:focus, #dnnMenu .topLevel>li>a:hover {
    color:#002060;
    font-weight: bold;
}
#dnnMenu .dropdown-menu{
    background-color: white;
}
#dnnMenu .dropdown-menu>div{
  padding-right: 0rem;
}

@media (max-width: 1199px){
    #dnnMenu .dropdown-menu>div{
        padding-right: 1rem;
      }
}
@media (max-width: 599px){
    #dnnMenu .dropdown-menu>div{
        padding-right: 1rem;
      }
}


#dnnMenu .topLevel>.active.open>a, #dnnMenu .topLevel>.active.open>a:hover, #dnnMenu .topLevel>.active.open>a:focus {
    background-color: transparent;
}
#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    padding: 5px 5px;
    border-bottom: 0;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-transform: uppercase;
}

#dnnMenu .dropdown-menu li:hover,
#dnnMenu .dropdown-menu li:active, 
#dnnMenu .dropdown-menu li:focus,
.dropdown-item.active, .dropdown-item:active{
    background: #FFEA64;
    color:#002060!important;
}
.dropdown-menu{
    box-shadow:none ;
}

/*Copyright*/
.copyright{
    color:#fff;
    padding:10px 0px;
}

/*CONTAINER*/
/* .banner-container{
    position: relative;
    width:100%;
    height: 50vh;
}
.banner-title{
    color: #002060;
    background-color: #ffea64a1;
    position: absolute;
    bottom: 20%;
    padding: 3rem;
    left: 10%;
    right: 10%;
    font-weight: 700;
}
.banner-title::before {
    content: "";
    background-color: #002060;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: -16px;
    right: -16px;
    z-index: -1;
}
@media(max-width:1099px){
    .banner-title{
        position:absolute;
        bottom: 50%;
        padding: 3rem;
        left: 10%;
        right: 10%;
        font-weight: 700;
    }
}
.banner-container > div, .banner-container > div> .Normal, .banner-container .Normal > .home {
    height: 100%;
}
.banner-container .home{
    background-image: url("/Portals/_default/skins/Fondosviluppo/images/Homepage.jpg");
    background-position: center center;
    background-size: cover;
} */
.SpacingBottom{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.SpacingTop{
    margin-top: 3rem;
}
/* 
.SpacingBottom{
    margin-top: 1rem;
    margin-bottom: 2rem;
} */
/* @media(max-width:991px){
    .SpacingBottom{
        margin-top: 4rem;
        margin-bottom: 0rem;
    } 
} */

.yellowsquare span, 
.whitesquare span{
    position: relative;
    z-index: 1;
}
.yellowsquare span::before{
    content: "";
    width: 36px;
    height: 0;
    position: absolute;
    top: 0px;
    left: 0;
    border-top: 36px solid #FFEA64;
    z-index: -1; 
}

.title_pubblicazioni.yellowsquare a{
    position: relative;
    z-index: 1;
}

.title_pubblicazioni.yellowsquare a::before{
    content: "";
    width: 36px;
    height: 0;
    position: absolute;
    top: 0px;
    left: 0;
    border-top: 36px solid #FFEA64;
    z-index: -1;
}

.whitesquare::before{
    content: "";
    width: 36px;
    height: 0;
    position: absolute;
    border-top: 36px solid #FFFF;
    z-index: 0;
}

.Fsv_banner{
    position: absolute;
    bottom: 20%;
    width: 100%;
    max-width: 1320px;
    right:0;
    left: 0;}

.Fsv_banner h1 span{
    background-color: #ffea64a1;
    padding:2rem;
    position: relative;
    z-index: 1;
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: initial !important;
}
.Fsv_banner::before{
    content: "";
    background-color: #002060;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: -16px;
    right: 5px;
}

.Fsv_image{
    position: relative
}

.Fsv_image img{
    width:100%;
}
@media(max-width:768px){

    .Fsv_image img {
        height: 60vh;
        width: 100%;
        object-fit: cover;
    }

    .Fsv_banner h1 span{
        background-color: #ffea64a1;
        padding:2rem;
        position: relative;
        z-index: 1;
        display: block;
        font-size: 2rem;
        font-weight: 700;
    }
    .Fsv_banner{
        position: absolute;
        bottom:10%;
        width: 100%;
        max-width: 1320px;
        right:0;
        left: 0;
    }
}

.Bg_YellowSquare {
    width: 100%;
    max-width: 22rem;
    height: 22rem;
    margin: auto;
    background-color: #FFEA64;
    position: relative;
    margin-top: 6rem;
}
.Bg_YellowSquare img{
    width:100%;
    max-width:22rem;
    max-height: 22rem;
    margin-left: -2rem;
    margin-top: -2rem;
    position:absolute;
}

.Bg_YellowSquare_v2 {
    width: 100%;
    max-width: 22rem;
    height: 22rem;
    margin: auto;
    background-color: #FFEA64;
    position: relative;
}

.Bg_YellowSquare_v2 img{
    width:100%;
    margin-left: -2rem;
    margin-top: 2.5rem;
    position:absolute;
    width: 26rem;
}

@media screen and (max-width: 600px) {
    
    .cosa-facciamo-row{
        margin-top: 0 !important;
    }

    #dnn_Top_Col_6A,
    #dnn_Top_Col_6B{
        margin-bottom: 0 !important;
    }

    #dnn_Top_Col_6A .SpacingBottom{
        margin-bottom: 0 !important;
    }
    
    .Bg_YellowSquare{
        width:15rem;
        height: 15rem;
    }

    .Bg_YellowSquare img{
        width:15rem;
        height: 15rem;
    }

    #dnn_Middle_Col_6B .btn-secondary{
        margin-bottom: 3rem;
    }
}

#Cruscotto_Newsletter{
    background-image: url("/portals/_default/skins/fondosviluppo/images/email-marketing-concept-picture-.jpg");
    background-color:#FFEA64;
    background-blend-mode: soft-light;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* position: relative; */
    z-index:0;
}
/* #Cruscotto_Newsletter::after{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffea6480;
    opacity: 0.75;
    z-index: 0;
    position: absolute;
    z-index: -25;
} */

#Legge{
    background-image: url("/portals/_default/skins/fondosviluppo/images/banner-chi-siamo-legge.png");
    background-color:#FFEA64;
    background-blend-mode: soft-light;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:-30;
}
/* Swiper Slider - i Nostri Partner */

.swiper.mySwiper {
    width: 100%;
    height: 250px;
  }
  
  .swiper.mySwiper .swiper-wrapper {
    align-items: center;
  }
  
  .swiper.mySwiper .swiper-slide {
    font-size: 18px;
    text-align: center;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper.mySwiper .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  
  /* indicatori */
  .swiper.mySwiper .swiper-button-prev,
  .swiper.mySwiper .swiper-button-next {
    height: 65% !important;
    width: 1.3rem !important;
    background-color: var(--primary);
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0px !important;
  }
  
  .swiper.mySwiper .swiper-button-prev {
    left: 0px !important;
    right: auto;
  }
  
  .swiper.mySwiper .swiper-button-next {
    right: 0px !important;
    left: auto;
  }
  
  /* indicatori Swiper per default */
  .swiper.mySwiper .swiper-button-prev:after,
  .swiper.mySwiper .swiper-button-next:after {
    display: none;
    /* color: var(--white) ;
    font-size: 1rem !important; */
  }
  
  .swiper.mySwiper .swiper-button-prev .fa-chevron-left,
  .swiper.mySwiper .swiper-button-next .fa-chevron-right {
    color: var(--white);
  }

.versamento3home
{
    background-image: url("/Portals/_default/skins/Fondosviluppo/images/Versamento3PerCento3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.versamento3home h3{
    font-size: 25px;
}

@media screen and (max-width: 600px) {
    .versamento3home{
        align-items: start;
        min-height: 450px;
    }
}

.bg-versamento3home{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}

.LiveForm.Default{
    color:#7a7a7a!important;
}

.LiveForm.Default ul.page-break-section{
    box-shadow: inherit !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.LiveForm.Default .thank-you {
    padding: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: none!important;
    border: solid 1px #002060 !important;
}


.Field{
    margin-bottom: 1rem ;
}

.Field tbody,
.Field tbody td{
    display: flex !important;
}

.Field tbody tr{
    margin-right: 1rem !important;
}

.Field label{
    margin: 0 !important;
}

.Field input,
.Field select
{
    font-size: 1rem !important;
    font-family:'Nunito', sans-serif !important;
    font-weight: 300 !important;
    border-radius: 0 !important;
    border-left: inherit !important;
    border-top: inherit !important;
    border-right: inherit !important;
    border-bottom: 2px solid rgba(42, 36, 91,0.3) !important;
    color: #002060 !important;
}

.LiveForm.Default .Field.Required.Checkbox table{
    border-left: inherit !important;
    border-top: inherit !important;
    border-right: inherit !important;
    border-bottom: inherit !important;
}

.Field select:nth-child(2){
color: #7a7a7a!important;
}

.LiveForm.Default textarea {
    margin: 0;
    padding: 8px;
    border: 1px solid #7A7A7A!important;
    border-radius: 0px!important;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    color: #7A7A7A!important;
    height: 200px;
}

.Field input::placeholder,
.Field select::placeholder,
.Field textarea::placeholder{
    color: #7A7A7A;
}

.Field input:focus-visible,
.Field select:focus-visible,
.Field textarea:focus-visible{
    outline: inherit !important;
    border-bottom: 2px solid rgba(42, 36, 91,1) !important;
}

.Field label,
.Required label,
.Field select,
.Required select,
.Field textarea,
.Required textarea{
    font-size: 1rem !important;
    font-family:'Nunito', sans-serif !important;
    font-weight: 300 !important;
}

.Field-Container-Wide{
    position: relative;
}

.Required .Field-Container-Wide::before,
.Required select::before,
.Required textarea::before{
    content: '*';
    position: absolute;
    top: 8px;
    left: 0px;
}

.LiveForm.Default .Field input[type="checkbox"]{
    margin-top: 3px !important;
}

#LiveForm521 {
    display: none;
} 

.Field.Required.Telefono .Field-Container-Wide span input::before{
    content:"Telefono";
}  
/*BANNER*/


.banner{
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.banner-home{
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center center;
}



.banner>div, 
.banner-home>div{
    width:68%;
    margin-bottom: 5%;
    position: relative;
    z-index: 1;
}

.banner-square{
    background-color:#002060; 
    height:110px; 
    position:absolute; 
    right:-40px; 
    top:-40px; 
    width:110px; 
    z-index:0;
}

.banner-square.category-home{
    background-color:#002060; 
    height:110px; 
    position:absolute; 
    right:-40px; 
    top:-40px; 
    width:110px; 
    z-index:1;
}

.bg-banner{
    background-color:#ffea64b0; 
    padding:2rem; 
    position:relative; 
    z-index:1;
}

/* div#dnn_Top_Grey_Col_6B div {
    height: 100%;
} */

.bg-RaccontiCooperativi{
    z-index: 1;
    text-align: end;
}

.bg-RaccontiCooperativi>div.text-blue{
    position: relative;
    background-color: #ffea64b0;
    display: inline-block;
    z-index: 1;
    right: 0px;
}

.banner h1,
.banner-home h1, 
.banner h3, 
.banner a.h3{
    text-transform: inherit;
}

.banner h1,
.banner-home h1{
    font-size: 2.5rem;
    font-weight: bold;
    font-family:'Nunito', sans-serif;
}

.banner h3, 
.banner a.h3,
.banner p.h3 {
    font-size: 1.5rem;
}
@media (max-width:768px) {
    .banner-home {
        height: 40vh;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .banner-home h1{
        font-size: 2rem;
        font-weight: bold;
        font-family:'Nunito', sans-serif;
    }
    
.banner-square.category-home{
    background-color:#002060; 
    height:80px; 
    position:absolute; 
    right:-30px; 
    top:-30px; 
    width:80px; 
    z-index:1;
}

}

@media (max-width: 575px){
    .banner{
        height: 65vh;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .banner>div, 
    .banner-home>div{
    width:80%;

    }
    .bg-banner{
        padding:1.5rem; 
    }

    .banner h1,
    .banner-home h1 {
        font-size: 1.5rem;
        font-weight: bold;
        font-family:'Nunito', sans-serif;
        }

    .banner h3, 
    .banner a.h3,
    .banner p.h3 {
        font-size: 1rem;
    }
    .banner-square{
        background-color:#002060; 
        height:90px; 
        position:absolute; 
        right:-30px; 
        top:-30px; 
        width:90px; 
        z-index:0;
    }
    .bg-versamento3home {
        padding: 1rem;
    }
    .banner-square.category-home{
        background-color:#002060; 
        height:60px; 
        position:absolute; 
        right:-20px; 
        top:-50px; 
        width:60px; 
        z-index:1;
    }
}



/*CHI-SIAMO-LEGGE*/
.banner-legge{
    min-height: 400px;
    background-repeat: no-repeat;
    background-image: url('/portals/_default/skins/fondosviluppo/images/banner-chi-siamo-legge.png');
    background-size: cover;
    position: relative;
    z-index: -1;
}
.banner-legge::before{
    content: "";
    left:0;
    top:0;
    background-color: #ffea64ce;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#dnn_banner_6a,
#dnn_banner_6b{
    z-index:1
}

.cosa-facciamo{
    margin-top: 2rem;
}

.cosa-facciamo .btn{
    margin-right: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
    .dropdown-menu >div>a{
        padding: 0;
        /* text-align: end; */
    }
    .cosa-facciamo{
        display: block;
    }
    .img-RaccontiCoooperativi .d-flex::after{
        left: 82px;
    }
    .Bg_YellowSquare_v2 img{
        width: 100%;
        margin-left: 0rem;
        margin-top: 4rem;
        width: 22rem;
    }
}
@media (max-width:576px){
    .Bg_YellowSquare_v2 img{
        width: 100%;
        margin-left: 0rem;
        margin-top: 5rem;
        max-width: 22rem;
    }
}

.FooterMenu{
    margin-left: 0px;
}

.FooterMenu.nav{
    display: flex;
    flex-direction: column;
}

.FooterMenu .nav-item .nav-link{
    padding: 0px;
    text-transform: initial;
}

.fa-arrow-down-to-bracket{
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    .studi-export-card img{
        margin-bottom: 1rem;
    }
}

#dnn_Footer_Col_4A img{
    max-width: 300px;
    height: auto;
    width: 100%;
}

.terms-priv:first-child{
    display: none;
}

#footer p{
    font-size: 1rem;
    margin: 0;
}

.logo-footer{
    display: none;
    width: 220px;
}

@media screen and (max-width: 600px) {

    .logo-footer{
        display: block;
    }

    #dnn_Footer_Col_4A img{
        display: none;
    } 

    #dnn_Bottom_Grey_Col_12 .article_image_pubblicazioni{
        margin-top: 3rem;
    }
}

.FooterMenu li{
    margin-bottom: 0.5rem;
}

 main{
    margin-top: 180px;
} 

/* #dnn_Top_Grey_Col_6A .SpacingTop,
#dnn_Middle_Col_6A .SpacingTop,
#dnn_Middle_Col_6B .SpacingTop{
    margin-top: 0 !important;
}

#dnn_Top_Grey_Col_6A .shadow-default:last-child{
    margin-bottom: 0 !important;
}

#dnn_Top_Grey_Col_6B .SpacingBottom{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#dnn_Middle_Col_6A,
#dnn_Middle_Col_6B{
    padding-bottom: 6rem;
}

@media screen and (max-width: 600px) {
    #dnn_Middle_Col_6A,
    #dnn_Middle_Col_6B{
        padding-bottom: 3rem !important;
    }
} */

.divInput.NewsletterCat input[type="checkbox"] {
    margin: 0 20px;
    border: 1px solid #999999;
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: none;
}
.divInput.NewsletterCat input[checked="checked"]{
    background-color:#fff!important;
    color:#002060!important;
}

/* .form-check-input[checked="checked"] {
    background-color: white;
    border-color: #999999;
    color:#999999;
} */

.divInput .form-control.NewsletterEmail{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #002060;
    background-color: transparent!important;
    background-clip: padding-box;
    border:none!important;
    border-bottom: 1px solid #002060!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.divInput input:not([type="checkbox"]), .divInput select {
    width: 100%;
    /* height: 22px; */
    line-height: 22px;
    border: 1px solid #999999;
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: none!important;
}

.divInput input{
    margin-top: 0.5rem;
    font-weight: bold;
}
.divInput.InserisciEmail{
    position: relative;
}
.divInput.InserisciEmail::before{
    content: "\f1d8";
    position: absolute;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left:0;
}

.divInputPrivacy p{
    font-weight: initial;
    font-size: 14px;
}

.required label:after{
    display: none;
}

#dnn_Top_Grey_Col_6A .shadow-default:last-child{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
    #dnn_Top_Grey_Col_6A .shadow-default:last-child{
        margin-bottom: 1rem !important;
    }
}

/* div#dnn_Top_Grey_Col_6B div {
    height: 100%;
} */


.form-check-input{
    margin-top:0px!important;
    margin-right:.5rem!important;
}

.Messaggio-area .Field-Container-Wide, .Messaggio-area .Field-Container-Wide >textarea,
.LiveForm.Default .Field textarea{
    width:100%!important;
}
/* @media (max-width:992px){
    #dnn_Footer_Col_4B > div> div.SpacingTop{
    margin-top: 0px;

    }
} */

/* MODULO LOGIN */
/* contenitore */
.DnnModule .dnnLogin {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
 
.DnnModule .dnnLogin .LoginPanel {
    padding-right: 0;
    margin: auto;
    width: auto;
}

/* input e label */
.DnnModule .dnnLogin .LoginPanel .dnnFormItem .dnnLabel {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    text-align: left;
    font-weight: bold;
    color: #002060;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 14px;
    width: 100%;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem .dnnLabel + input {
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-width: 240px;
    border-color: #ddd;
    font-size: 1rem;
    transition: .3s;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem .dnnLabel + input:hover,
.DnnModule .dnnLogin .LoginPanel .dnnFormItem .dnnLabel + input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #00559f;
}

/* checkbox remember me */
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > [id*="_lblLoginRememberMe"].dnnFormLabel {
    width: 0;
    margin: 0;
    margin-bottom: 30px;
}
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginRememberMe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginRememberMe > .dnnCheckbox {
    margin: 0;
    margin-right: 10px;
}
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginRememberMe > .dnnCheckbox > .mark {
    background: transparent;
    padding: 0;
}
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginRememberMe > .dnnCheckbox + .dnnBoxLabel {
    margin: 0;
    color: #959595;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

/* pulsanti accedi-cancella */
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > [id*="_lblLogin"].dnnFormLabel {
    width: 0;
    margin: 0;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnPrimaryAction,
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnSecondaryAction {
    display: block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    min-width: 220px;
    max-width: 100%;
    height: 40px;
    background: #002060;
    text-shadow: none;
    box-shadow: none;
    color: #fff !important;
    border-radius: 0;
    font-size: 18px;
    border: none !important;
    outline: none !important;
    transition: .3s;
    
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnPrimaryAction {
    margin-top: 30px;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnPrimaryAction:focus,
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnPrimaryAction:hover {
    background: #002060;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnSecondaryAction {
    margin-top: 10px;
    background-color: #cdcdcd;
}
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnSecondaryAction:focus,
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnSecondaryAction:hover {
    background-color: #bcbcbc;
}

/* tasto reimposta password */
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginActions {
    width: 100%;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginActions > .dnnActions > li[id*="_liPassword"]  {
    float: none;
    margin: 0;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginActions > .dnnActions > li[id*="_liPassword"] > a,
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginActions > .dnnActions > li[id*="_liPassword"] > a:visited {
    display: block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    min-width: 220px;
    max-width: 100%;
    height: 40px;
    background: #fff;
    text-shadow: none;
    box-shadow: none;
    color: #002060!important;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #002060 !important;
    outline: none !important;
    transition: .3s;
}

.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginActions > .dnnActions > li[id*="_liPassword"] > a:hover,
.DnnModule .dnnLogin .LoginPanel .dnnFormItem > .dnnLoginActions > .dnnActions > li[id*="_liPassword"] > a:focus {
    background: #FFEA64;
    border: none !important;
}


/* PAGINA RESET PASSWORD */
.DnnModule .dnnForm.dnnPasswordReset {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.DnnModule .dnnForm.dnnPasswordReset .dnnPasswordResetContent {
    width: 300px;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent > .dnnFormItem {
    margin-bottom: 20px;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent > .dnnFormItem:first-child {
    margin-bottom: 35px;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent input {
    display: block;
    width: 310px;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-width: 240px;
    border-color: #ddd;
    font-size: 1rem;
    transition: .3s;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent .password-strength-container {
    width: 100%;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent .password-strength-tooltip {
    padding: 5px !important;
}

.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent .password-strength-tooltip-content {
    width: 100% !important;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent .password-strength-tooltip-content > ul {
    margin: 0 !important;
}
.DnnModule .dnnForm.dnnPasswordReset > .dnnPasswordResetContent .password-strength-tooltip-content > ul label {
    font-size: 12px !important;
}

.DnnModule .dnnForm.dnnPasswordReset .dnnPrimaryAction,
.DnnModule .dnnForm.dnnPasswordReset .dnnSecondaryAction {
    display: block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    min-width: 220px;
    max-width: 100%;
    height: 40px;
    background: #fff!important;
    text-shadow: none;
    box-shadow: none;
    color: #002060 !important;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #002060!important;
    outline: none !important;
    transition: .3s;
    
}

.DnnModule .dnnForm.dnnPasswordReset .dnnActions > li {
    float: none !important;
}
.DnnModule .dnnForm.dnnPasswordReset .dnnPrimaryAction {
    margin-top: 50px;
}

.DnnModule .dnnForm.dnnPasswordReset .dnnPrimaryAction:focus,
.DnnModule .dnnForm.dnnPasswordReset .dnnPrimaryAction:hover {
    background: #002060;
}

.DnnModule .dnnForm.dnnPasswordReset .dnnSecondaryAction {
    margin-top: 10px;
    background-color: #cdcdcd;
}
.DnnModule .dnnForm.dnnPasswordReset .dnnSecondaryAction:focus,
.DnnModule .dnnForm.dnnPasswordReset .dnnSecondaryAction:hover {
    background-color: #bcbcbc;
}


/* CameleonGallery*/


.standalone_button, .social_buttons.vertical, .social_buttons_toggle.vertical {
display: none!important;
}

.dettaglio-articolo-mappa div {
    width: 100%;
    max-width: none!important;
}

.blue-square {
    background-color: #002060;
    height: 60px!important;
    position: absolute;
    top: 10px;
    width: 60px!important;
    z-index: 0;
    right: 170px;
}

.RaccontiCooperativiArticle, .RaccontiCooperativiArticle>article>div {
    min-height: 450px;
    height: 100%;
}
.bg-RaccontiCooperativi > div.text-blue > a{
    color:#002060;
    font-size: 1.125rem;
    font-weight: bold;
}

div#dnn_Top_Grey_Col_6B div, 
div#dnn_Top_Grey_Col_6B_SyncPanel div{
    height: 100%;
}

div#dnn_Top_Grey_Col_6B div.user_dashboard{
    height: auto!important;
}

div#Legge59_92{
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}

div#Cruscotto_Newsletter{
    display: block;
    position: relative;
    top: 0px;
}

#dnn_ctr490_SubscribeForm_chkOptinList > tbody >tr:first-child{
    display: none;
}

.LiveForm .Field-Container-Wide table[id*="View_Checkbox"] label small {
    position: relative;
    top: 10px;
}

.form-contatti label {
    height: 0;
}
.contentPane:not(.contentPane.DNNEmptyPane){
    margin-top: 180px;
}

.search_input{
    font-size: small;
    position: relative;
    }

    .search_input .input{
        position: relative;
        display: flex;
        align-items: center;
        
    }
    .search_input .input input{
        width: 100%!important;
        font-size: 1rem;
        padding:.5rem 1rem;
        color:#002060;
        text-transform: uppercase;
        border-color:#002060;
        
    }
    
    .search_input .do_search{
        position: absolute;
        overflow: hidden;
        right: 1rem;
        top: 0;
        bottom: 0;
        width: 30px;
        line-height: 30px;
        text-indent: 40px;
    }
    
    .search_input .do_search::before{
        content: '';
        position: absolute;
        width: 20px;
        /* height: 20px; */
        left: 0;
        top: 5px;
        bottom: 5px;
        background: transparent url("/Portals/_default/Skins/FondoSviluppo/Images/search-icon-blu.png") no-repeat center center /contain;
    }

    .EDN_search.theme_Fondosviluppo {
        background-color: #fff;
        padding: 5px 10px;
        box-shadow: 0 4px 6px rgb(0 0 0 / 16%);
        display: block !important;
    }

    .EDN_search.theme_Fondosviluppo li {
        border-bottom: 1px solid #efefef;
    }

    .EDN_search.theme_Fondosviluppo ul a {
        font-size: .85rem;
        color:#002060;
    }
    .EDN_search.theme_Fondosviluppo ul a:hover {
        text-decoration: underline!important;
    }
    .EDN_search.theme_Fondosviluppo ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }
    .category-items.dropdown-menu li a{
        color: #002060!important;
        text-transform: inherit;
        font-size: 1rem;
        font-family: 'Nunito';
    }
    .category-items.dropdown-menu.show{
        min-width: 272px;
        padding: 0.375rem 0.75rem;
        display: block;
    }
    .category-items.dropdown-menu li a.dropdown-item:focus, .category-items.dropdown-menu li a.dropdown-item:hover {
        background-color: #002060;
        color:white!important;
    }



/*
 * Placeholder per contenuti bloccati causa cookies
 */
.DnnModule .edMaps_container,
.DnnModule .google-map-iframe,
.DnnModule .edn_article_map,
iframe[data-suppressedsrc] {
  background-color: #EFEFEF;
  background-image: url("/Portals/_default/Skins/FondoSviluppo/Images/cookie_info_blocked_content.svg");
  background-size: 260px 130px;
  background-repeat: no-repeat;
  background-position: center;
}
