
:root{
    --white:#FFFFFF;
    --grey:#FAFAFA;
    --text:#313446;
    --textSecondary:  #7C7C7C;
    --basicBlue:#53AFBE;
    --secondaryBlue: #104A6B;
    --lightBlue:#F5FAFB;
    --blueHover: #3E98A7;
    --blueHover2: #DEEAEC;
    --orange: #F29528;
    --orangeHover: #E48A1F;
    --orangeLight:#FCEADB;
    --inactiveColor:#7C8DB0;
    --lightGrey: #E5E5E5;
    font-size: 62.5% !important;
}
.no-overflow{
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 0;
}
h1,
h1 span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 6rem;
    line-height: 7.2rem;
    color: #104A6B;
}
h2,
h2 span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 5.2rem;
    color: #104A6B;
}
h2.story_evidence_title_home{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 6.4rem;
    color: #FFFFFF;
}
h2.story_evidence_title_archive{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 6rem;
    line-height: 6.4rem;
    color: #FFFFFF;
}
h2.teaser_title{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #313446;
}
h3,
h3 > span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 5.8rem;
    /* color: #104A6B; */
}
h4,
h4 > span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.8rem;
    /* color: #104A6B; */
}
h5,
h5 > span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    /* color: #104A6B; */
}
p{
    font-family: barlow_condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
    
}
span{
    font-family: barlow_condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.4rem;
}

section .page_title{
    margin-top: 5.5rem;
    margin-bottom: 8.6rem;
}
.f_weight_normal{
    font-weight: normal !important;
}
a{
    color:var(--text);
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: var(--textSecondary);
    text-decoration: none;
}
 
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.basicBlue{
    color: var(--basicBlue);
}
.secondaryBlue{
    color: var(--secondaryBlue);
}
.text-underline{
    text-decoration: underline !important;
}
.white{
    color: var(--white) !important;
}
.secondaryText{
    color: var(--textSecondary);
}
.text{
    color: var(--text);
}
.bg_basicBlue{
    background-color: var(--basicBlue);
}
.bg_lightBlue{
    background-color: var(--lightBlue);
}
.ud_footer_bck{
    background-color: var(--text);
}
#ud_newsletter_result,
#ud_error_404_page{
    margin-top:7rem;
    margin-bottom: 10rem;
}
.site-header nav.navbar,
footer,
#iscriviti,
#page{
    max-width: 1366px;
    margin: 0 auto;
}
.container-fluid{
    padding-right: 9.8%;
    padding-left: 9.8%;
    margin:0 auto;
}
button:focus {
    outline: 0px;
}
.border-l{
    border-left: 1px solid var(--white);
}

.btn-ud-basicBlue{
    padding:12px 15px;
    color:var(--grey);
    background-color: var(--basicBlue);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 22px;
}
.btn-ud-read-more{
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.8rem 2.8rem;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    background-color: var(--white);
    color:var(--basicBlue);
    cursor: pointer;
}
.btn-ud-read-more:hover{
    background: #F0F2F8;
    border: 1px solid #53AFBE;
    box-sizing: border-box;
}
.btn_ud_comunity{
    width:30%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 12px 20px;
    border: 1px solid var(--basicBlue);
    box-sizing: border-box;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color:var(--basicBlue);
}
.btn_ud_counter{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--white);
    box-sizing: border-box;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color:var(--white);
}
.btn_ud_counter i{
    margin-left: 20px;
}
.btn_ud_choose{
    width: 87%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem;
    background-color: var(--orange);
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color:var(--white);
}
.btn-ok-cookie{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 97px !important;
    max-height: 48px !important;
    padding: 3rem 0 !important;
    background-color: var(--white) !important;
    border: 1px solid var(--basicBlue) !important;
    box-sizing: border-box !important;
    color: #53AFBE !important;
    font-family: barlow_condensedmedium !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 1.7rem !important;
    line-height: 2rem !important;
    cursor:pointer;
}
.btn-ud-transparent{
    /* width:164px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem;
    border: 1px solid #53AFBE;
    box-sizing: border-box;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #53AFBE;
}
.btn-ud-transparent.alternative{
    width:148px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem;
    border: 1px solid var(--white);
    border-radius: 0;
    box-sizing: border-box;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: var(--white);
}
.btn-ud-transparent.alternative:hover{
    background: #3E98A7;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.btn_play_video{
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 70px;
    border-radius: 4rem;
    cursor:pointer;
}
.btn_play_video i{
    font-size: 1.7rem;
}
 a.btn_play_video:hover,a.btn_play_video:focus, a.btn_play_video:active{
    color:#000;
}
.btn-dona-ora{
    max-width: 146px;
    min-height: 60px;
    background: #F29528;
    padding:1.8rem 2rem;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-dona-ora::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../icons/arrowRight_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 0.2rem 0;
}


.accordion{
    padding:0;
}
.accordion .card{
    padding:3.6rem 0 2.4rem 0;
    background-clip: unset;
    align-items: center;
    border-radius: 0;
    border-bottom: 1px solid var(--lightGrey);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.accordion .card .card-header{
    background-color: transparent;
    width: 100%;
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card .card-header .btn{
    display: block;
    text-align: left;
    width: 90%;
    padding: 0;
    -webkit-appearance:none;
}

.accordion .card .card-header .btn h5{
    display: inline-block;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
}
.accordion .card .card-header .btn i{
    float: right;
    font-size: 2rem;
    padding-top: 1rem;
    color: var(--basicBlue);
}
.accordion .card .card-header .btn.btn-link:not(.collapsed) .rotate-icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapse,
.collapsing{
    width: 100%;
}
.card-body{
    margin:3rem 0rem;
}


.box-cookie-banner{
    max-width: 564px;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    left: 10%;
    right: 10%;
    z-index: 999999;
}
.cookie-banner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1.3rem 1rem 1.3rem 2.4rem;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.cookie-banner p{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 0;
    margin-right: 1rem;
    color: #313446;
}
.cookie-banner a{
    text-decoration: underline;
}
.site-header nav.navbar .ud_box_menu .navbar-toggler{
    width: 23px;
    height: 23px;
    margin-left: 1.6rem;
    padding: 0;
}
.site-header nav.navbar .ud_box_menu .navbar-toggler span.first,
.site-header nav.navbar .ud_box_menu .navbar-toggler span.third{
    display: block;
    width: 100%;
    background-color: #313446;
    height: 2px;
}
.site-header nav.navbar .ud_box_menu .navbar-toggler span.second{
    display: block;
    width: 70%;
    background-color: #313446;
    height: 2px;
}
.site-header nav.navbar .ud_box_menu .navbar-toggler span.first,
    .site-header nav.navbar .ud_box_menu .navbar-toggler span.second{
        margin-bottom: 0.6rem;
    }

#overlay_box.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}