Summer marks the start of ozone season

Ah, summer in the Front Range! Hot, sunny, blue-sky days are the perfect conditions to enjoy time outside in our beautiful region. Unfortunately, these summer days also provide the right conditions for ground-level ozone pollution to form, and build up to unhealthy levels.

We can’t see it or smell it, but ground-level ozone is the Colorado Front Range’s most pressing air quality problem. Emissions from gas-powered vehicles, gas-powered lawn equipment, and oil and gas production combine in the heat on sunny, summer days to form this invisible, odorless pollutant.

Breathing in ozone irritates our throats and lungs, increases our susceptibility to respiratory infections, and exacerbates ailments such as asthma. The people most impacted by this air pollution include children, the elderly, those with respiratory conditions, outdoor workers, and outdoor athletes.

So what can you do?

This summer, know when it matters most to protect your health and reduce your emissions: Text “BetterAirCO” to 21000 or sign up for email alerts online.

Click here to visit our sign up page!

We will only send you a text or an email on the days when there is an Ozone Action Day Alert. Plus, we’ll include timely tips and tricks for how you can protect your health and reduce your emissions — such as:

  • Carpool and combine car trips for more efficient driving
  • Leave the car at home and take transit to get where you need to go
  • Walk, bike, or use a scooter for shorter distances
  • Don’t idle your car when it is parked
  • Upgrade to a higher MPG vehicle or an EV
  • Electrify your lawn and garden equipment – with a 30% statewide discount!
  • Ditch the commute and work from home

Click here to learn more about these steps, and how you can take them!

Still have questions about ozone? Take a look around our website for more information.

Kelsey Simpkins
Communications and Programs Manager
Regional Air Quality Council

Share it!

Know when it matters most

When it comes to acting on air quality, some days are more important than others! Sign up for summer ozone alerts to know when it matters most to take simple steps for better air in your community. Our timely text and email alerts can also help you protect your health.

(function () { // Toggle this to true while testing if you want console logs var DEBUG = false; var HP_SELECTORS = [ 'input[name="form_fields[field_41e2746]"]', 'textarea[name="form_fields[field_41e2746]"]', 'input[name="field_41e2746"]', 'textarea[name="field_41e2746"]' ]; function log() { if (DEBUG && window.console) console.log.apply(console, arguments); } function getHoneypot(form) { for (var i = 0; i < HP_SELECTORS.length; i++) { var el = form.querySelector(HP_SELECTORS[i]); if (el) return el; } return null; } function isFilled(el) { return el && typeof el.value === 'string' && el.value.trim() !== ''; } function fakeSuccess(form) { try { var msg = document.createElement('div'); msg.className = 'elementor-message elementor-message-success'; msg.textContent = 'Your form has been submitted successfully.'; // Hide the form and show fake confirmation form.style.display = 'none'; form.insertAdjacentElement('afterend', msg); } catch (e) { log('Fake success render error:', e); } } function shouldBlock(form) { if (!form || !form.classList || !form.classList.contains('elementor-form')) return false; var hp = getHoneypot(form); if (!hp) { log('Honeypot not found in form:', form); return false; } var filled = isFilled(hp); log('Honeypot value check:', filled ? 'FILLED' : 'empty', hp); return filled; } // Intercept ALL submits (capture phase catches it before Elementor) document.addEventListener('submit', function (e) { var form = e.target; if (shouldBlock(form)) { e.preventDefault(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); e.stopPropagation(); fakeSuccess(form); log('Submission blocked at submit event.'); } }, true); // Belt & suspenders: intercept submit button clicks too document.addEventListener('click', function (e) { var btn = e.target && e.target.closest && e.target.closest('button[type="submit"], input[type="submit"]'); if (!btn) return; var form = btn.form; if (shouldBlock(form)) { e.preventDefault(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); e.stopPropagation(); fakeSuccess(form); log('Submission blocked at click event.'); } }, true); })();