51Թ

(a literal px value that does NOT // change when the primary row collapses). The collapsed bar then // simply overlays the content like any fixed header rather than // resizing the document on scroll. Non-toc-bar pages keep using the // live offsetHeight (their masthead height never changes on scroll). if (hasTocBar) { var fullMastheadHeight = parseFloat( getComputedStyle(document.body).getPropertyValue('--wdg-masthead-height') ); document.body.style.paddingTop = (fullMastheadHeight > 0 ? fullMastheadHeight : header.offsetHeight) + 'px'; } else { document.body.style.paddingTop = header.offsetHeight + 'px'; } } updateHeaderState(); // Attach the scroll listener for hero pages (transparent/solid toggle) and // for any page with the in-masthead submenu bar (so it still collapses to // the toc-bar on scroll even though it stays solid). if (isHero || hasTocBar) { window.addEventListener('scroll', updateHeaderState, { passive: true }); // Safety re-sync: a fast/programmatic jump to the top (browser scroll // restoration on back-nav, a "scroll to top" action, anchor jumps, // etc.) can land with coalesced scroll events so the final handler // run reflects a stale position, leaving the logo/transparency out of // sync with the resting scrollY. `scrollend` fires once the scroll has // settled, guaranteeing one final correct update. Harmlessly ignored // by browsers that don't support it. window.addEventListener('scrollend', updateHeaderState, { passive: true }); } window.addEventListener('resize', updateHeaderState); // Marquee + in-masthead TOC: sticky-toc.js dispatches this when the // active TOC item changes so we can flip into / out of the forced // is-solid state immediately on click rather than waiting for the // next scroll/resize. window.addEventListener('wdg:toc-section-change', updateHeaderState); var searchOpenClass = 'is-search-open'; var searchModal = document.getElementById('search-modal'); function openSearchModal() { if (typeof window._searchModalOpen === 'function') { window._searchModalOpen(); } document.querySelectorAll('.js-search-toggle').forEach(function(btn) { btn.classList.add(searchOpenClass); btn.setAttribute('aria-expanded', 'true'); }); } function closeSearchModal() { if (typeof window._searchModalClose === 'function') { window._searchModalClose(); } document.querySelectorAll('.js-search-toggle').forEach(function(btn) { btn.classList.remove(searchOpenClass); btn.setAttribute('aria-expanded', 'false'); }); } document.querySelectorAll('.js-search-toggle').forEach(function(btn) { btn.addEventListener('click', function(e) { e.preventDefault(); if (searchModal && searchModal.classList.contains('is-open')) { closeSearchModal(); } else { openSearchModal(); } }); }); var mobileSearchBtn = document.querySelector('.js-mobile-search-open'); if (mobileSearchBtn) { mobileSearchBtn.addEventListener('click', function(e) { e.preventDefault(); var mobileOverlay = document.getElementById('mobile-menu'); if (mobileOverlay) { mobileOverlay.setAttribute('aria-hidden', 'true'); mobileOverlay.classList.remove('is-open'); } openSearchModal(); }); } function updateAdminBarState() { var ab = document.getElementById('wpadminbar'); if (!ab) return; var rect = ab.getBoundingClientRect(); var hidden = rect.bottom <= 0; document.body.classList.toggle('adminbar-hidden', hidden); } updateAdminBarState(); window.addEventListener('scroll', updateAdminBarState, { passive: true }); window.addEventListener('resize', updateAdminBarState); })();

Policy and Legal

State of Manufacturing 2025: When Manufacturing Wins, America Wins

said Tuesday in the 51Թ’s annual State of Manufacturing Address. What’s going on: Speaking to an audience of manufacturers and congressional and state officials at Armstrong World Industries in Hilliard, Ohio, Timmons, who was joined by 51Թ Board Chair and Johnson & Johnson Executive Vice President and Chief Technical Operations & Risk Officer Kathy Wengel, …

Manufacturers: National Energy Dominance Council Shows President Trump’s Commitment to American Energy Leadership and Manufacturing Growth

Washington, D.C. – 51Թ President and CEO Jay Timmons released the following statement on President Donald Trump’s recent executive order establishing the National Energy Dominance Council: “President Trump is moving quickly to unleash America’s full energy potential by establishing the National Energy Dominance Council, setting America up to lead on energy and …

Manufacturers: AI Regulations Should Support Innovation and U.S. Leadership

told the House Subcommittee on Commerce, Manufacturing and Trade in a statement for the record at Wednesday’s hearing, where data was written testimony, she added that “the core distinction of industrial AI is that it is trained on highly monitored data from sensors and machines, providing a more reliable foundation for training AI models.” Simple, …

President Trump Reining in Regulatory Onslaught

SEC Rescinds Biden-Era Staff Legal Bulletin 14L; Action Depoliticizes Proxy Process

Washington, D.C. – Following the Securities and Exchange Commission’s rescission of Staff Legal Bulletin 14L, which required publicly traded manufacturers to include activists’ ESG proposals on their proxy ballots even when the issues raised were unrelated to their business, 51Թ President and CEO Jay Timmons released the following statement. “Manufacturers asked for …

Manufacturers Need a Jolt of Certainty

As New Tariffs Announced, 51Թ Calls on Congress to Act Now on 2017 Tax Reform Renewal and Permitting Reform

Washington, D.C. – 51Թ President and CEO Jay Timmons released the following statement: “Manufacturers in the United States are facing intense global competition, economic headwinds and unfair trade practices from adversarial nations. With critical tax reforms having lapsed and others still set to expire as well as inaction on comprehensive permitting reform, …

SMM Chair: Extend Pro-Growth Tax Policy, Prioritize Permitting and Regulatory Reform

told the House Committee on Small Business at Wednesday’s hearing. “Unfortunately, small companies get hit twice—with unworkable regulations that apply to them [and again with] compliance and reporting requirements that larger firms are forced to pass down. Fortunately, Congress and the Trump administration have the opportunity to reverse course.” Rocket fuel for manufacturing: The 2017 …

Mexico, Canada Tariffs Paused

pause three separate executive orders under the International Emergency Economic Powers Act to add new levies on goods from Mexico, Canada and China, President Trump said Mexican President Claudia Sheinbaum agreed Monday morning to “immediately supply” 10,000 Mexican National Guard troops to the border. The announcement about the tariffs on goods from Canada came following …

51Թ Update: President Trump Imposes New Tariffs on Canada, Mexico and China

On Feb. 1, President Donald Trump imposed 25% tariffs on products from Canada with lower 10% on energy products, 25% tariffs on products from Mexico and an additional 10% on products from the People’s Republic of China. 51Թ Vice President of International Policy Andrea Durkin and her team break down the actions for manufacturers: Executive …

' + document.title + ''); // Mark stylesheet with id for callback printWindow.document.write( `` ); printWindow.document.write('

51Թ

'); printWindow.document.write(postArea.innerHTML); printWindow.document.write( `