/*=============================*/
/*=====----- GENERAL -----=====*/
/*=============================*/

.panel-header {
	position: relative;
	z-index: 30;
	padding: 5px 0 7px var(--space-4);
	background: var(--night-blue);
	color: var(--white);
}

.panel-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.panel-header .header-row > * {
	flex-shrink: 0;
}

.panel-header .logo img {
	width: 111px;
}

.panel-header .widgets-col {
	display: flex;
}

.header-container {
	/* to cover "Load More" button with z-index of 250 in embedded Instagram code */
	z-index: 251;
}

.panel-header .search-toggle,
.sticky-toggles .search-toggle,
.panel-header .nav-toggle,
.sticky-toggles .nav-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: none;
	border: none;
}

.panel-header .search-toggle .close-icon,
.sticky-toggles .search-toggle .close-icon,
.panel-header .nav-toggle .close-icon,
.sticky-toggles .nav-toggle .close-icon {
	display: none;
	width: 26px;
}

.panel-header .search-toggle.active .open-icon,
.panel-header .nav-toggle.active .open-icon {
	display: none;
}

.panel-header .search-toggle.active .close-icon,
.panel-header .nav-toggle.active .close-icon {
	display: block;
}

/*============================*/
/*=====----- SEARCH -----=====*/
/*============================*/

.panel-header .search-col,
.sticky-toggles .search-col {
	position: relative;
}

.panel-header .search-toggle,
.sticky-toggles .search-toggle {
	width: 41px;
	height: 41px;
	padding: 0;
	font-size: 24px;
	text-shadow: 0 0 20px rgba(0,0,0,.2);
}

.panel-header .mobile-search,
.panel-header .desktop-search {
	display: none;
}

.panel-header .mobile-search {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	padding: 14px var(--space-4) 27px var(--space-4);
	background: var(--night-blue);
}

.panel-header .desktop-search,
.sticky-toggles .desktop-search {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity var(--transition-appendix);
	pointer-events: none;
}

/*=====----- ACTIVE SEARCH -----=====*/

.panel-header .mobile-search.active {
	display: block;
}

.panel-header .desktop-search .search-form.yxt-SearchBar-wrapper,
.sticky-toggles .desktop-search .search-form.yxt-SearchBar-wrapper {
	min-width: 250px;
}

/*========================================*/
/*=====----- NAVIGATION GENERAL -----=====*/
/*========================================*/

.panel-header .nav-toggle,
.sticky-toggles .nav-toggle {
	position: relative;
	padding: var(--space-1) var(--space-4);
	margin-left: var(--space-2);
	min-width: 65px;
	min-height: 41px;
}

.panel-header .nav-toggle.has-divider::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 29px;
	background: var(--white);
	pointer-events: none;
	content: '';
}

.panel-header .nav-toggle img,
.sticky-toggles .nav-toggle img {
	width: 31px;
	filter: drop-shadow(0 0 20px rgba(0,0,0,.2));
}

.panel-header .mobile-nav,
.desktop-nav,
.body-overlay {
	display: none;
}

/*=====----- NEWS AND GUIDES -----=====*/

.panel-header .mobile-nav .news-and-guides,
.desktop-nav .news-and-guides {
	background: var(--citrus);
}

.panel-header .mobile-nav .news-and-guides .button-arrow-white,
.desktop-nav .news-and-guides .button-arrow-white {
	display: none;
}

.panel-header .mobile-nav .enews-guide,
.desktop-nav .enews-guide {
	flex-direction: column;
}

.panel-header .mobile-nav .enews-guide > *,
.desktop-nav .enews-guide > * {
	margin: 5.5px 0;
}

.panel-header .mobile-nav .enews-guide > *:first-child,
.desktop-nav .enews-guide > *:first-child {
	margin-top: 0;
}

.panel-header .mobile-nav .enews-guide > *:last-child,
.desktop-nav .enews-guide > *:last-child {
	margin-bottom: 0;
}

.panel-header .mobile-nav .enews-guide .title,
.desktop-nav .enews-guide .title {
	max-width: none;
	font-family: var(--font-body);
	font-weight: var(--font-weight-normal);
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
}

/*=====----- SOCIAL ICONS -----=====*/

.panel-header .mobile-nav .social-block,
.desktop-nav .social-block {
	background: var(--gold);
}

.panel-header .mobile-nav .social-icons .hashtag,
.desktop-nav .social-icons .hashtag {
	justify-content: center;
	margin-bottom: var(--space-2);
	color: var(--white);
}

.panel-header .mobile-nav .social-icons .hash-start,
.desktop-nav .social-icons .hash-start {
	font-size: 22px;
}

.panel-header .mobile-nav .social-icons .hash-end,
.desktop-nav .social-icons .hash-end {
	font-size: 57px;
}

.panel-header .mobile-nav .social-links > *,
.desktop-nav .social-links > * {
	margin: 0 15px 15px 0;
}
.panel-header .mobile-nav .social-links > *:last-child,
.desktop-nav .social-links > *:last-child {
	margin-right: 0;
}

.panel-header .mobile-nav .social-links .social-link,
.desktop-nav .social-links .social-link {
	background: var(--night-blue);
}

/*================================*/
/*=====----- MOBILE NAV -----=====*/
/*================================*/

.panel-header .mobile-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	background: #153758;
}

.panel-header .mobile-nav .navigations {
	position: relative;
	z-index: 1;
}

.panel-header .mobile-nav-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 27px var(--space-4);
	background: none;
	border: none;
	font-family: var(--font-display);
	font-weight: var(--font-weight-bold);
	font-size: 17px;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.panel-header .mobile-nav-close > * {
	margin: 0 var(--space-1);
}
.panel-header .mobile-nav-close > *:first-child {
	margin-left: 0;
}
.panel-header .mobile-nav-close > *:last-child {
	margin-right: 0;
}

.panel-header .mobile-nav-close img {
	width: 10px;
}

.body-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 29;
	background: rgba(97, 97, 97, .7);
	pointer-events: none;
}

/*=====----- NEWS AND GUIDES -----=====*/

.panel-header .mobile-nav .news-and-guides {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	min-height: 143px;
	padding: 33px var(--space-3) 41px var(--space-3);
}

.panel-header .mobile-nav .news-and-guides > * {
	margin: 0 9px;
}
.panel-header .mobile-nav .news-and-guides > *:first-child {
	margin-left: 0;
}
.panel-header .mobile-nav .news-and-guides > *:last-child {
	margin-right: 0;
}

.panel-header .mobile-nav .enews-guide.travel-guide .icon {
	width: 30px;
}
.panel-header .mobile-nav .enews-guide.newsletter .icon {
	width: 23px;
}
.panel-header .mobile-nav .enews-guide.trail-guide .icon {
	width: 19px;
}

/*=====----- WEATHER -----=====*/

.panel-header .mobile-nav .weather-mobile {
	position: relative;
	z-index: 2;
}

.panel-header .mobile-nav .weather-mobile .contentRender_name_plugins_weather_weather {
	float: right;
	margin-top: 10px;
}

/*=====----- SOCIAL ICONS -----=====*/

.panel-header .mobile-nav .social-block {
	padding: var(--space-5) var(--space-4) 27px var(--space-4);
}

/*=====----- ACTIVE MOBILE NAV -----=====*/

.panel-header .mobile-nav.active,
.body-overlay.active {
	display: block;
}

.panel-page.mobile-nav-open {
	z-index: 99999999999;
}

/*=================================*/
/*=====----- DESKTOP NAV -----=====*/
/*=================================*/

.desktop-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 31;
	background: var(--night-blue);
	color: var(--white);
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: none;
}

.desktop-nav-grid {
	display: grid;
	grid-template:
		'main-nav guides' 33.33%
		'main-nav social' 33.33%
		'main-nav callout' 1fr
		'footer-nav callout' auto / 2fr 1fr;
	height: 100vh;
	min-height: 700px;
}

.desktop-nav .nav-block {
	position: relative;
	grid-area: main-nav;
	padding: 124px 30px 30px 30px;
	overflow-x: hidden;
	overflow-y: auto;
}

.desktop-nav .logo {
	position: absolute;
	top: var(--space-5);
	left: 27px;
}

.desktop-nav .logo img {
	width: 180px;
}

.desktop-nav .navigations {
	position: relative;
}

/*=====----- STICKY TOGGLE BUTTONS -----=====*/

.sticky-toggles {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 40;
	transform: translateY(-101%);
	display: none;
	width: 70px;
	transition: transform .4s cubic-bezier(0.45, 0, 0.55, 1);
	pointer-events: none;
}

.sticky-toggles.active {
	transform: none;
	pointer-events: all;
}

.sticky-toggles .search-toggle,
.sticky-toggles .nav-toggle {
	width: 100%;
	margin: 0;
}

.sticky-toggles .search-toggle {
	min-height: 44px;
	margin-top: 1px;
	background-color: var(--citrus);
	text-shadow: none;
}

.sticky-toggles .headerbox-search-form {
	height: 44px;
	border: 1px solid #747474;
}

.sticky-toggles .nav-toggle {
	min-height: 70px;
	background: var(--night-blue);
}

.sticky-toggles .nav-toggle img {
	filter: none;
}

/*=====----- WEATHER -----=====*/

.panel-header .weather-desktop {
	display: none;
}

.panel-header .weather-desktop .weather-wrapper .weather-button .temp {
	font-size: 17px;
}

.panel-header .weather-desktop .weather-wrapper .wi-day-sunny {
	margin-right: 6px;
	color: var(--white);
	font-size: 22px;
}

/*=====----- NEWS AND GUIDES -----=====*/

.desktop-nav .news-and-guides {
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-area: guides;
	padding: 93px var(--space-5) var(--space-5) var(--space-5);
}

.desktop-nav .news-and-guides-inner {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.desktop-nav .news-and-guides-inner > * {
	margin: 0 9px;
}

.desktop-nav .news-and-guides-inner > *:first-child {
	margin-left: 0;
}

.desktop-nav .news-and-guides-inner > *:last-child {
	margin-right: 0;
}

.desktop-nav .enews-guide.travel-guide .icon {
	width: 39px;
}
.desktop-nav .enews-guide.newsletter .icon {
	width: 32px;
}
.desktop-nav .enews-guide.trail-guide .icon {
	width: 25px;
}

/*=====----- SOCIAL ICONS -----=====*/

.desktop-nav .social-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-area: social;
	padding: var(--space-5);
}

/*=====----- NAV CALLOUT -----=====*/

.desktop-nav .nav-callout-block {
	grid-area: callout;
}

.desktop-nav .contentRender_name_plugins_common_nav_callout,
.desktop-nav .nav-callout {
	height: 100%;
}

/*=====----- BOTTOM NAV -----=====*/

.desktop-nav .footer-nav {
	grid-area: footer-nav;
	background: #062d49;
}

/*=====----- STYLES FOR FANCY ANIMATIONS -----=====*/

.desktop-nav,
.desktop-nav .news-and-guides,
.desktop-nav .social-block,
.desktop-nav .nav-callout-block,
.desktop-nav .nav-block,
.desktop-nav .footer-nav,
.desktop-nav .news-and-guides-inner,
.desktop-nav .social-block > *,
.desktop-nav .nav-callout .img,
.desktop-nav .nav-callout .title {
	 transition: opacity .5s cubic-bezier(0.45, 0, 0.55, 1), transform .5s cubic-bezier(0.45, 0, 0.55, 1);
}

.desktop-nav .nav-block,
.desktop-nav .footer-nav,
.desktop-nav .news-and-guides-inner,
.desktop-nav .social-block > *,
.desktop-nav .nav-callout .img,
.desktop-nav .nav-callout .title {
	opacity: 0;
}

.desktop-nav,
.desktop-nav .news-and-guides,
.desktop-nav .social-block,
.desktop-nav .nav-callout-block {
	transform: scaleY(0);
	transform-origin: center top;
}

/*===================================*/
/*=====----- MEDIA QUERIES -----=====*/
/*===================================*/

@media (min-width: 64em) {
	.header-container {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		/* to cover "Load More" button with z-index of 250 in embedded Instagram code */
		z-index: 251;
	}

	.panel-header {
		padding: 22px 14px var(--space-8) 30px;
		background: none;
	}

	.panel-header .logo img {
		width: 201px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,.15));
	}

	.panel-header .widgets-col > * {
		position: relative;
		z-index: 1;
	}

	/*=====----- SEARCH -----=====*/

	.panel-header .widgets-col .search-col {
		z-index: 2;
	}

	.panel-header .search-toggle,
	.sticky-toggles .search-toggle {
		position: relative;
		transition: background-color var(--transition-appendix);
	}
	
	.panel-header .search-toggle {
		background-color: transparent;
	}

	.panel-header .search-toggle .open-icon,
	.sticky-toggles .search-toggle .open-icon,
	.panel-header .search-toggle .close-icon,
	.sticky-toggles .search-toggle .close-icon {
		display: block;
		transition: opacity var(--transition-appendix);
	}

	.panel-header .search-toggle .open-icon,
	.sticky-toggles .search-toggle .open-icon {
		opacity: 1;
	}

	.panel-header .search-toggle .close-icon,
	.sticky-toggles .search-toggle .close-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 17px;
		opacity: 0;
	}
	
	.panel-header .search-toggle.active {
		background-color: #0A3859;
	}

	.panel-header .search-toggle.active .open-icon {
		opacity: 0;
	}
	
	.panel-header .search-toggle.active .close-icon {
		opacity: 1;
	}

	.panel-header .mobile-search.active {
		display: none;
	}

	.panel-header .desktop-search {
		display: block;
	}

	.panel-header .desktop-search.active,
	.sticky-toggles .desktop-search.active {
		opacity: 1;
		pointer-events: all;
	}

	/*=====----- NO-HERO HEADER -----=====*/
	
	.header-container.no-hero {
		position: relative;
	}
	
	.header-container.no-hero .panel-header {
		background: var(--night-blue);
	}

	.header-container.no-hero .panel-header .logo img {
		filter: none;
	}
	
	/*=====----- DESKTOP NAV -----=====*/

	.sticky-toggles {
		display: block;
	}

	.panel-header .nav-toggle {
		margin-left: 10px;
		padding-left: var(--space-6);
	}

	.body-overlay.active {
		display: none;
	}

	.desktop-nav {
		display: block;
	}

	.desktop-nav.open {
		pointer-events: all;
	}

	.panel-header .weather-desktop.active {
		display: block;
	}

	/*--- styles for fancy animations ---*/

	.panel-header {
		opacity: 1;
		transition: opacity .5s cubic-bezier(0.45, 0, 0.55, 1);
	}
	
	.panel-header.hide {
		display: block !important;
		opacity: 0;
	}
	
	.panel-header.active {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 32;
		background: none !important;
		pointer-events: none;
	}

	.panel-header.active .logo {
		opacity: 0;
	}

	.panel-header.open .widgets-col {
		pointer-events: all;
	}
	
	.desktop-nav.open .nav-block,
	.desktop-nav.open .footer-nav,
	.desktop-nav.open .news-and-guides-inner,
	.desktop-nav.open .social-block > *,
	.desktop-nav.open .nav-callout .title {
		opacity: 1;
	}

	.desktop-nav.open .nav-callout .img {
		opacity: .2;
	}

	.desktop-nav.active,
	.desktop-nav .news-and-guides.active,
	.desktop-nav .social-block.active,
	.desktop-nav .nav-callout-block.active {
		transform: scaleY(1);
	}
}

@media (min-width: 90em) {
	/*=====----- DESKTOP NAV -----=====*/

	.desktop-nav .nav-block {
		padding: 124px 58px 30px 58px;
	}

	.desktop-nav-grid {
		grid-template-columns: 1fr 507px;
	}

	.desktop-nav .news-and-guides-inner {
		justify-content: space-around;
	}

	.desktop-nav .news-and-guides .enews-guide .title {
		font-size: 20px;
	}

	.desktop-nav .social-icons {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.desktop-nav .social-icons > * {
		margin: 0 var(--space-2);
	}

	.desktop-nav .social-icons > *:first-child {
		margin-left: 0;
	}
	
	.desktop-nav .social-icons > *:last-child {
		margin-right: 0;
	}

	.desktop-nav .social-block .social-icons .hash-start {
		font-size: 30px;
	}
	.desktop-nav .social-block .social-icons .hash-end {
		font-size: 75px;
	}
}