/* gestisce il livello di sovrapposizione degli elementi con classe .Header nello stacking context corrente. */

.Header {
    z-index: 1000;
}

/* individua gli elementi con id #menu ed inserisce ">" dopo il titolo di ogni pagina pubblica ed aggiunge alcuni style ogni elemento*/

#menu .li-parent a.u-color-blu::after {
    content: " › ";
    font-size: 35px;
    font-family: monospace;
    font-weight: 100;
}

/*inserisce un content: none dopo ogni elemento con classe .Leads-link*/ 

.Leads-link:after{
    content: none;
    content: none;
}



/* not found element with this id */


.beta-mobile{
    display: none;
}




/* not found element with this id */

#relatedAssetsTitle a:after {
    visibility: visible;
    margin-left: -125px;
}


/* not found element with this id */

#relatedAssetsTitle a {
    visibility: hidden;
}


/* not found .site:map_aifa_esterno */

.site_map_aifa .Grid-cell:nth-child(1){
	background-color: #0066cc;
}
.site_map_aifa .Grid-cell:nth-child(2){
	background-color: #148A00;
}
.site_map_aifa .Grid-cell:nth-child(3){
	background-color: #E2206C;
}
.site_map_aifa_esterno .Grid-cell{
	background-color: #d9e6f2;
}
.site_map_aifa_esterno a {
	font-weight: bold;
	text-decoration: none;
}