{"id":4149,"date":"2023-09-07T20:44:13","date_gmt":"2023-09-07T20:44:13","guid":{"rendered":"https:\/\/treerunnerparks.com\/grandpark\/?page_id=4149"},"modified":"2026-08-25T11:47:01","modified_gmt":"2026-08-25T11:47:01","slug":"fall-festivities","status":"publish","type":"page","link":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/","title":{"rendered":"Fall Festivities"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4149\" class=\"elementor elementor-4149\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c19b60e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c19b60e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d419b65\" data-id=\"d419b65\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e483d8c elementor-widget elementor-widget-html\" data-id=\"e483d8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- =========================================================\n     TREERUNNER GRAND PARK\n     FALL FESTIVITIES 2026\n     \/grandpark\/fall-festivities\/\n     =========================================================\n\n     \u2605\u2605\u2605\u2605\u2605 QUICK EDIT CONTROL PANEL \u2605\u2605\u2605\u2605\u2605\n\n     MOST YEAR-TO-YEAR CHANGES CAN HAPPEN HERE.\n\n     CURRENT 2026 EVENTS:\n\n     WIZARDING WORLD\n     September 18\u201319 & 25\u201326\n\n     HALLOWGLOW\n     October 2\u20134\n     October 9\u201311\n     October 16\u201318\n     October 23\u201325\n     October 30\u201331\n\n     ========================================================= -->\n\n\n<script>\n\nwindow.TR_GP_FALL_CONFIG = {\n\n\n  \/* =======================================================\n     EVENT DETAILS\n     ======================================================= *\/\n\n  text: {\n\n    YEAR:\n      \"2026\",\n\n    AGE:\n      \"Ages 7+\",\n\n    TRAILS:\n      \"8 Aerial Trails\",\n\n\n    \/* WIZARDING WORLD *\/\n\n    WIZARDING_DATES:\n      \"September 18\u201319 & 25\u201326\",\n\n    WIZARDING_SHORT:\n      \"Two Weekends in September\",\n\n\n    \/* HALLOWGLOW *\/\n\n    HALLOWGLOW_DATES:\n      \"October 2\u20134, 9\u201311, 16\u201318, 23\u201325 & 30\u201331\",\n\n    HALLOWGLOW_SHORT:\n      \"Every Weekend in October\"\n\n  },\n\n\n\n  \/* =======================================================\n     LINKS\n     ======================================================= *\/\n\n  links: {\n\n\n    \/* \u2605 WIZARDING WORLD \u2014 GRAND PARK \u2605 *\/\n\n    WIZARDING_BOOK:\n      \"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/4094\",\n\n\n    \/* \u2605 HALLOWGLOW \u2014 GRAND PARK \u2605 *\/\n\n    HALLOWGLOW_BOOK:\n      \"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/3843\",\n\n\n    \/* STANDARD NIGHT FOREST *\/\n\n    NIGHT_FOREST_BOOK:\n      \"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/3776\",\n\n\n    \/* INTERNAL SITE LINKS *\/\n\n    ACTIVITIES:\n      \"https:\/\/treerunnerparks.com\/grandpark\/activities\/\",\n\n    HOURS:\n      \"https:\/\/treerunnerparks.com\/grandpark\/hours-pricing\/\",\n\n    PREPARE:\n      \"https:\/\/treerunnerparks.com\/grandpark\/prepare-for-your-visit\/\",\n\n    LOCATION:\n      \"https:\/\/treerunnerparks.com\/grandpark\/location-map\/\",\n\n    WEATHER:\n      \"https:\/\/treerunnerparks.com\/grandpark\/weather-and-rain-policy\/\",\n\n    AGE_GUIDELINES:\n      \"https:\/\/treerunnerparks.com\/grandpark\/adventure-park-age-requirements\/\",\n\n\n    \/* CONTACT *\/\n\n    PHONE:\n      \"tel:3176671613\",\n\n    EMAIL:\n      \"mailto:grandpark@treerunnerparks.com\"\n\n  }\n\n};\n\n\n\n\/* =========================================================\n   APPLY QUICK EDIT SETTINGS\n   NORMALLY DO NOT EDIT BELOW THIS POINT\n   ========================================================= *\/\n\n(function () {\n\n  function applyFallConfig() {\n\n    var config =\n      window.TR_GP_FALL_CONFIG;\n\n    if (!config) return;\n\n\n\n    \/* LINKS *\/\n\n    document\n      .querySelectorAll(\n        \".tr-gp-fall [data-tr-link]\"\n      )\n      .forEach(function(link) {\n\n        var key =\n          link.getAttribute(\n            \"data-tr-link\"\n          );\n\n        if (\n          config.links &&\n          config.links[key]\n        ) {\n\n          link.href =\n            config.links[key];\n\n        }\n\n      });\n\n\n\n    \/* TEXT *\/\n\n    document\n      .querySelectorAll(\n        \".tr-gp-fall [data-tr-text]\"\n      )\n      .forEach(function(element) {\n\n        var key =\n          element.getAttribute(\n            \"data-tr-text\"\n          );\n\n        if (\n          config.text &&\n          config.text[key]\n        ) {\n\n          element.textContent =\n            config.text[key];\n\n        }\n\n      });\n\n  }\n\n\n\n  if (\n    document.readyState === \"loading\"\n  ) {\n\n    document.addEventListener(\n      \"DOMContentLoaded\",\n      applyFallConfig\n    );\n\n  } else {\n\n    applyFallConfig();\n\n  }\n\n})();\n\n<\/script>\n\n\n\n<style>\n\n:root {\n  --tr-green: #8b9942;\n  --tr-green-dark: #68732f;\n  --tr-green-deep: #485027;\n  --tr-green-light: #eef1df;\n\n  --tr-fall: #9f522b;\n  --tr-fall-dark: #70371f;\n  --tr-fall-light: #f5e9df;\n\n  --tr-gold: #c58b32;\n  --tr-gold-light: #f6edda;\n\n  --tr-purple: #54435f;\n  --tr-purple-dark: #3b3045;\n  --tr-purple-light: #eee8f1;\n\n  --tr-night: #292a33;\n\n  --tr-cream: #f7f6f0;\n  --tr-charcoal: #303030;\n  --tr-text: #474747;\n  --tr-muted: #6d6d68;\n  --tr-border: #deded6;\n  --tr-white: #ffffff;\n}\n\n\n\n\/* =========================================================\n   BASE\n   ========================================================= *\/\n\nhtml:has(.tr-gp-fall),\nbody:has(.tr-gp-fall) {\n  max-width: 100%;\n  overflow-x: hidden;\n}\n\n\n.tr-gp-fall {\n  width: 100%;\n  max-width: 100%;\n\n  margin: 0;\n  padding: 0;\n\n  overflow-x: hidden;\n\n  font-family: inherit;\n\n  color: var(--tr-text);\n  background: #ffffff;\n\n  line-height: 1.6;\n}\n\n\n.tr-gp-fall *,\n.tr-gp-fall *::before,\n.tr-gp-fall *::after {\n  box-sizing: border-box;\n  min-width: 0;\n}\n\n\n.tr-fall-wrap {\n  width: calc(100% - 40px);\n  max-width: 1160px;\n\n  margin-left: auto;\n  margin-right: auto;\n}\n\n\n.tr-fall-section {\n  padding: 72px 0;\n}\n\n\n.tr-fall-section-sm {\n  padding: 49px 0;\n}\n\n\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n.tr-fall-kicker {\n  display: block;\n\n  margin: 0 0 8px;\n\n  color: var(--tr-fall);\n\n  font-family: inherit;\n  font-size: 13px;\n  font-weight: 800;\n\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-h2 {\n  max-width: 850px;\n\n  margin: 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: clamp(31px, 4vw, 46px);\n  font-weight: 800;\n\n  line-height: 1.08;\n  letter-spacing: -1px;\n}\n\n\n.tr-fall-lead {\n  max-width: 760px;\n\n  margin: 16px 0 0;\n\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.tr-fall-buttons {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 10px;\n\n  margin-top: 23px;\n}\n\n\n.tr-fall-btn {\n  display: inline-flex;\n\n  min-height: 48px;\n\n  padding: 12px 21px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 2px solid var(--tr-green-dark);\n  border-radius: 8px;\n\n  background: var(--tr-green-dark);\n\n  color: #ffffff !important;\n\n  font-family: inherit;\n  font-size: 15px;\n  font-weight: 800;\n\n  line-height: 1.2;\n\n  text-align: center;\n  text-decoration: none !important;\n\n  transition:\n    transform .2s ease,\n    background .2s ease,\n    border-color .2s ease;\n}\n\n\n.tr-fall-btn:hover {\n  transform: translateY(-2px);\n\n  border-color: var(--tr-green-deep);\n\n  background: var(--tr-green-deep);\n}\n\n\n.tr-fall-btn-outline {\n  background: transparent;\n\n  color: var(--tr-green-dark) !important;\n}\n\n\n.tr-fall-btn-outline:hover {\n  background: var(--tr-green-light);\n}\n\n\n.tr-fall-btn-orange {\n  border-color: var(--tr-fall);\n\n  background: var(--tr-fall);\n}\n\n\n.tr-fall-btn-orange:hover {\n  border-color: var(--tr-fall-dark);\n\n  background: var(--tr-fall-dark);\n}\n\n\n.tr-fall-btn-purple {\n  border-color: var(--tr-purple);\n\n  background: var(--tr-purple);\n}\n\n\n.tr-fall-btn-purple:hover {\n  border-color: var(--tr-purple-dark);\n\n  background: var(--tr-purple-dark);\n}\n\n\n.tr-fall-btn-white {\n  border-color: #ffffff;\n\n  background: #ffffff;\n\n  color: var(--tr-green-deep) !important;\n}\n\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.tr-fall-hero {\n  padding: 24px 0 0;\n\n  background: #ffffff;\n}\n\n\n.tr-fall-hero-card {\n  position: relative;\n\n  width: calc(100% - 32px);\n  max-width: 1240px;\n\n  margin: 0 auto;\n\n  padding: 58px 60px;\n\n  overflow: hidden;\n\n  border-radius: 18px;\n\n  background:\n    radial-gradient(\n      circle at 92% 18%,\n      rgba(159,82,43,.15) 0,\n      rgba(159,82,43,.15) 9px,\n      transparent 10px\n    ),\n    radial-gradient(\n      circle at 95% 57%,\n      rgba(197,139,50,.15) 0,\n      rgba(197,139,50,.15) 14px,\n      transparent 15px\n    ),\n    radial-gradient(\n      circle at 86% 78%,\n      rgba(84,67,95,.12) 0,\n      rgba(84,67,95,.12) 8px,\n      transparent 9px\n    ),\n    linear-gradient(\n      135deg,\n      var(--tr-cream),\n      var(--tr-fall-light)\n    );\n}\n\n\n.tr-fall-hero-inner {\n  position: relative;\n  z-index: 1;\n\n  max-width: 920px;\n}\n\n\n.tr-fall-hero h1 {\n  max-width: 840px;\n\n  margin: 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: clamp(43px, 5vw, 65px);\n  font-weight: 800;\n\n  line-height: 1;\n  letter-spacing: -1.8px;\n}\n\n\n.tr-fall-hero-copy {\n  max-width: 780px;\n\n  margin: 18px 0 0;\n\n  font-size: 18px;\n  line-height: 1.65;\n}\n\n\n.tr-fall-hero-facts {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 8px;\n\n  margin-top: 23px;\n}\n\n\n.tr-fall-hero-fact {\n  padding: 7px 11px;\n\n  border: 1px solid rgba(112,55,31,.18);\n  border-radius: 999px;\n\n  background: rgba(255,255,255,.8);\n\n  color: var(--tr-charcoal);\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n\n\n\/* =========================================================\n   QUICK NAV\n   ========================================================= *\/\n\n.tr-fall-nav {\n  padding: 18px 0;\n\n  border-bottom: 1px solid var(--tr-border);\n\n  background: #ffffff;\n}\n\n\n.tr-fall-nav-inner {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 8px;\n\n  align-items: center;\n}\n\n\n.tr-fall-nav-label {\n  margin-right: 5px;\n\n  color: var(--tr-muted);\n\n  font-size: 10px;\n  font-weight: 900;\n\n  letter-spacing: .9px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-nav a {\n  padding: 7px 11px;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 999px;\n\n  background: var(--tr-cream);\n\n  color: var(--tr-charcoal) !important;\n\n  font-size: 11px;\n  font-weight: 800;\n\n  text-decoration: none !important;\n}\n\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.tr-fall-intro {\n  background: #ffffff;\n}\n\n\n.tr-fall-heading-row {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1fr)\n    minmax(300px, .72fr);\n\n  gap: 55px;\n\n  align-items: end;\n}\n\n\n.tr-fall-heading-row\n.tr-fall-lead {\n  margin: 0;\n}\n\n\n.tr-fall-intro-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 15px;\n\n  margin-top: 33px;\n}\n\n\n.tr-fall-intro-card {\n  padding: 27px;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 13px;\n\n  background: var(--tr-cream);\n}\n\n\n.tr-fall-intro-icon {\n  display: flex;\n\n  width: 41px;\n  height: 41px;\n\n  margin-bottom: 14px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: var(--tr-fall);\n\n  color: #ffffff;\n\n  font-size: 15px;\n  font-weight: 900;\n}\n\n\n.tr-fall-intro-card h3 {\n  margin: 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: 20px;\n  font-weight: 800;\n}\n\n\n.tr-fall-intro-card p {\n  margin: 8px 0 0;\n\n  font-size: 14px;\n}\n\n\n\n\/* =========================================================\n   EVENTS\n   ========================================================= *\/\n\n.tr-fall-events {\n  background: var(--tr-cream);\n}\n\n\n.tr-fall-event-stack {\n  display: grid;\n\n  gap: 25px;\n\n  margin-top: 33px;\n}\n\n\n.tr-fall-event {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, .72fr)\n    minmax(0, 1.28fr);\n\n  overflow: hidden;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 17px;\n\n  background: #ffffff;\n}\n\n\n\n\/* =========================================================\n   EVENT VISUAL\n   ========================================================= *\/\n\n.tr-fall-event-visual {\n  position: relative;\n\n  display: flex;\n\n  min-height: 390px;\n\n  padding: 35px;\n\n  flex-direction: column;\n  justify-content: flex-end;\n\n  overflow: hidden;\n\n  color: #ffffff;\n}\n\n\n.tr-fall-event-visual::before,\n.tr-fall-event-visual::after {\n  content: \"\";\n\n  position: absolute;\n\n  border-radius: 50%;\n}\n\n\n\n\/* WIZARD *\/\n\n.tr-fall-event.wizard\n.tr-fall-event-visual {\n  background:\n    linear-gradient(\n      145deg,\n      #292a36,\n      #453b50 55%,\n      #6c5c3c\n    );\n}\n\n\n.tr-fall-event.wizard\n.tr-fall-event-visual::before {\n  width: 190px;\n  height: 190px;\n\n  right: -40px;\n  top: -45px;\n\n  border: 1px solid rgba(255,255,255,.15);\n}\n\n\n.tr-fall-event.wizard\n.tr-fall-event-visual::after {\n  width: 100px;\n  height: 100px;\n\n  left: 35px;\n  top: 43px;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(246,237,218,.48) 0,\n      rgba(246,237,218,.13) 36%,\n      transparent 70%\n    );\n}\n\n\n\n\/* HALLOWGLOW *\/\n\n.tr-fall-event.hallow\n.tr-fall-event-visual {\n  background:\n    linear-gradient(\n      145deg,\n      #292827,\n      #52331f 55%,\n      #7b4020\n    );\n}\n\n\n.tr-fall-event.hallow\n.tr-fall-event-visual::before {\n  width: 205px;\n  height: 205px;\n\n  right: -55px;\n  top: -55px;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(197,139,50,.25) 0,\n      rgba(197,139,50,.06) 55%,\n      transparent 71%\n    );\n}\n\n\n.tr-fall-event.hallow\n.tr-fall-event-visual::after {\n  width: 115px;\n  height: 115px;\n\n  left: 30px;\n  top: 35px;\n\n  border: 1px solid rgba(255,255,255,.11);\n}\n\n\n\n\/* VISUAL CONTENT *\/\n\n.tr-fall-event-season {\n  position: relative;\n  z-index: 1;\n\n  display: inline-flex;\n\n  width: fit-content;\n\n  margin-bottom: 9px;\n  padding: 6px 9px;\n\n  border: 1px solid rgba(255,255,255,.23);\n  border-radius: 999px;\n\n  background: rgba(255,255,255,.08);\n\n  color: #ffffff;\n\n  font-size: 10px;\n  font-weight: 900;\n\n  letter-spacing: .9px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-event-visual h3 {\n  position: relative;\n  z-index: 1;\n\n  margin: 0;\n\n  color: #ffffff;\n\n  font-family: inherit;\n  font-size: clamp(32px, 4vw, 47px);\n  font-weight: 800;\n\n  line-height: 1.05;\n}\n\n\n.tr-fall-event-visual p {\n  position: relative;\n  z-index: 1;\n\n  margin: 9px 0 0;\n\n  color: rgba(255,255,255,.82);\n\n  font-size: 14px;\n}\n\n\n\n\/* =========================================================\n   EVENT COPY\n   ========================================================= *\/\n\n.tr-fall-event-content {\n  display: flex;\n\n  padding: 39px;\n\n  flex-direction: column;\n  justify-content: center;\n}\n\n\n.tr-fall-event-kicker {\n  display: block;\n\n  color: var(--tr-fall);\n\n  font-size: 11px;\n  font-weight: 900;\n\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-event.wizard\n.tr-fall-event-kicker {\n  color: var(--tr-purple);\n}\n\n\n.tr-fall-event-content h3 {\n  margin: 7px 0 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: 30px;\n  font-weight: 800;\n\n  line-height: 1.1;\n}\n\n\n.tr-fall-event-date {\n  display: block;\n\n  margin-top: 12px;\n\n  color: var(--tr-fall);\n\n  font-size: 17px;\n  font-weight: 900;\n}\n\n\n.tr-fall-event.wizard\n.tr-fall-event-date {\n  color: var(--tr-purple);\n}\n\n\n.tr-fall-event-description {\n  max-width: 650px;\n\n  margin: 15px 0 0;\n\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n\n.tr-fall-feature-list {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 8px 18px;\n\n  margin: 20px 0 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n\n.tr-fall-feature-list li {\n  position: relative;\n\n  padding-left: 24px;\n\n  color: var(--tr-charcoal);\n\n  font-size: 13px;\n  font-weight: 700;\n}\n\n\n.tr-fall-feature-list li::before {\n  content: \"\u2713\";\n\n  position: absolute;\n\n  left: 0;\n\n  color: var(--tr-green-dark);\n\n  font-weight: 900;\n}\n\n\n\n\/* =========================================================\n   DATE SECTION\n   ========================================================= *\/\n\n.tr-fall-calendar {\n  background: #ffffff;\n}\n\n\n.tr-fall-date-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 18px;\n\n  margin-top: 31px;\n}\n\n\n.tr-fall-date-card {\n  padding: 30px;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 14px;\n\n  background: var(--tr-cream);\n}\n\n\n.tr-fall-date-card.wizard {\n  border-top: 5px solid var(--tr-purple);\n}\n\n\n.tr-fall-date-card.hallow {\n  border-top: 5px solid var(--tr-fall);\n}\n\n\n.tr-fall-date-label {\n  display: block;\n\n  color: var(--tr-muted);\n\n  font-size: 10px;\n  font-weight: 900;\n\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-date-card h3 {\n  margin: 7px 0 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: 25px;\n  font-weight: 800;\n}\n\n\n.tr-fall-date-card strong {\n  display: block;\n\n  margin-top: 10px;\n\n  color: var(--tr-fall);\n\n  font-size: 17px;\n  font-weight: 900;\n}\n\n\n.tr-fall-date-card.wizard strong {\n  color: var(--tr-purple);\n}\n\n\n.tr-fall-date-card p {\n  margin: 8px 0 0;\n\n  font-size: 14px;\n}\n\n\n\n\/* =========================================================\n   HALLOWGLOW WEEKEND LIST\n   ========================================================= *\/\n\n.tr-fall-weekends {\n  display: grid;\n\n  grid-template-columns:\n    repeat(5, minmax(0, 1fr));\n\n  gap: 8px;\n\n  margin-top: 18px;\n}\n\n\n.tr-fall-weekend {\n  padding: 10px 8px;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 8px;\n\n  background: #ffffff;\n\n  color: var(--tr-charcoal);\n\n  font-size: 12px;\n  font-weight: 800;\n\n  text-align: center;\n}\n\n\n\n\/* =========================================================\n   CHOOSE YOUR NIGHT\n   ========================================================= *\/\n\n.tr-fall-choose {\n  background: var(--tr-green-light);\n}\n\n\n.tr-fall-choose-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 18px;\n\n  margin-top: 31px;\n}\n\n\n.tr-fall-choose-card {\n  padding: 30px;\n\n  border: 1px solid rgba(104,115,47,.18);\n  border-radius: 14px;\n\n  background: #ffffff;\n}\n\n\n.tr-fall-choose-card.wizard {\n  border-top: 4px solid var(--tr-purple);\n}\n\n\n.tr-fall-choose-card.hallow {\n  border-top: 4px solid var(--tr-fall);\n}\n\n\n.tr-fall-choose-label {\n  display: block;\n\n  color: var(--tr-green-dark);\n\n  font-size: 10px;\n  font-weight: 900;\n\n  letter-spacing: .9px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-choose-card h3 {\n  margin: 7px 0 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: 25px;\n  font-weight: 800;\n}\n\n\n.tr-fall-choose-card p {\n  margin: 10px 0 0;\n\n  font-size: 14px;\n}\n\n\n\n\/* =========================================================\n   NIGHT FOREST\n   ========================================================= *\/\n\n.tr-fall-night {\n  background: var(--tr-night);\n\n  color: #ffffff;\n}\n\n\n.tr-fall-night-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1.15fr)\n    minmax(260px, .65fr);\n\n  gap: 48px;\n\n  align-items: center;\n}\n\n\n.tr-fall-night\n.tr-fall-kicker {\n  color: #dfe8b1;\n}\n\n\n.tr-fall-night\n.tr-fall-h2 {\n  color: #ffffff;\n}\n\n\n.tr-fall-night\n.tr-fall-lead {\n  color: rgba(255,255,255,.82);\n}\n\n\n.tr-fall-night-card {\n  padding: 27px;\n\n  border: 1px solid rgba(255,255,255,.13);\n  border-radius: 13px;\n\n  background: rgba(255,255,255,.06);\n}\n\n\n.tr-fall-night-card strong {\n  display: block;\n\n  color: #ffffff;\n\n  font-size: 22px;\n  font-weight: 900;\n}\n\n\n.tr-fall-night-card p {\n  margin: 8px 0 0;\n\n  color: rgba(255,255,255,.76);\n\n  font-size: 14px;\n}\n\n\n\n\/* =========================================================\n   KNOW BEFORE\n   ========================================================= *\/\n\n.tr-fall-know {\n  background: var(--tr-cream);\n}\n\n\n.tr-fall-know-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 15px;\n\n  margin-top: 31px;\n}\n\n\n.tr-fall-know-card {\n  padding: 25px;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 13px;\n\n  background: #ffffff;\n}\n\n\n.tr-fall-know-icon {\n  display: flex;\n\n  width: 40px;\n  height: 40px;\n\n  margin-bottom: 13px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: var(--tr-green-light);\n\n  color: var(--tr-green-dark);\n\n  font-size: 13px;\n  font-weight: 900;\n}\n\n\n.tr-fall-know-card h3 {\n  margin: 0;\n\n  color: var(--tr-charcoal);\n\n  font-family: inherit;\n  font-size: 18px;\n  font-weight: 800;\n}\n\n\n.tr-fall-know-card p {\n  margin: 7px 0 0;\n\n  font-size: 13px;\n}\n\n\n.tr-fall-know-card a {\n  color: var(--tr-green-dark) !important;\n\n  font-weight: 800;\n\n  text-decoration: none !important;\n}\n\n\n\n\/* =========================================================\n   WEATHER\n   ========================================================= *\/\n\n.tr-fall-weather {\n  display: grid;\n\n  grid-template-columns:\n    53px minmax(0, 1fr);\n\n  gap: 18px;\n\n  margin-top: 20px;\n  padding: 23px 25px;\n\n  align-items: start;\n\n  border: 1px solid rgba(104,115,47,.28);\n  border-left: 5px solid var(--tr-green-dark);\n  border-radius: 12px;\n\n  background: var(--tr-green-light);\n}\n\n\n.tr-fall-weather-icon {\n  display: flex;\n\n  width: 49px;\n  height: 49px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: var(--tr-green-dark);\n\n  color: #ffffff;\n\n  font-size: 19px;\n}\n\n\n.tr-fall-weather-label {\n  display: block;\n\n  color: var(--tr-green-dark);\n\n  font-size: 10px;\n  font-weight: 900;\n\n  letter-spacing: .9px;\n  text-transform: uppercase;\n}\n\n\n.tr-fall-weather strong {\n  display: block;\n\n  margin-top: 2px;\n\n  color: var(--tr-charcoal);\n\n  font-size: 18px;\n  font-weight: 900;\n}\n\n\n.tr-fall-weather p {\n  margin: 5px 0 0;\n\n  font-size: 13px;\n}\n\n\n.tr-fall-weather a {\n  display: inline-flex;\n\n  margin-top: 8px;\n\n  color: var(--tr-green-dark) !important;\n\n  font-size: 13px;\n  font-weight: 900;\n\n  text-decoration: none !important;\n}\n\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.tr-fall-faq {\n  background: #ffffff;\n}\n\n\n.tr-fall-faq-list {\n  display: grid;\n\n  gap: 10px;\n\n  max-width: 930px;\n\n  margin-top: 31px;\n}\n\n\n.tr-fall-faq details {\n  overflow: hidden;\n\n  border: 1px solid var(--tr-border);\n  border-radius: 11px;\n\n  background: var(--tr-cream);\n}\n\n\n.tr-fall-faq summary {\n  position: relative;\n\n  padding: 18px 50px 18px 20px;\n\n  cursor: pointer;\n\n  color: var(--tr-charcoal);\n\n  font-size: 15px;\n  font-weight: 800;\n\n  list-style: none;\n}\n\n\n.tr-fall-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n\n.tr-fall-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n\n  right: 20px;\n  top: 50%;\n\n  transform: translateY(-50%);\n\n  color: var(--tr-fall);\n\n  font-size: 23px;\n  font-weight: 700;\n}\n\n\n.tr-fall-faq details[open]\nsummary::after {\n  content: \"\u2013\";\n}\n\n\n.tr-fall-faq-answer {\n  padding: 0 20px 19px;\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\n.tr-fall-faq-answer p {\n  margin: 0;\n}\n\n\n.tr-fall-faq-answer a {\n  color: var(--tr-green-dark) !important;\n\n  font-weight: 800;\n}\n\n\n\n\/* =========================================================\n   CONTACT\n   ========================================================= *\/\n\n.tr-fall-contact {\n  background: var(--tr-cream);\n}\n\n\n.tr-fall-contact-inner {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1fr)\n    auto;\n\n  gap: 35px;\n\n  align-items: center;\n}\n\n\n.tr-fall-contact-links {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 18px;\n\n  margin-top: 15px;\n}\n\n\n.tr-fall-contact-links a {\n  color: var(--tr-green-dark) !important;\n\n  font-size: 15px;\n  font-weight: 800;\n\n  text-decoration: none !important;\n}\n\n\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.tr-fall-final {\n  padding: 70px 0;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--tr-night),\n      #46332d\n    );\n\n  color: #ffffff;\n\n  text-align: center;\n}\n\n\n.tr-fall-final-inner {\n  max-width: 810px;\n\n  margin: 0 auto;\n}\n\n\n.tr-fall-final h2 {\n  margin: 0;\n\n  color: #ffffff;\n\n  font-family: inherit;\n  font-size: clamp(35px, 4vw, 50px);\n  font-weight: 800;\n\n  line-height: 1.05;\n}\n\n\n.tr-fall-final p {\n  max-width: 680px;\n\n  margin: 15px auto 0;\n\n  color: rgba(255,255,255,.85);\n\n  font-size: 17px;\n}\n\n\n.tr-fall-final\n.tr-fall-buttons {\n  justify-content: center;\n}\n\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 950px) {\n\n  .tr-fall-heading-row {\n    grid-template-columns: 1fr;\n\n    gap: 15px;\n  }\n\n\n  .tr-fall-intro-grid,\n  .tr-fall-know-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n\n  .tr-fall-event {\n    grid-template-columns: 1fr;\n  }\n\n\n  .tr-fall-event-visual {\n    min-height: 260px;\n  }\n\n\n  .tr-fall-weekends {\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n  }\n\n\n  .tr-fall-night-grid,\n  .tr-fall-contact-inner {\n    grid-template-columns: 1fr;\n  }\n\n}\n\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 700px) {\n\n  .tr-fall-wrap {\n    width: calc(100% - 30px);\n  }\n\n\n  .tr-fall-section {\n    padding: 54px 0;\n  }\n\n\n  .tr-fall-hero {\n    padding-top: 10px;\n  }\n\n\n  .tr-fall-hero-card {\n    width: calc(100% - 20px);\n\n    padding: 43px 23px;\n\n    border-radius: 14px;\n  }\n\n\n  .tr-fall-hero h1 {\n    font-size:\n      clamp(40px, 12vw, 54px);\n  }\n\n\n  .tr-fall-intro-grid,\n  .tr-fall-date-grid,\n  .tr-fall-choose-grid,\n  .tr-fall-know-grid {\n    grid-template-columns: 1fr;\n  }\n\n\n  .tr-fall-event-content {\n    padding: 28px 23px;\n  }\n\n\n  .tr-fall-event-visual {\n    min-height: 235px;\n\n    padding: 27px 23px;\n  }\n\n\n  .tr-fall-feature-list {\n    grid-template-columns: 1fr;\n  }\n\n\n  .tr-fall-weekends {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n\n  .tr-fall-weather {\n    grid-template-columns:\n      42px minmax(0, 1fr);\n\n    gap: 13px;\n\n    padding: 19px 17px;\n  }\n\n\n  .tr-fall-weather-icon {\n    width: 40px;\n    height: 40px;\n  }\n\n\n  .tr-fall-buttons {\n    width: 100%;\n  }\n\n\n  .tr-fall-btn {\n    width: 100%;\n  }\n\n}\n\n<\/style>\n\n\n\n<main class=\"tr-gp-fall\">\n\n\n  <!-- =====================================================\n       HERO\n       ===================================================== -->\n\n  <section class=\"tr-fall-hero\">\n\n    <div class=\"tr-fall-hero-card\">\n\n      <div class=\"tr-fall-hero-inner\">\n\n\n        <span class=\"tr-fall-kicker\">\n          Fall at TreeRunner \u2022 Westfield, Indiana\n        <\/span>\n\n\n        <h1>\n          Fall nights belong in the trees.\n        <\/h1>\n\n\n        <p class=\"tr-fall-hero-copy\">\n          This fall, TreeRunner Grand Park transforms after dark\n          with two limited-time Night Forest experiences.\n          Step into Wizarding World for two September weekends,\n          then climb through HallowGlow every weekend in October.\n        <\/p>\n\n\n        <div class=\"tr-fall-hero-facts\">\n\n          <span\n            class=\"tr-fall-hero-fact\"\n            data-tr-text=\"AGE\"\n          >\n            Ages 7+\n          <\/span>\n\n          <span\n            class=\"tr-fall-hero-fact\"\n            data-tr-text=\"TRAILS\"\n          >\n            8 Aerial Trails\n          <\/span>\n\n          <span class=\"tr-fall-hero-fact\">\n            Nighttime Climbing\n          <\/span>\n\n          <span class=\"tr-fall-hero-fact\">\n            September &amp; October 2026\n          <\/span>\n\n          <span class=\"tr-fall-hero-fact\">\n            Grand Park \u2022 Westfield\n          <\/span>\n\n        <\/div>\n\n\n        <div class=\"tr-fall-buttons\">\n\n          <a\n            class=\"tr-fall-btn tr-fall-btn-orange\"\n            href=\"#fall-events\"\n          >\n            Explore Fall Events\n          <\/a>\n\n          <a\n            class=\"tr-fall-btn tr-fall-btn-outline\"\n            href=\"https:\/\/treerunnerparks.com\/grandpark\/prepare-for-your-visit\/\"\n            data-tr-link=\"PREPARE\"\n          >\n            Plan Your Visit\n          <\/a>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       QUICK NAV\n       ===================================================== -->\n\n  <nav\n    class=\"tr-fall-nav\"\n    aria-label=\"Fall festivities navigation\"\n  >\n\n    <div class=\"tr-fall-wrap tr-fall-nav-inner\">\n\n      <span class=\"tr-fall-nav-label\">\n        Jump To\n      <\/span>\n\n      <a href=\"#wizarding\">\n        Wizarding World\n      <\/a>\n\n      <a href=\"#hallowglow\">\n        HallowGlow\n      <\/a>\n\n      <a href=\"#fall-dates\">\n        2026 Dates\n      <\/a>\n\n      <a href=\"#know-before\">\n        Plan Your Visit\n      <\/a>\n\n      <a href=\"#fall-faq\">\n        FAQs\n      <\/a>\n\n    <\/div>\n\n  <\/nav>\n\n\n\n  <!-- =====================================================\n       INTRO\n       ===================================================== -->\n\n  <section class=\"tr-fall-section tr-fall-intro\">\n\n    <div class=\"tr-fall-wrap\">\n\n\n      <div class=\"tr-fall-heading-row\">\n\n\n        <div>\n\n          <span class=\"tr-fall-kicker\">\n            TreeRunner After Dark\n          <\/span>\n\n\n          <h2 class=\"tr-fall-h2\">\n            The same forest adventure. A completely different atmosphere.\n          <\/h2>\n\n        <\/div>\n\n\n\n        <p class=\"tr-fall-lead\">\n          Climb after sunset as lighting, music and seasonal\n          details transform the Aerial Forest for fall.\n          Pick your theme, choose your weekend and experience\n          TreeRunner after dark.\n        <\/p>\n\n\n      <\/div>\n\n\n\n      <div class=\"tr-fall-intro-grid\">\n\n\n        <article class=\"tr-fall-intro-card\">\n\n          <div class=\"tr-fall-intro-icon\">\n            \u2726\n          <\/div>\n\n          <h3>\n            Limited-Time Themes\n          <\/h3>\n\n          <p>\n            Two special Night Forest experiences take over\n            Grand Park in September and October.\n          <\/p>\n\n        <\/article>\n\n\n\n        <article class=\"tr-fall-intro-card\">\n\n          <div class=\"tr-fall-intro-icon\">\n            \u263e\n          <\/div>\n\n          <h3>\n            Climb After Dark\n          <\/h3>\n\n          <p>\n            The aerial trails take on an entirely different\n            feel once the sun goes down.\n          <\/p>\n\n        <\/article>\n\n\n\n        <article class=\"tr-fall-intro-card\">\n\n          <div class=\"tr-fall-intro-icon\">\n            \u219f\n          <\/div>\n\n          <h3>\n            Fall Weekends\n          <\/h3>\n\n          <p>\n            Wizarding World arrives in September before\n            HallowGlow takes over every weekend in October.\n          <\/p>\n\n        <\/article>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       EVENTS\n       ===================================================== -->\n\n  <section\n    class=\"tr-fall-section tr-fall-events\"\n    id=\"fall-events\"\n  >\n\n    <div class=\"tr-fall-wrap\">\n\n\n      <span class=\"tr-fall-kicker\">\n        2026 Fall Experiences\n      <\/span>\n\n\n      <h2 class=\"tr-fall-h2\">\n        Pick your fall night.\n      <\/h2>\n\n\n      <p class=\"tr-fall-lead\">\n        Two different themes. Two different ways to\n        experience TreeRunner after dark.\n      <\/p>\n\n\n\n      <div class=\"tr-fall-event-stack\">\n\n\n        <!-- =================================================\n             WIZARDING WORLD\n             ================================================= -->\n\n        <article\n          class=\"tr-fall-event wizard\"\n          id=\"wizarding\"\n        >\n\n\n          <div class=\"tr-fall-event-visual\">\n\n            <span class=\"tr-fall-event-season\">\n              September\n            <\/span>\n\n            <h3>\n              Wizarding World\n            <\/h3>\n\n            <p>\n              Magic takes to the treetops.\n            <\/p>\n\n          <\/div>\n\n\n\n          <div class=\"tr-fall-event-content\">\n\n\n            <span class=\"tr-fall-event-kicker\">\n              Two Weekends Only\n            <\/span>\n\n\n            <h3>\n              Enter the Wizarding World.\n            <\/h3>\n\n\n            <span\n              class=\"tr-fall-event-date\"\n              data-tr-text=\"WIZARDING_DATES\"\n            >\n              September 18\u201319 &amp; 25\u201326\n            <\/span>\n\n\n            <p class=\"tr-fall-event-description\">\n              For two weekends in September, Night Forest\n              takes on a magical twist. Climb and zip through\n              the trees after dark while themed lighting,\n              music and atmosphere bring Wizarding World\n              to TreeRunner Grand Park.\n            <\/p>\n\n\n            <ul class=\"tr-fall-feature-list\">\n\n              <li>\n                Nighttime Aerial Forest experience\n              <\/li>\n\n              <li>\n                Wizarding-themed atmosphere\n              <\/li>\n\n              <li>\n                Two limited September weekends\n              <\/li>\n\n              <li>\n                Adventure across TreeRunner's aerial trails\n              <\/li>\n\n            <\/ul>\n\n\n            <div class=\"tr-fall-buttons\">\n\n              <a\n                class=\"tr-fall-btn tr-fall-btn-purple\"\n                href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/4094\"\n                data-tr-link=\"WIZARDING_BOOK\"\n              >\n                Get Wizarding World Tickets\n              <\/a>\n\n            <\/div>\n\n\n          <\/div>\n\n\n        <\/article>\n\n\n\n        <!-- =================================================\n             HALLOWGLOW\n             ================================================= -->\n\n        <article\n          class=\"tr-fall-event hallow\"\n          id=\"hallowglow\"\n        >\n\n\n          <div class=\"tr-fall-event-visual\">\n\n            <span class=\"tr-fall-event-season\">\n              October\n            <\/span>\n\n            <h3>\n              HallowGlow\n            <\/h3>\n\n            <p>\n              October nights light up the forest.\n            <\/p>\n\n          <\/div>\n\n\n\n          <div class=\"tr-fall-event-content\">\n\n\n            <span class=\"tr-fall-event-kicker\">\n              Every Weekend in October\n            <\/span>\n\n\n            <h3>\n              Climb into HallowGlow.\n            <\/h3>\n\n\n            <span\n              class=\"tr-fall-event-date\"\n              data-tr-text=\"HALLOWGLOW_DATES\"\n            >\n              October 2\u20134, 9\u201311, 16\u201318, 23\u201325 &amp; 30\u201331\n            <\/span>\n\n\n            <p class=\"tr-fall-event-description\">\n              HallowGlow takes over TreeRunner throughout\n              October with a colorful fall Night Forest\n              experience. Climb and zip after dark surrounded\n              by glowing lights and a festive seasonal atmosphere.\n            <\/p>\n\n\n            <ul class=\"tr-fall-feature-list\">\n\n              <li>\n                Nighttime climbing &amp; ziplining\n              <\/li>\n\n              <li>\n                Glowing fall atmosphere\n              <\/li>\n\n              <li>\n                Every weekend in October\n              <\/li>\n\n              <li>\n                Halloween weekend dates included\n              <\/li>\n\n            <\/ul>\n\n\n            <div class=\"tr-fall-buttons\">\n\n              <a\n                class=\"tr-fall-btn tr-fall-btn-orange\"\n                href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/3843\"\n                data-tr-link=\"HALLOWGLOW_BOOK\"\n              >\n                Get HallowGlow Tickets\n              <\/a>\n\n            <\/div>\n\n\n          <\/div>\n\n\n        <\/article>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       DATES\n       ===================================================== -->\n\n  <section\n    class=\"tr-fall-section tr-fall-calendar\"\n    id=\"fall-dates\"\n  >\n\n    <div class=\"tr-fall-wrap\">\n\n\n      <span class=\"tr-fall-kicker\">\n        Save the Dates\n      <\/span>\n\n\n      <h2 class=\"tr-fall-h2\">\n        Your 2026 fall calendar.\n      <\/h2>\n\n\n      <p class=\"tr-fall-lead\">\n        Wizarding World arrives first, followed by\n        five HallowGlow weekends throughout October.\n      <\/p>\n\n\n\n      <div class=\"tr-fall-date-grid\">\n\n\n        <!-- WIZARD DATES -->\n\n        <article class=\"tr-fall-date-card wizard\">\n\n          <span class=\"tr-fall-date-label\">\n            Wizarding World\n          <\/span>\n\n          <h3>\n            September\n          <\/h3>\n\n          <strong>\n            September 18\u201319 &amp; 25\u201326\n          <\/strong>\n\n          <p>\n            Two Friday-and-Saturday weekends of\n            Wizarding World at Night Forest.\n          <\/p>\n\n\n          <div class=\"tr-fall-buttons\">\n\n            <a\n              class=\"tr-fall-btn tr-fall-btn-purple\"\n              href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/4094\"\n              data-tr-link=\"WIZARDING_BOOK\"\n            >\n              Wizarding World Tickets\n            <\/a>\n\n          <\/div>\n\n        <\/article>\n\n\n\n        <!-- HALLOWGLOW DATES -->\n\n        <article class=\"tr-fall-date-card hallow\">\n\n          <span class=\"tr-fall-date-label\">\n            HallowGlow\n          <\/span>\n\n          <h3>\n            October\n          <\/h3>\n\n          <strong>\n            October 2\u201331\n          <\/strong>\n\n          <p>\n            Five weekends of HallowGlow, including\n            Halloween weekend.\n          <\/p>\n\n\n          <div class=\"tr-fall-weekends\">\n\n            <span class=\"tr-fall-weekend\">\n              Oct. 2\u20134\n            <\/span>\n\n            <span class=\"tr-fall-weekend\">\n              Oct. 9\u201311\n            <\/span>\n\n            <span class=\"tr-fall-weekend\">\n              Oct. 16\u201318\n            <\/span>\n\n            <span class=\"tr-fall-weekend\">\n              Oct. 23\u201325\n            <\/span>\n\n            <span class=\"tr-fall-weekend\">\n              Oct. 30\u201331\n            <\/span>\n\n          <\/div>\n\n\n          <div class=\"tr-fall-buttons\">\n\n            <a\n              class=\"tr-fall-btn tr-fall-btn-orange\"\n              href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/3843\"\n              data-tr-link=\"HALLOWGLOW_BOOK\"\n            >\n              HallowGlow Tickets\n            <\/a>\n\n          <\/div>\n\n        <\/article>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       WHICH ONE\n       ===================================================== -->\n\n  <section class=\"tr-fall-section tr-fall-choose\">\n\n    <div class=\"tr-fall-wrap\">\n\n\n      <span class=\"tr-fall-kicker\">\n        Which One Should You Choose?\n      <\/span>\n\n\n      <h2 class=\"tr-fall-h2\">\n        Honestly? Come to both.\n      <\/h2>\n\n\n      <p class=\"tr-fall-lead\">\n        Wizarding World and HallowGlow are separate\n        themed Night Forest experiences, so each visit\n        has its own atmosphere.\n      <\/p>\n\n\n\n      <div class=\"tr-fall-choose-grid\">\n\n\n        <article class=\"tr-fall-choose-card wizard\">\n\n          <span class=\"tr-fall-choose-label\">\n            Choose Wizarding World If...\n          <\/span>\n\n          <h3>\n            You want a little magic with your adventure.\n          <\/h3>\n\n          <p>\n            Wizarding World is the shorter-run experience,\n            appearing for only two September weekends.\n            It's the first special fall Night Forest event\n            of the season.\n          <\/p>\n\n\n          <div class=\"tr-fall-buttons\">\n\n            <a\n              class=\"tr-fall-btn tr-fall-btn-purple\"\n              href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/4094\"\n              data-tr-link=\"WIZARDING_BOOK\"\n            >\n              Book Wizarding World\n            <\/a>\n\n          <\/div>\n\n        <\/article>\n\n\n\n        <article class=\"tr-fall-choose-card hallow\">\n\n          <span class=\"tr-fall-choose-label\">\n            Choose HallowGlow If...\n          <\/span>\n\n          <h3>\n            October is your favorite time to be outside.\n          <\/h3>\n\n          <p>\n            HallowGlow runs every October weekend and\n            brings the season into Night Forest with\n            colorful lights and a festive after-dark feel.\n          <\/p>\n\n\n          <div class=\"tr-fall-buttons\">\n\n            <a\n              class=\"tr-fall-btn tr-fall-btn-orange\"\n              href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/3843\"\n              data-tr-link=\"HALLOWGLOW_BOOK\"\n            >\n              Book HallowGlow\n            <\/a>\n\n          <\/div>\n\n        <\/article>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       NIGHT FOREST EXPLAINER\n       ===================================================== -->\n\n  <section class=\"tr-fall-section tr-fall-night\">\n\n    <div class=\"tr-fall-wrap\">\n\n      <div class=\"tr-fall-night-grid\">\n\n\n        <div>\n\n\n          <span class=\"tr-fall-kicker\">\n            New to Night Forest?\n          <\/span>\n\n\n          <h2 class=\"tr-fall-h2\">\n            It's TreeRunner after dark.\n          <\/h2>\n\n\n          <p class=\"tr-fall-lead\">\n            Night Forest takes the Aerial Forest experience\n            into the evening. You'll gear up, complete the\n            required orientation and head into the aerial\n            trails as the forest lights up around you.\n          <\/p>\n\n\n          <div class=\"tr-fall-buttons\">\n\n            <a\n              class=\"tr-fall-btn tr-fall-btn-white\"\n              href=\"https:\/\/treerunnerparks.com\/grandpark\/activities\/\"\n              data-tr-link=\"ACTIVITIES\"\n            >\n              Explore All Activities\n            <\/a>\n\n          <\/div>\n\n\n        <\/div>\n\n\n\n        <aside class=\"tr-fall-night-card\">\n\n          <strong>\n            This isn't a haunted attraction.\n          <\/strong>\n\n          <p>\n            The emphasis is on the TreeRunner adventure\n            itself, with seasonal lighting and atmosphere\n            layered into the nighttime experience.\n          <\/p>\n\n        <\/aside>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       KNOW BEFORE YOU GO\n       ===================================================== -->\n\n  <section\n    class=\"tr-fall-section tr-fall-know\"\n    id=\"know-before\"\n  >\n\n    <div class=\"tr-fall-wrap\">\n\n\n      <span class=\"tr-fall-kicker\">\n        Know Before You Go\n      <\/span>\n\n\n      <h2 class=\"tr-fall-h2\">\n        Plan your fall night at TreeRunner.\n      <\/h2>\n\n\n\n      <div class=\"tr-fall-know-grid\">\n\n\n        <!-- AGE -->\n\n        <article class=\"tr-fall-know-card\">\n\n          <div class=\"tr-fall-know-icon\">\n            7+\n          <\/div>\n\n          <h3>\n            Ages 7+\n          <\/h3>\n\n          <p>\n            Aerial Forest participation begins at age 7.\n            Course access and adult participation requirements\n            vary by age.\n          <\/p>\n\n          <a\n            href=\"https:\/\/treerunnerparks.com\/grandpark\/adventure-park-age-requirements\/\"\n            data-tr-link=\"AGE_GUIDELINES\"\n          >\n            View Age Guidelines \u2192\n          <\/a>\n\n        <\/article>\n\n\n\n        <!-- SHOES -->\n\n        <article class=\"tr-fall-know-card\">\n\n          <div class=\"tr-fall-know-icon\">\n            \u2713\n          <\/div>\n\n          <h3>\n            Dress for Adventure\n          <\/h3>\n\n          <p>\n            Wear comfortable clothing appropriate for\n            outdoor movement and closed-toe,\n            closed-heel shoes.\n          <\/p>\n\n          <a\n            href=\"https:\/\/treerunnerparks.com\/grandpark\/prepare-for-your-visit\/\"\n            data-tr-link=\"PREPARE\"\n          >\n            Prepare for Your Visit \u2192\n          <\/a>\n\n        <\/article>\n\n\n\n        <!-- LOCATION -->\n\n        <article class=\"tr-fall-know-card\">\n\n          <div class=\"tr-fall-know-icon\">\n            P\n          <\/div>\n\n          <h3>\n            We're Inside Grand Park\n          <\/h3>\n\n          <p>\n            TreeRunner is located inside Grand Park Sports\n            Campus in Westfield. Check directions and parking\n            before heading out.\n          <\/p>\n\n          <a\n            href=\"https:\/\/treerunnerparks.com\/grandpark\/location-map\/\"\n            data-tr-link=\"LOCATION\"\n          >\n            Directions &amp; Parking \u2192\n          <\/a>\n\n        <\/article>\n\n\n\n        <!-- RESERVATIONS -->\n\n        <article class=\"tr-fall-know-card\">\n\n          <div class=\"tr-fall-know-icon\">\n            T\n          <\/div>\n\n          <h3>\n            Reserve Your Night\n          <\/h3>\n\n          <p>\n            These are limited seasonal experiences.\n            Booking ahead gives you the best chance of\n            getting the date and time you want.\n          <\/p>\n\n        <\/article>\n\n\n\n        <!-- ARRIVAL -->\n\n        <article class=\"tr-fall-know-card\">\n\n          <div class=\"tr-fall-know-icon\">\n            i\n          <\/div>\n\n          <h3>\n            Give Yourself Campus Time\n          <\/h3>\n\n          <p>\n            Grand Park is a large campus. Give yourself\n            enough time to park, walk to TreeRunner and\n            complete check-in before your reservation.\n          <\/p>\n\n        <\/article>\n\n\n\n        <!-- HOURS -->\n\n        <article class=\"tr-fall-know-card\">\n\n          <div class=\"tr-fall-know-icon\">\n            \u263e\n          <\/div>\n\n          <h3>\n            Check Your Reservation Time\n          <\/h3>\n\n          <p>\n            Event availability and start times can vary by\n            date. Your online ticket selection is the best\n            source for available reservation times.\n          <\/p>\n\n          <a\n            href=\"https:\/\/treerunnerparks.com\/grandpark\/hours-pricing\/\"\n            data-tr-link=\"HOURS\"\n          >\n            View Hours &amp; Pricing \u2192\n          <\/a>\n\n        <\/article>\n\n\n      <\/div>\n\n\n\n      <!-- WEATHER -->\n\n      <div class=\"tr-fall-weather\">\n\n\n        <div\n          class=\"tr-fall-weather-icon\"\n          aria-hidden=\"true\"\n        >\n          \u2601\n        <\/div>\n\n\n        <div>\n\n          <span class=\"tr-fall-weather-label\">\n            Weather &amp; Park Conditions\n          <\/span>\n\n          <strong>\n            Fall weather can affect park operations.\n          <\/strong>\n\n          <p>\n            TreeRunner is an outdoor adventure park.\n            Review our weather and rain policy before\n            your visit, especially when fall conditions\n            are changing.\n          <\/p>\n\n          <a\n            href=\"https:\/\/treerunnerparks.com\/grandpark\/weather-and-rain-policy\/\"\n            data-tr-link=\"WEATHER\"\n          >\n            View Weather &amp; Rain Policy \u2192\n          <\/a>\n\n        <\/div>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       FAQ\n       ===================================================== -->\n\n  <section\n    class=\"tr-fall-section tr-fall-faq\"\n    id=\"fall-faq\"\n  >\n\n    <div class=\"tr-fall-wrap\">\n\n\n      <span class=\"tr-fall-kicker\">\n        Fall Festivities FAQs\n      <\/span>\n\n\n      <h2 class=\"tr-fall-h2\">\n        Before you head into the trees.\n      <\/h2>\n\n\n\n      <div class=\"tr-fall-faq-list\">\n\n\n        <details>\n\n          <summary>\n            When is Wizarding World at Grand Park?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              Wizarding World takes place September 18\u201319\n              and September 25\u201326, 2026.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            When is HallowGlow at Grand Park?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              HallowGlow runs October 2\u20134, 9\u201311, 16\u201318,\n              23\u201325 and 30\u201331, 2026.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            Is HallowGlow every weekend in October?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              Yes. HallowGlow takes place every weekend\n              in October 2026. The first four weekends run\n              Friday through Sunday, followed by Friday\n              and Saturday on October 30\u201331.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            Are Wizarding World and HallowGlow the same event?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              No. They are two separate themed Night Forest\n              experiences. Wizarding World takes place in\n              September, while HallowGlow runs throughout October.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            How old do you have to be to participate?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              Aerial Forest participation begins at age 7.\n              Course access and adult participation rules\n              vary by age. Review our\n              <a\n                href=\"https:\/\/treerunnerparks.com\/grandpark\/adventure-park-age-requirements\/\"\n                data-tr-link=\"AGE_GUIDELINES\"\n              >\n                age guidelines\n              <\/a>\n              before booking.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            Is HallowGlow a haunted attraction?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              HallowGlow is a themed nighttime TreeRunner\n              climbing experience rather than a traditional\n              haunted attraction. The focus remains on\n              climbing, ziplining and enjoying the forest\n              after dark.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            Should I buy tickets ahead of time?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              We recommend reserving ahead for special\n              seasonal events so you can choose from the\n              available dates and reservation times before\n              they fill.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n\n        <details>\n\n          <summary>\n            What happens if the weather is bad?\n          <\/summary>\n\n          <div class=\"tr-fall-faq-answer\">\n\n            <p>\n              Weather can affect outdoor operations.\n              Review our\n              <a\n                href=\"https:\/\/treerunnerparks.com\/grandpark\/weather-and-rain-policy\/\"\n                data-tr-link=\"WEATHER\"\n              >\n                Weather &amp; Rain Policy\n              <\/a>\n              before your visit if conditions are uncertain.\n            <\/p>\n\n          <\/div>\n\n        <\/details>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       QUESTIONS\n       ===================================================== -->\n\n  <section class=\"tr-fall-section-sm tr-fall-contact\">\n\n    <div class=\"tr-fall-wrap tr-fall-contact-inner\">\n\n\n      <div>\n\n        <span class=\"tr-fall-kicker\">\n          Have a Question?\n        <\/span>\n\n\n        <h2 class=\"tr-fall-h2\">\n          Talk to our Grand Park team.\n        <\/h2>\n\n\n        <p class=\"tr-fall-lead\">\n          Need help choosing a date or planning your visit?\n          Reach out to TreeRunner Grand Park directly.\n        <\/p>\n\n\n        <div class=\"tr-fall-contact-links\">\n\n          <a\n            href=\"tel:3176671613\"\n            data-tr-link=\"PHONE\"\n          >\n            (317) 667-1613\n          <\/a>\n\n          <a\n            href=\"mailto:grandpark@treerunnerparks.com\"\n            data-tr-link=\"EMAIL\"\n          >\n            grandpark@treerunnerparks.com\n          <\/a>\n\n        <\/div>\n\n\n      <\/div>\n\n\n      <div class=\"tr-fall-buttons\">\n\n        <a\n          class=\"tr-fall-btn\"\n          href=\"https:\/\/treerunnerparks.com\/grandpark\/prepare-for-your-visit\/\"\n          data-tr-link=\"PREPARE\"\n        >\n          Plan Your Visit\n        <\/a>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       FINAL CTA\n       ===================================================== -->\n\n  <section class=\"tr-fall-final\">\n\n    <div class=\"tr-fall-wrap\">\n\n      <div class=\"tr-fall-final-inner\">\n\n\n        <h2>\n          Which fall night are you climbing?\n        <\/h2>\n\n\n        <p>\n          Start with Wizarding World in September,\n          come back for HallowGlow in October\u2014or make\n          this the year you do both.\n        <\/p>\n\n\n        <div class=\"tr-fall-buttons\">\n\n          <a\n            class=\"tr-fall-btn tr-fall-btn-white\"\n            href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/4094\"\n            data-tr-link=\"WIZARDING_BOOK\"\n          >\n            Wizarding World Tickets\n          <\/a>\n\n\n          <a\n            class=\"tr-fall-btn tr-fall-btn-orange\"\n            href=\"https:\/\/pos.treerunnerparks.com\/grandpark\/checkout\/default\/addtocart\/add\/3843\"\n            data-tr-link=\"HALLOWGLOW_BOOK\"\n          >\n            HallowGlow Tickets\n          <\/a>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n<\/main>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Fall at TreeRunner \u2022 Westfield, Indiana Fall nights belong in the trees. This fall, TreeRunner Grand Park transforms after dark with two limited-time Night Forest experiences. Step into Wizarding World for two September weekends, then climb through HallowGlow every weekend in October. Ages 7+ 8 Aerial Trails Nighttime Climbing September &amp; October 2026 Grand Park [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4149","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fall Events in Westfield, IN | TreeRunner Grand Park<\/title>\n<meta name=\"description\" content=\"Experience fall after dark at TreeRunner Grand Park in Westfield, IN. Climb during Wizarding World in September and HallowGlow every weekend in October.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fall Events in Westfield, IN | TreeRunner Grand Park\" \/>\n<meta property=\"og:description\" content=\"Experience fall after dark at TreeRunner Grand Park in Westfield, IN. Climb during Wizarding World in September and HallowGlow every weekend in October.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/\" \/>\n<meta property=\"og:site_name\" content=\"TreeRunner Adventure Parks Grand Park\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-25T11:47:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/fall-festivities\\\/\",\"url\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/fall-festivities\\\/\",\"name\":\"Fall Events in Westfield, IN | TreeRunner Grand Park\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/#website\"},\"datePublished\":\"2023-09-07T20:44:13+00:00\",\"dateModified\":\"2026-08-25T11:47:01+00:00\",\"description\":\"Experience fall after dark at TreeRunner Grand Park in Westfield, IN. Climb during Wizarding World in September and HallowGlow every weekend in October.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/fall-festivities\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/fall-festivities\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/fall-festivities\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fall Festivities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/#website\",\"url\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/\",\"name\":\"TreeRunner Adventure Parks Grand Park\",\"description\":\"Ziplining, Climbing, Creating Memories!\",\"publisher\":{\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/#organization\",\"name\":\"TreeRunner Adventure Parks Grand Park\",\"url\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/wp-content\\\/uploads\\\/sites\\\/14\\\/2023\\\/02\\\/Untitled-design-29.png\",\"contentUrl\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/wp-content\\\/uploads\\\/sites\\\/14\\\/2023\\\/02\\\/Untitled-design-29.png\",\"width\":350,\"height\":100,\"caption\":\"TreeRunner Adventure Parks Grand Park\"},\"image\":{\"@id\":\"https:\\\/\\\/treerunnerparks.com\\\/grandpark\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fall Events in Westfield, IN | TreeRunner Grand Park","description":"Experience fall after dark at TreeRunner Grand Park in Westfield, IN. Climb during Wizarding World in September and HallowGlow every weekend in October.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/","og_locale":"en_US","og_type":"article","og_title":"Fall Events in Westfield, IN | TreeRunner Grand Park","og_description":"Experience fall after dark at TreeRunner Grand Park in Westfield, IN. Climb during Wizarding World in September and HallowGlow every weekend in October.","og_url":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/","og_site_name":"TreeRunner Adventure Parks Grand Park","article_modified_time":"2026-08-25T11:47:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/","url":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/","name":"Fall Events in Westfield, IN | TreeRunner Grand Park","isPartOf":{"@id":"https:\/\/treerunnerparks.com\/grandpark\/#website"},"datePublished":"2023-09-07T20:44:13+00:00","dateModified":"2026-08-25T11:47:01+00:00","description":"Experience fall after dark at TreeRunner Grand Park in Westfield, IN. Climb during Wizarding World in September and HallowGlow every weekend in October.","breadcrumb":{"@id":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/treerunnerparks.com\/grandpark\/fall-festivities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/treerunnerparks.com\/grandpark\/"},{"@type":"ListItem","position":2,"name":"Fall Festivities"}]},{"@type":"WebSite","@id":"https:\/\/treerunnerparks.com\/grandpark\/#website","url":"https:\/\/treerunnerparks.com\/grandpark\/","name":"TreeRunner Adventure Parks Grand Park","description":"Ziplining, Climbing, Creating Memories!","publisher":{"@id":"https:\/\/treerunnerparks.com\/grandpark\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/treerunnerparks.com\/grandpark\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/treerunnerparks.com\/grandpark\/#organization","name":"TreeRunner Adventure Parks Grand Park","url":"https:\/\/treerunnerparks.com\/grandpark\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/treerunnerparks.com\/grandpark\/#\/schema\/logo\/image\/","url":"https:\/\/treerunnerparks.com\/grandpark\/wp-content\/uploads\/sites\/14\/2023\/02\/Untitled-design-29.png","contentUrl":"https:\/\/treerunnerparks.com\/grandpark\/wp-content\/uploads\/sites\/14\/2023\/02\/Untitled-design-29.png","width":350,"height":100,"caption":"TreeRunner Adventure Parks Grand Park"},"image":{"@id":"https:\/\/treerunnerparks.com\/grandpark\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/pages\/4149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/comments?post=4149"}],"version-history":[{"count":59,"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/pages\/4149\/revisions"}],"predecessor-version":[{"id":473145,"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/pages\/4149\/revisions\/473145"}],"wp:attachment":[{"href":"https:\/\/treerunnerparks.com\/grandpark\/wp-json\/wp\/v2\/media?parent=4149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}