
.root-panel .panel-header {
	display: block;
	position: relative;
	background-color: #002943;
	color: #fff;
}
.panel-header.mobile-active {
	background-color: #FFF;
}
.panel-header .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.panel-header .inner {
		padding: 0 0 0 20px;
	}   
}

.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: 120px; 
}

.panel-header .logo img.active,
.panel-header.mobile-active .logo img{
	display: none;
}
.panel-header.mobile-active .logo img.active{
	display: block;
}

.panel-header .mobile-nav {
	width: 100%;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-left: 16px;
}

.panel-header .mobile-nav .nav-toggle {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 20px;
	background-color: unset;
}

.panel-header .mobile-nav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background-color: white;
	z-index: 30;
	box-shadow: 0px 18px 13px -5px rgba(0, 0, 0, 0.35);
}

.panel-header .mobile-nav.active .mobile-dd { display: block; }

.panel-header .mobile-nav .mobile-dd .mobile-dd-top{
	background-color: #001420;
}
.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom{
	border-top: 1px solid #788389;
	display: flex;
	flex-direction: row;
}

.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom .mobile-translate {
	flex-basis: 162px;
}
.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom .trip-builder-mobile {
	flex-basis: 79px;
}
.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom .mobile-translate,
.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom .trip-builder-mobile {
	border-right: 1px solid #788389;
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom .trip-builder-mobile,
.panel-header .mobile-nav .mobile-dd .mobile-dd-top .bottom .weather-wrapper {
	/*width: 25%;*/
}

/* Hamburger icon */
.panel-header .mobile-nav .nav-toggle {
	display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 17.5px 7px;
    background-color: transparent;
    height: 32px;
}

.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: 11.01px;
	font-family: "raleway",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: 22px;
	height: 25px;
}
.panel-header .mobile-nav .hamburger-inner i {
	font-size: 25px;
}
.panel-header .mobile-nav .hamburger-inner .menu-icon img {
	width: 34px;
	margin-bottom: 3px;
}

.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 .search-inner i,
.panel-header .mobile-nav.active .hamburger-inner .close-icon { 
	color: #002943;
}

.panel-header .mobile-nav.active .mobile-dd  { 
	display: block;
}
.panel-header .mobile-nav .bottom-mobile-nav{
    background-color: rgba(51, 104, 123, 0.95);
}

.panel-header .mobile-nav .bottom-mobile-nav .close-menu {
	background-color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    color: #282828;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 2.5px 0;
    font-weight: 600;
    cursor: pointer;
}


/* end hamburger icon */

@media screen and (min-width: 64em) {

	.panel-header.mobile-active {
		background-color: #002943;
	}

	.panel-header .top-nav-cont {
		display: flex;
		justify-content: flex-start;
		padding-bottom: 13px;
	}

	.panel-header .top-nav-cont .header-left {
		margin-right: calc(12px + (38 - 12) * ((100vw - 1025px) / (1460 - 1025)));
	}

	.panel-header .top-nav-cont .header-left,
	.panel-header .contentRender_name_plugins_common_logo {
		display: flex;
	}
	
	.panel-header .top-nav-cont .header-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: relative;
		flex-grow: 1;
	}

	.panel-header.searchOpen .top-nav-cont .header-right::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,41,67,0.98);
		z-index: 15;
	}

	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		display: flex;
		align-items: center;
	}

	.panel-header .top-nav-cont .header-right-top {
		border-bottom: 1px solid #889ba7;
		min-height: 50px;
		padding-right: 22px;
		width: calc(100% - 25px);
		margin-bottom: 10px;
	}

	.panel-header .top-nav-cont .header-right-top.no-secondary{
		justify-content: flex-end;
	}

	.panel-header .top-nav-cont .header-right-top > div.contentRender_name_plugins_nav_secondary{
		margin-right: auto;
	}

	.panel-header .top-nav-cont .header-right-bottom {
		padding-right: 50px;
	}

	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}

	.panel-header.mobile-active .logo img{
		display: block;
	}
	.panel-header.mobile-active .logo img.active,
	.panel-header .logo img.active { 
		display: none 
	}
	.panel-header .logo img {
	    width: calc(90px + (220 - 90) * ((100vw - 1025px) / (1460 - 1025)));
	}
}

@media (min-width: 1460px) {
  	.panel-header .logo img {
	    width: 220px;
	}

	.panel-header .top-nav-cont .header-right-top{
		padding-right: 26px;
	}

	.panel-header .top-nav-cont .header-left {
		margin-right: 38px;
	}

}