Today's Digital Newspaper

The Gazette

Weather Block Here



After funding, controversial Mad Rabbit trails in Colorado remain ‘in limbo’

It’s been four months since a highly controversial trail project in Colorado gained major funding — what proponents and opponents thought would break a yearslong stalemate.

Still, the Mad Rabbit project is showing no signs of progress.

That’s the view of Routt County Riders and Keep Routt Wild, two Steamboat Springs groups that have long led the push for and against a sweeping trail system off Rabbit Ears Pass.

Mountain bikers with the former have seen a destination hardly matched across the state — about 50 miles of trail for every type or rider — while hunters and conservationists with the latter see harm to wildlife and lands meant to be preserved.

An hourslong debate in December during a Steamboat Springs City Council meeting underscored controversy spanning close to a decade — controversy that’s been called “a classic New West battle” stretching far beyond Steamboat. It’s a battle between recreation and conservation, between ideas of tourism and economic growth and local quality of life.

At the end of that debate, the City Council approved $1.6 million for trail construction.

But Routt County Riders and Keep Routt Wild see nothing imminent.

It might already be past time to have secured a contractor to build the first trails this summer, said a representative with Routt County Riders. Meanwhile, Keep Routt Wild has hoped cameras would be installed by now for monitoring elk that have been of concern under the Mad Rabbit proposal.

The U.S. Forest Service has yet to sign an environmental assessment that was initially published in 2023.

“If this EA doesn’t get approved and those cameras are not deployed before elk calving, I don’t see how the project could go ahead this year,” said Larry Desjardin, Keep Routt Wild’s board president.

From an interview request sent to the Forest Service and Colorado Parks and Wildlife, the Forest Service provided a statement saying “the Mad Rabbit project is progressing.” 

The agency added: “We continue to work with our partners, value their work, and anticipate positive outcomes we can achieve together.” 

Late last year, advocates saw the Forest Service and CPW apparently come to terms after the Colorado Department of Natural Resources in 2023 submitted a 10-page objection to the environmental assessment and finding of no significant impact. The state echoed Keep Routt Wild’s objections, criticizing the Forest Service’s “outdated methodology” and suggesting Mad Rabbit trails would infringe upon elk habitat and upon the legal boundaries of Colorado Roadless Areas.

Late last year, advocates heard the Forest Service and CPW lay out an adaptive management strategy, as called for in the objection letter. The call was “procedural guidance for tracking, assessing and responding to changes in resource conditions,” ensuring “Colorado Roadless Area characteristics, sensitive wildlife habitat objectives and related biological management objectives to guide future decisions for maintaining desired conditions.”

Advocates heard the adaptive management agreement in a meeting of the Routt Recreation and Conservation Roundtable. The agreement seemingly cleared the way for Steamboat City Council’s funding in December.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=60&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20outdoors%20sign%20up.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: ;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20outdoors%20sign%20up.png);
background-size: cover;
}
}

Featured Local Savings

But since then, “it’s kind of in limbo,” said Craig Frithsen, Routt County Riders’ board president.

He wondered about local impacts from cuts across the federal government. “The Forest Service, who knows, they’re in disarray essentially at this point,” Frithsen said. “We don’t know what’s going on.”

The Routt Recreation and Conservation Roundtable first convened five years ago — the local counterpart of state-funded coalitions formed to address such regional issues. Tensions had been simmering long since then, since 2013, when Mad Rabbit was seen as a priority under new funding for trails approved by Steamboat voters.

The Forest Service started scoping in 2017, raising tensions more.

“That’s why the roundtable started. People were calling mountain bikers whatever names, people were calling hunters names,” Frithsen said. “It was definitely back and forth like that.”

In January, moderators of the Routt Recreation and Conservation Roundtable released what Frithsen called “a guiding document” for local land managers and decision makers — a 25-page report of principles, goals and strategies after a long series of meetings.

“I’m favorably inclined to it,” Desjardin said.

But it did not settle disagreements over Mad Rabbit.

“I think proponents and opponents have staked out their own positions by now,” Desjardin said. “It’s not clear any more discussion is going to solve this.”

The adaptive management strategy does not fully ease Keep Routt Wild’s worries; the group still foresees 3,900 acres of habitat loss by Mad Rabbit’s full rollout. But Desjardin and fellow board members are supporting the approach.

Adaptive management “could in theory keep the project within the bounds of the finding of no significant impact,” he said.

And beyond that: “It could be a model for the entire state on how to do this, especially when it comes to contentious projects like these.”

Such projects have inspired those “New West” debates about recreation and conservation. Advocates on either side “have drawn a line in the sand,” Frithsen said.

From where he stands, he’s seen Mad Rabbit trails scaled back over the years — “over 60% of what was originally proposed,” he said.

But he still has hope for it. “I think eventually something will come out of it.”

2dcfd0cb-f1f0-55e7-a631-f9eb5cdc9ab3

View Original Article | Split View

PREV

PREVIOUS

Master plan approved for open space above Manitou Springs

A new open space is coming to the hills west of Colorado Springs. Manitou Springs’ City Council recently approved a master plan for Black Canyon Open Space, perched along colorful, rocky terrain overlooking Pikes Peak and Garden of the Gods. The open space covers 38 acres — “small,” the plan emphasizes, comparing the land “to the […]

NEXT

NEXT UP

'Vision plan' recommends outdoor projects, management ideas for Pikes Peak

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Facebook Twitter WhatsApp SMS Email Print Copy article link Save A sweeping document offers bold ideas for outdoor recreation, conservation and collaborative management across the Pikes Peak region. It’s titled the Outdoor Pikes Peak Initiative Vision Plan, a collection of data, summaries and proposals spanning […]