{"id":2380,"date":"2025-08-13T09:21:28","date_gmt":"2025-08-13T09:21:28","guid":{"rendered":"http:\/\/pursuitpathways.com\/?page_id=2380"},"modified":"2026-05-20T19:29:23","modified_gmt":"2026-05-20T19:29:23","slug":"podcast","status":"publish","type":"page","link":"https:\/\/pursuitpathways.com\/home\/podcast\/","title":{"rendered":"Podcast"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2380\" class=\"elementor elementor-2380\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d966ab7 e-con-full e-flex e-con e-parent\" data-id=\"d966ab7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76d9dfe elementor-widget elementor-widget-html\" data-id=\"76d9dfe\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* ----- HARD RESET for spacing issues ----- *\/\r\n.custom-header-nav,\r\n.custom-header-nav * {\r\n    margin: 0;\r\n    padding: 0;\r\n    box-sizing: border-box;\r\n}\r\nbody, html {\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n}\r\n\/* Remove any possible Elementor container spacing around this widget *\/\r\n.elementor-widget-html,\r\n.elementor-widget-html .elementor-widget-container,\r\n.elementor-element-html {\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n}\r\n\r\n\/* ----- Original Header Styles (slightly tightened) ----- *\/\r\n:root {\r\n    --primary-mid-blue: #82ACD6;\r\n    --dark-blue: #232D63;\r\n    --light-blue: #D3E2F3;\r\n    --dark-teal: #00808E;\r\n    --citrus: #E4E348;\r\n    --white: #ffffff;\r\n    --font-body: 'Open Sans', sans-serif;\r\n    --font-heading: 'Roboto', sans-serif;\r\n}\r\n.custom-header-nav {\r\n    background: var(--white);\r\n    border-bottom: 2px solid #dddddd;\r\n    position: sticky;\r\n    top: 0;\r\n    z-index: 1000;\r\n    box-shadow: 0 2px 10px rgba(0,0,0,0.05);\r\n    font-family: var(--font-body);\r\n    width: 100%;\r\n    left: 0;\r\n}\r\n.nav-inner {\r\n    max-width: 1400px;\r\n    margin: 0 auto;\r\n    padding: 0 30px;  \/* reduced from 50px to avoid overflow *\/\r\n    display: grid;\r\n    grid-template-columns: 1fr auto 1fr;\r\n    align-items: center;\r\n    height: 70px;  \/* slightly reduced *\/\r\n}\r\n.nav-links-left {\r\n    display: flex;\r\n    gap: 2rem;  \/* reduced from 3rem *\/\r\n    list-style: none;\r\n    justify-content: flex-end;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n.nav-links-right {\r\n    display: flex;\r\n    gap: 2rem;\r\n    list-style: none;\r\n    justify-content: flex-start;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n.nav-links-left li,\r\n.nav-links-right li {\r\n    position: relative;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n.nav-links-left a,\r\n.nav-links-right a,\r\n.dropdown-toggle {\r\n    text-decoration: none;\r\n    color: var(--dark-blue);\r\n    font-weight: 800;\r\n    font-size: 0.95rem;\r\n    transition: color 0.2s;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n    background: none;\r\n    border: none;\r\n    font-family: inherit;\r\n    display: inline-block;\r\n    line-height: 1;\r\n}\r\n.logo-container {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    cursor: pointer;\r\n    line-height: 0;\r\n}\r\n.logo-img {\r\n    height: 55px;  \/* slightly smaller to fit *\/\r\n    width: auto;\r\n    display: block;\r\n}\r\n\/* Dropdown (unchanged) *\/\r\n.dropdown-menu {\r\n    position: absolute;\r\n    top: 150%;\r\n    left: 0;\r\n    background: white;\r\n    min-width: 190px;\r\n    box-shadow: 0 12px 25px rgba(0,0,0,0.1);\r\n    border-radius: 8px;\r\n    padding: 0.6rem 0;\r\n    opacity: 0;\r\n    visibility: hidden;\r\n    transition: all 0.2s ease;\r\n    z-index: 1001;\r\n    border: 1px solid #eef2f5;\r\n    list-style: none;\r\n}\r\n.dropdown-menu li {\r\n    padding: 0;\r\n    margin: 0;\r\n}\r\n.dropdown-menu a {\r\n    display: block;\r\n    padding: 8px 20px;\r\n    white-space: nowrap;\r\n    font-weight: 600;\r\n    color: #1e2a4a;\r\n    font-size: 0.8rem;\r\n    text-decoration: none;\r\n}\r\n.nav-item-dropdown:hover .dropdown-menu {\r\n    opacity: 1;\r\n    visibility: visible;\r\n    top: 100%;\r\n}\r\n\/* Mobile styles *\/\r\n.hamburger-icon {\r\n    display: none;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n    width: 28px;\r\n    height: 22px;\r\n    cursor: pointer;\r\n    background: transparent;\r\n    border: none;\r\n    padding: 0;\r\n    z-index: 1002;\r\n}\r\n.menu-backdrop {\r\n    display: none;\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    background-color: rgba(0,0,0,0.3);\r\n    z-index: 998;\r\n}\r\n@media (max-width: 900px) {\r\n    .nav-inner {\r\n        grid-template-columns: 1fr auto;\r\n        padding: 0 20px;\r\n        height: 60px;\r\n    }\r\n    .nav-links-left,\r\n    .nav-links-right {\r\n        display: none;\r\n        position: fixed;\r\n        top: 0;\r\n        left: 0;\r\n        width: 85%;\r\n        max-width: 320px;\r\n        height: 100vh;\r\n        background: var(--white);\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        gap: 0;\r\n        padding: 80px 25px 40px 25px;\r\n        margin: 0;\r\n        box-shadow: 2px 0 20px rgba(0,0,0,0.1);\r\n        z-index: 1000;\r\n        overflow-y: auto;\r\n        transform: translateX(-100%);\r\n        transition: transform 0.3s ease;\r\n    }\r\n    .nav-links-left.open,\r\n    .nav-links-right.open {\r\n        display: flex !important;\r\n        transform: translateX(0);\r\n    }\r\n    .nav-links-left li,\r\n    .nav-links-right li {\r\n        width: 100%;\r\n        padding: 12px 0;\r\n        border-bottom: 1px solid #f0f0f0;\r\n        margin: 0;\r\n    }\r\n    .hamburger-icon {\r\n        display: flex;\r\n    }\r\n    .logo-container {\r\n        justify-content: flex-start;\r\n    }\r\n    .menu-backdrop.active {\r\n        display: block;\r\n    }\r\n    .dropdown-menu {\r\n        position: static;\r\n        opacity: 1;\r\n        visibility: visible;\r\n        box-shadow: none;\r\n        padding-left: 20px;\r\n        display: none;\r\n        margin-top: 8px;\r\n        border: none;\r\n    }\r\n    .dropdown-menu.show-mobile-sub {\r\n        display: block;\r\n    }\r\n}\r\n@media (max-width: 500px) {\r\n    .nav-inner {\r\n        padding: 0 15px;\r\n    }\r\n    .nav-links-left a,\r\n    .nav-links-right a,\r\n    .dropdown-toggle {\r\n        font-size: 0.9rem;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<nav class=\"custom-header-nav\">\r\n    <div class=\"nav-inner\">\r\n        <ul class=\"nav-links-left\" id=\"navLinksLeft\">\r\n            <li><a href=\"https:\/\/www.pursuitpathways.com\/platform\">Platform<\/a><\/li>\r\n            <li class=\"nav-item-dropdown\" id=\"industriesMobileItem\">\r\n                <span class=\"dropdown-toggle industries-toggle\">Industries<\/span>\r\n                <ul class=\"dropdown-menu\" id=\"industriesDropdown\">\r\n                    <li><a href=\"https:\/\/www.pursuitpathways.com\/industries\/education\/\">Education<\/a><\/li>\r\n                    <li><a href=\"https:\/\/www.pursuitpathways.com\/industries\/government\">Government<\/a><\/li>\r\n                    <li><a href=\"https:\/\/www.pursuitpathways.com\/industries\/healthcare\">Healthcare<\/a><\/li>\r\n                    <li><a href=\"https:\/\/www.pursuitpathways.com\/industries\/hospitality\">Hospitality<\/a><\/li>\r\n                    <li><a href=\"https:\/\/www.pursuitpathways.com\/industries\/manufacturing\">Manufacturing<\/a><\/li>\r\n                    <li><a href=\"https:\/\/www.pursuitpathways.com\/industries\/retail\">Retail<\/a><\/li>\r\n                <\/ul>\r\n            <\/li>\r\n        <\/ul>\r\n        <div class=\"logo-container\" onclick=\"window.location.href='https:\/\/www.pursuitpathways.com\/'\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.pursuitpathways.com\/content\/PPlogo-C-450x1200px-T.png\" alt=\"Pursuit Pathways Logo\" class=\"logo-img\">\r\n        <\/div>\r\n        <ul class=\"nav-links-right\" id=\"navLinksRight\">\r\n            <li><a href=\"https:\/\/www.pursuitpathways.com\/conditioning\">Conditioning<\/a><\/li>\r\n            <li><a href=\"https:\/\/pursuitpathways.com\/podcast\/\">Podcast<\/a><\/li>\r\n        <\/ul>\r\n        <div class=\"mobile-controls\">\r\n            <button class=\"hamburger-icon\" id=\"hamburgerBtn\" aria-label=\"Menu\">\r\n                <span><\/span><span><\/span><span><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"menu-backdrop\" id=\"menuBackdrop\"><\/div>\r\n<\/nav>\r\n\r\n<script>\r\n(function() {\r\n    const hamburger = document.getElementById('hamburgerBtn');\r\n    const backdrop = document.getElementById('menuBackdrop');\r\n    const leftNav = document.getElementById('navLinksLeft');\r\n    const rightNav = document.getElementById('navLinksRight');\r\n    const industriesItem = document.getElementById('industriesMobileItem');\r\n    const industriesDropdown = document.getElementById('industriesDropdown');\r\n\r\n    function isMobile() { return window.innerWidth <= 900; }\r\n\r\n    function closeMenu() {\r\n        if (leftNav) leftNav.classList.remove('open');\r\n        if (rightNav) rightNav.classList.remove('open');\r\n        if (backdrop) backdrop.classList.remove('active');\r\n        document.body.style.overflow = '';\r\n    }\r\n\r\n    function openMenu() {\r\n        if (leftNav) leftNav.classList.add('open');\r\n        if (rightNav) rightNav.classList.add('open');\r\n        if (backdrop) backdrop.classList.add('active');\r\n        document.body.style.overflow = 'hidden';\r\n    }\r\n\r\n    if (hamburger) {\r\n        hamburger.addEventListener('click', (e) => {\r\n            e.stopPropagation();\r\n            if (leftNav && leftNav.classList.contains('open')) closeMenu();\r\n            else openMenu();\r\n        });\r\n    }\r\n    if (backdrop) backdrop.addEventListener('click', closeMenu);\r\n    document.querySelectorAll('.nav-links-left a, .nav-links-right a').forEach(link => {\r\n        link.addEventListener('click', closeMenu);\r\n    });\r\n\r\n    function handleIndustriesMobile() {\r\n        if (!industriesItem || !industriesDropdown) return;\r\n        const toggleSpan = industriesItem.querySelector('.dropdown-toggle');\r\n        if (!toggleSpan) return;\r\n        const newToggle = toggleSpan.cloneNode(true);\r\n        toggleSpan.parentNode.replaceChild(newToggle, toggleSpan);\r\n        if (isMobile()) {\r\n            newToggle.addEventListener('click', (e) => {\r\n                e.preventDefault();\r\n                industriesDropdown.classList.toggle('show-mobile-sub');\r\n            });\r\n        } else {\r\n            industriesDropdown.classList.remove('show-mobile-sub');\r\n        }\r\n    }\r\n    handleIndustriesMobile();\r\n    window.addEventListener('resize', () => {\r\n        if (!isMobile()) closeMenu();\r\n        handleIndustriesMobile();\r\n    });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43ef995 e-flex e-con-boxed e-con e-parent\" data-id=\"43ef995\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f25cb3e e-flex e-con-boxed e-con e-parent\" data-id=\"f25cb3e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-267c225 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"267c225\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-49fe193 e-flex e-con-boxed e-con e-child\" data-id=\"49fe193\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96901bf elementor-widget elementor-widget-heading\" data-id=\"96901bf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Subscribe Through Your Favorite\u00a0Platform<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40c54d3 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"40c54d3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.podbean.com\/ep\/pb-tyit3-181bc96\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-wifi\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">PODBEAN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97211e8 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"97211e8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/open.spotify.com\/show\/0zayfvRnaNTexevUciXzvv\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-spotify\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SPOTIFY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf05423 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"cf05423\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/podcasts.apple.com\/us\/podcast\/shield-the-vulnerable-untold-stories\/id1803132696\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-apple\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">APPLE PODCAST<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff6a654 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ff6a654\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.youtube.com\/channel\/UCpFdG0dct02euNfuSaUmbxQ\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-youtube\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">YOUTUBE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff87019 elementor-widget elementor-widget-spacer\" data-id=\"ff87019\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cca6c99 e-con-full e-flex e-con e-child\" data-id=\"cca6c99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c02f25 elementor-widget elementor-widget-heading\" data-id=\"1c02f25\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shield the Vulnerable: \n Untold Stories\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e9567d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3e9567d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"190\" data-end=\"520\">In a world where silence isn\u2019t just inaction but complicity, <em data-start=\"61\" data-end=\"100\">Shield the Vulnerable: Untold Stories<\/em> exists to break through the quiet, bringing forward the voices that too often go unheard. This podcast is more than a series of conversations\u2014it\u2019s a window into the stark realities of online exploitation, human trafficking, financial crimes, and the silent battles waged by those on the frontlines.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ebf8e1 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2ebf8e1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Here, we don\u2019t stop at statistics, media soundbites, or fleeting headlines. We dig deeper. We tell the stories that don\u2019t make the news\u2014the stories of survivors who have fought to reclaim their lives, of frontline workers who carry the weight of their mission long after the workday ends, and of advocates who refuse to let systemic failures continue unchallenged. Each episode takes you beyond the surface, exposing the raw and often painful truths that reveal not only the resilience of the human spirit but also the grim realities that allow these crimes to persist.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50b7817 e-flex e-con-boxed e-con e-parent\" data-id=\"50b7817\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3912814 e-flex e-con-boxed e-con e-child\" data-id=\"3912814\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-319934b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"319934b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"976\" data-end=\"1362\">Exploitation, trafficking, and abuse don\u2019t hide in the shadows; they exist in plain sight. They happen in our neighborhoods, schools, workplaces, and online spaces. Many victims suffer in silence, unseen and unheard, while those who fight to protect them face relentless challenges\u2014burnout, limited resources, and a system that too often fails the very people it was meant to protect.<br \/><br \/><\/p><p data-start=\"1364\" data-end=\"1563\">This podcast is about more than just awareness\u2014it\u2019s about understanding, action, and change. Because once you hear these stories, you can\u2019t ignore them. Once you see the truth, you can\u2019t turn away.<br \/><br \/><\/p><p data-start=\"1565\" data-end=\"1960\">And maybe that\u2019s the point. Maybe, by listening, by bearing witness to their struggles and their strength, we begin to dismantle the silence that allows these horrors to continue. Maybe, in choosing to engage rather than look away, we take the first step toward something greater\u2014toward accountability, toward justice, toward a world where no one suffers unseen, and no battle is fought alone.<br \/><br \/><\/p><p data-start=\"1962\" data-end=\"2174\" data-is-last-node=\"\" data-is-only-node=\"\">Because the fight against exploitation isn\u2019t just theirs\u2014it\u2019s ours. And every story told is another step toward a future where silence no longer shields the guilty, but instead, amplifies the voices of the brave.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a35bc15 elementor-widget elementor-widget-button\" data-id=\"a35bc15\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/pursuitpathways.com\/podcast-prep\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Become a Guest<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-399e64e e-con-full e-flex e-con e-parent\" data-id=\"399e64e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e957fa e-con-full e-flex e-con e-parent\" data-id=\"3e957fa\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12ed8ae elementor-widget elementor-widget-html\" data-id=\"12ed8ae\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"\r\n  position: relative;\r\n  width: 100%;\r\n  height: 100vh;\r\n  overflow: hidden;\r\n\">\r\n  <iframe \r\n    src=\"http:\/\/pursuitpathways.com\/accordion\/\"\r\n    style=\"\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      border: none;\r\n      overflow: hidden;\r\n    \"\r\n    loading=\"lazy\"\r\n    allowfullscreen\r\n  ><\/iframe>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-562641e e-con-full e-flex e-con e-parent\" data-id=\"562641e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-abde7b5 e-flex e-con-boxed e-con e-parent\" data-id=\"abde7b5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a39e5a6 e-con-full e-flex e-con e-child\" data-id=\"a39e5a6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddb3ada elementor-widget elementor-widget-heading\" data-id=\"ddb3ada\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Host<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4c17b1 elementor-widget elementor-widget-heading\" data-id=\"f4c17b1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Dave Miller<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-799818a elementor-widget elementor-widget-image\" data-id=\"799818a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/pursuitpathways.com\/wp-content\/uploads\/2025\/08\/19-1024x1024.png\" class=\"attachment-large size-large wp-image-2398\" alt=\"\" srcset=\"https:\/\/pursuitpathways.com\/wp-content\/uploads\/2025\/08\/19-1024x1024.png 1024w, https:\/\/pursuitpathways.com\/wp-content\/uploads\/2025\/08\/19-300x300.png 300w, https:\/\/pursuitpathways.com\/wp-content\/uploads\/2025\/08\/19-150x150.png 150w, https:\/\/pursuitpathways.com\/wp-content\/uploads\/2025\/08\/19-768x768.png 768w, https:\/\/pursuitpathways.com\/wp-content\/uploads\/2025\/08\/19.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb920ec elementor-widget elementor-widget-spacer\" data-id=\"eb920ec\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e643b3 e-con-full e-flex e-con e-child\" data-id=\"0e643b3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be9c4cb elementor-widget elementor-widget-text-editor\" data-id=\"be9c4cb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"gp-component-id-LF08sg3ucK\" data-id=\"quill-node-0\">Dave has two decades worth of experience in owning, operating and investing in various brick and mortar and online start-up businesses. Owning his first health club at the age of 19, Dave quickly learned the value in organizational wellness, helping employers build a thriving workforce.<br \/><br \/><\/p><p class=\"gp-component-id-LF08sg3ucK\" data-id=\"quill-node-2\">Dave spent 15-years in law enforcement with vast experience in tactical operations, street crimes and human trafficking investigations.\u00a0He was a recruit training coach, tactical medic and association member with extensive experience in workplace Health and Safety. He is an advocate for mental health and wellbeing within organizations.<br \/><br \/><\/p><p class=\"gp-component-id-LF08sg3ucK\" data-id=\"quill-node-4\">Dave now champions online digital safety for parents and youth with a mission of ending internet child exploitation and human trafficking.\u00a0He sees a world where everyone is able to navigate the online world without fear or harm of exploitation.<br \/><br \/><\/p><p class=\"gp-component-id-LF08sg3ucK\" data-id=\"quill-node-6\">Dave is a leader within organizational development, employee wellness, husband and father of two children that inspire him to protect other youth and families in the online world.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Platform Industries Education Government Healthcare Hospitality Manufacturing Retail Conditioning Podcast Subscribe Through Your Favorite\u00a0Platform PODBEAN SPOTIFY APPLE PODCAST YOUTUBE Shield the Vulnerable: Untold Stories\u200b In a world where silence isn\u2019t just inaction but complicity, Shield the Vulnerable: Untold Stories exists to break through the quiet, bringing forward the voices that too often go unheard. This [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2380","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/pages\/2380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/comments?post=2380"}],"version-history":[{"count":61,"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/pages\/2380\/revisions"}],"predecessor-version":[{"id":4984,"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/pages\/2380\/revisions\/4984"}],"wp:attachment":[{"href":"https:\/\/pursuitpathways.com\/home\/wp-json\/wp\/v2\/media?parent=2380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}