@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
    font-family: 'Open Sans', Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #535353;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
/* gestione link */

a {
    text-decoration: none;
    color: #0047bb
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}



/* elementi heder + screen reader */



#ls-row-2-area-1 h1,
.h1 {
    font-size: 20px;
    margin: 22px 0 0;
    padding: 0;
	line-height:1.42857;
}

#ls-row-2-area-1 .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.spacer-xs-top-30 {
    margin-top: 30px;
}

.icon-block {
    width: 45px;
    height: 45px;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon-cerca {
    background-image: url(/risorse/condivise/immagini/icone/icone-gialle/gi__cerca.png);
}