html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif!important;
    font-size: 62.5%!important;
    font-variant-ligatures: common-ligatures;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    color: #1c2024;
    font-size: 1.8rem;
    min-width: 30rem;
}

.highlight-news {
    margin: 20px 0;
}

.title-block-news {
    color: white;
    background-color: #007399;
    padding: 5px;
	margin: 0;
}

.title-block-news a {
    color: white;
    text-decoration: none;
}

.post-news {
    margin-right: 20px;
}

.project-news,
.button-block {
    margin: 20px;
}

*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 0px;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0 7px 0;
    font-weight: 600;
    color: #333;
    text-transform: none;
}

h3.progetti {
    color: black;
    padding: 3px 7px;
    border-left: 5px solid #007399;
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.contenuto-articolo img.wp-post-image {
    width: 100%;
}

header.u-background-40 span a[rel="category tag"] {
    color: white;
}

p.Breadcrumb a {
    color: #007399;
}

a.materiali{
	font-weight: 600;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
	margin-top: 20px;
    display: inline-block;
}

a.news-home, a.news-home:hover {
	text-decoration:none;
	color:#444;
}

.uk-progress.progress-yellow::-webkit-progress-value {
  background-color: #F6E600;
}
.uk-progress.progress-yellow::-moz-progress-bar {
  background-color: #F6E600;
}
.uk-progress.progress-yellow::-ms-fill {
  background-color: #F6E600;
}

div.avanzamento {
	display:block;
	width: 100%;
}

div.omino {
	float:left;
	width: auto;
}

@media all and (max-width: 768px) {
    .Header-searchTrigger .js-Header-search-trigger.Icon.Icon-close.u-hiddenVisually {
        display: none !important
    }
}

.Header-title {
    display: block!important
}
@media screen and (max-width: 480px) {
    .Header-titleLink a {
        font-size: 2rem !important;
    }
}

.rl-basicgrid-gallery {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.rl-basicgrid-gallery:after {
    content: '';
    flex-grow: 999999999;
    min-width: 300px;
    height: 0; 
}
.rl-basicgrid-gallery .rl-gallery-item {
	text-decoration: none !important;
	box-shadow: none !important;
	text-align: center;
}
.rl-basicgrid-gallery .rl-gallery-item img {
	max-width: 100%;
	display: inline-block;
}
#rl-gallery-container-1 .rl-basicgrid-gallery {
    padding: -2px;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    width: calc(33.333333333333% - 2px);
    margin: 1px;
}
@media all and (min-width: 1200px) {
    #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(33.333333333333% - 2px);
    }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(33.333333333333% - 2px);
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(50% - 2px);
    }
}
@media all and (max-width: 768px) {
    #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(100% - 2px);
    }
}