91³Ô¹ÏÍø

Watch CBS News

Property tax bill to help Chicago Bears build Arlington Heights stadium won't get vote for at least 2 weeks

The Chicago Bears will have to wait until at least April for action on a property tax bill that would boost their efforts to build a new stadium in Arlington Heights, as the Illinois House is set to adjourn Friday.

Top House Democratic negotiator State Rep. Kam Buckner confirmed to CBS News Chicago that the bill won't move before the House adjourns Friday for two weeks. They are set to return to session on April 7.

Lawmakers have been debating a major tax incentive packaged aimed at keeping the Bears in Illinois. The bill would allow the Bear, or any developer of "mega projects" that have a more than $500 million investment, to negotiate property taxes directly with local governments for up to 40 years.

The measure moved out of an Illinois House committee in February, but has not yet received a full floor vote.

The Bears bought the old Arlington Heights racetrack property years ago with plans to build a new domed stadium there. Gov. JB Pritzker and other state lawmakers have been vocal about not providing the NFL team with public funds and tax breaks to fund the stadium.

There have been dueling proposals ever since, with some fighting to keep the Bears in Chicago proper, others fighting to help the stadium get built in Arlington Heights, and recently Northwest Indiana jumping into the fray, proposing sites for a new Bears stadium in Gary and Hammond.

Indiana legislators recently passed their own bill to create a stadium authority to fund a new stadium in Hammond for the Bears using taxpayer dollars.

Pritzker criticized the Bears for a lack of transparency after the team praised the passage of the Indiana bill.

"The Bears really do need to step up and be public about what it is that they really want," Pritzker said. "I think the Bears need to make their intentions known. Those intentions could be that they want to continue to talk to both states, but I think they need to clarify that."

Arlington Heights Mayor Jim Tinaglia has called on Illinois lawmakers to act quickly to keep the team from moving to Indiana, saying last week that the mega projects bill needed to get done in the next two weeks for the Bears to stay.

"The pressure is on to try and wrap it up with capital ASAP," Tinaglia said. "I can promise you that no one at Halas Hall wants to wait till the end of May for this to be solved."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });