/* Accessibilità skiplinks */


 a:focus, #Search input[type="text"]:focus{
    border: 1px solid #000;
    box-shadow: inset 0 0 0 3px #995c00 !important;
    padding: 4px;
}

#RM_leftMenu li > a:focus > span {
    border: 1px solid #000;
    box-shadow: inset 0 0 0 3px #995c00 !important;
    padding: 4px;
}

#RM_leftMenu .RM_leftRoot > li.rootnode-container > a:focus > span {
    border: 1px solid #000;
    box-shadow: inset 0 0 0 3px #995c00 !important;
    padding: 4px;
}

a:focus > h2.temiheading {
    border: 1px solid #000;
    box-shadow: inset 0 0 0 3px #995c00 !important;
    padding: 4px;
}

.skiplinks {
    background-color: #f3f7fc;
    text-align: center
}

.skiplinks a {
    color: #06c;
    display: block;
    font-weight: 600;
    padding: .5rem;
    text-decoration: underline
}

.skiplinks ul {
    font-size: 1rem;
    line-height: 1.5rem;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0,0,0,0)!important;
    border: 0!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

