#brxe-3e661e {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

#brxe-3e661e.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

#brxe-3e661e.bg-visible {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
document.addEventListener("DOMContentLoaded", () => {
  const header = document.querySelector("#brxe-3e661e");
  if (!header) return;

  let lastScrollY = window.scrollY;
  const threshold = 100;
  let ticking = false;

  function updateHeader() {
    const currentScrollY = window.scrollY;
    const scrollingDown = currentScrollY > lastScrollY;

    if (scrollingDown && currentScrollY > threshold) {
      header.classList.add("hide");
      header.classList.remove("bg-visible");
    } else {
      header.classList.remove("hide");
      if (currentScrollY > threshold) {
        header.classList.add("bg-visible");
      } else {
        header.classList.remove("bg-visible");
      }
    }

    lastScrollY = currentScrollY;
    ticking = false;
  }

  window.addEventListener("scroll", () => {
    if (!ticking) {
      requestAnimationFrame(updateHeader);
      ticking = true;
    }
  });
});

Start your new career here

We believe in empowering individuals to live life on their own terms, delivering care with a holistic, person-centred approach. Discover a world of possibilities at CCS, join us today and embark on a rewarding career of growth and fulfillment.

Careers with Christian Community Services

At CCS, we provide exciting career opportunities for people who want to apply their professional skills in a job that gives back to the community in supporting out elderly.

We employ over 350 people across NSW in all kinds of roles, from pastoral care workers, registered nurses, carers and lifestyle specialists, administration, catering  maintenance.

Benefits of working with us

We value our people and aim to make their experience with CCS a positive one.

As well as working in an organisation that is making a real difference in the lives of people, our staff benefit from:

  • Salary packaging – sometimes called salary sacrificing, salary packaging is available for our salaried staff as a way of providing tax benefits over and above their salary. This tax benefit helps charities to compete in the marketplace and allows us to make the real value of a salary package  higher than the nominal value.
  • Professional development – our professional education and training opportunities and policies make sure that your career keeps growing while you’re working with us.
  • Flexible working – we believe in flexibility so we provide a number of flexible shifts to support you.

Current Job Openings

View our job openings

For more information contact the People and Culture Team at hradmin@ccs.com.au