html .header {
	width: 100%;
	margin-bottom: 1.5em;
}

.header .brand {
	position: relative;
	margin: 12px 0 0 24px;
}

.brand .secondary-brand {
	margin: 10px 0 0 -28px;
  	padding-top: 15px;
}

.brand .connection-menu {
	display: flex;
	width: auto;
	position: absolute;
	right: 0px;
	background: url("") no-repeat 0 0;
	height: 33px;
	padding: 0 1.333em .18em 2em;
	margin: -14px 0 0 28px;
	font-size: 12px;
}

.connection-menu .menu-item {
	background: url("") no-repeat 0 0;
	padding: .417em .833em .083em .833em;
}

.connection-menu .menu-item:nth-child(1) {
	background: none;
}

.menu-item .menu-disconnect {
	font-size: 1em;
	background: url("") no-repeat 100% 50%;
	padding-right: 5px;
	border: none;
	margin: -5px 0px 0px 0px;
	text-decoration: underline !important;
}

.menu-item .menu-disconnect:hover{
	color: red
}

.menu-lvl-1 {
	display: flex;
	margin: .833em 26px 0 16px;
	padding: 5px 0 0 2px;	
}

.menu-lvl-1 .menu-item {
	font-weight: bold;
	border-left: .083em solid white;
	border-right: .083em solid #bac9d1;
}

.menu-lvl-1 .menu-item:hover {
	background-color: #eff3f5;
}

.menu-lvl-1 .menu-item:nth-last-child(1) {
	border-right: 0;
}

.menu-lvl-1 .menu-item a {
	padding: .12em 1.66em .15em .64em;
	text-decoration: none;
	background: url("") no-repeat 100% 54%;
}

.menu-lvl-1 .menu-item:nth-child(1) a {
	padding-right: 0.65em;
	background: none;
}

.menu-lvl-1 .item-selected a {
	color: #d3222a;
	background: url("") no-repeat 100% 54%;
	background-color: #eff3f5;
}

.header .menu-lvl-2 {
	display: flex;
	background-color: #eff3f5;
	padding: .3em 0 .25em 11px;
}

.menu-lvl-2 .menu-item {
	font-size: 12px;
	font-weight: bold;
	border-left: .083em solid white;
	border-right: .083em solid #c9d7df;
}

.menu-lvl-2 .menu-item:nth-child(1) {
	border-left: 0;
}

.menu-lvl-2 .menu-item:nth-last-child(1) {
	border-right: 0;
}

.menu-lvl-2 .menu-item a {
	padding: 0 1.167em;
}

.other-menu {
	border-bottom: .083em solid #dee2e5;
	margin: 0 26px 22px 26px;
	padding-bottom: 1px;
	text-align: right;
}

.other-menu .menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	background-color: #e9eef2;
}

.other-menu .menu-item a {
	display: inline-block;
	font-size: 1em;
	padding: .3em 1.25em .1em;
	text-decoration: none;
}

.other-menu .menu-item .txt-notice {
	text-decoration: underline;
}
		
.other-menu .menu-item .num-notice {
	color: #d3222a;
}

@media only screen and (max-width: 974px) {
	.header .brand {
		margin: 12px;
	}
	
	.brand .secondary-brand {
		margin-left: 0;
	}
	
	.brand .connection-menu {
		right: -12px;
	}
}
		
@media only screen and (max-width: 768px) {
	.header .brand {
		margin-top: 24px;
	}
	
	.brand .connection-menu {
		margin-top: -24px
	}
}