/* Speaking Topic Page */ .page-id-2747 .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

Resilience and Adversity

My mother died by suicide when I was 20 months old. This talk is about what happens after the worst thing, and how adversity becomes the foundation for everything you build.

My mother Joyce completed suicide with a gun when I was 20 months old. I grew up in a family that did not talk about it. For decades, neither did I. That silence shaped everything, my relationships, my ambition, the way I led, and the walls I built without knowing I was building them.

When I finally told my story publicly, at the 2016 Democratic National Convention, something shifted. Not just for me. For the people listening. I learned that sharing the hardest parts of your life is not weakness. It is the most powerful form of leadership there is.

This talk is about real resilience. Not the kind you see on motivational posters. The kind that comes from starting with nothing, building something, watching it fall apart, and building again. I started Penebaker Enterprises with $1,500 and a used truck. Grew it to $15 million. Then I scaled Roofed Right America to over $35 million with 180 employees. I also walked away from a company I built when the partnership went wrong, and I started over.

Resilience is not bouncing back. It is building forward. Every setback I have faced, losing my mother, growing up without the full story, starting a business with no safety net, navigating a failed partnership, taught me something about how to keep moving when stopping feels easier.

I share those lessons because they are useful, not because they are impressive. Your audience does not need another speaker telling them to be tough. They need someone who has been through real adversity and can show them, specifically, how to use it as fuel instead of letting it become an anchor.

This talk connects the personal to the professional. I show how the same resilience that got me through childhood loss applies to business setbacks, career pivots, and the daily grind of leading when things are not going your way.

Read the full guide: What Adversity Actually Teaches You About Leadership

Key Themes

Building forward, not bouncing back

Why the common definition of resilience is wrong, and what it actually looks like to use adversity as a foundation rather than something to recover from.

The power of vulnerability in leadership

How sharing the hardest parts of your story creates deeper connection and stronger leadership. What I learned from decades of silence and what changed when I broke it.

Turning loss into purpose

The journey from private grief to public advocacy, and the practical lessons that apply to anyone turning personal experience into professional impact.

Decision-Making after setbacks

How to make your next move when the last one did not work. Specific frameworks for evaluating opportunities, managing risk, and trusting yourself after failure.


Go Deeper


Frequently asked questions

Yes. This is one of my most requested corporate talks. The lessons about resilience, decision-making after setbacks, and leading through difficult periods apply directly to business. I tailor the framing to fit the audience, whether that is a leadership retreat, an all-hands meeting, or an industry conference. The personal story creates connection. The practical takeaways create value.

I share real details about losing my mother, growing up with that loss, and the decades of silence that followed. I also talk openly about business failures and the moments where I had to start over. I am honest without being performative. The goal is not to make people feel sorry for me. It is to show them what resilience actually looks like so they can apply it to their own lives.

Three things. First, a reframed understanding of resilience, not as recovery but as forward construction. Second, practical tools for making decisions and leading after setbacks. Third, permission to be honest about their own challenges. Every audience I have delivered this to has told me the same thing: it changed how they think about difficulty.

Every version is tailored. I do a call beforehand to understand the audience, the event context, and what your group is facing. The core story stays the same, but the business examples, frameworks, and takeaways are built for the people in the room.

They are deeply connected. My mother died from gun violence. The resilience I built from that loss is what eventually led me to advocacy, speaking at the DNC, and working with organizations like Everytown for Gun Safety. If you want both threads in one talk, I can weave them together. If you want them separate, that works too.

}, { “@type”: “Question”, “name”: “How personal does this talk get?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “I share real details about losing my mother, growing up with that loss, and the decades of silence that followed. I also talk openly about business failures and the moments where I had to start over. I am honest without being performative. The goal is not to make people feel sorry for me. It is to show them what resilience actually looks like so they can apply it to their own lives.” } }, { “@type”: “Question”, “name”: “What do audiences take away from this talk?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Three things. First, a reframed understanding of resilience, not as recovery but as forward construction. Second, practical tools for making decisions and leading after setbacks. Third, permission to be honest about their own challenges. Every audience I have delivered this to has told me the same thing: it changed how they think about difficulty.” } }, { “@type”: “Question”, “name”: “Can you customize this talk for a specific industry or audience?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Every version is tailored. I do a call beforehand to understand the audience, the event context, and what your group is facing. The core story stays the same, but the business examples, frameworks, and takeaways are built for the people in the room.” } }, { “@type”: “Question”, “name”: “How does this connect to your gun violence prevention work?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “They are deeply connected. My mother died from gun violence. The resilience I built from that loss is what eventually led me to advocacy, speaking at the DNC, and working with organizations like Everytown for Gun Safety. If you want both threads in one talk, I can weave them together. If you want them separate, that works too.” } } ] }

Bring this talk to your event

Resilience is not a theory for me. It is 47 years of practice. Let me share what I have learned with 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’); } }); }); });
Free Tool

Team resilience assessment

A 20-question diagnostic your team can complete in 10 minutes. Measures psychological safety, adaptability, communication, recovery, and purpose.


Get the Assessment

Last updated: March 9, 2026