
.root-panel .panel-header {
	display: block;
	position: relative;
	background-color: #33687b;
	color: #fff;
	width: 100%;
	z-index: 20;
}

.panel-header .inner {
	width: 100%;
	margin: 0 auto;
}
 /* editorial blog styles */
.panel-header.editorial-header {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background-color: rgba(51, 104, 123, 1);
}

.panel-header.editorial-header .top-nav-cont .header-left {
	display: block;
	max-width: 160px;
}

.panel-header.editorial-header .editorial-logo {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left: 20px;
	height: 100%;
}

.panel-header.editorial-header .editorial-logo .text {
	display: flex;
	color: white;
	font-family: "din-condensed",sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.panel-header.editorial-header .editorial-logo .text span {
	display: block;
	margin-right: 4px;
}
.panel-header.editorial-header.scrolled .editorial-logo {
    width: 80%;
}
.panel-header.editorial-header.scrolled .editorial-logo .text {
	font-size: 13px;
}
.panel-header.editorial-header.scrolled .custom-navbar ul li a {
    font-size: 18px;
}
@media (min-width: 64.063em) {
	.panel-header.editorial-header .editorial-logo {
		padding: 0;
	}

	.panel-header.editorial-header .editorial-logo .text {
		font-size: 17px;
	}

	.panel-header.editorial-header .editorial-logo .text span {
		transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
		opacity: 0;
	}

	.panel-header.editorial-header.loaded .editorial-logo .text span.first {
		transition-delay: 1.5s;
		opacity: 1;
	}

	.panel-header.editorial-header .editorial-logo .text span.second,
	.panel-header.editorial-header .editorial-logo .text span.third {
		transform: translateX(-50%);
	}

	.panel-header.editorial-header.loaded .editorial-logo .text span.second {
		transition-delay: 2s;
		opacity: 1;
		transform: translateX(0);
	}

	.panel-header.editorial-header.loaded .editorial-logo .text span.third {
		transition-delay: 2.5s;
		opacity: 1;
		transform: translateX(0);
	}
}

.panel-header.editorial-header .custom-navbar {
	border: 0;
	margin: 0;
}

.panel-header.editorial-header .top-nav-cont .header-right,
.panel-header.editorial-header .custom-navbar .inner {
	padding: 0;
}

.panel-header.editorial-header .inner,
.panel-header.editorial-header .top-nav-cont .header-right .editorial-link {
	height: 65px;
}

.panel-header.editorial-header .editorial-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: din-condensed, sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 25px;
	line-height: 33px;
	margin-left: 18px;
}

.panel-header.editorial-header .editorial-link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -19px;
	transform: translateY(-50%);
	height: 45%;
	width: 1px;
	background-color: white;
}

.panel-header.editorial-header .custom-navbar ul li a {
	font-family: din-condensed, sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 25px;
	line-height: 33px;
	font-weight: normal;
}

.panel-header.editorial-header .custom-navbar ul li {
	margin: 0 18px;
}

.panel-header.editorial-header .top-nav-cont .header-right {
	flex-direction: row;
	height: 65px;
}

[id*="sv_adminBar"] {
    display: none;
}

.panel-header.editorial-header {
	height: 70px;
}

/* editoril blog styles */
@media (min-width: 64em) {
	.root-panel .panel-header {
		position: fixed;
		padding: 0 calc(20px + (39 - 20) * ((100vw - 1025px) / (1300 - 1025))) 0 calc(20px + (30 - 20) * ((100vw - 1025px) / (1300 - 1025)));;
	}
}
@media (min-width: 1300px) {
	.root-panel .panel-header {
		padding: 0 39px 0 30px;
	}
}
.panel-header .top-nav-cont {
	display: flex;
	justify-content: space-between;
}

.panel-header .top-nav-cont .header-left {
	display: none;
}

.panel-header .top-nav-cont .header-right {
	display: none;
}

.panel-header .logo img { 
	width: 148px;
	margin-top: 16px;
    margin-left: 23px;
}

.panel-header.editorial-header .logo a {
	display: flex;
    height: 65px;
    align-items: center;
}

.panel-header.editorial-header .mobile-nav .navbar {
	width: 75px;
	margin-left: auto;
}

.panel-header.editorial-header .mobile-nav .nav-toggle {
	margin: 0;
}

.panel-header.editorial-header .logo img {
	margin: 0;
	padding-left: 30px;
	width: 100%;
}

.panel-header .mobile-nav {
	width: 100%;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 72px;
}

.panel-header .mobile-nav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	z-index: 30;
}

.panel-header .mobile-nav .mobile-dd .mobile-dd-top{
	background-color: var(--dark-gray);
}

.panel-header .mobile-nav.active .mobile-dd { display: block; }


/* Hamburger icon */
.panel-header .mobile-nav .nav-toggle {
	display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 7px 28px;
    background-color: transparent;
}

.panel-header .mobile-nav .nav-toggle:focus {
	outline: 1px dashed #e5e5e5;
}

.panel-header .mobile-nav .search-inner,
.panel-header .mobile-nav .hamburger-inner span{
	display: flex;
	flex-direction: column;
	color: #FFF;
	font-size: 15px;
	font-family: "din-condensed",sans-serif;
}

.panel-header .mobile-nav .search-inner,
.panel-header .mobile-nav .hamburger-inner {
	position: relative;
	padding: 0 9.5px;
}

.panel-header .mobile-nav .search-inner i{
	font-size: 18px;
	height: 25px;
	padding-top: 4px;
}
.panel-header .mobile-nav .hamburger-inner i {
	font-size: 25px;
}
.panel-header .mobile-nav .hamburger-inner .menu-icon,
.panel-header .mobile-nav .hamburger-inner .close-icon{
	width: 32px;
}

.panel-header .mobile-nav.active .hamburger-inner .menu-icon,
.panel-header .mobile-nav .hamburger-inner .close-icon {
	display: none;
}

.panel-header .mobile-nav.active .hamburger-inner .close-icon { 
	display: flex; 
}

.panel-header .mobile-nav.active .mobile-dd  { 
	display: block;
}
.panel-header .mobile-nav .bottom-mobile-nav{
    background-color: var(--dark-gray);
}

.panel-header .mobile-nav .bottom-mobile-nav .close-menu {
	background-color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--acumin-pro);
    color: #282828;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 2.5px 0;
    font-weight: 600;
    cursor: pointer;
}


/* end hamburger icon */

@media (max-width: 64em) {
	.panel-header .logo {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.panel-header .logo img {
		margin-top: 0;
		margin-left: 23px;
	}
}

@media screen and (min-width: 64em){
	.panel-header .top-nav-cont .header-left{
		margin-right: 30px;
	}

	.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;
		padding: 22px 0 11px 0;
		/*transition: padding ease-out 0.4s;*/
	}
	.panel-header.sticky .top-nav-cont .header-right {
		/*padding: 17px 0 11px 0;*/
	}
	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		display: flex;
	}

	.panel-header .top-nav-cont .header-right-top{
		margin-bottom: 11px;
	}
	.panel-header.sticky .top-nav-cont .header-right-top{
		margin-bottom: 0;
	}
	.panel-header .logo img { 
		width: calc(112px + (200 - 112) * ((100vw - 1025px) / (1300 - 1025)));
		transition: width ease-out 0.4s;
		margin: 0 0 5px 0;
	}
	.panel-header.sticky .logo img { 
		width: 112px;
	}

	/*Industrial Section*/

	.panel-header .ind {
		display: flex;
		flex-direction: row;
		transition: all ease-out 0.4s;
	}

	.panel-header.searchOpen .ind {
		pointer-events: none;
		opacity: 0;
	}

	.panel-header .ind .nav-container.secondary {
		position: relative;
		margin-right: 20px;
		padding-right: 22px;
	}

	.panel-header .ind .nav-container.secondary::after {
		content: "";
		position: absolute;
		right: 0;
		top:0;
		width: 1px;
		background-color: #d6e1e5;
		height: 20px;
		border-right: 1px solid #d6e1e5;
	}

	.panel-header.sticky .ind { 
		opacity: 0;
		height: 0;
	}
	/*-*-*-*-*-*-*-*-*-*-*/

	.panel-header .header-right-bottom {
		transition: all ease-out 0.4s;
	}

	.panel-header.sticky .header-right-bottom {
	    transform: translate(-20px, -30px) scale(0.867);
	    height: 11.64px;
	}

	.panel-header.sticky.searchOpen .header-right-bottom {
		opacity: 0;
		pointer-events: none;
	}
	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}
}

@media (min-width: 1300px) {
	.panel-header .top-nav-cont .header-left{
		margin-right: 0;
	}

	.panel-header .logo img { 
		width: 200px;
	}
}