/* Wyatt's July 2026 content review: preserve the Parks layout while normalizing reused components. */
.parks-mobile-reviews {
  display: none;
}

.parks-affiliations-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 56px;
  width: 100%;
}

.parks-affiliation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 220px;
  min-height: 150px;
}

.parks-affiliation-item img {
  display: block;
  max-width: 180px;
  max-height: 150px;
  width: auto;
  height: auto;
}

.parks-footer-service-areas {
  width: 100%;
}

.parks-faq-heading {
  color: #0b083f !important;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700 !important;
  margin: 38px 0 0 !important;
}

.content .parks-faq-heading {
  margin: 38px 0 0 !important;
}

.parks-faq-heading *,
.content.sidebar h2,
.content.sidebar h3,
.content.sidebar h4,
.content.sidebar h2 *,
.content.sidebar h3 *,
.content.sidebar h4 * {
  font-weight: 700 !important;
}

.parks-faq-heading + p {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.parks-faq-heading + .accordion,
.parks-faq-heading + p + .accordion {
  margin-top: 24px !important;
}

.accordion > br,
.accordion > p:empty {
  display: none !important;
}

.accordion .card-header h3 {
  color: #0b0832 !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 16px !important;
}

.accordion .card-header h3 span {
  color: inherit !important;
  font-weight: inherit !important;
}

.accordion .card-body {
  padding: 16px !important;
}

.accordion .card-body > :first-child {
  margin-top: 0 !important;
}

.accordion .card-body > :last-child {
  margin-bottom: 0 !important;
}

.parks-emergency-callout {
  color: #0b083f;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.parks-video-gallery {
  margin: 24px 0 0;
}

.parks-video-playlist {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #0b0832;
}

.parks-video-playlist iframe {
  border: 0;
}

.content.sidebar .parks-video-current-title {
  min-height: 62px;
  margin: 16px 0 18px !important;
  color: #0b0832;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700 !important;
}

.parks-video-carousel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
}

.parks-video-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.parks-video-swiper .swiper-slide {
  height: auto;
}

.parks-video-card {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 2px solid #d9e1ec;
  border-radius: 8px;
  background: #fff;
  color: #0b0832;
  text-align: left;
}

.parks-video-card:hover,
.parks-video-card.is-active {
  border-color: #d70c3f;
}

.parks-video-card:focus-visible,
.parks-video-nav:focus-visible {
  outline: 3px solid #acd4ff;
  outline-offset: 2px;
}

.parks-video-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b0832;
}

.parks-video-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parks-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d70c3f;
  color: #fff;
  font-size: 25px;
  transform: translate(-50%, -50%);
}

.parks-video-card-title {
  display: -webkit-box;
  height: 78px;
  padding: 12px;
  overflow: hidden;
  color: #0b0832;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.parks-video-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0b0832;
  color: #fff;
  font-size: 18px;
}

.parks-video-nav:hover {
  background: #d70c3f;
}

.parks-video-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.parks-video-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 12px;
  color: #435c6c;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.parks-video-pagination [data-parks-video-page] {
  color: #d70c3f;
}

.parks-video-no-swiper .parks-video-carousel {
  grid-template-columns: 1fr;
}

.parks-video-no-swiper .parks-video-nav,
.parks-video-no-swiper .parks-video-pagination {
  display: none;
}

.parks-video-no-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.parks-video-channel-link {
  margin-top: 18px;
}

@media (max-width: 639px) {
  .content.sidebar .parks-video-current-title {
    min-height: 0;
    font-size: 21px;
  }

  .parks-video-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .parks-video-nav {
    width: 38px;
    height: 38px;
  }

  .parks-video-no-swiper .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

#read_more > h2,
#read_more > h3 {
  color: #0b083f;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  margin: 34px 0 14px;
}

#read_more > ul {
  columns: 2;
  column-gap: 40px;
}

#read_more > ul > li {
  break-inside: avoid;
}

.gfield--type-select.hidden_label > .gfield_label,
.gfield--type-checkbox.hidden_label > .gfield_label,
fieldset.gfield--type-checkbox.hidden_label > legend.gfield_label {
  display: none !important;
}

.gfield--type-checkbox .gchoice {
  align-items: flex-start;
  display: flex !important;
  gap: 10px;
}

.gfield--type-checkbox .gchoice > input {
  flex: 0 0 auto;
  margin-top: 4px !important;
}

input[value^="Yes, Sign me up for Emails"] + label {
  display: inline-block !important;
  max-width: none !important;
  white-space: nowrap;
}

.content.sidebar img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .parks-mobile-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 7px 16px;
    background: #5b0755;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .parks-mobile-reviews:hover,
  .parks-mobile-reviews:focus {
    color: #fff;
    text-decoration: none;
  }

  .parks-mobile-reviews .parks-review-stars {
    display: inline-flex;
    margin-right: 8px;
    color: #fff200;
  }

  .parks-affiliations-list {
    gap: 22px 30px;
  }

  .parks-affiliation-item {
    flex-basis: 150px;
    min-height: 120px;
  }

  .parks-affiliation-item img {
    max-width: 145px;
    max-height: 115px;
  }

  .parks-faq-heading {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  #read_more > ul {
    columns: 1;
  }

  #read_more > h2,
  #read_more > h3 {
    font-size: 24px;
  }

  .parks-affiliations-list {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .parks-affiliation-item {
    flex: 1 1 0;
    min-width: 0;
    min-height: 92px;
  }

  .parks-affiliation-item img {
    max-width: 100%;
    max-height: 84px;
  }

  input[value^="Yes, Sign me up for Emails"] + label {
    font-size: 14px !important;
  }

  .request_form #field_3_11 {
    width: 100% !important;
    max-width: none !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .request_form #gform_fields_3 {
    width: 100% !important;
    max-width: none !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .request_form #field_3_11 .ginput_container,
  .request_form #field_3_11 .gfield_checkbox,
  .request_form #field_3_11 .gchoice {
    width: 100% !important;
    max-width: none !important;
  }

  .request_form #field_3_11 .gfield_checkbox {
    padding-left: 0 !important;
  }
}

@media (max-width: 360px) {
  .parks-affiliations-list {
    gap: 6px;
  }

  .parks-affiliation-item {
    min-height: 80px;
  }

  .parks-affiliation-item img {
    max-height: 72px;
  }

  input[value^="Yes, Sign me up for Emails"] + label {
    font-size: 13px !important;
  }
}
