/* Enlarges the gradient so the larger white logo is visible on white backgrounds */
.header__wrapper:not(.active) {
  height: 140px !important;
}

/* Adds symmetric space around the logo in the mobile menu */
.header__wrapper.active .header__wrapper--menu-nav {
  margin-top: 20px !important;
}

/* Increases the size of the logo */
.header__logo img {
  max-width: 100px;
  width: 100px;
  height: auto;
  margin-top: 10px;
}

/* Moves the square images in the lg submenu down */
.menu-image__hovered {
  margin-top: 30px;
}

/* Ensures the footer logo is correctly sized */
.footer-logo__wrapper img {
  height: auto;
  max-width: 200px;
}

/* Ensures the larger logo disappears when scrolled up */
.header__logo.scrolled img {
  opacity: 0;
}

.papua-form .gform_fields {
  row-gap: 15px !important;
}

.papua-form h3 {
  margin-top: 30px;
}

/* Fixes background image overlapping form */
.contact-us .image__wrapper,
.guest-registration .image__wrapper {
  z-index: -1;
}

.papua-form_wrapper .gform_required_legend {
  display: none !important;
}

.papua-form {
  color: inherit !important;
  font-size: inherit !important;
}

.papua-form .gsection_title {
  text-transform: uppercase;
}

.papua-form .gfield_label {
  font-size: var(--bs-body-font-size) !important;
  margin-bottom: 1px !important;
  font-weight: 400 !important;
}

.papua-form .chosen-container a span {
  font-size: 16px !important;
  position: relative;
  top: -8px;
}

.papua-form .chosen-results {
  max-height: 400px !important;
}

.papua-form .chosen-results li:hover {
  background-color: #5695a5 !important;
}

.papua-form input[type="text"],
.papua-form input[type="email"],
.papua-form input[type="number"],
.papua-form input[type="tel"],
.papua-form textarea,
.papua-form .chosen-container a,
.papua-form .chosen-container-multi,
.papua-form .ts-control {
  color: inherit !important;
  font-size: inherit !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: rgba(220, 220, 220, 0.1) !important;
  font-family: inherit !important;
  line-height: initial !important;
  /* padding: 20px !important; */
  border-bottom: 1px solid #aaa !important;
}

.papua-form .chosen-container-multi,
.papua-form .chosen-choices,
.papua-form a.search-choice-close {
  padding: 0 !important;
}

.papua-form .search-choice,
.papua-form .gfield_choice_all_toggle {
  background-color: #5695a5 !important;
}

.papua-form .gfield--type-section {
  border: 0 !important;
}

.papua-form input:focus,
.papua-form textarea:focus {
  outline: none !important;
  border-color: transparent !important;
  border-bottom: 1px solid #000 !important;
}

.papua-form .button {
  height: 38px !important;
  position: relative !important;
  width: auto !important;
}

.papua-form .button:hover {
  background-color: #7a2e0f !important;
}

.papua-form .button {
  background-color: #5695a5 !important;
  border: 0 !important;
  color: #fff !important;
  padding: 6px 35px !important;
  transition: all 0.3s ease-out !important;
}
