We are thrilled to invite you to an event that marks a pivotal moment in the history of Bedern Hall - an event that embodies our commitment to preserving heritage and embracing a vibrant future. Your support and partnership have always been crucial, and we believe your presence at this occasion will make it all the more special.
6.00pm Drinks Reception and welcome by Chair of Bedern Hall CIC, Rev. David Hobman
6.30pm Update on CIC status and launch of fund raising campaign
6.45pm Welcome to The Company of Butchers of the City of York as a Bedern Hall Guild
7.00pm Talk by Andrew Morrison CEO of York Civic Trust
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/