ADVERTISEMENT

LGBT politicians break barriers across US in historic election wins

Published Jan 24, 2021 10:21 am

When Brianna Titone first ran for a seat in the Colorado House of Representatives, she was viewed as an unlikely candidate, and her opponents didn't bother to say much about her being a transgender woman.

In this photo provided to AFP Courtesy of Brianna For Colorado, Colorado House of Representative from the 27th district Brianna Titone poses for a photo on August 14, 2020, in Arvada, Colorado. (Photo by Evan Semón / Courtesy of Brianna For Colorado / AFP)

But after winning the seat in an upset and becoming the first transgender legislator in state history, a rival lawmaker voiced robocalls claiming Titone "wants to force a radical sexual agenda on every Coloradan."

When she held campaign events, people began shouting expletives from passing cars. 

Yet that didn't stop voters in Titone's suburban Denver district from giving her a second term -- one of hundreds of wins across the United States by politicians from the LGBT community, for which 2020 was their most successful election cycle in US history.

"We experienced nasty attacks, personal attacks from my colleagues, not just conservative groups," Titone told AFP about her race. "But we turned that around and we made hay when the sun was shining."

The LGBTQ Victory Fund advocacy group said that of the 782 out candidates at all levels of government who appeared on the ballots voters also used to unseat Donald Trump as president in favor of Joe Biden, 334 won their races in November, more than ever before.

"As we run more out LGBTQ officials (and) they are successful, they lead successfully, that inspires more people to come out and it changes attitudes," said Annise Parker, the group's president and CEO. "As attitudes change, it's easier to be elected."

- Discrimination dismantled -

American laws that once openly discriminated against gay, lesbian and transgender people have been dismantled in recent years, most notably with the Supreme Court's 2015 decision to allow same-sex marriage nationwide.

Biden, who took office on Wednesday, has unambiguously embraced LGBT rights, issuing an executive order reaffirming protections against gay and transgender discrimination and also appointing a gay man as transportation secretary and a transgender woman as assistant health secretary, both firsts.

That's a break from Trump, who attempted to strip transgender people of protections in the workplace and bar them from the military, decisions Parker said pushed many gay people into politics -- although most candidates who triumphed last November did so in Democratic-leaning states or districts.

"I can't tell you how many candidates I spoke to over the last couple of years who said, 'I'm running because I want my country back,'" she said.

Reliably Democratic Delaware elected the nation's first transgender state senator, while in deeply conservative Oklahoma, the first nonbinary state legislator, who is also the chamber's first Muslim, won office representing a district that normally supports Democrats.

Stephanie Byers acknowledged that her district's Democratic leanings helped her become the first transgender lawmaker elected to the Kansas House of Representatives and the first transgender Native American lawmaker in the country, but said even conservative voters didn't seem bothered by her candidacy.

"The fact that I ran as an openly trans person and there was no pushback at all, from any angle, it made the statement that the people of Kansas are ready for this," she said in an interview.

- 'Not Republican enough' -

When it comes to gay Republicans, they are few and far between, with the LGBTQ Victory Fund saying they were aware of 19 Republican candidates -- seven of whom won.

After entering the race for a House of Representatives seat in Tennessee, Eddie Mannis began to hear a strange critique: he wasn't Republican enough. 

"I really then understood what that was code for," Mannis said. "I think 'not Republican enough' from some people means that, 'oh he's a gay man.'"

Mannis nonetheless became one of the first two LGBT lawmakers in the state legislature, along with a Democrat who identifies as bisexual.

He will join a Republican caucus whose lawmakers have backed bills to restrict transgender people's participation in school sports and protect adoption agencies that don't work with same-sex couples.

"It will be important to me to share a different opinion that they've probably never heard before. I think that's what I really bring to the Republican Party, but I'm not there to shove it down their throats," he said.

- Cold shoulder -

Yet the campaign trail isn't the only place LGBT politicians can face opposition because of who they are, as Titone learned after first being elected in 2018.

At the Colorado state capital, some lawmakers didn't take kindly to her presence, only reluctantly acknowledging her in the halls. 

Two legislators would go so far as to deliberately misgender her, addressing Titone as "mister chair" when it was her turn to preside over the House chamber.

Despite that, her message for aspiring LGBT lawmakers is simple: keep going.

"If you feel like you really have a chance to do it, just do it, because somebody has to be the first, and you won't be the last," she said.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.