// Open Popup ID 1058 if any element with .header--nav__button
document.querySelectorAll('.header-nav-button').forEach( (el) => {
	el.addEventListener('click', () => {
		bricksOpenPopup(XXX)
	})
})
document.querySelectorAll('.header-nav--parent').forEach(li => {
  const toggle = li.querySelector('.brx-submenu-toggle');
  if (!toggle) return;

  const a = toggle.querySelector('a');
  const button = toggle.querySelector('button');
  if (!a || !button) return;

  // Move the label text into the button (prepend before the SVG)
  const labelText = document.createTextNode(a.textContent);
  button.prepend(labelText);

  // Remove the <a> tag
  a.remove();
});

Tracy Hepher

Financial Controller and Office Manager

Tracy has worked in Finance and Office Management since 1984. Originally working in the building industry, Tracy joined the Financial Services industry in 1995 working for Francis Townsend & Hayward and following its acquisition in 2012 she joined the Wingate Group.

Tracy’s career has taken her through many different roles but her main focus has remained on Finance & Office Management.

She lives in Croydon with her husband Andy. Her hobbies include gardening, photography (mainly plants & insects), many crafts, DIY and keeping tropical fish. She also enjoys spending time with her family & friends.

Are you ready to make informed decisions about your money?

Contact Us

Get in Touch

Footer Contact Form

Please refer to our Privacy Statement to see how we use your personal information.