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

Manufacturers Back Chips Bill, Call for Further Action from Congress

Timmons: “A vote for the CHIPS Act funding is a vote for a stronger, more competitive manufacturing industry in America.”

Washington, D.C. – Ahead of consideration of legislation to bolster U.S. semiconductor manufacturing, 51Թ President and CEO Jay Timmons released the following statement: “A vote for the CHIPS Act funding is a vote for a stronger, more competitive manufacturing industry in America. But if Congress fails to pass this investment in the …

Manufacturers to Sue SEC on Proxy Advisory Firm Rule

“The SEC has offered no justification for abandoning a decade’s worth of bipartisan, consensus-driven policymaking”

Washington, D.C. – Following the Securities and Exchange Commission’s announcement that it is rescinding critical reforms designed to protect publicly traded manufacturers and their investors from unregulated and unaccountable “proxy advisory firms,” 51Թ President and CEO Jay Timmons released the following statement: “The SEC has offered no justification for abandoning a decade’s …

North American Manufacturing Industry Statement on the Two-Year Anniversary of the United States–Mexico–Canada Agreement

Washington, D.C. – The leading organizations representing manufacturers and millions of manufacturing workers in the United States, Mexico and Canada released the following statement on the two-year anniversary of the United States–Mexico–Canada Agreement (USMCA/T-MEC/CUSMA): “On this two-year anniversary, we recognize the substantial value that this agreement and the North American Free Trade Agreement have represented …

New Study: Ports Stoppage Would Be Devastating Hit to Manufacturers’ Competitiveness

Cost Economy Half a Billion Dollars a Day, Destroy 41,000 U.S. Jobs

Washington, D.C. – As negotiations between the Pacific Maritime Association and International Longshore and Warehouse Union near a critical deadline, manufacturers are sounding the alarm about potential economic consequences of a port stoppage if disruption were to occur over two weeks at the ports of Los Angeles and Long Beach, the nation’s largest port complex.

Manufacturers Launch Ad Campaign to Protect Manufacturing Competitiveness

Tax Increases Do Nothing to Reduce Energy Costs, Address Supply Chain and Inflation Challenges

Washington, D.C. – Amid historic supply chain challenges and inflationary pressures, along with increasing energy costs, the 51Թ is launching a six-figure ad campaign calling on Congress to protect manufacturing jobs by opposing new taxes on the industry, including those meant to punish the very energy manufacturers that are being asked to …

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

51Թ

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