// 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();
});

Oliver Cottingham

Trainee Paraplanner

Oliver graduated from Kingston University with a Degree in Accounting & Finance in July 2024. He joined Wingate as a Trainee Private Client Support in December of the same year.  In April 2025 Ollie successfully moved in the Paraplanning Team as a Trainee Paraplanner and is now currently working towards his Diploma in Regulated Financial Planning with the goal of becoming a Financial Adviser.

Outside of work Oliver enjoys martial arts, technology, and spending time with his family, including his dog and two cats.

Qualifications

• R01 –  Financial Services, Regulations & Ethics
• R03 – Personal Taxation
• R05 – Financial Protection
• R02 – Investment Principles and Risk
• R04 – Pensions and Retirement Planning

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.