* {
	box-sizing: border-box;
}
body {
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}
header {
	background-color: #003576;
	color: #ffffff;
	margin: 0;
	border-bottom: 10px solid #486293;
}
header h1 {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
	padding: 1em .75rem;
	margin: 0 auto;
}
a#site-title {
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-size: 2rem;
	font-weight: normal;
}
header h1 a img {
	height: .8em;
}
header h1 small {
	display: none;
	font-size: .6em;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	#logoPoli {
		flex-basis: 50%;
		padding-left: 5px;
	}
	img#poli-logo-large {
		display: none;
	}
	#poli-logo-small {
		width: 77%;
		height: auto;
		min-width: 133px;
		max-height: 88px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	#logoPoli {
		flex-basis: 30%;
		padding-left: 5px;
	}
	#logoPoli img {
		width: 100%;
		height: auto;
		max-height: 88px;
	}
	a#site-title {
		font-size: 3rem;
	}
	#poli-logo-small {
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	header h1 {
		max-width: 1000px;
		min-height: 120px;
	}
	#logoPoli img {
		width: 100%;
		height: auto;
		max-height: 107px;
	}
	#poli-logo-small {
		display: none;
	}
	a#site-title {
		font-size: 3rem;
	}
	header h1 small {
		display: block;
	}
}
main {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	main {
		padding-left: 8px;
		padding-right: 8px;
	}
}
main > h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #000000;
}
main .avvisi li {
	list-style-image: url(/images/interface/freccia_grigia.png);
}
main .avvisi .title {
	font-weight: bold;
	color: #333333;
}
main .avvisi .pubDate {
	font-size: .8em;
	font-style: italic;
	color: #999999;
}
main li div {
	margin: .4em 0;
}
section[id^=programme] {
	border-bottom: 1px dotted #999999;
}
section[id^=programme] > h1 {
	font-size: 1.2em;
	text-transform: capitalize;
	color: #333333;
	border: 0;
	margin: 1em 0 0;
	border-bottom: 1px solid #dddddd;
}
article.question {
	padding: 0;
	transition: all 0.3s ease-in-out .3s;
}
section[id^=project] {
	margin: 5px 0;
}
article.question,
section[id^=project] {
	border: 0px solid #cccccc;
}
article.question > h1,
section[id^=project] > h1 {
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: .5em 1em;
	transition: all 0.3s ease-in-out;
}
article.question > h1:before,
section[id^=project] > h1:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px dashed;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 6px;
	transition: all 0.7s ease-in-out;
}
article.question > .answer {
	padding: 0 1em;
}
section[id^=project] > article {
	padding-left: 40px;
}
article.question > .answer,
section[id^=project] > article {
	margin: 0;
	border: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
article.question.open,
section[id^=project].open {
	border-width: 1px;
	padding-bottom: 1px;
	box-shadow: 0 10px 15px -5px #dddddd;
	transition: all 0.3s ease-in-out 0s;
}
article.question.open > h1,
section[id^=project].open > h1 {
	font-weight: bold;
	box-shadow: 0 3px 9px #dddddd;
	z-index: 2;
}
article.question.open > h1:before,
section[id^=project].open > h1:before {
	transform: rotate(90deg);
	transform-origin: center;
}
article.question.open > .answer,
section[id^=project].open > article {
	margin: 10px 5px;
	border-bottom: 1px dotted #999999;
	max-height: 400px;
	overflow: auto;
}
.answer img {
	max-width: 100%;
	display: block;
	margin: 4px auto;
}
nav#strumenti {
	font-size: .8em;
	color: #999999;
	padding: 8px 0;
	border-bottom: 1px solid #dddddd;
}
#filtri {
	float: right;
}
#filtri h1 {
	display: inline;
	margin-right: 10px;
}
article {
	font-size: .9em;
	border-bottom: 1px dotted #999999;
	margin-bottom: 15px;
}
article[class^=pub-type] {
	padding-left: 50px;
}
article.pub-type-1 {
	background: url(/static/image/article.jpg) 5px center no-repeat;
}
article.pub-type-2 {
	background: url(/static/image/book_section.jpg) 5px center no-repeat;
}
article.pub-type-3 {
	background: url(/static/image/book.jpg) 5px center no-repeat;
}
article.pub-type-4 {
	background: url(/static/image/conference_item.jpg) 5px center no-repeat;
}
article.pub-type-5 {
	background: url(/static/image/other.jpg) 5px center no-repeat;
}
article.pub-type-6 {
	background: url(/static/image/patent.jpg) 5px center no-repeat;
}
article.pub-type-7 {
	background: url(/static/image/editorship.jpg) 5px center no-repeat;
}
article.pub-type-8 {
	background: url(/static/image/thesis.jpg) 5px center no-repeat;
}
article .descrizione {
	line-height: 1.5em;
}
article a,
article a:visited {
	color: #666666;
	font-weight: bold;
}
article a:hover {
	color: #000000;
}
article[class^=pub-type] a,
article[class^=pub-type] a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
article[class^=pub-type] a:hover {
	color: #666666;
	text-decoration: underline;
}
article p.pubDate {
	margin: .3em 0;
	font-size: .9em;
	font-style: italic;
	color: #999999;
}
@media screen and (max-width: 990px) {
	#filtri {
		display: none;
	}
	section[id^=programme] {
	}
	section[id^=project] {
		border: 1px solid #cccccc;
		margin-top: 10px;
	}
	section[id^=project] > h1 {
		margin: 0;
		color: #666666;
		background-color: #eeeeee;
		border: 0;
		padding: 10px;
	}
	section[id^=project] article {
		margin: 10px;
	}
}
#wait {
	margin: 0 auto;
	display: block;
}
#wait path {
	transform-origin: 50% 50%;
}
#contenuto iframe {
	border: 0;
	width: 100%;
	height: 1450px;
}
#contenuto.testuale {
	font-size: .9em;
	margin-top: 2em;
	line-height: 1.4em;
}
#contenuto.testuale a,
#contenuto.testuale a:visited {
	color: #666666;
	font-weight: 600;
}
#contenuto.testuale ul {
	padding-left: 2em;
}
#contenuto.testuale li {
	list-style-image: url(/images/interface/freccia_grigia.png);
	margin: .3em 0;
}
footer {
	width: 100%;
	border-top: 2px solid #003576;
	margin-top: 20px;
}
footer p {
	max-width: 992px;
	margin: .5em auto 1em;
	text-align: right;
	font-size: .8em;
}
