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); })();

News

New Order, Export and Employment Indexes Contract, Price Index Decreases

In September, the U.S. manufacturing sector contracted for the seventh consecutive month but at a slower pace than the prior month, with the ISM Manufacturing® PMI increasing to 49.1% from 48.7% in August. One of the four demand indicators improved in September, with the Backlog of Orders Index rising 1.5 percentage points to 46.2%. Meanwhile, …

Hiring Numbers Decrease in August

Job openings for manufacturing decreased by 29,000 to 409,000 in Nondurable goods job openings in August declined by 26,000 to 150,000, while durable goods job openings edged down by 3,000 to 259,000. The manufacturing job openings rate fell to 3.1% from 3.3% in July and from 3.5% the previous year. The rate for nondurable goods …

Single-Family Home Sales Inch Down, Median Prices Increase

Existing home sales edged down 0.2% in August but increased 1.8% over the year. Housing inventory stepped down to 1.53 million units, reflecting a 1.3% decline from July but an 11.7% jump from last year. The median existing home price was $422,600, up 2.0% from last year. The Midwest and West posted monthly increases in …

Business Activity and New Order Growth Slow

The S&P Global Flash U.S. Manufacturing PMI slipped from 53 to 52 in September, a two-month low. However, it remained above the 50-point marker that signals growth in business conditions. Factory production rose as new orders increased for a ninth straight month. On the other hand, weak sales growth led inventories to rise at an …

Richmond Manufacturers Expect Increases to Price Indexes

Manufacturing activity in the Fifth District deteriorated in September, and at a faster pace than the previous month, with the composite manufacturing index dropping from -7 to -17. Meanwhile, the local business conditions index fell from 0 in August to -12 in September. Despite worsening conditions, manufacturers are less pessimistic about the future, with the …

A Majority of Kansas City Manufacturers Anticipate Higher Product Demand in 2026

Manufacturing activity stepped up in the Tenth District in September, with the month-over-month composite index at 4, up 3 points from August. Meanwhile, expectations for future activity remained expansionary but softened, declining 4 points to 7. The Tenth Federal Reserve District encompasses the western third of Missouri; all of Kansas, Colorado, Nebraska, Oklahoma and Wyoming; …

CDC Committee Recommends Changes to Childhood Vaccine Schedule

according to the CDC itself. The vote also means private health insurers are no longer required to cover these vaccines. However, America’s Health Insurance Plans (AHIP) said its members will continue coverage of these and other previously recommended vaccines through the end of 2026. What’s next: Acting CDC Director Jim O’Neill must approve ACIP’s recommendations. …

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

51³Ô¹ÏÍø

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