91³Ô¹ÏÍø

Watch CBS News

Sarah McBride on her run to become first trans member of the House

It is a typical election year scene: A Congressional candidate working the crowd at a college football game. But Sarah McBride's simple act of shaking hands at Delaware State University could lead to a turning point in American history. If elected, she would become the first trans member of the U.S. House of Representatives.

Asked what that means to her, McBride replied, "It is a testament to Delawarians that the candidacy of someone like me is even possible."

When "Sunday Morning" first met McBride during the pandemic, she was already making history as the first trans person ever elected to a state senate seat, becoming America's highest-ranking transgender elected official. Now, at age 34, with almost two terms under her belt, she is running for higher office, but says it is not about her identity as a trans woman:

sarah-mcbride-running-for-congress-1280.jpg
In 2020, Sarah McBride made history as the first transgender person ever elected to a state senate seat. Now, the Delaware Democrat is running for Congress. CBS News

"I think that folks know that I am personally invested in equality as an LGBTQ person," she said. "But my priorities are going to be affordable child care, paid family and medical leave, housing, health care, reproductive freedom."

Her Republican opponent in the Congressional race is a former Delaware State Police officer, John Whalen III. His top priorities are stopping illegal immigration and reducing the federal debt. He did not want to do an interview for this story, but during a brief phone conversation, when asked if McBride's being a trans woman would be a factor in the race, he said, "There's more important things than that."

Professor Danna Young, director of the Center for Political Communication at the University of Delaware, agrees. "I think voters really do want to hear about other issues," she said.

In 2018, Young co-authored a study on attitudes toward transgender candidates. "We asked people if they would be willing to support a transgender candidate if that candidate were from their own party," Young said. "And the results showed that there really was not a lot of support for a transgender candidate."

But now, she questions whether that study would hold up today, especially because it wasn't tied to a specific transgender candidate like Sarah McBride. "People know her now, especially in a state that's small," Young said.

By now, Delaware voters are familiar with McBride's story, including how she met her future husband, a trans man named Andrew Cray, at an Obama-era White House reception. "Andy was the kindest, funniest, smartest person that I ever met," said McBride.

Cray would die from cancer just four days after their wedding.

Professor Young says all that has strengthened Sarah McBride: "She's tough. I do not worry about her ability to take whatever attacks are likely to come her way at the national level," Young said.

But on the national level, the Republican candidate for president is putting transgender issues front-and-center, for example, falsely charging that schoolchildren are undergoing surgical procedures: "The transgender thing is incredible … Your kid goes to school, and comes home a few days later with an operation," Donald Trump recently told the conservative group Moms for Liberty.

McBride said, "I wouldn't be the first person in Congress to be part of a community that Donald Trump has said outrageous things about."

sarah-mcbride-1920.jpg
Delaware State Senator Sarah McBride.  CBS News

Asked how she could make peace with other members of Congress who have railed against trans people, McBride said, "I think the ones who are really caught up on this, the folks who are those professional provocateurs? They're not gonna work with any Democrat. They can barely work with their own Republican colleagues."

had McBride leading in this heavily Democratic state by more than 20 points. And if she is elected, McBride believes that she will not be the last trans member of Congress:

"We know throughout history that the power of proximity has opened even the most closed of hearts and minds," she said. "And I still believe that the power of proximity taps what I believe to be the most fundamental human emotion, which is empathy."

       
For more info:

  • Photos courtesy of 

      
Story produced by Robert Marston. Editor: George Pozderec. 

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