skip to Main Content

Browse our list of current high quality job openings below:

+ Senior Automation Engineer - Saint Joseph, Missouri, USA (2393876)

Senior Automation Engineer - Saint Joseph, Missouri, USA (2393876)

We are seeking a skilled Automation Engineer responsible for enhancing site automation technologies, including production equipment and building automation. This role will provide design,…

read more

Not seeing the job you're looking for?

We have more jobs that sometimes are not listed on our website. If you've seen a job on another website, please send us a resume with the Job Title and/or Job Number.

// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });