91³Ô¹ÏÍø

Watch CBS News

Transgender asylum seekers find hope through SF LGBT Asylum Project

Thousands of transgender individuals are seeking asylum in the United States, fleeing countries where being themselves can mean persecution or even violence. A Bay Area organization is making it possible for them to find safety and acceptance.

Kiki Lopez moved to San Francisco from the Philippines just two years ago, seeking a new life and safety. For Lopez, leaving her home country wasn't just about starting over—it was about survival.

"My life back home wasn't sustainable enough for me. I feared that if I transitioned there, it was going to be hard for me," Lopez explained.

Now working as a community engagement coordinator for a nonprofit, Kiki faced discrimination not only for being transgender but also for being HIV positive.

transgender-asylum-093024.jpg
Kiki Lopez, a transgender woman from the Philippines, has moved to San Francisco and is now seeking asylum in the United States. CBS

"I experienced a lot of discrimination just because I am HIV positive," she told CBS News Bay Area.

Lopez is one of thousands of transgender individuals who have filed for asylum in the United States, fleeing countries where being queer or transgender puts their lives at risk. In the Philippines, Kiki says there are no legal protections for queer and transgender people, leaving them vulnerable to violence and discrimination.

"The Philippines is filled with queer people, but it's never safe there. Medically and legally, there are no laws protecting the queer and trans," she added.

Lopez sought the help of the LGBT Asylum Project, a nonprofit based in San Francisco's Castro district, which has been supporting LGBT asylum seekers like Kiki since 2015.

The organization provides free legal assistance to immigrants fleeing persecution due to their sexual orientation, gender identity, or HIV status.

"We have around 250 active cases, and last year we took on 87 new cases," said Kenan Arun, Director of Operations at the LGBT Asylum Project.

The nonprofit primarily assists asylum seekers from countries like Russia, Brazil, the Philippines, and parts of the Middle East. To date, the LGBT Asylum Project has successfully helped more than 150 individuals secure asylum in the United States.

Led by a team of attorneys, including Gervy John Tesoro, the organization is the only nonprofit in San Francisco exclusively dedicated to this cause.

"From credible threats that they're going to be killed because of who they are, who they love, or how they live their lives, and what gender they represent. Or even something more heinous, like being repeatedly sexually abused by a family member or gang members," explained Tesoro.

A 2020 report from the United Nations High Commissioner for Refugees (UNHCR) shows a significant increase in LGBT asylum seekers worldwide, including those seeking refuge in the U.S.

Carlo Gomez Arteaga, who works at San Francisco's Transgender District, has witnessed the challenges asylum seekers face firsthand.

"These essential things people are finding in San Francisco, but getting here is difficult. So many times, asylum seekers have to go through very arduous, very dangerous situations just to make it here," Arteaga said.

Despite the difficulties, Kiki and others believe the journey is worth it. A 2019 Human Rights Campaign (HRC) report highlighted the Philippines as one of the countries where transgender individuals face severe risks, including physical violence and social rejection.

For Kiki, the chance to build a life in the U.S. has been transformative.

"I feel so grateful. I feel so blessed because part of the asylum process is to have an employment authorization," Kiki said.

While her asylum case is still pending, Kiki has already begun to live out her American dream, finding safety and hope in San Francisco.

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