const setUpStickyHeader = () => { let header = document.querySelector("#header"); toggleHeaderStickiness = () => { if (window.scrollY > 0) { header.classList.add("sticky-header"); } else { header.classList.remove("sticky-header"); } } window.addEventListener("scroll", toggleHeaderStickiness); } window.addEventListener("DOMContentLoaded", setUpStickyHeader); const setUpBurgerMenu = () => { console.log("burger menu setup initiated..."); let burger = document.querySelector("#primary-menu-trigger"); let fries = document.querySelectorAll("#primary-menu > ul") const toggleFries = () => { console.log("fry toggling initiated..."); for (var i = 0; i < fries.length; i++) { console.log("enter the fry loop..."); var fry = fries[i]; if (fry.classList.contains("show")) { fry.classList.remove("show"); console.log("showed fry ", i); } else { fry.classList.add("show"); console.log("hid fry ", i); } } } burger.addEventListener("click", toggleFries); } window.addEventListener("DOMContentLoaded", setUpBurgerMenu); // This opens the search bar window.addEventListener("DOMContentLoaded", function(){ document.querySelector("#top-search-trigger").addEventListener("click", function(){document.querySelector("body").classList.toggle("top-search-open")}) }); // The body tag has to have this for the right header styles to get applied, and since we can't edit the body tag directly through Divi, this is easier than editing theme files... window.addEventListener("DOMContentLoaded", function() { document.querySelector("body").classList.add("stretched"); })

MAINTENANCE / RELIABILITY ENGINEER (M/F/D)

MAINTENANCE / RELIABILITY ENGINEER (M/F/D) LOCATION: REMOTE Apply Now Your Mission Work with client teams to implement maintenance and reliability program improvements Conduct data analysis and interviews to determine and quantify the impacts of maintenance and...

CONSULTANT (M/F/D)

CONSULTANT (M/F/D) LOCATION: GLOBAL Apply Now Your Mission Conduct analysis/audits of organizational structures, operational procedures and operational performance (including use of IT & Management Systems) Development and evaluation of key levers for efficiency...

Consultant (M/F/D) – Capital Projects

CONSULTANT (M/F/D) – Capital Projects LOCATION: GLOBAL Apply Now Your Mission Independent management of a team of consultants for the data and fact-based analysis of processes, organization and systems Development and evaluation of levers for the control and...