91³Ô¹ÏÍø

Watch CBS News

Search for missing Colorado hunter enters fifth day

Authorities continue to comb the area around a Colorado mountain for a 27-year-old Salida man they've been searching for since Wednesday.  

Kaden Sites went turkey hunting on Mount Shavano and failed to show up for a doctors appointment Wednesday afternoon, according to the Chaffee County Sheriff's Office. Family members found Sites's pickup truck at the Blanks Cabin Trailhead parking lot. His cell phone was inside the truck and the device's battery was dead. 

Family members called the sheriff's office at 7 p.m. to report Sites missing. 

missing-turkey-hunter-4-chaffee-county-sheriffs-office.jpg
Kaden Stiles, 27, has not been heard from since he went hunting turkeys west of Salida.  Chaffee County Sheriff's Office/ Facebook

Search crews began looking for Sites that night and have been every day since. Ground teams were joined by search dogs while drones, helicopters, and planes have flown overhead. 

Friday, the number of searchers numbered 130. Approximately 1,500 man/woman hours were spent that day alone, per the sheriff's office. 

"Please continue to keep the searchers and family members in your positive thoughts," Chaffee Sheriff Andy Rohrich stated on a Facebook post. "Our team is determined as ever and staying strong. Please continue to stay out of the area. Yesterday we did have a few citizens go up to the area to search on their own and our teams had to be diverted to them because they were not on our list. We appreciate all the community's support and willingness to jump in and help but we do not want our team's attention on anything other than finding Kaden."

missing-turkey-hunter-combo-for-web.jpg
Chaffee County Sheriff's Office/ Facebook

Sites was initially thought to be wearing a green hoodie, ripped khaki pants and hiking boots - and also carrying a shotgun and binocular pack - when the search began. Thursday, the sheriff's office indicated it had received information that Sites may have put on a ghillie suit when he went into the forest. A ghillie suit is an advanced camouflage outfit used by hunters and snipers. It notably features a covering of what is supposed to resemble thick foliage. 

However, Sheriff Andy Rohrich spoke with KKTV, a CBS affiliate in Colorado Springs, on Saturday and clarified that searchers no longer believe Sites was wearing such gear.

Sheriff Rohrich added that searchers are now doubling back and searching certain portions of the mountain a second time. He asked that people to stay clear of the area while the operation continues.  

The agencies involved in the search effort:

  • Chaffee County Sheriff's Office
  • Chaffee County Office of Emergency Management
  • Chaffee County Search and Rescue (North and South)
  • Colorado Search and Rescue
  • Colorado Department of Corrections
  • Colorado Parks and Wildlife
  • Mesa County Search and Rescue
  • Park County Search and Rescue
  • Western Mountain Rescue (Gunnison County)
  • Pueblo Search and Rescue
  • Teller County Search and Rescue
  • Lake County Search and Rescue
  • Custer County Search and Rescue
  • Summit County Search and Rescue
  • Boulder Emergency Squad 
View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });