/**************************  Generic styles for the portal  *****************************/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.center-text{
	text-align: center;
}
.apice{
	vertical-align: super;
	font-size: 0.7em;
}
.pedice{
	vertical-align: sub;
	font-size: 0.7em;
}
.jspPath{
	display: none;
}

/** typography */
/** font-size in rem declared last for modern browsers, font-size in px declared before for ie8 and older **/

html { 
	font-size: 62.5%; /* font-size 1em = 10px */
}

body { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px; font-size: 1.4rem;/* =16px */ 
	line-height: 16px; line-height: 1.6rem;
} 

h1 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 20px; line-height: 2.0rem;
	color: #2b2959;
	font-weight: normal;
}
/*
h2 {
	font-size: 36px; font-size: 3.6rem;
}

h3 {
	font-size: 24px; font-size: 2.4rem;
}

h4 {
	font-size: 21px; font-size: 2.1rem;
}

h5 {
	font-size: 18px; font-size: 1.8rem;
}

h6 {
	font-size: 16px; font-size: 1.6rem;
}*/

p {
	font-size: 14px; font-size: 1.4rem;
	/*max-width: 420px;*/
	margin-bottom: 16px; margin-bottom: 1.6rem;
}

.isfol_section_header {
	background-color: slategrey;
	height: 4em;
	padding-top: 0.1em;
	text-align: center;
}


#cookie-law-info-bar {
	border: 0 none;
	font-size: 10pt;
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}