Skip to main content

Events & Outputs

Upcoming Events

Thursday
13
Nov

Interactive EFFORT Session

Invite your early career colleagues and discuss your insights, questions and difficulties with the healthcare funding landscape

15.00pm—16.00pm
(function() { document.addEventListener('DOMContentLoaded', function() { var header = document.getElementById('top'); // make sure your header ID is 'top' if (!header) return; var lastScrollTop = 0; window.addEventListener('scroll', function() { var scrollY = window.scrollY || window.pageYOffset; // Toggle classes based on scroll position if (scrollY > 10) { header.classList.add('scrolled'); header.classList.remove('at-top'); } else { header.classList.remove('scrolled'); header.classList.add('at-top'); } // Hide on scroll down, show on scroll up if (scrollY > lastScrollTop && scrollY > 100) { header.style.top = '-100px'; } else { header.style.top = '0'; } lastScrollTop = scrollY <= 0 ? 0 : scrollY; }); }); })();