.header-container {
	padding-top: 59px;
}

@media screen and (min-width: 1024px) {
	.header-container {
		padding-top: 0;
		height: 90px;
	}
}

.root-panel .panel-header {
	display: block;
	background-color: white;
	color: #fff;
	/* box-shadow: 0 3px 7px #4646461a; */
	box-shadow: 0 3px 7px rgba(70,70,70,.16);
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 1025px) {
	.panel-header {
		min-height: 92px;
		position: relative;
	}
}

.panel-header .inner {
	max-width: 1270px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.panel-header .inner {
		padding: 0 0;
	}   
}

.panel-header #mobile-navigation {
	background-color: #ece9e4;
}

.panel-header .mobile-nav .headerbox-search-form button {
	background-color: #039;
}
.panel-header .mobile-nav .headerbox-search-form i {
	color: #fff
}

/* .panel-header .mobile-nav {
	background-color: #ece9e4;
} */

.panel-header .logo {
	width: 111px;
	margin: 2px 15px 5px 11px;
}

.panel-header .mobile-nav .visitlex-logo {
	height: 33px;
	margin: 7px 0;
}

@media (min-width: 1025px) {
	.panel-header .logo {
		width: 185px
	}
	.panel-header .visitlex-logo {
		margin: 15px 0;
	}
}

.panel-header .logo-cont {
	margin-right: auto;
}

.panel-header .top-nav-cont {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 1024px) {
	.panel-header .top-nav-cont {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1440px) {
	.panel-header .top-nav-cont {
		max-width: 1265px;
	}
}

.panel-header .top-nav-cont .header-left {
	display: none;
}

.panel-header .top-nav-cont .header-right {
	display: none;
}

.panel-header .logo img { width:100% }

.panel-header .mobile-nav {
	width: 100%;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	justify-content: end;
	height: 59px;
}

.panel-header .mobile-nav .nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	background-color: #003399;
	color: black;
	/* margin-left: auto; */
	margin-bottom: 0;
	width: 62px;
}

.panel-header .mobile-dd-top {
	background-color: white;
	padding: 9px 10px 9px 20px;
	display: flex;
	flex-direction: row-reverse;
	box-shadow: inset 0 8px 6px -6px #e8e8e8;
}

.panel-header .mobile-nav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background-color: white;
	z-index: 30;
}

.panel-header .mobile-nav.active .mobile-dd { display: block; }


/* Hamburger icon */
.panel-header .mobile-nav .hamburger-inner {
	position: relative;
}

.panel-header .mobile-nav .hamburger-inner::after,
.panel-header .mobile-nav .hamburger-inner::before {
	position: absolute;
}

.panel-header .mobile-nav .hamburger-inner,
.panel-header .mobile-nav .hamburger-inner::after,
.panel-header .mobile-nav .hamburger-inner::before {
	width: 20px;
	height: 4.4px;
	transition-property: transform;
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	border-radius: 1.1px;
}

.panel-header .mobile-nav .hamburger-inner::before {
	content: "MENU";
	display: block;
	color: white;
	font-size: 14px;
	top: -7px;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	left: -11px;
}

.panel-header .mobile-nav .hamburger-inner::after {
	content: "";
	display: block;
	bottom: -9px;
	transition: bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.panel-header .mobile-nav.active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	background-color: white;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel-header .mobile-nav.active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.panel-header .mobile-nav.active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	background-color: white;
	transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* end hamburger icon */


@media screen and (min-width: 1025px){
	.panel-header .top-nav-cont .header-left,
	.panel-header .contentRender_name_plugins_common_logo {
		display: flex;
		align-items: center;
	}
	
	.panel-header .top-nav-cont .header-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		display: flex;
		align-items: baseline;
		flex-direction: row;
	}

	.panel-header .header-right-top {
		flex-direction: row;
		justify-content: baseline;
	}
	.panel-header .header-right-top > div {
		height: 30px;
		align-self: flex-end;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.panel-header .top-nav-cont .header-right-top {
		margin-top: 15px;
		margin-bottom: 9px;
	}

	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}
}