/**
 * Public Press — genericons, link, a11y, align, clearings, shell layout (ex style.css)
 * Estratto in CSS-T22.
 */

/**
 * 2.0 - Genericons (solo menu social opzionale in drawer — CSS-T12)
 */
.social-navigation a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 6.1 - Links
 */
a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #002372;
}

h2 a:hover,
h2 a:focus,
h2 a:active {
	color: #58585a;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * 7.0 - Accessibility
 */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 8.0 - Alignments
 */
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after {
	clear: both;
}

/**
 * 11.0 - Content shell
 */
.site {
	background-color: #fff;
}

.site-inner {
	position: relative;
}

.site-inner > *:not(.skip-link) {
	margin: 0 auto;
	max-width: 1900px;
	width: 100%;
	box-sizing: border-box;
}

.site-content {
	word-wrap: break-word;
	padding: 4em 2%;
	max-width: 1600px;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main > :last-child {
	margin-bottom: 0;
}

.site-main > article {
	position: relative;
	clear: both;
}

.public-press-page__article,
.page .public-press-page__article {
	padding-top: 0;
}

.page-content {
	margin-right: 3.6923%;
	margin-left: 3.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

/**
 * 14.0 - Media Queries
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 901px) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}

.hidden {
	display: none;
}
