Latest Reflections

MRS Oppies Awards 2025

💫 MRS Oppies Awards 2025 💫 A huge thanks to the MRS for a fantastic night in the Drake & Morgan 🥂 Although we didn’t win the ‘Best Viewing Facility’...

Read More

The Research Club Summer Event

Fantastic day and night at The Research Club Summer Event – Careers and Connections. The day started at 3.00 pm with a fascinating panel discussion from Rachael Fraser (Harvest Moon...

Read More

Latest Linkedin Posts

Contact the Reflections team

Location

Harefield House,
Fulshaw Estate,
Alderley road,
Wilmslow,
Cheshire,
SK9 1PF

Call us

01625 900 745

Office hours

Mon-Thu: 9:00am- 4:30pm
Fri: 9:00am-1:00pm

Enquiry form

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });