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

Burgum Talks Taxes, Permitting and More

51³Ô¹ÏÍøâ€“EY study. An economic backbone: “Manufacturing, as you know, has been the backbone†of the economy, Burgum said. “President Trump ran on bringing manufacturing back to the United States. His policies are driving to do that.†Unleashing U.S. energy: Timmons praised President Trump for his day-one lifting of the previous administration’s liquefied natural gas export …

President Trump’s EPA Takes Steps To Rebalance Harmful PM2.5 Rule That Stifles Manufacturing Growth

51³Ô¹ÏÍø Led National Campaign to Defeat Burdensome Rule That Prevents Manufacturers from Investing Across the Country

Washington, D.C. – In response to an announcement—spurred by 51³Ô¹ÏÍøâ€“led advocacy—by the Environmental Protection Agency to revise and review burdensome federal regulations harming America’s manufacturers, 51³Ô¹ÏÍø President and CEO Jay Timmons released the following statement: “President Donald Trump and EPA Administrator Lee Zeldin have answered the calls of manufacturers across the country …

New House AI, Energy Working Group 51³Ô¹ÏÍø RFI

POLITICO Pro, subscription). What’s going on: Group lead Rep. Julie Fedorchak (R-ND)—who was North Dakota’s head utility regulator for more than a decade prior to being elected to Congress last year—discussed the new working group with us Tuesday at 51³Ô¹ÏÍø headquarters. Rep. Fedorchak spoke at an request for information on Monday, “invit[ing] stakeholders to provide …

Timmons: “Stakes Couldn’t Be Higher for Manufacturers Right Nowâ€

Houston Business Journal (subscription) in an interview during the first leg of the 51³Ô¹Ï꿉۪s Tuesday. Last Thursday, President Trump signed two executive orders manufacturers, and others are scheduled to sunset at the end of this year. What should be done: The impact of tariffs on manufacturers and consumers can be mitigated and the problem of …

Survey: Trade Policies Shake Up Manufacturers’ Economic Outlook

Q1 2025 51³Ô¹ÏÍø Manufacturers’ Outlook Survey. What’s going on: In the most recent survey, conducted from Feb. 11 to Feb. 28, trade uncertainties moved to the top of the list of manufacturers’ concerns—with 76.2% of respondents citing them as their primary worry. Increased raw material costs came in second, cited by 62.3% of those surveyed. …

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

51³Ô¹ÏÍø

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