PROJECT (event_scrapers)
SPIDER (carriage_barn)
2026-08-11 14:40:22 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 14:40:22 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-11 14:40:22 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 14:40:22 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 14:40:22 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 14:40:22 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 14:40:22 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 14:40:22 [scrapy.extensions.telnet] INFO: Telnet Password: 941892efafd5c716
2026-08-11 14:40:22 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-08-11 14:40:22 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'CONCURRENT_REQUESTS': 3,
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7dc7b6a4f4c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/carriage_barn/ce15583f958111f1ac2f0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 14:40:22 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 14:40:22 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 14:40:22 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-11 14:40:22 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-11 14:40:22 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 14:40:22 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.open_spider)
2026-08-11 14:40:22 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-08-11 14:40:22 [scrapy.core.engine] INFO: Spider opened
2026-08-11 14:40:22 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.carriage_barn.CarriageBarnSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-08-11 14:40:22 [carriage_barn] INFO: Sending scraped events to prod API
2026-08-11 14:40:22 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 14:40:22 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 14:40:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/events/> (referer: None) ['zyte-api']
2026-08-11 14:40:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/25-calendar/> (referer: None) ['zyte-api']
2026-08-11 14:40:24 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://carriagebarn.org/event/orientalism-lecture/>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-11 14:40:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 677
2026-08-11 14:40:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/25-calendar/>
{'event_url': 'https://carriagebarn.org/25-calendar/#through_our_eyes:_annual_new_canaan_high_school_art_show',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<p style="text-align: left;"><strong><span style="font-size: '
'14pt;">Through Our Eyes: Annual New Canaan High School Art '
'Show</span><br/></strong><span style="font-size: 12pt;">March 19 '
'- April 3, 2026</span><br/><em><span style="font-size: '
'12pt;">Opening Reception Mar. 19 from 5-7pm</span></em></p>'}
2026-08-11 14:40:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 750
2026-08-11 14:40:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/25-calendar/>
{'event_url': 'https://carriagebarn.org/25-calendar/#spectrum_2026:_juried_contemporary_art_exhibition',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<p style="text-align: left;"><strong><span style="font-size: '
'14pt;">Spectrum 2026: Juried Contemporary Art '
'Exhibition</span><br/></strong><span style="font-size: '
'12pt;">May 16 - June 28, 2026</span><br/><span style="font-size: '
'12pt;">Opening Reception April 12 from 4 - 6pm</span><em><span '
'style="font-size: 12pt;"><br/>Anticipated submission deadline: '
'March 27</span></em></p>'}
2026-08-11 14:40:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/midweek-reset-choosing-joy/> (referer: None) ['zyte-api']
2026-08-11 14:40:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 31985
2026-08-11 14:40:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/midweek-reset-choosing-joy/>
{'event_url': 'https://carriagebarn.org/event/midweek-reset-choosing-joy/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Midweek Reset: '
'Choosing Joy Just Because We Can</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">August 27 @ 5:30 '
'pm</span> - <span class="tribe-event-time">6:45 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Midweek Reset: Choosing Joy Just Because We Can '
'- Carriage Barn Arts Center" data-viewtitle="Midweek Reset: '
'Choosing Joy Just Because We Can" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/"><span>«</span> '
'Guided Tour & Lunch at MANITOGA, The Russell Wright Design '
'Center</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/encaustic-collage-workshop/">Encaustic '
'Collage Workshop with Carolyn Childs <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41546 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41546">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1102" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1427px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Midweek-Reset-Aug-27-darker-graphic-w-correct-QR.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Midweek-Reset-Aug-27-darker-graphic-w-correct-QR.jpeg '
'1427w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Midweek-Reset-Aug-27-darker-graphic-w-correct-QR-1280x988.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Midweek-Reset-Aug-27-darker-graphic-w-correct-QR-980x757.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Midweek-Reset-Aug-27-darker-graphic-w-correct-QR-480x371.jpeg '
'480w" width="1427"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_18 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h3><strong><span style="color: #000000;">Midweek Reset: '
'Choosing Joy, Just Because We Can</span></strong></h3>\n'
'<p><strong><span style="color: #000000;"><span>A Monthly '
'Wellness Series by <a '
'href="https://www.lightenuplifenow.com">LightenUp Life Now</a>. '
'This is the second session in the series. To know more about the '
'first session that was held on July 14, <a '
'href="https://carriagebarn.org/event/midweek-reset/">click '
'here</a></span></span></strong></p>\n'
'</div>\n'
'<div>\n'
'<p><span style="color: #000000;">When was the last time you gave '
'yourself permission to simply\xa0play, laugh, dance, and '
'reconnect with joy?</span></p>\n'
'<div>\n'
'<p><span style="color: #000000;">Join us for an uplifting '
'evening of laughter, movement, meaningful connection, and '
'lighthearted play designed for women and girls (10yr +) to '
'pause, reconnect, and fill their own cup.\xa0</span></p>\n'
'<div>\n'
'<p><span style="color: #000000;">Inspired by the energy of the '
'Full Moon, this gathering is an invitation to let go of stress '
'and open your heart. \xa0Back by popular demand, our amazing '
'dance instructor Rhei C returns to lead another joyful dance '
'session that invites you to let go, move freely and celebrate '
'the simple joy of being fully alive. No prior dance experience '
'necessary!\xa0</span></p>\n'
'<p><span style="color: #000000;">The rest of the evening '
'features curated lighthearted play, meaningful connection, and '
'simple acts of kindness - all inspired by National “ Just '
'Because” Day, a reminder that Joy doesn’t need a reason.\xa0'
'</span></p>\n'
'<p><span style="color: #000000;">Whether you come with your mom, '
'daughter, sister, friend or simply by yourself you will be '
'welcomed into a beautiful community where meaningful connections '
'are made across generations.\xa0</span></p>\n'
'<p><span style="color: #000000;">Come exactly as you '
'are.</span><br/><span style="color: #000000;">Leave feeling '
'lighter, more connected, and reminded that even in busy '
'lives,\xa0joy is always available to us.</span></p>\n'
'<p><span style="color: #000000;"><b>A portion of proceeds '
'supports the Domestic Violence Crisis Center (DVCC), helping '
'bring hope and healing to women and families in our '
'community.</b></span></p>\n'
'<p><span style="color: #008000;"><strong>$65 for one ticket. '
'</strong></span></p>\n'
'<p><span style="color: #008000;"><strong>$55 for each additional '
'ticket in your registration.</strong></span></p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_19 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_8 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40626" decoding="async" height="1600" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Dance-teacher.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Dance-teacher.jpeg '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Dance-teacher-980x1307.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Dance-teacher-480x640.jpeg '
'480w" title="Dance teacher" width="1200"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_20 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p><span style="color: '
'#000000;"><strong>Rhei C Gordon</strong><span '
'class="gmail-Apple-converted-space">\xa0</span> has been '
'teaching mind-body dance and mindful movement for over 30 years. '
'Rhei C Gordon currently works as an adult counselor at DVCC '
'where she leads clients and staff in joyful movement, '
'mindfulness and self-care for healing and wellbeing.\xa0'
'</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>\xa0</p>\n'
'<div class="gf_browser_unknown gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_785">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Midweek Reset - Choosing Joy Just '
'Because We Can 8/27/26</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form action="/event/midweek-reset-choosing-joy/" '
'data-formid="785" enctype="multipart/form-data" id="gform_785" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_785"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_785_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_785_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_785_1_3_container">\n'
'<input aria-required="true" id="input_785_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_785_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_785_1_6_container">\n'
'<input aria-required="true" id="input_785_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_785_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_785_3"><label class="gfield_label gform-field-label" '
'for="input_785_3">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_785_3" name="input_3" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_785_5"><label class="gfield_label gform-field-label" '
'for="input_785_5">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_785_5" name="input_5" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_785_27"><label class="gfield_label gform-field-label" '
'for="input_785_27">If you are bringing a child/children, please '
'enter their name & age (10-18)</label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" class="large" id="input_785_27" '
'name="input_27" type="text" value=""/></div></div><div '
'class="gfield gfield--type-text gfield--input-type-text '
'gfield--width-full field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_785_28"><label '
'class="gfield_label gform-field-label" for="input_785_28">If you '
'are bringing other women pls list their name, email & '
'phone</label><div class="ginput_container '
'ginput_container_text"><input aria-invalid="false" class="large" '
'id="input_785_28" name="input_28" type="text" '
'value=""/></div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_785_13 gfield_product_785_13 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_785_13"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_785_13_1"><span '
'class="gform-field-label gfield_label_product">Midweek Reset '
'FIRST TICKET PURCHASE</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_13.1" type="hidden" '
'value="Midweek Reset FIRST TICKET PURCHASE"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_785_13">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_785_13">$65.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_785_13" '
'name="input_13.2" type="hidden" value="$65.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_785_13_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_785_13" '
'aria-label="Quantity Midweek Reset FIRST TICKET PURCHASE" '
'class="ginput_quantity" id="input_785_13_1" min="0" '
'name="input_13.3" size="10" type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_785_22 gfield_product_785_22 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_785_22"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_785_22_1"><span '
'class="gform-field-label gfield_label_product">Midweek Reset '
'Ticket price FOR ANY ADDITIONAL TICKETS</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_22.1" type="hidden" '
'value="Midweek Reset Ticket price FOR ANY ADDITIONAL TICKETS"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_785_22">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_785_22">$55.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_785_22" '
'name="input_22.2" type="hidden" value="$55.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_785_22_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_785_22" '
'aria-label="Quantity Midweek Reset Ticket price FOR ANY '
'ADDITIONAL TICKETS" class="ginput_quantity" id="input_785_22_1" '
'min="0" name="input_22.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_785_ gfield_total '
'gfield_total_785_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_785_15"><label '
'class="gfield_label gform-field-label" '
'for="input_785_15">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_785" id="input_785_15" name="input_15" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-consent '
'gfield--type-choice gfield--input-type-consent '
'gfield--width-full field_sublabel_below gfield--has-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_785_10"><legend '
'class="gfield_label gform-field-label '
'gfield_label_before_complex">Photograph Release '
'Form</legend><div class="ginput_container '
'ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_785_10" '
'aria-invalid="false" id="input_785_10_1" name="input_10.1" '
'type="checkbox" value="1"/> <label class="gform-field-label '
'gform-field-label--type-inline gfield_consent_label" '
'for="input_785_10_1">I agree to the Photograph Release '
'Form</label><input class="gform_hidden" name="input_10.2" '
'type="hidden" value="I agree to the Photograph Release '
'Form"/><input class="gform_hidden" name="input_10.3" '
'type="hidden" value="91"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_785_10" tabindex="0">I hereby '
'grant permission to the Carriage Barn and LightenUp Life now to '
'use any photo images taken of me during this class for promoting '
'or showcasing programs on the Carriage Barn website, LightenUp '
'Life now website and other promotional '
'materials.</div></fieldset><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_785_11"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_785_11_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_11_6" '
'name="input_11.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_785_11"><span class="ginput_full '
'gform-grid-col" id="input_785_11_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_785_11_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_785_11_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_785_11_1" id="input_785_11_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_785_11_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_785_11_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_785_11_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_785_11_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_785_11_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_785_11_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_785_11_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_785_11_5_container">\n'
'<input id="input_785_11_5" name="input_11.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_785_11_5" id="input_785_11_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_785" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_785"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_785" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_785" '
'id="gform_theme_785" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_785" '
'id="gform_style_settings_785" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_785" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="785"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="PH50f1bhnfTu+wd2pF2A7Hgm65vrxYU69sQfzXxMJRig45mgKaAhQQdNp6fcN8rzhfsb7PeEL0y66CpW3NiicmCI79ijdEzhXh3Mkf6FqyOqRqk="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_785" type="hidden" '
'value="WyJ7XCIxMy4xXCI6XCIzZDJlZWMyOGU2YzRlZGZkMmI5MzA0MGE1NTQ5NDE3MFwiLFwiMTMuMlwiOlwiNzk3NjRmZDVmMGU1YTdlNWUyNDVjZGY5MzA0ZDRmMmJcIixcIjIyLjFcIjpcIjVmNjA0MzAyNzI3OTdkNmQzZDllZWVmMDYzOTNlYTNlXCIsXCIyMi4yXCI6XCJlOGI2ODI4Y2UwMmU0MGY0Y2E2MDYxYjBlMGEwMGY1MlwiLFwiMTAuMVwiOlwiYzdkZTFjZTMwNDA2OThiYTAzYjdhMjg4NDA3YmY3MzVcIixcIjEwLjJcIjpcIjM3NmRmNDYzZTQzM2VkNjYwMzgyZjAzZTNmNzE3ZWVjXCIsXCIxMC4zXCI6XCJkOWJlY2Q0YzU5NjFkZTkxYTc2NDVkYjk2MjEwMzlhYlwifSIsImI1ODFhY2RmOWYwMTMyNzFlZjE2YjYwNDcyNWZhNTY1Il0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_785" '
'name="gform_target_page_number_785" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_785" '
'name="gform_source_page_number_785" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="103"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_block_row">\n'
'<div class="et_pb_column_22 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_9 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41552" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/lighten-up-life-movement-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/lighten-up-life-movement-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/lighten-up-life-movement-1280x960.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/lighten-up-life-movement-980x735.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/lighten-up-life-movement-480x360.jpg '
'480w" title="lighten up life movement" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41606" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Dancing-pic-LIL-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Dancing-pic-LIL-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Dancing-pic-LIL-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Dancing-pic-LIL-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Dancing-pic-LIL-480x360.jpeg '
'480w" title="Dancing pic LIL" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_24 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41553" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/LIL-movement-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/LIL-movement-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/LIL-movement-1280x960.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/LIL-movement-980x735.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/LIL-movement-480x360.jpg '
'480w" title="LIL movement" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_block_row">\n'
'<div class="et_pb_column_25 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_26 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260827T173000/20260827T184500&text=Midweek%20Reset%3A%20Choosing%20Joy%20Just%20Because%20We%20Can&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/midweek-reset-choosing-joy/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-27T17%3A30%3A00-03%3A00&enddt=2026-08-27T18%3A45%3A00-03%3A00&location&subject=Midweek%20Reset%3A%20Choosing%20Joy%20Just%20Because%20We%20Can&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-27T17%3A30%3A00-03%3A00&enddt=2026-08-27T18%3A45%3A00-03%3A00&location&subject=Midweek%20Reset%3A%20Choosing%20Joy%20Just%20Because%20We%20Can&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-27"> August 27 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-27">\n'
'\t\t\t\t\t\t5:30 pm - 6:45 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/"><span>«</span> '
'Guided Tour & Lunch at MANITOGA, The Russell Wright Design '
'Center</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/encaustic-collage-workshop/">Encaustic '
'Collage Workshop with Carolyn Childs <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/> (referer: None) ['zyte-api']
2026-08-11 14:40:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/orientalism-lecture/> (referer: None) ['zyte-api']
2026-08-11 14:40:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 35281
2026-08-11 14:40:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/>
{'event_url': 'https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Guided Tour & '
'Lunch at MANITOGA, The Russell Wright Design Center</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">August 26 @ 11:00 '
'am</span> - <span class="tribe-event-time">2:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Guided Tour & Lunch at MANITOGA, The '
'Russell Wright Design Center - Carriage Barn Arts Center" '
'data-viewtitle="Guided Tour & Lunch at MANITOGA, The Russell '
'Wright Design Center" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/orientalism-lecture/"><span>«</span> '
'Orientalism at The Met: Zoom Lecture with Page Knox</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/midweek-reset-choosing-joy/">Midweek '
'Reset: Choosing Joy Just Because We Can <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-36967 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-36967">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="569" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) 569px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/VL-DRAGON-ROCK-CORNER-STRAI.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/VL-DRAGON-ROCK-CORNER-STRAI.jpg '
'569w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/VL-DRAGON-ROCK-CORNER-STRAI-480x480.jpg '
'480w" width="569"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_heading_0 et_pb_heading et_pb_module '
'et_block_module"><div class="et_pb_heading_container"><h1 '
'class="et_pb_module_header">Wednesday, August 26, '
'2026</h1></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_block_row">\n'
'<div class="et_pb_column_1 et_pb_column et_pb_column_2_5 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-36969" decoding="async" height="569" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 569px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/Manitoga.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/Manitoga.jpg '
'569w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/Manitoga-480x480.jpg '
'480w" title="Manitoga" width="569"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_2 et_pb_column et_pb_column_3_5 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><a '
'href="https://carriagebarn.org/wp-content/uploads/2025/02/WebLogoCROP.jpg"><img '
'alt="" class="wp-image-36975 aligncenter size-full" '
'decoding="async" height="111" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) 734px, '
'100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/WebLogoCROP.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/WebLogoCROP.jpg '
'734w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/WebLogoCROP-480x73.jpg '
'480w" width="734"/></a></p>\n'
'<p class=""><span style="font-size: 12pt;"><strong>MANITOGA / '
'The Russel Wright Design Center</strong> in Garrison, NY '
'presents and interprets Manitoga as the Wrights’ inspiration and '
'design achievement as a leading center for innovative and '
'sustainable design, architecture, and landscape.</span></p>\n'
'<p class=""><span style="font-size: 12pt;">Join the Carriage '
'Barn for a group guided tour of MANITOGA, the House, Studio and '
'Woodland Garden of pioneer industrial designer, Russel Wright '
'(1904-1976). Experience Dragon Rock, the experimental home which '
'Wright built onto the rock ledge of an abandoned quarry while '
'masterfully orchestrating the surrounding landscape into a '
'series of outdoor rooms of varying character and delight.\xa0 '
"After the guided tour we'll enjoy a picnic lunch on the "
'grounds.\xa0\xa0</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_block_row">\n'
'<div class="et_pb_column_3 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'class=""><span style="font-size: 12pt;">Follow the upper Quarry '
'path, enjoying stunning views of the Quarry Pool, House and '
'Studio. An ascending stone stair leads to a mountain laurel '
'grove and the exquisite moss rooms before crossing the majestic '
'Waterfall over a wood plank bridge. Once at Dragon Rock, the '
'House and Studio interiors are defined by expanses of glass, '
'innovative materials use, and seamless connections to outside '
'terraces.</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_4 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-36972" decoding="async" height="1000" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1000px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/DSC_4396S.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/DSC_4396S.jpg '
'1000w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/DSC_4396S-980x980.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/DSC_4396S-480x480.jpg '
'480w" title="DSC_4396S" width="1000"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_5 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_2 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-36973" decoding="async" height="570" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 660px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/PhotobyMaxBurkhalterforWSJ.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/PhotobyMaxBurkhalterforWSJ.png '
'660w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/PhotobyMaxBurkhalterforWSJ-480x415.png '
'480w" title="Photo+by+Max+Burkhalter+for+WSJ" '
'width="660"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_6 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_3 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-36977" decoding="async" height="569" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 569px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/Moss-Roomweb.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/Moss-Roomweb.jpg '
'569w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/Moss-Roomweb-480x480.jpg '
'480w" title="Moss-Roomweb" width="569"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_4 et_pb_row et_block_row">\n'
'<div class="et_pb_column_7 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'class="" style="text-align: center;"><span style="font-size: '
'14pt;">Space is limited.\xa0 Please register below.\xa0'
'<strong><br/>Cost including tour and lunch is $75 members / $90 '
'non-members.</strong></span></p>\n'
'<p class=""><strong>Note that the tour includes a moderate hike '
'through the landscape to and from Dragon Rock. Visitors must be '
'able to negotiate uneven ground and ascend and descend a 40-step '
'stone stair with handrail.\xa0</strong></p>\n'
'<p class="">Manitoga is located at <strong>584 NY-9D in '
'Garrison, NY.</strong> Please use this exact address in order to '
'arrive at the correct location.<br/><strong><em>Please arrive by '
'10:45am.</em></strong></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_5 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_8 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_3 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_778">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Guided Tour & Lunch at MANITOGA '
'8/26/26)</h2>\n'
'<p class="gform_description">Wednesday, August 26, 2026</p>\n'
'</div><form '
'action="/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/" '
'data-formid="778" enctype="multipart/form-data" id="gform_778" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_778"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_778_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_778_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_778_1_3_container">\n'
'<input aria-required="true" id="input_778_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_778_1_6_container">\n'
'<input aria-required="true" id="input_778_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_778_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_778_3">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_778_3_1_container">\n'
'<input aria-required="true" id="input_778_3_1" name="input_3.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_3_1" id="input_778_3_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_778_3_2_container">\n'
'<input aria-required="false" id="input_778_3_2" name="input_3.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_3_2" id="input_778_3_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_778_3_3_container">\n'
'<input aria-required="true" id="input_778_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_3_3" id="input_778_3_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_778_3_4_container">\n'
'<select aria-required="true" id="input_778_3_4" '
'name="input_3.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_3_4" id="input_778_3_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_778_3_5_container">\n'
'<input aria-required="true" id="input_778_3_5" name="input_3.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_3_5" id="input_778_3_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_778_3_6" '
'name="input_3.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_778_4"><label class="gfield_label gform-field-label" '
'for="input_778_4">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_778_4" name="input_4" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_778_5"><label class="gfield_label gform-field-label" '
'for="input_778_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_778_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_778_6 gfield_product_778_6 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_778_6"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_778_6_1"><span '
'class="gform-field-label gfield_label_product">Guided Tour & '
'Lunch at MANITOGA (current members):</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_778_6">Number '
'of member attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_6.1" type="hidden" '
'value="Guided Tour & Lunch at MANITOGA (current '
'members):"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_778_6">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_778_6">$75.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_778_6" '
'name="input_6.2" type="hidden" value="$75.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_778_6_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_778_6 '
'gfield_description_778_6" aria-label="Quantity Guided Tour & '
'Lunch at MANITOGA (current members):" class="ginput_quantity" '
'id="input_778_6_1" min="0" name="input_6.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_778_7 gfield_product_778_7 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_778_7"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_778_7_1"><span '
'class="gform-field-label gfield_label_product">Guided Tour & '
'Lunch at MANITOGA (non-members):</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_778_7">Number '
'of non-member attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_7.1" type="hidden" '
'value="Guided Tour & Lunch at MANITOGA (non-members):"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_778_7">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_778_7">$90.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_778_7" '
'name="input_7.2" type="hidden" value="$90.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_778_7_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_778_7 '
'gfield_description_778_7" aria-label="Quantity Guided Tour & '
'Lunch at MANITOGA (non-members):" class="ginput_quantity" '
'id="input_778_7_1" min="0" name="input_7.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-select '
'gfield--input-type-select gfield--width-seven-twelfths '
'field_sublabel_below gfield--has-description '
'field_description_above field_validation_below '
'gfield_visibility_visible" id="field_778_12"><label '
'class="gfield_label gform-field-label" for="input_778_12">Box '
'Lunch sandwich choice:</label><div class="gfield_description" '
'id="gfield_description_778_12">Select one, gluten free '
'available</div><div class="ginput_container '
'ginput_container_select"><select '
'aria-describedby="gfield_description_778_12" '
'aria-invalid="false" class="large gfield_select" '
'id="input_778_12" name="input_12"><option value="Turkey '
'sandwich">Turkey sandwich</option><option value="Chicken '
'sandwich">Chicken sandwich</option><option value="Veggie '
'sandwich">Veggie sandwich</option></select></div></div><div '
'class="gfield gfield--type-textarea gfield--input-type-textarea '
'gfield--width-full field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_778_13"><label '
'class="gfield_label gform-field-label" '
'for="input_778_13">Additional Attendee(s) and Sandwich Choice '
'(optional):</label><div class="ginput_container '
'ginput_container_textarea"><textarea aria-invalid="false" '
'class="textarea large" cols="50" id="input_778_13" '
'name="input_13" rows="10"></textarea></div></div><fieldset '
'class="gfield gfield--type-paypal gfield--input-type-paypal '
'gfield--width-full field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_778_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_778_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_8_6" '
'name="input_8.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_778_8"><span class="ginput_full '
'gform-grid-col" id="input_778_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_778_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_778_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_8_1" id="input_778_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_778_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_778_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_778_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_778_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_778_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_778_8_5_container">\n'
'<input id="input_778_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_778_8_5" id="input_778_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset><div aria-atomic="true" '
'aria-live="polite" class="gfield gfield--type-total '
'gfield--input-type-total gfield_price gfield_price_778_ '
'gfield_total gfield_total_778_ field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_778_9"><label class="gfield_label gform-field-label" '
'for="input_778_9">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_778" id="input_778_9" name="input_9" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_778" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_778"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_778" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_778" '
'id="gform_theme_778" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_778" '
'id="gform_style_settings_778" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_778" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="778"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="1M9fv8Dsh83GqeAaSGhr1bFYy0ueqw3OaeoWBDxncAsiW8iYY84bxMf71Jic6H29sFBQY9PZWg6z6zWFTKaKXez1rJ5YeDMUHDtMxnMLqFgwmEw="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_778" type="hidden" '
'value="WyJ7XCI2LjFcIjpcIjBlN2Y3NGVmNWUyYmQxOTFjYjAyNTZjNWNlMDE2N2M4XCIsXCI2LjJcIjpcImNiODAyODgxOWExNTg1NmY2N2MxZDVmNDNkNTE1MjU1XCIsXCI3LjFcIjpcIjVhZGJjNGViYmUzMWJmZmM3ZjY5OTBkZGUxNzI0OTY2XCIsXCI3LjJcIjpcIjAyZWJhNGQwYjJiZWMyOTIwY2FhODVmMjExNjk0NDdlXCIsXCIxMlwiOltcIjQ2ZGE0M2U0ZGM0N2RhOGM2MmZiMmIxZDNkODU0NGJiXCIsXCI0YTU4NDYwMDY2NWFkY2UxODU4MjlhYzAwODFiYTVmMVwiLFwiMGExNTZjNWJkODI5ZjlkODQxN2IzZjJmOTQxMWVmZjBcIl19IiwiZDE2OTE3NWY2MjczMDQ2YWFmMmQ2Nzk4YzQ2ZjA2ZjciXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_778" '
'name="gform_target_page_number_778" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_778" '
'name="gform_source_page_number_778" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="122"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_6 et_pb_row et_block_row">\n'
'<div class="et_pb_column_9 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_4 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260826T110000/20260826T140000&text=Guided%20Tour%20%26%23038%3B%20Lunch%20at%20MANITOGA%2C%20The%20Russell%20Wright%20Design%20Center&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-26T11%3A00%3A00-03%3A00&enddt=2026-08-26T14%3A00%3A00-03%3A00&location&subject=Guided%20Tour%20%26%20Lunch%20at%20MANITOGA%2C%20The%20Russell%20Wright%20Design%20Center&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-26T11%3A00%3A00-03%3A00&enddt=2026-08-26T14%3A00%3A00-03%3A00&location&subject=Guided%20Tour%20%26%20Lunch%20at%20MANITOGA%2C%20The%20Russell%20Wright%20Design%20Center&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-26"> August 26 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-26">\n'
'\t\t\t\t\t\t11:00 am - 2:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/orientalism-lecture/"><span>«</span> '
'Orientalism at The Met: Zoom Lecture with Page Knox</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/midweek-reset-choosing-joy/">Midweek '
'Reset: Choosing Joy Just Because We Can <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 31792
2026-08-11 14:40:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/orientalism-lecture/>
{'event_url': 'https://carriagebarn.org/event/orientalism-lecture/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Orientalism at The '
'Met: Zoom Lecture with Page Knox</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">August 18 @ 6:30 '
'pm</span> - <span class="tribe-event-time">7:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Orientalism at The Met: Zoom Lecture with Page '
'Knox - Carriage Barn Arts Center" data-viewtitle="Orientalism at '
'The Met: Zoom Lecture with Page Knox" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/movie-musicals-summer-camp/"><span>«</span> '
'Movie Musicals Summer Camp with Kx2</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/">Guided '
'Tour & Lunch at MANITOGA, The Russell Wright Design Center '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-40155 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-40155">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism.png '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism-980x490.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism-480x240.png '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_heading_0 et_pb_heading et_pb_module '
'et_flex_module"><div class="et_pb_heading_container"><h1 '
'class="et_pb_module_header">Zoom Lecture Tuesday, August 18 at '
'6:30pm</h1></div></div>\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: 12pt;">Join '
'us for a special one-hour Zoom lecture with art historian and '
'professor <span class="hover:entity-accent entity-underline '
'inline cursor-pointer align-baseline"><span '
'class="whitespace-normal">Page Knox</span></span> exploring <em '
'data-end="302" data-start="277">ORIENTALISM: Between Fact and '
'Fantasy</em>, at <span class="hover:entity-accent '
'entity-underline inline cursor-pointer align-baseline"><span '
'class="whitespace-normal">The Metropolitan Museum of '
'Art</span></span>.\xa0\xa0</span><span style="font-size: '
'12pt;">Page will offer a richly illustrated lecture and virtual '
"tour of The Met's first exhibition to explore Orientalism as its "
'central focus -- presenting not only easel paintings but also '
'drawings, photographs, illustrated books, architecture, arms and '
'armor, textiles, garments, glassware, ceramics, and '
'metalwork.\xa0 \xa0</span></p>\n'
'<p>The word<span>\xa0</span><em>Orient</em><span>\xa0</span>is '
'derived from the Latin<span>\xa0</span><em>Oriens</em>, which '
'means the direction of the rising sun—the east.<span>\xa0'
'</span><em>Orientalism: Between Fact and Fantasy</em><span>\xa0'
'</span>explores notions of “the East” in the 19th century, when '
'globalism, shaped by colonialism and imperialism, fueled '
'unprecedented encounters, connections, and exchanges in Europe '
'and the Middle East. “Hard power” mingled with “soft power,” as '
'accelerated travel, rapid technological change, and shifting '
'geopolitics hastened artistic exchange between distant regions '
'and different cultures.</p>\n'
'<p>Beginning with Napoleon’s conquest of Egypt in 1798 and '
'culminating in the paintings of Ottoman renaissance man Osman '
'Hamdi Bey, this exhibition tells the story of how Islamic works '
'of art made their way to European dealers, collectors, '
'international expositions, and museums, introducing a new visual '
'language to artists, architects, and designers. Deep admiration '
'for the sophisticated techniques and visual language of Islamic '
'art led Owen Jones and other influential figures to transform '
'architecture and design in Europe and America.\xa0</p>\n'
'<p><span style="font-size: 12pt;">This is a great opportunity to '
'get a comprehensive overview of the exhibit, so that when you '
'visit on your own, you will do so with a deeper understanding '
'and greater appreciation of the works.\xa0 </span></p>\n'
'<p><span style="font-size: 12pt;">Note that you may also sign up '
'to join an in-person guided tour of the exhibition with Page '
'Knox on Tuesday, September 1 at 1:30pm (space is '
'limited).\xa0\xa0</span></p>\n'
'<p data-end="1039" data-start="863"><span style="font-size: '
'12pt;"><strong>Members $20 | Non-Members '
'$30</strong></span></p>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et-vb-row--no-module '
'et_pb_row_nested et_flex_row">\n'
'<div class="et_pb_column_1 et_pb_column et-last-child '
'et_flex_column et_pb_column_empty '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 '
'et_flex_column_24_24_tablet et_flex_column_24_24_phone"></div>\n'
'</div>\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_777">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Orientalism at The Met: An Zoom Lecture '
'with Page Knox (8/18/26)</h2>\n'
'<p class="gform_description">Virtual tour and lecture on '
'Tuesday, August 18 at 6:30pm</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/orientalism-lecture/" '
'data-formid="777" enctype="multipart/form-data" id="gform_777" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_777"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_777_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_777_3">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_777_3_3_container">\n'
'<input aria-required="true" id="input_777_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_3_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_777_3_6_container">\n'
'<input aria-required="true" id="input_777_3_6" name="input_3.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_3_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_777_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address</legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_777_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_777_4_1_container">\n'
'<input aria-required="false" id="input_777_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_4_1" id="input_777_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_777_4_2_container">\n'
'<input aria-required="false" id="input_777_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_4_2" id="input_777_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_777_4_3_container">\n'
'<input aria-required="false" id="input_777_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_4_3" id="input_777_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_777_4_4_container">\n'
'<select aria-required="false" id="input_777_4_4" '
'name="input_4.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_4_4" id="input_777_4_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_777_4_5_container">\n'
'<input aria-required="false" id="input_777_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_4_5" id="input_777_4_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_777_4_6" '
'name="input_4.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_777_5"><label class="gfield_label gform-field-label" '
'for="input_777_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_777_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_777_1 '
'gfield_product_777_1 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_777_1"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_777_1_1"><span '
'class="gform-field-label gfield_label_product">Raphael: An In '
'Depth Zoom Lecture, Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_777_1">Enter '
'Number of Member Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_1.1" type="hidden" '
'value="Raphael: An In Depth Zoom Lecture, Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_777_1">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_777_1">$20.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_777_1" '
'name="input_1.2" type="hidden" value="$20.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_777_1_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_777_1 '
'gfield_description_777_1" aria-label="Quantity Raphael: An In '
'Depth Zoom Lecture, Member" class="ginput_quantity" '
'id="input_777_1_1" min="0" name="input_1.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_777_10 gfield_product_777_10 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_777_10"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_777_10_1"><span '
'class="gform-field-label gfield_label_product">Raphael: An In '
'Depth Zoom Lecture, Non-Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_777_10">Enter '
'Number of Non-Member Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_10.1" type="hidden" '
'value="Raphael: An In Depth Zoom Lecture, Non-Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_777_10">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_777_10">$30.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_777_10" '
'name="input_10.2" type="hidden" value="$30.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_777_10_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_777_10 '
'gfield_description_777_10" aria-label="Quantity Raphael: An In '
'Depth Zoom Lecture, Non-Member" class="ginput_quantity" '
'id="input_777_10_1" min="0" name="input_10.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_777_ gfield_total '
'gfield_total_777_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_777_11"><label '
'class="gfield_label gform-field-label" '
'for="input_777_11">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_777" id="input_777_11" name="input_11" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_777_7"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_777_7_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_7_6" '
'name="input_7.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_777_7"><span class="ginput_full '
'gform-grid-col" id="input_777_7_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_777_7_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_777_7_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_7_1" id="input_777_7_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_777_7_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_777_7_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_777_7_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_7_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_777_7_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_777_7_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_7_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_777_7_5_container">\n'
'<input id="input_777_7_5" name="input_7.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_777_7_5" id="input_777_7_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_777" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_777"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_777" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_777" '
'id="gform_theme_777" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_777" '
'id="gform_style_settings_777" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_777" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="777"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="fRuCd6TqT35vkb1N2wvDHGaeDVUtSUGlnSBQYkKKEpi/GBwTIDoi/b/kmAmgfoKhJrOiGLvnBBnvdE2DSelKH1k7dof1JEsq5kQt5fOtJjp+1I4="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_777" type="hidden" '
'value="WyJ7XCIxLjFcIjpcImNhMjljY2QxMDFiMzNkMzAwNjYxYWQ5ZDJhZDJlNmQ0XCIsXCIxLjJcIjpcIjljZDNlNjRhMzI0NTMxNjU2MzJlNjlkNDcxYWYxZGU2XCIsXCIxMC4xXCI6XCIwMmVlZDcxMzU1ZWViNmU0N2I3MWI2OWM4MTQ2NDU3MFwiLFwiMTAuMlwiOlwiNGIyZTNkY2QyNzYwZDhmM2NjMDM2M2RjNWJmMWYwNTlcIn0iLCI0YWJiYmZhZTkyMDQwMGI1MmI0ZGYwOGQ3ZmJmMjY4ZiJd"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_777" '
'name="gform_target_page_number_777" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_777" '
'name="gform_source_page_number_777" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="201"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_block_row">\n'
'<div class="et_pb_column_2 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40158" decoding="async" height="542" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 542px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/03/Screenshot-2026-03-04-at-2.57.27-PM.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/03/Screenshot-2026-03-04-at-2.57.27-PM.png '
'542w, '
'https://carriagebarn.org/wp-content/uploads/2026/03/Screenshot-2026-03-04-at-2.57.27-PM-480x480.png '
'480w" title="Screenshot 2026-03-04 at 2.57.27\u202fPM" '
'width="542"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_3 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40157" decoding="async" height="990" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 902px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/03/Screenshot-2026-03-04-at-2.57.07-PM.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/03/Screenshot-2026-03-04-at-2.57.07-PM.png '
'902w, '
'https://carriagebarn.org/wp-content/uploads/2026/03/Screenshot-2026-03-04-at-2.57.07-PM-480x527.png '
'480w" title="Screenshot 2026-03-04 at 2.57.07\u202fPM" '
'width="902"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_4 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_2 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41419" decoding="async" height="870" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 868px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-12.35.56-PM.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-12.35.56-PM.png '
'868w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-12.35.56-PM-480x481.png '
'480w" title="Screen Shot 2026-07-20 at 12.35.56 PM" '
'width="868"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_5 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><hr/>\n'
'<p>\xa0</p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260818T183000/20260818T193000&text=Orientalism%20at%20The%20Met%3A%20Zoom%20Lecture%20with%20Page%20Knox&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/orientalism-lecture/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-18T18%3A30%3A00-03%3A00&enddt=2026-08-18T19%3A30%3A00-03%3A00&location&subject=Orientalism%20at%20The%20Met%3A%20Zoom%20Lecture%20with%20Page%20Knox&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-18T18%3A30%3A00-03%3A00&enddt=2026-08-18T19%3A30%3A00-03%3A00&location&subject=Orientalism%20at%20The%20Met%3A%20Zoom%20Lecture%20with%20Page%20Knox&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-18"> August 18 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-18">\n'
'\t\t\t\t\t\t6:30 pm - 7:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/movie-musicals-summer-camp/"><span>«</span> '
'Movie Musicals Summer Camp with Kx2</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/guided-tour-lunch-at-manitoga-the-russell-wright-design-center/">Guided '
'Tour & Lunch at MANITOGA, The Russell Wright Design Center '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/encaustic-collage-workshop/> (referer: None) ['zyte-api']
2026-08-11 14:40:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 30908
2026-08-11 14:40:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/encaustic-collage-workshop/>
{'event_url': 'https://carriagebarn.org/event/encaustic-collage-workshop/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Encaustic Collage '
'Workshop with Carolyn Childs</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">August 28 @ 10:00 '
'am</span> - <span class="tribe-event-time">12:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Encaustic Collage Workshop with Carolyn Childs '
'- Carriage Barn Arts Center" data-viewtitle="Encaustic Collage '
'Workshop with Carolyn Childs" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/midweek-reset-choosing-joy/"><span>«</span> '
'Midweek Reset: Choosing Joy Just Because We Can</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/orientalism-guided-tour/">Orientalism '
'at The Met: Guided Tour with Dr. Page Knox '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41387 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41387">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1105" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1170px) 1170px, '
'100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-2-e1785427545555.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-2-e1785427545555-1170x720.jpeg '
'1170w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-2-e1785427545555-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-2-e1785427545555-480x270.jpeg '
'480w" width="1170"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p>Come discover and create using the '
'encaustic art medium in this engaging workshop led by Carolyn '
'Childs. Step into a warm, supportive space and explore the magic '
'of painting with wax—perfect for curious beginners and '
'experienced artists alike.<u></u><u></u></p>\n'
'<p>Encaustic is an ancient painting technique where pure beeswax '
'is blended with resin and pigment, then applied in layers. Each '
'layer is fused with heat, creating rich texture, depth, and a '
'luminous finish. In this hands-on experience, you’ll learn to '
'work confidently with heated tools and pigmented wax to create '
'expressive, one-of-a-kind artwork.<u></u><u></u></p>\n'
'<p>Participants will explore a variety of techniques using a hot '
'iron, while also incorporating collage elements—layering found '
'or created imagery and materials beneath translucent wax to '
'create beautifully textured mixed-media pieces. You’ll have the '
'opportunity to work on multiple small surfaces, and one of your '
'finished pieces can be displayed in a Lucite frame (included in '
'the class fee).<u></u><u></u></p>\n'
'<p>This workshop is designed to be both creative and '
'restorative. Come with curiosity, relax into the process, and '
'enjoy a unique artistic escape.<u></u><u></u></p>\n'
'<p><strong>Come explore, create, and unwind—one luminous layer '
'at a time.</strong><u></u><u></u></p>\n'
'<p><strong>$ 75 Members / $90 Non Members</strong></p>\n'
'<p>\xa0</p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_block_row">\n'
'<div class="et_pb_column_1 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-36610" decoding="async" height="350" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 641px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/01/Encaustic-Iron.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/01/Encaustic-Iron.jpg '
'641w, '
'https://carriagebarn.org/wp-content/uploads/2025/01/Encaustic-Iron-480x262.jpg '
'480w" title="Encaustic Iron" width="641"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_2 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41623" decoding="async" height="1408" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1170px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-1.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-1.jpeg '
'1170w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-1-980x1179.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-collage-1-480x578.jpeg '
'480w" title="Screenshot" width="1170"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_3 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_2 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41624" decoding="async" height="745" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1170px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-Collage-3.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-Collage-3.jpeg '
'1170w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-Collage-3-980x624.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Encaustic-Collage-3-480x306.jpeg '
'480w" title="Screenshot" width="1170"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_block_row">\n'
'<div class="et_pb_column_4 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_divider_0 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_5 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>\xa0</p>\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_775">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Encaustic Collage Workshop with Carolyn '
'Childs 8/28/26</h2>\n'
'<p class="gform_description"></p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/encaustic-collage-workshop/" '
'data-formid="775" enctype="multipart/form-data" id="gform_775" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_775"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_775_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_775_3">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_775_3_3_container">\n'
'<input aria-required="true" id="input_775_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_3_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_775_3_6_container">\n'
'<input aria-required="true" id="input_775_3_6" name="input_3.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_3_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_775_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address</legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_775_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_775_4_1_container">\n'
'<input aria-required="false" id="input_775_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_4_1" id="input_775_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_775_4_2_container">\n'
'<input aria-required="false" id="input_775_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_4_2" id="input_775_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_775_4_3_container">\n'
'<input aria-required="false" id="input_775_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_4_3" id="input_775_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_775_4_4_container">\n'
'<select aria-required="false" id="input_775_4_4" '
'name="input_4.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_4_4" id="input_775_4_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_775_4_5_container">\n'
'<input aria-required="false" id="input_775_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_4_5" id="input_775_4_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_775_4_6" '
'name="input_4.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_775_6"><label '
'class="gfield_label gform-field-label" '
'for="input_775_6">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="medium" '
'id="input_775_6" name="input_6" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_775_5"><label class="gfield_label gform-field-label" '
'for="input_775_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_775_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_775_1 '
'gfield_product_775_1 field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_775_1"><label '
'class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_775_1_1"><span '
'class="gform-field-label gfield_label_product">Encaustic Collage '
'Workshop / Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_1.1" type="hidden" '
'value="Encaustic Collage Workshop / Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_775_1">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_775_1">$75.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_775_1" '
'name="input_1.2" type="hidden" value="$75.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_775_1_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_775_1" '
'aria-label="Quantity Encaustic Collage Workshop / Member" '
'class="ginput_quantity" id="input_775_1_1" min="0" '
'name="input_1.3" size="10" type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_775_9 gfield_product_775_9 field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_775_9"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_775_9_1"><span '
'class="gform-field-label gfield_label_product">Encaustic Collage '
'Workshop / Non Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_9.1" type="hidden" '
'value="Encaustic Collage Workshop / Non Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_775_9">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_775_9">$90.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_775_9" '
'name="input_9.2" type="hidden" value="$90.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_775_9_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_775_9" '
'aria-label="Quantity Encaustic Collage Workshop / Non Member" '
'class="ginput_quantity" id="input_775_9_1" min="0" '
'name="input_9.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_775_ gfield_total '
'gfield_total_775_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_775_8"><label '
'class="gfield_label gform-field-label" '
'for="input_775_8">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_775" id="input_775_8" name="input_8" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_775_7"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_775_7_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_7_6" '
'name="input_7.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_775_7"><span class="ginput_full '
'gform-grid-col" id="input_775_7_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_775_7_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_775_7_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_7_1" id="input_775_7_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_775_7_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_775_7_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_775_7_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_7_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_775_7_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_775_7_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_7_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_775_7_5_container">\n'
'<input id="input_775_7_5" name="input_7.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_775_7_5" id="input_775_7_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_775" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_775"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_775" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_775" '
'id="gform_theme_775" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_775" '
'id="gform_style_settings_775" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_775" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="775"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="L8fUMCLtIdX+HgTymcAIa8pycjgszYYzJu2+YyxplcDt9qW+UOQpwvZo+/sOoKbH/+6aHY/3GQOPnQWVqbMHDW9LtgFXPIfEH/DfmEH5UQEg6Q4="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_775" type="hidden" '
'value="WyJ7XCIxLjFcIjpcIjRlNWM5ZDdlODI3ODVjYTZlMmYxM2JiZWMzZmViNTNiXCIsXCIxLjJcIjpcImNiODAyODgxOWExNTg1NmY2N2MxZDVmNDNkNTE1MjU1XCIsXCI5LjFcIjpcIjExMDE3ODk0YTFlZTMzYmEzY2IwM2E1YmEzMDZmMDkwXCIsXCI5LjJcIjpcIjAyZWJhNGQwYjJiZWMyOTIwY2FhODVmMjExNjk0NDdlXCJ9IiwiNDA5ZWE4ODU1ZmIyMjk5YzU0ODY1M2JkZGIzYzMwYzkiXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_775" '
'name="gform_target_page_number_775" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_775" '
'name="gform_source_page_number_775" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="118"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_4 et_pb_row et_block_row">\n'
'<div class="et_pb_column_6 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260828T100000/20260828T120000&text=Encaustic%20Collage%20Workshop%20with%20Carolyn%20Childs&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/encaustic-collage-workshop/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-28T10%3A00%3A00-03%3A00&enddt=2026-08-28T12%3A00%3A00-03%3A00&location&subject=Encaustic%20Collage%20Workshop%20with%20Carolyn%20Childs&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-28T10%3A00%3A00-03%3A00&enddt=2026-08-28T12%3A00%3A00-03%3A00&location&subject=Encaustic%20Collage%20Workshop%20with%20Carolyn%20Childs&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-28"> August 28 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-28">\n'
'\t\t\t\t\t\t10:00 am - 12:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/midweek-reset-choosing-joy/"><span>«</span> '
'Midweek Reset: Choosing Joy Just Because We Can</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/orientalism-guided-tour/">Orientalism '
'at The Met: Guided Tour with Dr. Page Knox '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/orientalism-guided-tour/> (referer: None) ['zyte-api']
2026-08-11 14:40:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 29805
2026-08-11 14:40:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/orientalism-guided-tour/>
{'event_url': 'https://carriagebarn.org/event/orientalism-guided-tour/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Orientalism at The '
'Met: Guided Tour with Dr. Page Knox</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 1 @ 1:30 '
'pm</span> - <span class="tribe-event-time">3:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Orientalism at The Met: Guided Tour with Dr. '
'Page Knox - Carriage Barn Arts Center" '
'data-viewtitle="Orientalism at The Met: Guided Tour with Dr. '
'Page Knox" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/encaustic-collage-workshop/"><span>«</span> '
'Encaustic Collage Workshop with Carolyn Childs</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/paint-to-promo-lauren-clayton/">Paint '
'to Promo: Smart Marketing for all creatives with Lauren Clayton '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-39183 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-39183">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism.png '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism-980x490.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Met-Orientalism-480x240.png '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_heading_0 et_pb_heading et_pb_module '
'et_flex_module"><div class="et_pb_heading_container"><h1 '
'class="et_pb_module_header">Guided Tour: Tuesday, September 1 at '
'1:30pm</h1></div></div>\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><span>Join us for a guided tour with art historian and '
'professor <span class="hover:entity-accent entity-underline '
'inline cursor-pointer align-baseline"><span '
'class="whitespace-normal">Page Knox</span></span>\xa0'
'exploring\xa0<em data-end="302" data-start="277">ORIENTALISM: '
'Between Fact and Fantasy</em>, at\xa0<span '
'class="hover:entity-accent entity-underline inline '
'cursor-pointer align-baseline"><span '
'class="whitespace-normal">The Metropolitan Museum of '
'Art</span></span>.\xa0\xa0</span><span>Page will offer an '
"in-depth experience of The Met's first exhibition to explore "
'Orientalism as its central focus -- presenting not only easel '
'paintings but also drawings, photographs, illustrated books, '
'architecture, arms and armor, textiles, garments, glassware, '
'ceramics, and metalwork.\xa0 \xa0</span></p>\n'
'<p>The word<span>\xa0</span><em>Orient</em><span>\xa0</span>is '
'derived from the Latin<span>\xa0</span><em>Oriens</em>, which '
'means the direction of the rising sun—the east.<span>\xa0'
'</span><em>Orientalism: Between Fact and Fantasy</em><span>\xa0'
'</span>explores notions of “the East” in the 19th century, when '
'globalism, shaped by colonialism and imperialism, fueled '
'unprecedented encounters, connections, and exchanges in Europe '
'and the Middle East. “Hard power” mingled with “soft power,” as '
'accelerated travel, rapid technological change, and shifting '
'geopolitics hastened artistic exchange between distant regions '
'and different cultures.</p>\n'
'<p>Beginning with Napoleon’s conquest of Egypt in 1798 and '
'culminating in the paintings of Ottoman renaissance man Osman '
'Hamdi Bey, this exhibition tells the story of how Islamic works '
'of art made their way to European dealers, collectors, '
'international expositions, and museums, introducing a new visual '
'language to artists, architects, and designers. Deep admiration '
'for the sophisticated techniques and visual language of Islamic '
'art led Owen Jones and other influential figures to transform '
'architecture and design in Europe and America.</p>\n'
'<p><span>Note that you may also sign up to join a virtual '
'lecture and exhibition preview with Page via zoom\xa0 on '
'Tuesday, August 18 at 6:30pm.\xa0\xa0</span></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_block_row">\n'
'<div class="et_pb_column_1 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-32137" decoding="async" height="1045" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1013px) 1013px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2023/08/Page_web_1551-e1784566422986.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2023/08/Page_web_1551-e1784566422986-1013x720.jpeg '
'1013w, '
'https://carriagebarn.org/wp-content/uploads/2023/08/Page_web_1551-e1784566422986-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2023/08/Page_web_1551-e1784566422986-480x270.jpeg '
'480w" title="Page_web_1551" width="1013"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_2 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_flex_module">\n'
'<div class="et_pb_image_2 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40150" decoding="async" height="124" '
'loading="lazy" sizes="(max-width: 126px) 100vw, 126px" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Screenshot-2025-10-23-at-10.28.30-AM.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Screenshot-2025-10-23-at-10.28.30-AM.png '
'126w" title="Screenshot 2025-10-23 at 10.28.30\u202fAM" '
'width="126"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_column_3 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_3 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41419" decoding="async" height="870" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 868px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-12.35.56-PM.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-12.35.56-PM.png '
'868w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-12.35.56-PM-480x481.png '
'480w" title="Screen Shot 2026-07-20 at 12.35.56 PM" '
'width="868"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_4 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_779">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Guided Tour at The Met with Page Knox '
'(9/1/26)</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form action="/event/orientalism-guided-tour/" '
'data-formid="779" enctype="multipart/form-data" id="gform_779" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_779"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_779_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_779_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_779_1_3_container">\n'
'<input aria-required="true" id="input_779_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_779_1_6_container">\n'
'<input aria-required="true" id="input_779_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_779_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_779_3">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_779_3_1_container">\n'
'<input aria-required="true" id="input_779_3_1" name="input_3.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_3_1" id="input_779_3_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_779_3_2_container">\n'
'<input aria-required="false" id="input_779_3_2" name="input_3.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_3_2" id="input_779_3_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_779_3_3_container">\n'
'<input aria-required="true" id="input_779_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_3_3" id="input_779_3_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_779_3_4_container">\n'
'<input aria-required="true" id="input_779_3_4" name="input_3.4" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_3_4" id="input_779_3_4_label">State / Province / '
'Region</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_779_3_5_container">\n'
'<input aria-required="true" id="input_779_3_5" name="input_3.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_3_5" id="input_779_3_5_label">ZIP / Postal '
'Code</label>\n'
'</span><input class="gform_hidden" id="input_779_3_6" '
'name="input_3.6" type="hidden" value=""/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_779_4"><label class="gfield_label gform-field-label" '
'for="input_779_4">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_779_4" name="input_4" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_779_5"><label class="gfield_label gform-field-label" '
'for="input_779_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_779_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_779_6 gfield_product_779_6 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_779_6"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_779_6_1"><span '
'class="gform-field-label gfield_label_product">Visit to the Met '
'with Page Knox (current members)</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_779_6">Number '
'of Carriage Barn member attendees</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_6.1" type="hidden" '
'value="Visit to the Met with Page Knox (current members)"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_779_6">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_779_6">$70.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_779_6" '
'name="input_6.2" type="hidden" value="$70.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_779_6_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_779_6 '
'gfield_description_779_6" aria-label="Quantity Visit to the Met '
'with Page Knox (current members)" class="ginput_quantity" '
'id="input_779_6_1" min="0" name="input_6.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_779_7 gfield_product_779_7 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_779_7"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_779_7_1"><span '
'class="gform-field-label gfield_label_product">Visit to the Met '
'with Page Knox (non-members)</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_779_7">Number '
'of non-Carriage Barn member attendees</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_7.1" type="hidden" '
'value="Visit to the Met with Page Knox (non-members)"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_779_7">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_779_7">$85.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_779_7" '
'name="input_7.2" type="hidden" value="$85.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_779_7_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_779_7 '
'gfield_description_779_7" aria-label="Quantity Visit to the Met '
'with Page Knox (non-members)" class="ginput_quantity" '
'id="input_779_7_1" min="0" name="input_7.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_779_10"><label class="gfield_label gform-field-label" '
'for="input_779_10">Names of Additional Attendees '
'(optional)</label><div class="ginput_container '
'ginput_container_text"><input aria-invalid="false" class="large" '
'id="input_779_10" name="input_10" type="text" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_779_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_779_8_1">Payment Method<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option selected="" '
'value="Credit Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_779_8"><span class="ginput_full gform-grid-col" '
'id="input_779_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_779_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_779_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_8_1" id="input_779_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_779_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_779_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_779_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_779_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_779_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_779_8_5_container">\n'
'<input id="input_779_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_779_8_5" id="input_779_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset><div aria-atomic="true" '
'aria-live="polite" class="gfield gfield--type-total '
'gfield--input-type-total gfield_price gfield_price_779_ '
'gfield_total gfield_total_779_ field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_779_9"><label class="gfield_label gform-field-label" '
'for="input_779_9">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_779" id="input_779_9" name="input_9" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_779" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_779"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_779" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_779" '
'id="gform_theme_779" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_779" '
'id="gform_style_settings_779" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_779" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="779"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="wZ1wd0ATyagZx1GskIYIia4+KX5jc55HbeEl1ghIkSkJ7Gh4yLw/sxhMP36hkUJHT/89Kl+fuqF7gJi2PHACP64Tfufdf+KxFdTaAgcdQ1WxOFc="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_779" type="hidden" '
'value="WyJ7XCI2LjFcIjpcIjQ1ODE3ZWZiNGRlMWY0OTM0ZmI4MjlmOWRlYTE2YzI3XCIsXCI2LjJcIjpcIjE0NjRmNDhmNDJjYjBjMWQ4MTJiMTJmY2Q4MTViY2JkXCIsXCI3LjFcIjpcImJmNjRiYWFmMDBlZGMyNjVlNjI2ZWQzM2FmZDViYTkyXCIsXCI3LjJcIjpcImJhZjU4YjBlZjk5NGI4ZDU1MGU0MjE5MzdkY2VjMDg2XCJ9IiwiM2NhM2ExZTJmODFiYTM0MDZmOTNiM2JjNWE1YzhjZTIiXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_779" '
'name="gform_target_page_number_779" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_779" '
'name="gform_source_page_number_779" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="201"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_section_1 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_5 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner">\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260901T133000/20260901T150000&text=Orientalism%20at%20The%20Met%3A%20Guided%20Tour%20with%20Dr.%20Page%20Knox&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/orientalism-guided-tour/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-01T13%3A30%3A00-03%3A00&enddt=2026-09-01T15%3A00%3A00-03%3A00&location&subject=Orientalism%20at%20The%20Met%3A%20Guided%20Tour%20with%20Dr.%20Page%20Knox&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-01T13%3A30%3A00-03%3A00&enddt=2026-09-01T15%3A00%3A00-03%3A00&location&subject=Orientalism%20at%20The%20Met%3A%20Guided%20Tour%20with%20Dr.%20Page%20Knox&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-01"> September 1 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-01">\n'
'\t\t\t\t\t\t1:30 pm - 3:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/encaustic-collage-workshop/"><span>«</span> '
'Encaustic Collage Workshop with Carolyn Childs</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/paint-to-promo-lauren-clayton/">Paint '
'to Promo: Smart Marketing for all creatives with Lauren Clayton '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/after-school-art-adventures-fall-2026/> (referer: None) ['zyte-api']
2026-08-11 14:40:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 46548
2026-08-11 14:40:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/after-school-art-adventures-fall-2026/>
{'event_url': 'https://carriagebarn.org/event/after-school-art-adventures-fall-2026/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">After School Art '
'Adventures, Fall 2026</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 17 @ 4:00 '
'pm</span> - <span class="tribe-event-time">5:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="After School Art Adventures, Fall 2026 - '
'Carriage Barn Arts Center" data-viewtitle="After School Art '
'Adventures, Fall 2026" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/met-250-american-art/"><span>«</span> '
'MET Museum Tour: 250 Years Of American Art</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-8/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41566 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41566">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-980x490.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-480x240.png '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_6 et_pb_row et_block_row">\n'
'<div class="et_pb_column_10 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_4 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><b><br/><span style="color: #000000;">For Children '
'Ages K–5, Thursdays, September 17th & 24th, October 1 & '
'8, from 4-5pm</span></b><span style="color: '
'#000000;"></span></p>\n'
'<p class="p1"><span style="color: #000000;">Don’t wait to sign '
'up for this popular after-school art program led by local '
'teacher “Ms. Tiffany” McKay. This series, we will dive into the '
'world of\xa0<b>Cyrus Kabiru</b>. Kabiru is a Kenyan artist best '
'known for creating imaginative wearable sculptures from recycled '
'materials, transforming everyday discarded objects into bold '
'works of art that celebrate creativity, sustainability, and '
'self-expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">With Mrs. McKay’s '
'guidance, children will dive into the creative process by using '
'different materials to create their own unique piece inspired by '
'Kabiru’s inventive approach. This hands-on experience not only '
'fosters creativity but also teaches valuable lessons in '
'collaboration and artistic expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">No experience '
'necessary!</span></p>\n'
'<p class="p1"><span style="color: #000000;">– Class is limited '
'to 10 children</span><br/><span style="color: #000000;">– '
'Classes involve acrylic paint and other messy materials, so '
'dress accordingly</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>$185 for Family '
'Level Members per 4-week session / $210 for '
'Non-Members</b></span><br/><span style="color: #000000;">(All '
'supplies included.)</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>Cancellation '
'Policy</b> – Refunds can be issued if requested more than 2 '
'weeks before the class starts, minus a $20 processing '
'fee.</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_7 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_11 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_6 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39653" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-480x640.jpg '
'480w" title="After School Art Adventures pic chihuly 2" '
'width="1920"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_12 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_7 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39491" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2114px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg '
'2114w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-1280x1550.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-980x1187.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-480x581.jpg '
'480w" title="Art Adventures pic" width="2114"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_13 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_8_24 et_flex_column_8_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_8 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39490" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-480x640.jpg '
'480w" title="Art Ads pic" width="1920"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_8 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_14 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_5 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_786">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">After School Art Adventures Fall '
'2026</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form '
'action="/event/after-school-art-adventures-fall-2026/" '
'data-formid="786" enctype="multipart/form-data" id="gform_786" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_786"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_786_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_786_1_3_container">\n'
'<input aria-required="true" id="input_786_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_786_1_6_container">\n'
'<input aria-required="true" id="input_786_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_3"><label class="gfield_label gform-field-label" '
'for="input_786_3">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_786_3" name="input_3" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip has_country '
'ginput_container_address gform-grid-row" id="input_786_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_786_4_1_container">\n'
'<input aria-required="true" id="input_786_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_1" id="input_786_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_786_4_2_container">\n'
'<input aria-required="false" id="input_786_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_2" id="input_786_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_786_4_3_container">\n'
'<input aria-required="true" id="input_786_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_3" id="input_786_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_786_4_4_container">\n'
'<input aria-required="true" id="input_786_4_4" name="input_4.4" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_4" id="input_786_4_4_label">State / Province / '
'Region</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_786_4_5_container">\n'
'<input aria-required="true" id="input_786_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_5" id="input_786_4_5_label">ZIP / Postal '
'Code</label>\n'
'</span><span class="ginput_right address_country '
'ginput_address_country gform-grid-col" '
'id="input_786_4_6_container">\n'
'<select aria-required="true" id="input_786_4_6" '
'name="input_4.6"><option selected="" value=""></option><option '
'value="Afghanistan">Afghanistan</option><option '
'value="Albania">Albania</option><option '
'value="Algeria">Algeria</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Andorra">Andorra</option><option '
'value="Angola">Angola</option><option '
'value="Anguilla">Anguilla</option><option '
'value="Antarctica">Antarctica</option><option value="Antigua and '
'Barbuda">Antigua and Barbuda</option><option '
'value="Argentina">Argentina</option><option '
'value="Armenia">Armenia</option><option '
'value="Aruba">Aruba</option><option '
'value="Australia">Australia</option><option '
'value="Austria">Austria</option><option '
'value="Azerbaijan">Azerbaijan</option><option '
'value="Bahamas">Bahamas</option><option '
'value="Bahrain">Bahrain</option><option '
'value="Bangladesh">Bangladesh</option><option '
'value="Barbados">Barbados</option><option '
'value="Belarus">Belarus</option><option '
'value="Belgium">Belgium</option><option '
'value="Belize">Belize</option><option '
'value="Benin">Benin</option><option '
'value="Bermuda">Bermuda</option><option '
'value="Bhutan">Bhutan</option><option '
'value="Bolivia">Bolivia</option><option value="Bonaire, Sint '
'Eustatius and Saba">Bonaire, Sint Eustatius and '
'Saba</option><option value="Bosnia and Herzegovina">Bosnia and '
'Herzegovina</option><option '
'value="Botswana">Botswana</option><option value="Bouvet '
'Island">Bouvet Island</option><option '
'value="Brazil">Brazil</option><option value="British Indian '
'Ocean Territory">British Indian Ocean Territory</option><option '
'value="Brunei Darussalam">Brunei Darussalam</option><option '
'value="Bulgaria">Bulgaria</option><option value="Burkina '
'Faso">Burkina Faso</option><option '
'value="Burundi">Burundi</option><option value="Cabo Verde">Cabo '
'Verde</option><option value="Cambodia">Cambodia</option><option '
'value="Cameroon">Cameroon</option><option '
'value="Canada">Canada</option><option value="Cayman '
'Islands">Cayman Islands</option><option value="Central African '
'Republic">Central African Republic</option><option '
'value="Chad">Chad</option><option '
'value="Chile">Chile</option><option '
'value="China">China</option><option value="Christmas '
'Island">Christmas Island</option><option value="Cocos '
'Islands">Cocos Islands</option><option '
'value="Colombia">Colombia</option><option '
'value="Comoros">Comoros</option><option '
'value="Congo">Congo</option><option value="Congo, Democratic '
'Republic of the">Congo, Democratic Republic of '
'the</option><option value="Cook Islands">Cook '
'Islands</option><option value="Costa Rica">Costa '
'Rica</option><option value="Croatia">Croatia</option><option '
'value="Cuba">Cuba</option><option '
'value="Curaçao">Curaçao</option><option '
'value="Cyprus">Cyprus</option><option '
'value="Czechia">Czechia</option><option value="Côte '
'd\'Ivoire">Côte d\'Ivoire</option><option '
'value="Denmark">Denmark</option><option '
'value="Djibouti">Djibouti</option><option '
'value="Dominica">Dominica</option><option value="Dominican '
'Republic">Dominican Republic</option><option '
'value="Ecuador">Ecuador</option><option '
'value="Egypt">Egypt</option><option value="El Salvador">El '
'Salvador</option><option value="Equatorial Guinea">Equatorial '
'Guinea</option><option value="Eritrea">Eritrea</option><option '
'value="Estonia">Estonia</option><option '
'value="Eswatini">Eswatini</option><option '
'value="Ethiopia">Ethiopia</option><option value="Falkland '
'Islands">Falkland Islands</option><option value="Faroe '
'Islands">Faroe Islands</option><option '
'value="Fiji">Fiji</option><option '
'value="Finland">Finland</option><option '
'value="France">France</option><option value="French '
'Guiana">French Guiana</option><option value="French '
'Polynesia">French Polynesia</option><option value="French '
'Southern Territories">French Southern '
'Territories</option><option value="Gabon">Gabon</option><option '
'value="Gambia">Gambia</option><option '
'value="Georgia">Georgia</option><option '
'value="Germany">Germany</option><option '
'value="Ghana">Ghana</option><option '
'value="Gibraltar">Gibraltar</option><option '
'value="Greece">Greece</option><option '
'value="Greenland">Greenland</option><option '
'value="Grenada">Grenada</option><option '
'value="Guadeloupe">Guadeloupe</option><option '
'value="Guam">Guam</option><option '
'value="Guatemala">Guatemala</option><option '
'value="Guernsey">Guernsey</option><option '
'value="Guinea">Guinea</option><option '
'value="Guinea-Bissau">Guinea-Bissau</option><option '
'value="Guyana">Guyana</option><option '
'value="Haiti">Haiti</option><option value="Heard Island and '
'McDonald Islands">Heard Island and McDonald '
'Islands</option><option value="Holy See">Holy '
'See</option><option value="Honduras">Honduras</option><option '
'value="Hong Kong">Hong Kong</option><option '
'value="Hungary">Hungary</option><option '
'value="Iceland">Iceland</option><option '
'value="India">India</option><option '
'value="Indonesia">Indonesia</option><option '
'value="Iran">Iran</option><option '
'value="Iraq">Iraq</option><option '
'value="Ireland">Ireland</option><option value="Isle of Man">Isle '
'of Man</option><option value="Israel">Israel</option><option '
'value="Italy">Italy</option><option '
'value="Jamaica">Jamaica</option><option '
'value="Japan">Japan</option><option '
'value="Jersey">Jersey</option><option '
'value="Jordan">Jordan</option><option '
'value="Kazakhstan">Kazakhstan</option><option '
'value="Kenya">Kenya</option><option '
'value="Kiribati">Kiribati</option><option value="Korea, '
'Democratic People\'s Republic of">Korea, Democratic People\'s '
'Republic of</option><option value="Korea, Republic of">Korea, '
'Republic of</option><option '
'value="Kuwait">Kuwait</option><option '
'value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao '
'People\'s Democratic Republic">Lao People\'s Democratic '
'Republic</option><option value="Latvia">Latvia</option><option '
'value="Lebanon">Lebanon</option><option '
'value="Lesotho">Lesotho</option><option '
'value="Liberia">Liberia</option><option '
'value="Libya">Libya</option><option '
'value="Liechtenstein">Liechtenstein</option><option '
'value="Lithuania">Lithuania</option><option '
'value="Luxembourg">Luxembourg</option><option '
'value="Macao">Macao</option><option '
'value="Madagascar">Madagascar</option><option '
'value="Malawi">Malawi</option><option '
'value="Malaysia">Malaysia</option><option '
'value="Maldives">Maldives</option><option '
'value="Mali">Mali</option><option '
'value="Malta">Malta</option><option value="Marshall '
'Islands">Marshall Islands</option><option '
'value="Martinique">Martinique</option><option '
'value="Mauritania">Mauritania</option><option '
'value="Mauritius">Mauritius</option><option '
'value="Mayotte">Mayotte</option><option '
'value="Mexico">Mexico</option><option '
'value="Micronesia">Micronesia</option><option '
'value="Moldova">Moldova</option><option '
'value="Monaco">Monaco</option><option '
'value="Mongolia">Mongolia</option><option '
'value="Montenegro">Montenegro</option><option '
'value="Montserrat">Montserrat</option><option '
'value="Morocco">Morocco</option><option '
'value="Mozambique">Mozambique</option><option '
'value="Myanmar">Myanmar</option><option '
'value="Namibia">Namibia</option><option '
'value="Nauru">Nauru</option><option '
'value="Nepal">Nepal</option><option '
'value="Netherlands">Netherlands</option><option value="New '
'Caledonia">New Caledonia</option><option value="New Zealand">New '
'Zealand</option><option '
'value="Nicaragua">Nicaragua</option><option '
'value="Niger">Niger</option><option '
'value="Nigeria">Nigeria</option><option '
'value="Niue">Niue</option><option value="Norfolk Island">Norfolk '
'Island</option><option value="North Macedonia">North '
'Macedonia</option><option value="Northern Mariana '
'Islands">Northern Mariana Islands</option><option '
'value="Norway">Norway</option><option '
'value="Oman">Oman</option><option '
'value="Pakistan">Pakistan</option><option '
'value="Palau">Palau</option><option value="Palestine, State '
'of">Palestine, State of</option><option '
'value="Panama">Panama</option><option value="Papua New '
'Guinea">Papua New Guinea</option><option '
'value="Paraguay">Paraguay</option><option '
'value="Peru">Peru</option><option '
'value="Philippines">Philippines</option><option '
'value="Pitcairn">Pitcairn</option><option '
'value="Poland">Poland</option><option '
'value="Portugal">Portugal</option><option value="Puerto '
'Rico">Puerto Rico</option><option '
'value="Qatar">Qatar</option><option '
'value="Romania">Romania</option><option value="Russian '
'Federation">Russian Federation</option><option '
'value="Rwanda">Rwanda</option><option '
'value="Réunion">Réunion</option><option value="Saint '
'Barthélemy">Saint Barthélemy</option><option value="Saint '
'Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension '
'and Tristan da Cunha</option><option value="Saint Kitts and '
'Nevis">Saint Kitts and Nevis</option><option value="Saint '
'Lucia">Saint Lucia</option><option value="Saint Martin">Saint '
'Martin</option><option value="Saint Pierre and Miquelon">Saint '
'Pierre and Miquelon</option><option value="Saint Vincent and the '
'Grenadines">Saint Vincent and the Grenadines</option><option '
'value="Samoa">Samoa</option><option value="San Marino">San '
'Marino</option><option value="Sao Tome and Principe">Sao Tome '
'and Principe</option><option value="Saudi Arabia">Saudi '
'Arabia</option><option value="Senegal">Senegal</option><option '
'value="Serbia">Serbia</option><option '
'value="Seychelles">Seychelles</option><option value="Sierra '
'Leone">Sierra Leone</option><option '
'value="Singapore">Singapore</option><option value="Sint '
'Maarten">Sint Maarten</option><option '
'value="Slovakia">Slovakia</option><option '
'value="Slovenia">Slovenia</option><option value="Solomon '
'Islands">Solomon Islands</option><option '
'value="Somalia">Somalia</option><option value="South '
'Africa">South Africa</option><option value="South Georgia and '
'the South Sandwich Islands">South Georgia and the South Sandwich '
'Islands</option><option value="South Sudan">South '
'Sudan</option><option value="Spain">Spain</option><option '
'value="Sri Lanka">Sri Lanka</option><option '
'value="Sudan">Sudan</option><option '
'value="Suriname">Suriname</option><option value="Svalbard and '
'Jan Mayen">Svalbard and Jan Mayen</option><option '
'value="Sweden">Sweden</option><option '
'value="Switzerland">Switzerland</option><option value="Syria '
'Arab Republic">Syria Arab Republic</option><option '
'value="Taiwan">Taiwan</option><option '
'value="Tajikistan">Tajikistan</option><option value="Tanzania, '
'the United Republic of">Tanzania, the United Republic '
'of</option><option value="Thailand">Thailand</option><option '
'value="Timor-Leste">Timor-Leste</option><option '
'value="Togo">Togo</option><option '
'value="Tokelau">Tokelau</option><option '
'value="Tonga">Tonga</option><option value="Trinidad and '
'Tobago">Trinidad and Tobago</option><option '
'value="Tunisia">Tunisia</option><option '
'value="Turkmenistan">Turkmenistan</option><option value="Turks '
'and Caicos Islands">Turks and Caicos Islands</option><option '
'value="Tuvalu">Tuvalu</option><option '
'value="Türkiye">Türkiye</option><option value="US Minor Outlying '
'Islands">US Minor Outlying Islands</option><option '
'value="Uganda">Uganda</option><option '
'value="Ukraine">Ukraine</option><option value="United Arab '
'Emirates">United Arab Emirates</option><option value="United '
'Kingdom">United Kingdom</option><option value="United '
'States">United States</option><option '
'value="Uruguay">Uruguay</option><option '
'value="Uzbekistan">Uzbekistan</option><option '
'value="Vanuatu">Vanuatu</option><option '
'value="Venezuela">Venezuela</option><option value="Viet '
'Nam">Viet Nam</option><option value="Virgin Islands, '
'British">Virgin Islands, British</option><option value="Virgin '
'Islands, U.S.">Virgin Islands, U.S.</option><option '
'value="Wallis and Futuna">Wallis and Futuna</option><option '
'value="Western Sahara">Western Sahara</option><option '
'value="Yemen">Yemen</option><option '
'value="Zambia">Zambia</option><option '
'value="Zimbabwe">Zimbabwe</option><option value="Åland '
'Islands">Åland Islands</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_6" id="input_786_4_6_label">Country</label>\n'
'</span>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_5"><label class="gfield_label gform-field-label" '
'for="input_786_5">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="large" id="input_786_5" name="input_5" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_6"><label class="gfield_label gform-field-label" '
'for="input_786_6">Child\'s Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_6" name="input_6" type="text" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_7"><label class="gfield_label gform-field-label" '
'for="input_786_7">Child\'s Age<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_7" name="input_7" type="text" '
'value=""/></div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_13 gfield_product_786_13 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_13"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_13_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Family Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_13">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_13.1" type="hidden" '
'value="After School Art Adventures Family Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_13">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_13">$185.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_13" '
'name="input_13.2" type="hidden" value="$185.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_13_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_13 '
'gfield_description_786_13" aria-label="Quantity After School Art '
'Adventures Family Member" class="ginput_quantity" '
'id="input_786_13_1" min="0" name="input_13.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_14 gfield_product_786_14 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_14"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_14_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Non-Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_14">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_14.1" type="hidden" '
'value="After School Art Adventures Non-Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_14">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_14">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_14" '
'name="input_14.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_14_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_14 '
'gfield_description_786_14" aria-label="Quantity After School Art '
'Adventures Non-Member" class="ginput_quantity" '
'id="input_786_14_1" min="0" name="input_14.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_786_ gfield_total '
'gfield_total_786_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_15"><label '
'class="gfield_label gform-field-label" '
'for="input_786_15">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_786" id="input_786_15" name="input_15" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-consent '
'gfield--type-choice gfield--input-type-consent '
'gfield--width-full gfield_contains_required field_sublabel_below '
'gfield--has-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_9"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Consent<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_container ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_9" '
'aria-invalid="false" aria-required="true" id="input_786_9_1" '
'name="input_9.1" type="checkbox" value="1"/> <label '
'class="gform-field-label gform-field-label--type-inline '
'gfield_consent_label" for="input_786_9_1">I agree to the '
'liability waiver</label><input class="gform_hidden" '
'name="input_9.2" type="hidden" value="I agree to the liability '
'waiver"/><input class="gform_hidden" name="input_9.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_9" tabindex="0">As '
'parent/guardian, you individually and on behalf of your child, '
'release and agree to hold Carriage Barn Arts Center harmless '
'from any and all liability and hereby assume all risk and '
'responsibility and waive any claim or cause of action of any '
'nature whatsoever arising on behalf of your child while at class '
'or otherwise in the care of its staff. You further agree to '
'indemnify and hold harmless Carriage Barn Arts Center, its '
'agents, employees or contractors, whether paid or volunteer, '
'against any and all claims which may arise from any injury to '
'said child while participating in this program. You have read '
'and understand the above policy and agree to comply with its '
'provisions.<br/>\n'
'<br/>\n'
'In the case of an emergency involving your child, you understand '
'that every effort will be made to contact you. However, in the '
'event that you cannot be reached to make arrangements for '
'emergency medical attention at the time of illness or accident, '
'you hereby authorize Carriage Barn staff to call 911 to provide '
'urgent care for your child and further authorize your child to '
'receive medical treatment from the selected medical provider as '
'such medical provider deems necessary and '
'appropriate.</div></fieldset><fieldset class="gfield '
'gfield--type-consent gfield--type-choice '
'gfield--input-type-consent gfield--width-full '
'field_sublabel_below gfield--has-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_10"><legend '
'class="gfield_label gform-field-label '
'gfield_label_before_complex">Photograph Release '
'Form</legend><div class="ginput_container '
'ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_10" '
'aria-invalid="false" id="input_786_10_1" name="input_10.1" '
'type="checkbox" value="1"/> <label class="gform-field-label '
'gform-field-label--type-inline gfield_consent_label" '
'for="input_786_10_1">I agree to the Photograph Release '
'Form</label><input class="gform_hidden" name="input_10.2" '
'type="hidden" value="I agree to the Photograph Release '
'Form"/><input class="gform_hidden" name="input_10.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_10" tabindex="0">I hereby '
'grant permission to the Carriage Barn to use any photo images '
'taken of my child during this class for promoting or showcasing '
'programs on the Carriage Barn website and other promotional '
'materials.</div></fieldset><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_786_11"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_786_11_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_11_6" '
'name="input_11.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_786_11"><span class="ginput_full '
'gform-grid-col" id="input_786_11_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_786_11_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_786_11_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_1" id="input_786_11_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_786_11_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_786_11_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_786_11_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_786_11_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_786_11_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_786_11_5_container">\n'
'<input id="input_786_11_5" name="input_11.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_5" id="input_786_11_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_786" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_786"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_786" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_786" '
'id="gform_theme_786" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_786" '
'id="gform_style_settings_786" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_786" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="786"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="YiVnb9GR3IoPcoxrqtYY5S8vmYpIMJySyXuqgcy/5EMiCkwjT1ktyaK9A8HdamJDfc7xfd5jlCUJwC7dckyKy6VYGo/X+BjZ5tG6geo9ZEmRUjk="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_786" type="hidden" '
'value="WyJ7XCIxMy4xXCI6XCIxYzEzNmRkM2ZiOTk1ZDZlNzNhNmM2MGEwYjc1ZjM0Y1wiLFwiMTMuMlwiOlwiMjg0M2I4OWE2OWNjZjAyZWRiZWEzZDlhZmFkODVlOGZcIixcIjE0LjFcIjpcIjBhOTkwNTE2YjhiYzZmNDc3Y2M0ZTlmYTkwNzEzYjM5XCIsXCIxNC4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwiLFwiOS4xXCI6XCJjN2RlMWNlMzA0MDY5OGJhMDNiN2EyODg0MDdiZjczNVwiLFwiOS4yXCI6XCJlMmQ4MTYwYjFkNjg5ODYxMmI5MjlkOWEzM2U5NmI4NlwiLFwiOS4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wiLFwiMTAuMVwiOlwiYzdkZTFjZTMwNDA2OThiYTAzYjdhMjg4NDA3YmY3MzVcIixcIjEwLjJcIjpcIjM3NmRmNDYzZTQzM2VkNjYwMzgyZjAzZTNmNzE3ZWVjXCIsXCIxMC4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wifSIsIjdjMmEwNzE3NjIxNDhlMzgzNjkzNzVmYWI0OTc0ZDQ0Il0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_786" '
'name="gform_target_page_number_786" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_786" '
'name="gform_source_page_number_786" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="86"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260917T160000/20260917T170000&text=After%20School%20Art%20Adventures%2C%20Fall%202026&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/after-school-art-adventures-fall-2026/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-17T16%3A00%3A00-03%3A00&enddt=2026-09-17T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-17T16%3A00%3A00-03%3A00&enddt=2026-09-17T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-17"> September 17 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-17">\n'
'\t\t\t\t\t\t4:00 pm - 5:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/met-250-american-art/"><span>«</span> '
'MET Museum Tour: 250 Years Of American Art</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-8/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/paint-to-promo-lauren-clayton/> (referer: None) ['zyte-api']
2026-08-11 14:40:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 32304
2026-08-11 14:40:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/paint-to-promo-lauren-clayton/>
{'event_url': 'https://carriagebarn.org/event/paint-to-promo-lauren-clayton/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Paint to Promo: '
'Smart Marketing for all creatives with Lauren Clayton</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 10 @ 6:30 '
'pm</span> - <span class="tribe-event-time">8:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Paint to Promo: Smart Marketing for all '
'creatives with Lauren Clayton - Carriage Barn Arts Center" '
'data-viewtitle="Paint to Promo: Smart Marketing for all '
'creatives with Lauren Clayton" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/orientalism-guided-tour/"><span>«</span> '
'Orientalism at The Met: Guided Tour with Dr. Page Knox</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/met-250-american-art/">MET '
'Museum Tour: 250 Years Of American Art <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-40644 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-40644">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="882" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 2000px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/05/Paint-to-Promo-Graphic-61826.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/05/Paint-to-Promo-Graphic-61826.jpeg '
'2000w, '
'https://carriagebarn.org/wp-content/uploads/2026/05/Paint-to-Promo-Graphic-61826-1280x564.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/05/Paint-to-Promo-Graphic-61826-980x432.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/05/Paint-to-Promo-Graphic-61826-480x212.jpeg '
'480w" width="2000"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_4 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_8 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_10 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<div>\n'
'<p><span style="color: #000000;">In this 2 hour workshop, artist '
'and designer Lauren Clayton shares tangible strategies, creative '
'exercises, and fresh marketing approaches to help artists '
'promote themselves and their work in ways that feel authentic, '
'and sustainable.</span></p>\n'
'<p><span style="color: #000000;">Designed for creatives of all '
'disciplines and career stages, this interactive session explores '
'how to develop a marketing modality that aligns with your '
'personality and strengths. Participants are invited to set '
'outside of the one-size-fits-all promotional mindset to explore '
'unique ways to create curiosity around their work, strengthen '
'visibility, and build deeper connections with audiences and '
'opportunities.</span></p>\n'
'<p><span style="color: #000000;">Drawing from her experience in '
'art, branding, and creative entrepreneurship, Lauren will share '
'lessons and insights that have shaped her approach to '
'self-promotion. Attendees will leave with actionable ideas and a '
'clearer framework for marketing themselves</span></p>\n'
'<p><span style="color: #000000;">Workshop Highlights</span></p>\n'
'<ul>\n'
'<li><span style="color: #000000;">Learn tangible marketing '
'strategies for creatives of all disciplines and career '
'stages</span></li>\n'
'<li><span style="color: #000000;">Develop a personalized '
'promotional approach rooted in your authentic voice and '
'strengths</span></li>\n'
'<li><span style="color: #000000;">Explore tools and techniques '
'that simplify marketing and uncover new '
'opportunities</span></li>\n'
'<li><span style="color: #000000;">Shape your creative story and '
'turn ideas into actionable next steps for visibility and '
'growth</span></li>\n'
'</ul>\n'
'<div class="gmail_signature" data-smartmail="gmail_signature" '
'dir="ltr">\n'
'<div dir="ltr">\n'
'<div dir="ltr">\n'
'<div dir="ltr">\n'
'<div dir="ltr">\n'
'<div dir="ltr"></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<p dir="auto"><span style="color: #000000;"><strong>$40 Members '
'/ $60 Non-Members</strong></span></p>\n'
'</div>\n'
'</div>\n'
'</div></div>\n'
'<div class="et_pb_row_9 et_pb_row et_pb_row_nested '
'et_flex_row">\n'
'<div class="et_pb_column_11 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_2 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41320" decoding="async" height="1195" '
'sizes="(min-width: 0px) and (max-width: 480px) 480px, '
'(min-width: 481px) and (max-width: 980px) 980px, (min-width: '
'981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/06/Lauren-clayton-by-Michael-Turner.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/06/Lauren-clayton-by-Michael-Turner.jpeg '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/Lauren-clayton-by-Michael-Turner-980x976.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/Lauren-clayton-by-Michael-Turner-480x478.jpeg '
'480w" title="Lauren-clayton-by-Michael-Turner" '
'width="1200"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_12 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_16_24 et_flex_column_16_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>L<span class="gmail_default">auren '
'Clayton:</span>\xa0Artist, Muralist and Graphic Designer is the '
'founder of Studio 162. She studied graphic design, photography, '
'printmaking, and painting at The Cooper Union School of Art in '
'New York City. She received a grant from the Miller Brewing '
'Company’s Business Grant Series for her compelling pitch to '
'launch a creative agency. An exhibiting artist, Lauren’s work '
'has been shown in group exhibitions across Connecticut, '
'Washington D.C., and during Miami Art Basel week. Her passion '
'for art and design converges in her mural work, which can be '
'seen throughout downtown Stamford, Norwalk, and the Seaport in '
'New York. Collaborating with organizations that align with her '
'values has been central to her mission. Clients include Melissa '
'& Doug, GE Appliances, Playtex, and local nonprofits such as '
'Abilis, Liberation Programs, and Pacific House. Lauren’s murals '
'and creative projects have been featured in publications '
'including Stamford Magazine, Greenwich Magazine, The Stamford '
'Advocate, and The Norwalk Hour. She remains active in her '
'community, mentoring emerging artists and partnering with '
'nonprofits. She is a Jackie Robinson Foundation Scholar '
'alum<span class="gmail_default">, Carriage Barn Arts Board '
'Member</span>\xa0and a 2024–2025 Norwalk Art Space '
'Fellow.<b><span><span style="color: #444444; font-family: arial, '
'sans-serif;"><br/></span></span></b><b><span style="color: '
'#3d85c6;">__</span></b></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_10 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_13 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_section_5 et_pb_section et_section_regular '
'et_flex_section">\n'
'<div class="et_pb_row_11 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_14 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>\xa0</p>\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_764">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Paint to Promo - Smart Marketing for all '
'Creatives with Lauren Clayton 9/10/26</h2>\n'
'<p class="gform_description">Registration for Paint to Promo '
'Workshop with Lauren Clayton</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/paint-to-promo-lauren-clayton/" '
'data-formid="764" enctype="multipart/form-data" id="gform_764" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_764"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_764_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_764_3">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_764_3_3_container">\n'
'<input aria-required="true" id="input_764_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_3_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_764_3_6_container">\n'
'<input aria-required="true" id="input_764_3_6" name="input_3.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_3_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_764_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address</legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_764_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_764_4_1_container">\n'
'<input aria-required="false" id="input_764_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_4_1" id="input_764_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_764_4_2_container">\n'
'<input aria-required="false" id="input_764_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_4_2" id="input_764_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_764_4_3_container">\n'
'<input aria-required="false" id="input_764_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_4_3" id="input_764_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_764_4_4_container">\n'
'<select aria-required="false" id="input_764_4_4" '
'name="input_4.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_4_4" id="input_764_4_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_764_4_5_container">\n'
'<input aria-required="false" id="input_764_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_4_5" id="input_764_4_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_764_4_6" '
'name="input_4.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_764_6"><label '
'class="gfield_label gform-field-label" '
'for="input_764_6">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="medium" '
'id="input_764_6" name="input_6" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_764_5"><label '
'class="gfield_label gform-field-label" '
'for="input_764_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_764_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_764_1 '
'gfield_product_764_1 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_764_1"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_764_1_1"><span '
'class="gform-field-label gfield_label_product">Paint to Promo '
'with Lauren Clayton / Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_764_1">Enter '
'number of Member Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_1.1" type="hidden" '
'value="Paint to Promo with Lauren Clayton / Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_764_1">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_764_1">$40.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_764_1" '
'name="input_1.2" type="hidden" value="$40.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_764_1_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_764_1 '
'gfield_description_764_1" aria-label="Quantity Paint to Promo '
'with Lauren Clayton / Member" class="ginput_quantity" '
'id="input_764_1_1" min="0" name="input_1.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_764_2 '
'gfield_product_764_2 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_764_2"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_764_2_1"><span '
'class="gform-field-label gfield_label_product">Paint to Promo '
'with Lauren Clayton / Non-member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_764_2">Enter '
'Number of Non-Member Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_2.1" type="hidden" '
'value="Paint to Promo with Lauren Clayton / Non-member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_764_2">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_764_2">$60.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_764_2" '
'name="input_2.2" type="hidden" value="$60.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_764_2_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_764_2 '
'gfield_description_764_2" aria-label="Quantity Paint to Promo '
'with Lauren Clayton / Non-member" class="ginput_quantity" '
'id="input_764_2_1" min="0" name="input_2.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_764_ gfield_total '
'gfield_total_764_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_764_8"><label '
'class="gfield_label gform-field-label" '
'for="input_764_8">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_764" id="input_764_8" name="input_8" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_764_7"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_764_7_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_7_6" '
'name="input_7.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_764_7"><span class="ginput_full '
'gform-grid-col" id="input_764_7_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_764_7_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_764_7_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_7_1" id="input_764_7_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_764_7_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_764_7_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_764_7_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_7_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_764_7_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_764_7_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_7_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_764_7_5_container">\n'
'<input id="input_764_7_5" name="input_7.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_764_7_5" id="input_764_7_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_764" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_764"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_764" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_764" '
'id="gform_theme_764" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_764" '
'id="gform_style_settings_764" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_764" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="764"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="nY9geWx94FASbbOLn9AFmpZ+k8ltxXYDg/LN86AG9NcK6M35+La7td4jpBFs3RucfjTmOeIwifkRTvy4pigFTKxWMi/6jcudQByHxHPqU19TXj0="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_764" type="hidden" '
'value="WyJ7XCIxLjFcIjpcImEzYWEyNjlmM2E5MGQ0OTAxMGZiNTFmNjI0MmM5ODFlXCIsXCIxLjJcIjpcImYyNjY0MjBkOWUwMDRkM2Y5YWE5ODQ0NWU3Yjk1NTRjXCIsXCIyLjFcIjpcIjhkY2UzMWYwMjI0N2QwYWEzY2NkYmFkYmQ0ODM0NmY2XCIsXCIyLjJcIjpcIjkyYTAyNTk3NGU5YWYyNTU5YjYzNjk2M2E3NWFjMzcwXCJ9IiwiMjZhZjc4ZDQ4OGQxODcyYzNkYmMxYzgzZmNkMjJiZDEiXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_764" '
'name="gform_target_page_number_764" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_764" '
'name="gform_source_page_number_764" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="114"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260910T183000/20260910T203000&text=Paint%20to%20Promo%3A%20Smart%20Marketing%20for%20all%20creatives%20with%20Lauren%20Clayton&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/paint-to-promo-lauren-clayton/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-10T18%3A30%3A00-03%3A00&enddt=2026-09-10T20%3A30%3A00-03%3A00&location&subject=Paint%20to%20Promo%3A%20Smart%20Marketing%20for%20all%20creatives%20with%20Lauren%20Clayton&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-10T18%3A30%3A00-03%3A00&enddt=2026-09-10T20%3A30%3A00-03%3A00&location&subject=Paint%20to%20Promo%3A%20Smart%20Marketing%20for%20all%20creatives%20with%20Lauren%20Clayton&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-10"> September 10 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-10">\n'
'\t\t\t\t\t\t6:30 pm - 8:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/orientalism-guided-tour/"><span>«</span> '
'Orientalism at The Met: Guided Tour with Dr. Page Knox</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/met-250-american-art/">MET '
'Museum Tour: 250 Years Of American Art <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/yoga-sound-bath-8/> (referer: None) ['zyte-api']
2026-08-11 14:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 36372
2026-08-11 14:40:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/yoga-sound-bath-8/>
{'event_url': 'https://carriagebarn.org/event/yoga-sound-bath-8/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Yoga & Sound '
'Bath, Fall Series</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 19 @ 9:00 '
'am</span> - <span class="tribe-event-time">10:00 am</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Yoga & Sound Bath, Fall Series - Carriage '
'Barn Arts Center" data-viewtitle="Yoga & Sound Bath, Fall '
'Series" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/">The '
'Joy of Botanical Printmaking II <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41495 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41495">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-480x270.jpg '
'480w" width="1920"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h1 class="entry-title main_title"><strong>Saturdays 9-10am, '
'September 19 – October 24</strong></h1>\n'
'<p>Join us Saturday mornings for a continuing wellness '
'collaboration between the Carriage Barn and Diane Nickelberg '
'Barnett and yoga instructor Talita Moss. This Gentle Yoga and '
'Sound Bath series will engage both body and mind to help melt '
'away the stresses of the week and start your weekend right!</p>\n'
'<p>After a brief opening meditation, we’ll stretch and loosen up '
'with a gentle yoga practice, accompanied by the soft sounds of '
'Crystal and Tibetan singing bowls, chimes, gongs, drums and '
'more. You’ll then sink into an extended Savasana like no other '
'while you become immersed in the magical sounds of the healing '
'instruments, creating vibrational energy to lull you into a '
'deeply relaxed, meditative state.<span '
'class="Apple-converted-space">\xa0</span></p>\n'
'<p>Open to all levels; no experience needed. Please bring a mat '
'and any other props for comfort- blanket, bolster, pillow, eye '
'covering, etc.</p>\n'
'</div>\n'
'<div>\n'
'<p><strong>$40 per class / $210 series of 6 classes (register '
'below)</strong></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_block_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_22 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39585" decoding="async" height="1018" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1100px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-1100x720.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-480x270.jpeg '
'480w" title="Candlelit SB Diane Chimes pic" '
'width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><strong>Diane Nickelberg-Barnett</strong><span>\xa0</span>is '
'the founder of Grounded Meditation and a successful NYC Real '
'Estate attorney who realized years ago that she needed something '
'to help balance the stress and chaos of her busy and demanding '
'career. Diane is a graduate of Cornell University and CUNY '
'School of Law, and holds multiple certifications in teaching '
'meditation and yoga (including Yoga Nidra), sound healing, '
'tapping (EFT),\xa0 and has completed training as a Dancing '
'Mindfulness Facilitator.</p>\n'
'</div>\n'
'<div></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_24 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39584" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-480x360.jpeg '
'480w" title="Talita Bio Pic" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_25 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><strong>Talita</strong><b><i> Moss</i></b><i> is a '
'yoga teacher and ELDOA trainer in coastal CT. Practicing since '
'2004 and teaching since 2013, Talita focuses on teaching '
'sustainable movement practices with attention to joint health '
'and strength. Her classes invite students to explore the '
'potential in their bodies with curiosity and play, approaching '
'movement in a way that is nourishing for the body and soothing '
'for the nervous system.</i></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_26 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_782">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Yoga & Sound Bath, Fall Series '
'(September 19 - October 24)</h2>\n'
'<p class="gform_description">Sign up for a single class or the '
'six-week series\n'
'Yoga & Sound Bath class Saturdays 9-10am</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/yoga-sound-bath-8/" data-formid="782" '
'enctype="multipart/form-data" id="gform_782" method="post" '
'novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_782"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_782_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_782_1_3_container">\n'
'<input aria-required="true" id="input_782_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_782_1_6_container">\n'
'<input aria-required="true" id="input_782_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_2"><label '
'class="gfield_label gform-field-label" '
'for="input_782_2">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_782_2" name="input_2" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_10"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_782_10">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_782_10_1_container">\n'
'<input aria-required="true" id="input_782_10_1" '
'name="input_10.1" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_1" id="input_782_10_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_782_10_2_container">\n'
'<input aria-required="false" id="input_782_10_2" '
'name="input_10.2" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_2" id="input_782_10_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_782_10_3_container">\n'
'<input aria-required="true" id="input_782_10_3" '
'name="input_10.3" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_3" id="input_782_10_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_782_10_4_container">\n'
'<select aria-required="true" id="input_782_10_4" '
'name="input_10.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_4" id="input_782_10_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_782_10_5_container">\n'
'<input aria-required="true" id="input_782_10_5" '
'name="input_10.5" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_5" id="input_782_10_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_782_10_6" '
'name="input_10.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_3"><label class="gfield_label gform-field-label" '
'for="input_782_3">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="medium" id="input_782_3" name="input_3" type="tel" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-product gfield--type-choice '
'gfield--input-type-radio gfield--width-full gfield_price '
'gfield_price_782_5 gfield_product_782_5 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_5"><legend class="gfield_label '
'gform-field-label">Individual Drop-in Class</legend><div '
'class="gfield_description" id="gfield_description_782_5">$40 per '
'class -- select one date per registration. </div><div '
'class="ginput_container ginput_container_radio"><div '
'class="gfield_radio" id="input_782_5">\n'
'<div class="gchoice gchoice_782_5_0">\n'
'<input aria-describedby="gfield_description_782_5" '
'class="gfield-choice-input" id="choice_782_5_0" name="input_5" '
'onchange="gformToggleRadioOther( this )" type="radio" '
'value="September 19|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_0" id="label_782_5_0">September 19</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_1">\n'
'<input class="gfield-choice-input" id="choice_782_5_1" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="September 26|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_1" id="label_782_5_1">September 26</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_2">\n'
'<input class="gfield-choice-input" id="choice_782_5_2" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 3|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_2" id="label_782_5_2">October 3</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_3">\n'
'<input class="gfield-choice-input" id="choice_782_5_3" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 10|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_3" id="label_782_5_3">October 10</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_4">\n'
'<input class="gfield-choice-input" id="choice_782_5_4" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 17|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_4" id="label_782_5_4">October 17</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_5">\n'
'<input class="gfield-choice-input" id="choice_782_5_5" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 24|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_5" id="label_782_5_5">October 24</label>\n'
'</div></div></div></fieldset><div class="gfield '
'gfield--type-product gfield--input-type-singleproduct '
'gfield--width-full gfield_price gfield_price_782_17 '
'gfield_product_782_17 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_17"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_782_17_1"><span '
'class="gform-field-label gfield_label_product">Series of 6 '
'classes, please enter QTY not cost</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_17.1" type="hidden" '
'value="Series of 6 classes, please enter QTY not cost"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_782_17">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_782_17">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_782_17" '
'name="input_17.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_782_17_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_782_17" '
'aria-label="Quantity Series of 6 classes, please enter QTY not '
'cost" class="ginput_quantity" id="input_782_17_1" min="0" '
'name="input_17.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_782_ gfield_total '
'gfield_total_782_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_12"><label '
'class="gfield_label gform-field-label" '
'for="input_782_12">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_782" id="input_782_12" name="input_12" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_782_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_782_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option value="Credit '
'Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_782_8"><span class="ginput_full gform-grid-col" '
'id="input_782_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_782_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_782_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_1" id="input_782_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_782_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_782_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_782_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_782_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_782_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_782_8_5_container">\n'
'<input id="input_782_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_5" id="input_782_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_782" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_782"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_782" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_782" '
'id="gform_theme_782" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_782" '
'id="gform_style_settings_782" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_782" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="782"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="ie618EeiEVWFM010N/3kUktuZ9uvX288z9Q99SPgBv5VEww7GKCWbTsNWh0H1YculWk6IuAY5z8RqXqlK6nho94sZMBHU5O08Lel5+2QajDtFW8="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_782" type="hidden" '
'value="WyJ7XCI1XCI6W1wiMDFkZWU1OGI1NmZkNzQ5ZmFiMjM2YThmMzY3MTJmMjBcIixcIjBlZTRjMjFiYWVhYmQxYjc1NWE3Mzc1YWUzOGIxYjQyXCIsXCIwNTBjMTAyMmE0MjJkYTdlOTJiOTk4MzlmZDRkMGJiY1wiLFwiNTg4Mjg0ZDAzYjU4OGY1NDYzZjU1ZmY4NzlkZTUzY2NcIixcIjg4MTY3NDMxOWE3NmMzNWZkYjAzODMwOWQ3ZGNkNzBiXCIsXCIzZTFlYzYyYWQyN2VmYzNjMzczNThkY2Q3ZWRhY2Y1ZlwiXSxcIjE3LjFcIjpcImExMzQ2MDQ1MDRmY2NiOTNiOWM3OTFjOThmN2YwOTUyXCIsXCIxNy4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwifSIsIjY2NDM0YmEzYmIxMDU3ZjQ0YjRiNTNjYzA0Y2FmN2VjIl0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_782" '
'name="gform_target_page_number_782" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_782" '
'name="gform_source_page_number_782" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="104"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_27 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40615" decoding="async" height="1127" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1676px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png '
'1676w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-1280x861.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-980x659.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-480x323.png '
'480w" title="Yoga & Sound Bath press pic" '
'width="1676"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_28 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_13 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38963" decoding="async" height="1652" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-1280x826.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-980x632.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-480x310.jpg '
'480w" title="Yoga & Sound Bath pic" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_14 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38972" decoding="async" height="2269" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-1280x1135.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-980x869.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-480x425.jpg '
'480w" title="Yoga pic" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260919T090000/20260919T100000&text=Yoga%20%26%23038%3B%20Sound%20Bath%2C%20Fall%20Series&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/yoga-sound-bath-8/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-19T09%3A00%3A00-03%3A00&enddt=2026-09-19T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-19T09%3A00%3A00-03%3A00&enddt=2026-09-19T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> September 19 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-19">\n'
'\t\t\t\t\t\t9:00 am - 10:00 am\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/">The '
'Joy of Botanical Printmaking II <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/> (referer: None) ['zyte-api']
2026-08-11 14:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 46597
2026-08-11 14:40:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/>
{'event_url': 'https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">After School Art '
'Adventures, Fall 2026</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 24 @ 4:00 '
'pm</span> - <span class="tribe-event-time">5:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="After School Art Adventures, Fall 2026 - '
'Carriage Barn Arts Center" data-viewtitle="After School Art '
'Adventures, Fall 2026" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/"><span>«</span> '
'The Joy of Botanical Printmaking II</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/armoryshow2026/">Guided '
'Tour of The Armory Show with LG Art Advisory '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41591 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41591">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-980x490.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-480x240.png '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_6 et_pb_row et_block_row">\n'
'<div class="et_pb_column_10 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_4 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><b><br/><span style="color: #000000;">For Children '
'Ages K–5, Thursdays, September 17th & 24th, October 1 & '
'8, from 4-5pm</span></b><span style="color: '
'#000000;"></span></p>\n'
'<p class="p1"><span style="color: #000000;">Don’t wait to sign '
'up for this popular after-school art program led by local '
'teacher “Ms. Tiffany” McKay. This series, we will dive into the '
'world of\xa0<b>Cyrus Kabiru</b>. Kabiru is a Kenyan artist best '
'known for creating imaginative wearable sculptures from recycled '
'materials, transforming everyday discarded objects into bold '
'works of art that celebrate creativity, sustainability, and '
'self-expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">With Mrs. McKay’s '
'guidance, children will dive into the creative process by using '
'different materials to create their own unique piece inspired by '
'Kabiru’s inventive approach. This hands-on experience not only '
'fosters creativity but also teaches valuable lessons in '
'collaboration and artistic expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">No experience '
'necessary!</span></p>\n'
'<p class="p1"><span style="color: #000000;">– Class is limited '
'to 10 children</span><br/><span style="color: #000000;">– '
'Classes involve acrylic paint and other messy materials, so '
'dress accordingly</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>$185 for Family '
'Level Members per 4-week session / $210 for '
'Non-Members</b></span><br/><span style="color: #000000;">(All '
'supplies included.)</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>Cancellation '
'Policy</b> – Refunds can be issued if requested more than 2 '
'weeks before the class starts, minus a $20 processing '
'fee.</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_7 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_11 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_6 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39653" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-480x640.jpg '
'480w" title="After School Art Adventures pic chihuly 2" '
'width="1920"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_12 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_7 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39491" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2114px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg '
'2114w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-1280x1550.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-980x1187.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-480x581.jpg '
'480w" title="Art Adventures pic" width="2114"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_13 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_8_24 et_flex_column_8_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_8 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39490" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-480x640.jpg '
'480w" title="Art Ads pic" width="1920"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_8 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_14 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_5 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_786">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">After School Art Adventures Fall '
'2026</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form '
'action="/event/after-school-art-adventures-fall-2026-2/" '
'data-formid="786" enctype="multipart/form-data" id="gform_786" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_786"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_786_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_786_1_3_container">\n'
'<input aria-required="true" id="input_786_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_786_1_6_container">\n'
'<input aria-required="true" id="input_786_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_3"><label class="gfield_label gform-field-label" '
'for="input_786_3">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_786_3" name="input_3" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip has_country '
'ginput_container_address gform-grid-row" id="input_786_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_786_4_1_container">\n'
'<input aria-required="true" id="input_786_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_1" id="input_786_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_786_4_2_container">\n'
'<input aria-required="false" id="input_786_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_2" id="input_786_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_786_4_3_container">\n'
'<input aria-required="true" id="input_786_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_3" id="input_786_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_786_4_4_container">\n'
'<input aria-required="true" id="input_786_4_4" name="input_4.4" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_4" id="input_786_4_4_label">State / Province / '
'Region</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_786_4_5_container">\n'
'<input aria-required="true" id="input_786_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_5" id="input_786_4_5_label">ZIP / Postal '
'Code</label>\n'
'</span><span class="ginput_right address_country '
'ginput_address_country gform-grid-col" '
'id="input_786_4_6_container">\n'
'<select aria-required="true" id="input_786_4_6" '
'name="input_4.6"><option selected="" value=""></option><option '
'value="Afghanistan">Afghanistan</option><option '
'value="Albania">Albania</option><option '
'value="Algeria">Algeria</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Andorra">Andorra</option><option '
'value="Angola">Angola</option><option '
'value="Anguilla">Anguilla</option><option '
'value="Antarctica">Antarctica</option><option value="Antigua and '
'Barbuda">Antigua and Barbuda</option><option '
'value="Argentina">Argentina</option><option '
'value="Armenia">Armenia</option><option '
'value="Aruba">Aruba</option><option '
'value="Australia">Australia</option><option '
'value="Austria">Austria</option><option '
'value="Azerbaijan">Azerbaijan</option><option '
'value="Bahamas">Bahamas</option><option '
'value="Bahrain">Bahrain</option><option '
'value="Bangladesh">Bangladesh</option><option '
'value="Barbados">Barbados</option><option '
'value="Belarus">Belarus</option><option '
'value="Belgium">Belgium</option><option '
'value="Belize">Belize</option><option '
'value="Benin">Benin</option><option '
'value="Bermuda">Bermuda</option><option '
'value="Bhutan">Bhutan</option><option '
'value="Bolivia">Bolivia</option><option value="Bonaire, Sint '
'Eustatius and Saba">Bonaire, Sint Eustatius and '
'Saba</option><option value="Bosnia and Herzegovina">Bosnia and '
'Herzegovina</option><option '
'value="Botswana">Botswana</option><option value="Bouvet '
'Island">Bouvet Island</option><option '
'value="Brazil">Brazil</option><option value="British Indian '
'Ocean Territory">British Indian Ocean Territory</option><option '
'value="Brunei Darussalam">Brunei Darussalam</option><option '
'value="Bulgaria">Bulgaria</option><option value="Burkina '
'Faso">Burkina Faso</option><option '
'value="Burundi">Burundi</option><option value="Cabo Verde">Cabo '
'Verde</option><option value="Cambodia">Cambodia</option><option '
'value="Cameroon">Cameroon</option><option '
'value="Canada">Canada</option><option value="Cayman '
'Islands">Cayman Islands</option><option value="Central African '
'Republic">Central African Republic</option><option '
'value="Chad">Chad</option><option '
'value="Chile">Chile</option><option '
'value="China">China</option><option value="Christmas '
'Island">Christmas Island</option><option value="Cocos '
'Islands">Cocos Islands</option><option '
'value="Colombia">Colombia</option><option '
'value="Comoros">Comoros</option><option '
'value="Congo">Congo</option><option value="Congo, Democratic '
'Republic of the">Congo, Democratic Republic of '
'the</option><option value="Cook Islands">Cook '
'Islands</option><option value="Costa Rica">Costa '
'Rica</option><option value="Croatia">Croatia</option><option '
'value="Cuba">Cuba</option><option '
'value="Curaçao">Curaçao</option><option '
'value="Cyprus">Cyprus</option><option '
'value="Czechia">Czechia</option><option value="Côte '
'd\'Ivoire">Côte d\'Ivoire</option><option '
'value="Denmark">Denmark</option><option '
'value="Djibouti">Djibouti</option><option '
'value="Dominica">Dominica</option><option value="Dominican '
'Republic">Dominican Republic</option><option '
'value="Ecuador">Ecuador</option><option '
'value="Egypt">Egypt</option><option value="El Salvador">El '
'Salvador</option><option value="Equatorial Guinea">Equatorial '
'Guinea</option><option value="Eritrea">Eritrea</option><option '
'value="Estonia">Estonia</option><option '
'value="Eswatini">Eswatini</option><option '
'value="Ethiopia">Ethiopia</option><option value="Falkland '
'Islands">Falkland Islands</option><option value="Faroe '
'Islands">Faroe Islands</option><option '
'value="Fiji">Fiji</option><option '
'value="Finland">Finland</option><option '
'value="France">France</option><option value="French '
'Guiana">French Guiana</option><option value="French '
'Polynesia">French Polynesia</option><option value="French '
'Southern Territories">French Southern '
'Territories</option><option value="Gabon">Gabon</option><option '
'value="Gambia">Gambia</option><option '
'value="Georgia">Georgia</option><option '
'value="Germany">Germany</option><option '
'value="Ghana">Ghana</option><option '
'value="Gibraltar">Gibraltar</option><option '
'value="Greece">Greece</option><option '
'value="Greenland">Greenland</option><option '
'value="Grenada">Grenada</option><option '
'value="Guadeloupe">Guadeloupe</option><option '
'value="Guam">Guam</option><option '
'value="Guatemala">Guatemala</option><option '
'value="Guernsey">Guernsey</option><option '
'value="Guinea">Guinea</option><option '
'value="Guinea-Bissau">Guinea-Bissau</option><option '
'value="Guyana">Guyana</option><option '
'value="Haiti">Haiti</option><option value="Heard Island and '
'McDonald Islands">Heard Island and McDonald '
'Islands</option><option value="Holy See">Holy '
'See</option><option value="Honduras">Honduras</option><option '
'value="Hong Kong">Hong Kong</option><option '
'value="Hungary">Hungary</option><option '
'value="Iceland">Iceland</option><option '
'value="India">India</option><option '
'value="Indonesia">Indonesia</option><option '
'value="Iran">Iran</option><option '
'value="Iraq">Iraq</option><option '
'value="Ireland">Ireland</option><option value="Isle of Man">Isle '
'of Man</option><option value="Israel">Israel</option><option '
'value="Italy">Italy</option><option '
'value="Jamaica">Jamaica</option><option '
'value="Japan">Japan</option><option '
'value="Jersey">Jersey</option><option '
'value="Jordan">Jordan</option><option '
'value="Kazakhstan">Kazakhstan</option><option '
'value="Kenya">Kenya</option><option '
'value="Kiribati">Kiribati</option><option value="Korea, '
'Democratic People\'s Republic of">Korea, Democratic People\'s '
'Republic of</option><option value="Korea, Republic of">Korea, '
'Republic of</option><option '
'value="Kuwait">Kuwait</option><option '
'value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao '
'People\'s Democratic Republic">Lao People\'s Democratic '
'Republic</option><option value="Latvia">Latvia</option><option '
'value="Lebanon">Lebanon</option><option '
'value="Lesotho">Lesotho</option><option '
'value="Liberia">Liberia</option><option '
'value="Libya">Libya</option><option '
'value="Liechtenstein">Liechtenstein</option><option '
'value="Lithuania">Lithuania</option><option '
'value="Luxembourg">Luxembourg</option><option '
'value="Macao">Macao</option><option '
'value="Madagascar">Madagascar</option><option '
'value="Malawi">Malawi</option><option '
'value="Malaysia">Malaysia</option><option '
'value="Maldives">Maldives</option><option '
'value="Mali">Mali</option><option '
'value="Malta">Malta</option><option value="Marshall '
'Islands">Marshall Islands</option><option '
'value="Martinique">Martinique</option><option '
'value="Mauritania">Mauritania</option><option '
'value="Mauritius">Mauritius</option><option '
'value="Mayotte">Mayotte</option><option '
'value="Mexico">Mexico</option><option '
'value="Micronesia">Micronesia</option><option '
'value="Moldova">Moldova</option><option '
'value="Monaco">Monaco</option><option '
'value="Mongolia">Mongolia</option><option '
'value="Montenegro">Montenegro</option><option '
'value="Montserrat">Montserrat</option><option '
'value="Morocco">Morocco</option><option '
'value="Mozambique">Mozambique</option><option '
'value="Myanmar">Myanmar</option><option '
'value="Namibia">Namibia</option><option '
'value="Nauru">Nauru</option><option '
'value="Nepal">Nepal</option><option '
'value="Netherlands">Netherlands</option><option value="New '
'Caledonia">New Caledonia</option><option value="New Zealand">New '
'Zealand</option><option '
'value="Nicaragua">Nicaragua</option><option '
'value="Niger">Niger</option><option '
'value="Nigeria">Nigeria</option><option '
'value="Niue">Niue</option><option value="Norfolk Island">Norfolk '
'Island</option><option value="North Macedonia">North '
'Macedonia</option><option value="Northern Mariana '
'Islands">Northern Mariana Islands</option><option '
'value="Norway">Norway</option><option '
'value="Oman">Oman</option><option '
'value="Pakistan">Pakistan</option><option '
'value="Palau">Palau</option><option value="Palestine, State '
'of">Palestine, State of</option><option '
'value="Panama">Panama</option><option value="Papua New '
'Guinea">Papua New Guinea</option><option '
'value="Paraguay">Paraguay</option><option '
'value="Peru">Peru</option><option '
'value="Philippines">Philippines</option><option '
'value="Pitcairn">Pitcairn</option><option '
'value="Poland">Poland</option><option '
'value="Portugal">Portugal</option><option value="Puerto '
'Rico">Puerto Rico</option><option '
'value="Qatar">Qatar</option><option '
'value="Romania">Romania</option><option value="Russian '
'Federation">Russian Federation</option><option '
'value="Rwanda">Rwanda</option><option '
'value="Réunion">Réunion</option><option value="Saint '
'Barthélemy">Saint Barthélemy</option><option value="Saint '
'Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension '
'and Tristan da Cunha</option><option value="Saint Kitts and '
'Nevis">Saint Kitts and Nevis</option><option value="Saint '
'Lucia">Saint Lucia</option><option value="Saint Martin">Saint '
'Martin</option><option value="Saint Pierre and Miquelon">Saint '
'Pierre and Miquelon</option><option value="Saint Vincent and the '
'Grenadines">Saint Vincent and the Grenadines</option><option '
'value="Samoa">Samoa</option><option value="San Marino">San '
'Marino</option><option value="Sao Tome and Principe">Sao Tome '
'and Principe</option><option value="Saudi Arabia">Saudi '
'Arabia</option><option value="Senegal">Senegal</option><option '
'value="Serbia">Serbia</option><option '
'value="Seychelles">Seychelles</option><option value="Sierra '
'Leone">Sierra Leone</option><option '
'value="Singapore">Singapore</option><option value="Sint '
'Maarten">Sint Maarten</option><option '
'value="Slovakia">Slovakia</option><option '
'value="Slovenia">Slovenia</option><option value="Solomon '
'Islands">Solomon Islands</option><option '
'value="Somalia">Somalia</option><option value="South '
'Africa">South Africa</option><option value="South Georgia and '
'the South Sandwich Islands">South Georgia and the South Sandwich '
'Islands</option><option value="South Sudan">South '
'Sudan</option><option value="Spain">Spain</option><option '
'value="Sri Lanka">Sri Lanka</option><option '
'value="Sudan">Sudan</option><option '
'value="Suriname">Suriname</option><option value="Svalbard and '
'Jan Mayen">Svalbard and Jan Mayen</option><option '
'value="Sweden">Sweden</option><option '
'value="Switzerland">Switzerland</option><option value="Syria '
'Arab Republic">Syria Arab Republic</option><option '
'value="Taiwan">Taiwan</option><option '
'value="Tajikistan">Tajikistan</option><option value="Tanzania, '
'the United Republic of">Tanzania, the United Republic '
'of</option><option value="Thailand">Thailand</option><option '
'value="Timor-Leste">Timor-Leste</option><option '
'value="Togo">Togo</option><option '
'value="Tokelau">Tokelau</option><option '
'value="Tonga">Tonga</option><option value="Trinidad and '
'Tobago">Trinidad and Tobago</option><option '
'value="Tunisia">Tunisia</option><option '
'value="Turkmenistan">Turkmenistan</option><option value="Turks '
'and Caicos Islands">Turks and Caicos Islands</option><option '
'value="Tuvalu">Tuvalu</option><option '
'value="Türkiye">Türkiye</option><option value="US Minor Outlying '
'Islands">US Minor Outlying Islands</option><option '
'value="Uganda">Uganda</option><option '
'value="Ukraine">Ukraine</option><option value="United Arab '
'Emirates">United Arab Emirates</option><option value="United '
'Kingdom">United Kingdom</option><option value="United '
'States">United States</option><option '
'value="Uruguay">Uruguay</option><option '
'value="Uzbekistan">Uzbekistan</option><option '
'value="Vanuatu">Vanuatu</option><option '
'value="Venezuela">Venezuela</option><option value="Viet '
'Nam">Viet Nam</option><option value="Virgin Islands, '
'British">Virgin Islands, British</option><option value="Virgin '
'Islands, U.S.">Virgin Islands, U.S.</option><option '
'value="Wallis and Futuna">Wallis and Futuna</option><option '
'value="Western Sahara">Western Sahara</option><option '
'value="Yemen">Yemen</option><option '
'value="Zambia">Zambia</option><option '
'value="Zimbabwe">Zimbabwe</option><option value="Åland '
'Islands">Åland Islands</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_6" id="input_786_4_6_label">Country</label>\n'
'</span>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_5"><label class="gfield_label gform-field-label" '
'for="input_786_5">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="large" id="input_786_5" name="input_5" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_6"><label class="gfield_label gform-field-label" '
'for="input_786_6">Child\'s Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_6" name="input_6" type="text" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_7"><label class="gfield_label gform-field-label" '
'for="input_786_7">Child\'s Age<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_7" name="input_7" type="text" '
'value=""/></div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_13 gfield_product_786_13 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_13"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_13_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Family Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_13">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_13.1" type="hidden" '
'value="After School Art Adventures Family Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_13">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_13">$185.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_13" '
'name="input_13.2" type="hidden" value="$185.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_13_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_13 '
'gfield_description_786_13" aria-label="Quantity After School Art '
'Adventures Family Member" class="ginput_quantity" '
'id="input_786_13_1" min="0" name="input_13.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_14 gfield_product_786_14 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_14"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_14_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Non-Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_14">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_14.1" type="hidden" '
'value="After School Art Adventures Non-Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_14">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_14">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_14" '
'name="input_14.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_14_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_14 '
'gfield_description_786_14" aria-label="Quantity After School Art '
'Adventures Non-Member" class="ginput_quantity" '
'id="input_786_14_1" min="0" name="input_14.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_786_ gfield_total '
'gfield_total_786_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_15"><label '
'class="gfield_label gform-field-label" '
'for="input_786_15">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_786" id="input_786_15" name="input_15" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-consent '
'gfield--type-choice gfield--input-type-consent '
'gfield--width-full gfield_contains_required field_sublabel_below '
'gfield--has-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_9"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Consent<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_container ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_9" '
'aria-invalid="false" aria-required="true" id="input_786_9_1" '
'name="input_9.1" type="checkbox" value="1"/> <label '
'class="gform-field-label gform-field-label--type-inline '
'gfield_consent_label" for="input_786_9_1">I agree to the '
'liability waiver</label><input class="gform_hidden" '
'name="input_9.2" type="hidden" value="I agree to the liability '
'waiver"/><input class="gform_hidden" name="input_9.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_9" tabindex="0">As '
'parent/guardian, you individually and on behalf of your child, '
'release and agree to hold Carriage Barn Arts Center harmless '
'from any and all liability and hereby assume all risk and '
'responsibility and waive any claim or cause of action of any '
'nature whatsoever arising on behalf of your child while at class '
'or otherwise in the care of its staff. You further agree to '
'indemnify and hold harmless Carriage Barn Arts Center, its '
'agents, employees or contractors, whether paid or volunteer, '
'against any and all claims which may arise from any injury to '
'said child while participating in this program. You have read '
'and understand the above policy and agree to comply with its '
'provisions.<br/>\n'
'<br/>\n'
'In the case of an emergency involving your child, you understand '
'that every effort will be made to contact you. However, in the '
'event that you cannot be reached to make arrangements for '
'emergency medical attention at the time of illness or accident, '
'you hereby authorize Carriage Barn staff to call 911 to provide '
'urgent care for your child and further authorize your child to '
'receive medical treatment from the selected medical provider as '
'such medical provider deems necessary and '
'appropriate.</div></fieldset><fieldset class="gfield '
'gfield--type-consent gfield--type-choice '
'gfield--input-type-consent gfield--width-full '
'field_sublabel_below gfield--has-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_10"><legend '
'class="gfield_label gform-field-label '
'gfield_label_before_complex">Photograph Release '
'Form</legend><div class="ginput_container '
'ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_10" '
'aria-invalid="false" id="input_786_10_1" name="input_10.1" '
'type="checkbox" value="1"/> <label class="gform-field-label '
'gform-field-label--type-inline gfield_consent_label" '
'for="input_786_10_1">I agree to the Photograph Release '
'Form</label><input class="gform_hidden" name="input_10.2" '
'type="hidden" value="I agree to the Photograph Release '
'Form"/><input class="gform_hidden" name="input_10.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_10" tabindex="0">I hereby '
'grant permission to the Carriage Barn to use any photo images '
'taken of my child during this class for promoting or showcasing '
'programs on the Carriage Barn website and other promotional '
'materials.</div></fieldset><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_786_11"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_786_11_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_11_6" '
'name="input_11.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_786_11"><span class="ginput_full '
'gform-grid-col" id="input_786_11_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_786_11_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_786_11_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_1" id="input_786_11_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_786_11_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_786_11_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_786_11_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_786_11_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_786_11_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_786_11_5_container">\n'
'<input id="input_786_11_5" name="input_11.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_5" id="input_786_11_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_786" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_786"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_786" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_786" '
'id="gform_theme_786" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_786" '
'id="gform_style_settings_786" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_786" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="786"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="9iUomNCYxC9CLXtImgyKPCTWD20yJf8fk/jXsCjJz8Z+E9qpQOG8TX0ILfjcMwnaFFAnzG11XPQI1PCLarQOTTTKEvq7/ZDDXRDy1V723r+glJ4="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_786" type="hidden" '
'value="WyJ7XCIxMy4xXCI6XCIxYzEzNmRkM2ZiOTk1ZDZlNzNhNmM2MGEwYjc1ZjM0Y1wiLFwiMTMuMlwiOlwiMjg0M2I4OWE2OWNjZjAyZWRiZWEzZDlhZmFkODVlOGZcIixcIjE0LjFcIjpcIjBhOTkwNTE2YjhiYzZmNDc3Y2M0ZTlmYTkwNzEzYjM5XCIsXCIxNC4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwiLFwiOS4xXCI6XCJjN2RlMWNlMzA0MDY5OGJhMDNiN2EyODg0MDdiZjczNVwiLFwiOS4yXCI6XCJlMmQ4MTYwYjFkNjg5ODYxMmI5MjlkOWEzM2U5NmI4NlwiLFwiOS4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wiLFwiMTAuMVwiOlwiYzdkZTFjZTMwNDA2OThiYTAzYjdhMjg4NDA3YmY3MzVcIixcIjEwLjJcIjpcIjM3NmRmNDYzZTQzM2VkNjYwMzgyZjAzZTNmNzE3ZWVjXCIsXCIxMC4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wifSIsIjdjMmEwNzE3NjIxNDhlMzgzNjkzNzVmYWI0OTc0ZDQ0Il0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_786" '
'name="gform_target_page_number_786" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_786" '
'name="gform_source_page_number_786" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="182"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260924T160000/20260924T170000&text=After%20School%20Art%20Adventures%2C%20Fall%202026&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-24T16%3A00%3A00-03%3A00&enddt=2026-09-24T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-24T16%3A00%3A00-03%3A00&enddt=2026-09-24T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-24"> September 24 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-24">\n'
'\t\t\t\t\t\t4:00 pm - 5:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/"><span>«</span> '
'The Joy of Botanical Printmaking II</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/armoryshow2026/">Guided '
'Tour of The Armory Show with LG Art Advisory '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/> (referer: None) ['zyte-api']
2026-08-11 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/armoryshow2026/> (referer: None) ['zyte-api']
2026-08-11 14:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 32312
2026-08-11 14:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/>
{'event_url': 'https://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">The Joy of Botanical '
'Printmaking II</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 19 @ 10:30 '
'am</span> - <span class="tribe-event-time">12:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="The Joy of Botanical Printmaking II - Carriage '
'Barn Arts Center" data-viewtitle="The Joy of Botanical '
'Printmaking II" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-8/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41398 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41398">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Botanical-Print-Making-workshop-3.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Botanical-Print-Making-workshop-3.jpeg '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Botanical-Print-Making-workshop-3-980x490.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Botanical-Print-Making-workshop-3-480x240.jpeg '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span data-contrast="auto" '
'style="color: #000000;">Come explore the fun and freedom of '
'printing from nature with instructor Mary Himes. Using a variety '
'of botanicals, we’ll use gel plates to create unique prints that '
'can be framed or used as notecards and other home goods. You’ll '
'be amazed at how this simple printmaking process wakes up the '
'creativity within– like a mini vacation. </span></p>\n'
'<p><span data-contrast="auto" style="color: #000000;">NO '
'EXPERIENCE NECESSARY!</span></p>\n'
'<p><span data-contrast="auto" style="color: #000000;">All '
'materials are non-toxic and will be provided. Please feel free '
'to bring your own fresh plant material. </span></p>\n'
'<p><span style="color: #000000;">All students should wear old '
'clothing. Maximum group size is 10 people.\xa0</span></p>\n'
'<p><span style="color: #000000;"><strong>\xa0Workshop Fee: $65 '
'CBAC members / $80 non-members</strong></span></p>\n'
'<p><span '
'data-ccp-props=\'{"201341983":0,"335559739":0,"335559740":240}\' '
'style="color: #000000;">\xa0</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_1 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41139" decoding="async" height="640" '
'loading="lazy" sizes="(max-width: 466px) 100vw, 466px" '
'src="https://carriagebarn.org/wp-content/uploads/2026/06/Botanical-Printmaking-pic-.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/06/Botanical-Printmaking-pic-.jpeg '
'466w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/Botanical-Printmaking-pic--218x300.jpeg '
'218w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/Botanical-Printmaking-pic--109x150.jpeg '
'109w" title="Botanical Printmaking pic" '
'width="466"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_2 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41406" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-making-class-pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-making-class-pic-scaled.jpeg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-making-class-pic-1280x1707.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-making-class-pic-980x1307.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-making-class-pic-480x640.jpeg '
'480w" title="botanical print making class pic" '
'width="1920"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_3 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_2 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41407" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-pic-scaled.jpeg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-pic-1280x1707.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-pic-980x1307.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/botanical-print-pic-480x640.jpeg '
'480w" title="botanical print pic" width="1920"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_4 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_6_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_3 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41138" decoding="async" height="640" '
'loading="lazy" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://carriagebarn.org/wp-content/uploads/2026/06/IBotanical-Printmaking-process-pic.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/06/IBotanical-Printmaking-process-pic.jpeg '
'480w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/IBotanical-Printmaking-process-pic-225x300.jpeg '
'225w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/IBotanical-Printmaking-process-pic-113x150.jpeg '
'113w" title="IBotanical Printmaking process pic" '
'width="480"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_5 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>\xa0</p>\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_776">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">The Joy of Botanical Print Making '
'9/19/26</h2>\n'
'<p class="gform_description">Registration for Botanical Print '
'Making Workshop with Mary Himes</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/the-joy-of-botanical-printmaking-2/" '
'data-formid="776" enctype="multipart/form-data" id="gform_776" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_776"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_776_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_776_3">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_776_3_3_container">\n'
'<input aria-required="true" id="input_776_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_3_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_776_3_6_container">\n'
'<input aria-required="true" id="input_776_3_6" name="input_3.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_3_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_776_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address</legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_776_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_776_4_1_container">\n'
'<input aria-required="false" id="input_776_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_4_1" id="input_776_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_776_4_2_container">\n'
'<input aria-required="false" id="input_776_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_4_2" id="input_776_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_776_4_3_container">\n'
'<input aria-required="false" id="input_776_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_4_3" id="input_776_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_776_4_4_container">\n'
'<select aria-required="false" id="input_776_4_4" '
'name="input_4.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_4_4" id="input_776_4_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_776_4_5_container">\n'
'<input aria-required="false" id="input_776_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_4_5" id="input_776_4_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_776_4_6" '
'name="input_4.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_776_6"><label '
'class="gfield_label gform-field-label" '
'for="input_776_6">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="medium" '
'id="input_776_6" name="input_6" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_776_5"><label '
'class="gfield_label gform-field-label" '
'for="input_776_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_776_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_776_1 '
'gfield_product_776_1 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_776_1"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_776_1_1"><span '
'class="gform-field-label gfield_label_product">Botanical '
'Printmaking with Mary Himes / Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_776_1">Enter '
'number of Member Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_1.1" type="hidden" '
'value="Botanical Printmaking with Mary Himes / Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_776_1">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_776_1">$65.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_776_1" '
'name="input_1.2" type="hidden" value="$65.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_776_1_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_776_1 '
'gfield_description_776_1" aria-label="Quantity Botanical '
'Printmaking with Mary Himes / Member" class="ginput_quantity" '
'id="input_776_1_1" min="0" name="input_1.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_776_2 '
'gfield_product_776_2 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_776_2"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_776_2_1"><span '
'class="gform-field-label gfield_label_product">Botanical '
'Printmaking / Non-member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_776_2">Enter '
'Number of Non-Member Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_2.1" type="hidden" '
'value="Botanical Printmaking / Non-member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_776_2">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_776_2">$80.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_776_2" '
'name="input_2.2" type="hidden" value="$80.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_776_2_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_776_2 '
'gfield_description_776_2" aria-label="Quantity Botanical '
'Printmaking / Non-member" class="ginput_quantity" '
'id="input_776_2_1" min="0" name="input_2.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_776_ gfield_total '
'gfield_total_776_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_776_8"><label '
'class="gfield_label gform-field-label" '
'for="input_776_8">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_776" id="input_776_8" name="input_8" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_776_7"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_776_7_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_7_6" '
'name="input_7.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_776_7"><span class="ginput_full '
'gform-grid-col" id="input_776_7_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_776_7_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_776_7_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_7_1" id="input_776_7_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_776_7_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_776_7_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_776_7_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_7_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_776_7_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_776_7_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_7_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_776_7_5_container">\n'
'<input id="input_776_7_5" name="input_7.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_776_7_5" id="input_776_7_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_776" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_776"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_776" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_776" '
'id="gform_theme_776" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_776" '
'id="gform_style_settings_776" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_776" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="776"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="xPFb3tBeziX6fwT5SNuUffNh5oHYzN/sZAAWmVnWDHiyxKwoL8mwwfP1IlnBWBd+8Gwr2khpaAJ3k5GCuof0IT8ZWgOfn6+EGIb67cT4dCp0/bk="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_776" type="hidden" '
'value="WyJ7XCIxLjFcIjpcIjcxYjFmMDgzMTBjNTI2YTAwMzcyNTdiZjljZDg1NGU2XCIsXCIxLjJcIjpcIjc5NzY0ZmQ1ZjBlNWE3ZTVlMjQ1Y2RmOTMwNGQ0ZjJiXCIsXCIyLjFcIjpcIjkwZjA1ZjBlOTBhN2MwMWEzYzRhNDlkZDliOWE2NzBkXCIsXCIyLjJcIjpcIjhjZTM2OTZhODMzZTg2OTNjMTk1NzcyZDEyNzljN2IyXCJ9IiwiMjZiOTZhYzFmNzQ4OTk0NzgwNWE4YjM3NDcwZTIxNjYiXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_776" '
'name="gform_target_page_number_776" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_776" '
'name="gform_source_page_number_776" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="54"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_6 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_divider_0 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_4 et_pb_row et_block_row">\n'
'<div class="et_pb_column_7 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260919T103000/20260919T123000&text=The%20Joy%20of%20Botanical%20Printmaking%20II&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/the-joy-of-botanical-printmaking-2/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-19T10%3A30%3A00-03%3A00&enddt=2026-09-19T12%3A30%3A00-03%3A00&location&subject=The%20Joy%20of%20Botanical%20Printmaking%20II&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-19T10%3A30%3A00-03%3A00&enddt=2026-09-19T12%3A30%3A00-03%3A00&location&subject=The%20Joy%20of%20Botanical%20Printmaking%20II&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> September 19 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-19">\n'
'\t\t\t\t\t\t10:30 am - 12:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-8/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 31070
2026-08-11 14:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/armoryshow2026/>
{'event_url': 'https://carriagebarn.org/event/armoryshow2026/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Guided Tour of The '
'Armory Show with LG Art Advisory</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 25 @ 11:00 '
'am</span> - <span class="tribe-event-time">1:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Guided Tour of The Armory Show with LG Art '
'Advisory - Carriage Barn Arts Center" data-viewtitle="Guided '
'Tour of The Armory Show with LG Art Advisory" '
'id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-37893 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-37893">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="601" '
'src="https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-12.57.13%E2%80%AFPM-e1751556339224.png" '
'width="800"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_heading_0 et_pb_heading et_pb_module '
'et_flex_module"><div class="et_pb_heading_container"><h1 '
'class="et_pb_module_header">Friday, September 25, 2026 from '
'11am-1pm</h1></div></div>\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'data-end="562" data-start="205"><span style="font-size: '
'14pt;">Join us for an exclusive 2-hour guided tour of <em '
'data-end="269" data-start="252">The Armory Show</em> with Lauren '
'Gargiulo, founder of LG Art Advisory and a respected '
'contemporary art specialist. Held annually at the Javits Center, '
'The Armory Show is one of the most significant international art '
'fairs—bringing together leading galleries, artists, and '
'collectors from around the world.</span></p>\n'
'<p data-end="733" data-start="564"><span style="font-size: '
'14pt;">Lauren will offer expert insights into current trends, '
'notable artists, and standout presentations from the world’s top '
'galleries, enriching your experience of the fair.</span></p>\n'
'<p data-end="733" data-start="564"><span style="font-size: '
'14pt;">After the tour, we’ll gather at the café inside the '
'Javits Center to continue the conversation and answer any '
"questions you may have. You're welcome to re-enter the fair and "
'explore on your own until it closes at 6 PM.</span></p>\n'
'<p data-end="927" data-start="735"><span style="font-size: '
'14pt;">Whether you\'re a collector, enthusiast, or simply '
'curious about today’s art world, this guided experience is a '
'great way to explore one of the most important events on the '
'global art calendar.</span></p>\n'
'<p class="" style="text-align: center;"><span style="font-size: '
'14pt;">Space is limited.\xa0 Please register below.\xa0'
'<strong><br/>\n'
'Cost including tour is $110 members / $125 '
'non-members.</strong></span></p>\n'
'<p class="" style="text-align: center;"><em data-end="1301" '
'data-start="1234">Please wear comfortable shoes—the tour '
'involves a lot of walking.</em></p>\n'
'<p class="" style="text-align: center;">Please meet at the Check '
'in Desk at <strong><em>10:45am</em></strong>.</p>\n'
'<p>\xa0</p>\n'
'<p class="p1"><span style="font-size: 10pt;"><span '
'class="x_wixui-rich-text__text"><img alt="" class="alignleft '
'size-thumbnail wp-image-37899" decoding="async" height="150" '
'sizes="(max-width: 150px) 100vw, 150px" '
'src="https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-2.29.27%E2%80%AFPM-1-150x150.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-2.29.27\u202f'
'PM-1-150x150.png 150w, '
'https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-2.29.27\u202f'
'PM-1-300x300.png 300w, '
'https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-2.29.27\u202f'
'PM-1-768x768.png 768w, '
'https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-2.29.27\u202f'
'PM-1-480x480.png 480w, '
'https://carriagebarn.org/wp-content/uploads/2025/07/Screenshot-2025-07-02-at-2.29.27\u202f'
'PM-1.png 834w" width="150"/>Lauren Gargiulo brings a wealth of '
'experience and expertise from the art world to her clients. Her '
'professional background includes roles as an Associate at '
"Christie's New York in the Post-War and Contemporary Art "
'department and at the Nicole Klagsbrun Gallery in Chelsea. In '
'addition, Lauren dedicated several years to research. Notably, '
'her work in the development of the Jasper Johns Catalogue '
'Raisonné of Painting and Sculpture. Beyond her professional '
'affiliations, Lauren is involved in the arts community - she is '
'an active member at the Bruce Museum in Greenwich, CT and the '
'Aldrich Museum in Ridgefield, CT. \xa0Specializing in Post War '
'and Contemporary Art, she regularly attends a variety of art '
'fairs, visits galleries, auction houses and museums.\xa0<br '
'class="x_wixui-rich-text__text"/>\xa0</span><br '
'class="x_wixui-rich-text__text"/><span '
'class="x_wixui-rich-text__text">Lauren received her Bachelor of '
'Arts (BA) from Union College and her Master of Arts (MA) degree '
'in Modern Art, Connoisseurship, and the History of the Art '
'Market from Christie’s New York. This Masters program solidified '
'her understanding of the intricacies of the art market and its '
'historical context.\xa0</span></span></p>\n'
'<hr/>\n'
'<p>\xa0</p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_1 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_784">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Guided Tour of The Armory Show with '
'Lauren Garguilo (9/25/26)</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form action="/event/armoryshow2026/" data-formid="784" '
'enctype="multipart/form-data" id="gform_784" method="post" '
'novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_784"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_784_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_784_1_3_container">\n'
'<input aria-required="true" id="input_784_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_784_1_6_container">\n'
'<input aria-required="true" id="input_784_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_784_3">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_784_3_1_container">\n'
'<input aria-required="true" id="input_784_3_1" name="input_3.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_3_1" id="input_784_3_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_784_3_2_container">\n'
'<input aria-required="false" id="input_784_3_2" name="input_3.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_3_2" id="input_784_3_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_784_3_3_container">\n'
'<input aria-required="true" id="input_784_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_3_3" id="input_784_3_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_784_3_4_container">\n'
'<select aria-required="true" id="input_784_3_4" '
'name="input_3.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_3_4" id="input_784_3_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_784_3_5_container">\n'
'<input aria-required="true" id="input_784_3_5" name="input_3.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_3_5" id="input_784_3_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_784_3_6" '
'name="input_3.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_4"><label class="gfield_label gform-field-label" '
'for="input_784_4">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_784_4" name="input_4" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_5"><label class="gfield_label gform-field-label" '
'for="input_784_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_784_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_784_6 gfield_product_784_6 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_784_6"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_784_6_1"><span '
'class="gform-field-label gfield_label_product">Armory Guided '
'Tour (current members):</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_784_6">Number '
'of member attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_6.1" type="hidden" '
'value="Armory Guided Tour (current members):"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_784_6">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_784_6">$110.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_784_6" '
'name="input_6.2" type="hidden" value="$110.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_784_6_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_784_6 '
'gfield_description_784_6" aria-label="Quantity Armory Guided '
'Tour (current members):" class="ginput_quantity" '
'id="input_784_6_1" min="0" name="input_6.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_784_7 gfield_product_784_7 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_784_7"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_784_7_1"><span '
'class="gform-field-label gfield_label_product">Armory Guided '
'Tour (non-members):</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_784_7">Number '
'of non-member attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_7.1" type="hidden" '
'value="Armory Guided Tour (non-members):"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_784_7">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_784_7">$125.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_784_7" '
'name="input_7.2" type="hidden" value="$125.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_784_7_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_784_7 '
'gfield_description_784_7" aria-label="Quantity Armory Guided '
'Tour (non-members):" class="ginput_quantity" id="input_784_7_1" '
'min="0" name="input_7.3" size="10" type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_14"><label class="gfield_label gform-field-label" '
'for="input_784_14">Additional Attendee (name and '
'email)</label><div class="ginput_container '
'ginput_container_text"><input aria-invalid="false" class="large" '
'id="input_784_14" name="input_14" type="text" '
'value=""/></div></div><div class="gfield gfield--type-section '
'gfield--input-type-section gsection field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_15"><h3 '
'class="gsection_title"></h3></div><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_784_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_784_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_8_6" '
'name="input_8.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_784_8"><span class="ginput_full '
'gform-grid-col" id="input_784_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_784_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_784_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_8_1" id="input_784_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_784_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_784_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_784_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_784_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_784_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_784_8_5_container">\n'
'<input id="input_784_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_784_8_5" id="input_784_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset><div aria-atomic="true" '
'aria-live="polite" class="gfield gfield--type-total '
'gfield--input-type-total gfield_price gfield_price_784_ '
'gfield_total gfield_total_784_ field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_784_9"><label class="gfield_label gform-field-label" '
'for="input_784_9">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_784" id="input_784_9" name="input_9" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_784" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_784"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_784" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_784" '
'id="gform_theme_784" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_784" '
'id="gform_style_settings_784" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_784" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="784"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="h1Uzt10EDx4Spnu2ibBwwVrbwMd4ZyQu6rOhhmqZd7Hfr3rsJzcOR4M54m5Yn2LWHTY4OoCBruhh5Q3IEUIhJskAm5r7rma2naq0N0g/9mqBZbo="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_784" type="hidden" '
'value="WyJ7XCI2LjFcIjpcImJhMTg4YmNmMzYzMDYwNThmNWM3NTQ1NDY4MWQzNWM5XCIsXCI2LjJcIjpcImFkYzNjOWIzNDU0NjBkYWU4ZDU3MmI4YTBkZGQ2Mzg4XCIsXCI3LjFcIjpcImIxNTJhNDk0ZmJlOGM1YzYzZTczMzJmNmI4MjhmZjI2XCIsXCI3LjJcIjpcImE5MTI5MmY3NGFkMWJjMzQyODBlMTNlMTQ3Y2E0NDkxXCJ9IiwiMzY3OTIyMzlhZDMxZGRhNWMyMTc0OGRlZWQyMTI3MTAiXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_784" '
'name="gform_target_page_number_784" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_784" '
'name="gform_source_page_number_784" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="131"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260925T110000/20260925T130000&text=Guided%20Tour%20of%20The%20Armory%20Show%20with%20LG%20Art%20Advisory&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/armoryshow2026/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-25T11%3A00%3A00-03%3A00&enddt=2026-09-25T13%3A00%3A00-03%3A00&location&subject=Guided%20Tour%20of%20The%20Armory%20Show%20with%20LG%20Art%20Advisory&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-25T11%3A00%3A00-03%3A00&enddt=2026-09-25T13%3A00%3A00-03%3A00&location&subject=Guided%20Tour%20of%20The%20Armory%20Show%20with%20LG%20Art%20Advisory&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-25"> September 25 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-25">\n'
'\t\t\t\t\t\t11:00 am - 1:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-2/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/2024-artsfest-application/> (referer: None) ['zyte-api']
2026-08-11 14:40:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 19227
2026-08-11 14:40:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/2025-artsfest-application/>
{'event_url': 'https://carriagebarn.org/2025-artsfest-application/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<article class="post-31931 page type-page status-publish hentry" '
'id="post-31931">\n'
'<div class="entry-content">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_3 et_pb_section et_section_regular '
'et_block_section"><div class="et_pb_row_9 et_pb_row '
'et_block_row"><div class="et_pb_column_18 et_pb_column '
'et_pb_column_3_5 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_10 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-family: arial, '
'helvetica, sans-serif;"><em><span style="color: '
'#ff6600;"><strong><span style="font-size: xx-large;">Calling all '
'artists, artisans and vendors! '
'</span></strong></span></em></span></p>\n'
'<p style="text-align: center;"><span style="color: #008000; '
'font-size: 18pt; font-family: arial, helvetica, '
'sans-serif;">Submit your application now for the 3rd annual '
'Waveny Park Arts Fest!\xa0 </span></p>\n'
'<p style="text-align: center;"><span style="font-size: 18pt; '
'font-family: arial, helvetica, sans-serif; color: '
'#008000;"><strong>Festival Highlights: </strong>50 Artist & '
'Artisan\xa0Vendors • Live Music & Entertainment • Food '
'Trucks • Kids Crafts • <span style="text-decoration: '
'underline;"><a '
'href="https://carriagebarn.org/young-entrepreneurs/" '
'style="color: #008000; text-decoration: underline;">Young '
'Entrepreneurs Marketplace</a></span></span></p>\n'
'<p>\xa0</p>\n'
'<p style="text-align: center;"><em><span style="font-family: '
'arial, helvetica, sans-serif;"><strong><span style="color: '
'#008000; font-size: x-large;">Applications accepted on a rolling '
'basis until space is full</span></strong></span></em></p>\n'
'</div></div></div><div class="et_pb_column_19 et_pb_column '
'et_pb_column_2_5 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_10 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-37053" '
'decoding="async" fetchpriority="high" height="1096" '
'sizes="(min-width: 0px) and (max-width: 480px) 480px, '
'(min-width: 481px) and (max-width: 980px) 980px, (min-width: '
'981px) and (max-width: 1280px) 1280px, (min-width: 1281px) '
'1446px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/2025ArtsFestlogo.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/2025ArtsFestlogo.png '
'1446w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/2025ArtsFestlogo-1280x970.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/2025ArtsFestlogo-980x743.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/2025ArtsFestlogo-480x364.png '
'480w" title="2025ArtsFestlogo" '
'width="1446"/></span></div></div></div><div class="et_pb_row_10 '
'et_pb_row et_block_row"><div class="et_pb_column_20 et_pb_column '
'et_pb_column_1_3 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_11 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img decoding="async" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/ArtsFest2024IMG_5891-2-scaled.jpg" '
'title="ArtsFest2024IMG_5891 2"/></span></div></div><div '
'class="et_pb_column_21 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-33978" decoding="async" height="2560" '
'sizes="(min-width: 0px) and (max-width: 480px) 480px, '
'(min-width: 481px) and (max-width: 980px) 980px, (min-width: '
'981px) and (max-width: 1280px) 1280px, (min-width: 1281px) '
'1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/02/IMG_9426-1-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/02/IMG_9426-1-scaled.jpeg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/IMG_9426-1-1280x1707.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/IMG_9426-1-980x1307.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/IMG_9426-1-480x640.jpeg '
'480w" title="IMG_9426" width="1920"/></span></div></div><div '
'class="et_pb_column_22 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_13 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-37048" '
'decoding="async" height="2347" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1722px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/02/ArtsFest2024IMG_5864-2-scaled-e1740339684815.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/02/ArtsFest2024IMG_5864-2-scaled-e1740339684815.jpg '
'1722w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/ArtsFest2024IMG_5864-2-scaled-e1740339684815-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/ArtsFest2024IMG_5864-2-scaled-e1740339684815-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/02/ArtsFest2024IMG_5864-2-scaled-e1740339684815-480x270.jpg '
'480w" title="ArtsFest2024IMG_5864 2" '
'width="1722"/></span></div></div></div><div class="et_pb_row_11 '
'et_pb_row et_block_row"><div class="et_pb_column_23 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_11 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><ul>\n'
'<li><span style="font-size: 14pt;"><span style="font-size: '
'14pt;"><span style="color: #008000; font-family: arial, '
'helvetica, sans-serif;">Accepted exhibitors will be promoted '
'through event signage, local publicity, social media, and on the '
'Carriage Barn website. View the <span style="text-decoration: '
'underline;"><a '
'href="https://carriagebarn.org/waveny-arts-festival-vendors/">2024 '
'Arts Festival</a></span> directory</span></span></span></li>\n'
'<li><span style="font-size: 14pt;"><span style="color: #008000; '
'font-family: arial, helvetica, sans-serif;">Mediums considered '
'include: Ceramics, drawing, fiber arts, glass, jewelry, leather, '
'metalwork, painting, paper goods, photography, prints, woodwork, '
'and locally made </span><span style="color: #008000; '
'font-family: arial, helvetica, sans-serif; caret-color: '
'#008000;">artisanal</span><span style="color: #008000; '
'font-family: arial, helvetica, sans-serif;">\xa0</span><span '
'style="color: #008000; font-family: arial, helvetica, '
'sans-serif;">products</span><span style="color: #008000; '
'font-family: arial, helvetica, sans-serif;"> (such as candles, '
'honey, jams, oils, <span style="caret-color: #008000;">soaps, '
'etc</span>.)</span></span></li>\n'
'<li><span style="font-size: 14pt;"><span style="color: #008000; '
'font-family: arial, helvetica, sans-serif;">The Arts Festival is '
'rain or shine, however in the event of an extreme weather '
'circumstances, it will be rescheduled to October 12\xa0'
'</span><span style="font-size: large;"><span style="color: '
'#008000; font-family: arial, helvetica, '
'sans-serif;"><br/></span></span></span></li>\n'
'</ul>\n'
'<p><span style="font-size: 14pt; font-family: arial, helvetica, '
'sans-serif;"><strong>Application fee</strong>: Free for current '
'Carriage Barn Arts Center members and $25 for '
'non-members.</span></p>\n'
'<p><span style="font-size: 14pt; font-family: arial, helvetica, '
'sans-serif;"><strong>Artist|Artisan Booth fee:</strong> $225 for '
'Carriage Barn members and $275 for non-members.</span></p>\n'
'<p><span style="font-family: arial, helvetica, '
'sans-serif;"><strong><span style="font-size: large;">Special '
'Artisan Booth Fee (If all of your goods are priced under $30, '
'you can apply for this specially priced option) '
':</span></strong><span style="font-size: large;"> $150 (Members '
'and Non-members) <em>Limited\xa0</em><i>number available.</i>\xa0'
'</span></span></p>\n'
'<p style="text-align: center;"><span style="color: #ff6600; '
'font-family: arial, helvetica, sans-serif;"><strong><span '
'style="font-size: 14pt;"><span style="font-size: 18pt;">To '
'apply, please fill out and submit the form below.\xa0'
'</span></span></strong></span></p>\n'
'<p style="text-align: center;"><span style="color: #ff6600; '
'font-family: arial, helvetica, sans-serif;"><span style="color: '
'#008000;"><em><span style="font-size: 14pt;">Read some '
'<strong><a '
'href="https://carriagebarn.org/artist-tips-for-festivals/" '
'style="color: #008000;">tips & strategies</a></strong> from '
'artists for preparing to be part of an arts '
'festival</span></em></span></span></p>\n'
'</div></div></div></div><div class="et_pb_row_12 et_pb_row '
'et_block_row"><div class="et_pb_column_24 et_pb_column '
'et_pb_column_1_2 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_14 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img decoding="async" '
'src="https://carriagebarn.org/wp-content/uploads/2024/02/IMG_1868-scaled-e1709248171256.jpeg" '
'title="IMG_1868"/></span></div></div><div class="et_pb_column_25 '
'et_pb_column et_pb_column_1_2 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_15 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-33966" '
'decoding="async" height="1796" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 2240px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/02/IMG_1886-scaled-e1709248368279.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/02/IMG_1886-scaled-e1709248368279.jpeg '
'2240w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/IMG_1886-scaled-e1709248368279-1280x720.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/IMG_1886-scaled-e1709248368279-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/IMG_1886-scaled-e1709248368279-480x270.jpeg '
'480w" title="IMG_1886" '
'width="2240"/></span></div></div></div><div class="et_pb_row_13 '
'et_pb_row et_block_row"><div class="et_pb_column_26 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_4 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_14 et_pb_row et_block_row"><div '
'class="et_pb_column_27 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_12 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 12pt; font-family: arial, helvetica, '
'sans-serif;"></span></p>\n'
'</div></div></div></div></div><div class="et_pb_section_4 '
'et_pb_section et_section_regular et_block_section"><div '
'class="et_pb_row_15 et_pb_row et_block_row"><div '
'class="et_pb_column_28 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_13 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'18pt;"><strong>Thanks To Our Partners:</strong></span></p>\n'
'</div></div></div></div><div class="et_pb_row_16 et_pb_row '
'et_block_row"><div class="et_pb_column_29 et_pb_column '
'et_pb_column_1_3 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_16 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-31925" '
'decoding="async" height="140" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) 515px, '
'100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2023/07/logo.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2023/07/logo.png '
'515w, '
'https://carriagebarn.org/wp-content/uploads/2023/07/logo-480x130.png '
'480w" title="logo" width="515"/></span></div></div><div '
'class="et_pb_column_30 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_image_17 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-29461" decoding="async" height="298" '
'loading="lazy" sizes="(max-width: 640px) 100vw, 640px" '
'src="https://carriagebarn.org/wp-content/uploads/2022/09/2017-WPC-Logo-with-slogan.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2022/09/2017-WPC-Logo-with-slogan.jpg '
'640w, '
'https://carriagebarn.org/wp-content/uploads/2022/09/2017-WPC-Logo-with-slogan-300x140.jpg '
'300w, '
'https://carriagebarn.org/wp-content/uploads/2022/09/2017-WPC-Logo-with-slogan-150x70.jpg '
'150w" title="2017 WPC Logo with slogan" '
'width="640"/></span></div></div><div class="et_pb_column_31 '
'et_pb_column et_pb_column_1_3 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_18 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-28067" '
'decoding="async" height="150" loading="lazy" sizes="(max-width: '
'378px) 100vw, 378px" '
'src="https://carriagebarn.org/wp-content/uploads/2021/11/BNCMaglogo.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2021/11/BNCMaglogo.png '
'378w, '
'https://carriagebarn.org/wp-content/uploads/2021/11/BNCMaglogo-300x119.png '
'300w, '
'https://carriagebarn.org/wp-content/uploads/2021/11/BNCMaglogo-150x60.png '
'150w" title="BNCMaglogo" '
'width="378"/></span></div></div></div></div><div '
'class="et_pb_section_5 et_pb_section et_section_regular '
'et_block_section"><div class="et_pb_row_17 et_pb_row '
'et_pb_row_4col et_block_row et_block_row_4col"><div '
'class="et_pb_column_32 et_pb_column et_pb_column_1_4 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_text_14 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'12pt;"><strong>About the Carriage Barn</strong></span></p>\n'
'</div></div><div class="et_pb_divider_5 et_pb_divider '
'et_pb_space et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div><div '
'class="et_pb_text_15 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: left;"><span style="font-size: 12pt;">The '
'mission of the New Canaan Society for the Arts, Inc. is to '
'promote the visual and performing arts, and to enrich the '
'community through exhibitions, education, and cultural '
'experiences, and to operate the Carriage Barn Arts '
'Center.</span></p>\n'
'<p style="text-align: left;"><a '
'href="https://carriagebarn.org/history-of-the-barn/"><span '
'style="font-size: 12pt; color: #e2b13c;">Read more '
'-></span></a></p>\n'
'</div></div></div><div class="et_pb_column_33 et_pb_column '
'et_pb_column_1_4 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_16 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'12pt;"><strong>Quick Links</strong></span></p>\n'
'</div></div><div class="et_pb_divider_6 et_pb_divider '
'et_pb_space et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div><div '
'class="et_pb_text_17 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: 12pt; color: '
'#e2b13c;"><a href="https://carriagebarn.org/staff-contact-us/" '
'style="color: #e2b13c;">Staff / Contact Us</a></span></p>\n'
'<p><span style="font-size: 12pt; color: #e2b13c;"><a '
'href="https://carriagebarn.org/renew/" style="color: '
'#e2b13c;">Renew Or Become A Member</a></span></p>\n'
'<p><span style="font-size: 12pt; color: #e2b13c;"><a '
'href="https://carriagebarn.org/calls-for-entry/" style="color: '
'#e2b13c;">Calls For Entry</a></span></p>\n'
'</div></div></div><div class="et_pb_column_34 et_pb_column '
'et_pb_column_1_4 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_18 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'12pt;"><strong>Keep in Touch</strong></span></p>\n'
'</div></div><div class="et_pb_divider_7 et_pb_divider '
'et_pb_space et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div><div '
'class="et_pb_text_19 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p>Carriage Barn Arts Center<br/>Waveny '
'Park<br/>681 South Avenue<br/>New Canaan, CT 06840</p>\n'
'<p>(203) 594-3638</p>\n'
'<p><span style="color: #ffffff;"><a '
'href="/cdn-cgi/l/email-protection#39585d545057795a584b4b50585e5c5b584b5717564b5e" '
'style="color: #ffffff;"><span style="text-decoration: '
'underline;"><span class="__cf_email__" '
'data-cfemail="cbaaafa6a2a58ba8aab9b9a2aaacaea9aab9a5e5a4b9ac">[email\xa0'
'protected]</span></span></a></span></p>\n'
'</div></div><ul class="et_pb_social_media_follow_1 '
'et_pb_social_media_follow clearfix et_pb_bg_layout_light '
'et_pb_module et_block_module"><li '
'class="et_pb_social_media_follow_network_2 '
'et_pb_social_media_follow_network et_pb_social_icon '
'et_pb_social_network_link et-social-facebook et_pb_module '
'et_flex_module"><a class="icon" '
'href="https://www.facebook.com/TheCarriageBarnArtsCenter/" '
'rel="noopener" target="_self" title="Follow on Facebook"><span '
'class="et_pb_social_media_follow_network_name">Follow</span></a></li><li '
'class="et_pb_social_media_follow_network_3 '
'et_pb_social_media_follow_network et_pb_social_icon '
'et_pb_social_network_link et-social-instagram et_pb_module '
'et_flex_module"><a class="icon" '
'href="https://www.instagram.com/carriagebarnartscenter/" '
'rel="noopener" target="_self" title="Follow on Instagram"><span '
'class="et_pb_social_media_follow_network_name">Follow</span></a></li></ul></div><div '
'class="et_pb_column_35 et_pb_column et_pb_column_1_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_19 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-29551" '
'decoding="async" height="120" loading="lazy" sizes="(max-width: '
'196px) 100vw, 196px" '
'src="https://carriagebarn.org/wp-content/uploads/2022/10/CBA-Logo.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2022/10/CBA-Logo.png '
'196w, '
'https://carriagebarn.org/wp-content/uploads/2022/10/CBA-Logo-150x92.png '
'150w" title="CBA-Logo" '
'width="196"/></span></div></div></div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</article>'}
2026-08-11 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/46th-annual-juried-photography-show-call-for-entries/> (referer: None) ['zyte-api']
2026-08-11 14:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 25455
2026-08-11 14:40:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/46th-annual-juried-photography-show-call-for-entries/>
{'event_url': 'https://carriagebarn.org/46th-annual-juried-photography-show-call-for-entries/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<article class="post-39503 page type-page status-publish hentry" '
'id="post-39503">\n'
'<div class="entry-content">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_3 et_pb_section '
'et_pb_fullwidth_section et_section_regular '
'et_block_section"><div class="et_pb_fullwidth_image_1 '
'et_pb_fullwidth_image et_pb_module"><img class="wp-image-40064" '
'decoding="async" fetchpriority="high" height="1728" '
'sizes="(min-width: 0px) and (max-width: 480px) 480px, '
'(min-width: 481px) and (max-width: 980px) 980px, (min-width: '
'981px) and (max-width: 1280px) 1280px, (min-width: 1281px) '
'2304px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/02/PHOTO-Show-horizontal-logo.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/02/PHOTO-Show-horizontal-logo.png '
'2304w, '
'https://carriagebarn.org/wp-content/uploads/2026/02/PHOTO-Show-horizontal-logo-1280x960.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/02/PHOTO-Show-horizontal-logo-980x735.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/02/PHOTO-Show-horizontal-logo-480x360.png '
'480w" title="PHOTO Show horizontal logo" '
'width="2304"/></div></div><div class="et_pb_section_4 '
'et_pb_section et_section_regular et_block_section"><div '
'class="et_pb_row_10 et_pb_row et_block_row"><div '
'class="et_pb_column_17 et_pb_column et_pb_column_1_2 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_text_13 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><em><span style="font-size: 18pt; '
'color: #000080;"><strong>Special Exhibition '
'Events</strong></span></em></p>\n'
'<p style="text-align: center;"><span style="font-size: 14pt; '
'color: #333333;">Tuesday, Feb. 10: <strong>The Legacy of Gordon '
'Parks,\xa0 presentation & reception with exhibit juror Peter '
'Kunhardt Jr.</strong></span></p>\n'
'<p>\xa0</p>\n'
'<div class="row">\n'
'<div class="col">\n'
'<div class="exhibition__content--about" style="text-align: '
'center;"><span style="font-size: 14pt; color: '
'#333333;">Wednesday, Feb. 25 at 6pm:\xa0 <a '
'href="https://carriagebarn.org/event/flashes-of-brilliance-photography-book-talk/" '
'style="color: #333333;"><span style="text-decoration: '
'underline;"><strong>Flashes Of Brilliance, presentation & '
'book signing with author Anika '
'Burges</strong>s</span></a></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="row mb-5">\n'
'<div class="col">\xa0</div>\n'
'</div>\n'
'</div></div></div><div class="et_pb_column_18 et_pb_column '
'et_pb_column_1_2 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_6 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-40044" '
'decoding="async" height="924" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 1640px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/02/Photo-Opening-collage.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/02/Photo-Opening-collage.png '
'1640w, '
'https://carriagebarn.org/wp-content/uploads/2026/02/Photo-Opening-collage-1280x721.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/02/Photo-Opening-collage-980x552.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/02/Photo-Opening-collage-480x270.png '
'480w" title="Photo Opening collage" '
'width="1640"/></span></div></div></div><div class="et_pb_row_11 '
'et_pb_row et_block_row"><div class="et_pb_column_19 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_5 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_12 et_pb_row et_block_row"><div '
'class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_14 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 14pt;">We are grateful to Peter Kunhardt Jr, '
'Executive Director of the Gordon Parks Foundation for his '
'careful consideration of the 600 images. We look forward to '
"presenting the selected works in this year's show.</span></p>\n"
'<p><span style="font-size: 14pt;"><em><strong>While I selected a '
'variety of subjects, the documentary pictures had the most '
'impact on me. Everyday people on the streets, in protest, '
'gathering, posing, and children laughing all showed humanity and '
'dignity that the photographers were able to capture. Gaining '
'trust with your subject is very hard and capturing that trust is '
'even harder. A picture needs to tell a story and there are many '
'strong examples in this selection.</strong></em>\xa0 \xa0Peter '
'W. Kunhardt, Jr.</span></p>\n'
'<p style="text-align: center;"><span style="font-size: '
'x-large;"><strong><span style="text-decoration: '
'underline;"><span style="color: #000080;"><a '
'href="https://carriagebarn.org/wp-content/uploads/2026/01/2026-Photo-Show-Selected-Work.pdf" '
'style="color: #000080; text-decoration: underline;">2026 Photo '
'Show Selected Work</a></span></span></strong></span></p>\n'
'<p style="text-align: center;">\xa0</p>\n'
'<p>\xa0</p>\n'
'</div></div></div></div><div class="et_pb_row_13 et_pb_row '
'et_block_row"><div class="et_pb_column_21 et_pb_column '
'et_pb_column_3_5 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_15 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 14pt;"><strong>Juried by Peter W. Kunhardt '
'Jr., Executive Director of<a '
'href="https://www.gordonparksfoundation.org/"> The Gordon Parks '
'Foundation</a>.</strong></span></p>\n'
'<p class="p1"><b>Peter</b><span class="s1"><b> W. Kunhardt, '
'Jr.,</b></span> is the Executive Director of The Gordon Parks '
'Foundation, which he has guided in expanding its national '
'influence through major educational and cultural initiatives. '
'Under his leadership, the Foundation has established '
'scholarships, fellowships, and prizes—awarding a total of more '
'than $4 million so far to students and artists—and has organized '
'the Gordon Parks Foundation / Steidl Book Prize with German '
'publisher Gerhard Steidl to showcase the work of particular '
'artists. Kunhardt launched the Gordon Parks Arts and Social '
'Justice Fund to support creative work at the intersection of art '
'and activism. Most recently he initiated the Gordon Parks Legacy '
'Acquisitions Fund to build the Foundation’s permanent collection '
'for mid- and later-career photographers inspired by Gordon Parks '
'whose work has been underrecognized.</p>\n'
'<p class="p2"><span class="s2">As series editor for Gordon Parks '
'Foundation / Steidl publications, Kunhardt has overseen and '
'contributed to more than twenty-five books and catalogues. His '
'recent editorial work includes <i>Gordon Parks:</i> '
'</span><i>Pastor E. F. Ledbetter and the Metropolitan Missionary '
'Baptist Church, 1953</i><span class="s2">; </span><i>Gordon '
'Parks: Herklas Brown and Maine, 1944</i><span class="s2">; '
'</span><i>Jeanne Moutoussamy-Ashe: South Africa, '
'1977/1978</i><span class="s2">; </span><i>Devin Allen: '
'Baltimore</i><span class="s2">; <i>Ralph Ellison '
'Photographer</i>; </span><i>Jamel Shabazz: Albums</i><span '
'class="s2">; and </span><i>LaToya Ruby Frazier: Flint Is Family '
'In Three Acts</i><span class="s2">. He also co-edited the '
'multivolume </span><i>Gordon Parks: Collected Works.</i></p>\n'
'</div></div></div><div class="et_pb_column_22 et_pb_column '
'et_pb_column_2_5 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_7 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-39507" '
'decoding="async" height="2180" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 2028px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/PWK_Headshot_2025.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/PWK_Headshot_2025.jpg '
'2028w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/PWK_Headshot_2025-1280x1376.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/PWK_Headshot_2025-980x1053.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/PWK_Headshot_2025-480x516.jpg '
'480w" title="The Gordon Parks Foundation\'s Annual Awards Dinner '
'And Auction Celebrating The Arts & Social Justice - '
'Arrivals" width="2028"/></span></div></div></div><div '
'class="et_pb_row_14 et_pb_row et_block_row"><div '
'class="et_pb_column_23 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_16 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 12pt;"><b>The Gordon Parks Foundation '
'permanently preserves the work of Gordon Parks, makes it '
'available to the public through exhibitions, publications, and '
'programs and supports artistic and educational activities that '
'advance what Gordon described as "the common search for a better '
'life and a better world."</b></span></p>\n'
'</div></div></div></div><div class="et_pb_row_15 et_pb_row '
'et_block_row"><div class="et_pb_column_24 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_6 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_16 et_pb_row et_block_row"><div '
'class="et_pb_column_25 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_17 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 18pt; color: #000080;"><strong>EXHIBITION '
'PROSPECTUS:<br/></strong>Submission is open to regional '
'photographers — amateur, professional, and student. \xa0 All '
'original photographic media, including film and digital images '
'accepted (<strong>excluding A.I. generated images</strong>). '
'Criteria the juror will consider include: impact, creativity, '
'style, composition, color balance, presentation, focal point, '
'lighting, subject matter, narrative, and degree of '
'difficulty. \xa0All subjects and styles will be considered.\xa0 '
'<em>Note that work previously exhibited at the Carriage Barn '
'Arts Center will not be accepted.</em></span></p>\n'
'<p>\xa0</p>\n'
'<p><span style="font-size: 14pt;"><strong>IMPORTANT '
'DATES</strong></span><br/><span style="font-size: '
'14pt;">Submission Deadline: <strong>Sunday, December 21 '
'(midnight)</strong></span><br/><span style="font-size: '
'14pt;">Notification (via email): Wednesday, January '
'7</span><br/><span style="font-size: 14pt;">Drop off: Sunday, '
'Jan. 25 1-3pm or Monday, Jan. 26 10am-1pm</span><br/><span '
'style="font-size: 14pt;">Opening Reception: Saturday, January 31 '
'from 4-6pm</span><br/><span style="color: '
'#ff0000;"><strong><span style="font-size: 14pt;">UPDATED Pickup '
'times: Friday, March 6 10am-1pm or Saturday, March 7 '
'12pm-2pm</span></strong></span></p>\n'
'<p style="text-align: center;"><span style="font-size: '
'large;"><em>Read complete specifications & details at the '
'bottom of this page before submitting.</em></span></p>\n'
'</div></div></div></div><div class="et_pb_row_17 et_pb_row '
'et_block_row"><div class="et_pb_column_26 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_18 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 12pt;"><strong>ENTRY '
'FEES<br/></strong>Members: $30 for up to 3 and $35 for up to 6 '
'entries</span><br/><span style="font-size: 12pt;">Students (age '
'25 & under): $30 for up to 3</span><br/><span '
'style="font-size: 12pt;">Non-members: $40 for up to 3 and $50 '
'for up to 6 entries</span></p>\n'
'<p><span style="font-size: 12pt;">Entry fees help support our '
'non-profit educational arts organization, free public programs '
'and continued free gallery access to all. \xa0<strong><a '
'href="https://carriageold.wpengine.com/joinsupport">Become a '
'member</a></strong>\xa0today for reduced entry fees and other '
'benefits.</span></p>\n'
'</div></div><div class="et_pb_text_19 et_pb_text '
'et_pb_bg_layout_light et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"><strong>PREPARE IMAGES TO ENTER ONLINE:\xa0'
'</strong>Resize your images to 72 dpi sized no smaller than 1000 '
'pixels in any direction (about 13”). This should result in most '
'image files ranging from 700kb to 2mb in file size. Files bigger '
'than 3mb will not be accepted. For non-visual art submissions '
'including audio, video, or writing, submit the appropriate files '
'(.mov for video, .avi for sound, and .doc/.docx/.pdf for writing '
'and other proposals) in place of images.</span></p>\n'
'<p><span style="font-size: '
'12pt;"><strong><em>IMPORTANT!</em></strong>\xa0 Save images as a '
'.jpg file and label each image as “lastname_firstname_01title” '
'(example:\xa0'
'<strong>Smith_Mary_01untitled.jpg</strong>)</span></p>\n'
'<p>\xa0</p>\n'
'<p><strong><span style="font-size: '
'12pt;">SPECIFICATIONS</span><br/></strong>– Work previously '
'exhibited at the Carriage Barn will not be accepted for the '
'show.</p>\n'
'<p>– Photographs must be presented in a manner compatible with a '
'gallery hanging system using secure wire or D-ring securely '
'attached to the back of the photograph. Wire should be mounted '
'no more than 1/4 of the way down from the top edge of the '
'photograph/frame and be taut from side to side so as not to '
'swing away from the top when hung.</p>\n'
'<p>– Work delivered to the gallery must be installation-ready. '
'Non-traditional photographic works and two-dimensional form and '
'photographic wall sculptures must be wired or cleated for '
'hanging.</p>\n'
'<p>– Work must remain on exhibit for the entire show. Following '
'the pickup dates after the close of the show, there will be '
'storage charge of $10/day for any work left at the gallery.</p>\n'
'<p>Note: Photographs may be mounted on a panel (wood, plexi or '
'metal), gallery-wrapped canvas, or framed (neutral frames/mattes '
'preferred). Saw tooth hangers and small wire loops on the back '
'of inexpensive frames are not acceptable along with scratched '
'glass or plexi-glass, poorly constructed frames and poorly cut '
'mats. We reserve the right to reject any work whose presentation '
'is sub-standard.</p>\n'
'<p><strong><span style="font-size: '
'12pt;">SALES</span><br/></strong>For any works sold, artists '
'receive 65% of the sale price before tax. The Carriage Barn Arts '
'Center and New Canaan Society for the Arts retains the remaining '
'35% as a transaction fee.</p>\n'
'<p><strong>Copyright Policy:<br/></strong>Each artist retains '
'all copyrights to their submitted images.</p>\n'
'<p><strong>Image Usage Rights:<br/></strong>Artist’s recognition '
'is provided with any use. By submission for jurying, artists '
'whose submissions are chosen for the exhibition grant The '
'Carriage Barn Arts Center the right to use their images for the '
'purpose of promoting the artist, promoting the Center’s '
'programs, promoting exhibitions and subsequent display on the '
'Center’s website of current and past exhibitions. Promotions and '
'images may also be placed on social networks with artist credit. '
'Selected arwork will be exhibited in the Carriage Barn, in an '
'online exhibit on the\xa0Carriage Barn Arts Center website.</p>\n'
'<p><strong>Liability and Insurance:</strong><br/>While all care '
'will be taken while art is being exhibited in any NCSA sponsored '
'exhibition, NCSA assumes no responsibility for any damage to the '
'artwork during delivery, installation, and de-installation '
'including, by way of example but not limitation, normal wear and '
'tear, such as minor nicks to frames or scratches to Plexiglas. '
'NCSA will not be liable for work not claimed after specified '
'pick-up dates and times.</p>\n'
'<p>As a condition for exhibiting work in any NCSA exhibition, '
'the exhibiting artist acknowledges by executing this agreement '
'that NCSA assumes no responsibility for theft or other '
'catastrophic loss beyond the applicable limits of NCSA’s '
'insurance coverage. Except to the extent set forth in a separate '
'written agreement signed by both the Exhibitor and NCSA, and '
'subject to applicable deductions, insurance coverage cannot '
'exceed 50% of the market value of any particular item, with the '
'understanding that the exhibitor’s requested price may not be '
'determinative with regard to market value for insurance '
'purposes.</p>\n'
'</div></div></div></div><div class="et_pb_row_18 et_pb_row '
'et_block_row"><div class="et_pb_column_27 et_pb_column '
'et_pb_column_1_3 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_8 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-36161" '
'decoding="async" height="1423" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 2000px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/11/2023photoshow-e1731104087518.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/11/2023photoshow-e1731104087518.jpg '
'2000w, '
'https://carriagebarn.org/wp-content/uploads/2024/11/2023photoshow-e1731104087518-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2024/11/2023photoshow-e1731104087518-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/11/2023photoshow-e1731104087518-480x270.jpg '
'480w" title="2023photoshow" '
'width="2000"/></span></div></div><div class="et_pb_column_28 '
'et_pb_column et_pb_column_1_3 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_9 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-33507" '
'decoding="async" height="1920" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/01/Carriage_Barn_Inside_party-scaled-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/01/Carriage_Barn_Inside_party-scaled-1.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2024/01/Carriage_Barn_Inside_party-scaled-1-1280x960.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2024/01/Carriage_Barn_Inside_party-scaled-1-980x735.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/01/Carriage_Barn_Inside_party-scaled-1-480x360.jpg '
'480w" title="Carriage_Barn_Inside_party-scaled" '
'width="2560"/></span></div></div><div class="et_pb_column_29 '
'et_pb_column et_pb_column_1_3 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_10 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-32079" '
'decoding="async" height="625" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 800px) 800px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2023/07/GalleryTalkphoto-scaled-e1731094720905.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2023/07/GalleryTalkphoto-scaled-e1731094720905-800x551.jpg '
'800w, '
'https://carriagebarn.org/wp-content/uploads/2023/07/GalleryTalkphoto-scaled-e1731094720905-480x270.jpg '
'480w" title="GalleryTalkphoto" '
'width="800"/></span></div></div></div></div><div '
'class="et_pb_section_5 et_pb_section et_section_regular '
'et_block_section"><div class="et_pb_row_19 et_pb_row '
'et_pb_row_4col et_block_row et_block_row_4col"><div '
'class="et_pb_column_30 et_pb_column et_pb_column_1_4 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_text_20 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'12pt;"><strong>About the Carriage Barn</strong></span></p>\n'
'</div></div><div class="et_pb_divider_7 et_pb_divider '
'et_pb_space et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div><div '
'class="et_pb_text_21 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: left;"><span style="font-size: 12pt;">The '
'mission of the New Canaan Society for the Arts, Inc. is to '
'promote the visual and performing arts, and to enrich the '
'community through exhibitions, education, and cultural '
'experiences, and to operate the Carriage Barn Arts '
'Center.</span></p>\n'
'<p style="text-align: left;"><a '
'href="https://carriagebarn.org/history-of-the-barn/"><span '
'style="font-size: 12pt; color: #e2b13c;">Read more '
'-></span></a></p>\n'
'</div></div></div><div class="et_pb_column_31 et_pb_column '
'et_pb_column_1_4 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_22 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'12pt;"><strong>Quick Links</strong></span></p>\n'
'</div></div><div class="et_pb_divider_8 et_pb_divider '
'et_pb_space et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div><div '
'class="et_pb_text_23 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: 12pt; color: '
'#e2b13c;"><a href="https://carriagebarn.org/staff-contact-us/" '
'style="color: #e2b13c;">Staff / Contact Us</a></span></p>\n'
'<p><span style="font-size: 12pt; color: #e2b13c;"><a '
'href="https://carriagebarn.org/renew/" style="color: '
'#e2b13c;">Renew Or Become A Member</a></span></p>\n'
'<p><span style="font-size: 12pt; color: #e2b13c;"><a '
'href="https://carriagebarn.org/calls-for-entry/" style="color: '
'#e2b13c;">Calls For Entry</a></span></p>\n'
'</div></div></div><div class="et_pb_column_32 et_pb_column '
'et_pb_column_1_4 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_24 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: '
'12pt;"><strong>Keep in Touch</strong></span></p>\n'
'</div></div><div class="et_pb_divider_9 et_pb_divider '
'et_pb_space et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div><div '
'class="et_pb_text_25 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p>Carriage Barn Arts Center<br/>Waveny '
'Park<br/>681 South Avenue<br/>New Canaan, CT 06840</p>\n'
'<p>(203) 594-3638</p>\n'
'<p><span style="color: #ffffff;"><a '
'href="/cdn-cgi/l/email-protection#ea8b8e878384aa898b9898838b8d8f888b9884c485988d" '
'style="color: #ffffff;"><span style="text-decoration: '
'underline;"><span class="__cf_email__" '
'data-cfemail="0766636a6e6947646675756e6660626566756929687560">[email\xa0'
'protected]</span></span></a></span></p>\n'
'</div></div><ul class="et_pb_social_media_follow_1 '
'et_pb_social_media_follow clearfix et_pb_bg_layout_light '
'et_pb_module et_block_module"><li '
'class="et_pb_social_media_follow_network_2 '
'et_pb_social_media_follow_network et_pb_social_icon '
'et_pb_social_network_link et-social-facebook et_pb_module '
'et_flex_module"><a class="icon" '
'href="https://www.facebook.com/TheCarriageBarnArtsCenter/" '
'rel="noopener" target="_self" title="Follow on Facebook"><span '
'class="et_pb_social_media_follow_network_name">Follow</span></a></li><li '
'class="et_pb_social_media_follow_network_3 '
'et_pb_social_media_follow_network et_pb_social_icon '
'et_pb_social_network_link et-social-instagram et_pb_module '
'et_flex_module"><a class="icon" '
'href="https://www.instagram.com/carriagebarnartscenter/" '
'rel="noopener" target="_self" title="Follow on Instagram"><span '
'class="et_pb_social_media_follow_network_name">Follow</span></a></li></ul></div><div '
'class="et_pb_column_33 et_pb_column et_pb_column_1_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_11 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-29551" '
'decoding="async" height="120" loading="lazy" sizes="(max-width: '
'196px) 100vw, 196px" '
'src="https://carriagebarn.org/wp-content/uploads/2022/10/CBA-Logo.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2022/10/CBA-Logo.png '
'196w, '
'https://carriagebarn.org/wp-content/uploads/2022/10/CBA-Logo-150x92.png '
'150w" title="CBA-Logo" '
'width="196"/></span></div></div></div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</article>'}
2026-08-11 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/aitw-2025/> (referer: None) ['zyte-api']
2026-08-11 14:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 14:40:43 [carriage_barn] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 14:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/aitw-2025/>
{'event_url': 'https://carriagebarn.org/aitw-2025/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<article class="post-37280 page type-page status-publish hentry" '
'id="post-37280">\n'
'<div class="entry-content">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_1 et_pb_section et_section_regular '
'et_block_section"><div class="et_pb_row_12 et_pb_row '
'et_block_row"><div class="et_pb_column_17 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_4 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-37734" '
'decoding="async" fetchpriority="high" height="1545" '
'sizes="(min-width: 0px) and (max-width: 480px) 480px, '
'(min-width: 481px) and (max-width: 980px) 980px, (min-width: '
'981px) and (max-width: 1280px) 1280px, (min-width: 1281px) '
'2000px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/06/AITW-2025-11-x-8.5-in.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/06/AITW-2025-11-x-8.5-in.png '
'2000w, '
'https://carriagebarn.org/wp-content/uploads/2025/06/AITW-2025-11-x-8.5-in-1280x989.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/06/AITW-2025-11-x-8.5-in-980x757.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/06/AITW-2025-11-x-8.5-in-480x371.png '
'480w" title="AITW 2025 (11 x 8.5 in)" '
'width="2000"/></span></div></div></div><div class="et_pb_row_13 '
'et_pb_row et_block_row"><div class="et_pb_column_18 et_pb_column '
'et_pb_column_1_2 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_module '
'et_pb_button_module_wrapper et_pb_button_4_wrapper"><a '
'class="et_pb_button_4 et_pb_button et_pb_bg_layout_light '
'et_pb_module et_block_module" '
'href="https://carriagebarn.org/2025-aitw-store-assignments-docx/">Participating '
'Stores & Artists</a></div></div><div class="et_pb_column_19 '
'et_pb_column et_pb_column_1_2 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_module '
'et_pb_button_module_wrapper et_pb_button_5_wrapper"><a '
'class="et_pb_button_5 et_pb_button et_pb_bg_layout_light '
'et_pb_module et_block_module" '
'href="https://carriagebarn.org/aitw-2024-gallery/">Virtual '
'Gallery</a></div></div></div><div class="et_pb_row_14 et_pb_row '
'et_block_row"><div class="et_pb_column_20 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_4 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_15 et_pb_row et_block_row"><div '
'class="et_pb_column_21 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_4 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><a '
'href="https://carriagebarn.org/wp-content/uploads/2025/05/AITW-Kick-Off-2025.png"><img '
'alt="" class="wp-image-37607 aligncenter size-large" '
'decoding="async" height="1024" loading="lazy" '
'src="https://carriagebarn.org/wp-content/uploads/2025/05/AITW-Kick-Off-2025-732x1024.png" '
'width="732"/></a></p>\n'
'</div></div></div></div><div class="et_pb_row_16 et_pb_row '
'et_block_row"><div class="et_pb_column_22 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_5 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_17 et_pb_row et_block_row"><div '
'class="et_pb_column_23 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_heading_1 et_pb_heading et_pb_module '
'et_block_module"><div class="et_pb_heading_container"><h1 '
'class="et_pb_module_header">Save The Date For Two Special Events '
'at The Playhouse:</h1></div></div></div></div><div '
'class="et_pb_row_18 et_pb_row et_block_row"><div '
'class="et_pb_column_24 et_pb_column et_pb_column_1_2 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_text_5 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><strong><span style="font-size: '
'14pt;">Tickets available here: <a '
'data-saferedirecturl="https://www.google.com/url?q=https://nqnjsbhab.cc.rs6.net/tn.jsp?f%3D001lxPWPEO-t2DAoHrqakVMUnyRqXWOEd4nJxcIF62M3jFoSahV9hubRSKaggvSTjE-Jc8S1AhFGcAPf7eFj2tp4-jFCtl9f0zN_bWyMzZynBcH76MB3NbeNn-UjZ6Qvk52r9epmQg19yS8Vhqrdoc9X7uOEEPo5P_hkeWIBLGwVSl-l7jTP3_ejh3TsDByKeZpquj0nJ4-hL4%3D%26c%3D49eel4izFvuT5HD4AS-lc8NypxAIEhd1L5phJDvdPR3CBK1fjAHqyA%3D%3D%26ch%3DKXbzifwqvjW0NLEdsM8D1hyZxFnppVQZ3RnrmURTBE5CuBAcw5rWmg%3D%3D&source=gmail&ust=1748697518400000&usg=AOvVaw1peRzErG8oiIOQJGDXcGdN" '
'href="https://nqnjsbhab.cc.rs6.net/tn.jsp?f=001lxPWPEO-t2DAoHrqakVMUnyRqXWOEd4nJxcIF62M3jFoSahV9hubRSKaggvSTjE-Jc8S1AhFGcAPf7eFj2tp4-jFCtl9f0zN_bWyMzZynBcH76MB3NbeNn-UjZ6Qvk52r9epmQg19yS8Vhqrdoc9X7uOEEPo5P_hkeWIBLGwVSl-l7jTP3_ejh3TsDByKeZpquj0nJ4-hL4=&c=49eel4izFvuT5HD4AS-lc8NypxAIEhd1L5phJDvdPR3CBK1fjAHqyA==&ch=KXbzifwqvjW0NLEdsM8D1hyZxFnppVQZ3RnrmURTBE5CuBAcw5rWmg==" '
'rel="noopener noreferrer" target="_blank">The '
'Playhouse</a><br/></span></strong><a '
'href="https://carriagebarn.org/wp-content/uploads/2025/05/The-Thomas-Crown-Affair.jpg"><br/><img '
'alt="" class="wp-image-37636 aligncenter size-large" '
'decoding="async" height="1024" loading="lazy" '
'src="https://carriagebarn.org/wp-content/uploads/2025/05/The-Thomas-Crown-Affair-762x1024.jpg" '
'width="762"/></a></p>\n'
'</div></div></div><div class="et_pb_column_25 et_pb_column '
'et_pb_column_1_2 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_6 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p '
'align="center"><span style="font-size: 14pt;">June 10 at 7pm:\xa0'
'<br/></span><strong><span style="font-size: 14pt;">Art-themed '
'TRIVIA NIGHT\xa0with Rock, Paper, Scissors</span></strong></p>\n'
'<p align="center"><span style="font-size: 14pt;">Email\xa0<a '
'href="/cdn-cgi/l/email-protection#5b37342e353c3e1b3832353e363a373a3975383436" '
'rel="noopener noreferrer" target="_blank"><span '
'class="__cf_email__" '
'data-cfemail="137f7c667d747653707a7d767e727f72713d707c7e">[email\xa0'
'protected]</span></a>\xa0to sign up (Free!)</span></p>\n'
'<p align="center"><a '
'href="https://carriagebarn.org/wp-content/uploads/2025/05/PlayhouseLogo_Blue_Script_Horizontal-cameraman.png"><img '
'alt="" class="wp-image-37709 aligncenter size-medium" '
'decoding="async" height="120" loading="lazy" sizes="(max-width: '
'300px) 100vw, 300px" '
'src="https://carriagebarn.org/wp-content/uploads/2025/05/PlayhouseLogo_Blue_Script_Horizontal-cameraman-300x120.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/05/PlayhouseLogo_Blue_Script_Horizontal-cameraman-300x120.png '
'300w, '
'https://carriagebarn.org/wp-content/uploads/2025/05/PlayhouseLogo_Blue_Script_Horizontal-cameraman-150x60.png '
'150w, '
'https://carriagebarn.org/wp-content/uploads/2025/05/PlayhouseLogo_Blue_Script_Horizontal-cameraman.png '
'415w" width="300"/></a></p>\n'
'<p align="center"><a '
'href="https://carriagebarn.org/wp-content/uploads/2025/05/HawaiiLouisLogoNew.jpeg"><img '
'alt="" class="wp-image-37726 aligncenter size-medium" '
'decoding="async" height="300" loading="lazy" '
'src="https://carriagebarn.org/wp-content/uploads/2025/05/HawaiiLouisLogoNew-300x300.jpeg" '
'width="300"/></a></p>\n'
'</div></div></div></div><div class="et_pb_row_19 et_pb_row '
'et_block_row"><div class="et_pb_column_26 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_6 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_20 et_pb_row et_block_row"><div '
'class="et_pb_column_27 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_text_7 '
'et_pb_text et_pb_bg_layout_light et_pb_module '
'et_block_module"><div class="et_pb_text_inner"><p><span '
'style="font-size: 14pt; font-family: arial, helvetica, '
'sans-serif;"><strong>2025 Prospectus: \xa0</strong>The Carriage '
'Barn Arts Center and The New Canaan Chamber of Commerce are '
'seeking artists to showcase in New Canaan store windows, and to '
'participate in a downtown celebration of the arts. Artists may '
'submit up to three pieces which may be selected for display and '
"sale in one of New Canaan's premier retail windows.\xa0"
'</span></p>\n'
'<p><span class="gill_sans" style="font-size: 14pt;">All sizes '
'are welcome, but take into consideration that many stores have '
'limited window space so smaller pieces are easier to place.\xa0 '
'Any medium is welcome, including sculpture.\xa0 The designation '
'of artwork in the stores is at the discretion of the director '
'and the Art in the Windows committee.\xa0 <strong>Please '
'note</strong>\xa0the New Canaan Society for the Arts is not '
'liable for any loss or damage of artwork.\xa0</span></p>\n'
'<p>\xa0</p>\n'
'<p><span class="gill_sans" style="font-size: 14pt; font-family: '
'arial, helvetica, sans-serif;"><strong><span style="color: '
'#ff6600;">VIRTUAL GALLERY:</span></strong><br/>In addition to '
'downtown store windows, artwork will also be featured through an '
'online virtual gallery and social media campaigns.\xa0\xa0'
'</span></p>\n'
'<p><span style="font-family: arial, helvetica, sans-serif; '
'font-size: 14pt;"><strong><span style="color: '
'#ff6600;">SALES:<br/></span></strong><span '
'class="gill_sans">Artists receive 50% and 50% supports the New '
'Canaan Society for the Arts.</span></span></p>\n'
'<p><span style="color: #ff6600;"><strong><span '
'style="font-family: arial, helvetica, sans-serif; font-size: '
'14pt;">SPECIAL EVENT:\xa0</span></strong></span><br/><span '
'style="font-family: arial, helvetica, sans-serif; font-size: '
'14pt;">On <strong>Friday, May 30th from 4-6pm</strong>, the '
'Carriage Barn and New Canaan Chamber of Commerce, along with '
'other community organizations and business partners, will host '
'downtown celebration of creativity! \xa0Art-inspired window '
'displays, culinary creations, live music and a community art '
'project will be part of this kick-off event. \xa0</span></p>\n'
'<p><strong style="font-family: arial, helvetica, sans-serif; '
'font-size: 14pt;"><span style="color: #ff6600;">PRINTED PROGRAM '
'& SOCIAL MEDIA:<br/></span></strong><span class="gill_sans" '
'style="font-size: 14pt; font-family: arial, helvetica, '
'sans-serif;">Artists and participating stores will be included '
'on a program distributed throughout New Canaan. The Art in the '
'Windows will also be promoted through an ongoing social media '
'campaign.</span></p>\n'
'<hr/>\n'
'<p class="gill_sans"><strong><span style="font-size: large; '
'color: #ff6600;"><a '
'href="https://carriagebarn.org/wp-content/uploads/2017/03/IMG_1204.jpg"><img '
'alt="" class="alignright wp-image-12100" decoding="async" '
'height="354" loading="lazy" sizes="(max-width: 567px) 100vw, '
'567px" '
'src="https://carriagebarn.org/wp-content/uploads/2017/03/IMG_1204.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2017/03/IMG_1204.jpg '
'640w, '
'https://carriagebarn.org/wp-content/uploads/2017/03/IMG_1204-300x188.jpg '
'300w" width="567"/></a></span></strong></p>\n'
'<p class="gill_sans"><strong><span style="font-size: large; '
'color: #ff6600;">IMPORTANT DATES:</span></strong></p>\n'
'<p class="gill_sans"><span style="font-size: large;">Entry '
'Deadline: <strong>Sunday, May 4th</strong></span></p>\n'
'<p class="gill_sans"><span style="font-size: large;">Online '
'Notification of Accepted Artwork: <strong>Friday, May '
'9th</strong></span></p>\n'
'<p class="gill_sans"><span style="font-size: large;">Delivery of '
'Artwork by artists to the designated stores:\xa0</span><strong '
'style="font-size: large;">Thursday, May 29 and Friday, May 30, '
'10am – 3pm.</strong></p>\n'
'<p class="gill_sans"><span style="font-size: large;">Exhibit '
'ends: <strong>Saturday, June 21st, 2025</strong></span></p>\n'
'<p class="gill_sans"><span style="font-size: large;">Artist '
'pick-up from the stores: <strong>June 21/22 </strong>(confirm '
'store hours before pick up).</span></p>\n'
'<p class="gill_sans"><em><span style="font-size: large;">Work '
'not picked-up at the designated time may be subject to a $20 '
'storage fee. \xa0</span></em></p>\n'
'<p>\xa0</p>\n'
'<p class="gill_sans"><strong><span style="font-size: large; '
'color: #ff6600;">ENTRY REQUIREMENTS AND FEE: \xa0'
'</span></strong><span style="font-size: large;">A maximum of 3 '
'works per artist will be accepted for a non-refundable '
'fee:</span></p>\n'
'<ul>\n'
'<li><span style="font-size: large;">Carriage Barn members: $25 '
'for up to 3 entries.</span></li>\n'
'<li><span style="font-size: large;">Youth/Student: $25 for up to '
'3 entries.\xa0</span></li>\n'
'<li><span style="font-size: large;">Non-members: $40 for up to 3 '
'entries.</span></li>\n'
'</ul>\n'
'<p class="gill_sans"><em><span style="font-size: large;">There '
'are no refunds for work accepted or not '
'selected.</span></em></p>\n'
'<p class="gill_sans"><span style="font-size: 14pt;"><strong><a '
'href="https://carriageba2stg.wpenginepowered.com/joinsupport/" '
'title="Renew or Become a Member">Cl</a><a '
'href="https://carriageba2stg.wpenginepowered.com/joinsupport/" '
'title="Renew or Become a Member">ick here</a>\xa0to become a '
'member today for reduced entry fees and other '
'benefits!</strong></span></p>\n'
'<p>\xa0</p>\n'
'<p><strong><span class="gill_sans" style="color: #ff6600; '
'font-size: large;">PREPARE IMAGES TO ENTER ONLINE: '
'</span></strong></p>\n'
'<p class="gill_sans"><span style="font-size: large;">1. Resize '
'images to 72 dpi and not larger than 8” x 8”.\xa0 Suggested '
'pixel size is 1024 inches in largest dimension.\xa0 Or save the '
'images for “web” in the photo program on your computer and they '
'will automatically be sized correctly for uploading.</span></p>\n'
'<p class="gill_sans"><span style="font-size: large;">2.<strong> '
'IMPORTANT: Save</strong> newly sized images as a .jpg file and '
'<span style="text-decoration: underline;">rename each image file '
'with your name, the entry number and the short title.</span>\xa0 '
'Follow this example exactly including the underscore marks and '
'capitalization.</span></p>\n'
'<p class="gill_sans"><span style="font-size: 14pt;">Example: '
'Smith_Mary_01ShortTitle.jpg</span></p>\n'
'<p class="gill_sans">\xa0</p>\n'
'</div></div></div></div><div class="et_pb_row_21 et_pb_row '
'et_block_row"><div class="et_pb_column_28 et_pb_column '
'et_pb_column_1_3 et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_5 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-34708" '
'decoding="async" height="1849" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/05/Windows2-e1681230794197-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/05/Windows2-e1681230794197-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2024/05/Windows2-e1681230794197-1280x925.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2024/05/Windows2-e1681230794197-980x708.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/05/Windows2-e1681230794197-480x347.jpg '
'480w" title="Windows2" width="2560"/></span></div></div><div '
'class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_image_6 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-30015" decoding="async" height="2553" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2553px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2023/01/15TH-ANNUAL-ART-IN-THE-WINDOWS-EXHIBIT.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2023/01/15TH-ANNUAL-ART-IN-THE-WINDOWS-EXHIBIT.jpg '
'2553w, '
'https://carriagebarn.org/wp-content/uploads/2023/01/15TH-ANNUAL-ART-IN-THE-WINDOWS-EXHIBIT-1280x1280.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2023/01/15TH-ANNUAL-ART-IN-THE-WINDOWS-EXHIBIT-980x980.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2023/01/15TH-ANNUAL-ART-IN-THE-WINDOWS-EXHIBIT-480x480.jpg '
'480w" title="15TH ANNUAL ART IN THE WINDOWS EXHIBIT" '
'width="2553"/></span></div></div><div class="et_pb_column_30 '
'et_pb_column et_pb_column_1_3 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_image_7 '
'et_pb_image et_pb_module et_block_module"><span '
'class="et_pb_image_wrap"><img class="wp-image-34709" '
'decoding="async" height="1954" loading="lazy" sizes="(min-width: '
'0px) and (max-width: 480px) 480px, (min-width: 481px) and '
'(max-width: 980px) 980px, (min-width: 981px) and (max-width: '
'1280px) 1280px, (min-width: 1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/05/WindowsLeron-scaled-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/05/WindowsLeron-scaled-1.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2024/05/WindowsLeron-scaled-1-1280x977.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2024/05/WindowsLeron-scaled-1-980x748.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/05/WindowsLeron-scaled-1-480x366.jpg '
'480w" title="WindowsLeron" '
'width="2560"/></span></div></div></div><div class="et_pb_row_22 '
'et_pb_row et_block_row"><div class="et_pb_column_31 et_pb_column '
'et_pb_column_4_4 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_divider_7 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div></div></div><div '
'class="et_pb_row_23 et_pb_row et_block_row"><div '
'class="et_pb_column_32 et_pb_column et_pb_column_1_2 '
'et_block_column et_pb_css_mix_blend_mode_passthrough"><div '
'class="et_pb_module et_pb_button_module_wrapper '
'et_pb_button_6_wrapper"><a class="et_pb_button_6 et_pb_button '
'et_pb_bg_layout_light et_pb_module et_block_module" '
'href="https://carriagebarn.org/wp-content/uploads/2024/05/2024-AITW-Store-Placements.pdf">Participating '
'Stores & Artists</a></div></div><div class="et_pb_column_33 '
'et_pb_column et_pb_column_1_2 et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough"><div class="et_pb_module '
'et_pb_button_module_wrapper et_pb_button_7_wrapper"><a '
'class="et_pb_button_7 et_pb_button et_pb_bg_layout_light '
'et_pb_module et_block_module" '
'href="https://carriagebarn.org/aitw-2024-gallery/">2024 Virtual '
'Gallery </a></div></div></div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</article>'}
2026-08-11 14:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/events/list/page/2/> (referer: None) ['zyte-api']
2026-08-11 14:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/> (referer: None) ['zyte-api']
2026-08-11 14:40:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 36423
2026-08-11 14:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/>
{'event_url': 'https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Yoga & Sound '
'Bath, Fall Series</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 26 @ 9:00 '
'am</span> - <span class="tribe-event-time">10:00 am</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Yoga & Sound Bath, Fall Series - Carriage '
'Barn Arts Center" data-viewtitle="Yoga & Sound Bath, Fall '
'Series" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/armoryshow2026/"><span>«</span> '
'Guided Tour of The Armory Show with LG Art Advisory</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41518 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41518">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-480x270.jpg '
'480w" width="1920"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h1 class="entry-title main_title"><strong>Saturdays 9-10am, '
'September 19 – October 24</strong></h1>\n'
'<p>Join us Saturday mornings for a continuing wellness '
'collaboration between the Carriage Barn and Diane Nickelberg '
'Barnett and introducing yoga instructor Talita Moss. This Gentle '
'Yoga and Sound Bath series will engage both body and mind to '
'help melt away the stresses of the week and start your weekend '
'right!</p>\n'
'<p>After a brief opening meditation, we’ll stretch and loosen up '
'with a gentle yoga practice, accompanied by the soft sounds of '
'Crystal and Tibetan singing bowls, chimes, gongs, drums and '
'more. You’ll then sink into an extended Savasana like no other '
'while you become immersed in the magical sounds of the healing '
'instruments, creating vibrational energy to lull you into a '
'deeply relaxed, meditative state.<span '
'class="Apple-converted-space">\xa0</span></p>\n'
'<p>Open to all levels; no experience needed. Please bring a mat '
'and any other props for comfort- blanket, bolster, pillow, eye '
'covering, etc.\xa0\xa0</p>\n'
'</div>\n'
'<div>\n'
'<p><strong>$40 per class / $210 series of 6 classes (register '
'below)</strong></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_block_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_22 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39585" decoding="async" height="1018" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1100px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-1100x720.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-480x270.jpeg '
'480w" title="Candlelit SB Diane Chimes pic" '
'width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><strong>Diane Nickelberg-Barnett</strong><span>\xa0</span>is '
'the founder of Grounded Meditation and a successful NYC Real '
'Estate attorney who realized years ago that she needed something '
'to help balance the stress and chaos of her busy and demanding '
'career. Diane is a graduate of Cornell University and CUNY '
'School of Law, and holds multiple certifications in teaching '
'meditation and yoga (including Yoga Nidra), sound healing, '
'tapping (EFT),\xa0 and has completed training as a Dancing '
'Mindfulness Facilitator.</p>\n'
'</div>\n'
'<div></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_24 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39584" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-480x360.jpeg '
'480w" title="Talita Bio Pic" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_25 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><strong>Talita</strong><b><i> Moss</i></b><i> is a '
'yoga teacher and ELDOA trainer in coastal CT. Practicing since '
'2004 and teaching since 2013, Talita focuses on teaching '
'sustainable movement practices with attention to joint health '
'and strength. Her classes invite students to explore the '
'potential in their bodies with curiosity and play, approaching '
'movement in a way that is nourishing for the body and soothing '
'for the nervous system.</i></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_26 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_782">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Yoga & Sound Bath, Fall Series '
'(September 19 - October 24)</h2>\n'
'<p class="gform_description">Sign up for a single class or the '
'six-week series\n'
'Yoga & Sound Bath class Saturdays 9-10am</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/yoga-sound-bath-fall-series-11/" '
'data-formid="782" enctype="multipart/form-data" id="gform_782" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_782"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_782_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_782_1_3_container">\n'
'<input aria-required="true" id="input_782_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_782_1_6_container">\n'
'<input aria-required="true" id="input_782_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_2"><label '
'class="gfield_label gform-field-label" '
'for="input_782_2">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_782_2" name="input_2" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_10"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_782_10">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_782_10_1_container">\n'
'<input aria-required="true" id="input_782_10_1" '
'name="input_10.1" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_1" id="input_782_10_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_782_10_2_container">\n'
'<input aria-required="false" id="input_782_10_2" '
'name="input_10.2" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_2" id="input_782_10_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_782_10_3_container">\n'
'<input aria-required="true" id="input_782_10_3" '
'name="input_10.3" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_3" id="input_782_10_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_782_10_4_container">\n'
'<select aria-required="true" id="input_782_10_4" '
'name="input_10.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_4" id="input_782_10_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_782_10_5_container">\n'
'<input aria-required="true" id="input_782_10_5" '
'name="input_10.5" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_5" id="input_782_10_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_782_10_6" '
'name="input_10.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_3"><label class="gfield_label gform-field-label" '
'for="input_782_3">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="medium" id="input_782_3" name="input_3" type="tel" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-product gfield--type-choice '
'gfield--input-type-radio gfield--width-full gfield_price '
'gfield_price_782_5 gfield_product_782_5 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_5"><legend class="gfield_label '
'gform-field-label">Individual Drop-in Class</legend><div '
'class="gfield_description" id="gfield_description_782_5">$40 per '
'class -- select one date per registration. </div><div '
'class="ginput_container ginput_container_radio"><div '
'class="gfield_radio" id="input_782_5">\n'
'<div class="gchoice gchoice_782_5_0">\n'
'<input aria-describedby="gfield_description_782_5" '
'class="gfield-choice-input" id="choice_782_5_0" name="input_5" '
'onchange="gformToggleRadioOther( this )" type="radio" '
'value="September 19|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_0" id="label_782_5_0">September 19</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_1">\n'
'<input class="gfield-choice-input" id="choice_782_5_1" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="September 26|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_1" id="label_782_5_1">September 26</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_2">\n'
'<input class="gfield-choice-input" id="choice_782_5_2" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 3|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_2" id="label_782_5_2">October 3</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_3">\n'
'<input class="gfield-choice-input" id="choice_782_5_3" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 10|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_3" id="label_782_5_3">October 10</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_4">\n'
'<input class="gfield-choice-input" id="choice_782_5_4" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 17|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_4" id="label_782_5_4">October 17</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_5">\n'
'<input class="gfield-choice-input" id="choice_782_5_5" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 24|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_5" id="label_782_5_5">October 24</label>\n'
'</div></div></div></fieldset><div class="gfield '
'gfield--type-product gfield--input-type-singleproduct '
'gfield--width-full gfield_price gfield_price_782_17 '
'gfield_product_782_17 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_17"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_782_17_1"><span '
'class="gform-field-label gfield_label_product">Series of 6 '
'classes, please enter QTY not cost</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_17.1" type="hidden" '
'value="Series of 6 classes, please enter QTY not cost"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_782_17">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_782_17">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_782_17" '
'name="input_17.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_782_17_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_782_17" '
'aria-label="Quantity Series of 6 classes, please enter QTY not '
'cost" class="ginput_quantity" id="input_782_17_1" min="0" '
'name="input_17.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_782_ gfield_total '
'gfield_total_782_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_12"><label '
'class="gfield_label gform-field-label" '
'for="input_782_12">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_782" id="input_782_12" name="input_12" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_782_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_782_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option value="Credit '
'Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_782_8"><span class="ginput_full gform-grid-col" '
'id="input_782_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_782_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_782_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_1" id="input_782_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_782_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_782_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_782_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_782_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_782_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_782_8_5_container">\n'
'<input id="input_782_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_5" id="input_782_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_782" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_782"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_782" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_782" '
'id="gform_theme_782" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_782" '
'id="gform_style_settings_782" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_782" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="782"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="kcpGx1BtjFqjWhTTFS2+kdx9v8FgsmH7OPIU1jTCt+mBip0+E/Ve6GgzLTY125lPLPPLMblgQyPasHdjjj+22+sNy1L2oP8Bi2LIvPJB+E+cwj8="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_782" type="hidden" '
'value="WyJ7XCI1XCI6W1wiMDFkZWU1OGI1NmZkNzQ5ZmFiMjM2YThmMzY3MTJmMjBcIixcIjBlZTRjMjFiYWVhYmQxYjc1NWE3Mzc1YWUzOGIxYjQyXCIsXCIwNTBjMTAyMmE0MjJkYTdlOTJiOTk4MzlmZDRkMGJiY1wiLFwiNTg4Mjg0ZDAzYjU4OGY1NDYzZjU1ZmY4NzlkZTUzY2NcIixcIjg4MTY3NDMxOWE3NmMzNWZkYjAzODMwOWQ3ZGNkNzBiXCIsXCIzZTFlYzYyYWQyN2VmYzNjMzczNThkY2Q3ZWRhY2Y1ZlwiXSxcIjE3LjFcIjpcImExMzQ2MDQ1MDRmY2NiOTNiOWM3OTFjOThmN2YwOTUyXCIsXCIxNy4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwifSIsIjY2NDM0YmEzYmIxMDU3ZjQ0YjRiNTNjYzA0Y2FmN2VjIl0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_782" '
'name="gform_target_page_number_782" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_782" '
'name="gform_source_page_number_782" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="250"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_27 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40615" decoding="async" height="1127" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1676px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png '
'1676w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-1280x861.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-980x659.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-480x323.png '
'480w" title="Yoga & Sound Bath press pic" '
'width="1676"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_28 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_13 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38963" decoding="async" height="1652" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-1280x826.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-980x632.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-480x310.jpg '
'480w" title="Yoga & Sound Bath pic" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_14 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38972" decoding="async" height="2269" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-1280x1135.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-980x869.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-480x425.jpg '
'480w" title="Yoga pic" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260926T090000/20260926T100000&text=Yoga%20%26%23038%3B%20Sound%20Bath%2C%20Fall%20Series&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/yoga-sound-bath-fall-series-11/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-26T09%3A00%3A00-03%3A00&enddt=2026-09-26T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-26T09%3A00%3A00-03%3A00&enddt=2026-09-26T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-26"> September 26 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-26">\n'
'\t\t\t\t\t\t9:00 am - 10:00 am\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/armoryshow2026/"><span>«</span> '
'Guided Tour of The Armory Show with LG Art Advisory</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/> (referer: None) ['zyte-api']
2026-08-11 14:40:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 46579
2026-08-11 14:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/>
{'event_url': 'https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">After School Art '
'Adventures, Fall 2026</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 1 @ 4:00 '
'pm</span> - <span class="tribe-event-time">5:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="After School Art Adventures, Fall 2026 - '
'Carriage Barn Arts Center" data-viewtitle="After School Art '
'Adventures, Fall 2026" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41597 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41597">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-980x490.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-480x240.png '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_6 et_pb_row et_block_row">\n'
'<div class="et_pb_column_10 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_4 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><b><br/><span style="color: #000000;">For Children '
'Ages K–5, Thursdays, September 17th & 24th, October 1 & '
'8, from 4-5pm</span></b><span style="color: '
'#000000;"></span></p>\n'
'<p class="p1"><span style="color: #000000;">Don’t wait to sign '
'up for this popular after-school art program led by local '
'teacher “Ms. Tiffany” McKay. This series, we will dive into the '
'world of\xa0<b>Cyrus Kabiru</b>. Kabiru is a Kenyan artist best '
'known for creating imaginative wearable sculptures from recycled '
'materials, transforming everyday discarded objects into bold '
'works of art that celebrate creativity, sustainability, and '
'self-expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">With Mrs. McKay’s '
'guidance, children will dive into the creative process by using '
'different materials to create their own unique piece inspired by '
'Kabiru’s inventive approach. This hands-on experience not only '
'fosters creativity but also teaches valuable lessons in '
'collaboration and artistic expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">No experience '
'necessary!</span></p>\n'
'<p class="p1"><span style="color: #000000;">– Class is limited '
'to 10 children</span><br/><span style="color: #000000;">– '
'Classes involve acrylic paint and other messy materials, so '
'dress accordingly</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>$185 for Family '
'Level Members per 4-week session / $210 for '
'Non-Members</b></span><br/><span style="color: #000000;">(All '
'supplies included.)</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>Cancellation '
'Policy</b> – Refunds can be issued if requested more than 2 '
'weeks before the class starts, minus a $20 processing '
'fee.</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_7 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_11 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_6 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39653" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-480x640.jpg '
'480w" title="After School Art Adventures pic chihuly 2" '
'width="1920"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_12 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_7 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39491" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2114px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg '
'2114w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-1280x1550.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-980x1187.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-480x581.jpg '
'480w" title="Art Adventures pic" width="2114"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_13 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_8_24 et_flex_column_8_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_8 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39490" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-480x640.jpg '
'480w" title="Art Ads pic" width="1920"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_8 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_14 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_5 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_786">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">After School Art Adventures Fall '
'2026</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form '
'action="/event/after-school-art-adventures-fall-2026-3/" '
'data-formid="786" enctype="multipart/form-data" id="gform_786" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_786"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_786_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_786_1_3_container">\n'
'<input aria-required="true" id="input_786_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_786_1_6_container">\n'
'<input aria-required="true" id="input_786_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_3"><label class="gfield_label gform-field-label" '
'for="input_786_3">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_786_3" name="input_3" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip has_country '
'ginput_container_address gform-grid-row" id="input_786_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_786_4_1_container">\n'
'<input aria-required="true" id="input_786_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_1" id="input_786_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_786_4_2_container">\n'
'<input aria-required="false" id="input_786_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_2" id="input_786_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_786_4_3_container">\n'
'<input aria-required="true" id="input_786_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_3" id="input_786_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_786_4_4_container">\n'
'<input aria-required="true" id="input_786_4_4" name="input_4.4" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_4" id="input_786_4_4_label">State / Province / '
'Region</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_786_4_5_container">\n'
'<input aria-required="true" id="input_786_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_5" id="input_786_4_5_label">ZIP / Postal '
'Code</label>\n'
'</span><span class="ginput_right address_country '
'ginput_address_country gform-grid-col" '
'id="input_786_4_6_container">\n'
'<select aria-required="true" id="input_786_4_6" '
'name="input_4.6"><option selected="" value=""></option><option '
'value="Afghanistan">Afghanistan</option><option '
'value="Albania">Albania</option><option '
'value="Algeria">Algeria</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Andorra">Andorra</option><option '
'value="Angola">Angola</option><option '
'value="Anguilla">Anguilla</option><option '
'value="Antarctica">Antarctica</option><option value="Antigua and '
'Barbuda">Antigua and Barbuda</option><option '
'value="Argentina">Argentina</option><option '
'value="Armenia">Armenia</option><option '
'value="Aruba">Aruba</option><option '
'value="Australia">Australia</option><option '
'value="Austria">Austria</option><option '
'value="Azerbaijan">Azerbaijan</option><option '
'value="Bahamas">Bahamas</option><option '
'value="Bahrain">Bahrain</option><option '
'value="Bangladesh">Bangladesh</option><option '
'value="Barbados">Barbados</option><option '
'value="Belarus">Belarus</option><option '
'value="Belgium">Belgium</option><option '
'value="Belize">Belize</option><option '
'value="Benin">Benin</option><option '
'value="Bermuda">Bermuda</option><option '
'value="Bhutan">Bhutan</option><option '
'value="Bolivia">Bolivia</option><option value="Bonaire, Sint '
'Eustatius and Saba">Bonaire, Sint Eustatius and '
'Saba</option><option value="Bosnia and Herzegovina">Bosnia and '
'Herzegovina</option><option '
'value="Botswana">Botswana</option><option value="Bouvet '
'Island">Bouvet Island</option><option '
'value="Brazil">Brazil</option><option value="British Indian '
'Ocean Territory">British Indian Ocean Territory</option><option '
'value="Brunei Darussalam">Brunei Darussalam</option><option '
'value="Bulgaria">Bulgaria</option><option value="Burkina '
'Faso">Burkina Faso</option><option '
'value="Burundi">Burundi</option><option value="Cabo Verde">Cabo '
'Verde</option><option value="Cambodia">Cambodia</option><option '
'value="Cameroon">Cameroon</option><option '
'value="Canada">Canada</option><option value="Cayman '
'Islands">Cayman Islands</option><option value="Central African '
'Republic">Central African Republic</option><option '
'value="Chad">Chad</option><option '
'value="Chile">Chile</option><option '
'value="China">China</option><option value="Christmas '
'Island">Christmas Island</option><option value="Cocos '
'Islands">Cocos Islands</option><option '
'value="Colombia">Colombia</option><option '
'value="Comoros">Comoros</option><option '
'value="Congo">Congo</option><option value="Congo, Democratic '
'Republic of the">Congo, Democratic Republic of '
'the</option><option value="Cook Islands">Cook '
'Islands</option><option value="Costa Rica">Costa '
'Rica</option><option value="Croatia">Croatia</option><option '
'value="Cuba">Cuba</option><option '
'value="Curaçao">Curaçao</option><option '
'value="Cyprus">Cyprus</option><option '
'value="Czechia">Czechia</option><option value="Côte '
'd\'Ivoire">Côte d\'Ivoire</option><option '
'value="Denmark">Denmark</option><option '
'value="Djibouti">Djibouti</option><option '
'value="Dominica">Dominica</option><option value="Dominican '
'Republic">Dominican Republic</option><option '
'value="Ecuador">Ecuador</option><option '
'value="Egypt">Egypt</option><option value="El Salvador">El '
'Salvador</option><option value="Equatorial Guinea">Equatorial '
'Guinea</option><option value="Eritrea">Eritrea</option><option '
'value="Estonia">Estonia</option><option '
'value="Eswatini">Eswatini</option><option '
'value="Ethiopia">Ethiopia</option><option value="Falkland '
'Islands">Falkland Islands</option><option value="Faroe '
'Islands">Faroe Islands</option><option '
'value="Fiji">Fiji</option><option '
'value="Finland">Finland</option><option '
'value="France">France</option><option value="French '
'Guiana">French Guiana</option><option value="French '
'Polynesia">French Polynesia</option><option value="French '
'Southern Territories">French Southern '
'Territories</option><option value="Gabon">Gabon</option><option '
'value="Gambia">Gambia</option><option '
'value="Georgia">Georgia</option><option '
'value="Germany">Germany</option><option '
'value="Ghana">Ghana</option><option '
'value="Gibraltar">Gibraltar</option><option '
'value="Greece">Greece</option><option '
'value="Greenland">Greenland</option><option '
'value="Grenada">Grenada</option><option '
'value="Guadeloupe">Guadeloupe</option><option '
'value="Guam">Guam</option><option '
'value="Guatemala">Guatemala</option><option '
'value="Guernsey">Guernsey</option><option '
'value="Guinea">Guinea</option><option '
'value="Guinea-Bissau">Guinea-Bissau</option><option '
'value="Guyana">Guyana</option><option '
'value="Haiti">Haiti</option><option value="Heard Island and '
'McDonald Islands">Heard Island and McDonald '
'Islands</option><option value="Holy See">Holy '
'See</option><option value="Honduras">Honduras</option><option '
'value="Hong Kong">Hong Kong</option><option '
'value="Hungary">Hungary</option><option '
'value="Iceland">Iceland</option><option '
'value="India">India</option><option '
'value="Indonesia">Indonesia</option><option '
'value="Iran">Iran</option><option '
'value="Iraq">Iraq</option><option '
'value="Ireland">Ireland</option><option value="Isle of Man">Isle '
'of Man</option><option value="Israel">Israel</option><option '
'value="Italy">Italy</option><option '
'value="Jamaica">Jamaica</option><option '
'value="Japan">Japan</option><option '
'value="Jersey">Jersey</option><option '
'value="Jordan">Jordan</option><option '
'value="Kazakhstan">Kazakhstan</option><option '
'value="Kenya">Kenya</option><option '
'value="Kiribati">Kiribati</option><option value="Korea, '
'Democratic People\'s Republic of">Korea, Democratic People\'s '
'Republic of</option><option value="Korea, Republic of">Korea, '
'Republic of</option><option '
'value="Kuwait">Kuwait</option><option '
'value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao '
'People\'s Democratic Republic">Lao People\'s Democratic '
'Republic</option><option value="Latvia">Latvia</option><option '
'value="Lebanon">Lebanon</option><option '
'value="Lesotho">Lesotho</option><option '
'value="Liberia">Liberia</option><option '
'value="Libya">Libya</option><option '
'value="Liechtenstein">Liechtenstein</option><option '
'value="Lithuania">Lithuania</option><option '
'value="Luxembourg">Luxembourg</option><option '
'value="Macao">Macao</option><option '
'value="Madagascar">Madagascar</option><option '
'value="Malawi">Malawi</option><option '
'value="Malaysia">Malaysia</option><option '
'value="Maldives">Maldives</option><option '
'value="Mali">Mali</option><option '
'value="Malta">Malta</option><option value="Marshall '
'Islands">Marshall Islands</option><option '
'value="Martinique">Martinique</option><option '
'value="Mauritania">Mauritania</option><option '
'value="Mauritius">Mauritius</option><option '
'value="Mayotte">Mayotte</option><option '
'value="Mexico">Mexico</option><option '
'value="Micronesia">Micronesia</option><option '
'value="Moldova">Moldova</option><option '
'value="Monaco">Monaco</option><option '
'value="Mongolia">Mongolia</option><option '
'value="Montenegro">Montenegro</option><option '
'value="Montserrat">Montserrat</option><option '
'value="Morocco">Morocco</option><option '
'value="Mozambique">Mozambique</option><option '
'value="Myanmar">Myanmar</option><option '
'value="Namibia">Namibia</option><option '
'value="Nauru">Nauru</option><option '
'value="Nepal">Nepal</option><option '
'value="Netherlands">Netherlands</option><option value="New '
'Caledonia">New Caledonia</option><option value="New Zealand">New '
'Zealand</option><option '
'value="Nicaragua">Nicaragua</option><option '
'value="Niger">Niger</option><option '
'value="Nigeria">Nigeria</option><option '
'value="Niue">Niue</option><option value="Norfolk Island">Norfolk '
'Island</option><option value="North Macedonia">North '
'Macedonia</option><option value="Northern Mariana '
'Islands">Northern Mariana Islands</option><option '
'value="Norway">Norway</option><option '
'value="Oman">Oman</option><option '
'value="Pakistan">Pakistan</option><option '
'value="Palau">Palau</option><option value="Palestine, State '
'of">Palestine, State of</option><option '
'value="Panama">Panama</option><option value="Papua New '
'Guinea">Papua New Guinea</option><option '
'value="Paraguay">Paraguay</option><option '
'value="Peru">Peru</option><option '
'value="Philippines">Philippines</option><option '
'value="Pitcairn">Pitcairn</option><option '
'value="Poland">Poland</option><option '
'value="Portugal">Portugal</option><option value="Puerto '
'Rico">Puerto Rico</option><option '
'value="Qatar">Qatar</option><option '
'value="Romania">Romania</option><option value="Russian '
'Federation">Russian Federation</option><option '
'value="Rwanda">Rwanda</option><option '
'value="Réunion">Réunion</option><option value="Saint '
'Barthélemy">Saint Barthélemy</option><option value="Saint '
'Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension '
'and Tristan da Cunha</option><option value="Saint Kitts and '
'Nevis">Saint Kitts and Nevis</option><option value="Saint '
'Lucia">Saint Lucia</option><option value="Saint Martin">Saint '
'Martin</option><option value="Saint Pierre and Miquelon">Saint '
'Pierre and Miquelon</option><option value="Saint Vincent and the '
'Grenadines">Saint Vincent and the Grenadines</option><option '
'value="Samoa">Samoa</option><option value="San Marino">San '
'Marino</option><option value="Sao Tome and Principe">Sao Tome '
'and Principe</option><option value="Saudi Arabia">Saudi '
'Arabia</option><option value="Senegal">Senegal</option><option '
'value="Serbia">Serbia</option><option '
'value="Seychelles">Seychelles</option><option value="Sierra '
'Leone">Sierra Leone</option><option '
'value="Singapore">Singapore</option><option value="Sint '
'Maarten">Sint Maarten</option><option '
'value="Slovakia">Slovakia</option><option '
'value="Slovenia">Slovenia</option><option value="Solomon '
'Islands">Solomon Islands</option><option '
'value="Somalia">Somalia</option><option value="South '
'Africa">South Africa</option><option value="South Georgia and '
'the South Sandwich Islands">South Georgia and the South Sandwich '
'Islands</option><option value="South Sudan">South '
'Sudan</option><option value="Spain">Spain</option><option '
'value="Sri Lanka">Sri Lanka</option><option '
'value="Sudan">Sudan</option><option '
'value="Suriname">Suriname</option><option value="Svalbard and '
'Jan Mayen">Svalbard and Jan Mayen</option><option '
'value="Sweden">Sweden</option><option '
'value="Switzerland">Switzerland</option><option value="Syria '
'Arab Republic">Syria Arab Republic</option><option '
'value="Taiwan">Taiwan</option><option '
'value="Tajikistan">Tajikistan</option><option value="Tanzania, '
'the United Republic of">Tanzania, the United Republic '
'of</option><option value="Thailand">Thailand</option><option '
'value="Timor-Leste">Timor-Leste</option><option '
'value="Togo">Togo</option><option '
'value="Tokelau">Tokelau</option><option '
'value="Tonga">Tonga</option><option value="Trinidad and '
'Tobago">Trinidad and Tobago</option><option '
'value="Tunisia">Tunisia</option><option '
'value="Turkmenistan">Turkmenistan</option><option value="Turks '
'and Caicos Islands">Turks and Caicos Islands</option><option '
'value="Tuvalu">Tuvalu</option><option '
'value="Türkiye">Türkiye</option><option value="US Minor Outlying '
'Islands">US Minor Outlying Islands</option><option '
'value="Uganda">Uganda</option><option '
'value="Ukraine">Ukraine</option><option value="United Arab '
'Emirates">United Arab Emirates</option><option value="United '
'Kingdom">United Kingdom</option><option value="United '
'States">United States</option><option '
'value="Uruguay">Uruguay</option><option '
'value="Uzbekistan">Uzbekistan</option><option '
'value="Vanuatu">Vanuatu</option><option '
'value="Venezuela">Venezuela</option><option value="Viet '
'Nam">Viet Nam</option><option value="Virgin Islands, '
'British">Virgin Islands, British</option><option value="Virgin '
'Islands, U.S.">Virgin Islands, U.S.</option><option '
'value="Wallis and Futuna">Wallis and Futuna</option><option '
'value="Western Sahara">Western Sahara</option><option '
'value="Yemen">Yemen</option><option '
'value="Zambia">Zambia</option><option '
'value="Zimbabwe">Zimbabwe</option><option value="Åland '
'Islands">Åland Islands</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_6" id="input_786_4_6_label">Country</label>\n'
'</span>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_5"><label class="gfield_label gform-field-label" '
'for="input_786_5">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="large" id="input_786_5" name="input_5" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_6"><label class="gfield_label gform-field-label" '
'for="input_786_6">Child\'s Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_6" name="input_6" type="text" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_7"><label class="gfield_label gform-field-label" '
'for="input_786_7">Child\'s Age<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_7" name="input_7" type="text" '
'value=""/></div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_13 gfield_product_786_13 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_13"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_13_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Family Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_13">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_13.1" type="hidden" '
'value="After School Art Adventures Family Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_13">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_13">$185.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_13" '
'name="input_13.2" type="hidden" value="$185.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_13_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_13 '
'gfield_description_786_13" aria-label="Quantity After School Art '
'Adventures Family Member" class="ginput_quantity" '
'id="input_786_13_1" min="0" name="input_13.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_14 gfield_product_786_14 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_14"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_14_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Non-Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_14">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_14.1" type="hidden" '
'value="After School Art Adventures Non-Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_14">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_14">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_14" '
'name="input_14.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_14_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_14 '
'gfield_description_786_14" aria-label="Quantity After School Art '
'Adventures Non-Member" class="ginput_quantity" '
'id="input_786_14_1" min="0" name="input_14.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_786_ gfield_total '
'gfield_total_786_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_15"><label '
'class="gfield_label gform-field-label" '
'for="input_786_15">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_786" id="input_786_15" name="input_15" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-consent '
'gfield--type-choice gfield--input-type-consent '
'gfield--width-full gfield_contains_required field_sublabel_below '
'gfield--has-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_9"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Consent<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_container ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_9" '
'aria-invalid="false" aria-required="true" id="input_786_9_1" '
'name="input_9.1" type="checkbox" value="1"/> <label '
'class="gform-field-label gform-field-label--type-inline '
'gfield_consent_label" for="input_786_9_1">I agree to the '
'liability waiver</label><input class="gform_hidden" '
'name="input_9.2" type="hidden" value="I agree to the liability '
'waiver"/><input class="gform_hidden" name="input_9.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_9" tabindex="0">As '
'parent/guardian, you individually and on behalf of your child, '
'release and agree to hold Carriage Barn Arts Center harmless '
'from any and all liability and hereby assume all risk and '
'responsibility and waive any claim or cause of action of any '
'nature whatsoever arising on behalf of your child while at class '
'or otherwise in the care of its staff. You further agree to '
'indemnify and hold harmless Carriage Barn Arts Center, its '
'agents, employees or contractors, whether paid or volunteer, '
'against any and all claims which may arise from any injury to '
'said child while participating in this program. You have read '
'and understand the above policy and agree to comply with its '
'provisions.<br/>\n'
'<br/>\n'
'In the case of an emergency involving your child, you understand '
'that every effort will be made to contact you. However, in the '
'event that you cannot be reached to make arrangements for '
'emergency medical attention at the time of illness or accident, '
'you hereby authorize Carriage Barn staff to call 911 to provide '
'urgent care for your child and further authorize your child to '
'receive medical treatment from the selected medical provider as '
'such medical provider deems necessary and '
'appropriate.</div></fieldset><fieldset class="gfield '
'gfield--type-consent gfield--type-choice '
'gfield--input-type-consent gfield--width-full '
'field_sublabel_below gfield--has-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_10"><legend '
'class="gfield_label gform-field-label '
'gfield_label_before_complex">Photograph Release '
'Form</legend><div class="ginput_container '
'ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_10" '
'aria-invalid="false" id="input_786_10_1" name="input_10.1" '
'type="checkbox" value="1"/> <label class="gform-field-label '
'gform-field-label--type-inline gfield_consent_label" '
'for="input_786_10_1">I agree to the Photograph Release '
'Form</label><input class="gform_hidden" name="input_10.2" '
'type="hidden" value="I agree to the Photograph Release '
'Form"/><input class="gform_hidden" name="input_10.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_10" tabindex="0">I hereby '
'grant permission to the Carriage Barn to use any photo images '
'taken of my child during this class for promoting or showcasing '
'programs on the Carriage Barn website and other promotional '
'materials.</div></fieldset><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_786_11"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_786_11_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_11_6" '
'name="input_11.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_786_11"><span class="ginput_full '
'gform-grid-col" id="input_786_11_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_786_11_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_786_11_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_1" id="input_786_11_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_786_11_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_786_11_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_786_11_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_786_11_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_786_11_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_786_11_5_container">\n'
'<input id="input_786_11_5" name="input_11.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_5" id="input_786_11_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_786" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_786"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_786" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_786" '
'id="gform_theme_786" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_786" '
'id="gform_style_settings_786" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_786" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="786"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="tyhGFoJCTra4velpHrWwmSqbYkupeidffQ05ipdfNZEmH7uKicR4cB134ZFCvri26h3KB0pK8VHGQStWut6CyyuQudWMwot3n9pPwMT3i71CRQ0="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_786" type="hidden" '
'value="WyJ7XCIxMy4xXCI6XCIxYzEzNmRkM2ZiOTk1ZDZlNzNhNmM2MGEwYjc1ZjM0Y1wiLFwiMTMuMlwiOlwiMjg0M2I4OWE2OWNjZjAyZWRiZWEzZDlhZmFkODVlOGZcIixcIjE0LjFcIjpcIjBhOTkwNTE2YjhiYzZmNDc3Y2M0ZTlmYTkwNzEzYjM5XCIsXCIxNC4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwiLFwiOS4xXCI6XCJjN2RlMWNlMzA0MDY5OGJhMDNiN2EyODg0MDdiZjczNVwiLFwiOS4yXCI6XCJlMmQ4MTYwYjFkNjg5ODYxMmI5MjlkOWEzM2U5NmI4NlwiLFwiOS4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wiLFwiMTAuMVwiOlwiYzdkZTFjZTMwNDA2OThiYTAzYjdhMjg4NDA3YmY3MzVcIixcIjEwLjJcIjpcIjM3NmRmNDYzZTQzM2VkNjYwMzgyZjAzZTNmNzE3ZWVjXCIsXCIxMC4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wifSIsIjdjMmEwNzE3NjIxNDhlMzgzNjkzNzVmYWI0OTc0ZDQ0Il0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_786" '
'name="gform_target_page_number_786" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_786" '
'name="gform_source_page_number_786" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="131"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261001T160000/20261001T170000&text=After%20School%20Art%20Adventures%2C%20Fall%202026&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-01T16%3A00%3A00-03%3A00&enddt=2026-10-01T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-01T16%3A00%3A00-03%3A00&enddt=2026-10-01T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-01"> October 1 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-01">\n'
'\t\t\t\t\t\t4:00 pm - 5:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-11/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/> (referer: None) ['zyte-api']
2026-08-11 14:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/> (referer: None) ['zyte-api']
2026-08-11 14:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17616
2026-08-11 14:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/>
{'event_url': 'https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Treetops Chamber '
'Music concert: Terra String Quartet with Oskar Espina Ruiz, '
'clarinet</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 4 @ 4:00 '
'pm</span> - <span class="tribe-event-time">5:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Treetops Chamber Music concert: Terra String '
'Quartet with Oskar Espina Ruiz, clarinet - Carriage Barn Arts '
'Center" data-viewtitle="Treetops Chamber Music concert: Terra '
'String Quartet with Oskar Espina Ruiz, clarinet" '
'id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41346 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41346">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="732" sizes="(max-width: 1200px) '
'100vw, 1200px" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg.avif" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg.avif '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-300x183.avif '
'300w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-1024x625.avif '
'1024w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-150x92.avif '
'150w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-768x468.avif '
'768w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-1080x659.avif '
'1080w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-980x598.avif '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/terra-2024-1-16x9.jpg-480x293.avif '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_0 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><h3 '
'class="p1" style="text-align: center;"><strong><span '
'class="s1">TREETOPS CHAMBER MUSIC CONCERTS AT THE CARRIAGE '
'BARN</span></strong></h3>\n'
'<p class="p1" style="text-align: center;"><span class="s1" '
'style="color: #008000;">Tickets are available online at <span '
'style="color: #0000ff;"><strong><a '
'href="http://treetopscms.org/" style="color: #0000ff;"><span '
'class="s3"><i>treetopscms.org</i></span></a></strong> </span>and '
'at the box office at 203-539-0220.</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_section_1 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_1 et_pb_row et_block_row">\n'
'<div class="et_pb_column_1 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><h2 '
'aria-hidden="false" class="sck_CXL '
'oggAuwZ---typography-11-runningText oggAuwZ---priority-7-primary '
'sMWCt3t so8gcZi" data-hook="about">About the Season:</h2>\n'
'<div class="Q9Hrm" data-id="content-viewer" dir="ltr">\n'
'<div class="X1xKE">\n'
'<div class="UreGK">\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-fczts329"><span class="bKnbk"><span style="color: '
'#008000;">October 4, 2026 - <strong>Terra String Quartet with '
'Oskar Espina Ruiz, clarinet</strong></span><span><span '
'style="color: #008000;">\xa0</span> \u200b</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-u1mtp6029"><span class="bKnbk"><span>Seth '
'GROSSHANDLER Suite for Clarinet Quintet (rev. '
'2026)</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-907c3590"><span class="bKnbk"><span>Franz SCHUBERT '
'String Quartet No. 13 in A minor, "Rosamunde"</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-q1ysf6179"><span class="bKnbk"><span>Johannes BRAHMS '
'Clarinet Quintet in B Minor, Opus 115<br/></span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir=""><span '
'class="bKnbk"><span></span></span></p>\n'
'<p><span style="color: #008000;">March 21, 2027 - </span><strong '
'style="color: #008000;">Cassatt String Quartet with Carol '
'Wincenc, flute</strong><span style="color: #008000;">\xa0 '
'\u200b</span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-utxxm6980"><span class="bKnbk"><span>Wolfgang Amadeus '
'MOZART Flute Quartet in D Major, K. 285</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-449726983"><span class="bKnbk"><span>Joan TOWER Flute '
'Quintet, "Rising"</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-qck0h6986"><span class="bKnbk"><span>Felix '
'MENDELSSOHN String Quartet in A Minor, Opus '
'13</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir=""><strong><span '
'class="bKnbk"><span style="color: '
'#008000;"></span></span></strong></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-k7k5y1822"><strong><span class="bKnbk"><span '
'style="color: #008000;">April 4, 2027 - American String Quartet '
'with Young Artists from the Manhattan School of '
'Music</span><span style="color: #008000;">\xa0'
'</span>\u200b</span></strong></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-opkx15786"><span class="bKnbk"><span>Ludwig van '
'BEETHOVEN String Quartet in A Major, Opus 18/5 '
'</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-wdgcq751"><span class="bKnbk"><span>Aleksandra '
'VREBALOV Pannonia Boundless (CQ)</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-h9t0h968"><span class="bKnbk"><span>Felix MENDELSSOHN '
'String Octet in E Flat Major, Opus 20</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir=""><span '
'class="bKnbk"><span></span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-2btrw7198"><span class="bKnbk" style="color: '
'#008000;">April 25, 2027 - <strong>Erinys Quartet with Oskar '
'Espina Ruiz, clarinet</strong>\xa0</span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-x9n9r8232"><span class="bKnbk"><span>Richard '
'DANIELPOUR Clarinet Quintet, “The Last Jew in '
'Hamadan”</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-ok43p1038"><span class="bKnbk"><span>Ludwig van '
'BEETHOVEN Grosse Fuge, Opus 133</span></span></p>\n'
'<p class="PFhxp xnyxA oAaGg _1HYGF" dir="" '
'id="viewer-undnb7210"><span class="bKnbk"><span>Franz SCHUBERT '
'String Quartet No. 14 in D minor, D 810, "Death and the '
'Maiden"</span></span></p>\n'
'<div class="PFhxp xnyxA oAaGg _1HYGF" dir="auto" '
'id="viewer-i9yfr2882"></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_2 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41355" decoding="async" height="1006" '
'loading="lazy" sizes="(max-width: 1784px) 100vw, 1784px" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg.avif" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg.avif '
'1784w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-300x169.avif '
'300w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-1024x577.avif '
'1024w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-150x85.avif '
'150w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-768x433.avif '
'768w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-1536x866.avif '
'1536w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-1080x609.avif '
'1080w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-1280x722.avif '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-980x553.avif '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/8850fd_893ab609da7c4aafbe0eb60d80b5900dmv2.jpg-480x271.avif '
'480w" title="8850fd_893ab609da7c4aafbe0eb60d80b5900d~mv2.jpg" '
'width="1784"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_3 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_divider_0 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_4 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_4 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-37296" decoding="async" height="820" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/03/Concert-2019.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/03/Concert-2019.jpg '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2025/03/Concert-2019-980x670.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/03/Concert-2019-480x328.jpg '
'480w" title="Concert 2019" width="1200"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_5 et_pb_row et_block_row">\n'
'<div class="et_pb_column_5 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261004T160000/20261004T170000&text=Treetops%20Chamber%20Music%20concert%3A%20Terra%20String%20Quartet%20with%20Oskar%20Espina%20Ruiz%2C%20clarinet&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-04T16%3A00%3A00-03%3A00&enddt=2026-10-04T17%3A00%3A00-03%3A00&location&subject=Treetops%20Chamber%20Music%20concert%3A%20Terra%20String%20Quartet%20with%20Oskar%20Espina%20Ruiz%2C%20clarinet&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-04T16%3A00%3A00-03%3A00&enddt=2026-10-04T17%3A00%3A00-03%3A00&location&subject=Treetops%20Chamber%20Music%20concert%3A%20Terra%20String%20Quartet%20with%20Oskar%20Espina%20Ruiz%2C%20clarinet&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-04"> October 4 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-04">\n'
'\t\t\t\t\t\t4:00 pm - 5:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 36623
2026-08-11 14:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/>
{'event_url': 'https://carriagebarn.org/event/yoga-sound-bath-fall-series-12/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Yoga & Sound '
'Bath, Fall Series</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 3 @ 9:00 '
'am</span> - <span class="tribe-event-time">10:00 am</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Yoga & Sound Bath, Fall Series - Carriage '
'Barn Arts Center" data-viewtitle="Yoga & Sound Bath, Fall '
'Series" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/">Treetops '
'Chamber Music concert: Terra String Quartet with Oskar Espina '
'Ruiz, clarinet <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41522 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41522">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-480x270.jpg '
'480w" width="1920"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h1 class="entry-title main_title"><strong>Saturdays 9-10am, '
'September 19 – October 24</strong></h1>\n'
'<p>Join us Saturday mornings for a continuing wellness '
'collaboration between the Carriage Barn and Diane Nickelberg '
'Barnett and introducing yoga instructor Talita Moss. This Gentle '
'Yoga and Sound Bath series will engage both body and mind to '
'help melt away the stresses of the week and start your weekend '
'right!</p>\n'
'<p>After a brief opening meditation, we’ll stretch and loosen up '
'with a gentle yoga practice, accompanied by the soft sounds of '
'Crystal and Tibetan singing bowls, chimes, gongs, drums and '
'more. You’ll then sink into an extended Savasana like no other '
'while you become immersed in the magical sounds of the healing '
'instruments, creating vibrational energy to lull you into a '
'deeply relaxed, meditative state.<span '
'class="Apple-converted-space">\xa0</span></p>\n'
'<p>Open to all levels; no experience needed. Please bring a mat '
'and any other props for comfort- blanket, bolster, pillow, eye '
'covering, etc.\xa0\xa0</p>\n'
'</div>\n'
'<div>\n'
'<p><strong>$40 per class / $210 series of 6 classes (register '
'below)</strong></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_block_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_22 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39585" decoding="async" height="1018" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1100px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-1100x720.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-480x270.jpeg '
'480w" title="Candlelit SB Diane Chimes pic" '
'width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><strong>Diane Nickelberg-Barnett</strong><span>\xa0</span>is '
'the founder of Grounded Meditation and a successful NYC Real '
'Estate attorney who realized years ago that she needed something '
'to help balance the stress and chaos of her busy and demanding '
'career. Diane is a graduate of Cornell University and CUNY '
'School of Law, and holds multiple certifications in teaching '
'meditation and yoga (including Yoga Nidra), sound healing, '
'tapping (EFT),\xa0 and has completed training as a Dancing '
'Mindfulness Facilitator.</p>\n'
'</div>\n'
'<div></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_24 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39584" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-480x360.jpeg '
'480w" title="Talita Bio Pic" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_25 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><strong>Talita</strong><b><i> Moss</i></b><i> is a '
'yoga teacher and ELDOA trainer in coastal CT. Practicing since '
'2004 and teaching since 2013, Talita focuses on teaching '
'sustainable movement practices with attention to joint health '
'and strength. Her classes invite students to explore the '
'potential in their bodies with curiosity and play, approaching '
'movement in a way that is nourishing for the body and soothing '
'for the nervous system.</i></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_26 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_782">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Yoga & Sound Bath, Fall Series '
'(September 19 - October 24)</h2>\n'
'<p class="gform_description">Sign up for a single class or the '
'six-week series\n'
'Yoga & Sound Bath class Saturdays 9-10am</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/yoga-sound-bath-fall-series-12/" '
'data-formid="782" enctype="multipart/form-data" id="gform_782" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_782"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_782_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_782_1_3_container">\n'
'<input aria-required="true" id="input_782_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_782_1_6_container">\n'
'<input aria-required="true" id="input_782_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_2"><label '
'class="gfield_label gform-field-label" '
'for="input_782_2">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_782_2" name="input_2" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_10"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_782_10">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_782_10_1_container">\n'
'<input aria-required="true" id="input_782_10_1" '
'name="input_10.1" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_1" id="input_782_10_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_782_10_2_container">\n'
'<input aria-required="false" id="input_782_10_2" '
'name="input_10.2" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_2" id="input_782_10_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_782_10_3_container">\n'
'<input aria-required="true" id="input_782_10_3" '
'name="input_10.3" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_3" id="input_782_10_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_782_10_4_container">\n'
'<select aria-required="true" id="input_782_10_4" '
'name="input_10.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_4" id="input_782_10_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_782_10_5_container">\n'
'<input aria-required="true" id="input_782_10_5" '
'name="input_10.5" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_5" id="input_782_10_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_782_10_6" '
'name="input_10.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_3"><label class="gfield_label gform-field-label" '
'for="input_782_3">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="medium" id="input_782_3" name="input_3" type="tel" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-product gfield--type-choice '
'gfield--input-type-radio gfield--width-full gfield_price '
'gfield_price_782_5 gfield_product_782_5 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_5"><legend class="gfield_label '
'gform-field-label">Individual Drop-in Class</legend><div '
'class="gfield_description" id="gfield_description_782_5">$40 per '
'class -- select one date per registration. </div><div '
'class="ginput_container ginput_container_radio"><div '
'class="gfield_radio" id="input_782_5">\n'
'<div class="gchoice gchoice_782_5_0">\n'
'<input aria-describedby="gfield_description_782_5" '
'class="gfield-choice-input" id="choice_782_5_0" name="input_5" '
'onchange="gformToggleRadioOther( this )" type="radio" '
'value="September 19|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_0" id="label_782_5_0">September 19</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_1">\n'
'<input class="gfield-choice-input" id="choice_782_5_1" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="September 26|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_1" id="label_782_5_1">September 26</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_2">\n'
'<input class="gfield-choice-input" id="choice_782_5_2" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 3|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_2" id="label_782_5_2">October 3</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_3">\n'
'<input class="gfield-choice-input" id="choice_782_5_3" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 10|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_3" id="label_782_5_3">October 10</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_4">\n'
'<input class="gfield-choice-input" id="choice_782_5_4" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 17|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_4" id="label_782_5_4">October 17</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_5">\n'
'<input class="gfield-choice-input" id="choice_782_5_5" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 24|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_5" id="label_782_5_5">October 24</label>\n'
'</div></div></div></fieldset><div class="gfield '
'gfield--type-product gfield--input-type-singleproduct '
'gfield--width-full gfield_price gfield_price_782_17 '
'gfield_product_782_17 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_17"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_782_17_1"><span '
'class="gform-field-label gfield_label_product">Series of 6 '
'classes, please enter QTY not cost</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_17.1" type="hidden" '
'value="Series of 6 classes, please enter QTY not cost"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_782_17">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_782_17">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_782_17" '
'name="input_17.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_782_17_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_782_17" '
'aria-label="Quantity Series of 6 classes, please enter QTY not '
'cost" class="ginput_quantity" id="input_782_17_1" min="0" '
'name="input_17.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_782_ gfield_total '
'gfield_total_782_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_12"><label '
'class="gfield_label gform-field-label" '
'for="input_782_12">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_782" id="input_782_12" name="input_12" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_782_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_782_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option value="Credit '
'Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_782_8"><span class="ginput_full gform-grid-col" '
'id="input_782_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_782_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_782_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_1" id="input_782_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_782_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_782_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_782_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_782_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_782_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_782_8_5_container">\n'
'<input id="input_782_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_5" id="input_782_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_782" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_782"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_782" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_782" '
'id="gform_theme_782" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_782" '
'id="gform_style_settings_782" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_782" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="782"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="h7AhuXzmG/RmjJrhjfbhcLim5DO1FONpu0Lvc3S6FD1ShMSpQ4hByRMEU5accBuTWvnTbMAERYUmasHKyNrxdAAP6hFe+tBT48UzFxkKSlP9bCA="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_782" type="hidden" '
'value="WyJ7XCI1XCI6W1wiMDFkZWU1OGI1NmZkNzQ5ZmFiMjM2YThmMzY3MTJmMjBcIixcIjBlZTRjMjFiYWVhYmQxYjc1NWE3Mzc1YWUzOGIxYjQyXCIsXCIwNTBjMTAyMmE0MjJkYTdlOTJiOTk4MzlmZDRkMGJiY1wiLFwiNTg4Mjg0ZDAzYjU4OGY1NDYzZjU1ZmY4NzlkZTUzY2NcIixcIjg4MTY3NDMxOWE3NmMzNWZkYjAzODMwOWQ3ZGNkNzBiXCIsXCIzZTFlYzYyYWQyN2VmYzNjMzczNThkY2Q3ZWRhY2Y1ZlwiXSxcIjE3LjFcIjpcImExMzQ2MDQ1MDRmY2NiOTNiOWM3OTFjOThmN2YwOTUyXCIsXCIxNy4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwifSIsIjY2NDM0YmEzYmIxMDU3ZjQ0YjRiNTNjYzA0Y2FmN2VjIl0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_782" '
'name="gform_target_page_number_782" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_782" '
'name="gform_source_page_number_782" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="132"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_27 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40615" decoding="async" height="1127" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1676px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png '
'1676w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-1280x861.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-980x659.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-480x323.png '
'480w" title="Yoga & Sound Bath press pic" '
'width="1676"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_28 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_13 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38963" decoding="async" height="1652" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-1280x826.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-980x632.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-480x310.jpg '
'480w" title="Yoga & Sound Bath pic" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_14 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38972" decoding="async" height="2269" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-1280x1135.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-980x869.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-480x425.jpg '
'480w" title="Yoga pic" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261003T090000/20261003T100000&text=Yoga%20%26%23038%3B%20Sound%20Bath%2C%20Fall%20Series&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/yoga-sound-bath-fall-series-12/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-03T09%3A00%3A00-03%3A00&enddt=2026-10-03T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-03T09%3A00%3A00-03%3A00&enddt=2026-10-03T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-03"> October 3 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-03">\n'
'\t\t\t\t\t\t9:00 am - 10:00 am\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-3/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/">Treetops '
'Chamber Music concert: Terra String Quartet with Oskar Espina '
'Ruiz, clarinet <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/met-250-american-art/> (referer: None) ['zyte-api']
2026-08-11 14:41:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 29735
2026-08-11 14:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/met-250-american-art/>
{'event_url': 'https://carriagebarn.org/event/met-250-american-art/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">MET Museum Tour: 250 '
'Years Of American Art</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">September 17 @ 2:00 '
'pm</span> - <span class="tribe-event-time">3:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="MET Museum Tour: 250 Years Of American Art - '
'Carriage Barn Arts Center" data-viewtitle="MET Museum Tour: 250 '
'Years Of American Art" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/paint-to-promo-lauren-clayton/"><span>«</span> '
'Paint to Promo: Smart Marketing for all creatives with Lauren '
'Clayton</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41436 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41436">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="519" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) 600px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/unnamed-2.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/unnamed-2.jpg '
'600w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/unnamed-2-480x415.jpg '
'480w" width="600"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_heading_0 et_pb_heading et_pb_module '
'et_flex_module"><div class="et_pb_heading_container"><h1 '
'class="et_pb_module_header">Thursday, September 17, 2026 from '
'2-3:30pm</h1></div></div>\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: 14pt;">As '
'the country celebrates its 250th anniversary, explore one of the '
'best collections of American Art at the Met Museum. From folk '
'art to Gilded Age portraiture, Civil War era scenes to American '
'Impressionist landscapes, the recently rehung galleries tell '
'unexpected and fascinating stories.\xa0 Colorful Tiffany glass, '
'beautifully detailed Native American artwork, and masterworks by '
'Homer and Eakins are among the highlights of this '
'tour.</span></p>\n'
'</div>\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41464" decoding="async" height="1096" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1800px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/museum_american.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/museum_american.jpg '
'1800w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/museum_american-1280x779.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/museum_american-980x597.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/museum_american-480x292.jpg '
'480w" title="museum_american" width="1800"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_1 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_0 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_2 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>Merrily Kerr is an art critic and '
'writer based in New York. For more than 20 years, Merrily has '
'published in international art magazines including Time Out New '
'York, Art on Paper, Flash Art, Art Asia Pacific, Art Review, in '
'addition to writing catalogue essays and guest lecturing. '
'Merrily teaches art appreciation at Marymount Manhattan College '
'and has taught for Cooper Union Continuing Education.</p>\n'
'<p>For over thirteen years Merrily has crafted personalized '
"tours of cultural discovery in New York's galleries and museums "
'for individuals and groups, including corporate tours, '
'collectors, artists, advertising agencies, professors from '
"College Art Association, and student groups from Texas Woman's "
"University, Parsons School of Design, Chicago's Moody Institute, "
"and other institutions. Merrily's tours have been featured in "
'The New York Times, Conde Nast Traveler magazine, The Sydney '
'Morning Herald, The Tennis Channel, The Mandarin Oriental, and '
'Philadelphia Magazine.</p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_3 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41438" decoding="async" height="1074" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-1.09.02-PM-scaled.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-1.09.02-PM-scaled.png '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-1.09.02-PM-1280x537.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-1.09.02-PM-980x411.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Screen-Shot-2026-07-20-at-1.09.02-PM-480x201.png '
'480w" title="Screen Shot 2026-07-20 at 1.09.02 PM" '
'width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_4 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_4 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_1 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_5 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_5 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_section_1 et_pb_section et_section_regular '
'et_flex_section">\n'
'<div class="et_pb_row_6 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_6 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_783">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">MET TOUR: 250 Years Of American '
'Art</h2>\n'
'<p class="gform_description">Tuesday, September 17, 2026 at '
'2pm</p>\n'
'</div><form action="/event/met-250-american-art/" '
'data-formid="783" enctype="multipart/form-data" id="gform_783" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_783"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_783_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_783_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_783_1_3_container">\n'
'<input aria-required="true" id="input_783_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_783_1_6_container">\n'
'<input aria-required="true" id="input_783_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_783_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_783_3">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_783_3_1_container">\n'
'<input aria-required="true" id="input_783_3_1" name="input_3.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_3_1" id="input_783_3_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_783_3_2_container">\n'
'<input aria-required="false" id="input_783_3_2" name="input_3.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_3_2" id="input_783_3_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_783_3_3_container">\n'
'<input aria-required="true" id="input_783_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_3_3" id="input_783_3_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_783_3_4_container">\n'
'<input aria-required="true" id="input_783_3_4" name="input_3.4" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_3_4" id="input_783_3_4_label">State / Province / '
'Region</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_783_3_5_container">\n'
'<input aria-required="true" id="input_783_3_5" name="input_3.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_3_5" id="input_783_3_5_label">ZIP / Postal '
'Code</label>\n'
'</span><input class="gform_hidden" id="input_783_3_6" '
'name="input_3.6" type="hidden" value=""/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_783_4"><label class="gfield_label gform-field-label" '
'for="input_783_4">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_783_4" name="input_4" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_783_5"><label class="gfield_label gform-field-label" '
'for="input_783_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_783_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_783_6 gfield_product_783_6 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_783_6"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_783_6_1"><span '
'class="gform-field-label gfield_label_product">Met Tour: 250 '
'Years Of American Art (member)</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_783_6">Number '
'of Carriage Barn member attendees</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_6.1" type="hidden" '
'value="Met Tour: 250 Years Of American Art (member)"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_783_6">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_783_6">$70.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_783_6" '
'name="input_6.2" type="hidden" value="$70.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_783_6_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_783_6 '
'gfield_description_783_6" aria-label="Quantity Met Tour: 250 '
'Years Of American Art (member)" class="ginput_quantity" '
'id="input_783_6_1" min="0" name="input_6.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_783_7 gfield_product_783_7 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_783_7"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_783_7_1"><span '
'class="gform-field-label gfield_label_product">Met Tour: 250 '
'Years of American Art (non-member)</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_783_7">Number '
'of non-Carriage Barn member attendees</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_7.1" type="hidden" '
'value="Met Tour: 250 Years of American Art (non-member)"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_783_7">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_783_7">$85.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_783_7" '
'name="input_7.2" type="hidden" value="$85.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_783_7_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_783_7 '
'gfield_description_783_7" aria-label="Quantity Met Tour: 250 '
'Years of American Art (non-member)" class="ginput_quantity" '
'id="input_783_7_1" min="0" name="input_7.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_783_10"><label class="gfield_label gform-field-label" '
'for="input_783_10">Names of Additional Attendees '
'(optional)</label><div class="ginput_container '
'ginput_container_text"><input aria-invalid="false" class="large" '
'id="input_783_10" name="input_10" type="text" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_783_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_783_8_1">Payment Method<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option selected="" '
'value="Credit Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_783_8"><span class="ginput_full gform-grid-col" '
'id="input_783_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_783_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_783_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_8_1" id="input_783_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_783_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_783_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_783_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_783_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_783_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_783_8_5_container">\n'
'<input id="input_783_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_783_8_5" id="input_783_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset><div aria-atomic="true" '
'aria-live="polite" class="gfield gfield--type-total '
'gfield--input-type-total gfield_price gfield_price_783_ '
'gfield_total gfield_total_783_ field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_783_9"><label class="gfield_label gform-field-label" '
'for="input_783_9">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_783" id="input_783_9" name="input_9" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_783" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_783"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_783" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_783" '
'id="gform_theme_783" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_783" '
'id="gform_style_settings_783" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_783" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="783"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="SP/J020seSiLBGFGGmYIoRGO66zRUOSN/I4g3mgwXMvROpTSj0sbVeJSfI5XUMcnk7NiAN0cC5hsmsJbpmlAcdeDE1O46i5DDsKsic25ckBHv5g="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_783" type="hidden" '
'value="WyJ7XCI2LjFcIjpcIjIxMGJkYzgwZjMyN2Y1YTg4MmM5ODFmMzQ0YWE3MGIxXCIsXCI2LjJcIjpcIjE0NjRmNDhmNDJjYjBjMWQ4MTJiMTJmY2Q4MTViY2JkXCIsXCI3LjFcIjpcIjE2ZGYzNmUxZjcyYWEzOWQ5Y2E0NGMzZjE4ZDI2MWZiXCIsXCI3LjJcIjpcImJhZjU4YjBlZjk5NGI4ZDU1MGU0MjE5MzdkY2VjMDg2XCJ9IiwiZjM3NGNiZjdjY2VkYjkyYzU2ODAyZTMxZWU3ZGZlN2UiXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_783" '
'name="gform_target_page_number_783" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_783" '
'name="gform_source_page_number_783" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="35"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260917T140000/20260917T153000&text=MET%20Museum%20Tour%3A%20250%20Years%20Of%20American%20Art&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/met-250-american-art/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-17T14%3A00%3A00-03%3A00&enddt=2026-09-17T15%3A30%3A00-03%3A00&location&subject=MET%20Museum%20Tour%3A%20250%20Years%20Of%20American%20Art&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-17T14%3A00%3A00-03%3A00&enddt=2026-09-17T15%3A30%3A00-03%3A00&location&subject=MET%20Museum%20Tour%3A%20250%20Years%20Of%20American%20Art&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-17"> September 17 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-17">\n'
'\t\t\t\t\t\t2:00 pm - 3:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/paint-to-promo-lauren-clayton/"><span>«</span> '
'Paint to Promo: Smart Marketing for all creatives with Lauren '
'Clayton</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026/">After '
'School Art Adventures, Fall 2026 <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/member-meet-up/> (referer: None) ['zyte-api']
2026-08-11 14:41:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16973
2026-08-11 14:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/member-meet-up/>
{'event_url': 'https://carriagebarn.org/event/member-meet-up/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Member Meet up</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 8 @ 6:00 '
'pm</span> - <span class="tribe-event-time">7:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Member Meet up - Carriage Barn Arts Center" '
'data-viewtitle="Member Meet up" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41483 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41483">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1245" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/members-meet-up-1-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/members-meet-up-1-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/members-meet-up-1-1280x623.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/members-meet-up-1-980x477.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/members-meet-up-1-480x233.jpeg '
'480w" width="2560"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><h1 '
'style="text-align: center;"><span style="color: #ff6600;"><b>New '
'Free Event Exclusively for Members!</b></span></h1>\n'
'<p><span style="color: #ff6600;"><b></b></span></p>\n'
'<p style="text-align: left;"><span style="color: '
'#000000;"><b>Member Meetup: Join us for an evening of '
'conversation, wine, and light bites as we build a vibrant '
'community of local creatives.</b></span></p>\n'
'<ul style="text-align: left;">\n'
'<li><span style="color: #000000;">Connect with artists across a '
'variety of disciplines</span></li>\n'
'<li><span style="color: #000000;">Share resources, advice and '
'opportunities</span></li>\n'
'<li><span style="color: #000000;">Foster meaningful connections '
'and professional relationships</span></li>\n'
'</ul>\n'
'<p style="text-align: left;"><span style="color: '
'#000000;"><b>Leave feeling energized, inspired and part of a '
'growing group of area creatives!</b></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_1 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>\xa0</p>\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_781">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Member Meet up 10/8/26</h2>\n'
'<p class="gform_description">Please let us know if you\'re '
'interested in being part of the Member Meet up Thursday October '
'8!</p>\n'
'</div><form action="/event/member-meet-up/" data-formid="781" '
'enctype="multipart/form-data" id="gform_781" method="post" '
'novalidate="">\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_781"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_781_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_781_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_781_1_3_container">\n'
'<input aria-required="true" id="input_781_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_781_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_781_1_6_container">\n'
'<input aria-required="true" id="input_781_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_781_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_781_9"><label class="gfield_label gform-field-label" '
'for="input_781_9">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_781_9" name="input_9" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-textarea '
'gfield--input-type-textarea gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_781_13"><label '
'class="gfield_label gform-field-label" for="input_781_13">Do you '
"have any ideas/topics you'd like to see covered in this Member "
'Meet up or future sessions? Pls note them briefly '
'here:</label><div class="ginput_container '
'ginput_container_textarea"><textarea aria-invalid="false" '
'class="textarea large" cols="50" id="input_781_13" '
'name="input_13" rows="10"></textarea></div></div></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_781" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_781" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_781" '
'id="gform_theme_781" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_781" '
'id="gform_style_settings_781" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_781" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="781"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="C2uJ/ObX7A2xc2KCKXPUp6D+z4rwHnJXergrPw7AwcNJQTrKw3qg7uIbePHImnqsNA9WtT51ReGRqHg337e2e4Khp+p/WrkAW6eiGqBt+lfS0WU="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_781" type="hidden" '
'value="WyJbXSIsImI3M2NlNDQyODZmN2I2OWI5MzY5MTkwNDZjYWQxM2E0Il0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_781" '
'name="gform_target_page_number_781" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_781" '
'name="gform_source_page_number_781" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="151"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_2 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-14231" decoding="async" height="640" '
'loading="lazy" sizes="(max-width: 528px) 100vw, 528px" '
'src="https://carriagebarn.org/wp-content/uploads/2018/10/crowd.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2018/10/crowd.jpg '
'528w, '
'https://carriagebarn.org/wp-content/uploads/2018/10/crowd-248x300.jpg '
'248w" title="crowd" width="528"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_3 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-14236" decoding="async" height="1936" '
'loading="lazy" sizes="(max-width: 2592px) 100vw, 2592px" '
'src="https://carriagebarn.org/wp-content/uploads/2018/10/CROWD5.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2018/10/CROWD5.jpg '
'2592w, '
'https://carriagebarn.org/wp-content/uploads/2018/10/CROWD5-300x224.jpg '
'300w, '
'https://carriagebarn.org/wp-content/uploads/2018/10/CROWD5-768x574.jpg '
'768w, '
'https://carriagebarn.org/wp-content/uploads/2018/10/CROWD5-1024x765.jpg '
'1024w, '
'https://carriagebarn.org/wp-content/uploads/2018/10/CROWD5-370x275.jpg '
'370w" title="CROWD(5)" width="2592"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_4 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: '
'12pt;"></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261008T180000/20261008T193000&text=Member%20Meet%20up&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/member-meet-up/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-08T18%3A00%3A00-03%3A00&enddt=2026-10-08T19%3A30%3A00-03%3A00&location&subject=Member%20Meet%20up&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-08T18%3A00%3A00-03%3A00&enddt=2026-10-08T19%3A30%3A00-03%3A00&location&subject=Member%20Meet%20up&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-08"> October 8 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-08">\n'
'\t\t\t\t\t\t6:00 pm - 7:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/"><span>«</span> '
'After School Art Adventures, Fall 2026</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/> (referer: None) ['zyte-api']
2026-08-11 14:41:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 46715
2026-08-11 14:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/>
{'event_url': 'https://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">After School Art '
'Adventures, Fall 2026</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 8 @ 4:00 '
'pm</span> - <span class="tribe-event-time">5:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="After School Art Adventures, Fall 2026 - '
'Carriage Barn Arts Center" data-viewtitle="After School Art '
'Adventures, Fall 2026" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/"><span>«</span> '
'Treetops Chamber Music concert: Terra String Quartet with Oskar '
'Espina Ruiz, clarinet</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/member-meet-up/">Member '
'Meet up <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41601 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41601">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="600" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru.png '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-980x490.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/After-School-Art-Adventures-Cyrus-Kabiru-480x240.png '
'480w" width="1200"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_6 et_pb_row et_block_row">\n'
'<div class="et_pb_column_10 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_4 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><b><br/><span style="color: #000000;">For Children '
'Ages K–5, Thursdays, September 17th & 24th, October 1 & '
'8, from 4-5pm</span></b><span style="color: '
'#000000;"></span></p>\n'
'<p class="p1"><span style="color: #000000;">Don’t wait to sign '
'up for this popular after-school art program led by local '
'teacher “Ms. Tiffany” McKay. This series, we will dive into the '
'world of\xa0<b>Cyrus Kabiru</b>. Kabiru is a Kenyan artist best '
'known for creating imaginative wearable sculptures from recycled '
'materials, transforming everyday discarded objects into bold '
'works of art that celebrate creativity, sustainability, and '
'self-expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">With Mrs. McKay’s '
'guidance, children will dive into the creative process by using '
'different materials to create their own unique piece inspired by '
'Kabiru’s inventive approach. This hands-on experience not only '
'fosters creativity but also teaches valuable lessons in '
'collaboration and artistic expression.</span></p>\n'
'<p class="p1"><span style="color: #000000;">No experience '
'necessary!</span></p>\n'
'<p class="p1"><span style="color: #000000;">– Class is limited '
'to 10 children</span><br/><span style="color: #000000;">– '
'Classes involve acrylic paint and other messy materials, so '
'dress accordingly</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>$185 for Family '
'Level Members per 4-week session / $210 for '
'Non-Members</b></span><br/><span style="color: #000000;">(All '
'supplies included.)</span></p>\n'
'<p class="p1"><span style="color: #000000;"><b>Cancellation '
'Policy</b> – Refunds can be issued if requested more than 2 '
'weeks before the class starts, minus a $20 processing '
'fee.</span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_7 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_11 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_6 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39653" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/01/After-School-Art-Adventures-pic-chihuly-2-480x640.jpg '
'480w" title="After School Art Adventures pic chihuly 2" '
'width="1920"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_12 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_7 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39491" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2114px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-scaled.jpg '
'2114w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-1280x1550.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-980x1187.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Adventures-pic-480x581.jpg '
'480w" title="Art Adventures pic" width="2114"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_13 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_8_24 et_flex_column_8_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_8 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39490" decoding="async" height="2560" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-scaled.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-1280x1707.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-980x1307.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/11/Art-Ads-pic-480x640.jpg '
'480w" title="Art Ads pic" width="1920"/></span></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_8 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_14 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_5 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_786">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">After School Art Adventures Fall '
'2026</h2>\n'
'<p class="gform_description"></p>\n'
'</div><form '
'action="/event/after-school-art-adventures-fall-2026-4/" '
'data-formid="786" enctype="multipart/form-data" id="gform_786" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_786"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_786_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_786_1_3_container">\n'
'<input aria-required="true" id="input_786_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_786_1_6_container">\n'
'<input aria-required="true" id="input_786_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_3"><label class="gfield_label gform-field-label" '
'for="input_786_3">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="large" '
'id="input_786_3" name="input_3" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip has_country '
'ginput_container_address gform-grid-row" id="input_786_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_786_4_1_container">\n'
'<input aria-required="true" id="input_786_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_1" id="input_786_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_786_4_2_container">\n'
'<input aria-required="false" id="input_786_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_2" id="input_786_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_786_4_3_container">\n'
'<input aria-required="true" id="input_786_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_3" id="input_786_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_786_4_4_container">\n'
'<input aria-required="true" id="input_786_4_4" name="input_4.4" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_4" id="input_786_4_4_label">State / Province / '
'Region</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_786_4_5_container">\n'
'<input aria-required="true" id="input_786_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_5" id="input_786_4_5_label">ZIP / Postal '
'Code</label>\n'
'</span><span class="ginput_right address_country '
'ginput_address_country gform-grid-col" '
'id="input_786_4_6_container">\n'
'<select aria-required="true" id="input_786_4_6" '
'name="input_4.6"><option selected="" value=""></option><option '
'value="Afghanistan">Afghanistan</option><option '
'value="Albania">Albania</option><option '
'value="Algeria">Algeria</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Andorra">Andorra</option><option '
'value="Angola">Angola</option><option '
'value="Anguilla">Anguilla</option><option '
'value="Antarctica">Antarctica</option><option value="Antigua and '
'Barbuda">Antigua and Barbuda</option><option '
'value="Argentina">Argentina</option><option '
'value="Armenia">Armenia</option><option '
'value="Aruba">Aruba</option><option '
'value="Australia">Australia</option><option '
'value="Austria">Austria</option><option '
'value="Azerbaijan">Azerbaijan</option><option '
'value="Bahamas">Bahamas</option><option '
'value="Bahrain">Bahrain</option><option '
'value="Bangladesh">Bangladesh</option><option '
'value="Barbados">Barbados</option><option '
'value="Belarus">Belarus</option><option '
'value="Belgium">Belgium</option><option '
'value="Belize">Belize</option><option '
'value="Benin">Benin</option><option '
'value="Bermuda">Bermuda</option><option '
'value="Bhutan">Bhutan</option><option '
'value="Bolivia">Bolivia</option><option value="Bonaire, Sint '
'Eustatius and Saba">Bonaire, Sint Eustatius and '
'Saba</option><option value="Bosnia and Herzegovina">Bosnia and '
'Herzegovina</option><option '
'value="Botswana">Botswana</option><option value="Bouvet '
'Island">Bouvet Island</option><option '
'value="Brazil">Brazil</option><option value="British Indian '
'Ocean Territory">British Indian Ocean Territory</option><option '
'value="Brunei Darussalam">Brunei Darussalam</option><option '
'value="Bulgaria">Bulgaria</option><option value="Burkina '
'Faso">Burkina Faso</option><option '
'value="Burundi">Burundi</option><option value="Cabo Verde">Cabo '
'Verde</option><option value="Cambodia">Cambodia</option><option '
'value="Cameroon">Cameroon</option><option '
'value="Canada">Canada</option><option value="Cayman '
'Islands">Cayman Islands</option><option value="Central African '
'Republic">Central African Republic</option><option '
'value="Chad">Chad</option><option '
'value="Chile">Chile</option><option '
'value="China">China</option><option value="Christmas '
'Island">Christmas Island</option><option value="Cocos '
'Islands">Cocos Islands</option><option '
'value="Colombia">Colombia</option><option '
'value="Comoros">Comoros</option><option '
'value="Congo">Congo</option><option value="Congo, Democratic '
'Republic of the">Congo, Democratic Republic of '
'the</option><option value="Cook Islands">Cook '
'Islands</option><option value="Costa Rica">Costa '
'Rica</option><option value="Croatia">Croatia</option><option '
'value="Cuba">Cuba</option><option '
'value="Curaçao">Curaçao</option><option '
'value="Cyprus">Cyprus</option><option '
'value="Czechia">Czechia</option><option value="Côte '
'd\'Ivoire">Côte d\'Ivoire</option><option '
'value="Denmark">Denmark</option><option '
'value="Djibouti">Djibouti</option><option '
'value="Dominica">Dominica</option><option value="Dominican '
'Republic">Dominican Republic</option><option '
'value="Ecuador">Ecuador</option><option '
'value="Egypt">Egypt</option><option value="El Salvador">El '
'Salvador</option><option value="Equatorial Guinea">Equatorial '
'Guinea</option><option value="Eritrea">Eritrea</option><option '
'value="Estonia">Estonia</option><option '
'value="Eswatini">Eswatini</option><option '
'value="Ethiopia">Ethiopia</option><option value="Falkland '
'Islands">Falkland Islands</option><option value="Faroe '
'Islands">Faroe Islands</option><option '
'value="Fiji">Fiji</option><option '
'value="Finland">Finland</option><option '
'value="France">France</option><option value="French '
'Guiana">French Guiana</option><option value="French '
'Polynesia">French Polynesia</option><option value="French '
'Southern Territories">French Southern '
'Territories</option><option value="Gabon">Gabon</option><option '
'value="Gambia">Gambia</option><option '
'value="Georgia">Georgia</option><option '
'value="Germany">Germany</option><option '
'value="Ghana">Ghana</option><option '
'value="Gibraltar">Gibraltar</option><option '
'value="Greece">Greece</option><option '
'value="Greenland">Greenland</option><option '
'value="Grenada">Grenada</option><option '
'value="Guadeloupe">Guadeloupe</option><option '
'value="Guam">Guam</option><option '
'value="Guatemala">Guatemala</option><option '
'value="Guernsey">Guernsey</option><option '
'value="Guinea">Guinea</option><option '
'value="Guinea-Bissau">Guinea-Bissau</option><option '
'value="Guyana">Guyana</option><option '
'value="Haiti">Haiti</option><option value="Heard Island and '
'McDonald Islands">Heard Island and McDonald '
'Islands</option><option value="Holy See">Holy '
'See</option><option value="Honduras">Honduras</option><option '
'value="Hong Kong">Hong Kong</option><option '
'value="Hungary">Hungary</option><option '
'value="Iceland">Iceland</option><option '
'value="India">India</option><option '
'value="Indonesia">Indonesia</option><option '
'value="Iran">Iran</option><option '
'value="Iraq">Iraq</option><option '
'value="Ireland">Ireland</option><option value="Isle of Man">Isle '
'of Man</option><option value="Israel">Israel</option><option '
'value="Italy">Italy</option><option '
'value="Jamaica">Jamaica</option><option '
'value="Japan">Japan</option><option '
'value="Jersey">Jersey</option><option '
'value="Jordan">Jordan</option><option '
'value="Kazakhstan">Kazakhstan</option><option '
'value="Kenya">Kenya</option><option '
'value="Kiribati">Kiribati</option><option value="Korea, '
'Democratic People\'s Republic of">Korea, Democratic People\'s '
'Republic of</option><option value="Korea, Republic of">Korea, '
'Republic of</option><option '
'value="Kuwait">Kuwait</option><option '
'value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao '
'People\'s Democratic Republic">Lao People\'s Democratic '
'Republic</option><option value="Latvia">Latvia</option><option '
'value="Lebanon">Lebanon</option><option '
'value="Lesotho">Lesotho</option><option '
'value="Liberia">Liberia</option><option '
'value="Libya">Libya</option><option '
'value="Liechtenstein">Liechtenstein</option><option '
'value="Lithuania">Lithuania</option><option '
'value="Luxembourg">Luxembourg</option><option '
'value="Macao">Macao</option><option '
'value="Madagascar">Madagascar</option><option '
'value="Malawi">Malawi</option><option '
'value="Malaysia">Malaysia</option><option '
'value="Maldives">Maldives</option><option '
'value="Mali">Mali</option><option '
'value="Malta">Malta</option><option value="Marshall '
'Islands">Marshall Islands</option><option '
'value="Martinique">Martinique</option><option '
'value="Mauritania">Mauritania</option><option '
'value="Mauritius">Mauritius</option><option '
'value="Mayotte">Mayotte</option><option '
'value="Mexico">Mexico</option><option '
'value="Micronesia">Micronesia</option><option '
'value="Moldova">Moldova</option><option '
'value="Monaco">Monaco</option><option '
'value="Mongolia">Mongolia</option><option '
'value="Montenegro">Montenegro</option><option '
'value="Montserrat">Montserrat</option><option '
'value="Morocco">Morocco</option><option '
'value="Mozambique">Mozambique</option><option '
'value="Myanmar">Myanmar</option><option '
'value="Namibia">Namibia</option><option '
'value="Nauru">Nauru</option><option '
'value="Nepal">Nepal</option><option '
'value="Netherlands">Netherlands</option><option value="New '
'Caledonia">New Caledonia</option><option value="New Zealand">New '
'Zealand</option><option '
'value="Nicaragua">Nicaragua</option><option '
'value="Niger">Niger</option><option '
'value="Nigeria">Nigeria</option><option '
'value="Niue">Niue</option><option value="Norfolk Island">Norfolk '
'Island</option><option value="North Macedonia">North '
'Macedonia</option><option value="Northern Mariana '
'Islands">Northern Mariana Islands</option><option '
'value="Norway">Norway</option><option '
'value="Oman">Oman</option><option '
'value="Pakistan">Pakistan</option><option '
'value="Palau">Palau</option><option value="Palestine, State '
'of">Palestine, State of</option><option '
'value="Panama">Panama</option><option value="Papua New '
'Guinea">Papua New Guinea</option><option '
'value="Paraguay">Paraguay</option><option '
'value="Peru">Peru</option><option '
'value="Philippines">Philippines</option><option '
'value="Pitcairn">Pitcairn</option><option '
'value="Poland">Poland</option><option '
'value="Portugal">Portugal</option><option value="Puerto '
'Rico">Puerto Rico</option><option '
'value="Qatar">Qatar</option><option '
'value="Romania">Romania</option><option value="Russian '
'Federation">Russian Federation</option><option '
'value="Rwanda">Rwanda</option><option '
'value="Réunion">Réunion</option><option value="Saint '
'Barthélemy">Saint Barthélemy</option><option value="Saint '
'Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension '
'and Tristan da Cunha</option><option value="Saint Kitts and '
'Nevis">Saint Kitts and Nevis</option><option value="Saint '
'Lucia">Saint Lucia</option><option value="Saint Martin">Saint '
'Martin</option><option value="Saint Pierre and Miquelon">Saint '
'Pierre and Miquelon</option><option value="Saint Vincent and the '
'Grenadines">Saint Vincent and the Grenadines</option><option '
'value="Samoa">Samoa</option><option value="San Marino">San '
'Marino</option><option value="Sao Tome and Principe">Sao Tome '
'and Principe</option><option value="Saudi Arabia">Saudi '
'Arabia</option><option value="Senegal">Senegal</option><option '
'value="Serbia">Serbia</option><option '
'value="Seychelles">Seychelles</option><option value="Sierra '
'Leone">Sierra Leone</option><option '
'value="Singapore">Singapore</option><option value="Sint '
'Maarten">Sint Maarten</option><option '
'value="Slovakia">Slovakia</option><option '
'value="Slovenia">Slovenia</option><option value="Solomon '
'Islands">Solomon Islands</option><option '
'value="Somalia">Somalia</option><option value="South '
'Africa">South Africa</option><option value="South Georgia and '
'the South Sandwich Islands">South Georgia and the South Sandwich '
'Islands</option><option value="South Sudan">South '
'Sudan</option><option value="Spain">Spain</option><option '
'value="Sri Lanka">Sri Lanka</option><option '
'value="Sudan">Sudan</option><option '
'value="Suriname">Suriname</option><option value="Svalbard and '
'Jan Mayen">Svalbard and Jan Mayen</option><option '
'value="Sweden">Sweden</option><option '
'value="Switzerland">Switzerland</option><option value="Syria '
'Arab Republic">Syria Arab Republic</option><option '
'value="Taiwan">Taiwan</option><option '
'value="Tajikistan">Tajikistan</option><option value="Tanzania, '
'the United Republic of">Tanzania, the United Republic '
'of</option><option value="Thailand">Thailand</option><option '
'value="Timor-Leste">Timor-Leste</option><option '
'value="Togo">Togo</option><option '
'value="Tokelau">Tokelau</option><option '
'value="Tonga">Tonga</option><option value="Trinidad and '
'Tobago">Trinidad and Tobago</option><option '
'value="Tunisia">Tunisia</option><option '
'value="Turkmenistan">Turkmenistan</option><option value="Turks '
'and Caicos Islands">Turks and Caicos Islands</option><option '
'value="Tuvalu">Tuvalu</option><option '
'value="Türkiye">Türkiye</option><option value="US Minor Outlying '
'Islands">US Minor Outlying Islands</option><option '
'value="Uganda">Uganda</option><option '
'value="Ukraine">Ukraine</option><option value="United Arab '
'Emirates">United Arab Emirates</option><option value="United '
'Kingdom">United Kingdom</option><option value="United '
'States">United States</option><option '
'value="Uruguay">Uruguay</option><option '
'value="Uzbekistan">Uzbekistan</option><option '
'value="Vanuatu">Vanuatu</option><option '
'value="Venezuela">Venezuela</option><option value="Viet '
'Nam">Viet Nam</option><option value="Virgin Islands, '
'British">Virgin Islands, British</option><option value="Virgin '
'Islands, U.S.">Virgin Islands, U.S.</option><option '
'value="Wallis and Futuna">Wallis and Futuna</option><option '
'value="Western Sahara">Western Sahara</option><option '
'value="Yemen">Yemen</option><option '
'value="Zambia">Zambia</option><option '
'value="Zimbabwe">Zimbabwe</option><option value="Åland '
'Islands">Åland Islands</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_4_6" id="input_786_4_6_label">Country</label>\n'
'</span>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield--width-full field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_5"><label class="gfield_label gform-field-label" '
'for="input_786_5">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="large" id="input_786_5" name="input_5" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_6"><label class="gfield_label gform-field-label" '
'for="input_786_6">Child\'s Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_6" name="input_6" type="text" '
'value=""/></div></div><div class="gfield gfield--type-text '
'gfield--input-type-text gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_7"><label class="gfield_label gform-field-label" '
'for="input_786_7">Child\'s Age<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></label><div '
'class="ginput_container ginput_container_text"><input '
'aria-invalid="false" aria-required="true" class="large" '
'id="input_786_7" name="input_7" type="text" '
'value=""/></div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_13 gfield_product_786_13 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_13"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_13_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Family Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_13">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_13.1" type="hidden" '
'value="After School Art Adventures Family Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_13">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_13">$185.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_13" '
'name="input_13.2" type="hidden" value="$185.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_13_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_13 '
'gfield_description_786_13" aria-label="Quantity After School Art '
'Adventures Family Member" class="ginput_quantity" '
'id="input_786_13_1" min="0" name="input_13.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield--width-full gfield_price '
'gfield_price_786_14 gfield_product_786_14 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_786_14"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_786_14_1"><span '
'class="gform-field-label gfield_label_product">After School Art '
'Adventures Non-Member</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_786_14">Please '
'enter number of children participating</div><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_14.1" type="hidden" '
'value="After School Art Adventures Non-Member"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_786_14">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_786_14">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_786_14" '
'name="input_14.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_786_14_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_786_14 '
'gfield_description_786_14" aria-label="Quantity After School Art '
'Adventures Non-Member" class="ginput_quantity" '
'id="input_786_14_1" min="0" name="input_14.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_786_ gfield_total '
'gfield_total_786_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_15"><label '
'class="gfield_label gform-field-label" '
'for="input_786_15">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_786" id="input_786_15" name="input_15" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-consent '
'gfield--type-choice gfield--input-type-consent '
'gfield--width-full gfield_contains_required field_sublabel_below '
'gfield--has-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_786_9"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Consent<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_text">(Required)</span></span></legend><div '
'class="ginput_container ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_9" '
'aria-invalid="false" aria-required="true" id="input_786_9_1" '
'name="input_9.1" type="checkbox" value="1"/> <label '
'class="gform-field-label gform-field-label--type-inline '
'gfield_consent_label" for="input_786_9_1">I agree to the '
'liability waiver</label><input class="gform_hidden" '
'name="input_9.2" type="hidden" value="I agree to the liability '
'waiver"/><input class="gform_hidden" name="input_9.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_9" tabindex="0">As '
'parent/guardian, you individually and on behalf of your child, '
'release and agree to hold Carriage Barn Arts Center harmless '
'from any and all liability and hereby assume all risk and '
'responsibility and waive any claim or cause of action of any '
'nature whatsoever arising on behalf of your child while at class '
'or otherwise in the care of its staff. You further agree to '
'indemnify and hold harmless Carriage Barn Arts Center, its '
'agents, employees or contractors, whether paid or volunteer, '
'against any and all claims which may arise from any injury to '
'said child while participating in this program. You have read '
'and understand the above policy and agree to comply with its '
'provisions.<br/>\n'
'<br/>\n'
'In the case of an emergency involving your child, you understand '
'that every effort will be made to contact you. However, in the '
'event that you cannot be reached to make arrangements for '
'emergency medical attention at the time of illness or accident, '
'you hereby authorize Carriage Barn staff to call 911 to provide '
'urgent care for your child and further authorize your child to '
'receive medical treatment from the selected medical provider as '
'such medical provider deems necessary and '
'appropriate.</div></fieldset><fieldset class="gfield '
'gfield--type-consent gfield--type-choice '
'gfield--input-type-consent gfield--width-full '
'field_sublabel_below gfield--has-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_786_10"><legend '
'class="gfield_label gform-field-label '
'gfield_label_before_complex">Photograph Release '
'Form</legend><div class="ginput_container '
'ginput_container_consent"><input '
'aria-describedby="gfield_consent_description_786_10" '
'aria-invalid="false" id="input_786_10_1" name="input_10.1" '
'type="checkbox" value="1"/> <label class="gform-field-label '
'gform-field-label--type-inline gfield_consent_label" '
'for="input_786_10_1">I agree to the Photograph Release '
'Form</label><input class="gform_hidden" name="input_10.2" '
'type="hidden" value="I agree to the Photograph Release '
'Form"/><input class="gform_hidden" name="input_10.3" '
'type="hidden" value="88"/></div><div class="gfield_description '
'gfield_consent_description" '
'id="gfield_consent_description_786_10" tabindex="0">I hereby '
'grant permission to the Carriage Barn to use any photo images '
'taken of my child during this class for promoting or showcasing '
'programs on the Carriage Barn website and other promotional '
'materials.</div></fieldset><fieldset class="gfield '
'gfield--type-paypal gfield--input-type-paypal gfield--width-full '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_786_11"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_786_11_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_11_6" '
'name="input_11.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_786_11"><span class="ginput_full '
'gform-grid-col" id="input_786_11_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_786_11_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_786_11_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_1" id="input_786_11_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_786_11_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_786_11_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_786_11_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_786_11_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_786_11_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_786_11_5_container">\n'
'<input id="input_786_11_5" name="input_11.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_786_11_5" id="input_786_11_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_786" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_786"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_786" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_786" '
'id="gform_theme_786" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_786" '
'id="gform_style_settings_786" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_786" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="786"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="c2CRHE7hYMkWo8dUlfC1Qk3d10p9rLwlZeTlKK9F1AXT/fLm/5/TAeud2e7XC5Fzq0GnLorczzHLUA9KusJ7BvWKRHnL25Gq6fCyrB8hnSZ5F20="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_786" type="hidden" '
'value="WyJ7XCIxMy4xXCI6XCIxYzEzNmRkM2ZiOTk1ZDZlNzNhNmM2MGEwYjc1ZjM0Y1wiLFwiMTMuMlwiOlwiMjg0M2I4OWE2OWNjZjAyZWRiZWEzZDlhZmFkODVlOGZcIixcIjE0LjFcIjpcIjBhOTkwNTE2YjhiYzZmNDc3Y2M0ZTlmYTkwNzEzYjM5XCIsXCIxNC4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwiLFwiOS4xXCI6XCJjN2RlMWNlMzA0MDY5OGJhMDNiN2EyODg0MDdiZjczNVwiLFwiOS4yXCI6XCJlMmQ4MTYwYjFkNjg5ODYxMmI5MjlkOWEzM2U5NmI4NlwiLFwiOS4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wiLFwiMTAuMVwiOlwiYzdkZTFjZTMwNDA2OThiYTAzYjdhMjg4NDA3YmY3MzVcIixcIjEwLjJcIjpcIjM3NmRmNDYzZTQzM2VkNjYwMzgyZjAzZTNmNzE3ZWVjXCIsXCIxMC4zXCI6XCJjY2Q5NTc5ZjMyZjAxZGY2ZWQyYmUzYWI0OTVlMjIxY1wifSIsIjdjMmEwNzE3NjIxNDhlMzgzNjkzNzVmYWI0OTc0ZDQ0Il0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_786" '
'name="gform_target_page_number_786" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_786" '
'name="gform_source_page_number_786" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="207"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261008T160000/20261008T170000&text=After%20School%20Art%20Adventures%2C%20Fall%202026&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/after-school-art-adventures-fall-2026-4/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-08T16%3A00%3A00-03%3A00&enddt=2026-10-08T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-08T16%3A00%3A00-03%3A00&enddt=2026-10-08T17%3A00%3A00-03%3A00&location&subject=After%20School%20Art%20Adventures%2C%20Fall%202026&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-08"> October 8 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-08">\n'
'\t\t\t\t\t\t4:00 pm - 5:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/treetops-chamber-music-concert-terra-string-quartet-with-oskar-espina-ruiz-clarinet/"><span>«</span> '
'Treetops Chamber Music concert: Terra String Quartet with Oskar '
'Espina Ruiz, clarinet</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/member-meet-up/">Member '
'Meet up <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/> (referer: None) ['zyte-api']
2026-08-11 14:41:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 36315
2026-08-11 14:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/>
{'event_url': 'https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Yoga & Sound '
'Bath, Fall Series</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 10 @ 9:00 '
'am</span> - <span class="tribe-event-time">10:00 am</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Yoga & Sound Bath, Fall Series - Carriage '
'Barn Arts Center" data-viewtitle="Yoga & Sound Bath, Fall '
'Series" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/member-meet-up/"><span>«</span> '
'Member Meet up</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/2026-waveny-park-arts-fest/">4th '
'Annual Waveny Park Arts Festival <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41526 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41526">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-480x270.jpg '
'480w" width="1920"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h1 class="entry-title main_title"><strong>Saturdays 9-10am, '
'September 19 – October 24</strong></h1>\n'
'<p>Join us Saturday mornings for a continuing wellness '
'collaboration between the Carriage Barn and Diane Nickelberg '
'Barnett and introducing yoga instructor Talita Moss. This Gentle '
'Yoga and Sound Bath series will engage both body and mind to '
'help melt away the stresses of the week and start your weekend '
'right!</p>\n'
'<p>After a brief opening meditation, we’ll stretch and loosen up '
'with a gentle yoga practice, accompanied by the soft sounds of '
'Crystal and Tibetan singing bowls, chimes, gongs, drums and '
'more. You’ll then sink into an extended Savasana like no other '
'while you become immersed in the magical sounds of the healing '
'instruments, creating vibrational energy to lull you into a '
'deeply relaxed, meditative state.<span '
'class="Apple-converted-space">\xa0</span></p>\n'
'<p>Open to all levels; no experience needed. Please bring a mat '
'and any other props for comfort- blanket, bolster, pillow, eye '
'covering, etc.\xa0\xa0</p>\n'
'</div>\n'
'<div>\n'
'<p><strong>$40 per class / $210 series of 6 classes (register '
'below)</strong></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_block_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_22 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39585" decoding="async" height="1018" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1100px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-1100x720.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-480x270.jpeg '
'480w" title="Candlelit SB Diane Chimes pic" '
'width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><strong>Diane Nickelberg-Barnett</strong><span>\xa0</span>is '
'the founder of Grounded Meditation and a successful NYC Real '
'Estate attorney who realized years ago that she needed something '
'to help balance the stress and chaos of her busy and demanding '
'career. Diane is a graduate of Cornell University and CUNY '
'School of Law, and holds multiple certifications in teaching '
'meditation and yoga (including Yoga Nidra), sound healing, '
'tapping (EFT),\xa0 and has completed training as a Dancing '
'Mindfulness Facilitator.</p>\n'
'</div>\n'
'<div></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_24 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39584" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-480x360.jpeg '
'480w" title="Talita Bio Pic" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_25 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><strong>Talita</strong><b><i> Moss</i></b><i> is a '
'yoga teacher and ELDOA trainer in coastal CT. Practicing since '
'2004 and teaching since 2013, Talita focuses on teaching '
'sustainable movement practices with attention to joint health '
'and strength. Her classes invite students to explore the '
'potential in their bodies with curiosity and play, approaching '
'movement in a way that is nourishing for the body and soothing '
'for the nervous system.</i></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_26 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_782">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Yoga & Sound Bath, Fall Series '
'(September 19 - October 24)</h2>\n'
'<p class="gform_description">Sign up for a single class or the '
'six-week series\n'
'Yoga & Sound Bath class Saturdays 9-10am</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/yoga-sound-bath-fall-series-13/" '
'data-formid="782" enctype="multipart/form-data" id="gform_782" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_782"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_782_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_782_1_3_container">\n'
'<input aria-required="true" id="input_782_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_782_1_6_container">\n'
'<input aria-required="true" id="input_782_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_2"><label '
'class="gfield_label gform-field-label" '
'for="input_782_2">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_782_2" name="input_2" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_10"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_782_10">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_782_10_1_container">\n'
'<input aria-required="true" id="input_782_10_1" '
'name="input_10.1" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_1" id="input_782_10_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_782_10_2_container">\n'
'<input aria-required="false" id="input_782_10_2" '
'name="input_10.2" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_2" id="input_782_10_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_782_10_3_container">\n'
'<input aria-required="true" id="input_782_10_3" '
'name="input_10.3" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_3" id="input_782_10_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_782_10_4_container">\n'
'<select aria-required="true" id="input_782_10_4" '
'name="input_10.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_4" id="input_782_10_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_782_10_5_container">\n'
'<input aria-required="true" id="input_782_10_5" '
'name="input_10.5" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_5" id="input_782_10_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_782_10_6" '
'name="input_10.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_3"><label class="gfield_label gform-field-label" '
'for="input_782_3">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="medium" id="input_782_3" name="input_3" type="tel" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-product gfield--type-choice '
'gfield--input-type-radio gfield--width-full gfield_price '
'gfield_price_782_5 gfield_product_782_5 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_5"><legend class="gfield_label '
'gform-field-label">Individual Drop-in Class</legend><div '
'class="gfield_description" id="gfield_description_782_5">$40 per '
'class -- select one date per registration. </div><div '
'class="ginput_container ginput_container_radio"><div '
'class="gfield_radio" id="input_782_5">\n'
'<div class="gchoice gchoice_782_5_0">\n'
'<input aria-describedby="gfield_description_782_5" '
'class="gfield-choice-input" id="choice_782_5_0" name="input_5" '
'onchange="gformToggleRadioOther( this )" type="radio" '
'value="September 19|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_0" id="label_782_5_0">September 19</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_1">\n'
'<input class="gfield-choice-input" id="choice_782_5_1" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="September 26|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_1" id="label_782_5_1">September 26</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_2">\n'
'<input class="gfield-choice-input" id="choice_782_5_2" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 3|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_2" id="label_782_5_2">October 3</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_3">\n'
'<input class="gfield-choice-input" id="choice_782_5_3" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 10|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_3" id="label_782_5_3">October 10</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_4">\n'
'<input class="gfield-choice-input" id="choice_782_5_4" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 17|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_4" id="label_782_5_4">October 17</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_5">\n'
'<input class="gfield-choice-input" id="choice_782_5_5" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 24|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_5" id="label_782_5_5">October 24</label>\n'
'</div></div></div></fieldset><div class="gfield '
'gfield--type-product gfield--input-type-singleproduct '
'gfield--width-full gfield_price gfield_price_782_17 '
'gfield_product_782_17 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_17"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_782_17_1"><span '
'class="gform-field-label gfield_label_product">Series of 6 '
'classes, please enter QTY not cost</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_17.1" type="hidden" '
'value="Series of 6 classes, please enter QTY not cost"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_782_17">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_782_17">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_782_17" '
'name="input_17.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_782_17_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_782_17" '
'aria-label="Quantity Series of 6 classes, please enter QTY not '
'cost" class="ginput_quantity" id="input_782_17_1" min="0" '
'name="input_17.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_782_ gfield_total '
'gfield_total_782_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_12"><label '
'class="gfield_label gform-field-label" '
'for="input_782_12">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_782" id="input_782_12" name="input_12" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_782_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_782_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option value="Credit '
'Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_782_8"><span class="ginput_full gform-grid-col" '
'id="input_782_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_782_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_782_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_1" id="input_782_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_782_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_782_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_782_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_782_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_782_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_782_8_5_container">\n'
'<input id="input_782_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_5" id="input_782_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_782" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_782"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_782" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_782" '
'id="gform_theme_782" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_782" '
'id="gform_style_settings_782" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_782" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="782"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="Wkw3+zYNe5nkbJz1Qcq56ZLoYUIi3jcmx/pVP+e2EAiisOZUZm3hIOpC+M5pi1PD74gHFFWV6AQT2vuYjbYHxJnXgKiFvLe/oSIR++XYq/fGRJI="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_782" type="hidden" '
'value="WyJ7XCI1XCI6W1wiMDFkZWU1OGI1NmZkNzQ5ZmFiMjM2YThmMzY3MTJmMjBcIixcIjBlZTRjMjFiYWVhYmQxYjc1NWE3Mzc1YWUzOGIxYjQyXCIsXCIwNTBjMTAyMmE0MjJkYTdlOTJiOTk4MzlmZDRkMGJiY1wiLFwiNTg4Mjg0ZDAzYjU4OGY1NDYzZjU1ZmY4NzlkZTUzY2NcIixcIjg4MTY3NDMxOWE3NmMzNWZkYjAzODMwOWQ3ZGNkNzBiXCIsXCIzZTFlYzYyYWQyN2VmYzNjMzczNThkY2Q3ZWRhY2Y1ZlwiXSxcIjE3LjFcIjpcImExMzQ2MDQ1MDRmY2NiOTNiOWM3OTFjOThmN2YwOTUyXCIsXCIxNy4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwifSIsIjY2NDM0YmEzYmIxMDU3ZjQ0YjRiNTNjYzA0Y2FmN2VjIl0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_782" '
'name="gform_target_page_number_782" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_782" '
'name="gform_source_page_number_782" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="213"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_27 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40615" decoding="async" height="1127" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1676px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png '
'1676w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-1280x861.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-980x659.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-480x323.png '
'480w" title="Yoga & Sound Bath press pic" '
'width="1676"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_28 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_13 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38963" decoding="async" height="1652" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-1280x826.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-980x632.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-480x310.jpg '
'480w" title="Yoga & Sound Bath pic" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_14 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38972" decoding="async" height="2269" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-1280x1135.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-980x869.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-480x425.jpg '
'480w" title="Yoga pic" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261010T090000/20261010T100000&text=Yoga%20%26%23038%3B%20Sound%20Bath%2C%20Fall%20Series&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/yoga-sound-bath-fall-series-13/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-10T09%3A00%3A00-03%3A00&enddt=2026-10-10T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-10T09%3A00%3A00-03%3A00&enddt=2026-10-10T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-10"> October 10 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-10">\n'
'\t\t\t\t\t\t9:00 am - 10:00 am\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/member-meet-up/"><span>«</span> '
'Member Meet up</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/2026-waveny-park-arts-fest/">4th '
'Annual Waveny Park Arts Festival <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/2026-waveny-park-arts-fest/> (referer: None) ['zyte-api']
2026-08-11 14:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11356
2026-08-11 14:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/2026-waveny-park-arts-fest/>
{'event_url': 'https://carriagebarn.org/event/2026-waveny-park-arts-fest/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">4th Annual Waveny '
'Park Arts Festival</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 11 @ 10:00 '
'am</span> - <span class="tribe-event-time">4:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="4th Annual Waveny Park Arts Festival - Carriage '
'Barn Arts Center" data-viewtitle="4th Annual Waveny Park Arts '
'Festival" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/decorative-tray-workshop/">Create '
'& Gild: Decorative Tray Workshop <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41278 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41278">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="800" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) 1000px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2024/02/ArtsFest-collage-e1726070702159.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2024/02/ArtsFest-collage-980x784.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2024/02/ArtsFest-collage-480x384.png '
'480w" width="1000"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_2 et_pb_row et_block_row">\n'
'<div class="et_pb_column_2 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><a '
'href="https://carriagebarn.org/wp-content/uploads/2026/06/ArtsFest-directions-2-scaled.png"><img '
'alt="" class="alignleft size-full wp-image-41277" '
'decoding="async" height="2560" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1707px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/06/ArtsFest-directions-2-scaled.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/06/ArtsFest-directions-2-scaled.png '
'1707w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/ArtsFest-directions-2-1280x1920.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/ArtsFest-directions-2-980x1470.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/06/ArtsFest-directions-2-480x720.png '
'480w" width="1707"/></a></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261011T100000/20261011T160000&text=4th%20Annual%20Waveny%20Park%20Arts%20Festival&details=&location=Carriage%20Barn%20Arts%20Center,%20681%20South%20Avenue,%20New%20canaan,%20CT,%2006840,%20United%20States&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/2026-waveny-park-arts-fest/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-11T10%3A00%3A00-03%3A00&enddt=2026-10-11T16%3A00%3A00-03%3A00&location=Carriage%20Barn%20Arts%20Center,%20681%20South%20Avenue,%20New%20canaan,%20CT,%2006840,%20United%20States&subject=4th%20Annual%20Waveny%20Park%20Arts%20Festival&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-11T10%3A00%3A00-03%3A00&enddt=2026-10-11T16%3A00%3A00-03%3A00&location=Carriage%20Barn%20Arts%20Center,%20681%20South%20Avenue,%20New%20canaan,%20CT,%2006840,%20United%20States&subject=4th%20Annual%20Waveny%20Park%20Arts%20Festival&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-11"> October 11 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-11">\n'
'\t\t\t\t\t\t10:00 am - 4:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> Carriage Barn '
'Arts Center </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">681 South Avenue</span>\n'
'<br/>\n'
'<span class="tribe-locality">New canaan</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06840</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=681+South+Avenue+New+canaan+CT+06840+United+States" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="http://www.carriagebarn.org/event-marvlous-metamorphoses" '
'rel="external" target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap">\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=681+South+Avenue+New+canaan+CT+06840+United+States+&zoom=10" '
'style="border:0" title="Google maps iframe displaying the '
'address to Carriage Barn Arts Center" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-13/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/decorative-tray-workshop/">Create '
'& Gild: Decorative Tray Workshop <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/> (referer: None) ['zyte-api']
2026-08-11 14:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 14:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 36397
2026-08-11 14:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/>
{'event_url': 'https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Yoga & Sound '
'Bath, Fall Series</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 17 @ 9:00 '
'am</span> - <span class="tribe-event-time">10:00 am</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Yoga & Sound Bath, Fall Series - Carriage '
'Barn Arts Center" data-viewtitle="Yoga & Sound Bath, Fall '
'Series" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/decorative-tray-workshop/"><span>«</span> '
'Create & Gild: Decorative Tray Workshop</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41531 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41531">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-480x270.jpg '
'480w" width="1920"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h1 class="entry-title main_title"><strong>Saturdays 9-10am, '
'September 19 – October 24</strong></h1>\n'
'<p>Join us Saturday mornings for a continuing wellness '
'collaboration between the Carriage Barn and Diane Nickelberg '
'Barnett and introducing yoga instructor Talita Moss. This Gentle '
'Yoga and Sound Bath series will engage both body and mind to '
'help melt away the stresses of the week and start your weekend '
'right!</p>\n'
'<p>After a brief opening meditation, we’ll stretch and loosen up '
'with a gentle yoga practice, accompanied by the soft sounds of '
'Crystal and Tibetan singing bowls, chimes, gongs, drums and '
'more. You’ll then sink into an extended Savasana like no other '
'while you become immersed in the magical sounds of the healing '
'instruments, creating vibrational energy to lull you into a '
'deeply relaxed, meditative state.<span '
'class="Apple-converted-space">\xa0</span></p>\n'
'<p>Open to all levels; no experience needed. Please bring a mat '
'and any other props for comfort- blanket, bolster, pillow, eye '
'covering, etc.\xa0\xa0</p>\n'
'</div>\n'
'<div>\n'
'<p><strong>$40 per class / $210 series of 6 classes (register '
'below)</strong></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_block_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_22 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39585" decoding="async" height="1018" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1100px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-1100x720.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-480x270.jpeg '
'480w" title="Candlelit SB Diane Chimes pic" '
'width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><strong>Diane Nickelberg-Barnett</strong><span>\xa0</span>is '
'the founder of Grounded Meditation and a successful NYC Real '
'Estate attorney who realized years ago that she needed something '
'to help balance the stress and chaos of her busy and demanding '
'career. Diane is a graduate of Cornell University and CUNY '
'School of Law, and holds multiple certifications in teaching '
'meditation and yoga (including Yoga Nidra), sound healing, '
'tapping (EFT),\xa0 and has completed training as a Dancing '
'Mindfulness Facilitator.</p>\n'
'</div>\n'
'<div></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_24 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39584" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-480x360.jpeg '
'480w" title="Talita Bio Pic" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_25 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><strong>Talita</strong><b><i> Moss</i></b><i> is a '
'yoga teacher and ELDOA trainer in coastal CT. Practicing since '
'2004 and teaching since 2013, Talita focuses on teaching '
'sustainable movement practices with attention to joint health '
'and strength. Her classes invite students to explore the '
'potential in their bodies with curiosity and play, approaching '
'movement in a way that is nourishing for the body and soothing '
'for the nervous system.</i></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_26 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_782">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Yoga & Sound Bath, Fall Series '
'(September 19 - October 24)</h2>\n'
'<p class="gform_description">Sign up for a single class or the '
'six-week series\n'
'Yoga & Sound Bath class Saturdays 9-10am</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/yoga-sound-bath-fall-series-14/" '
'data-formid="782" enctype="multipart/form-data" id="gform_782" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_782"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_782_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_782_1_3_container">\n'
'<input aria-required="true" id="input_782_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_782_1_6_container">\n'
'<input aria-required="true" id="input_782_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_2"><label '
'class="gfield_label gform-field-label" '
'for="input_782_2">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_782_2" name="input_2" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_10"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_782_10">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_782_10_1_container">\n'
'<input aria-required="true" id="input_782_10_1" '
'name="input_10.1" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_1" id="input_782_10_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_782_10_2_container">\n'
'<input aria-required="false" id="input_782_10_2" '
'name="input_10.2" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_2" id="input_782_10_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_782_10_3_container">\n'
'<input aria-required="true" id="input_782_10_3" '
'name="input_10.3" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_3" id="input_782_10_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_782_10_4_container">\n'
'<select aria-required="true" id="input_782_10_4" '
'name="input_10.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_4" id="input_782_10_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_782_10_5_container">\n'
'<input aria-required="true" id="input_782_10_5" '
'name="input_10.5" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_5" id="input_782_10_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_782_10_6" '
'name="input_10.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_3"><label class="gfield_label gform-field-label" '
'for="input_782_3">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="medium" id="input_782_3" name="input_3" type="tel" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-product gfield--type-choice '
'gfield--input-type-radio gfield--width-full gfield_price '
'gfield_price_782_5 gfield_product_782_5 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_5"><legend class="gfield_label '
'gform-field-label">Individual Drop-in Class</legend><div '
'class="gfield_description" id="gfield_description_782_5">$40 per '
'class -- select one date per registration. </div><div '
'class="ginput_container ginput_container_radio"><div '
'class="gfield_radio" id="input_782_5">\n'
'<div class="gchoice gchoice_782_5_0">\n'
'<input aria-describedby="gfield_description_782_5" '
'class="gfield-choice-input" id="choice_782_5_0" name="input_5" '
'onchange="gformToggleRadioOther( this )" type="radio" '
'value="September 19|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_0" id="label_782_5_0">September 19</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_1">\n'
'<input class="gfield-choice-input" id="choice_782_5_1" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="September 26|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_1" id="label_782_5_1">September 26</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_2">\n'
'<input class="gfield-choice-input" id="choice_782_5_2" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 3|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_2" id="label_782_5_2">October 3</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_3">\n'
'<input class="gfield-choice-input" id="choice_782_5_3" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 10|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_3" id="label_782_5_3">October 10</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_4">\n'
'<input class="gfield-choice-input" id="choice_782_5_4" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 17|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_4" id="label_782_5_4">October 17</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_5">\n'
'<input class="gfield-choice-input" id="choice_782_5_5" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 24|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_5" id="label_782_5_5">October 24</label>\n'
'</div></div></div></fieldset><div class="gfield '
'gfield--type-product gfield--input-type-singleproduct '
'gfield--width-full gfield_price gfield_price_782_17 '
'gfield_product_782_17 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_17"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_782_17_1"><span '
'class="gform-field-label gfield_label_product">Series of 6 '
'classes, please enter QTY not cost</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_17.1" type="hidden" '
'value="Series of 6 classes, please enter QTY not cost"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_782_17">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_782_17">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_782_17" '
'name="input_17.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_782_17_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_782_17" '
'aria-label="Quantity Series of 6 classes, please enter QTY not '
'cost" class="ginput_quantity" id="input_782_17_1" min="0" '
'name="input_17.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_782_ gfield_total '
'gfield_total_782_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_12"><label '
'class="gfield_label gform-field-label" '
'for="input_782_12">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_782" id="input_782_12" name="input_12" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_782_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_782_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option value="Credit '
'Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_782_8"><span class="ginput_full gform-grid-col" '
'id="input_782_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_782_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_782_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_1" id="input_782_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_782_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_782_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_782_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_782_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_782_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_782_8_5_container">\n'
'<input id="input_782_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_5" id="input_782_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_782" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_782"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_782" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_782" '
'id="gform_theme_782" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_782" '
'id="gform_style_settings_782" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_782" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="782"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="f6wR7DdMd+30cMNAIpwZzUIOgsHPRY8Pt9yIjS2KEWJvotY3sS1r33x71v0L5TzspHg4IpLVEggokRWn8aMqJVBOOfGuqj0hxTlD5/NmkxcU6Vg="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_782" type="hidden" '
'value="WyJ7XCI1XCI6W1wiMDFkZWU1OGI1NmZkNzQ5ZmFiMjM2YThmMzY3MTJmMjBcIixcIjBlZTRjMjFiYWVhYmQxYjc1NWE3Mzc1YWUzOGIxYjQyXCIsXCIwNTBjMTAyMmE0MjJkYTdlOTJiOTk4MzlmZDRkMGJiY1wiLFwiNTg4Mjg0ZDAzYjU4OGY1NDYzZjU1ZmY4NzlkZTUzY2NcIixcIjg4MTY3NDMxOWE3NmMzNWZkYjAzODMwOWQ3ZGNkNzBiXCIsXCIzZTFlYzYyYWQyN2VmYzNjMzczNThkY2Q3ZWRhY2Y1ZlwiXSxcIjE3LjFcIjpcImExMzQ2MDQ1MDRmY2NiOTNiOWM3OTFjOThmN2YwOTUyXCIsXCIxNy4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwifSIsIjY2NDM0YmEzYmIxMDU3ZjQ0YjRiNTNjYzA0Y2FmN2VjIl0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_782" '
'name="gform_target_page_number_782" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_782" '
'name="gform_source_page_number_782" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="126"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_27 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40615" decoding="async" height="1127" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1676px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png '
'1676w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-1280x861.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-980x659.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-480x323.png '
'480w" title="Yoga & Sound Bath press pic" '
'width="1676"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_28 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_13 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38963" decoding="async" height="1652" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-1280x826.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-980x632.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-480x310.jpg '
'480w" title="Yoga & Sound Bath pic" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_14 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38972" decoding="async" height="2269" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-1280x1135.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-980x869.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-480x425.jpg '
'480w" title="Yoga pic" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261017T090000/20261017T100000&text=Yoga%20%26%23038%3B%20Sound%20Bath%2C%20Fall%20Series&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/yoga-sound-bath-fall-series-14/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-17T09%3A00%3A00-03%3A00&enddt=2026-10-17T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-17T09%3A00%3A00-03%3A00&enddt=2026-10-17T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-17"> October 17 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-17">\n'
'\t\t\t\t\t\t9:00 am - 10:00 am\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/decorative-tray-workshop/"><span>«</span> '
'Create & Gild: Decorative Tray Workshop</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/decorative-tray-workshop/> (referer: None) ['zyte-api']
2026-08-11 14:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 30703
2026-08-11 14:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/decorative-tray-workshop/>
{'event_url': 'https://carriagebarn.org/event/decorative-tray-workshop/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Create & Gild: '
'Decorative Tray Workshop</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 14 @ 10:00 '
'am</span> - <span class="tribe-event-time">2:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Create & Gild: Decorative Tray Workshop - '
'Carriage Barn Arts Center" data-viewtitle="Create & Gild: '
'Decorative Tray Workshop" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/2026-waveny-park-arts-fest/"><span>«</span> '
'4th Annual Waveny Park Arts Festival</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41370 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41370">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1440" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Create-and-Gild-graphic-pdf.jpg" '
'width="2560"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_6 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_6 et_pb_row et_block_row">\n'
'<div class="et_pb_column_10 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_4 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="color: #000000;">In '
'this three hour workshop led by an instructor from the renowned '
"Isabel O'Neil studio in NYC, students are guided through the "
'process of gilding using variegated metallic leaf.\xa0 '
'</span></p>\n'
'<p><span style="color: #000000;">Participants will created '
'customized monogrammed trays to take home the same day. '
'</span></p>\n'
'<p><span style="color: #000000;">All supplies will be '
'provided.</span></p>\n'
'<p><span style="color: #800000;"><strong>$225 per person / Pls '
'register below</strong></span></p>\n'
'<p><span style="color: #000000;">Class will be limited to ten '
'participants.\xa0</span><span></span></p>\n'
'<p><span style="color: #800000;"><strong>Isabel O’Neil opened '
'her eponymous Studio in 1955</strong></span>.<span style="color: '
'#000000;"> A visionary teacher, conservator, and inventor in the '
'field of decorative arts, once called, “the grande dame of '
'American painted finishes,” by <i>House & Garden</i>\xa0'
'magazine, she inspired many students to dedicate themselves to '
'the continued teaching and preservation of the art and craft of '
'the<i>\xa0</i>painted finish.\xa0\xa0</span></p>\n'
'<p><span style="color: #000000;">Today master artisan-teachers '
'at the Isabel O’Neil Studio carry on the legacy of Isabel by '
'guiding students through a traditional journeyman guild system '
'that encourages creative innovation.\xa0</span></p>\n'
'<p>\xa0</p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_section_7 et_pb_section et_section_regular '
'et_flex_section">\n'
'<div class="et_pb_row_7 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_11 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_6 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41377" decoding="async" height="630" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1200px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Isabel-O-Neill-logo.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Isabel-O-Neill-logo.jpeg '
'1200w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Isabel-O-Neill-logo-980x515.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Isabel-O-Neill-logo-480x252.jpeg '
'480w" title="Isabel O Neill logo" width="1200"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_12 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 '
'et_flex_column_8_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_7 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41378" decoding="async" height="873" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/patent_leaf.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/patent_leaf.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/patent_leaf-980x778.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/patent_leaf-480x381.jpeg '
'480w" title="patent_leaf" width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_13 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_8_24 et_flex_column_8_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_8 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41383" decoding="async" height="930" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) 1206px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Tray-pic.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Tray-pic.jpeg '
'1206w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Tray-pic-980x756.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Tray-pic-480x370.jpeg '
'480w" title="Screenshot" width="1206"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_section_8 et_pb_section et_section_regular '
'et_flex_section">\n'
'<div class="et_pb_row_8 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_14 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_5 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><p>\xa0</p>\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_774">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Create and Gild: Decorative Tray '
'Workshop 10/14/26</h2>\n'
'<p class="gform_description">Registration for Create and Gild: '
'Decorative Tray Workshop 10/14/26</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/decorative-tray-workshop/" '
'data-formid="774" enctype="multipart/form-data" id="gform_774" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_774"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_774_3"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_774_3">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_774_3_3_container">\n'
'<input aria-required="true" id="input_774_3_3" name="input_3.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_3_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_774_3_6_container">\n'
'<input aria-required="true" id="input_774_3_6" name="input_3.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_3_6">Last</label>\n'
'</span>\n'
'</div></fieldset><fieldset class="gfield gfield--type-address '
'gfield--input-type-address field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_774_4"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address</legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_774_4">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_774_4_1_container">\n'
'<input aria-required="false" id="input_774_4_1" name="input_4.1" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_4_1" id="input_774_4_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_774_4_2_container">\n'
'<input aria-required="false" id="input_774_4_2" name="input_4.2" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_4_2" id="input_774_4_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_774_4_3_container">\n'
'<input aria-required="false" id="input_774_4_3" name="input_4.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_4_3" id="input_774_4_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_774_4_4_container">\n'
'<select aria-required="false" id="input_774_4_4" '
'name="input_4.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_4_4" id="input_774_4_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_774_4_5_container">\n'
'<input aria-required="false" id="input_774_4_5" name="input_4.5" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_4_5" id="input_774_4_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_774_4_6" '
'name="input_4.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_774_6"><label '
'class="gfield_label gform-field-label" '
'for="input_774_6">Phone<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_phone"><input '
'aria-invalid="false" aria-required="true" class="medium" '
'id="input_774_6" name="input_6" type="tel" '
'value=""/></div></div><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_774_5"><label '
'class="gfield_label gform-field-label" '
'for="input_774_5">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_774_5" name="input_5" type="email" value=""/>\n'
'</div></div><div class="gfield gfield--type-product '
'gfield--input-type-singleproduct gfield_price gfield_price_774_1 '
'gfield_product_774_1 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_774_1"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_774_1_1"><span '
'class="gform-field-label gfield_label_product">Create and Gild: '
'Decorative Tray Workshop</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="gfield_description" id="gfield_description_774_1">Enter '
'number of Attendees</div><div class="ginput_container '
'ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_1.1" type="hidden" '
'value="Create and Gild: Decorative Tray Workshop"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_774_1">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_774_1">$225.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_774_1" '
'name="input_1.2" type="hidden" value="$225.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_774_1_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_774_1 '
'gfield_description_774_1" aria-label="Quantity Create and Gild: '
'Decorative Tray Workshop" class="ginput_quantity" '
'id="input_774_1_1" min="0" name="input_1.3" size="10" '
'type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_774_ gfield_total '
'gfield_total_774_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_774_8"><label '
'class="gfield_label gform-field-label" '
'for="input_774_8">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_774" id="input_774_8" name="input_8" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_774_7"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_774_7_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method"><select aria-label="Payment Method" '
'class="medium gfield_select" id="input_7_6" '
'name="input_7.6"><option selected="" value="Credit Card">Credit '
'Card</option><option value="PayPal Checkout">PayPal '
'Checkout</option></select></div><div class="ginput_complex '
'ginput_container ginput_container_custom_card_fields '
'gform-grid-row" id="input_774_7"><span class="ginput_full '
'gform-grid-col" id="input_774_7_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_774_7_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_774_7_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_7_1" id="input_774_7_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_774_7_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_774_7_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_774_7_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_7_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_774_7_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_774_7_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_7_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_774_7_5_container">\n'
'<input id="input_774_7_5" name="input_7.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_774_7_5" id="input_774_7_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_774" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_774"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_774" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_774" '
'id="gform_theme_774" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_774" '
'id="gform_style_settings_774" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_774" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="774"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="1xAlDR6/69Gsap5+1j4Xzk0EHmZRIsnYEWAje6zA3oWhzFGeAd/4AJCg8CXZgduUwcrBESQoqf9T6/Zwd5K6giSpIUtqErcVfk3K8lXRGAJJ0Io="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_774" type="hidden" '
'value="WyJ7XCIxLjFcIjpcIjE3MzIyNWEwYjE0N2JhOTE5ZDQ3NzdkZjgxNzBlZDIyXCIsXCIxLjJcIjpcImFmM2UxMjAwNjA5ZmE1N2JmOGVhMjhjYTJlZmY5YjA3XCJ9IiwiZDNkYTdmYTliMmIzNmYzZTgwNTZhNDY0OTQ2Yzc1NTciXQ=="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_774" '
'name="gform_target_page_number_774" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_774" '
'name="gform_source_page_number_774" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="188"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261014T100000/20261014T140000&text=Create%20%26%23038%3B%20Gild%3A%20Decorative%20Tray%20Workshop&details=&location=Carriage%20Barn%20Arts%20Center,%20681%20South%20Avenue,%20New%20canaan,%20CT,%2006840,%20United%20States&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/decorative-tray-workshop/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-14T10%3A00%3A00-03%3A00&enddt=2026-10-14T14%3A00%3A00-03%3A00&location=Carriage%20Barn%20Arts%20Center,%20681%20South%20Avenue,%20New%20canaan,%20CT,%2006840,%20United%20States&subject=Create%20%26%20Gild%3A%20Decorative%20Tray%20Workshop&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-14T10%3A00%3A00-03%3A00&enddt=2026-10-14T14%3A00%3A00-03%3A00&location=Carriage%20Barn%20Arts%20Center,%20681%20South%20Avenue,%20New%20canaan,%20CT,%2006840,%20United%20States&subject=Create%20%26%20Gild%3A%20Decorative%20Tray%20Workshop&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-14"> October 14 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-14">\n'
'\t\t\t\t\t\t10:00 am - 2:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> Carriage Barn '
'Arts Center </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">681 South Avenue</span>\n'
'<br/>\n'
'<span class="tribe-locality">New canaan</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06840</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=681+South+Avenue+New+canaan+CT+06840+United+States" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="http://www.carriagebarn.org/event-marvlous-metamorphoses" '
'rel="external" target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap">\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=681+South+Avenue+New+canaan+CT+06840+United+States+&zoom=10" '
'style="border:0" title="Google maps iframe displaying the '
'address to Carriage Barn Arts Center" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/2026-waveny-park-arts-fest/"><span>«</span> '
'4th Annual Waveny Park Arts Festival</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/">Yoga '
'& Sound Bath, Fall Series <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/> (referer: None) ['zyte-api']
2026-08-11 14:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 36453
2026-08-11 14:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/>
{'event_url': 'https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Yoga & Sound '
'Bath, Fall Series</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 24 @ 9:00 '
'am</span> - <span class="tribe-event-time">10:00 am</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Yoga & Sound Bath, Fall Series - Carriage '
'Barn Arts Center" data-viewtitle="Yoga & Sound Bath, Fall '
'Series" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/bruce-sargent-okeeffe/">Bruce '
'Museum Tour & Lunch: American Stories from Sargent to '
'O’Keeffe <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-41536 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-41536">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1920px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1.jpg '
'1920w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-1280x720.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-980x551.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Yoga-Sound-Bath-Graphic-1-480x270.jpg '
'480w" width="1920"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_2 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_12 et_pb_row et_block_row">\n'
'<div class="et_pb_column_20 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_8 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><div>\n'
'<h1 class="entry-title main_title"><strong>Saturdays 9-10am, '
'September 19 – October 24</strong></h1>\n'
'<p>Join us Saturday mornings for a continuing wellness '
'collaboration between the Carriage Barn and Diane Nickelberg '
'Barnett and introducing yoga instructor Talita Moss. This Gentle '
'Yoga and Sound Bath series will engage both body and mind to '
'help melt away the stresses of the week and start your weekend '
'right!</p>\n'
'<p>After a brief opening meditation, we’ll stretch and loosen up '
'with a gentle yoga practice, accompanied by the soft sounds of '
'Crystal and Tibetan singing bowls, chimes, gongs, drums and '
'more. You’ll then sink into an extended Savasana like no other '
'while you become immersed in the magical sounds of the healing '
'instruments, creating vibrational energy to lull you into a '
'deeply relaxed, meditative state.<span '
'class="Apple-converted-space">\xa0</span></p>\n'
'<p>Open to all levels; no experience needed. Please bring a mat '
'and any other props for comfort- blanket, bolster, pillow, eye '
'covering, etc.\xa0\xa0</p>\n'
'</div>\n'
'<div>\n'
'<p><strong>$40 per class / $210 series of 6 classes (register '
'below)</strong></p>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_13 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_21 et_pb_column et-last-child '
'et_block_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_divider_2 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_14 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_22 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_10 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39585" decoding="async" height="1018" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1100px) 1100px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-1100x720.jpeg '
'1100w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-980x551.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Candlelit-SB-Diane-Chimes-pic-scaled-e1765996348895-480x270.jpeg '
'480w" title="Candlelit SB Diane Chimes pic" '
'width="1100"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_23 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_9 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div '
'class="et_pb_text_inner"><div>\n'
'<p><strong>Diane Nickelberg-Barnett</strong><span>\xa0</span>is '
'the founder of Grounded Meditation and a successful NYC Real '
'Estate attorney who realized years ago that she needed something '
'to help balance the stress and chaos of her busy and demanding '
'career. Diane is a graduate of Cornell University and CUNY '
'School of Law, and holds multiple certifications in teaching '
'meditation and yoga (including Yoga Nidra), sound healing, '
'tapping (EFT),\xa0 and has completed training as a Dancing '
'Mindfulness Facilitator.</p>\n'
'</div>\n'
'<div></div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_15 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_24 et_pb_column et_flex_column '
'et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 '
'et_flex_column_12_24_tablet et_flex_column_24_24_phone">\n'
'<div class="et_pb_image_11 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-39584" decoding="async" height="1920" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-scaled.jpeg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-1280x960.jpeg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-980x735.jpeg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/12/Talita-Bio-Pic-480x360.jpeg '
'480w" title="Talita Bio Pic" width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_25 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_12_24 et_flex_column_12_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_10 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner"><p '
'class="p1"><strong>Talita</strong><b><i> Moss</i></b><i> is a '
'yoga teacher and ELDOA trainer in coastal CT. Practicing since '
'2004 and teaching since 2013, Talita focuses on teaching '
'sustainable movement practices with attention to joint health '
'and strength. Her classes invite students to explore the '
'potential in their bodies with curiosity and play, approaching '
'movement in a way that is nourishing for the body and soothing '
'for the nervous system.</i></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_16 et_pb_row et_flex_row">\n'
'<div class="et_pb_column_26 et_pb_column et-last-child '
'et_flex_column et_pb_css_mix_blend_mode_passthrough '
'et_flex_column_24_24 et_flex_column_24_24_tablet '
'et_flex_column_24_24_phone">\n'
'<div class="et_pb_text_11 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_flex_module"><div class="et_pb_text_inner">\n'
'<div class="gf_browser_chrome gform_wrapper gravity-theme '
'gform-theme--no-framework" data-form-index="0" '
'data-form-theme="gravity-theme" id="gform_wrapper_782">\n'
'<div class="gform_heading">\n'
'<h2 class="gform_title">Yoga & Sound Bath, Fall Series '
'(September 19 - October 24)</h2>\n'
'<p class="gform_description">Sign up for a single class or the '
'six-week series\n'
'Yoga & Sound Bath class Saturdays 9-10am</p>\n'
'<p class="gform_required_legend">"<span class="gfield_required '
'gfield_required_asterisk">*</span>" indicates required '
'fields</p>\n'
'</div><form action="/event/yoga-sound-bath-fall-series-15/" '
'data-formid="782" enctype="multipart/form-data" id="gform_782" '
'method="post" novalidate=""><div '
'id="payments-sdk__contingency-lightbox"></div>\n'
'<div class="gform-body gform_body"><div class="gform_fields '
'top_label form_sublabel_below description_below '
'validation_below" id="gform_fields_782"><fieldset class="gfield '
'gfield--type-name gfield--input-type-name '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_1"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Name<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend><div '
'class="ginput_complex ginput_container ginput_container--name '
'no_prefix has_first_name no_middle_name has_last_name no_suffix '
'gf_name_has_2 ginput_container_name gform-grid-row" '
'id="input_782_1">\n'
'<span class="name_first gform-grid-col '
'gform-grid-col--size-auto" id="input_782_1_3_container">\n'
'<input aria-required="true" id="input_782_1_3" name="input_1.3" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_3">First</label>\n'
'</span>\n'
'<span class="name_last gform-grid-col gform-grid-col--size-auto" '
'id="input_782_1_6_container">\n'
'<input aria-required="true" id="input_782_1_6" name="input_1.6" '
'type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_1_6">Last</label>\n'
'</span>\n'
'</div></fieldset><div class="gfield gfield--type-email '
'gfield--input-type-email gfield_contains_required '
'field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_2"><label '
'class="gfield_label gform-field-label" '
'for="input_782_2">Email<span class="gfield_required"><span '
'class="gfield_required '
'gfield_required_asterisk">*</span></span></label><div '
'class="ginput_container ginput_container_email">\n'
'<input aria-invalid="false" aria-required="true" class="medium" '
'id="input_782_2" name="input_2" type="email" value=""/>\n'
'</div></div><fieldset class="gfield gfield--type-address '
'gfield--input-type-address gfield--width-full '
'gfield_contains_required field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_10"><legend class="gfield_label gform-field-label '
'gfield_label_before_complex">Address<span '
'class="gfield_required"><span class="gfield_required '
'gfield_required_asterisk">*</span></span></legend>\n'
'<div class="ginput_complex ginput_container has_street '
'has_street2 has_city has_state has_zip ginput_container_address '
'gform-grid-row" id="input_782_10">\n'
'<span class="ginput_full address_line_1 ginput_address_line_1 '
'gform-grid-col" id="input_782_10_1_container">\n'
'<input aria-required="true" id="input_782_10_1" '
'name="input_10.1" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_1" id="input_782_10_1_label">Street '
'Address</label>\n'
'</span><span class="ginput_full address_line_2 '
'ginput_address_line_2 gform-grid-col" '
'id="input_782_10_2_container">\n'
'<input aria-required="false" id="input_782_10_2" '
'name="input_10.2" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_2" id="input_782_10_2_label">Address Line '
'2</label>\n'
'</span><span class="ginput_left address_city ginput_address_city '
'gform-grid-col" id="input_782_10_3_container">\n'
'<input aria-required="true" id="input_782_10_3" '
'name="input_10.3" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_3" id="input_782_10_3_label">City</label>\n'
'</span><span class="ginput_right address_state '
'ginput_address_state gform-grid-col" '
'id="input_782_10_4_container">\n'
'<select aria-required="true" id="input_782_10_4" '
'name="input_10.4"><option selected="" value=""></option><option '
'value="Alabama">Alabama</option><option '
'value="Alaska">Alaska</option><option value="American '
'Samoa">American Samoa</option><option '
'value="Arizona">Arizona</option><option '
'value="Arkansas">Arkansas</option><option '
'value="California">California</option><option '
'value="Colorado">Colorado</option><option '
'value="Connecticut">Connecticut</option><option '
'value="Delaware">Delaware</option><option value="District of '
'Columbia">District of Columbia</option><option '
'value="Florida">Florida</option><option '
'value="Georgia">Georgia</option><option '
'value="Guam">Guam</option><option '
'value="Hawaii">Hawaii</option><option '
'value="Idaho">Idaho</option><option '
'value="Illinois">Illinois</option><option '
'value="Indiana">Indiana</option><option '
'value="Iowa">Iowa</option><option '
'value="Kansas">Kansas</option><option '
'value="Kentucky">Kentucky</option><option '
'value="Louisiana">Louisiana</option><option '
'value="Maine">Maine</option><option '
'value="Maryland">Maryland</option><option '
'value="Massachusetts">Massachusetts</option><option '
'value="Michigan">Michigan</option><option '
'value="Minnesota">Minnesota</option><option '
'value="Mississippi">Mississippi</option><option '
'value="Missouri">Missouri</option><option '
'value="Montana">Montana</option><option '
'value="Nebraska">Nebraska</option><option '
'value="Nevada">Nevada</option><option value="New Hampshire">New '
'Hampshire</option><option value="New Jersey">New '
'Jersey</option><option value="New Mexico">New '
'Mexico</option><option value="New York">New York</option><option '
'value="North Carolina">North Carolina</option><option '
'value="North Dakota">North Dakota</option><option '
'value="Northern Mariana Islands">Northern Mariana '
'Islands</option><option value="Ohio">Ohio</option><option '
'value="Oklahoma">Oklahoma</option><option '
'value="Oregon">Oregon</option><option '
'value="Pennsylvania">Pennsylvania</option><option value="Puerto '
'Rico">Puerto Rico</option><option value="Rhode Island">Rhode '
'Island</option><option value="South Carolina">South '
'Carolina</option><option value="South Dakota">South '
'Dakota</option><option '
'value="Tennessee">Tennessee</option><option '
'value="Texas">Texas</option><option '
'value="Utah">Utah</option><option value="U.S. Virgin '
'Islands">U.S. Virgin Islands</option><option '
'value="Vermont">Vermont</option><option '
'value="Virginia">Virginia</option><option '
'value="Washington">Washington</option><option value="West '
'Virginia">West Virginia</option><option '
'value="Wisconsin">Wisconsin</option><option '
'value="Wyoming">Wyoming</option><option value="Armed Forces '
'Americas">Armed Forces Americas</option><option value="Armed '
'Forces Europe">Armed Forces Europe</option><option value="Armed '
'Forces Pacific">Armed Forces Pacific</option></select>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_4" id="input_782_10_4_label">State</label>\n'
'</span><span class="ginput_left address_zip ginput_address_zip '
'gform-grid-col" id="input_782_10_5_container">\n'
'<input aria-required="true" id="input_782_10_5" '
'name="input_10.5" type="text" value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_10_5" id="input_782_10_5_label">ZIP Code</label>\n'
'</span><input class="gform_hidden" id="input_782_10_6" '
'name="input_10.6" type="hidden" value="United States"/>\n'
'<div class="gf_clear gf_clear_complex"></div>\n'
'</div></fieldset><div class="gfield gfield--type-phone '
'gfield--input-type-phone field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible" '
'id="field_782_3"><label class="gfield_label gform-field-label" '
'for="input_782_3">Phone</label><div class="ginput_container '
'ginput_container_phone"><input aria-invalid="false" '
'class="medium" id="input_782_3" name="input_3" type="tel" '
'value=""/></div></div><fieldset class="gfield '
'gfield--type-product gfield--type-choice '
'gfield--input-type-radio gfield--width-full gfield_price '
'gfield_price_782_5 gfield_product_782_5 field_sublabel_below '
'gfield--has-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_5"><legend class="gfield_label '
'gform-field-label">Individual Drop-in Class</legend><div '
'class="gfield_description" id="gfield_description_782_5">$40 per '
'class -- select one date per registration. </div><div '
'class="ginput_container ginput_container_radio"><div '
'class="gfield_radio" id="input_782_5">\n'
'<div class="gchoice gchoice_782_5_0">\n'
'<input aria-describedby="gfield_description_782_5" '
'class="gfield-choice-input" id="choice_782_5_0" name="input_5" '
'onchange="gformToggleRadioOther( this )" type="radio" '
'value="September 19|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_0" id="label_782_5_0">September 19</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_1">\n'
'<input class="gfield-choice-input" id="choice_782_5_1" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="September 26|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_1" id="label_782_5_1">September 26</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_2">\n'
'<input class="gfield-choice-input" id="choice_782_5_2" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 3|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_2" id="label_782_5_2">October 3</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_3">\n'
'<input class="gfield-choice-input" id="choice_782_5_3" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 10|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_3" id="label_782_5_3">October 10</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_4">\n'
'<input class="gfield-choice-input" id="choice_782_5_4" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 17|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_4" id="label_782_5_4">October 17</label>\n'
'</div>\n'
'<div class="gchoice gchoice_782_5_5">\n'
'<input class="gfield-choice-input" id="choice_782_5_5" '
'name="input_5" onchange="gformToggleRadioOther( this )" '
'type="radio" value="October 24|40"/>\n'
'<label class="gform-field-label gform-field-label--type-inline" '
'for="choice_782_5_5" id="label_782_5_5">October 24</label>\n'
'</div></div></div></fieldset><div class="gfield '
'gfield--type-product gfield--input-type-singleproduct '
'gfield--width-full gfield_price gfield_price_782_17 '
'gfield_product_782_17 field_sublabel_below '
'gfield--no-description field_description_above '
'field_validation_below gfield_visibility_visible" '
'id="field_782_17"><label class="gfield_label gform-field-label '
'gfield_label_before_complex" for="input_782_17_1"><span '
'class="gform-field-label gfield_label_product">Series of 6 '
'classes, please enter QTY not cost</span> <span '
'class="screen-reader-text">Quantity</span></label><div '
'class="ginput_container ginput_container_singleproduct">\n'
'<input class="gform_hidden" name="input_17.1" type="hidden" '
'value="Series of 6 classes, please enter QTY not cost"/>\n'
'<div class="ginput_product_price_wrapper" '
'id="ginput_product_price_782_17">\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price_label">Price:</span>\n'
'<span class="gform-field-label gform-field-label--type-sub-large '
'ginput_product_price" id="input_782_17">$210.00</span>\n'
'</div>\n'
'<input class="gform_hidden" id="ginput_base_price_782_17" '
'name="input_17.2" type="hidden" value="$210.00"/>\n'
'<label aria-hidden="true" class="ginput_quantity_label '
'gform-field-label" '
'for="ginput_quantity_782_17_1">Quantity</label> <input '
'aria-describedby="ginput_product_price_782_17" '
'aria-label="Quantity Series of 6 classes, please enter QTY not '
'cost" class="ginput_quantity" id="input_782_17_1" min="0" '
'name="input_17.3" size="10" type="number" value=""/>\n'
'</div></div><div aria-atomic="true" aria-live="polite" '
'class="gfield gfield--type-total gfield--input-type-total '
'gfield--width-full gfield_price gfield_price_782_ gfield_total '
'gfield_total_782_ field_sublabel_below gfield--no-description '
'field_description_below field_validation_below '
'gfield_visibility_visible" id="field_782_12"><label '
'class="gfield_label gform-field-label" '
'for="input_782_12">Total</label><div class="ginput_container '
'ginput_container_total">\n'
'<input class="gform-text-input-reset ginput_total '
'ginput_total_782" id="input_782_12" name="input_12" readonly="" '
'type="text" value="$0.00"/>\n'
'</div></div><fieldset class="gfield gfield--type-paypal '
'gfield--input-type-paypal field_sublabel_below '
'gfield--no-description field_description_below '
'field_validation_below gfield_visibility_visible '
'gform_ppcp_custom_card_fields" '
'data-field-class="gform_ppcp_custom_card_fields" '
'id="field_782_8"><legend class="gfield_label '
'gfield_label_before_complex gform-field-label" '
'for="input_782_8_1">Payment Method</legend><div '
'class="ginput_container ginput_container_select '
'gform_ppcp_payment_method" style="display:none;"><select '
'aria-label="Payment Method" class="medium gfield_select" '
'id="input_8_6" name="input_8.6"><option value="Credit '
'Card">Credit Card</option></select></div><div '
'class="ginput_complex ginput_container '
'ginput_container_custom_card_fields gform-grid-row" '
'id="input_782_8"><span class="ginput_full gform-grid-col" '
'id="input_782_8_1_container">\n'
'<div class="gform_card_icon_container '
'gform_card_icon_style1"><div class="gform_card_icon '
'gform_card_icon_amex">American Express</div><div '
'class="gform_card_icon '
'gform_card_icon_mastercard">MasterCard</div><div '
'class="gform_card_icon gform_card_icon_visa">Visa</div><span '
'class="screen-reader-text" '
'id="field_782_8_supported_creditcards">Supported Credit Cards: '
'American Express, MasterCard, Visa</span></div>\n'
'<span class="ginput_card_field ginput_card_number '
'gform-theme-field-control" id="input_782_8_1"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_1" id="input_782_8_1_label">Card '
'Number</label>\n'
'</span><span class="ginput_full ginput_cardextras gform-grid-col '
'gform-grid-row" id="input_782_8_2_container">\n'
'<span class="ginput_cardinfo_left gform-grid-col" '
'id="input_782_8_2_cardinfo_left">\n'
'<span class="ginput_card_field ginput_card_expiration '
'gform-theme-field-control" id="input_782_8_2"></span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_2">Expiration Date</label>\n'
'</span><span class="ginput_cardinfo_right gform-grid-col" '
'id="input_782_8_2_cardinfo_right">\n'
'<span class="ginput_card_field ginput_card_security_code '
'gform-theme-field-control" id="input_782_8_3"></span>\n'
'<span class="ginput_card_security_code_icon">\xa0</span>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_3">Security Code</label>\n'
'</span>\n'
'</span><span class="ginput_full gform-grid-col" '
'id="input_782_8_5_container">\n'
'<input id="input_782_8_5" name="input_8.5" type="text" '
'value=""/>\n'
'<label class="gform-field-label gform-field-label--type-sub" '
'for="input_782_8_5" id="input_782_8_5_label">Cardholder '
'Name</label>\n'
'</span> </div></fieldset></div></div>\n'
'<div class="gform-footer gform_footer top_label"> <input '
'class="gform_button button" data-submission-type="submit" '
'id="gform_submit_button_782" '
'onclick="gform.submission.handleButtonClick(this);" '
'type="submit" value="Submit"/><div class="medium '
'gform_ppcp_smart_payment_buttons" '
'id="gform_ppcp_smart_payment_buttons_782"></div>\n'
'<input class="gform_hidden" '
'data-js="gform_submission_method_782" '
'name="gform_submission_method" type="hidden" value="postback"/>\n'
'<input class="gform_hidden" data-js="gform_theme_782" '
'id="gform_theme_782" name="gform_theme" type="hidden" '
'value="gravity-theme"/>\n'
'<input class="gform_hidden" data-js="gform_style_settings_782" '
'id="gform_style_settings_782" name="gform_style_settings" '
'type="hidden" value="[]"/>\n'
'<input class="gform_hidden" name="is_submit_782" type="hidden" '
'value="1"/>\n'
'<input class="gform_hidden" name="gform_submit" type="hidden" '
'value="782"/>\n'
'<input class="gform_hidden" data-currency="USD" '
'name="gform_currency" type="hidden" '
'value="CBff65qbbb2uk1pX+99ldyOhPJHpe6T1Z/lZzMUENOvs+3eijl7ymaaAAHiHuoz9d9JUE7qioJksqGvQKurOiVWnRJHXHQQj+jMEyL4JvGACEwY="/>\n'
'<input class="gform_hidden" name="gform_unique_id" type="hidden" '
'value=""/>\n'
'<input class="gform_hidden" name="state_782" type="hidden" '
'value="WyJ7XCI1XCI6W1wiMDFkZWU1OGI1NmZkNzQ5ZmFiMjM2YThmMzY3MTJmMjBcIixcIjBlZTRjMjFiYWVhYmQxYjc1NWE3Mzc1YWUzOGIxYjQyXCIsXCIwNTBjMTAyMmE0MjJkYTdlOTJiOTk4MzlmZDRkMGJiY1wiLFwiNTg4Mjg0ZDAzYjU4OGY1NDYzZjU1ZmY4NzlkZTUzY2NcIixcIjg4MTY3NDMxOWE3NmMzNWZkYjAzODMwOWQ3ZGNkNzBiXCIsXCIzZTFlYzYyYWQyN2VmYzNjMzczNThkY2Q3ZWRhY2Y1ZlwiXSxcIjE3LjFcIjpcImExMzQ2MDQ1MDRmY2NiOTNiOWM3OTFjOThmN2YwOTUyXCIsXCIxNy4yXCI6XCJjYTQ0YjUxYjg0ZmY5NjQyMjcxNGI0Y2ExNDQ1ODIzZVwifSIsIjY2NDM0YmEzYmIxMDU3ZjQ0YjRiNTNjYzA0Y2FmN2VjIl0="/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_target_page_number_782" '
'name="gform_target_page_number_782" type="hidden" value="0"/>\n'
'<input autocomplete="off" class="gform_hidden" '
'id="gform_source_page_number_782" '
'name="gform_source_page_number_782" type="hidden" value="1"/>\n'
'<input name="gform_field_values" type="hidden" value=""/>\n'
'</div>\n'
'<p class="akismet-fields-container" data-prefix="ak_" '
'style="display: none !important;"><label>Δ<textarea cols="45" '
'maxlength="100" name="ak_hp_textarea" '
'rows="8"></textarea></label><input id="ak_js_1" name="ak_js" '
'type="hidden" value="189"/>\n'
'</p></form>\n'
'</div>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_17 et_pb_row et_block_row">\n'
'<div class="et_pb_column_27 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_12 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-40615" decoding="async" height="1127" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 1676px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic.png '
'1676w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-1280x861.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-980x659.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2026/04/Yoga-Sound-Bath-press-pic-480x323.png '
'480w" title="Yoga & Sound Bath press pic" '
'width="1676"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_28 et_pb_column et_pb_column_1_3 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_13 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38963" decoding="async" height="1652" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-1280x826.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-980x632.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-Sound-Bath-pic-480x310.jpg '
'480w" title="Yoga & Sound Bath pic" '
'width="2560"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_29 et_pb_column et_pb_column_1_3 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_14 et_pb_image et_pb_module '
'et_flex_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-38972" decoding="async" height="2269" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) and (max-width: 980px) 980px, '
'(min-width: 981px) and (max-width: 1280px) 1280px, (min-width: '
'1281px) 2560px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-scaled.jpg '
'2560w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-1280x1135.jpg '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-980x869.jpg '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2025/10/Yoga-pic-480x425.jpg '
'480w" title="Yoga pic" width="2560"/></span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261024T090000/20261024T100000&text=Yoga%20%26%23038%3B%20Sound%20Bath%2C%20Fall%20Series&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/yoga-sound-bath-fall-series-15/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-24T09%3A00%3A00-03%3A00&enddt=2026-10-24T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-24T09%3A00%3A00-03%3A00&enddt=2026-10-24T10%3A00%3A00-03%3A00&location&subject=Yoga%20%26%20Sound%20Bath%2C%20Fall%20Series&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-24"> October 24 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-24">\n'
'\t\t\t\t\t\t9:00 am - 10:00 am\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-14/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://carriagebarn.org/event/bruce-sargent-okeeffe/">Bruce '
'Museum Tour & Lunch: American Stories from Sargent to '
'O’Keeffe <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carriagebarn.org/event/bruce-sargent-okeeffe/> (referer: None) ['zyte-api']
2026-08-11 14:41:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 14:41:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14236
2026-08-11 14:41:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carriagebarn.org/event/bruce-sargent-okeeffe/>
{'event_url': 'https://carriagebarn.org/event/bruce-sargent-okeeffe/',
'platform_hash': 'e6b31f4afa81ef52b0c509a6d6fc25fa',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://carriagebarn.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Bruce Museum Tour '
'& Lunch: American Stories from Sargent to O’Keeffe</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">October 28 @ 11:00 '
'am</span> - <span class="tribe-event-time">1:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Bruce Museum Tour & Lunch: American Stories '
'from Sargent to O’Keeffe - Carriage Barn Arts Center" '
'data-viewtitle="Bruce Museum Tour & Lunch: American Stories '
'from Sargent to O’Keeffe" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next">\n'
'</li></ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-32233 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry et_pb_post" '
'id="post-32233">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="720" sizes="(min-width: 0px) and '
'(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
'980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
'(min-width: 1281px) 1692px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2023/09/theBRUCE.2e16d0ba.fill-1692x720-1.png" '
'srcset="https://carriagebarn.org/wp-content/uploads/2023/09/theBRUCE.2e16d0ba.fill-1692x720-1.png '
'1692w, '
'https://carriagebarn.org/wp-content/uploads/2023/09/theBRUCE.2e16d0ba.fill-1692x720-1-1280x545.png '
'1280w, '
'https://carriagebarn.org/wp-content/uploads/2023/09/theBRUCE.2e16d0ba.fill-1692x720-1-980x417.png '
'980w, '
'https://carriagebarn.org/wp-content/uploads/2023/09/theBRUCE.2e16d0ba.fill-1692x720-1-480x204.png '
'480w" width="1692"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<div class="et-boc" id="et-boc">\n'
'<div class="et-l et-l--post">\n'
'<div class="et_builder_inner_content">\n'
'<div class="et_pb_section_0 et_pb_section et_section_regular '
'et_block_section">\n'
'<div class="et_pb_row_0 et_pb_row et_block_row">\n'
'<div class="et_pb_column_0 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_0 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><p '
'style="text-align: center;"><span style="font-size: 18pt;"><span '
'style="color: #003300;"><strong>Wednesday, October 28, '
'11am-1:30pm</strong></span></span></p>\n'
'<p style="text-align: center;"><span style="font-size: '
'18pt;"><span style="color: '
'#003300;"><strong><br/></strong>Don\'t miss this special '
'opportunity to join an exclusive tour of this \xa0highly '
'anticipated new exhibition, followed by a private lunch at the '
'museum.</span></span></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_1 et_pb_row et_block_row">\n'
'<div class="et_pb_column_1 et_pb_column et_pb_column_2_5 '
'et_block_column et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_image_0 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41455" decoding="async" height="436" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 500px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/OKeeffe_web.width-500.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/OKeeffe_web.width-500.jpg '
'500w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/OKeeffe_web.width-500-480x419.jpg '
'480w" title="OKeeffe_web.width-500" width="500"/></span></div>\n'
'<div class="et_pb_image_1 et_pb_image et_pb_module '
'et_block_module"><span class="et_pb_image_wrap"><img '
'class="wp-image-41456" decoding="async" height="1005" '
'loading="lazy" sizes="(min-width: 0px) and (max-width: 480px) '
'480px, (min-width: 481px) 500px, 100vw" '
'src="https://carriagebarn.org/wp-content/uploads/2026/07/Sargent_web.width-500.jpg" '
'srcset="https://carriagebarn.org/wp-content/uploads/2026/07/Sargent_web.width-500.jpg '
'500w, '
'https://carriagebarn.org/wp-content/uploads/2026/07/Sargent_web.width-500-480x965.jpg '
'480w" title="Sargent_web.width-500" width="500"/></span></div>\n'
'</div>\n'
'<div class="et_pb_column_2 et_pb_column et_pb_column_3_5 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_1 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner"><div '
'class="event-header__introduction">\n'
'<div class="richtext richtext--introduction">\n'
'<p data-block-key="4y8ry"><i>American Stories from Sargent to '
'O’Keeffe</i><span>\xa0</span>brings forty-five masterworks of '
'American art to Greenwich and the region through an '
'extraordinary partnership with The Newark Museum of Art. '
'Newark’s American art collection ranks among the finest in the '
'nation, with exceptional holdings spanning from the colonial '
'period and Hudson River School to the present day. Audiences '
'will experience iconic paintings including Georgia '
'O’Keeffe’s<span>\xa0</span><i>White Flower on Red Earth, No. '
'1</i>, Edward Hopper’s<span>\xa0</span><i>The Sheridan '
'Theatre</i>, portraits by John Singer Sargent and Mickalene '
'Thomas, luminous landscapes by Albert Bierstadt and Marsden '
'Hartley, and powerful sculptures by Alexander Calder, Louise '
'Nevelson, and Martin Puryear.</p>\n'
'<p data-block-key="9ua69">Coinciding with the nation’s 250th '
'anniversary,<span>\xa0</span><i>American Stories</i><span>\xa0'
'</span>is organized into four sections—Identity, Belonging, '
'Belief, and Making—themes that reveal how artists shape our '
'understanding of America, past and present. A full year of '
'dynamic programming will include in-gallery performances by '
'dancers, musicians, and writers, as well as panel discussions '
'and lectures by thought leaders highlighting fresh perspectives '
'on American art and culture.</p>\n'
'<p data-block-key="66ja0">This exhibition was organized '
'collaboratively by the Bruce Museum and The Newark Museum of '
'Art.</p>\n'
'</div>\n'
'</div>\n'
'<p>\xa0</p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_2 et_pb_row et_block_row">\n'
'<div class="et_pb_column_3 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_divider_0 et_pb_divider et_pb_space '
'et_pb_divider_position_top et_pb_module"><div '
'class="et_pb_divider_internal"></div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_3 et_pb_row et_block_row">\n'
'<div class="et_pb_column_4 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_2 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div '
'class="et_pb_text_inner"><p><span style="font-size: 14pt; color: '
'#333333;">Please meet at the <a href="https://brucemuseum.org" '
'style="color: #333333;">Bruce Museum</a>, 1 Museum Drive, '
'Greenwich by 10:50am.</span></p>\n'
'<p style="text-align: center;"><span style="color: '
'#808080;"><em><span style="font-size: 14pt;"><span style="color: '
'#333333;"><span style="color: #0a610a; font-size: '
'18pt;"><strong>Cost: $65 for Carriage Barn members | $80 for '
'non-members</strong></span><br/>Includes lunch.\xa0 Register '
'below. Space is limited</span>.\xa0</span></em></span></p>\n'
'<p><span style="font-size: 12pt;"></span></p>\n'
'<p><em><span style="color: #808080; font-size: 10pt;">Please '
'note registration and payment for this program is '
'non-refundable. In the event you must cancel, we will consider '
'your purchase a donation and will happily issue you a donation '
'receipt.</span></em></p>\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'<div class="et_pb_row_4 et_pb_row et_block_row">\n'
'<div class="et_pb_column_5 et_pb_column et_pb_column_4_4 '
'et-last-child et_block_column '
'et_pb_css_mix_blend_mode_passthrough">\n'
'<div class="et_pb_text_3 et_pb_text et_pb_bg_layout_light '
'et_pb_module et_block_module"><div class="et_pb_text_inner">\n'
'</div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20261028T110000/20261028T133000&text=Bruce%20Museum%20Tour%20%26%23038%3B%20Lunch%3A%20American%20Stories%20from%20Sargent%20to%20O%E2%80%99Keeffe&details=&trp=false&ctz=UTC-4&sprop=website:https://carriagebarn.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://carriagebarn.org/event/bruce-sargent-okeeffe/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-28T11%3A00%3A00-03%3A00&enddt=2026-10-28T13%3A30%3A00-03%3A00&location&subject=Bruce%20Museum%20Tour%20%26%20Lunch%3A%20American%20Stories%20from%20Sargent%20to%20O%E2%80%99Keeffe&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-10-28T11%3A00%3A00-03%3A00&enddt=2026-10-28T13%3A30%3A00-03%3A00&location&subject=Bruce%20Museum%20Tour%20%26%20Lunch%3A%20American%20Stories%20from%20Sargent%20to%20O%E2%80%99Keeffe&body=" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-date-label '
'tribe-events-meta-label">Date:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-28"> October 28 </abbr>\n'
'</span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-events-start-time-label '
'tribe-events-meta-label">Time:</span>\n'
'<span class="tribe-events-meta-value">\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-10-28">\n'
'\t\t\t\t\t\t11:00 am - 1:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'</span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://carriagebarn.org/event/yoga-sound-bath-fall-series-15/"><span>«</span> '
'Yoga & Sound Bath, Fall Series</a></li>\n'
'<li class="tribe-events-nav-next">\n'
'</li></ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 14:41:05 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 14:41:05 [scrapy.extensions.feedexport] INFO: Stored csv feed (29 items) in: output/2026/08/11/carriage_barn.csv
2026-08-11 14:41:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 13734,
'downloader/request_count': 30,
'downloader/request_method_count/GET': 30,
'downloader/response_bytes': 12998283,
'downloader/response_count': 30,
'downloader/response_status_count/200': 30,
'elapsed_time_seconds': 43.082692,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 12, 41, 5, 942551, tzinfo=datetime.timezone.utc),
'item_scraped_count': 29,
'items_per_minute': 40.46511627906977,
'log_count/DEBUG': 147,
'log_count/ERROR': 1,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 99672064,
'memusage/startup': 99672064,
'request_depth_max': 2,
'response_received_count': 30,
'responses_per_minute': 41.860465116279066,
'scheduler/dequeued': 30,
'scheduler/dequeued/memory': 30,
'scheduler/enqueued': 30,
'scheduler/enqueued/memory': 30,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 30,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 3.3430261029551427,
'scrapy-zyte-api/mean_response_seconds': 3.7169882543385024,
'scrapy-zyte-api/processed': 30,
'scrapy-zyte-api/request_args/httpResponseBody': 30,
'scrapy-zyte-api/request_args/httpResponseHeaders': 30,
'scrapy-zyte-api/request_args/url': 30,
'scrapy-zyte-api/status_codes/200': 30,
'scrapy-zyte-api/success': 30,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 8, 11, 12, 40, 22, 859859, tzinfo=datetime.timezone.utc)}
2026-08-11 14:41:05 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (carriage_barn)