html {
    -webkit-text-size-adjust: 100%;
    }
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	overflow-y: scroll;
	}
h1 {
	font-size: 2.3em;
	line-height: 120%;
	margin: 0 0 .4em 0;
	text-align: center;
	}
h2, h3 {
	line-height: 120%;
	margin-bottom: .5em;
	margin-top: 0;
	}
h4 {
	margin: 1em 0 0 0;
	}
@media (max-width: 612px) {
	h1 {
		font-size: 1.7em;
		}
	h2 {
		font-size: 1.2em;
		}
	}
p {
	margin-bottom:0;
	}
p:first-of-type {
	margin-top:0;
	}
.text, p {
	line-height: 150%;
	}
a {
	color: #003594;
	text-decoration:none;
	}
ul {
	margin: 0;
	padding-left: 1em;
	}
img {
	border: none;
	}
sup {
	vertical-align: top; 
	position: relative; 
	top: -0.4em; 
	}
sub {
	vertical-align: bottom; 
	position: relative; 
	bottom: -0.4em; 
	}
main, header, footer {
	display: block;
	}
main>section, footer>section {
	padding: 5% 5% 0 5%;
	}
main {
	padding-bottom: 5%;
	}

/*GOTO*/
.goto:after {
	padding-left: .2em;
	content: "›"; 
	}
.goto {
	display: block;
	padding-top:.6em;
	font-weight: bold;
	}

/*HEADER*/
header {
	padding-top:5%;
	}
#logo {
	display: block;
	margin-left: 5%;
	max-width: 17em;/*!*/
	overflow: hidden;
	}
#logo svg {
	height: 56px;/*!*/
	width: 251px;/*!*/
	}
#logo div {
	color: gray; 
	}
nav{
	margin-right: 5%;
	text-align: right;
	font-weight: bold;
	}
nav ul {
	list-style-type: none;
	margin: 0 0 5% 0;
	}
nav li {
	display: inline-block;
	margin: 0 0 0 1.8em;
	}
nav li:nth-of-type(2):last-of-type{
	min-width:4.5em;
	}
.goback:before {/*!*/
	padding-right: .2em;
	content: "‹"; 
	}
header .text {
	padding: 5% 5% 5% 5%;
	margin-top: 5%;
	background-color: #e2edf9; 
	}
@media (min-width: 36em) {
	nav{
		display: block;
		position: absolute;
		padding-top: 5%;
		top:0;
		right:0;
		}
	header .text {
		padding-top: 1.8em;
		padding-bottom: 1.8em;
		}
	}
@media (min-width: 64em) {
	header .text {
		padding: 1.8em calc(20% + .3em) 1.8em calc(20% + .3em);
		margin-top: 5%;
		}
	}
	
/*------HEADER CON IMG-----*/
.conimg{
	overflow:hidden;
	}
.imgsom {
	display: block;
	max-width: 35em;
	width:100%;
	margin: 0 0 0 auto;
	padding-left:5%;
	background-color: #e2edf9; 
	}
.imgsom img, .imgsom source {
	display: block;
	}
@media (min-width:36em) and (max-width:53em) {
.imgsom {
	width:35em;
	margin:0;
	padding-left: calc(100% - 35em);
	}
}
@media (min-width:53em) {
	.conimg {
		position: relative;
		}
	.bottom-aligner {
		display: inline-block;
		height: 19em;
		vertical-align: bottom;
		}
	.conimg .text {
		width: calc(90% - 42em + 18em); 
		margin-right: calc( -42em - 5% + 18em); 
		padding-right: calc(42em + 5% - 18em); 
		padding-left:5%;
		display: inline-block;
		margin-top:5%;
		}
	.imgsom {
		display: block;
		position: absolute;
		max-width: 42em;
		right:-18em;
		bottom:0;
		background-color: transparent;
		}
	}
@media (min-width:80em) {
	.imgsom {
		right:0;
		}
	.conimg .text {
		width: calc(90% - 42em); 
		margin-right: calc( -42em - 5%); 
		padding-right: calc(42em + 5%); 
		}
	}

/*FOOTER*/
footer {
	background-color: lightgray;
	background: linear-gradient(white, lightgray, lightgray);
	background: -webkit-linear-gradient(white, lightgray, lightgray);
	background: -moz-linear-gradient(white, lightgray, lightgray);
	background: -ms-linear-gradient(white, lightgray, lightgray);
	background: -o-linear-gradient( white, lightgray, lightgray);
	padding: 5% 0 2.5% 0;
	clear: both;
	}
#share ul {
	list-style: none;
	padding:0;
	font-weight: bold;
	}
#share li {
	margin-bottom: .6em;
	}
#share a[href^="https://www.face"] {
	color: #3c5998;
	}
#share a[href^="https://twi"] {
	color: #33ccff ;
	}
#share a[href^="https://plus"] {
	color: red;
	}
#share a[href^="https://www.link"] {
	color: #0077b5;
	}
#share a[href^="mailto"] {
	color: gray;
	}
.pagedetails {
	clear: both;
	font-size: .9em;
	padding: 5% 5% 0 5%;
	text-align: center;
	}
address {
	margin-top: .5em;
	font-style: normal;
	}
.nowrap {
	white-space: nowrap;
	}
.mazzonigroup {
	display: block;
	margin: 2.5% auto 0 auto;
	width: 90px;
	}
.mazzonigroup img {
	width: 90px;
	}
@media (max-width: 612px) {
	footer section{
		display: none;
		}
	}
@media (min-width: 612px) {
	footer section{
		float: left;
		padding: 2.5em 0 0 0;
		margin-left: 5%;
		width: 28.33%;
		}
	footer section:first-of-type:nth-last-of-type(2) {
		margin-left: 33.33%;
		}
	#learn-more{
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMwIDMxIj48cGF0aCBkPSJNMS42IDUuM2w3IDEyLjQtNyAxMi4zSDlMMTcgMTcuNyA5IDUuM0gxLjV6Ii8+PC9zdmc+");
		background-repeat: no-repeat;
		}
	#interested{
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDcyIDMxIj48cGF0aCBkPSJNNDEuNSA2LjRWMjRoMzAuMlY2LjRMNjAgMTYuNmMtMi42IDItNC44IDEuOC02LjcgMHoiLz48cGF0aCBkPSJNNDEuNSA0LjNsMTMgMTEuMmMxLjIgMS4yIDMgMS4yIDQuMyAwbDEzLTExLjJ6TTEuNiA1LjdDMS40IDguMiA0IDE0LjcgMTAgMjFjNi4zIDYgMTMgOC43IDE1LjMgOC40IDMtLjUgNS4zLTMgNS41LTUuOGwtNy43LTVzLTIuNyAyLjItNC4yIDEuN2MtMS40LS41LTMtMS40LTQuOC0zLjMtMi0xLjgtMi44LTMuMy0zLjMtNC44UzEyLjQgOCAxMi40IDhMNy40IDBDNC43LjcgMiAzLjIgMS43IDUuN3oiLz48L3N2Zz4=");
		background-repeat: no-repeat;
		}
	#share{
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDcwIDMxIj48cGF0aCBkPSJNMTkgNHY4Yy00LjggMC0xNS43IDMuMi0xNiAxNyA1LTcgMTIuNC04IDE2LTh2OGwxMi4zLTEyLjN6Ii8+PC9zdmc+");
		background-repeat: no-repeat;
		}
	}
@media (min-width:60em) {
	footer {
		position: relative;
		padding-top: 2.5%;
		}
	footer section{
		width: 14em;
		margin-top:0;
		}
	footer section:first-of-type:nth-last-of-type(3) {
		margin-left: calc(85% - 42em);
		}
	footer section:first-of-type:nth-last-of-type(2) {
		margin-left: calc(90% - 28em);
		}
	.pagedetails { 
		padding: 5% calc(20% + 160px) 0 10%;
		}
	.mazzonigroup {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0 10% 0 0;
		padding: 0 0 2.5% 0;
		}
	}
	
/*ACCORDION*/
.title { 
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	}
.title:before {
	padding-right: .25em;
	content: "›"; 
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: .15em .75em;
	}
.accordion.hide > .title:before {
	transform: none;
	}
.hide>* { 
	display: none !important; 
	}
.hide {
	border-bottom: thin solid #e2edf9;
	}
.hide .title { 
	display: block !important; 
	}