National Director, Safer States, BizNGO
Sarah Doll, National Director, Safer States

National Director, Safer States

Sarah Doll is the National Director for Safer States, an organization that runs campaigns that build a more sustainable world and protect people from harmful chemicals. Sarah uses her unique strategic and collaboration skills to build and leverage collective action, grounded in state and local leadership, for market transformation toward safer materials and solutions thus reducing the threat of harmful chemicals in our daily lives. She has over twenty five years of experience managing successful environmental health campaigns. Prior to Safer States, Sarah worked for the Oregon Environmental Council, the City of Portland, and on Capitol Hill.Sarah lives in Portland, Oregon with her family including a highly active 13-year-old.

Share:

function externalLinks() { var current = location.hostname.replace(/^www\./, ""); // One reusable accessibility description for all external links var noticeId = "external-link-new-tab"; if (!document.getElementById(noticeId)) { var notice = document.createElement("span"); notice.id = noticeId; notice.className = "visually-hidden"; notice.textContent = "Opens in a new tab."; document.body.appendChild(notice); } document.querySelectorAll("a[href]").forEach(function (link) { var href = link.getAttribute("href"); if ( !href || href.indexOf("#") === 0 || /^(mailto:|tel:|javascript:)/i.test(href) || link.hasAttribute("download") ) {return;} var url; try { url = new URL(href, location.href); } catch (e) {return;} if (!/^https?:$/.test(url.protocol)) {return;} var destination = url.hostname.replace(/^www\./, ""); if (destination === current) {return;} // Allows an intentional same-window exception if ever needed. if ( link.getAttribute("target") === "_self" || link.hasAttribute("data-same-window") ) {return;} link.setAttribute("target", "_blank"); // Preserve any existing rel values. var rel = (link.getAttribute("rel") || "") .split(/\s+/) .filter(Boolean); if (!rel.includes("noopener")) {rel.push("noopener");} link.setAttribute("rel", rel.join(" ")); // Preserve any existing aria-describedby value. var describedBy = (link.getAttribute("aria-describedby") || "") .split(/\s+/) .filter(Boolean); if (!describedBy.includes(noticeId)) {describedBy.push(noticeId);} link.setAttribute("aria-describedby", describedBy.join(" ")); }); }