.site-header + .content .mejs-controls {
	display: none !important;
}

.site-header + .content .mejs-container {
	pointer-events: none;
}

.site-header .header-menu > li:hover > a,
.site-header .current-menu-item > a,
.site-header .current-page-ancestor > a {
	color: #e5b84b;
}

.site-header .header-menu > li {
	position: relative;
}

.site-header .sub-menu {
  display: none;
  padding: 10px 0;
}

.site-header .sub-menu > li {
  padding: 0;
  position: relative;
}

.site-header .sub-menu > li > a {
	font-weight: 900;
	font-size: 12px;
	color: #f7f6ec;
	font-family: proxima-nova, sans-serif;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	display: block;
	border-radius: 3px;
	padding: 10px;
	white-space: nowrap;
}

.site-header .sub-menu > li.current-menu-item > a {
	color: #e5b84a;
}

.page-why-i-fly .nav-button,
.page-why-i-fly .footer-callouts {
  display: none !important;
}

.exhibit-intro img {
  max-height: 600px;
}

@media screen and (max-width: 1023px) {
	.header-menu-open .header-menu {
		transition: all .35s ease;
		transform: translateX(0);
	}
	
	.header-menu-open .header-menu-toggle:last-of-type {
		transition: all .15s .35s linear;
		opacity: 1;
		visibility: visible;
	}
  
  .site-header .sub-menu .sub-menu {
    padding-left: 15px;
  }
}

.utility-nav .search {
  background: #b94a58;
  border-radius: 5px;
  color: #fff;
  margin: 10px 16px 10px 0;
  position: relative;
}

.utility-nav .search input {
  background: transparent;
  color: #fff;
  height: 40px;
  width: 200px;
  padding: 0 40px 0 16px;
  appearance: none;
  -webkit-appearance: none;
}

.utility-nav .search button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
}

.utility-nav .search button svg {
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .site-header .sub-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0;
  }
  
  .site-header .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    transform: translateX(0);
  }
  
	.site-header li:hover > .sub-menu {
		display: block !important;
	}
  
  .site-header .sub-menu:before {
    content: "";
    height: 45px;
    width: 45px;
    background: #fff;
    transform: rotate(45deg) translateX(-30px);
    position: absolute;
    top: 17px;
    left: 50%;
    pointer-events: none;
  }
  
  .site-header .sub-menu .sub-menu:before {
    content: none;
  }
  
  .site-header .sub-menu > li {
    padding: 8px;
  }
  
  .site-header .sub-menu > li + li + li {
    border-top: 2px solid #e7e7e7;
  }
  
  .site-header .sub-menu > li > a {
    color: #2E3F50;
    padding: 10px 20px;
  }
  
  .site-header .sub-menu > li.current-menu-item > a {
    background: #7e8fa4;
    color: #fff;
    padding: 15px 20px;
  }
  
  .site-header .menu-item-has-children > ul > li:first-of-type {
    display: none;
  }
}