Previous CTE Board Meeting Documents

For documents prior to 2024, please contact cdot_cleantransitenterprise@state.co.us with the month(s) you'd like meeting material(s) for.
$(document).ready(function() { $(document).on('focusout', '.dropdown', function(event) { // setTimeout to run after the next element receives focus setTimeout(() => { // Check if the newly focused element is outside of this dropdown if (!$.contains(this, document.activeElement)) { $(this).removeClass('open'); } }, 0); }); }); -->