CINXE.COM

eh&s specialist | Careers at Aalberts IPS

<!DOCTYPE html> <html lang="en-us"><head><meta name="image" property="og:image" content="https://careersaalberts-ips.us/static/uploads/original/3130-header-ip-s-us-a-2-min.png"></meta><meta property="og:description" content="The environmental health and safety specialist is responsible for providing strategic assistance to ensure compliance with and effective implementation of all applicable EHS regulations applicable to the Pearl Street Facility while imparting a preventive/active safety-driven culture. The position reports directly to the plant manager, functionally to the eh&amp;s director."></meta><meta property="og:image:height" content="600"></meta><meta property="og:image:width" content="1180"></meta><meta property="og:locale" content="en-us"></meta><meta property="og:title" content="Vacancy — eh&amp;s specialist "></meta><meta property="og:type" content="article"></meta><meta property="og:url" content="https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432"></meta><script>addEventListener('DOMContentLoaded', (_) => {var scriptTag = document.createElement('script'); scriptTag.type = 'text/javascript'; const scriptVal =`(function (w, d, s, l, i) {w[l] = w[l] || []; w[l].push({"gtm.start": new Date().getTime(), event: "gtm.js",});var f = d.getElementsByTagName(s)[0],j = d.createElement(s),dl = l != "dataLayer" ? "&l=" + l : "";j.async = true; j.src ="https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-NQBNC6D");`;scriptTag.innerHTML = scriptVal; fetch("/api/cookie-consent").then((response) => response.json()) .then((data) => {if (data !== "necessary") {document.head.appendChild(scriptTag);}})});</script><script>fetch("/api/cookie-consent").then((response) => response.json()) .then((data) => {var scriptTag = document.createElement('script'); scriptTag.type = 'text/javascript'; const granted = (values) => data !== "necessary" && values.includes(data) ? "granted" : "denied"; const scriptVal =`gtag('consent', 'update', {'ad_storage': '${granted(["marketing"])}', 'ad_user_data': '${granted(["marketing"])}', 'ad_personalization': '${granted(["marketing"])}', 'analytics_storage': '${granted(["statistics", "marketing"])}', 'wait_for_update': 2000 });`;scriptTag.innerHTML = scriptVal; document.head.appendChild(scriptTag);})</script><script>function onClickSettings () { const consentCards = document.querySelector("#consent-cards"); const openSettingsLink = document.querySelector("#settings-link"); const submitBtn = document.querySelector("#submit-button"); const body = document.querySelector("body"); const consentMsgs = document.querySelectorAll(".selected-consent-msg"); openSettingsLink.classList.toggle("visible"); consentCards.classList.toggle("visible"); consentMsgs.forEach(e => { e.classList.toggle("visible"); }) if (window.innerWidth < 768) { body.classList.toggle("no-scroll") } } function onClickCheckBox (index, adjustSubmit) { const cookieModal = document.querySelector(".cookie-modal"); const cookieConsentForm = cookieModal && cookieModal.querySelector("#consent-form") const allCheckboxes = cookieModal && cookieModal.querySelectorAll(".form-checkbox"); const arrayFromCheckboxes = Array.from(allCheckboxes); const hiddenInput = cookieModal && cookieModal.querySelector("#hidden-input"); const submitButton = cookieModal && cookieModal.querySelector("#submit-button"); if (!arrayFromCheckboxes.length) return; const currentCheckbox = arrayFromCheckboxes[index] const previousCheckbox = arrayFromCheckboxes[index - 1] && arrayFromCheckboxes[index - 1] || arrayFromCheckboxes[0] const isChecked = currentCheckbox.checked // set hidden input with value of the clicked card const hiddenInputValue = isChecked && currentCheckbox.value || previousCheckbox.value hiddenInput.setAttribute("value", hiddenInputValue); hiddenInput.value = hiddenInputValue; // Select checkbox and all preceding ones const arrayFromCheckboxes_ = arrayFromCheckboxes.map((checkbox, i) => { const currentCheckbox = i === index; const nextCheckbox = arrayFromCheckboxes[i + 1] && arrayFromCheckboxes[i + 1].checked; // Set first checkbox always true if (i === 0) return checkbox.checked = true; // Set all previous checkboxes to true if (i < index && !checkbox.checked) return checkbox.checked = true; // Set all next checkboxes to false if (i > index && checkbox.checked) return checkbox.checked = false; }); // Set "is-full-consent" class on submit button if last checkbox is selected adjustSubmit && submitButton.classList.toggle( "is-full-consent", (arrayFromCheckboxes.slice(-1)[0]).checked ) return arrayFromCheckboxes_ } function onClickDeclineAll () { const cookieModal = document.querySelector(".cookie-modal"); const cookieConsentForm = cookieModal && cookieModal.querySelector("#consent-form") onClickCheckBox(0, false); cookieConsentForm && cookieConsentForm.submit(); } function onClickAcceptAll () { const cookieModal = document.querySelector(".cookie-modal"); const cookieConsentForm = cookieModal && cookieModal.querySelector("#consent-form") const inputs = cookieModal && cookieModal.querySelectorAll("#consent-form .form-checkbox") inputs.forEach((input) => { input.checked = true; }) const hiddenInput = cookieModal && cookieModal.querySelector("#hidden-input"); hiddenInput.setAttribute("value", "marketing"); hiddenInput.value = "marketing"; cookieConsentForm && cookieConsentForm.submit(); } addEventListener('DOMContentLoaded', (event) => { fetch(`/api/show-cookie-modal`) .then((response) => response.json()) .then((showCookieModal) => { const cookieModal = document.querySelector(".cookie-modal"); return showCookieModal && cookieModal && cookieModal.classList.add("open"); }); });</script><script>var dimensions ={ dimension1: "",dimension2: "UnitedStates", dimension3: "en-us", dimension4: "Industrie", dimension5: "Large", dimension6: "FiftyOneToFiveHundred", dimension7: "WorldWide", dimension8: ["banner-vacancy","spacer","vacancy-appetizer","spacer","vacancy-text","vacancy-text","vacancy-text","content-group","content-group","spacer","application-procedure","spacer","job-alert"], dimension9: "", dimension10: "", dimension11: "", dimension12: "", dimension13: "Necessary"};var _paq = window._paq = window._paq || []; // Initial page load _paq.push(['trackEvent', "Vacancy", "Job detail view", "Job detail view", "Job detail view", dimensions ]);(function() {var u="https://analytics.floydhamilton.tech/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);})(); // Scroll tracking var maxScrollHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight; var percentagesArr = Array.from({ length: 20 }, (_, index) => (index + 1) * 5); const showed = {}; let timeout; let previousPercentage; window.addEventListener("scroll", function (event) {var scrollVal = this.scrollY; var scrollPercentage = Math.round(scrollVal / maxScrollHeight * 100); let currentPercentage = 0; let i = 0; while(percentagesArr[i] <= scrollPercentage) {currentPercentage = percentagesArr[i++];} if (previousPercentage !== currentPercentage) {clearTimeout(timeout); timeout = currentPercentage !== 0 && !showed[currentPercentage]? setTimeout(() => {showed[currentPercentage] = true; _paq.push(['trackEvent', "ScrollDepth", "ScrollDepth", "ScrollDepth", currentPercentage, dimensions]); }, 2000): null;previousPercentage = currentPercentage;}}); window.addEventListener("resize", () => {maxScrollHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight;})</script><script>window.dataLayer = window.dataLayer || []; (function checkConsent () { const dataLayerObj = {"department":"eh\u0026s","salary":null,"event":"job_details_loaded","location-name":"Pageland, SC","contract-type":"Full time","custom-filter-01":"","education":"bachelors degree","discipline":"eh\u0026s","custom-filter-06":"","external-id":"432","country":"UnitedStates","location-type":"factory","hours":"0 - 0","custom-filter-05":"","recruiter":"Teneshia Nesmith","custom-filter-04":"","city":"Pageland, SC","jobtitle":"eh\u0026s specialist ","province":"","custom-filter-03":"","experience":"5 - 10 years","fulltime-parttime":"","custom-filter-02":""}; fetch(`/api/cookie-consent`) .then((response) => response.json()) .then((data) => { window.dataLayer.push({...dataLayerObj, consent: data})}) .catch(() => { window.dataLayer.push({...dataLayerObj, consent: "necessary"})}); })(); </script><script>window.dataLayer = window.dataLayer || []; window.gtag_enable_tcf_support = true; function gtag() { dataLayer.push(arguments); } gtag('consent', 'default', {'ad_storage': "denied", 'ad_user_data': "denied", 'ad_personalization': "denied", 'analytics_storage': "denied", 'functionality_storage': "granted", 'security_storage': "granted", 'wait_for_update': 2000 });</script><script type="text/javascript">function uuidv4() {return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, (c) =>(c ^ (crypto.getRandomValues(new Uint8Array(1))[0] & (15 >> (c / 4)))).toString(16));} function formatDate(dateString, showTime) {try {var date = new Date(dateString + "Z");} catch {var date = new Date(dateString)}; date.setMinutes(date.getMinutes()); const formattedDate = date.getDate() + "-" + (date.getMonth() + 1) + "-" + date.getFullYear(); const formattedTime = date.getHours().toString().padStart(2, "0") + ":" + date.getMinutes().toString().padStart(2, "0"); if (showTime) {return formattedDate + " " + formattedTime;} else {return formattedDate;};}</script><script type="text/javascript">var _ss = _ss || []; _ss.push(['_setDomain', 'https://koi-3QNT06OZAU.marketingautomation.services/net']); _ss.push(['_setAccount', 'KOI-4J53GTATUQ']); _ss.push(['_trackPageView']); window._pa = window._pa || {}; (function() {var ss = document.createElement('script'); ss.type = 'text/javascript'; ss.async = true; ss.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'koi-3QNT06OZAU.marketingautomation.services/client/ss.js?ver=2.4.0'; var scr = document.getElementsByTagName('script')[0]; scr.parentNode.insertBefore(ss, scr);})();</script><link rel="canonical" href="https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432"><link rel="icon" type="image/png" href="https://careersaalberts-ips.us/static/images/icon-16x16.png" sizes="16x16"><link rel="icon" type="image/png" href="https://careersaalberts-ips.us/static/images/icon-32x32.png" sizes="32x32"><link rel="preload" as="script" href="/static/js/components-en-us.js?v=21.1.51"><link rel="preload" as="style" href="/static/css/site.css?v=21.1.51"><link rel="stylesheet" media="all" href="/static/css/site.css?v=21.1.51"><meta charset="UTF-8"><meta name="author" content><meta name="description" content="The environmental health and safety specialist is responsible for providing strategic assistance to ensure compliance with and effective implementation of all applicable EHS regulations applicable to the Pearl Street Facility while imparting a preventive/active safety-driven culture. The position reports directly to the plant manager, functionally to the eh&amp;s director."><meta name="viewport" content="width=device-width,initial-scale=1"> <title>eh&amp;s specialist | Careers at Aalberts IPS</title> </head> <body><div class="page"><header class="header bg-white "><div class="header-wrapper"><div class="header-container"><div class="link link-menu-toggle"><div class="link-icon" aria-label="Open submenu"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 20.1 19.1" x="0px" y="0px" style="enable-background:new 0 0 20.1 19.1;"><path d="M0,7h20v2H0V7z M0,0h20v2H0V0z M3.3,19H2.5v-2.4c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.1-0.3-0.2-0.5-0.2 c-0.3,0-0.6,0.1-0.7,0.3c-0.1,0.2-0.2,0.6-0.2,1V19H0v-3.9h0.6l0.1,0.5h0c0.1-0.2,0.3-0.3,0.5-0.4C1.5,15.1,1.7,15,2,15 c0.6,0,1,0.2,1.2,0.6h0.1c0.1-0.2,0.3-0.3,0.5-0.4C3.9,15.1,4.2,15,4.4,15c0.5,0,0.8,0.1,1,0.4c0.2,0.2,0.3,0.6,0.3,1.1V19H4.9v-2.4 c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.1-0.3-0.2-0.5-0.2c-0.3,0-0.6,0.1-0.7,0.3c-0.1,0.2-0.2,0.5-0.2,0.9V19z M9,19.1 c-0.6,0-1.1-0.2-1.4-0.5C7.2,18.2,7,17.7,7,17.1c0-0.6,0.2-1.1,0.5-1.5C7.8,15.2,8.3,15,8.8,15c0.5,0,0.9,0.2,1.2,0.5 c0.3,0.3,0.4,0.7,0.4,1.3v0.4H7.9c0,0.4,0.1,0.7,0.3,0.9c0.2,0.2,0.5,0.3,0.8,0.3c0.2,0,0.4,0,0.6-0.1c0.2,0,0.4-0.1,0.6-0.2v0.7 C10.1,18.9,9.9,19,9.7,19C9.5,19,9.2,19.1,9,19.1z M8.8,15.7c-0.3,0-0.5,0.1-0.6,0.2c-0.2,0.2-0.3,0.4-0.3,0.7h1.8 c0-0.3-0.1-0.6-0.2-0.7C9.3,15.8,9.1,15.7,8.8,15.7z M15.2,19h-0.8v-2.4c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.1-0.3-0.2-0.6-0.2 c-0.3,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.2,0.6-0.2,1V19h-0.8v-3.9h0.6l0.1,0.5h0c0.1-0.2,0.3-0.3,0.5-0.4c0.2-0.1,0.5-0.2,0.7-0.2 c0.9,0,1.4,0.5,1.4,1.4V19z M19.4,19l-0.1-0.5h0c-0.1,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.2-0.7,0.2c-0.5,0-0.8-0.1-1.1-0.4 c-0.2-0.2-0.3-0.6-0.3-1.1v-2.5h0.8v2.4c0,0.3,0.1,0.5,0.2,0.7c0.1,0.1,0.3,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.2-0.6,0.2-1v-1.9h0.8V19H19.4z" /></path></svg></div><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 18 26.07"><polygon points="15.46,15.78 16.88,14.36 10.43,7.89 16.88,1.41 15.46,0 9.01,6.47 2.54,0 1.12,1.41 7.6,7.89 1.12,14.36 2.54,15.78 9.01,9.3 " /></polygon><path d="M10.1,24.1c0,0.47-0.08,0.81-0.24,1.02c-0.16,0.2-0.4,0.3-0.74,0.3c-0.25,0-0.44-0.07-0.56-0.22 c-0.12-0.15-0.18-0.36-0.18-0.65v-2.33H7.57v2.47c0,0.46,0.11,0.81,0.34,1.04c0.23,0.23,0.57,0.34,1.03,0.34 c0.26,0,0.5-0.05,0.7-0.15c0.21-0.1,0.37-0.24,0.48-0.41h0.04l0.11,0.5h0.63v-3.78H10.1V24.1z" /></path><rect x="4.65" y="20.68" width="0.8" height="5.32" /></rect><path d="M2.36,24.11c-0.14-0.1-0.37-0.21-0.68-0.33c-0.37-0.14-0.61-0.26-0.72-0.34c-0.11-0.08-0.16-0.18-0.16-0.3 c0-0.24,0.21-0.36,0.64-0.36c0.28,0,0.62,0.08,1.03,0.25l0.26-0.61c-0.4-0.18-0.82-0.27-1.26-0.27c-0.45,0-0.8,0.09-1.07,0.27 C0.13,22.6,0,22.85,0,23.17c0,0.27,0.08,0.49,0.23,0.66c0.15,0.17,0.45,0.34,0.89,0.51c0.22,0.09,0.4,0.16,0.52,0.23 c0.13,0.07,0.22,0.13,0.27,0.2c0.05,0.06,0.08,0.14,0.08,0.24c0,0.3-0.25,0.45-0.74,0.45c-0.38,0-0.8-0.1-1.24-0.31v0.69 c0.31,0.15,0.71,0.23,1.21,0.23c0.5,0,0.89-0.1,1.16-0.29c0.27-0.2,0.4-0.48,0.4-0.85c0-0.18-0.03-0.34-0.1-0.47 C2.61,24.32,2.5,24.21,2.36,24.11z" /></path><rect x="13.05" y="22.22" width="0.8" height="3.78" /></rect><path d="M17.41,25.42c-0.16,0-0.28-0.05-0.38-0.14c-0.1-0.09-0.14-0.24-0.14-0.43v-2.02h1.08v-0.61h-1.08v-0.84h-0.5l-0.27,0.8 l-0.55,0.29v0.36h0.52v2.04c0,0.8,0.38,1.2,1.14,1.2c0.15,0,0.29-0.01,0.43-0.04c0.14-0.02,0.26-0.06,0.35-0.1v-0.6 C17.8,25.39,17.61,25.42,17.41,25.42z" /></path><path d="M13.46,20.77c-0.15,0-0.26,0.04-0.34,0.12C13.04,20.96,13,21.07,13,21.22c0,0.14,0.04,0.24,0.12,0.32 c0.08,0.08,0.19,0.12,0.34,0.12c0.14,0,0.25-0.04,0.33-0.12c0.08-0.08,0.12-0.19,0.12-0.32c0-0.14-0.04-0.25-0.12-0.33 C13.71,20.81,13.6,20.77,13.46,20.77z" /></path></svg></div></div><div class="logo"><a href="https://careersaalberts-ips.us"><img alt="Aalberts Integrated Piping Systems logo" src="https://careersaalberts-ips.us/static/images/logo.png" /></a></div><nav class="nav nav-menu" aria-label="Main navigation"><div class="close-menu" aria-label="Close submenu"><div class="close-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13.44 13.44"><polygon points="13.44,11.31 8.84,6.72 13.43,2.12 11.31,0 6.72,4.6 2.12,0 0,2.12 4.6,6.72 0,11.31 2.12,13.44 6.72,8.84 11.31,13.43 " /></polygon></svg></div></div><a class="link link-underline" href="https://careersaalberts-ips.us/vacancies">our vacancies</a><div class="header-item-with-dropdown " tabindex="0"><div class="link header-item-with-dropdown-toggle"><span class="link-label">find your path</span><span class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 19 11"><path id="Path" d="M16.76,0L9.5,6.8L2.24,0L0,2.1L9.5,11L19,2.1L16.76,0z" /></path></svg></span></div><nav class="dropdown-menu"><div class="dropdown-container"><ul class="dropdown-columns"><li class="dropdown-column"><ul class="dropdown-top-level"><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/manufacturing-and-logistics">manufacturing &amp; logistics</a></li><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/engineering-and-technical">engineering &amp; technical</a></li><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/corporate">corporate</a></li></ul></li></ul></div></nav></div><a class="link link-underline" href="https://careersaalberts-ips.us/employee-spotlight">employee spotlight</a><div class="header-item-with-dropdown " tabindex="0"><div class="link header-item-with-dropdown-toggle"><span class="link-label">working at aalberts ipsa</span><span class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 19 11"><path id="Path" d="M16.76,0L9.5,6.8L2.24,0L0,2.1L9.5,11L19,2.1L16.76,0z" /></path></svg></span></div><nav class="dropdown-menu"><div class="dropdown-container"><ul class="dropdown-columns"><li class="dropdown-column"><ul class="dropdown-top-level"><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/who-we-are">who we are</a></li><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/learning-and-development">learning &amp; development</a></li></ul></li></ul></div></nav></div></nav><nav class="nav nav-actions"><div class="link link-job-alert"><a class="link-page" href="https://careersaalberts-ips.us/job-alert" title="Go to the jobalert page" aria-label="Go to the jobalert page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 43.2 42.24" style="enable-background:new 0 0 43.2 42.24;" xml:space="preserve"><path d="M41.95,30c-3.04-2.57-5.78-6.33-5.78-10.31v-5.61C36.17,6.32,29.86,0,22.1,0C14.34,0,7.03,6.32,7.03,14.08v5.61 c0,3.98-2.74,7.74-5.8,10.32C0.45,30.68,0,31.66,0,32.69c0,1.94,1.58,3.52,3.52,3.52h11.2c0.7,3.44,3.74,6.03,7.38,6.03 c3.64,0,6.68-2.6,7.38-6.03h10.2c1.94,0,3.52-1.58,3.52-3.52C43.2,31.66,42.75,30.68,41.95,30z M22.1,39.23 c-1.96,0-3.62-1.26-4.24-3.02h8.49C25.72,37.96,24.06,39.23,22.1,39.23z M39.68,33.19H3.52c-0.27,0-0.5-0.23-0.5-0.5 c0-0.2,0.11-0.33,0.18-0.39c3.72-3.14,6.85-7.74,6.85-12.61v-5.61c0-6.1,5.96-11.06,12.05-11.06c6.09,0,11.05,4.96,11.05,11.06v5.61 c0,4.87,3.13,9.47,6.85,12.62c0.07,0.06,0.18,0.18,0.18,0.38C40.18,32.96,39.95,33.19,39.68,33.19z" /></path></svg></div></a></div><div class="link link-favorites hidden" id="favorites-page-link"><a class="link-page" href="https://careersaalberts-ips.us/vacancies/favorites" title="Favorites overview" aria-label="View my favorite vacancies"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 46.13 42.21" style="enable-background:new 0 0 46.13 42.21;" xml:space="preserve"><path d="M23.06,42.21c-0.98,0-1.92-0.36-2.65-1.02c-1.73-1.55-3.4-3-4.87-4.28c-4.44-3.87-8.24-7.18-10.93-10.5 C1.47,22.54,0,18.82,0,14.74c0-3.99,1.35-7.69,3.81-10.41C6.32,1.54,9.78,0,13.54,0c2.83,0,5.42,0.91,7.7,2.71 c0.65,0.51,1.26,1.09,1.83,1.73c0.57-0.64,1.18-1.21,1.83-1.73C27.17,0.91,29.76,0,32.59,0c3.76,0,7.21,1.54,9.73,4.33l0,0 c2.45,2.72,3.81,6.42,3.81,10.41c0,4.09-1.46,7.8-4.61,11.68c-2.7,3.32-6.5,6.63-10.9,10.47l-0.32,0.28 c-1.4,1.22-2.96,2.58-4.58,4.03C24.98,41.85,24.04,42.21,23.06,42.21z M13.54,2.94c-2.91,0-5.59,1.19-7.54,3.36 c-1.96,2.18-3.05,5.17-3.05,8.44c0,3.38,1.26,6.5,3.95,9.82c2.53,3.12,6.24,6.35,10.53,10.09c1.52,1.33,3.2,2.79,4.94,4.34 c0.39,0.35,0.99,0.35,1.38,0c1.63-1.45,3.2-2.83,4.61-4.05l0.33-0.28c4.3-3.74,8.01-6.98,10.54-10.1c2.7-3.33,3.95-6.45,3.95-9.83 c0-3.26-1.08-6.26-3.05-8.43c-1.95-2.16-4.63-3.36-7.54-3.36c-2.15,0-4.13,0.7-5.87,2.08c-0.9,0.71-1.73,1.6-2.45,2.62l-1.2,1.7 l-1.2-1.7c-0.73-1.03-1.55-1.91-2.45-2.62C17.67,3.64,15.69,2.94,13.54,2.94z"></path></svg></div><div class="hidden link-counter"><span>0</span></div></a></div></nav></div></div></header><div class="page-wrapper with-header"><div class="row hide-in-css no-margin layout-1 row-gutter full-width-background " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="banner banner-vacancy banner-sm apply-page " id="hident2"><div class="banner-wrapper"><div class="banner-content"><div class="vacancy-header"><div class="banner-headings"><h1 class="heading heading-one text-align-left ">eh&amp;s specialist </h1></div><div class="vacancy-back-button"><div class="icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 21"><polygon points="18,9 6.5,9 13,2.5 10.5,0 0,10.5 10.5,21 13,18.5 6.5,12 18,12 " /></polygon></svg></div><span class="btn-text"> Go back</span></div><div class="vacancy-header-body"><div class="metadata-body"><ul class="metadata"><div class="metadata-list"><li class="webqube location"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/location.svg); -webkit-mask-image: url('/static/icons/location.svg'); "></div></div> <div class="metadata-text">Pageland, SC</div> </li> <li class="webqube discipline"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/discipline.svg); -webkit-mask-image: url('/static/icons/discipline.svg'); "></div></div> <div class="metadata-text">eh&amp;s</div> </li> </div><div class="metadata-list"><li class="webqube division"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/department.svg); -webkit-mask-image: url('/static/icons/department.svg'); "></div></div> <div class="metadata-text">eh&amp;s</div> </li> <li class="webqube location-type"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/location.svg); -webkit-mask-image: url('/static/icons/location.svg'); "></div></div> <div class="metadata-text">factory</div> </li> </div></ul></div><div class="vacancy-bottom "><div class="btn-container"><a class="btn btn-submit bg-color-1 color-white" href="https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432/apply"><span class="btn-label">Apply</span></a></div><div class="nav nav-actions"><a class="link-icon link-whatsapp" title="Share this vacancy via Whatsapp" aria-label="Share this vacancy via Whatsapp" href="https://wa.me/?text=Is%20this%20a%20nice%20job%20for%20you%3F%20-%20eh%26s%20specialist%20%20-%20https%3A%2F%2Fcareersaalberts-ips.us%2Fvacancies%2Feh-s-specialist-pageland-sc-432" target="_blank"><svg version="1.1" x="0px" y="0px" viewBox="0 0 418.135 418.135"><path d="M198.929,0.242C88.5,5.5,1.356,97.466,1.691,208.02c0.102,33.672,8.231,65.454,22.571,93.536 L2.245,408.429c-1.191,5.781,4.023,10.843,9.766,9.483l104.723-24.811c26.905,13.402,57.125,21.143,89.108,21.631 c112.869,1.724,206.982-87.897,210.5-200.724C420.113,93.065,320.295-5.538,198.929,0.242z M323.886,322.197 c-30.669,30.669-71.446,47.559-114.818,47.559c-25.396,0-49.71-5.698-72.269-16.935l-14.584-7.265l-64.206,15.212l13.515-65.607 l-7.185-14.07c-11.711-22.935-17.649-47.736-17.649-73.713c0-43.373,16.89-84.149,47.559-114.819 c30.395-30.395,71.837-47.56,114.822-47.56C252.443,45,293.218,61.89,323.887,92.558c30.669,30.669,47.559,71.445,47.56,114.817 C371.446,250.361,354.281,291.803,323.886,322.197z" /></path><path d="M309.712,252.351l-40.169-11.534c-5.281-1.516-10.968-0.018-14.816,3.903l-9.823,10.008 c-4.142,4.22-10.427,5.576-15.909,3.358c-19.002-7.69-58.974-43.23-69.182-61.007c-2.945-5.128-2.458-11.539,1.158-16.218 l8.576-11.095c3.36-4.347,4.069-10.185,1.847-15.21l-16.9-38.223c-4.048-9.155-15.747-11.82-23.39-5.356 c-11.211,9.482-24.513,23.891-26.13,39.854c-2.851,28.144,9.219,63.622,54.862,106.222c52.73,49.215,94.956,55.717,122.449,49.057 c15.594-3.777,28.056-18.919,35.921-31.317C323.568,266.34,319.334,255.114,309.712,252.351z" /></path></svg></a><a class="link-icon" title="Share this vacancy via Email" aria-label="Share this vacancy via Email" href="mailto:?subject=Is%20this%20a%20nice%20job%20for%20you%3F%20-%20eh%26s%20specialist%20&body=https%3A%2F%2Fcareersaalberts-ips.us%2Fvacancies%2Feh-s-specialist-pageland-sc-432"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 15"><path d="M20.62,0H1.38C0.62,0,0,0.63,0,1.41v0.8L11,7l11-4.79v-0.8C22,0.63,21.38,0,20.62,0z" /></path><path d="M11.27,8.36C11.18,8.39,11.09,8.41,11,8.41s-0.18-0.02-0.27-0.05L0,4v9.68C0,14.41,0.62,15,1.38,15h19.25 c0.76,0,1.38-0.59,1.38-1.32V4L11.27,8.36z" /></path></svg></a><a class="link-icon" title="Share this vacancy via X" aria-label="Share this vacancy via X" href="http://twitter.com/share?url=https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24px" height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717 l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339 l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"></path></svg></a><a class="link-icon" title="Share this vacancy via Facebook" aria-label="Share this vacancy via Facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432" target="_blank"><svg version="1.1" x="0px" y="0px" viewBox="0 0 33.74 73.19"><path d="M32.38,36.52H22.37v36.67H7.21V36.52H0V23.64h7.21V15.3C7.21,9.34,10.04,0,22.51,0l11.23,0.05v12.51 h-8.15c-1.34,0-3.22,0.67-3.22,3.51v7.58H33.7L32.38,36.52z" /></path></svg></a><a class="link-icon link-linkedin" title="Share this vacancy via LinkedIn" aria-label="Share this vacancy via LinkedIn" href="https://www.linkedin.com/shareArticle?mini=true&url=https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432" target="_blank"><svg version="1.1" x="0px" y="0px" viewBox="0 0 22.14 20.98"><path d="M22.14,12.86v8.12h-4.75v-7.57c0-1.9-0.69-3.2-2.4-3.2c-1.31,0-2.09,0.87-2.43,1.72 c-0.12,0.3-0.16,0.72-0.16,1.15v7.9H7.65c0,0,0.06-12.82,0-14.15h4.75v2.01c-0.01,0.02-0.02,0.03-0.03,0.05h0.03V8.84 c0.63-0.96,1.76-2.34,4.28-2.34C19.8,6.49,22.14,8.51,22.14,12.86z M2.69,0C1.07,0,0,1.06,0,2.44C0,3.8,1.03,4.89,2.62,4.89h0.03 c1.66,0,2.68-1.09,2.68-2.45C5.31,1.06,4.31,0,2.69,0z M0.28,20.97h4.75V6.82H0.28V20.97z" /></path></svg></a><a class="link-icon hidden link-favorites" id="favorites-toggle-link" href="#" title="Save the vacancy in your favourites" aria-label="Save the vacancy in your favourites" onclick="getElementById('toggle-87619').submit()"><form id="toggle-87619" action="/api/769/favorites" method="post"><input type="hidden" name="id" value="87619"><div class="favorites-icon"><div class="link-icon empty-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 46.13 42.21" style="enable-background:new 0 0 46.13 42.21;" xml:space="preserve"><path d="M23.06,42.21c-0.98,0-1.92-0.36-2.65-1.02c-1.73-1.55-3.4-3-4.87-4.28c-4.44-3.87-8.24-7.18-10.93-10.5 C1.47,22.54,0,18.82,0,14.74c0-3.99,1.35-7.69,3.81-10.41C6.32,1.54,9.78,0,13.54,0c2.83,0,5.42,0.91,7.7,2.71 c0.65,0.51,1.26,1.09,1.83,1.73c0.57-0.64,1.18-1.21,1.83-1.73C27.17,0.91,29.76,0,32.59,0c3.76,0,7.21,1.54,9.73,4.33l0,0 c2.45,2.72,3.81,6.42,3.81,10.41c0,4.09-1.46,7.8-4.61,11.68c-2.7,3.32-6.5,6.63-10.9,10.47l-0.32,0.28 c-1.4,1.22-2.96,2.58-4.58,4.03C24.98,41.85,24.04,42.21,23.06,42.21z M13.54,2.94c-2.91,0-5.59,1.19-7.54,3.36 c-1.96,2.18-3.05,5.17-3.05,8.44c0,3.38,1.26,6.5,3.95,9.82c2.53,3.12,6.24,6.35,10.53,10.09c1.52,1.33,3.2,2.79,4.94,4.34 c0.39,0.35,0.99,0.35,1.38,0c1.63-1.45,3.2-2.83,4.61-4.05l0.33-0.28c4.3-3.74,8.01-6.98,10.54-10.1c2.7-3.33,3.95-6.45,3.95-9.83 c0-3.26-1.08-6.26-3.05-8.43c-1.95-2.16-4.63-3.36-7.54-3.36c-2.15,0-4.13,0.7-5.87,2.08c-0.9,0.71-1.73,1.6-2.45,2.62l-1.2,1.7 l-1.2-1.7c-0.73-1.03-1.55-1.91-2.45-2.62C17.67,3.64,15.69,2.94,13.54,2.94z"></path></svg></div><div class="link-icon hidden filled-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 26 23"><path d="M13,23c-0.48,0-0.94-0.17-1.29-0.48c-1.01-0.87-1.98-1.69-2.84-2.41c-2.55-2.15-4.73-3.99-6.27-5.83C0.83,12.16,0,10.15,0,7.93c0-2.16,0.75-4.15,2.12-5.62C3.51,0.82,5.41,0,7.48,0c1.55,0,2.98,0.49,4.23,1.44C12.18,1.8,12.61,2.21,13,2.67c0.39-0.47,0.82-0.88,1.28-1.23C15.54,0.49,16.96,0,18.52,0c2.07,0,3.98,0.82,5.37,2.31C25.25,3.78,26,5.77,26,7.93c0,2.22-0.83,4.23-2.6,6.35c-1.54,1.84-3.73,3.68-6.26,5.82c-0.86,0.73-1.84,1.55-2.85,2.42C13.94,22.83,13.48,23,13,23z" /></path></svg></div></div></form></a></div></div></div></div></div><div class="banner-background banner-focus-center-center"><div class="image"><div class="image-wrapper"><div class="image"><div class="image-wrapper"><picture><source media="(min-width: 1180px)" srcset="/static/uploads/3130-header-ip-s-us-a-2-min.png# 1180w" sizes="100vw"><source media="(min-width: 768px)" srcset="/static/uploads/12-productie-techniek.jpg# 768w# 768w" sizes="100vw"><source media="(min-width: 400px)" srcset="/static/uploads/12-productie-techniek.jpg# 400w# 400w" sizes="100vw"><img src="/static/uploads/12-productie-techniek.jpg# 400w" title="" alt=""></picture></div></div></div></div></div></div></div><div class="vacancy-sticky" id="hident2"><div class="vacancy-sticky-body"><div class="sticky-heading"><h2 class="heading heading-two text-align-left ">eh&amp;s specialist </h2><ul class="metadata"><div class="metadata-list metadata-row"><li class="webqube location"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/location.svg); -webkit-mask-image: url('/static/icons/location.svg'); "></div></div> <div class="metadata-text">Pageland, SC</div> </li> <li class="webqube division"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/department.svg); -webkit-mask-image: url('/static/icons/department.svg'); "></div></div> <div class="metadata-text">eh&amp;s</div> </li> <li class="webqube discipline"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/discipline.svg); -webkit-mask-image: url('/static/icons/discipline.svg'); "></div></div> <div class="metadata-text">eh&amp;s</div> </li> <li class="webqube location-type"><div class="metadata-icon"><div class="bg-color-2 icon" style="mask-image:url(/static/icons/location.svg); -webkit-mask-image: url('/static/icons/location.svg'); "></div></div> <div class="metadata-text">factory</div> </li> </div></ul></div><div class="btn-container"><a class="btn btn-submit bg-color-1 color-white" href="https://careersaalberts-ips.us/vacancies/eh-s-specialist-pageland-sc-432/apply"><span class="btn-label">Apply</span></a></div></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="spacer spacer-size-lg" style=""></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="vacancy-appetizer intro text-align-left ">The environmental health and safety specialist is responsible for providing strategic assistance to ensure compliance with and effective implementation of all applicable EHS regulations applicable to the Pearl Street Facility while imparting a preventive/active safety-driven culture. The position reports directly to the plant manager, functionally to the eh&s director.</div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="spacer spacer-size-lg" style=""></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="text vacancy-description text-align-left "><div class="description"><div><p><strong>essential duties and responsibilities:</strong></p> <p>The essential duties and responsibilities include but are not limited to:</p> <ul> <li>Implementation of EHS programs aimed at reducing injury and illness rates, enhancing employee participation and ensuring regulatory compliance</li> <li>Works with the appropriate management and staff to implement and execute programs.</li> <li>Acts as the lead contract with governmental agencies and ensures necessary data for EHS reports is tracked along with timely report submittals.</li> <li>Develops, advises and interacts with departmental safety committees to develop, implement and execute safety culture awareness.</li> <li>Leads in regular inspections and audits to identify potential environmental health and safety hazards and discrepancies to ensure compliance with all EHS policies, regulatory standards and national codes to develop solutions to issues.</li> <li>Facilitates and participates in investigations of incidents, accidents, complaints or problems (injury, chemical release, near misses, indoor air quality, etc.) recommending changes to current procedures or controls to prevent property loss and/or injury. Tracks all incidents/accidents/near misses to aid in reducing/preventing future mishaps.</li> <li>Is responsible to track energy consumption, and develop improvement plan with the team</li> <li>Assist in PPE selection</li> <li>Help identify EHS training needs throughout the site and develop/implement the necessary training and retraining programs to ensure compliance with corporate standards and local legislation.</li> </ul> <br /> <p>&nbsp;</p></div></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="text vacancy-description text-align-left "><div class="description"><div><p><strong>qualifications and requirements:</strong></p> <ul> <li>Bachelor&rsquo;s Degree in Environmental Health and Safety or related discipline with equivalent combination of training and experience.</li> <li>ASP (associate Safety Professional) certification recommended, CSP (Certified Safety Professional) certification preferred.</li> <li>2-3&nbsp;years&rsquo; experience in a similar position within a foundry/metals manufacturing environment preferred.</li> <li>Functional EHS Knowledge in regulatory requirements, EHS technical aspects (safety, industrial hygiene, environmental), risk management, behavior-based safety, training, auditing / program review, regulatory agency enforcement, EHS vendor / consultant management, business knowledge required.</li> <li>Proven track record in driving cultural change in EHS.</li> <li>Strong communication skills, as well as excellent interpersonal and influence management skills.</li> <li>Ability to prioritize and perform multiple tasks without losing momentum while also completing all daily tasks efficiently and effectively.</li> <li>Proficient with the use of safety equipment appropriate to areas of responsibility.</li> <li>Understanding of both theoretical and practical aspects for analysis and interpret.ation of procedures, policies and practices attainable through specific education and/or training programs in a specialty or technical field.</li> </ul> <p><strong>desired skills:</strong></p> <ul> <li>Asserts own ideas and persuades others; gains support and mobilizes/motivates people to take action.</li> <li>Good working knowledge and experience of the Microsoft Office Professional.</li> <li>Ability to work independently, and tend to EHS related needs on multiple shifts</li> <li>Excellent written and spoken communication skills.</li> <li>Ability to hold self and others accountable; establish vision and plan to achieve; manage multiple projects; and interface with and represent the company to regulators.</li> <li>OSHA 10</li> <li>OSHA 30</li> </ul></div></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="group group-vertical-align-top "><div class="image image-vertical-align-top image-horizontal-align-fill"><div class="image-wrapper"><img src="/static/uploads/3131-header-ip-s-3-min.png" title="" alt="" aria-label=""></div></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="group group-vertical-align-top "><div class="spacer spacer-size-lg" style=""></div><div class="text text-align-left "><div data-rte-doc="true"><div class="plain-text">Aalberts integrated piping systems Americas, Inc. is an equal opportunity employer. At Aalberts IPSA, we are committed to treating all Applicants fairly based on their abilities, achievements, and experience without regard to race, national origin, sex, age, disability, veteran status, sexual orientation, gender identity, or any other classification protected by law.</div></div></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="spacer spacer-size-lg" style=""></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="spacer spacer-size-md" style=""></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter full-width-background " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="job-alert"><div class="job-alert-wrapper"><div class="image"><div class="image-wrapper"><div class="image image-vertical-align-top image-horizontal-align-fill"><div class="image-wrapper"><img src="/static/uploads/2978-day-3-quarters-angle-copy.jpg" title="" alt="" aria-label=""></div></div></div></div><div class="search-block-content"><div class="search-block"><div class="search-block-text"><h2 class="heading heading-two text-align-left ">receive our latest vacancies</h2></div><form class="job-alert-content" action="https://careersaalberts-ips.us/job-alert" method="GET"><div class="form-field"><input class="form-input" type="text" name="email" placeholder="Email address" value=""></div><div class="button-submit"><button class="btn btn-outline border-color-2 color-2"><span>Activate Job Alert</span></button></div></form></div></div></div></div></div></div></div></div><script type="application/ld+json">{"@context":"https://schema.org","experienceRequirements":["5 - 10 years","2 - 5 years"],"workHours":"Just 0.0","datePosted":"2024-11-21T18:10:05.962108Z","validThrough":null,"hiringOrganization":{"@context":"https://schema.org","sameAs":["https://www.instagram.com/aalbertsipsa/","https://www.linkedin.com/showcase/aalberts-integrated-piping-systems-americas/","https://www.facebook.com/profile.php?id=100075886005349"],"url":"/","address":null,"name":"Aalberts Integrated Piping Systems","@type":"Organization","logo":"https://careersaalberts-ips.us/static/images/icon-32x32.png"},"employmentType":[],"baseSalary":null,"jobLocation":{"address":{"streetAddress":"","postalCode":null,"addressCountry":"United States","addressLocality":"Pageland, SC","@type":"PostalAddress","addressRegion":""},"@type":"Place"},"@type":"JobPosting","title":"eh&s specialist ","educationRequirements":["bachelors degree"],"description":"<div><p><strong>essential duties and responsibilities:</strong></p> <p>The essential duties and responsibilities include but are not limited to:</p> <ul> <li>Implementation of EHS programs aimed at reducing injury and illness rates, enhancing employee participation and ensuring regulatory compliance</li> <li>Works with the appropriate management and staff to implement and execute programs.</li> <li>Acts as the lead contract with governmental agencies and ensures necessary data for EHS reports is tracked along with timely report submittals.</li> <li>Develops, advises and interacts with departmental safety committees to develop, implement and execute safety culture awareness.</li> <li>Leads in regular inspections and audits to identify potential environmental health and safety hazards and discrepancies to ensure compliance with all EHS policies, regulatory standards and national codes to develop solutions to issues.</li> <li>Facilitates and participates in investigations of incidents, accidents, complaints or problems (injury, chemical release, near misses, indoor air quality, etc.) recommending changes to current procedures or controls to prevent property loss and/or injury. Tracks all incidents/accidents/near misses to aid in reducing/preventing future mishaps.</li> <li>Is responsible to track energy consumption, and develop improvement plan with the team</li> <li>Assist in PPE selection</li> <li>Help identify EHS training needs throughout the site and develop/implement the necessary training and retraining programs to ensure compliance with corporate standards and local legislation.</li> </ul> <br /> <p>&nbsp;</p></div><div><p><strong>qualifications and requirements:</strong></p> <ul> <li>Bachelor&rsquo;s Degree in Environmental Health and Safety or related discipline with equivalent combination of training and experience.</li> <li>ASP (associate Safety Professional) certification recommended, CSP (Certified Safety Professional) certification preferred.</li> <li>2-3&nbsp;years&rsquo; experience in a similar position within a foundry/metals manufacturing environment preferred.</li> <li>Functional EHS Knowledge in regulatory requirements, EHS technical aspects (safety, industrial hygiene, environmental), risk management, behavior-based safety, training, auditing / program review, regulatory agency enforcement, EHS vendor / consultant management, business knowledge required.</li> <li>Proven track record in driving cultural change in EHS.</li> <li>Strong communication skills, as well as excellent interpersonal and influence management skills.</li> <li>Ability to prioritize and perform multiple tasks without losing momentum while also completing all daily tasks efficiently and effectively.</li> <li>Proficient with the use of safety equipment appropriate to areas of responsibility.</li> <li>Understanding of both theoretical and practical aspects for analysis and interpret.ation of procedures, policies and practices attainable through specific education and/or training programs in a specialty or technical field.</li> </ul> <p><strong>desired skills:</strong></p> <ul> <li>Asserts own ideas and persuades others; gains support and mobilizes/motivates people to take action.</li> <li>Good working knowledge and experience of the Microsoft Office Professional.</li> <li>Ability to work independently, and tend to EHS related needs on multiple shifts</li> <li>Excellent written and spoken communication skills.</li> <li>Ability to hold self and others accountable; establish vision and plan to achieve; manage multiple projects; and interface with and represent the company to regulators.</li> <li>OSHA 10</li> <li>OSHA 30</li> </ul></div>"}</script></script><div class="cookie-modal bg-color-3"><div class="cookie-body"><div class="cookie-info"><h2 class="title">This website uses cookies</h2><p class="description">We, and third parties, use cookies on our website. We use cookies to ensure that our website functions properly, to store your preferences, to gain insight into visitor behavior, but also for marketing and social media purposes (showing personalized advertisements). By clicking 'Accept', you agree to the use of all cookies. In our Cookie Statement. you can read more about the cookies we use and save or change your preferences. By clicking 'Refuse' you only agree to the use of functional cookies.</p><form action="/api/cookie-consent" method="post" id="consent-form"><input hidden id="hidden-input" name="consent" value="functional"><div class="card-container row" id="consent-cards"><div class="col col-sm-4"><label class="disabled card"><div class="top"><input class="form-checkbox" type="checkbox" onClick="onClickCheckBox(0, true)" value="functional" checked><div class="checkbox"><svg version="1.1" x="0px" y="0px" viewBox="0 0 499.03 385.45"><path d="M490.51,47.56L451.46,8.52C445.79,2.84,439.04,0,431.23,0c-7.8,0-14.55,2.84-20.23,8.52L181.36,238.15l-93.34-93.35 c-5.68-5.68-12.43-8.52-20.23-8.52c-7.81,0-14.55,2.84-20.23,8.52L8.52,183.85C2.84,189.53,0,196.27,0,204.08 c0,7.81,2.84,14.55,8.52,20.23l152.62,152.62c5.68,5.68,12.43,8.52,20.23,8.52c7.81,0,14.55-2.83,20.23-8.52L490.51,88.02 c5.67-5.68,8.52-12.42,8.52-20.23S496.19,53.24,490.51,47.56z" /></path></svg></div><h2 class="card-title">Functional</h2></div><div class="card-description">Functional cookies ensure that this website can remember information that influences the behavior and design of the website, such as which vacancies are your favorites.</div></label></div><div class="col col-sm-4"><label class="card"><div class="top"><input class="form-checkbox" type="checkbox" onClick="onClickCheckBox(1, true)" value="statistics"><div class="checkbox"><svg version="1.1" x="0px" y="0px" viewBox="0 0 499.03 385.45"><path d="M490.51,47.56L451.46,8.52C445.79,2.84,439.04,0,431.23,0c-7.8,0-14.55,2.84-20.23,8.52L181.36,238.15l-93.34-93.35 c-5.68-5.68-12.43-8.52-20.23-8.52c-7.81,0-14.55,2.84-20.23,8.52L8.52,183.85C2.84,189.53,0,196.27,0,204.08 c0,7.81,2.84,14.55,8.52,20.23l152.62,152.62c5.68,5.68,12.43,8.52,20.23,8.52c7.81,0,14.55-2.83,20.23-8.52L490.51,88.02 c5.67-5.68,8.52-12.42,8.52-20.23S496.19,53.24,490.51,47.56z" /></path></svg></div><h2 class="card-title">Statistics</h2></div><div class="card-description">Statistical cookies help us understand how visitors use this website by collecting and reporting data anonymously.</div></label></div><div class="col col-sm-4"><label class="card"><div class="top"><input class="form-checkbox" id="marketing-checkbox" type="checkbox" onClick="onClickCheckBox(2, true)" value="marketing"><div class="checkbox"><svg version="1.1" x="0px" y="0px" viewBox="0 0 499.03 385.45"><path d="M490.51,47.56L451.46,8.52C445.79,2.84,439.04,0,431.23,0c-7.8,0-14.55,2.84-20.23,8.52L181.36,238.15l-93.34-93.35 c-5.68-5.68-12.43-8.52-20.23-8.52c-7.81,0-14.55,2.84-20.23,8.52L8.52,183.85C2.84,189.53,0,196.27,0,204.08 c0,7.81,2.84,14.55,8.52,20.23l152.62,152.62c5.68,5.68,12.43,8.52,20.23,8.52c7.81,0,14.55-2.83,20.23-8.52L490.51,88.02 c5.67-5.68,8.52-12.42,8.52-20.23S496.19,53.24,490.51,47.56z" /></path></svg></div><h2 class="card-title">Marketing</h2></div><div class="card-description">Marketing cookies are used on this site to possibly play videos via YouTube. Also to display relevant advertisements while visiting other websites.</div></label></div></div><div class="btn-row"><div class="link color-1 visible" id="settings-link" onClick="onClickSettings()">Change settings</div><button class="btn btn-outline border-color-2 color-2 visible" type="submit" value="default" id="submit-button"><span class="btn-label selected-consent-msg visible">Decline</span><span class="btn-label selected-consent-msg">Accept selected cookies</span></button><button class="visible btn bg-color-1 color-white" onClick="onClickAcceptAll()" value="default" id="accept-all"><span class="btn-label">Accept</span></button></div><a class="link cookie-declaration" href="https://careersaalberts-ips.us/cookies">Read more in the cookie statement</a></a></form></div></div></div><footer class="footer bg-white" aria-label="Useful links"><div class="footer-container"><div class="nav-footer"><nav class="nav nav-social"><a class="link" href="https://www.instagram.com/aalbertsipsa/" target="_blank" title="Visit our Instagram page" aria-label="Visit our Instagram page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 20 20"><path d="M14.017 0h-8.07A5.954 5.954 0 0 0 0 5.948v8.07a5.954 5.954 0 0 0 5.948 5.947h8.07a5.954 5.954 0 0 0 5.947-5.948v-8.07A5.954 5.954 0 0 0 14.017 0zm3.94 14.017a3.94 3.94 0 0 1-3.94 3.94h-8.07a3.94 3.94 0 0 1-3.939-3.94v-8.07a3.94 3.94 0 0 1 3.94-3.939h8.07a3.94 3.94 0 0 1 3.939 3.94v8.07z" /></path><path d="M9.982 4.819A5.17 5.17 0 0 0 4.82 9.982a5.17 5.17 0 0 0 5.163 5.164 5.17 5.17 0 0 0 5.164-5.164A5.17 5.17 0 0 0 9.982 4.82zm0 8.319a3.155 3.155 0 1 1 0-6.31 3.155 3.155 0 0 1 0 6.31z" /></path><circle cx="15.156" cy="4.858" r="1.237" /></circle></svg></div></a><a class="link" href="https://www.linkedin.com/showcase/aalberts-integrated-piping-systems-americas/" target="_blank" title="Visit our LinkedIn page" aria-label="Visit our LinkedIn page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 13.8 13.2"><path d="M13.8,8.1v5.1h-3V8.4c0-1.2-0.4-2-1.5-2C8.5,6.4,8,7,7.8,7.5C7.7,7.7,7.7,8,7.7,8.2v5h-3 c0,0,0-8.1,0-8.9h3v1.3l0,0l0,0l0,0C8.1,5,8.8,4.1,10.4,4.1C12.4,4.1,13.8,5.4,13.8,8.1z M1.7,0C0.7,0,0,0.7,0,1.5 C0,2.4,0.6,3,1.6,3l0,0c1,0,1.7-0.7,1.7-1.5S2.7,0,1.7,0z M0.2,13.2h3V4.3h-3V13.2z" /></path></svg></div></a><a class="link" href="https://www.facebook.com/profile.php?id=100075886005349" target="_blank" title="Visit our Facebook page" aria-label="Visit our Facebook page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 7.5 16.2"><path d="M7.1,8.1H4.9v8.1H1.6V8.1H0V5.2h1.6V3.4C1.6,2.1,2.2,0,5,0h2.5v2.8H5.6c-0.3,0-0.7,0.1-0.7,0.8v1.6 h2.5L7.1,8.1z" /></path></svg></div></a></nav></div><div class="nav-footer"><nav class="nav nav-cms-pages"><a class="link" href="https://careersaalberts-ips.us/privacy">privacy</a><a class="link" href="https://careersaalberts-ips.us/cookies">cookies</a></nav></div><div class="nav-footer"><div class="corporate-link"><a class="link" href="https://aalberts-ips.com/" target="_blank" title="Go to the corporate website" aria-label="Go to the corporate website">Aalberts IPS<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" xml:space="preserve"><path d="M10.7,10.7H1.3V1.3H6V0H1.3C0.6,0,0,0.6,0,1.3v9.3c0,0.4,0.1,0.7,0.4,0.9S1,12,1.3,12h9.3c0.4,0,0.7-0.1,0.9-0.4S12,11,12,10.7V6h-1.3L10.7,10.7L10.7,10.7z M7.3,0v1.3h2.4L3.2,7.9l0.9,0.9l6.6-6.6v2.4H12V0H7.3z" /></svg></path></svg></a></div></div></div></footer><script src="/static/js/components-en-us.js?v=21.1.51"></script><script src="/static/tmp/autogen-CqXB9p2i.js"></script></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10