/* Header */
@media only screen {
	.mobileNav .item  a > .menuUnderline {
		position: relative;
		display: block;
		width: 0;
		height: 4px;
		/*background-color: black;*/
		background-color: #9600FF;
		-webkit-transition: width 250ms ease;
		   -moz-transition: width 250ms ease;
			-ms-transition: width 250ms ease;
			 -o-transition: width 250ms ease;
				transition: width 250ms ease;
	}	
	.mobileNav  .item.open  a > .menuUnderline,
	.mobileNav  .item.selected  a > .menuUnderline,
	.mobileNav  .item:hover  a > .menuUnderline {
		width: 100%;
	}
	body.noscroll {
		overflow: hidden;
	}
	body.menu-open .content_container,
	body.menu-open .footer_container {
		display: none;
	}
	.header_container {
		position: fixed;
		display: block;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	body.menu-open .header_container {
		position: relative;
		top: 0 !important;
	}
	.panel_custom_header {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: transparent;
		z-index: 10;
		-webkit-transition: background-color 0 linear;
		   -moz-transition: background-color 0 linear;
			-ms-transition: background-color 0 linear;
			 -o-transition: background-color 0 linear;
				transition: background-color 0 linear;
	}
	.panel_custom_header.opened {
		position: absolute;
		background-color: black;
		z-index: 999;
		-webkit-transition: background-color 0.3s linear;
		   -moz-transition: background-color 0.3s linear;
			-ms-transition: background-color 0.3s linear;
			 -o-transition: background-color 0.3s linear;
				transition: background-color 0.3s linear;
	}

	.desktopNav {
		display: none;
	}

	.mobileMenuOverlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: black;
		-webkit-transition: height 500ms ease;
		   -moz-transition: height 500ms ease;
			-ms-transition: height 500ms ease;
			 -o-transition: height 500ms ease;
				transition: height 500ms ease;
		z-index: 9;
	}
	.mobileMenuOverlay.hidden {
		height: 0;
		background-color: transparent;
	}

	.panel_custom_header .secondary_nav {
		display: none;
	}

	/* Secondary nav in menu overlay */
	.panel_custom_header .mainNavWrap .secondary_nav.mobile {
		display: none;
		margin: 30px auto;
		text-align: center;
		opacity: 0;
		z-index: 2;
	}
	.panel_custom_header.opened .mainNavWrap .secondary_nav.mobile {
		display: block;
		opacity: 1;
		-webkit-transition: opacity 200ms ease 100ms;
		   -moz-transition: opacity 200ms ease 100ms;
			-ms-transition: opacity 200ms ease 100ms;
			 -o-transition: opacity 200ms ease 100ms;
				transition: opacity 200ms ease 100ms;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav {
		display: block;
		list-style-type: none;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		-webkit-padding-start: 0;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li {
		display: block;
		vertical-align: top;
		padding: 0 10px;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li a {
		display: block;
		color: #838083;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li a br {
		display: none;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li a:hover {
		/*color: #c3b07c;*/
		text-decoration: underline;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li.phoneNumber a {
		font-weight: 500;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li.free-visitors-guide2 a {
		/*color: #c3b07c;*/
		text-decoration: underline;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li.free-visitors-guide2 a:hover {
		color: #ededed;
	}

	.panel_custom_header .mainNavWrap .secondary_nav.mobile .topNav li a i {
		margin-right: 10px;
	}

	.panel_custom_header .mainNavWrap .secondary_nav.mobile .custom-links {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .custom-links ul {
		display: block;
		max-width: 280px;
		margin: 0;
		padding: 20px 0;
		list-style-type: none;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		-webkit-padding-start: 0;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .custom-links ul li {
		padding-bottom: 10px;
		list-style-type: none;
		text-align: center;
	}
	.panel_custom_header .mainNavWrap .secondary_nav.mobile .custom-links ul li a {
		font-family: Oswald;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		outline: none;
		color: #ededed;
	}
	.panel_custom_header .mobileLogoWrapper {
		display: none;
		position: relative;
		height: 100px;
		background-color: white;
		z-index: 2;
	}
	.panel_custom_header .mobileLogoWrapper.loaded {
		display: block;
	}
	.panel_custom_header.opened .mobileLogoWrapper.loaded {
		display: none;
	}
	.panel_custom_header .mobileLogoWrapper img {
		display: block;
		position: relative;
		top: 20px;
		width: auto;
		margin: 0 auto;
	}
		
	/* Begin: Alter Your Reality */
	.panel_custom_header .mobileLogoWrapper.ayr img {
		top: 5px;
		width: 137px;
		height: 89px;
	}
	.panel_custom_header.opened .mobileNav .backHome {
		display: none;
	}
	.panel_custom_header .mobileNav .backHome {
		display: inline-block;
		margin: 12px 0 0 40px;
	}
	.panel_custom_header .mobileNav .homeLink {
		font-family: 'Lato';
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		color: white;
	}
	/* End: Alter Your Reality */
	
	/* Mobile Nav */
	.panel_custom_header .mobileNav {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: 50px;
		background-color: black;
		z-index: 11;
	}
	.panel_custom_header .mobileNav .logoWhite {
		text-align: center;
	    position: absolute;
	    left: 0;
	    right: 0;
	    height: 30px;
	    margin: 10px auto;	
	}
	.panel_custom_header.opened .mobileNav {
		position: relative;
		height: auto;
	}
	.panel_custom_header .mobileNav .menuWrapper {
		display: none;
	}
	.panel_custom_header.opened .mobileNav .menuWrapper {
		display: block;
	}
	.panel_custom_header.opened .mobileNav.subMenus .menuWrapper {
		display: flex;
		position: relative;
	}
	.panel_custom_header .mobileNav .mainNav {
		position: relative;
		display: block;
		width: auto;
		background-color: transparent;
		margin: 40px 0 0 0;
	}
	.panel_custom_header .mobileNav.subMenus .mainNav {
		margin: 30px auto 0;
		padding: 20px;
		border: 1px solid #111111;
	}
	.panel_custom_header .mobileNav .mainNav .item {
		position: relative;
		text-align: center;
		list-style-type: none;
	}
	.panel_custom_header .mobileNav .mainNav .item {
		width: fit-content;
		margin: 0 auto;
	}
	.panel_custom_header .mobileNav.subMenus  .mainNav .item {
		text-align: left;
	}
	.panel_custom_header .mobileNav .mainNav .item a .menuTitle {
		display: block;
		position: relative;
		top: 2px;
		padding: 5px;
		font-family: Oswald;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		outline: none;
		color: #ededed;
	}
	.panel_custom_header .mobileNav .mainNav .item a .menuTitle br {
		display: none;
	}
	.panel_custom_header .mobileNav .mainNav .item a .menuTitle:hover {}
	.panel_custom_header .mobileNav .mainNav .item.selected > a > .menuTitle,
	.panel_custom_header .mobileNav .mainNav .mobile-sub-item.selected > a > .menuTitle {
		/*color: #c3b07c;*/
		text-decoration: underline;
	}

	.panel_custom_header .mobileNav .mainNav .item .mobile-sub-menu {
		list-style-type: none;
		margin: 0;
		padding: 0 20px;
	}
	.panel_custom_header .mobileNav .mainNav .item .mobile-sub-menu .menuTitle {
		font-size: 24px;
	}
	.panel_custom_header .mobileNav .mainNav .item .mobile-sub-menu .mobile-sub-menu {
		padding: 0 20px;
	}
	.panel_custom_header .mobileNav .mainNav .item .mobile-sub-menu .mobile-sub-menu .menuTitle {
		font-size: 20px;
	}

	.panel_custom_header.level_1 .mobileNav.subMenus .mainNav .item .mobile-sub-menu { display: none; }
	.panel_custom_header.level_1 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: none; }
	.panel_custom_header.level_1 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: none; }

	.panel_custom_header.level_2 .mobileNav.subMenus .mainNav .item .mobile-sub-menu { display: block; }
	.panel_custom_header.level_2 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: none; }
	.panel_custom_header.level_2 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: none; }
	
	.panel_custom_header.level_3 .mobileNav.subMenus .mainNav .item .mobile-sub-menu { display: block; }
	.panel_custom_header.level_3 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: block; }
	.panel_custom_header.level_3 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: none; }
	
	.panel_custom_header.level_4 .mobileNav.subMenus .mainNav .item .mobile-sub-menu { display: block; }
	.panel_custom_header.level_4 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: block; }
	.panel_custom_header.level_4 .mobileNav.subMenus .mainNav .item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu .mobile-sub-item .mobile-sub-menu { display: block; }

	/* begin menu icon */
	.panel_custom_header .mobileNav .menuIcon {
	    text-indent: 0;
	    background-color: transparent;
	    left: 14px;
	    top: 10px;
	    width: auto;
	    height: 45px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    outline: 0;
	}
	.panel_custom_header .mobileNav .menuIcon.open {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #fff;
		top: 20px;
	}
	.panel_custom_header .mobileNav .menuIcon.open a {
		display: none;
	}
	.panel_custom_header .mobileNav .menuIcon:hover,
	.panel_custom_header .mobileNav .menuIcon:focus,
	.panel_custom_header .mobileNav .menuIcon:active {
		/*background: transparent;*/
	}
	.panel_custom_header .mobileNav .menuIcon a {
		position: absolute;
		left: 0;
		top: 0;
	}
	.panel_custom_header .mobileNav .menuIcon.open .menuTitle:after {
		content: attr(title);
		position: absolute;
		top: 0;
		left: 0;
	}
	.panel_custom_header .mobileNav .menuIcon.open .menuTitle span {
		display: block;
		position: absolute;
		left: 80px;
		top: 20px;
		min-width: 60vw;
		width: 100%;
		height: 2px;
		background-color: white;
	}

	/* hamburger icon (menu closed) */
	.panel_custom_header .mobileNav .menuIcon a span::before,
	.panel_custom_header .mobileNav .menuIcon a span::after,
	.panel_custom_header .mobileNav .menuIcon a span {
		position: relative;
		display: inline-block;
		width: 25px;
		height: 2px;
		background-color: white;
		-webkit-transition: all 400ms ease;
		   -moz-transition: all 400ms ease;
			-ms-transition: all 400ms ease;
			 -o-transition: all 400ms ease;
				transition: all 400ms ease;
	}
	.panel_custom_header .mobileNav .menuIcon a span::before,
	.panel_custom_header .mobileNav .menuIcon a span::after {
		content: '';
		position: absolute;
		left: 0;
	}
	.panel_custom_header .mobileNav .menuIcon a span::before { top: 7px; }
	.panel_custom_header .mobileNav .menuIcon a span::after  { top: -7px; }

	/* arrow icon (menu open) */
	.panel_custom_header .mobileNav .menuIcon.open a span::before,
	.panel_custom_header .mobileNav .menuIcon.open a span::after {
		/*top: 0;*/
		/*width: 15px;*/
		height: 0;
	}
	.panel_custom_header .mobileNav .menuIcon.open a span::before {
		/*transform: rotate(30deg);*/
		/*transform-origin: left top;*/
	}
	.panel_custom_header .mobileNav .menuIcon.open a span::after {
		transform: rotate(-30deg);
		transform-origin: left bottom;
	}
	/* end menu icon */

	.panel_custom_header .secondary_link  {
		display: none;
	}
}

@media only screen and (min-width: 641px) and (max-width: 850px) {
	.panel_custom_header .mobileNav .logoWhite {
		display: block !important;
	}
	.panel_custom_header .mobileLogoWrapper {
		height: 60px;
		display: none !important;
	}
	.panel_custom_header .mobileLogoWrapper img {
		height: 40px;
		top: 10px;
	}
}

@media only screen and (min-width: 64.063em) {
	.header_container {
		top: 0;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		-webkit-transition: height 250ms linear;
		   -moz-transition: height 250ms linear;
			-ms-transition: height 250ms linear;
			 -o-transition: height 250ms linear;
				transition: height 250ms linear;
	}
	.panel_custom_header {
		display: block;
		position: relative;
		width: 100%;
		max-width: 1600px;
		height: 100%;
		max-height: 150px;
		margin: 0 auto;
		background-color: black;
		-webkit-transition: max-height 250ms linear;
		   -moz-transition: max-height 250ms linear;
			-ms-transition: max-height 250ms linear;
			 -o-transition: max-height 250ms linear;
				transition: max-height 250ms linear;
	}
	.panel_custom_header .topNavWrap {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		height: 50px;
		background-color: black;
	}

	.panel_custom_header .secondary_nav {
		display: inline-block;
		width: auto;
		margin: 0 0 0 12px;
		text-align: left;
		line-height: 0;
		opacity: 0;
		transition: opacity 500ms linear;
	}
	body.lang-english .panel_custom_header .secondary_nav,
	body.lang-other .panel_custom_header .secondary_nav.loaded {
		opacity: 1;
	}

	body.lang-english-intl .panel_custom_header .secondary_nav {
		margin-left: auto;
	}
	body.lang-other .panel_custom_header .secondary_nav {
		position: absolute;
		right: 0;
	}

	.panel_custom_header .secondary_nav .topNav {
		display: flex;
		margin: 0;
		list-style-type: none;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		-webkit-padding-start: 0;
	}
	.panel_custom_header .secondary_nav .topNav li {
		display: flex;
		align-items: center;
		height: 50px;
		text-transform: uppercase;
	}
	.panel_custom_header .secondary_nav .topNav li.news,
	.panel_custom_header .secondary_nav .topNav li.map {
		display: none;
	}
	.panel_custom_header .secondary_nav .topNav li a {
		position: relative;
		display: flex;
		flex-direction: column;
		font-size: 15px;
		line-height: 15px;
		color: #ffffff;
	}
	body.lang-other .panel_custom_header .secondary_nav .topNav li a {
		padding-top: 13px;
		font-size: 13px;
	}
	.panel_custom_header .secondary_nav .topNav li a:hover {
		/*color: #c3b07c;*/
		color: #9600FF;
	}
	.panel_custom_header .secondary_nav .custom-links a.has-arrow:after {
		content: '\279C';
		position: relative;
		top: 2px;
		left: 8px;
		font-size: 23px;
		line-height: 15px;
	}

	body.lang-english-intl .panel_custom_header .secondary_nav .topNav li a {
		padding-top: 16px;
	}
	.panel_custom_header .secondary_nav .topNav li a br {
		display: none;
	}

	.panel_custom_header .menuUnderline {
		display: none;
	}

	.panel_custom_header .mainNavWrap .secondary_nav.mobile {
		display: none;
	}

	.panel_custom_header .secondary_nav .custom-links {
		display: inline-block;
		margin-left: 0;
		margin-right: 140px;
	}
	body.lang-other .panel_custom_header .secondary_nav .custom-links {
		margin-right: 0;
	}

	.panel_custom_header .main_nav {
		position: relative;
		width: 100%;
		height: 100px;
		background-color: #ededed;
		-webkit-transition: height 250ms linear;
		   -moz-transition: height 250ms linear;
			-ms-transition: height 250ms linear;
			 -o-transition: height 250ms linear;
				transition: height 250ms linear;
	}

	.desktopNav {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: relative;
		max-width: 1600px;
		height: 100px;
		margin: 0 auto;
	}
	.desktopNav .logoWrapper {
		position: relative;
		width: 105px;
		height: 100px;
		left: 15px;
		overflow: hidden;
		pointer-events: none;
		text-align: center;
		-webkit-transition: height 250ms linear;
		   -moz-transition: height 250ms linear;
			-ms-transition: height 250ms linear;
			 -o-transition: height 250ms linear;
				transition: height 250ms linear;
	}
	.desktopNav .logoWrapper.loaded {
		display: inline-block;
		width: 115px;
	}
	.desktopNav .logoWrapper .logo {
		display: block;
		position: absolute;
		left: 5px;
		right: 0;
		top: 25px;
		width: 105px;
		height: 57px;
		background-image: url(/includes/public/assets/images/logo.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		pointer-events: all;
		z-index: 2;
		-webkit-transition: top 250ms linear;
		   -moz-transition: top 250ms linear;
			-ms-transition: top 250ms linear;
			 -o-transition: top 250ms linear;
				transition: top 250ms linear;
	}


	/* Begin: Alter Your Reality */
	.desktopNav.ayr .logoWrapper {
		width: 150px;
		height: 130px;
		left: 130px;
	}
	.desktopNav.ayr .logoWrapper .logo {
		top: 5px;
		width: 137px;
		height: 89px;
		background-image: url(/includes/public/assets/images/logo.ayr.png);
	}
	.desktopNav.ayr .backHome {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		z-index: 99;
	}
	.desktopNav.ayr .homeLink {
		font-family: 'Lato';
		font-weight: bold;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		color: black;
	}
	.desktopNav.ayr .homeLink:hover {
		/*color: #c3b07c;*/
		color: #9600FF;
	}
	/* End: Alter Your Reality */
	
	.navPrimary {
		display: flex;
		justify-content: flex-end;
		width: calc(100% - 130px);
		height: 100px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
		font-size: 0; /* remove space between nav items and separators */
		-webkit-transition: top 250ms linear;
		   -moz-transition: top 250ms linear;
			-ms-transition: top 250ms linear;
			 -o-transition: top 250ms linear;
				transition: top 250ms linear;
	}

	.navPrimary .item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 0 20px;
	}
	.navPrimary .item:last-of-type {
		padding-right: 10px;
	}

	.navPrimary .item .menuTitle {
		position: relative;
		display: block;
		color: black;
		padding: 42px 0 4px;
		-webkit-font-smoothing: antialiased;
		font-family: Oswald;
		font-weight: 400;
		font-size: 18px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 1;
	}
	.translated-ltr .navPrimary .item .menuTitle {
		font-size: 15px;
	}
	html[lang="fr"] .navPrimary .item .menuTitle {
		font-size: 14px;
	}

	.navPrimary .item .sub-menu {
		display: none;
		margin: 0;
		background-color: #efefef;
		text-align: left;
		list-style-type: none;
		overflow: hidden;
	}
	.navPrimary .item:hover .sub-menu {
		position: absolute;
		display: block;
		width: 210px;
		left: 4px;
	}

	.panel_custom_header .desktopNav.subMenus .navPrimary .item:hover .sub-menu { display: none; }
	.panel_custom_header .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu { display: none; }
	.panel_custom_header .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu .sub-menu { display: none; }
	
	.panel_custom_header.level_2 .desktopNav.subMenus .navPrimary .item:hover .sub-menu { display: block; }
	.panel_custom_header.level_2 .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu { display: none; }
	.panel_custom_header.level_2 .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu .sub-menu { display: none; }
	
	.panel_custom_header.level_3 .desktopNav.subMenus .navPrimary .item:hover .sub-menu { display: block; }
	.panel_custom_header.level_3 .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu { display: block; }
	.panel_custom_header.level_3 .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu .sub-menu { display: none; }
	
	.panel_custom_header.level_4 .desktopNav.subMenus .navPrimary .item:hover .sub-menu { display: block; }
	.panel_custom_header.level_4 .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu { display: block; }
	.panel_custom_header.level_4 .desktopNav.subMenus .navPrimary .item:hover .sub-menu .sub-menu .sub-menu { display: block; }
	
	.navPrimary .item .sub-menu .sub-menu {
		position: relative;
		text-align: left;
	}
	.navPrimary .item .sub-item {
		overflow: visible;
	}
	.navPrimary .item .sub-item .menuTitle {
		padding: 10px 12px;
		font-size: 19px;
		line-height: 19px;
		text-align: left;
	}
	.navPrimary .item .sub-item .sub-item .menuTitle {
		padding: 8px 24px;
		font-size: 17px;
		line-height: 17px;
	}
	.navPrimary .item > a > .menuUnderline {
		position: relative;
		display: block;
		width: 0;
		height: 4px;
		/*background-color: black;*/
		background-color: #9600FF;
		-webkit-transition: width 250ms ease;
		   -moz-transition: width 250ms ease;
			-ms-transition: width 250ms ease;
			 -o-transition: width 250ms ease;
				transition: width 250ms ease;
	}
	.navPrimary .item.open > a > .menuUnderline,
	.navPrimary .item.selected > a > .menuUnderline,
	.navPrimary .item:hover > a > .menuUnderline {
		width: 100%;
	}
	.navPrimary .sub-item > a > .menuUnderline {
		display: none;
	}
	.navPrimary .sub-item.selected > a > .menuTitle,
	.navPrimary .sub-item:hover > a > .menuTitle {
		text-decoration: underline;
	}

	.panel_custom_header .secondary_link {
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0 10px;
		opacity: 0;
		transition: opacity 500ms linear;
	}
	.panel_custom_header .secondary_link a {
		display: flex;
		font-size: 15px;
		line-height: 15px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0;
		color: #ededed;
	}
	.panel_custom_header .secondary_link a:hover {
		color: #9600FF;
	}

	/* newsletter link */
	.panel_custom_header .secondary_link.news {
		display: none;
	}
	body.lang-other .panel_custom_header .news {
		display: none;
	}
	body[data-lang="en"] .panel_custom_header .secondary_link.news {
		display: flex;
		margin-right: 10px;
	}
	.panel_custom_header .news a {
		display: flex;
		flex-direction: column;
	}	
	.panel_custom_header .news a .menuUnderline {
		display: none;
	}

	/* map link */
	.panel_custom_header .map {
		margin-left: auto;
		padding: 0 15px;
	}
	body.lang-other .panel_custom_header .map,
	body.lang-english-intl .panel_custom_header .map {
		display: none;
	}
	.panel_custom_header .map a {
		position: relative;
	}
	.panel_custom_header .map span {
		display: inline-block;
		margin-left: 5px;
	}
	.panel_custom_header .map i {
		font-size: 15px;
	}

	body[data-lang="en"] .panel_custom_header .secondary_link.news,
	body.lang-english .panel_custom_header .map {
		opacity: 1;
	}

	/* search box */
	body.lang-other .panel_custom_header .search_box {
		margin-left: 150px;
	}

	/* hidden at desktop */
	.panel_custom_header .mobileNav {
		display: none;
	}
	.panel_custom_header .mobileLogoWrapper.loaded {
		display: none;
	}	
	.mobileMenuOverlay {
		display: none;
	}
}

@media only screen and (min-width: 64.063em) and (max-width: 1199px) {
	.navPrimary .item {
		margin: 0 10px;
	}
	.navPrimary .item:last-of-type {
		padding-right: 20px;
	}
	.panel_custom_header .secondary_nav .topNav li {
		padding: 0 10px;
	}
	.panel_custom_header .secondary_nav .topNav li a {
		font-size: 15px;
		line-height: 17px;
	}
	.panel_custom_header .secondary_nav .topNav li a br {
		display: inline-block; /* using block makes it too tall in firefox */
	}
}

@media only screen and (min-width: 1200px) {
	.micrositeNav .navPrimary {
		width: auto;
	}

	.desktopNav .logoWrapper {
		left: 0;
		pointer-events: none;
	}

	.navPrimary .item {
		margin: 0 20px;
	}
	.navPrimary .item:last-of-type {
		padding-right: 10px;
	}

	.panel_custom_header .secondary_nav .topNav li {
		padding: 0 7px;
	}
	.panel_custom_header .secondary_link.news a br,
	.panel_custom_header .secondary_nav .topNav li a br,
	.panel_custom_header.has-tripbuilder .secondary_nav .topNav li a br {
		display: none;
	}
	
	.panel_custom_header .secondary_nav .topNav li a:hover {
		color: #ededed;
	}
	.panel_custom_header .secondary_nav .custom-links .topNav li a:hover {
		color: #9600FF;
	}

	.panel_custom_header .topNavWrap a .menuUnderline {
		position: relative;
		display: block;
		top: 4px;
		width: 0;
		height: 4px;
		background-color: #9600FF;
		-webkit-transition: width 250ms ease;
		   -moz-transition: width 250ms ease;
			-ms-transition: width 250ms ease;
			 -o-transition: width 250ms ease;
				transition: width 250ms ease;
	}
	.panel_custom_header .topNavWrap a:hover .menuUnderline {
		width: 100%;
	}

	.language-selector,
	.panel_custom_header .map a {
		top: -2px;
	}

	/* Begin: Alter Your Reality */
	.desktopNav.ayr .logoWrapper {
		left: 120px;
	}
	.desktopNav.ayr .backHome {}
	/* End: Alter Your Reality */
	.desktopNav .logoWrapper .logo {
		left: 15px;
	}
}

@media only screen and (min-width: 1300px) {
	.panel_custom_header .secondary_nav .topNav li {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 1400px) {
	.navPrimary {
		top: 25px;
	}
	.navPrimary .item {
		height: 64px;
	}
	.navPrimary .item .menuTitle br {
		display: none;
	}
	
	.panel_custom_header .secondary_nav {
		margin-left: 0;
	}
	.panel_custom_header .news a {
		padding: 0 15px;
	}
	.panel_custom_header .news a:hover {
		color: #ededed;
	}
	.panel_custom_header .news a .menuUnderline {
		display: block;
	}
	.panel_custom_header .news a:hover .menuUnderline {
		width: 100%;
	}
}

@media only screen and (min-width: 1600px) {
	[data-language="en"] .search_box {
		padding: 0 20px;
		width: 170px;
	}
}

/* Language dropdown */
@media only screen {
	.language_dropdown {
		display: none;
		position: absolute;
		right: 0;
		top: 5px;
		width: 90%;
		height: 40px;
		z-index: 12;
	}
	.opened .language_dropdown {
		display: inline-block;
	}
	.notranslate {
		text-align: right;
	}
	.language-selector {
		display: inline-block;
		width: 130px;
		height: 40px;
		margin: 0;
		padding: 0 0 0 24px;
		-moz-appearance: none;
		font-size: 14px;
		font-family: Oswald;
		font-weight: 400;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		cursor: pointer;
		color: white;
		background-color: black;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAxMCA2Ij48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6d2hpdGUiPjwvcG9seWdvbj48L3N2Zz4=');
		background-position: 0 14px;
		background-size: 15px;
		border: 1px solid black;
	}
	.language-selector:hover {
		border: 1px solid #ededed;
		color: white;
		background-color: black;
		outline: 0;
		-moz-appearance: none;
	}
	.language-selector select {
		width: initial;
		border: none;
		outline: 0;
		border: none;
		-moz-appearance: none;
		margin: 7px 0;
		cursor: pointer;
		color: white;
		font-size: 16px;
		line-height: 50px;
	}
	.language-selector select option {
		color: white;
		background-color: black;
	}
	.language-selector select::-ms-value,
	.language-selector:active select::-ms-value,
	.language-selector:focus select::-ms-value,
	.language-selector:hover select::-ms-value {
		background: none;
		color: white;
	}
	.language-selector .prevent-jump {
		/*font-size: 1px;*/ /* causing issues in firefox */
	}
	#google_translate_element {
		display: none;
	}
}

@media only screen and (min-width: 64.063em) {
	.language_dropdown {
		position: relative;
		display: inline-block;
		top: 0;
		width: auto;
		z-index: 4;
	}
	.language-selector {
		position: relative;
		height: auto;
		border: none;
		font-size: 15px;
		height: 50px;
		padding-left: 25px;
		background-position: 10px 20px;
		background-size: 10px;
	}
	body[data-lang="en-au"] .language-selector {
		width: auto;
	}
	body[data-lang="en-ca"] .language-selector,
	body[data-lang="en-uk"] .language-selector {
		width: auto;
	}
	.language-selector:hover {
		border: none;
	}
	.language-selector select {
		font-size: 14px;
	}
}

/* Menu bar */
@media only screen {
	.panel_custom_header .menuBar {
		position: fixed;
		width: 100%;
		height: 80px;
		bottom: 0;
		font-size: 0;
		margin: 0;
		padding: 5px 0 10px 0;
		background-color: white;
		border-top: 1px solid #ededed;
		z-index: 20;
		-webkit-transition: height 500ms ease;
		   -moz-transition: height 500ms ease;
			-ms-transition: height 500ms ease;
			 -o-transition: height 500ms ease;
				transition: height 500ms ease;
	}
	.panel_custom_header.opened .menuBar {
		height: 0;
	}
	.menuButton {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 25%;
		height: 65px;
		background-color: white;
		border-right: 1px solid #ededed;
	}
	.menuButton:last-child {
		border: 0 none;
	}
	.menuButton.open {
		/*background-color: #c4b07d;*/
		background-color: #9600FF;
	}
	.menuButton .buttonLink {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.menuButton .buttonIcon {
		position: relative;
		display: block;
		margin: 10px auto;
		height: 25px;
		width: 25px;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.menuButton.menuButton1 .buttonIcon {
	}
	.menuButton.menuButton1.open .buttonIcon {
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	}
	.menuButton.menuButton2 .buttonIcon {}
	.menuButton.menuButton2.open .buttonIcon {
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	}
	.menuButton.menuButton3 .buttonIcon {
		height: 15px;
    	width: 19px;		
	}
	.menuButton.menuButton3.open .buttonIcon {
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	}
	.menuButton.menuButton4 .buttonIcon {
		height: 15px;
		width: 15px;
	}
	.menuButton.menuButton4.open .buttonIcon {
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	}
	.menuButton .buttonText {
		position: absolute;
		bottom: 13px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		color: black;
		font-family: Oswald;
		font-weight: 400;
		letter-spacing: 0;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	.menuButton .buttonText br {
		display: none;
	}
	.menuButton.open .buttonText {
		color: white;
	}
}


@media only screen {
	.langingPages {
		position: relative;
	}
	.langingPages select {
		display: block;
		width: 200px;
		margin: 30px auto;
		padding: 0 10px;
		color: white;
		background-color: black;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAxMCA2Ij48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6d2hpdGUiPjwvcG9seWdvbj48L3N2Zz4=');
	    background-position: 180px 17px;
		border: 0 none;
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
		-moz-appearance: none;
		z-index: 99;
	}
	.langingPages select.loaded {
		color: white;
	}
	.langingPages select option {
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
		color: white;
		background-color: black;
	}
}
@media only screen and (min-width: 64.063em) {
	.langingPages .categoryWrapper {
		display: flex;
		align-items: center;
		margin: 20px 0;
		z-index: 1;
		background-color: white;
		border: 2px solid #9600FF;
	}
	.langingPages .articlesLink {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		flex-basis: 205px;
		margin-right: 30px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		/*background-color: #c3b07c;*/
		background-color: #9600FF;
	}
	.langingPages .articlesLink a {
		text-transform: uppercase;
		color: white;
	}
	.langingPages .articlesLink a:hover {
		color: black;
		text-decoration: none;
	}
	.langingPages .articlesLink .arrow-right {
		position: absolute;
		top: -2px;
		right: -24px;
		width: 0;
		height: 0;
		border-top: 27px solid transparent;
		border-bottom: 27px solid transparent;
		/* border-left: 20px solid #c3b07c; */
		border-left: 22px solid #9600FF;
	}
	.langingPages .categoryBar {
		display: flex;
	}
	.langingPages ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		list-style-type: none;
	}
	.langingPages ul li.iscurrent a f {
		border-bottom: 3px solid #9600FF;
	}	
	.langingPages ul li a {
		display: block;
		padding: 15px 20px;
		color: black;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.langingPages ul li a:hover {
		text-decoration: none;
	}
	.langingPages ul li a.selected {
		/*color: #ee1c24;*/
		color: #9600FF;
	}
	.langingPages .articlesLink.goldButton a {
		padding: 16px 0;
		font-size: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.langingPages .categoryWrapper {
		max-width: 1510px;
	}
}

/* begin: superbowl microsite styling */
@media only screen {
	body.superbowl-microsite-theme .header_container {
		position: relative;
	}
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links .topNav {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 10px 0 50px;
	}
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 20px;
		list-style-type: none;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		-webkit-padding-start: 0;
	}
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links ul li {
		padding: 12px;
		list-style-type: none;
	}
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links ul li a {
		text-align: center;
		text-transform: uppercase;
		color: white !important;
		font-size: 20px;
		line-height: 22px;
	}
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links ul li a:hover {
		text-decoration: underline;
	}
}

@media only screen and (min-width: 40.063em) {
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links .topNav {
		flex-direction: row;
	}
}

@media only screen and (min-width: 64.063em) {
	body.superbowl-microsite-theme .panel_custom_header_two_col .custom-links ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* end: superbowl microsite styling */
