#sticky-header-trigger+div {
	position: absolute;
  width: 100%;
}

body[data-nav-sticky="true"] #sticky-header-trigger+div {
	position: fixed;
}

.main-header {
	background-color: transparent;
}

body[data-nav-sticky="false"] #hs_cos_wrapper_header_logo {
	filter: brightness(0) invert(1); /* Set logo to black then inverts it to white */
}

body[data-nav-sticky="false"] .popup_navigation-open {
	color: #ffffff;
}

.body-container-july-4th .heading_section-top-text {
  color: #001E60;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 90%; 
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

#follow-us {
  display: none;
}

@media (max-width: 1024px) {
  .body-container-july-4th .trip_itenerary-header {
    max-width: 399px;
  }
}
}