.header{
	position: fixed;
    height: 56px;   
    width: 100%;
    top: 0;
	border-bottom: 1px solid #D0D5DD;
}
.header .mbnav {
	display: none;
}

.header .toggler {
	display: block;
    width: 54px;
    height: 27px;
    padding: 10px;
    margin: 5px;
    position: absolute;
    top: 0px;
    right: 0;
}
.header .toggler:before,
.header .toggler:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header .toggler span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.tabbtn{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 50px;
	background: #D0D5DD;
	display: flex;
	z-index: -1;
	margin-bottom: 20px;
}
.tabbtn button{
	width: 100%;
	border: 0;
	background: #f4f4f5;
	border-bottom: 2px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	z-index: -1;
	position: absolute;
	width: 50%;
	left: 0;
	padding: 12px;

}
.tabbtn button#home{
	left: 0;
	z-index:999;
}
.tabbtn button#portal{
	right: 0;
	z-index:999;
	left: inherit;
}
.tabbtn button.active,
.tabbtn button:focus{
	color:#0C67B1;
	border-bottom: 2px solid #0C67B1;
	background: #fff;
}
.tabbtn button svg{
	margin-right: 5px;
}
.tabbtn button svg path{
	fill:#51525C;
}	
.tabbtn button.active svg path,
.tabbtn button:focus svg path{
	fill: #0C67B1;
}
.showMenu{
	display: block!important;
}
.hideMenu{
	display: none!important;
}

#hMenu{
	display: none;
}
@media screen and (max-width: 1199px) {	
	#hMenu{
		display: block;
	}
}