/* Show it is fixed to the top */
body {
    padding-top: 90px;
}
a{
    text-decoration: underline;
}
nav.navbar{
    padding:0;
}
#header-usi{
    min-width:380px;
    border-top:1.5rem solid #000;    

}
#header-usi-content{
    padding-top:0.5625rem;
    padding-left: 1rem;
    padding-bottom: 12px;
    padding-right: 1rem;
}
#usi-bollo{
    background-image:url("../../bollino-usi.svg");
    width:70px;
    height:70px;
    background-repeat: no-repeat;
    padding:0;

}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#usi-bollo a{
    display:block;
    width:45px;
    height:45px;
    border-radius:50%;
}
#usi-nome{
    text-decoration: none;
    font-weight:600;
    color:#000;
    padding:0;
    line-height: 20px;
}


#page-footer{
    padding-top:1rem;
    clear:left;    
    background-color:#222;
}
#page-footer a{
    color: #fff;    
}
.sitelink,
.helplink,
.logininfo,
.summaryfooter{
    display:none;
}    
.footer_social li:not(:first-child):before {
    content: " / ";
}
ul.footer_social li{
    display:inline;

}
ul.footer_social li a{
    text-decoration:none;
}
.usi-title{
    font-weight:600;
    font-size: 1rem;
    line-height: 1rem;        
}
.footer-title{
    font-weight:600;
    font-size: 1.375rem;
    line-height: 1.56rem;
    border-top-width: 1px;
    border-top-style: solid;
    padding-bottom: 1.25rem;
    padding-top: .625rem;
}
.lower_footer {
    padding-top: .625rem;
    padding-bottom: .625rem;
}
@media (max-width: 767px) {
    #page-footer .row{
        text-align:center;
    }
}