/** Begin Page Customizations **/

.paragraph.webform > .field-prgf-webform {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 2rem;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

/* Hide the Join button in the header CTA area. */
#block-secondarymenuctabuttons a.btn[href="/join-our-ymca"] {
  display: none !important;
}

/*
 * Hide the location field only after the script has successfully
 * selected Englewood YMCA.
 */
.webform-submission-branch-specific-try-the-y-form-form
  .weber-englewood-location-is-set {
  display: none !important;
}

/** End Page Customizations **/