/* PRE-HEADER */

.pre-header {
	max-width: none;
	padding: 0;
	height: 45px;
	background-color: #fff;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	border-bottom: 1px solid #0e3444;
}
.pre-header ul li {
	padding: 12px 0;
	height: 45px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}
.pre-header-desktop ul li {
	padding: 12px 0;
}
.pre-header-desktop ul li.dark {
	background-color: #0e3444;
}
.pre-header ul li a {
	padding: 0 18px;
}
.pre-header-desktop ul li a {
	color: #0e3444;
	text-transform: none;
	border-left: 1px solid #0e3444;
}
.pre-header ul li a:hover {
	text-decoration: none;
	opacity: 0.75;
}
.pre-header-desktop ul li.dark a {
	color: #fff;
	border-right: 1px solid #267782;
	margin-right: 0;
}
.pre-header-desktop .span-icon-hub-scuola {
	background-color: #0e3444;
}
.pre-header-mobile .span-icon-hub-scuola {
	background-color: #fff;
}
.pre-header-mobile .span-icon-hub-scuola a {
	border: none;
}
.span-icon-hub-scuola a {
	padding: 0 15px 0 0 !important;
}
.span-icon-hub-scuola a img {
	width: 36px;
}
.pre-header-mobile ul li.span-icon-hub-scuola {
	background: none;
}

.pre-header-desktop {
	display: block;
}
.pre-header-desktop .list-inline {
	-ms-flex-direction: row;
	flex-direction: row;
	display: flex;
	float: right;
}
.pre-header-desktop ul li:first-child a {
	border: none !important;
}
.pre-header-mobile {
	display: none;
}
.pre-header-mobile ul li.dark {
	background: none;
}
.pre-header-mobile ul li a {
	color: #0e3444;
	text-transform: none;
	border-left: 1px solid #267782;
}
.pre-header-mobile ul#sub {
	display: block;
	z-index: 3000;
	position: absolute;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #0e3444;
	float: left;
	width: 100%;
	padding: 0;
	top: -220px;
	transition: all .3s ease-out;
	background: #fff;
}
.pre-header-mobile ul#sub.open {
	top: 45px;
	background: #fff;
}
.pre-header-mobile ul#sub li {
	display: block;
	list-style: none;
	background: #fff;
	padding: 12px 16px !important;
}
.pre-header-mobile ul#sub li a {
	border: none;
	font-size: 15px;
}
.pre-header-mobile {
	padding: 0;
}
.pre-header-mobile ul li.hello-field {
	display: inline;
}
.pre-header-mobile ul li.hello-field a.chevron-select {
	background: url('../img/svg/chevron.svg') center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	border: 0;
	transition: 0.2s ease-in 0s;
	cursor: pointer;
}
.pre-header-mobile ul li.hello-field a.chevron-select.selected {
	transform: rotate(180deg);
}
.pre-header-mobile .list-inline {
	float: left;
	width: 100%;
	z-index: 3001;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #0e3444;
	right: -5px;
}


@media (max-width: 997px) {
	.pre-header {
		margin-right: 0;
	}
	.pre-header-desktop {
		display: none;
	}
	.pre-header-mobile {
		display: block;
	}
	#pre-header {
		margin-right: 0;
		border-bottom: none;
	}
	
}
