.root-panel .panel-header {
	display: block;
	background-color: var(--nav-background-color);
	color: var(--secondary-color);
	border-bottom: 1px solid rgb(207, 207, 207);
}

@media (min-width: 320px) and (max-width: 1023px) {
	.root-panel .panel-header {
		border-bottom: none;
	}
}

.panel-header .inner {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.translated-ltr .panel-header .top-nav-cont,
.translated-rtl .panel-header .top-nav-cont {
    margin-top: 41px;
}
 
.translated-ltr body.cr-gallery,
.translated-rtl body.cr-gallery {
    top: 41px !important;
}

body.cr-gallery, body.primary {
	top: 0px !important;
}

.panel-header .top-nav-cont {
	display: flex;
	justify-content: space-between;
	height: 58px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	background: var(--nav-background-color);
	z-index: 10;
}

.panel-header .top-nav-cont .header-left {
	display: none;
}

.panel-header .top-nav-cont .header-right {
	display: none;
}

.panel-header .mobile-nav .logo-cont {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 58px;
	padding-left: 8px;
	flex: 0 1 142px;
	min-width: 0;
}

.panel-header .mobile-nav .logo  {
	width: 100%;
}

body.magicaldining .panel-header .mobile-nav .logo  {
	width: 205px;
}

.panel-header .mobile-nav .logo.ipw  {
	width: 82%;
	margin-left: 12px;
}

.panel-header .logo img {
	width: 103px;
	margin-left: 8px;
}

@media (max-width: 1023px) {
	body.magicaldining .logo img {
		width: 155px;
		height: 29px;
		display: block !important;
	}
}

.panel-header .mobile-nav {
	width: 100%;
	z-index: 1;
	min-height: 58px;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.panel-header .menus {
	display: flex;
	height: 58px;
	justify-content: flex-end;
	align-items: center;
	margin-right: 5px;
}

body.meetings .panel-header .menus {
	margin: 0 10px;
}

.panel-header .menus > div {
	display: inline-block;
}

.panel-header .menus > div,
.panel-header .menus > button {
	margin: 0 10.25px;
}

.panel-header .mobile-nav .menus .search-toggle {
	background-color: transparent;
	color: var(--primary-header-color);
	/* margin: 0; */
	padding: 0;
	font-size: 17px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	line-height: 0;
}

.panel-header .mobile-nav .menus .search-toggle .fa-search {
	display: none;
}

.magicaldining .panel-header .mobile-nav .menus .search-toggle .fa-search {
	display: block;
}

.panel-header .mobile-nav .menus .translate-toggle {
	height: 17px;
	width: 17px;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.panel-header .translate-toggle svg {
	width: 16px;
	height: 16px;
	max-width: unset;
	position: relative;
	top: -1px;
}

.panel-header .mobile-nav .menus .translate {
	height: 17px;
	width: 17px;
}

.panel-header .mobile-nav .menus .translate .globe {
	color: var(--primary-highlight-color);
	font-size: 17px;
}

.panel-header .mobile-nav .menus .translate-popup {
	display: none;
}

.panel-header .mobile-nav .menus .translate-popup.active {
	display: block;
}

.panel-header .mobile-nav span.registered span.symbol {
	top: -2px;
}

.translate .translate-popup {
	position: absolute;
	background-color: rgba(255,255,255,.9);
	width: 270px;
	right: 10px;
	top: 75px;
	z-index: 10;
	padding: 20px;
}

.translate .translate-popup h5 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.translate .translate-popup::before {
	content: "";
	position: absolute;
	top: -32px;
	right: 73px;
	border: 1rem solid transparent;
	border-bottom-color: rgba(255,255,255,.9);
}

.translate .translate-popup a.bttn {
	border-color: var(--primary-highlight-color);
	color: var(--primary-highlight-color);
	width: 100%;
	height: 50px;
	font-size: 20px;
}

.translate-cont .with-links {
	display: none;
}
.translate-cont .without-links {
	display: block;
}

.translate .translate-popup a.bttn:hover {
	color: var(--primary-highlight-color);
	text-decoration: underline;
}

.translate .translate-popup a.bttn:last-of-type {
	margin-bottom: 20px;
}

.translate .translate-popup a.bttn::before {
	border: 2px solid var(--primary-header-color);
}

.translate .translate-popup a.bttn::after {
	border-top: 2px solid var(--quaternary-highlight-color);
	border-bottom: 2px solid var(--quaternary-highlight-color);
}

.panel-header .mobile-nav .nav-toggle {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	height: 100%;
	width: 17px;
	overflow: hidden;
}

.panel-header .mobile-nav .mobile-dd-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 12px 0 3px;
}

.panel-header .mobile-nav .mobile-dd-top .trip-ticketlink {
	display: flex;
	justify-content: center;
	align-items: center;
}

.panel-header .tripItems {
	color: var(--primary-highlight-color);
	position: relative;
	width: 22px;
	min-width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 21px;
}


.panel-header .tripItems .count {
	color: var(--secondary-color);
	position: absolute;
	top: -5px;
	z-index: 2;
	font-family: var(--font-family-body);
	font-weight: 700;
	font-size: 9px;
	color: var(--secondary-color);
}

@-moz-document url-prefix() {
	.panel-header .tripItems .count {
		top: -7px;
		left: 5.5px;
	}
}

body.magicaldining .panel-header .desktop-translate {
	display: none;
}

body.meetings .panel-header .tripItems .count {
	top: 1px;
}

body.spanish .panel-header .tripItems .count,
body.portuguese .panel-header .tripItems .count {
	top: -7px;
}

.panel-header .tripItems .fa-heart {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
	z-index: 1;
}

.panel-header .trip-ticketlink {
	display: flex;
	align-items: center;
}

body.spanish .panel-header .trip-ticketlink .trip-builder-mobile,
body.portuguese .panel-header .trip-ticketlink .trip-builder-mobile,
body.meetings .panel-header .trip-ticketlink .trip-builder-mobile {
	margin-right: 0;
}

.panel-header .trip-ticketlink img {
	max-width: none; /* Foundation override */
}
.panel-header.leisure .top-nav-cont .tripItems .count {
	position: relative;
	left: 0;
}

.panel-header .mobile-main-nav {
	padding-top: 15px;
}

.panel-header .mobile-nav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	max-height: calc(100vh - 58px);
	overflow-y: auto;
	background-color: var(--secondary-header-background-color);
	z-index: 30;
	box-shadow: 0px 8px 15px var(--primary-header-shadow-color);
	padding-bottom: 5px;
}

.panel-header .mobile-nav .search-cont {
	display: none;
}

.panel-header .mobile-nav .menus .fa-times {
	display: none;
	position: relative;
	top: -2px;
}

.panel-header .mobile-nav .search-cont.active {
	display: block;
}

.panel-header .mobile-nav .menus .search-toggle .fa-times {
	font-size: 22px;
	margin: 0 1px;
}

.panel-header .mobile-nav .menus .search-toggle.active .fa-times {
	display: block;
}

.magicaldining .panel-header .mobile-nav .menus img {
	display: none;
}

.panel-header .mobile-nav .menus .search-toggle svg {
	width: 18px;
	height: 18px;
}

.panel-header .mobile-nav .menus .search-toggle.active img,
.panel-header .mobile-nav .menus .search-toggle.active .fa-search {
	display: none;
}

.panel-header .mobile-nav.active .mobile-dd {
	display: block;
}

.panel-header .mobile-nav .mobile-dd-top .iconTickets img {
	margin-top: -2px;
}

.panel-header .mobile-nav .tripbuilder-container {
	position: relative;
	width: 18px;
	height: 18px;
}

.panel-header .mobile-nav .tripbuilder-placeholder {
	position: absolute;
	width: 18px;
	height: 18px;
}

.panel-header .mobile-nav .tripbuilder-placeholder svg{
	position: absolute;
	width: 18px;
	height: 18px;
}

/* 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: 17px;
	height: 1.5px;
	background-color: var(--primary-header-color);
	transition-property: transform;
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.panel-header .mobile-nav .hamburger-inner::before {
	content: "";
	display: block;
	top: -6px;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.panel-header .mobile-nav .hamburger-inner::after {
	content: "";
	display: block;
	bottom: -6px;
	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;
	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);
	transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel-header .top-nav-cont > .search-dropdown {
	display: none;
}

@media screen and (max-width: 359px) {
	.panel-header .tripItems .count {
		top: -7px;
    	left: 0px;
		width: 17px;
		height: 17px;
	}
	.panel-header.leisure .top-nav-cont .tripItems .count {
		top: -7px;
		left: -2.5px;
	}
	body.spanish .panel-header .tripItems .count,
	body.portuguese .panel-header .tripItems .count {
		line-height: 30px;
	}
	body.meetings .panel-header .tripItems .count {
		top: 2px;
		left: -0.5px;
	}
	@-moz-document url-prefix() {
		.panel-header .tripItems .count {
			left: 0px;
		}
		body.spanish .panel-header .tripItems .count,
		body.portuguese .panel-header .tripItems .count {
			left: 5.5px;
		}
		body.meetings .panel-header .tripItems .count {
			top: 1px;
			left: 5px;
		}
		body.magicaldining .panel-header .tripItems .count {
			left: -.5px;
		}
	}
}

/* end hamburger icon */
@media screen and (min-width: 360px) {
	.panel-header .logo img {
		width: 123px;
		min-width: 123px;
		min-height: 29px;
	}

	.panel-header .mobile-nav .menus > div,
	.panel-header .mobile-nav .menus > button {
		margin: 0 10.5px;
	}

	.panel-header .logo.ipw img {
		width: 87px;
		margin-left: 19px;
	}

	body.meetings .panel-header .tripItems .count {
		top: 2px;
	}

	body.meetings .panel-header .tripItems .count,
	body.spanish .panel-header .tripItems .count,
	body.portuguese .panel-header .tripItems .count {
		left: 8px;
		top: -5px;
	}

	body.meetings .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
		left: 10px !important;
	}

	body.spanish .panel-header .tripItems .count,
	body.portuguese .panel-header .tripItems .count {
		line-height: 28px;
	}

	@-moz-document url-prefix() {
		body.spanish .panel-header .tripItems .count,
		body.portuguese .panel-header .tripItems .count {
			left: 7.5px;
		}
		.panel-header .tripItems .count {
			top: -5.5px;
			left: 0px;
		}
	}

	.panel-header .mobile-nav .tripbuilder-container {
		width: 22px;
		height: 22px;
	}

	.panel-header .mobile-nav .tripbuilder-placeholder svg{
		width: 22px;
		height: 22px;
	}

	body.leisure .panel-header .tripItems .fa-heart,
	body.spanish .panel-header .tripItems .fa-heart,
	body.portuguese .panel-header .tripItems .fa-heart,
	body.meetings .panel-header .tripItems .fa-heart {
		font-size: 22px;
	}

	body.meetings .panel-header .tripItems .count {
		top: 3px;
	}

	.panel-header .mobile-nav .menus .translate {
		height: 22px;
		width: 22px;
	}

	.panel-header .mobile-nav .menus .translate-toggle {
		height: 22px;
		width: 22px;
	}

	.panel-header .mobile-nav .menus .translate-toggle svg {
		width: 22px;
		min-width: 22px;
		height: 22px;
		min-height: 22px;
	}

	.panel-header .mobile-nav .menus .search-toggle svg {
		width: 22px;
		height: 22px;
	}

	.panel-header .mobile-nav .menus .search-toggle {
		height: 22px;
		width: 22px;
	}

	body.leisure .panel-header .tripItems,
	body.spanish .panel-header .tripItems,
	body.portuguese .panel-header .tripItems,
	body.meetings .panel-header .tripItems {
		width: 22px;
		height: 22px;
	}

	.panel-header .mobile-nav .nav-toggle {
		height: 22px;
		width: 22px;
		overflow: hidden;
	}

}

@media (min-width: 360px) and (max-width: 1023px) {
	@-moz-document url-prefix() {
		body.meetings .panel-header .tripItems .count {
			top: 2px !important;
			left: 7.5px;
		}
		body.magicaldining .panel-header .tripItems .count {
			left: 7.5px;
		}
	}
}

@media screen and (min-width: 64em) {
	.root-panel .panel-header {
		padding: 0;
		border: none;
		position: relative;
	}

	body.magicaldining .logo img {
		width: 255px;
		height: 47px;
		display: block !important;
	}

	.panel-header .logo img {
		width: 100%;
	}

	body.magicaldining .panel-header .logo {
		width: 255px;
	}

	.panel-header .logo.ipw img {
		width: 81%;
		margin-left: 29px;
	}

	.panel-header .tripItems .fa-heart {
		font-size: 22px;
	}
	.panel-header.leisure .top-nav-cont .tripItems .count {
		top: -6px;
		left: 8px;
		font-size: 9px;
	}
	.panel-header .translate-toggle svg {
		width: 22px;
		height: 22px;
		top: 0;
	}
	.panel-header .mobile-nav .menus .search-toggle img {
		width: 22px;
		height: 22px;
	}

	.panel-header .inner {
		padding: 0;
		margin: 0;
	}

	.panel-header .top-nav-cont {
		height: 94px;
	}

	.panel-header.leisure .top-nav-cont {
		height: 113px;
		min-height: 113px;
	}

	.panel-header .contentRender_name_plugins_nav_main {
		flex: 1 0 auto;
	}

	.panel-header .top-nav-cont {
		padding: 0 25px;
		align-items: center;
	}

	.panel-header .top-nav-cont .header-left {
		flex: 1 0 auto;
	}

	.panel-header .top-nav-cont .header-left,
	.panel-header .contentRender_name_plugins_common_logo {
		display: flex;
		align-items: center;
	}

	.panel-header .logo  {
		width: 150px;
	}

	.panel-header .logo.ipw  {
		width: 220px;
		margin-left: 35px;
	}

	.panel-header.leisure .logo {
		width: 187px;
	}

	.panel-header .top-nav-cont .header-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.panel-header .top-nav-cont .header-right-bottom {
		justify-content: center;
	}

	.panel-header .top-nav-cont .header-right-bottom .nav-container {
		margin-top: 2px;
	}

	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		display: flex;
		align-items: center;
	}

	.panel-header .header-right-bottom .menu,
	.panel-header .header-right-top .menu {
		display: flex;
		justify-content: space-between;
	}

	.panel-header .header-right-bottom .tripbuilder-wrapper {
		height: 22px;
		width: 22px;
		position: relative;
	}

	.panel-header .header-right-bottom .tripbuilder-wrapper div {
		height: 22px;
		width: 22px;
		position: absolute;
	}

	.panel-header.leisure .top-nav-cont .header-right-top {
		width: 100%;
		justify-content: flex-end;
		align-items: stretch;
		margin-right: 13px;
	}

	.translated-ltr .panel-header .top-nav-cont,
    .translated-rtl .panel-header .top-nav-cont {
        margin-top: 40px;
    }
 
    .translated-ltr body.cr-gallery,
    .translated-rtl body.cr-gallery {
        top: 35px !important;
    }
 
    .translated-ltr body.primary,
    .translated-rtl body.primary,
	.translated-ltr body.spanish,
	.translated-rtl body.spanish,
	.translated-ltr body.portuguese,
	.translated-rtl body.portuguese {
        top: 40px !important;
    }
 
    body.cr-gallery, body.primary,
	body.spanish, body.portuguese {
        top: 0px !important;
    }

	.panel-header.leisure .top-nav-cont .header-right-top .tripbuilder {
		height: 100%;
	}

	.panel-header.leisure .top-nav-cont .header-right-top .tripbuilder-placeholder {
		width: 22px;
		height: 22px;
		position: absolute;
	}

	.panel-header.leisure .top-nav-cont .header-right-top .tripbuilder-container {
		width: 22px;
		height: 22px;
		position: relative;
	}

	.panel-header.leisure .top-nav-cont .menus {
		height: 32px;
	}

	.panel-header.leisure .top-nav-cont .menus > div {
		display: inline-block;
		margin: 0 11px;
	}

	.panel-header.leisure .top-nav-cont .tripItems,
	.panel-header .top-nav-cont .header-right-bottom .tripItems {
		color: var(--quaternary-highlight-color);
		position: relative;
		width: 22px;
		height: 22px;
		display: block;
	}

	.panel-header.leisure .top-nav-cont .tripItems {
		margin: 0;
	}

	.panel-header.leisure .top-nav-cont .tripItems .count,
	.panel-header .top-nav-cont .header-right-bottom .tripItems .count {
		color: var(--secondary-color);
		position: absolute;
		left: 50%;
		top: -6px;
		transform: translateX(-50%);
		z-index: 2;
		font-family: var(--font-family-body);
		font-weight: 700;
		font-size: 9px;
	}

	.panel-header.leisure .top-nav-cont .tripItems .fa-heart,
	.panel-header .top-nav-cont .header-right-bottom .tripItems .fa-heart {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 22px;
		z-index: 1;
	}

	.panel-header.leisure .top-nav-cont .tripItems .fa-heart::before,
	.panel-header .top-nav-cont .header-right-bottom .tripItems .fa-heart::before {
		color:#eb2328;
	}

	body.magicaldining .panel-header.leisure .top-nav-cont .tripItems .fa-heart::before,
	.panel-header .top-nav-cont .header-right-bottom .tripItems .fa-heart::before {
		color: var(--quaternary-highlight-color);
	}

	.panel-header .top-nav-cont .header-right-bottom .translate-cont {
		margin-left: 10px;
	}

	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}

	.panel-header .top-nav-cont .search-dropdown {
		display: none;
		position: absolute;
		top: 94px;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 30px 100px;
		justify-content: center;
		z-index: 10;
	}

	.panel-header.leisure .top-nav-cont .search-dropdown {
		top: 113px;
	}

	.panel-header .top-nav-cont .search-dropdown.active {
		display: flex;
		z-index: 32;
	}

	.panel-header .top-nav-cont .translate-toggle {
		z-index: 100;
		display: flex;
		padding: 0;
		margin: 0;
		background-color: transparent;
	}

	.panel-header .top-nav-cont .translate-toggle .globe {
		color: var(--primary-highlight-color);
		font-size: 18px;
	}
	.panel-header .top-nav-cont .translate-popup {
		display: none;
	}

	.panel-header .top-nav-cont .translate-popup.active {
		display: block;
	}

	.panel-header .translate {
		position: relative;
	}

	.panel-header .translate .translate-popup {
		top: 75px;
		right: -5px;
	}

	.panel-header.leisure .translate .translate-popup {
		top: 40px;
	}

	.panel-header .translate .translate-popup::before {
		content: "";
		position: absolute;
		top: -32px;
		right: 0;
		border: 1rem solid transparent;
		border-bottom-color: rgba(255,255,255,.92);
	}

	.panel-header.leisure .iconTickets {
		display: block;
	}

	body.primary .panel-header.leisure .top-nav-cont .tripItems .count {
		top: -21%;
		left: 52%;
	}

	body.primary .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
		left: 47%;
	}

	@-moz-document url-prefix() {
		body.primary .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
			left: 46%;
		}
	}

	body.spanish .panel-header.leisure .top-nav-cont .tripItems .count, body.spanish .panel-header .top-nav-cont .header-right-bottom .tripItems .count, body.portuguese .panel-header.leisure .top-nav-cont .tripItems .count, body.portuguese .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
		left: 47%;
	}
}

@media screen and (min-width: 85em) {
	body.spanish .panel-header .desktop-translate,
	body.portuguese .panel-header .desktop-translate
	body.meetings .panel-header .desktop-translate {
		margin-left: 5px;
	}

	.panel-header .top-nav-cont {
		padding: 0 27px;
		align-items: center;
	}

	.panel-header .logo  {
		width: 212px;
		margin-left: 11px;
	}

	.panel-header.leisure .logo {
		width: 212px;
	}

	.panel-header .top-nav-cont .header-right-bottom .translate-cont select {
		width: 160px;
		opacity: 1;
	}

	.panel-header.leisure .top-nav-cont .translate-cont {
		margin: 0;
	}

	body.primary .panel-header.leisure .top-nav-cont .tripItems .count {
		top: -20%;
		left: 54%;
	}

	body.primary .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
		left: 48%;
	}

	@-moz-document url-prefix() {
		body.primary .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
			left: 46%;
		}
	}

	body.spanish .panel-header.leisure .top-nav-cont .tripItems .count, body.spanish .panel-header .top-nav-cont .header-right-bottom .tripItems .count, body.portuguese .panel-header.leisure .top-nav-cont .tripItems .count, body.portuguese .panel-header .top-nav-cont .header-right-bottom .tripItems .count {
		left: 48%;
	}
}

@media screen and (min-width: 90em) {
	.panel-header .top-nav-cont {
		padding: 0 calc((100% - 1386px) / 2 );
		align-items: center;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	button:hover, button:focus, .button:hover, .button:focus {
		background-color: transparent;
	}
}