Skip to main content

Criteria Manual

Urban Storm Drainage Criteria Manual

MHFD is dedicated to promoting criteria for adoption by communities as well as guidance for engineers, planners, landscape architects, developers, and contractors within the Denver Metro region.

Users are encouraged to use the electronic versions posted below as updates to this manual may be done as frequently as annually.

Software

MHFD has developed several tools to assist engineers and design professionals develop hydrology, adhere to MHFD criteria, and perform various analyses. See the software page for more information.

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