91³Ô¹ÏÍø

Watch CBS News

Raise the Future working on front lines of policy change discussions

An event called the National Think Tank recently came to the Denver metro area for an in-depth discussion of the future of adoption out of foster care. Raise the Future was among the child welfare leaders who were invited to take part in the conference and be part of the conversation.

"This year's topic is adoptions, so we will be discussing ways to increase the safety, security and consent for children going through the adoption process," said Ashley Brown, Founder & CEO of the .

The think tank was hosted by the Selfless Love Foundation out of Florida. The nonprofit works to find adoptive families for children living in foster care, to support teens who are aging out of the foster care system and to advocate for favorable policy changes that impact youth in foster care.

"We created the Selfless Love Foundation to truly transform the child welfare system," Brown explained.

Every other year, Selfless Love hosts a think tank to take an in-depth look at a specific topic affecting child welfare. The National Think Tank conference brings together participants from 30 states, including child welfare professionals, researchers, policy makers and young people who've had experience with the foster care system.

"Youth who were previously in foster care are truly the experts. They're the closest to the problem and we want them to be part of the solution," Brown added.

At the most recent think tank, more than 50% of the participants had lived-experience in foster care.

"What resonated with me the most was the professionals that have lived experience," said Mariana Pino, Vice President of Programs with Raise the Future.

think-tank-phone-video-frame-14169.jpg
CBS

Pino was among the Raise the Future team that was invited to the conference. The team included staff from the Colorado, Utah and Nevada offices.

"Everybody had a different breakout session, but it was all focused on recruiting for those who are in foster care, but how we do it moving forward in the future," Pino explained.

One topic of conversation was the pictures posted online of youth in foster care as a tool to recruit adoptive families.

"In Florida, it was brought to our attention by youth that their images were being put on public-facing websites for recruitment purposes, and they said that they were getting bullied in school," Brown said. "So, after advocating for over two years, Florida is leading the nation with the first-ever secure photo listing wall, which makes those images only available for approved families."

In addition to talking about the pros and cons of posting pictures and videos of children living in foster care, conference participants also talked about other creative ways to connect children with potential forever families. The conference lasted two days and generated a list of best practices that can go back to each state.

"Just because the think tank is over, our work isn't done, so we will continue to have quarterly meetings with our national network," Brown said.

"I just hope we continue to move forward with focusing on the children's voices," Pino added.

In a new age of social media and internet posts that last forever, reexamining recruitment practices is an important conversation.

LINK: Wednesday's Child on CBS News Colorado

You can find out more about the work that Raise the Future is doing by giving them a call at (303) 755-4756 or (800) 451-5246 or go to the .

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