https://purchasing.idaho.gov/wp-content/themes/Webmaster-v4-child/js/a11y-fixes.js?ver=1.0
Federal opportunity from State of Idaho. Place of performance: ID.
Market snapshot
Baseline awarded-market signal across all contracting (sample of 400 recent awards; refreshed periodically).
Related hubs & trends
Navigate the lattice: hubs for browsing, trends for pricing signals.
Point of Contact
Agency & Office
Description
document.addEventListener('DOMContentLoaded', () => { // Fix list containers document.querySelectorAll('.elementor-loop-container[role="list"]').forEach(list => { list.querySelectorAll(':scope > *:not([role])').forEach(item => { item.setAttribute('role', 'listitem'); }); }); // Fix UL lists document.querySelectorAll('[role="list"]').forEach(list => { list.querySelectorAll('li:not([role])').forEach(li => li.setAttribute('role', 'listitem')); }); // Fix missing alt text document.querySelectorAll('img:not([alt])').forEach(img => img.setAttribute('alt', '')); // Fix headings with missing aria-level document.querySelectorAll('[role="heading"]:not([aria-level])').forEach(h => { const tag = h.tagName.match(/H([1-6])/); h.setAttribute('aria-level', tag ? tag[1] : '2'); }); // Remove invalid presentation role from mega menu sub-lists document.querySelectorAll( '#mega-menu-item-19056 > ul[role="presentation"], #mega-menu-19056-0 > ul[role="presentation"]' ).forEach(ul => { ul.removeAttribute('role'); }); // Fix skip link target on Events category pages if (window.location.pathname.startsWith('/events/category/')) { if (!document.getElementById('main')) { const roleMain = document.querySelector('[role="main"]'); if (roleMain) { roleMain.setAttribute('id', 'main'); } } } // Add accessible name to header search input const headerSearch = document.getElementById('header-search'); if (headerSearch && !headerSearch.hasAttribute('aria-label')) { headerSearch.setAttribute('aria-label', 'Search site'); } // Remove duplicate post-* IDs const seenPostIds = new Set(); document.querySelectorAll('[id^="post-"]').forEach(el => { if (seenPostIds.has(el.id)) { el.removeAttribute('id'); } else { seenPostIds.add(el.id); } }); // Add title to iframes missing one document.querySelectorAll('iframe:not([title])').forEach(iframe => { iframe.setAttribute('title', 'Embedded document'); }); // Remove obsolete elements document.querySelectorAll('center').forEach(center => { const parent = center.parentNode; while (center.firstChild) { parent.insertBefore(center.firstChild, center); } parent.removeChild(center); }); // Ensure contracts filter form has a submit button const contractsForm = document.getElementById('contracts-filter-form'); if (contractsForm && !contractsForm.querySelector('[type="submit"]')) { const btn = document.createElement('button'); btn.type = 'submit'; btn.className = 'screen-reader-text'; btn.textContent = 'Apply filters'; contractsForm.appendChild(btn); } // Add accessible names to portfolio selects ['portfolio_category', 'portfolio_catetgory'].forEach(id => { const el = document.getElementById(id); if (el && !el.hasAttribute('aria-label')) { el.setAttribute('aria-label', 'Filter by portfolio category'); } }); });
Files
Files size/type shown when available.
BidPulsar Analysis
A practical, capture-style breakdown of fit, requirements, risks, and next steps.
FAQ
How do I use the Market Snapshot?
It summarizes awarded-contract behavior for the opportunity’s NAICS and sector, including a recent pricing band (P10–P90), momentum, and composition. Use it as context, not a guarantee.
Is the data live?
The signal updates as new awarded notices enter the system. Always validate the official award and solicitation details on SAM.gov.
What do P10 and P90 mean?
P10 is the 10th percentile award size and P90 is the 90th percentile. Together they describe the typical spread of award values.