Skip to main content

Request Accessibility Remediation

Please note that a majority of our archived documents were created prior to the Colorado's House Bill 21-1110 (HB 21-1110), titled "Accessibility for People with Disabilities in State and Local Government," being passed and may not adhere to the WCAG 2.1 Accessibility Standards. If you need a document that is found in our archived system to be made accessible. Please fill out the form below with your contact information and the document requested. 

There was a problem saving your submission. Please try again later.
Please wait while your submission is being saved...
Thank you, your submission has been received.

 

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });