@charset "UTF-8";
/* CSS Document
 */

.firstPage .firstHeader {
	text-align: left;
	margin-top: 1em;
	margin-left:0;
	margin-right:0;
	margin-bottom: 2.2em;
	border-bottom: solid 3px var(--sel-color);
}

.firstPage .logoNEXO {
	height: 2.1em;
	float: right;
	margin-top: 0.8em;
}

.firstPage .codePlan {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.firstPage .logoProduct {
	margin-top: 0;
	margin-bottom: 3px;
	height: 2.2em;
}


.firstPage hgroup {
	text-align: center;
}

.firstPage h1 {
	font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.4em;
    padding:0;
	border:none;
	text-transform: none;
}
.firstPage h1 img {
	max-height: 2em;
}

.firstPage h2 {
	font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 1em;
    padding:0;
}

.firstPage h3 {
    font-weight:lighter;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 1.5em;
    padding:0;
}
.firstPage h3 img {
	display:none;
}

.firstPage hgroup img {
	max-width: 80%;
}
