/* Speaking Topic Page */ .page-id-2751 .entry-hero-container-inner { display: none !important; } .stp-page { background: var(–cream, #FAF8F5); color: var(–ink-soft, #1A1F35); font-family: “Source Sans 3”, sans-serif; line-height: 1.7; overflow-x: hidden; } /* Hero */ .stp-hero { background: var(–ink, #0B0E1A); color: #fff; padding: calc(72px + 80px) 0 80px; text-align: center; position: relative; overflow: hidden; } .stp-hero::before { content: “”; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(212,129,42,0.08) 0%, transparent 70%); pointer-events: none; } .stp-hero h1 { font-family: “Playfair Display”, Georgia, serif; font-size: clamp(32px, 5vw, 48px); font-weight: 700; font-style: italic; margin: 0 0 16px; color: #fff; position: relative; } .stp-hero .stp-label { font-family: “Source Sans 3”, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 16px; position: relative; } .stp-hero .stp-tagline { font-family: “Source Sans 3”, sans-serif; font-size: clamp(16px, 2vw, 18px); max-width: 700px; margin: 0 auto; color: rgba(255,255,255,0.8); line-height: 1.6; position: relative; } /* Container */ .stp-container { max-width: 800px; margin: 0 auto; padding: 0 24px; } .stp-section { padding: 64px 0; } .stp-section-label { display: block; font-family: “Source Sans 3”, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 12px; } .stp-section h2 { font-family: “Playfair Display”, Georgia, serif; font-size: clamp(26px, 4vw, 34px); font-weight: 700; color: var(–ink, #0B0E1A); margin: 0 0 24px; } .stp-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(11,14,26,0.1), transparent); margin: 0; } /* Description */ .stp-description p { font-size: 17px; line-height: 1.8; color: var(–ink-soft, #1A1F35); margin: 0 0 20px; } .stp-description p:last-child { margin-bottom: 0; } /* Key Themes */ .stp-themes-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; } .stp-theme-card { background: #fff; border-radius: 8px; padding: 28px 32px; box-shadow: 0 2px 12px rgba(11,14,26,0.06); border: 1px solid rgba(11,14,26,0.04); } .stp-theme-card h3 { font-family: “Playfair Display”, Georgia, serif; font-size: 20px; font-weight: 700; color: var(–ink, #0B0E1A); margin: 0 0 8px; } .stp-theme-card p { font-size: 15px; line-height: 1.7; color: var(–ink-soft, #1A1F35); margin: 0; } /* Related Reading */ .stp-posts-list { list-style: none; padding: 0; margin: 24px 0 0; } .stp-posts-list li { padding: 16px 0; border-bottom: 1px solid rgba(11,14,26,0.06); } .stp-posts-list li:last-child { border-bottom: none; } .stp-posts-list a { font-family: “Playfair Display”, Georgia, serif; font-size: 18px; font-weight: 700; color: var(–ink, #0B0E1A); text-decoration: none; transition: color 0.2s ease; } .stp-posts-list a:hover { color: #D4812A; } .stp-posts-list .stp-post-desc { display: block; font-family: “Source Sans 3”, sans-serif; font-size: 14px; color: rgba(26,31,53,0.7); margin-top: 4px; } /* FAQ */ .stp-faq-list { margin-top: 24px; } .stp-faq-item { border-bottom: 1px solid rgba(11,14,26,0.08); } .stp-faq-item:first-child { border-top: 1px solid rgba(11,14,26,0.08); } .stp-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; font-family: “Playfair Display”, Georgia, serif; font-size: 18px; font-weight: 700; color: var(–ink, #0B0E1A); line-height: 1.4; } .stp-faq-q::after { content: “+”; font-size: 24px; color: #D4812A; flex-shrink: 0; margin-left: 16px; transition: transform 0.2s ease; } .stp-faq-item.active .stp-faq-q::after { content: “-“; } .stp-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .stp-faq-item.active .stp-faq-a { max-height: 500px; } .stp-faq-a p { padding: 0 0 20px; font-size: 16px; line-height: 1.7; color: var(–ink-soft, #1A1F35); margin: 0; } /* CTA */ .stp-cta { background: var(–ink, #0B0E1A); color: #fff; text-align: center; padding: 80px 24px; position: relative; overflow: hidden; } .stp-cta::before { content: “”; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(212,129,42,0.06) 0%, transparent 70%); pointer-events: none; } .stp-cta h2 { font-family: “Playfair Display”, Georgia, serif; font-size: clamp(26px, 4vw, 34px); font-weight: 700; color: #fff; margin: 0 0 16px; position: relative; } .stp-cta p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 28px; line-height: 1.6; position: relative; } /* Button */ .stp-btn { display: inline-block; background: #D4812A; color: #fff; font-family: “Source Sans 3”, sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 16px 40px; border-radius: 50px; transition: background 0.2s ease, transform 0.2s ease; position: relative; } .stp-btn:hover { background: #b86d1f; transform: translateY(-1px); color: #fff; text-decoration: none; } /* Pillar link */ .stp-pillar-link { display: inline-block; margin-top: 24px; font-family: “Source Sans 3”, sans-serif; font-size: 15px; font-weight: 600; color: #D4812A; text-decoration: none; border-bottom: 2px solid rgba(212,129,42,0.3); padding-bottom: 2px; transition: border-color 0.2s ease; } .stp-pillar-link:hover { border-color: #D4812A; color: #D4812A; text-decoration: none; } /* Back link */ .stp-back { display: block; text-align: center; margin: 32px 0 0; font-family: “Source Sans 3”, sans-serif; font-size: 14px; } .stp-back a { color: rgba(255,255,255,0.6); text-decoration: none; } .stp-back a:hover { color: #fff; } /* Responsive */ @media (max-width: 768px) { .stp-hero { padding: calc(72px + 50px) 20px 50px; } .stp-section { padding: 48px 0; } .stp-cta { padding: 50px 24px; } }
Speaking Topic

Gun Violence Prevention

My mother Joyce died by suicide with a gun when I was 20 months old. This talk brings the human cost of gun violence into the room in a way statistics cannot.

My mother Joyce completed suicide with a gun when I was 20 months old. I did not learn the full story until I was an adult. For decades, my family did not talk about it. Neither did I.

When I finally spoke publicly about what happened, at the 2016 Democratic National Convention, I discovered something that changed my life: people needed to hear from survivors, not just policy experts. The human cost of gun violence gets lost in statistics and political arguments. Someone has to stand in front of a room and make it real. That is what I do.

I have spoken at the Democratic National Convention twice, in 2016 and 2020. I was featured in TIME Magazine, appeared on CBS News, and was part of the Bloomberg Super Bowl campaign across 12 states. I served as an Everytown for Gun Safety Wisconsin Fellow and spent years working alongside advocacy organizations fighting for change.

This is not a policy lecture. I do not stand on a stage and quote numbers, though I know them. I tell the story of a family that lost a mother, a boy who grew up carrying a wound he did not understand, and a man who decided that silence was no longer an option.

My perspective bridges the personal and the political. I show audiences why gun violence prevention is a human issue, not a partisan one. I talk about what it means to grow up in the aftermath of gun violence, how survivors navigate a world that often does not know how to talk about their loss, and what it looks like when someone decides to turn that pain into action.

Every audience responds differently. Some are quiet. Some are angry. Some cry. All of them leave understanding that gun violence is not an abstract problem. It is a personal one that touches millions of families. And understanding that changes how people engage with the issue.

Read the full guide: Gun Violence Prevention Advocacy

Key Themes

The human cost of gun violence

Moving beyond statistics to the lived experience of survivors. What it means to grow up in the aftermath of gun violence and carry that loss into every part of your life.

From silence to advocacy

The journey from private grief to public voice. What it took to break decades of family silence and what happened when I did. Practical lessons for anyone turning personal experience into public purpose.

Why this is a human issue, not a political one

Reframing gun violence prevention as a public health and human dignity issue. How to have productive conversations across political lines by leading with personal truth instead of policy arguments.

What survivors need and what they can offer

How organizations, communities, and leaders can better support gun violence survivors, and how survivor voices strengthen every aspect of prevention work.


Go Deeper


Frequently asked questions

Yes. Gun violence affects every community, and many in your audience have been touched by it, whether they have spoken about it or not. I deliver this talk in a way that is honest and impactful without being graphic or politically divisive. Corporate audiences consistently tell me it is one of the most meaningful talks they have experienced.

I lead with personal truth, not political talking points. My mother died from a gunshot wound. That is not liberal or conservative. It is human. By telling my story and the stories of other families, I move the conversation past partisan lines and into the space where real understanding happens. I have spoken to diverse audiences across the political spectrum and the response is consistently positive.

Absolutely. My gun violence prevention advocacy and my leadership career are deeply connected. The resilience I built from losing my mother shaped how I lead. The courage to speak publicly came from the same place as the courage to build businesses. I can weave these threads together into a single talk that covers both dimensions.

Yes. I have worked with Everytown for Gun Safety, Moms Demand Action, and numerous local and state advocacy organizations. I speak at fundraisers, conferences, community events, and strategy sessions. Nonprofit rates are available.

People are moved. Some cry. Many come up afterward to share their own stories, stories they have never told publicly. That is the power of this talk. It creates space for honesty. Event planners consistently tell me that it was the most impactful session of their program.

}, { “@type”: “Question”, “name”: “How do you handle the political sensitivity of this topic?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “I lead with personal truth, not political talking points. My mother died from a gunshot wound. That is not liberal or conservative. It is human. By telling my story and the stories of other families, I move the conversation past partisan lines and into the space where real understanding happens. I have spoken to diverse audiences across the political spectrum and the response is consistently positive.” } }, { “@type”: “Question”, “name”: “Can this talk be combined with your leadership or resilience topics?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Absolutely. My gun violence prevention advocacy and my leadership career are deeply connected. The resilience I built from losing my mother shaped how I lead. The courage to speak publicly came from the same place as the courage to build businesses. I can weave these threads together into a single talk that covers both dimensions.” } }, { “@type”: “Question”, “name”: “Do you work with advocacy organizations and nonprofits?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Yes. I have worked with Everytown for Gun Safety, Moms Demand Action, and numerous local and state advocacy organizations. I speak at fundraisers, conferences, community events, and strategy sessions. Nonprofit rates are available.” } }, { “@type”: “Question”, “name”: “What is the typical audience reaction?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “People are moved. Some cry. Many come up afterward to share their own stories, stories they have never told publicly. That is the power of this talk. It creates space for honesty. Event planners consistently tell me that it was the most impactful session of their program.” } } ] }

Bring this talk to your event

Gun violence prevention starts with understanding the human cost. Let me bring that understanding to your audience.

Book This Talk
document.addEventListener(‘DOMContentLoaded’, function() { var items = document.querySelectorAll(‘.stp-faq-item’); items.forEach(function(item) { var q = item.querySelector(‘.stp-faq-q’); q.addEventListener(‘click’, function() { var wasActive = item.classList.contains(‘active’); items.forEach(function(i) { i.classList.remove(‘active’); }); if (!wasActive) { item.classList.add(‘active’); } }); }); });

Last updated: March 9, 2026