<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NAHREP</title>
	<atom:link href="https://nahrep.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://nahrep.org/</link>
	<description>The National Association of Hispanic Real Estate Professionals</description>
	<lastBuildDate>Tue, 05 May 2026 19:59:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.9</generator>
	<item>
		<title>Episode 18 with Josue Soto</title>
		<link>https://nahrep.org/programs/alumni/podcast/2026/05/05/episode-18-josue-soto/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Tue, 05 May 2026 19:58:40 +0000</pubDate>
				<category><![CDATA[Alumni]]></category>
		<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=33068</guid>

					<description><![CDATA[<p>Josue Soto is a real estate professional whose path was shaped by the right people showing up at the right time, reminding him of the strengths he carried and encouraging him to put them to work.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/05/05/episode-18-josue-soto/">Episode 18 with Josue Soto</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703497877 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">

.hidden{
/*display:none !important;*/
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

        .alc-banner-container {
            position: relative;
            width: 100%;
            max-width: 1210px;
            margin: 0 auto;
            height: 33.06vw;
            /* vw stands for viewport width - dynamically adjust height */
            min-height: 280px;
            max-height: 400px;
            
        }

        .alc-banner-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
        }

        .alc-banner-column-left,
        .alc-banner-column-right {
            position: relative;
            /* Establish positioning context for the column */
            height: 100%;
        }

        .alc-banner-column-left {
            width: 75%;
            /* Increased width */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            /* Align to the left */
            flex-direction: column;
        }

        .alc-banner-column-right {
            width: 25%;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            z-index: 10;
        }

        .alc-podcast-logo {
            width: 90%;
            max-width: 800px;
            height: auto;
            animation: fade-in-left 1.5s ease-out forwards;
            opacity: 0;
            margin-left:0;
            margin-top:5%;
        }

        .alc-host {
            width: 137%;
            height: auto;
            animation: fade-in-right 2s ease-out forwards;
            opacity: 0;
            margin-bottom: -12%;
        }

        .alc-svg-placeholder {
            width: 75%;
            height: auto;
            margin-top: 0;
            /* Adjust vertical position */
            background-color: transparent;
            z-index: 15;
            margin-left: 45%;
            display: flex;
            /* Use flexbox to arrange icons */
            justify-content: left;
            /* Space icons evenly */
            align-items: center;
            /* Center vertically */
            flex-wrap: wrap;
            /* Allow wrapping on smaller screens */
            gap: 0.5rem;
            animation: fade-in-left 2s ease-out forwards;
        }

        .alc-icon-link {
            display: inline-block;
            /* Make the link behave like a block for sizing */
            width: 40px;
            height: 40px;
            border-radius: 5px;
            /* Slight border radius */
            background-color: #000;
            /* Black background */
            transition: background-color 0.5s ease;
            /* Transition for background */
            display: flex;
            /* Center the SVG inside the link */
            justify-content: center;
            align-items: flex-start;
            padding: 8px;
        }

        .alc-icon-link:hover {
            background-color: #fddf4f;
            /* Yellow on hover */
        }

        .alc-icon-link svg {
            width: 100%;
            /* Scale SVG to fit the link */
            height: 100%;
        }

        /* Style for the default SVG fill */
        .alc-icon-link .icon-default {
            fill: #fddf4f;
            /* Original icon color (yellow) */
            transition: fill 0.5s ease;
            /* Transition for fill color */
        }

        /* Style for the hover SVG fill */
        .alc-icon-link:hover .icon-default {
            fill: #3974b7;
            /* Blue fill on hover */
        }

        /* Add SVG code here - This placeholder comment is for the CSS related to the SVG icons that you will add later */

        @media screen and (max-width: 850px) {
            .alc-banner-container {
                height: auto;
                max-height:auto;
                /* Adjust height for mobile */
                padding-bottom: 4rem;
            }

            .alc-banner-row {
                flex-direction: column;
            }

            .alc-banner-column-left,
            .alc-banner-column-right {
                width: 100%;
            }

            .alc-banner-column-left {
                align-items: center;
                /* Center content on mobile */
                justify-content: center;
                padding-top: 15%;
            }

            .alc-svg-placeholder {
                width: 100%;
                /* Allow placeholder to take full width */
                justify-content: center;
                /* Center icons horizontally */
                margin-left: 0;
                margin-top:5%;

            }

            .alc-podcast-logo {
                width: 90%;
                max-width: 800px;
                height: auto;
                animation: none;
                opacity: 1;
                margin: 0 auto;
            }

            .alc-host {
                display:none;
            }
        }

        /* Animations */
        @keyframes fade-in-left {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fade-in-right {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* NEW CSS FOR LINKS UNDER VIDEO */
        .video-links-strip {
            display: flex;
            justify-content: flex-start; /* Align icons to the left */
            align-items: center; 
            gap: 0.5rem; /* Spacing between icons, same as .alc-svg-placeholder */
            padding-top: 1rem; /* Space below the video */
            padding-bottom: 1rem; /* Space below the icons */
            /* This will center the strip itself if the page content is wider,
               matching the alc-banner-container behavior.
               The icons within the strip will still be left-aligned. */
            max-width: 1210px; 
            margin-left: auto;
            margin-right: auto;
            /* If your video-container is inside a wrapper with specific padding,
               you might need to add that padding here too (e.g., padding-left: 20px; padding-right: 20px;)
               to make the icons align perfectly with the video's content edge.
               For now, this centers the 1210px block and left-aligns icons within it. */
        }

        /* Optional: Media query for smaller screens for the video links strip if needed */
        @media screen and (max-width: 1210px) {
            .video-links-strip {
                /* If content is edge-to-edge on mobile, add some padding */
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        /* Container for the Podcast Home button */
.podcast-home-button-container {
    max-width: 1210px; /* Optional: to align with other centered content blocks */
    margin: 0 auto 1rem auto; /* Centers the container, 1rem bottom margin before video */
    display: flex;
    justify-content: flex-start; /* Aligns button to the left */
}

/* Media query for padding on smaller screens if max-width is used */
@media screen and (max-width: 1210px) {
    .podcast-home-button-container {
        padding-left: 1rem; /* Consistent padding */
        padding-right: 1rem;
    }
}
/* If your main content area already has padding, you might not need the media query above,
   or you might adjust the padding on .podcast-home-button-container directly. */


.podcast-home-button {
    display: inline-block;
    padding: 12px 24px; /* Adjust padding for desired button size */
    font-family: 'Chivo', sans-serif; /* Chivo font with a generic sans-serif fallback */
    font-size: 16px; /* Adjust as needed */
    font-weight: bold; /* Or a specific weight if Chivo supports it e.g., 700 */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px; /* Optional: for slightly rounded corners like your icons */
    text-align: center;
    cursor: pointer;

    /* Default state */
    background-color: #000000; /* Black background */
    color: #fddf4f; /* Yellow text (from your icon styles) */
    
    transition: background-color 0.2s ease, color 0.2s ease;
}

.podcast-home-button:hover {
    /* Hover state */
    background-color: #fddf4f; /* Yellow background (from your icon styles) */
    color: #3974b7; /* Blue text (from your icon styles) */
}

    </style>

    <div style="width: 100%; background-color: #1c77be">
        <div class="alc-banner-container" style="background-color: #1c77be">
            <!-- This container is hidden on the final page, but contains the SVGs we need -->
            <div class="alc-banner-row">
                <div class="alc-banner-column-left">
                    <img class="alc-podcast-logo" src="/_media/alc/images/podcast-logo.png" alt="Podcast Logo" />
                    <div class="alc-svg-placeholder">
                       <!-- Original SVGs are here. We will copy them below. -->
                       <!-- SPOTIFY-->
                       <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <path class="icon-default"
                                d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                            <path class="icon-default"
                                d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
                        </svg>
                    </a>
                    <!-- APPLE PODCASTS-->
                    <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <g>
                                <path class="icon-default"
                                    d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                                <path class="icon-default"
                                    d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                                <path class="icon-default"
                                    d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                                <path class="icon-default"
                                    d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                            </g>
                            <g>
                                <path class="icon-default"
                                    d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                                <path class="icon-default"
                                    d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default"
                                    d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                                <path class="icon-default"
                                    d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                                <path class="icon-default"
                                    d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                                <path class="icon-default"
                                    d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                                <path class="icon-default"
                                    d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                                <path class="icon-default"
                                    d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                                <path class="icon-default"
                                    d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                                    <path class="icon-default"
                                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                    <path class="icon-default"
                                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                                    <path class="icon-default"
                                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                </g>
                            </svg>
                        </a>
                        <!-- YOUTUBE-->
                        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
                            <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                                viewBox="0 0 512 512">
                                <defs>
                                    <style></style>
                                </defs>
                                <path class="icon-default"
                                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                                <g id="youtube-paths">
                                    <path class="icon-default"
                                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                                    <path class="icon-default"
                                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                                    <path class="icon-default"
                                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                                    <path class="icon-default"
                                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default"
                                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                                    <path class="icon-default"
                                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                                </g>
                            </svg>
                        </a>
                         <!-- INSTAGRAM - commented out as per original, not requested for the bottom links -->
                         <!--
                        <a href="#" class="alc-icon-link">
                            <svg ... </svg>
                        </a>-->
                    </div>
                </div>
                <div class="alc-banner-column-right">
                    <img class="alc-host" src="/_media/alc/images/podcast-joe.jpg" alt="Podcast Host" />
                </div>
            </div>
        </div>
    </div>

		</div>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703575289"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 5px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- PODCAST HOME BUTTON -->
<div class="podcast-home-button-container">
    <a href="/programs/alumni/podcast/" class="podcast-home-button">PODCAST HOME</a>
</div>
		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1737517404025"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			 <div class="video-container">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/cI6AdAMfVpM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>
		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- ADDED SPOTIFY, APPLE, AND YOUTUBE ICONS HERE -->
    <div class="video-links-strip">
        <!-- SPOTIFY-->
        <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                <path class="icon-default"
                    d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
            </svg>
        </a>
        <!-- APPLE PODCASTS-->
        <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <g>
                    <path class="icon-default"
                        d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                    <path class="icon-default"
                        d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                    <path class="icon-default"
                        d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                    <path class="icon-default"
                        d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                </g>
                <g>
                    <path class="icon-default"
                        d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                    <path class="icon-default"
                        d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default"
                        d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                    <path class="icon-default"
                        d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                    <path class="icon-default"
                        d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                    <path class="icon-default"
                        d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                    <path class="icon-default"
                        d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                    <path class="icon-default"
                        d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                    <path class="icon-default"
                        d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                    <path class="icon-default"
                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                    <path class="icon-default"
                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                    <path class="icon-default"
                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                </g>
            </svg>
        </a>
        <!-- YOUTUBE-->
        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                <g> {/* Note: I removed id="youtube-paths" as IDs should be unique and it's not strictly needed for styling here */}
                    <path class="icon-default"
                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                    <path class="icon-default"
                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                    <path class="icon-default"
                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                    <path class="icon-default"
                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default"
                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                    <path class="icon-default"
                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                </g>
            </svg>
        </a>
    </div>
		</div>
	</div>
<div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey vc_custom_1673290893996  vc_custom_1673290893996" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div class="alc-intro-text">
    <h1 class="alc-primary-heading alc-text-black alc-mb-5" style="text-wrap:balance">Architects of Latino Success with Joe Castillo – Episode 18 with Josue Soto</h1>
    <p class="alc-paragraph"><strong>Josue Soto is a real estate professional whose path was shaped by the right people showing up at the right time, reminding him of the strengths he carried and encouraging him to put them to work.</strong><br />His natural ability to connect, listen, and genuinely serve others laid the foundation for a career rooted in something bigger than business.</p>
    <p class="alc-paragraph">His path with NAHREP deepened that conviction. What began as a simple introduction grew into a defining experience. Walking the halls of Capitol Hill, engaging directly with representatives, and witnessing the scale of NAHREP's advocacy for Hispanic homeownership showed Josue exactly what it looks like when a mission meets momentum.</p>
    <p class="alc-paragraph">In this episode, Josue shares the mindset that has carried him through his toughest seasons, why slowing down to truly listen is one of the most powerful tools a leader can develop, and how pouring into others is not a sacrifice but a strategy. If you are navigating a hard stretch, searching for your next level, or simply need a reminder of why the work matters, this conversation will meet you there.</p>
    <p class="alc-paragraph">Lead with purpose. Serve with intention. Keep moving forward.</p>
</div>
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703356428 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<h3 class="alc-chivo-bold alc-text-yellow alc-mb-2 alc-text-center" style="font-size:1.5rem">PAST EPISODES</h3>
<p class="alc-text-white alc-neue-haas-text-roman alc-text-center alc-mb-3">Listen to past episodes here, and don't forget to subscribe wherever you listen to Podcasts!</p>
		</div>
	</div>

<div class="vc_grid-container-wrapper vc_clearfix">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:33068,&quot;style&quot;:&quot;pagination&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1778011134043-55aaa419-d236-4&quot;,&quot;items_per_page&quot;:&quot;9&quot;,&quot;auto_play&quot;:false,&quot;gap&quot;:30,&quot;speed&quot;:-1000,&quot;loop&quot;:&quot;yes&quot;,&quot;animation_in&quot;:&quot;&quot;,&quot;animation_out&quot;:&quot;&quot;,&quot;arrows_design&quot;:&quot;none&quot;,&quot;arrows_color&quot;:&quot;blue&quot;,&quot;arrows_position&quot;:&quot;inside&quot;,&quot;paging_design&quot;:&quot;radio_dots&quot;,&quot;paging_color&quot;:&quot;white&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://nahrep.org/wp-admin/admin-ajax.php" data-vc-post-id="33068" data-vc-public-nonce="813200ab9a">
		
	</div>
</div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/05/05/episode-18-josue-soto/">Episode 18 with Josue Soto</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What #NAHREPVotes Means in 2026</title>
		<link>https://nahrep.org/housinghub/2026/04/23/what-nahrepvotes-means-in-2026/</link>
		
		<dc:creator><![CDATA[Jovana Campos]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 07:01:47 +0000</pubDate>
				<category><![CDATA[Housing Hub]]></category>
		<category><![CDATA[Elections/#NAHREPVOTES]]></category>
		<category><![CDATA[Latino issues]]></category>
		<category><![CDATA[Policy Action]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32989</guid>

					<description><![CDATA[<p>NAHREP 10 Discipline 7: Be politically savvy, because public policy matters. There’s a reason being politically savvy found its way into the NAHREP 10 wealth-building disciplines: public policy shapes everything. From gas prices and the cost of healthcare to the job market and economic mobility, policy decisions ripple through every part of our lives.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/housinghub/2026/04/23/what-nahrepvotes-means-in-2026/">What #NAHREPVotes Means in 2026</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid dt-default fadeIn animate-element" style="margin-top: 0px;margin-bottom: 0px"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<div class="sfsi_widget sfsi_shortcode_container"><div class="norm_row sfsi_wDiv "  style="width:225px;text-align:left;"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_facebook_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Facebook' title='Facebook' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div  class='icon3'><a target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=https://nahrep.org/feed' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' alt='fb-share-icon' title='Facebook Share' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/fb_icons/en_US.svg' /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_twitter_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Twitter' title='Twitter' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div  class='icon2'><div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>
						<a target='_blank' href='https://twitter.com/intent/tweet?text=Check+out+this+NAHREP+article%3A+https://nahrep.org/feed' style='display:inline-block' >
							<img data-pin-nopin= true class='sfsi_wicon' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Twitter_Tweet/en_US_Tweet.svg' alt='Tweet' title='Tweet' >
						</a>
					</div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_linkedin_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='LinkedIn' title='LinkedIn' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_linkedin.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 linkedin_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_linkedin"><span class="bot_arow bot_linkedin_arow"></span><div class="sfsi_inside"><div  class='icon2'><a target='_blank' href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fnahrep.org%2Ffeed"><img class="sfsi_wicon" data-pin-nopin= true alt="Share" title="Share" src="https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Linkedin_Share/en_US_share.svg" /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='https://www.instagram.com/nahrep/' id='sfsiid_instagram_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Instagram' title='Instagram' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_instagram.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a></div></div></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function()
			{
				if (typeof sfsi_widget_set == "function") {
					sfsi_widget_set();
				}
			}); </script><div style="clear: both;"></div></div>

		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<script>
  jQuery(document).ready(function () {
    // Find the social icons container
    var socialIconsContainer = jQuery(".sfsi_widget.sfsi_shortcode_container");

    if (socialIconsContainer.length) {
      // Get the parent of the social icons container and make it a flexbox
      var parentContainer = socialIconsContainer.closest(".wpb_wrapper");
      parentContainer.css({
        "display": "flex",
        "flex-direction": "row",
        "align-items": "center"
      });

      // Create the email signup HTML
      var emailSignupHtml = '<div class="email-signup" style="margin-left:0px;">' +
                              '<h3 style="text-align: left; text-wrap: balance; margin: 0 15px 0 0;"> Join the Housing Hub Mailing List</h3>' +
                              '<a href="https://confirmsubscription.com/h/r/434A3946BB8FA9FE2540EF23F30FEDED" class="ep-nav-link" target="_blank" style="margin-left: 10px;">Subscribe</a>' +
                            '</div>';

      // Append the email signup HTML after the social icons container
      socialIconsContainer.after(emailSignupHtml);
    }
  });
</script>


<style type="text/css">
#main{
    padding-bottom:0px !important;
}

div#content time{
display:none;
}

h1{
    text-wrap:balance;
}

li.spaced{
margin-top:20px;
}

li a, a{
 font-weight:700;
color:#789FBC;
transition:all 0.25s ease-in;
text-decoration:underline;

}

li a:hover, a:hover{
    font-weight:700;
   color:#00C7B1;
   transition:all 0.25s ease-in;
   text-decoration:underline !important;
   
   }

a.nac-btn:hover, a.ep-nav-link:hover{
    text-decoration:none !important;
}

table, td{
border:0;
font: normal 300 16px / 22px "aaux-next", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #003b6f;
}

ol.parent-list li{
            font-weight:bold;
            font-size:110%;
            color: #003F69;
        }

h3.pullup{
margin-top:30px;  
margin-bottom:-20px !important;
} 

.nac-tag-box {
  display: flex;
  align-items: flex-start;
}

.nac-tag-label {
  margin-right: 10px;
  font-weight: bold;
padding-top:17px;
}

.nac-tag-items {
  display: flex;
  flex-wrap: wrap;
}

.nac-tag-items a {
  margin-right: 10px;
  margin-bottom: 5px;
}

.email-signup {
  display: flex;
  flex-direction: row;
  align-items: center; /* Align items vertically centered */
  margin-left: 0px; /* Space between social icons and email signup */
}

.email-signup h3 {
  margin: 0;
  margin-right: 10px; /* Space between the text and the button */
}



</style>
		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="1920" height="1080" src="https://nahrep.org/wp-content/uploads/2026/04/Housing-Hub-Blog.jpg" class="vc_single_image-img attachment-full" alt="" decoding="async" loading="lazy" srcset="https://nahrep.org/wp-content/uploads/2026/04/Housing-Hub-Blog.jpg 1920w, https://nahrep.org/wp-content/uploads/2026/04/Housing-Hub-Blog-300x169.jpg 300w, https://nahrep.org/wp-content/uploads/2026/04/Housing-Hub-Blog-1024x576.jpg 1024w, https://nahrep.org/wp-content/uploads/2026/04/Housing-Hub-Blog-768x432.jpg 768w, https://nahrep.org/wp-content/uploads/2026/04/Housing-Hub-Blog-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px"  data-dt-location="https://nahrep.org/housinghub/2026/04/23/what-nahrepvotes-means-in-2026/attachment/housing-hub-blog/" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h1>What #NAHREPVotes Means in 2026</h1>
<h3><em>A blog empowering Hispanic homeownership through advocacy and policy.</em></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>By Jovana Campos<br />
April 23, 2026</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>NAHREP 10 Discipline 7: Be politically savvy, because public policy matters</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>There’s a reason being politically savvy found its way into the NAHREP 10 wealth-building disciplines: public policy shapes everything. From gas prices and the cost of healthcare to the job market and economic mobility, policy decisions ripple through every part of our lives. This is especially true in housing, one of the most highly regulated industries. Whether we pay attention to them or not, politics and public policy matter.</p>
<p>The Latino community has grown into a powerful economic force in the United States, leading the way in homeownership, workforce participation, business ownership, and beyond. As this influence continues to expand, it becomes increasingly important to protect and sustain these opportunities. And that’s where public policy and being politically savvy come in. Latinos are an important part of the electorate and one of the fastest-growing segments of the population. Yet, voter participation among Latinos continues to fall behind.</p>
<p>That is why #NAHREPVotes was created. To raise awareness and provide a platform for voter engagement within our network. As leaders in housing and advocates for the Hispanic community, we have the responsibility to demonstrate the importance of civic participation and help ensure accurate representation in our nation’s decision-making.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>The Power of the Latino Vote</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>Latino voters are emerging as one of the most closely watched voting segments as we head into the 2026 midterm election cycle. With more than 36 million eligible voters, Latinos are the second-largest voting bloc in the country and growing. Latinos are younger than the overall population, and so are their voters. On average, about 1 million U.S.-born Latinos turn 18 each year, making them newly eligible to register to vote. Today, 31% of eligible Latino voters are between the ages of 18 and 29, compared to 20% of the overall eligible electorate.</p>
<p>Latinos are not only increasingly influencing election outcomes, but also have the potential to shape them. Latino voter participation has historically lagged behind other segments of the electorate. In the 2024 Presidential Election, 50.6% of eligible Latinos turned out to vote, compared to 65.3% of the general eligible. Although this shows an improvement compared to previous elections, there is still work to be done. Imagine if Latinos turned out at the same rate as the rest of the voting population; the impact would be monumental.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>The 2026 Midterm Elections: The Time Is Now</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>In addition to relatively lower turnout rates, midterm elections are often generally overlooked, but their impact is more significant than you may think. During midterm elections, all 435 seats of the U.S House of Representatives and one-third of the U.S. Senate are up for election. Additionally, there are many high-profile gubernatorial elections taking place during the midterms. This year, there are 39 gubernatorial races, including in states with large Latino populations, such as California, Nevada, Arizona, Texas, Illinois, Florida, Pennsylvania, and New York.</p>
<p>Lastly, we can’t underestimate the power of local politics. There is a saying that goes, “all politics is local.” The issues people care about most, and the decisions that impact their daily lives, are often made close to home. While national debates get the attention, it’s local leaders and local policies that shape what people actually experience in their communities. That’s particularly true for housing, where decisions about zoning, land use, permitting, density, and development all happen at the local level. City councils, county boards, and planning commissions determine what gets built, where it gets built, and how quickly it moves forward.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>Get Involved With #NAHREPVotes</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>With this year’s midterm elections underway, now is the time to get involved. Whether this is your first time voting or not, here are a few tips to help you get started and make an impact.</p>
<ol>
<li class="spaced"><strong>Learn Your Voting Options &amp; Ballot.</strong> Understand how you can vote (In-person, early, or mail-in) and take time to review your ballot ahead of time so you know exactly what you’re voting for. Visit <a href="https://www.vote411.org/">Vote 411</a> to research your state’s voting options and ballot.</li>
<li class="spaced"><strong>Research Where Your Candidates Stand.</strong> Look at candidates&#8217; positions on key issues surrounding <a href="https://nahrep.org/media-center/2026-policy-priorities/">NAHREP’s 2026 Policy Priorities</a>, especially around housing supply, affordability, access to credit, and economic opportunity, to make informed decisions. Visit <a href="https://www.congress.gov/members/find-your-member">gov</a> to find your local representatives and learn more about their current committee and subcommittee assignments.</li>
<li class="spaced"><strong>Get Involved in Voter Outreach Efforts. </strong>Support nonpartisan organizations working to expand voter access and education through volunteering opportunities. Here are a few suggestions:
<ul>
<li class="spaced"><a href="https://fairvoteaction.org/get-involved/state_based_rcv_groups/">Fair Vote Action</a>: Works to reform election systems and advocates for changes that make elections more accessible, representative, and fair.</li>
<li class="spaced"><a href="https://www.lwv.org/local-leagues/find-local-league?field_zip_code_value=">Vote with the League of Women Voters</a>: Helps register voters, provides nonpartisan election information, and focuses on encouraging informed participation in government.</li>
<li class="spaced"><a href="https://www.rockthevote.org/get-involved/help-register-voters/">Rock the Vote</a>: Helps register voters and encourages young people to participate in elections. It focuses on increasing civic engagement through education, outreach, and easy access to voter registration.</li>
<li class="spaced"><a href="https://votefwd.org/">Vote Forward</a>: Empowers volunteers to encourage voter turnout by writing personalized, nonpartisan letters to potential voters. It uses grassroots outreach to help increase participation in elections, especially among underrepresented communities.</li>
</ul>
<p>Research volunteering opportunities through your local city council or county departments to get involved in your community. Always ensure that the websites end with .gov for credibility.</li>
<li class="spaced"><strong>Stay Informed &amp; Spread the Word. </strong>Talk with friends, family, and your community. Sharing accurate information helps strengthen collective awareness and participation. As we head into the 2026 midterms, take a moment to reflect on the past two years of the decisions that have shaped our community, especially when it comes to housing and economic opportunity for the Latino voters can be when we are informed and engaged. Now is the time to turn that reflection into action.</li>
</ol>
<p>Vote for yourself, for your community, and for those whose voices too often go unheard!</p>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 32px"><span class="vc_empty_space_inner"></span></div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div id="new-tag-box"></div>
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!--<h3 style="text-align: left; text-wrap:balance">Join the Housing Hub Mailing List</h3>
<a href="https://confirmsubscription.com/h/r/434A3946BB8FA9FE2540EF23F30FEDED" class="ep-nav-link" target="_blank">Subscribe</a>-->
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1724792111122 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3 style="color: #ffffff;"><strong>About NAHREP</strong></h3>
<p style="color: #ffffff;">The National Association of Hispanic Real Estate Professionals® (NAHREP®) advocates on behalf of its network of 50,000 real estate professionals and Hispanic homeowners nationwide. NAHREP focuses on national policy issues that are critical to its mission: to advance sustainable Hispanic homeownership. Housing Hub is a blog dedicated to educating the NAHREP network by providing insights on housing policy, understanding key issues shaping our industry, and supporting Hispanic homeownership growth.</p>
<p style="color: #ffffff;">NAHREP firmly believes every individual who desires to become a homeowner and can sustain a mortgage should be granted access to a piece of the American Dream. To that end, we are focused on four main priorities: housing affordability, access to credit, industry best practices, and other macroeconomic issues critical to our mission. Visit our <a style="color: #ffffff; font-weight: bold;" href="/advocacy/">website</a> to read more about NAHREP’s policy priorities and to get involved.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/housinghub/2026/04/23/what-nahrepvotes-means-in-2026/">What #NAHREPVotes Means in 2026</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Episode 17 with Erika Villegas</title>
		<link>https://nahrep.org/programs/alumni/podcast/2026/04/13/episode-17-with-erika-villegas/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 02:02:00 +0000</pubDate>
				<category><![CDATA[Alumni]]></category>
		<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32935</guid>

					<description><![CDATA[<p>Success is not just about closing deals. It is about the lives you impact along the way. Joe Castillo welcomes Erika Villegas, a respected real estate professional serving the Chicago market, known for her commitment to community, leadership, and advancing Hispanic homeownership.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/04/13/episode-17-with-erika-villegas/">Episode 17 with Erika Villegas</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703497877 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">

.hidden{
/*display:none !important;*/
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

        .alc-banner-container {
            position: relative;
            width: 100%;
            max-width: 1210px;
            margin: 0 auto;
            height: 33.06vw;
            /* vw stands for viewport width - dynamically adjust height */
            min-height: 280px;
            max-height: 400px;
            
        }

        .alc-banner-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
        }

        .alc-banner-column-left,
        .alc-banner-column-right {
            position: relative;
            /* Establish positioning context for the column */
            height: 100%;
        }

        .alc-banner-column-left {
            width: 75%;
            /* Increased width */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            /* Align to the left */
            flex-direction: column;
        }

        .alc-banner-column-right {
            width: 25%;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            z-index: 10;
        }

        .alc-podcast-logo {
            width: 90%;
            max-width: 800px;
            height: auto;
            animation: fade-in-left 1.5s ease-out forwards;
            opacity: 0;
            margin-left:0;
            margin-top:5%;
        }

        .alc-host {
            width: 137%;
            height: auto;
            animation: fade-in-right 2s ease-out forwards;
            opacity: 0;
            margin-bottom: -12%;
        }

        .alc-svg-placeholder {
            width: 75%;
            height: auto;
            margin-top: 0;
            /* Adjust vertical position */
            background-color: transparent;
            z-index: 15;
            margin-left: 45%;
            display: flex;
            /* Use flexbox to arrange icons */
            justify-content: left;
            /* Space icons evenly */
            align-items: center;
            /* Center vertically */
            flex-wrap: wrap;
            /* Allow wrapping on smaller screens */
            gap: 0.5rem;
            animation: fade-in-left 2s ease-out forwards;
        }

        .alc-icon-link {
            display: inline-block;
            /* Make the link behave like a block for sizing */
            width: 40px;
            height: 40px;
            border-radius: 5px;
            /* Slight border radius */
            background-color: #000;
            /* Black background */
            transition: background-color 0.5s ease;
            /* Transition for background */
            display: flex;
            /* Center the SVG inside the link */
            justify-content: center;
            align-items: flex-start;
            padding: 8px;
        }

        .alc-icon-link:hover {
            background-color: #fddf4f;
            /* Yellow on hover */
        }

        .alc-icon-link svg {
            width: 100%;
            /* Scale SVG to fit the link */
            height: 100%;
        }

        /* Style for the default SVG fill */
        .alc-icon-link .icon-default {
            fill: #fddf4f;
            /* Original icon color (yellow) */
            transition: fill 0.5s ease;
            /* Transition for fill color */
        }

        /* Style for the hover SVG fill */
        .alc-icon-link:hover .icon-default {
            fill: #3974b7;
            /* Blue fill on hover */
        }

        /* Add SVG code here - This placeholder comment is for the CSS related to the SVG icons that you will add later */

        @media screen and (max-width: 850px) {
            .alc-banner-container {
                height: auto;
                max-height:auto;
                /* Adjust height for mobile */
                padding-bottom: 4rem;
            }

            .alc-banner-row {
                flex-direction: column;
            }

            .alc-banner-column-left,
            .alc-banner-column-right {
                width: 100%;
            }

            .alc-banner-column-left {
                align-items: center;
                /* Center content on mobile */
                justify-content: center;
                padding-top: 15%;
            }

            .alc-svg-placeholder {
                width: 100%;
                /* Allow placeholder to take full width */
                justify-content: center;
                /* Center icons horizontally */
                margin-left: 0;
                margin-top:5%;

            }

            .alc-podcast-logo {
                width: 90%;
                max-width: 800px;
                height: auto;
                animation: none;
                opacity: 1;
                margin: 0 auto;
            }

            .alc-host {
                display:none;
            }
        }

        /* Animations */
        @keyframes fade-in-left {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fade-in-right {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* NEW CSS FOR LINKS UNDER VIDEO */
        .video-links-strip {
            display: flex;
            justify-content: flex-start; /* Align icons to the left */
            align-items: center; 
            gap: 0.5rem; /* Spacing between icons, same as .alc-svg-placeholder */
            padding-top: 1rem; /* Space below the video */
            padding-bottom: 1rem; /* Space below the icons */
            /* This will center the strip itself if the page content is wider,
               matching the alc-banner-container behavior.
               The icons within the strip will still be left-aligned. */
            max-width: 1210px; 
            margin-left: auto;
            margin-right: auto;
            /* If your video-container is inside a wrapper with specific padding,
               you might need to add that padding here too (e.g., padding-left: 20px; padding-right: 20px;)
               to make the icons align perfectly with the video's content edge.
               For now, this centers the 1210px block and left-aligns icons within it. */
        }

        /* Optional: Media query for smaller screens for the video links strip if needed */
        @media screen and (max-width: 1210px) {
            .video-links-strip {
                /* If content is edge-to-edge on mobile, add some padding */
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        /* Container for the Podcast Home button */
.podcast-home-button-container {
    max-width: 1210px; /* Optional: to align with other centered content blocks */
    margin: 0 auto 1rem auto; /* Centers the container, 1rem bottom margin before video */
    display: flex;
    justify-content: flex-start; /* Aligns button to the left */
}

/* Media query for padding on smaller screens if max-width is used */
@media screen and (max-width: 1210px) {
    .podcast-home-button-container {
        padding-left: 1rem; /* Consistent padding */
        padding-right: 1rem;
    }
}
/* If your main content area already has padding, you might not need the media query above,
   or you might adjust the padding on .podcast-home-button-container directly. */


.podcast-home-button {
    display: inline-block;
    padding: 12px 24px; /* Adjust padding for desired button size */
    font-family: 'Chivo', sans-serif; /* Chivo font with a generic sans-serif fallback */
    font-size: 16px; /* Adjust as needed */
    font-weight: bold; /* Or a specific weight if Chivo supports it e.g., 700 */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px; /* Optional: for slightly rounded corners like your icons */
    text-align: center;
    cursor: pointer;

    /* Default state */
    background-color: #000000; /* Black background */
    color: #fddf4f; /* Yellow text (from your icon styles) */
    
    transition: background-color 0.2s ease, color 0.2s ease;
}

.podcast-home-button:hover {
    /* Hover state */
    background-color: #fddf4f; /* Yellow background (from your icon styles) */
    color: #3974b7; /* Blue text (from your icon styles) */
}

    </style>

    <div style="width: 100%; background-color: #1c77be">
        <div class="alc-banner-container" style="background-color: #1c77be">
            <!-- This container is hidden on the final page, but contains the SVGs we need -->
            <div class="alc-banner-row">
                <div class="alc-banner-column-left">
                    <img class="alc-podcast-logo" src="/_media/alc/images/podcast-logo.png" alt="Podcast Logo" />
                    <div class="alc-svg-placeholder">
                       <!-- Original SVGs are here. We will copy them below. -->
                       <!-- SPOTIFY-->
                       <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <path class="icon-default"
                                d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                            <path class="icon-default"
                                d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
                        </svg>
                    </a>
                    <!-- APPLE PODCASTS-->
                    <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <g>
                                <path class="icon-default"
                                    d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                                <path class="icon-default"
                                    d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                                <path class="icon-default"
                                    d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                                <path class="icon-default"
                                    d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                            </g>
                            <g>
                                <path class="icon-default"
                                    d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                                <path class="icon-default"
                                    d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default"
                                    d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                                <path class="icon-default"
                                    d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                                <path class="icon-default"
                                    d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                                <path class="icon-default"
                                    d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                                <path class="icon-default"
                                    d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                                <path class="icon-default"
                                    d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                                <path class="icon-default"
                                    d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                                    <path class="icon-default"
                                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                    <path class="icon-default"
                                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                                    <path class="icon-default"
                                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                </g>
                            </svg>
                        </a>
                        <!-- YOUTUBE-->
                        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
                            <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                                viewBox="0 0 512 512">
                                <defs>
                                    <style></style>
                                </defs>
                                <path class="icon-default"
                                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                                <g id="youtube-paths">
                                    <path class="icon-default"
                                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                                    <path class="icon-default"
                                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                                    <path class="icon-default"
                                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                                    <path class="icon-default"
                                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default"
                                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                                    <path class="icon-default"
                                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                                </g>
                            </svg>
                        </a>
                         <!-- INSTAGRAM - commented out as per original, not requested for the bottom links -->
                         <!--
                        <a href="#" class="alc-icon-link">
                            <svg ... </svg>
                        </a>-->
                    </div>
                </div>
                <div class="alc-banner-column-right">
                    <img class="alc-host" src="/_media/alc/images/podcast-joe.jpg" alt="Podcast Host" />
                </div>
            </div>
        </div>
    </div>

		</div>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703575289"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 5px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- PODCAST HOME BUTTON -->
<div class="podcast-home-button-container">
    <a href="/programs/alumni/podcast/" class="podcast-home-button">PODCAST HOME</a>
</div>
		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1737517404025"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			 <div class="video-container">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/tobxlZ15j7I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>
		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- ADDED SPOTIFY, APPLE, AND YOUTUBE ICONS HERE -->
    <div class="video-links-strip">
        <!-- SPOTIFY-->
        <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                <path class="icon-default"
                    d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
            </svg>
        </a>
        <!-- APPLE PODCASTS-->
        <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <g>
                    <path class="icon-default"
                        d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                    <path class="icon-default"
                        d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                    <path class="icon-default"
                        d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                    <path class="icon-default"
                        d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                </g>
                <g>
                    <path class="icon-default"
                        d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                    <path class="icon-default"
                        d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default"
                        d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                    <path class="icon-default"
                        d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                    <path class="icon-default"
                        d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                    <path class="icon-default"
                        d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                    <path class="icon-default"
                        d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                    <path class="icon-default"
                        d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                    <path class="icon-default"
                        d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                    <path class="icon-default"
                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                    <path class="icon-default"
                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                    <path class="icon-default"
                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                </g>
            </svg>
        </a>
        <!-- YOUTUBE-->
        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                <g> {/* Note: I removed id="youtube-paths" as IDs should be unique and it's not strictly needed for styling here */}
                    <path class="icon-default"
                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                    <path class="icon-default"
                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                    <path class="icon-default"
                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                    <path class="icon-default"
                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default"
                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                    <path class="icon-default"
                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                </g>
            </svg>
        </a>
    </div>
		</div>
	</div>
<div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey vc_custom_1673290893996  vc_custom_1673290893996" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div class="alc-intro-text">
    <h1 class="alc-primary-heading alc-text-black alc-mb-5" style="text-wrap:balance">Architects of Latino Success with Joe Castillo – Episode 17 with Erika Villegas</h1>
    <p class="alc-paragraph"><strong>Success is not just about closing deals. It is about the lives you impact along the way.</strong><br />Joe Castillo welcomes Erika Villegas, a respected real estate professional serving the Chicago market, known for her commitment to community, leadership, and advancing Hispanic homeownership.</p>
    <p class="alc-paragraph">In this episode, Erika shares a candid and vulnerable look into her real estate journey, including the challenges she has faced and the lessons that shaped her approach to the business. She speaks to the importance of leading with purpose, emphasizing that real estate is not just transactional, but a platform for education, problem-solving, and advocacy for the families she serves.</p>
    <p class="alc-paragraph">Erika discusses her passion for helping Hispanic communities navigate the path to homeownership, protect their investments, and build generational wealth. Grounded in a mindset of service, she reflects on the belief that what you give to others will ultimately come back to you, and that putting people first is the foundation of long-term success.</p>
</div>
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703356428 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<h3 class="alc-chivo-bold alc-text-yellow alc-mb-2 alc-text-center" style="font-size:1.5rem">PAST EPISODES</h3>
<p class="alc-text-white alc-neue-haas-text-roman alc-text-center alc-mb-3">Listen to past episodes here, and don't forget to subscribe wherever you listen to Podcasts!</p>
		</div>
	</div>

<div class="vc_grid-container-wrapper vc_clearfix">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:32935,&quot;style&quot;:&quot;pagination&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1776131745068-c6ed434e-fb2f-6&quot;,&quot;items_per_page&quot;:&quot;9&quot;,&quot;auto_play&quot;:false,&quot;gap&quot;:30,&quot;speed&quot;:-1000,&quot;loop&quot;:&quot;yes&quot;,&quot;animation_in&quot;:&quot;&quot;,&quot;animation_out&quot;:&quot;&quot;,&quot;arrows_design&quot;:&quot;none&quot;,&quot;arrows_color&quot;:&quot;blue&quot;,&quot;arrows_position&quot;:&quot;inside&quot;,&quot;paging_design&quot;:&quot;radio_dots&quot;,&quot;paging_color&quot;:&quot;white&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://nahrep.org/wp-admin/admin-ajax.php" data-vc-post-id="32935" data-vc-public-nonce="813200ab9a">
		
	</div>
</div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/04/13/episode-17-with-erika-villegas/">Episode 17 with Erika Villegas</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>U.S. Census Bureau: Hispanics Reach 10.2 Million Homeowners</title>
		<link>https://nahrep.org/press-releases/2026/03/23/us-census-bureau-hispanics-reach-10-2-million-homeowners/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Mon, 23 Mar 2026 07:01:28 +0000</pubDate>
				<category><![CDATA[Press Releases]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32815</guid>

					<description><![CDATA[<p>A New NAHREP report shows that Hispanics dominated homeownership and new household formation growth in 2025</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/press-releases/2026/03/23/us-census-bureau-hispanics-reach-10-2-million-homeowners/">U.S. Census Bureau: Hispanics Reach 10.2 Million Homeowners</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid dt-default fadeIn animate-element" style="margin-top: 0px;margin-bottom: 0px"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">
.spaced{
margin-top:15px;
}
</style>
		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h1>U.S. Census Bureau: Hispanics Reach 10.2 Million Homeowners</h1>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><em>A New NAHREP report shows that Hispanics dominated homeownership and new household formation growth in 2025</em></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>SAN DIEGO—March 23, 2026 — The <a href="https://nahrep.org/">National Association of Hispanic Real Estate Professionals®</a> (NAHREP®), the nation&#8217;s largest Hispanic business organization, today released the <a href="https://nahrep.org/shhr/">2025 State of Hispanic Homeownership Report</a>, which revealed that 2025 was a record-breaking year for Hispanic homeownership. The report, citing government data, showed that Latinos experienced a net gain of 441,000 owner households, bringing their total to a new high of 10.2 million homeowners. This marks the largest single-year increase in Hispanic homeownership since the U.S. Census Bureau started tracking this data, occurring during a time when homeownership among most other demographic groups declined.</p>
<p>Without Hispanic buyers, the U.S. would have experienced a net loss of about 125,000 homeowners. Additionally, in 2025, Hispanics accounted for 1,094,000 new households, representing 92.6 percent of the total growth in household formation nationwide, a key indicator of future homebuyer activity.</p>
<p>The 2025 State of Hispanic Homeownership Report includes a qualitative study in which NAHREP interviewed 30 top-producing Latino agents and mortgage originators who work primarily with Hispanic homebuyers. Practitioners interviewed for the report described a market in which homes take longer to sell, price cuts are more common, and seller concessions such as closing cost credits and rate buydowns are once again frequently used tools to make deals work for buyers. At the same time, the report highlights that competition remains intense for well-priced homes under about $350,000, where supply significantly lags behind demand.</p>
<p><strong>Key Findings: </strong></p>
<ol>
<li class="spaced"><strong>Record-breaking year for homeownership gains</strong>. Hispanics saw a net gain of 441,000 owner-households, reaching a record high of 10.2 million Hispanic owner-households in 2025. The surge in Hispanic owner-households accounted for all U.S. homeownership growth last year, offsetting declines in other demographic segments.</li>
<li class="spaced"><strong>Hispanic households are driving household formation growth in the U.S.</strong> At the same time, Hispanics added over 1 million new households, accounting for nearly all (92.6 percent) of national household growth, a primary indicator of future homeownership activity.</li>
<li class="spaced"><strong>Housing market is no longer just a seller’s market.</strong> After years of pandemic-era volatility, the housing market began to stabilize in 2025, with slower home price appreciation, moderated interest rates, and more inventory at higher price levels. This shift has created a more balanced market, with more opportunities and negotiating power for homebuyers.</li>
<li class="spaced"><strong>Aggressive immigration enforcement threatens housing market stability. </strong>Intensified immigration enforcement has emerged as a destabilizing force in 2025, dampening housing demand and weakening consumer confidence. At the same time, enforcement-related labor disruptions are constraining an already short-handed construction workforce.</li>
<li class="spaced"><strong>Housing supply has seen some improvement, but there is a long way to go. </strong>While the housing supply crisis is showing signs of positive momentum, recovery is uneven, and significant challenges remain. With a national housing deficit of roughly 3.8 million homes, expanding supply, particularly at affordable price points, remains the single most effective way to broaden homeownership opportunities.</li>
<li class="spaced"><strong>Broker compensation changes may be impacting first-time homebuyers. </strong>Broker compensation changes, including buyer‑broker agreements, from recent class-action settlements have generally benefited agents, with many reporting stable or increased commissions. While a benefit to buyers’ agents, first-time homebuyer activity has fallen to historic lows.</li>
</ol>
<p>With a median age of 31, many Hispanic households are just now aging into prime household formation and homebuying years. Hispanics remain the youngest major racial or ethnic group in the country, and nearly 69 percent of Latinos are millennials or younger. One in five people in the U.S., about 68 million individuals, identifies as Hispanic or Latino. Over the last decade, Latinos have accounted for nearly 60 percent of total U.S. population growth.​</p>
<p>“In a year in which affordability and economic uncertainty kept many Americans on the sidelines, Latino buyers are effectively supporting the housing market,” said Edwin Acevedo, NAHREP 2026 National President. “Their youth and resilience in a tough environment indicate that the influence of Latino buyers will only grow over time,” Acevedo added.</p>
<p>The 2025 report was announced at NAHREP’s <a href="https://nahrep.org/springconference/agenda/">2026 Homeownership &amp; Housing Policy Conference, March 23–25</a>, at the JW Marriott in Washington, D.C., sponsored by Chase. The conference convenes housing industry leaders, policymakers, and advocates to discuss the findings and advance solutions that unlock more opportunities for Hispanic families to become homeowners.</p>
<p>For more information and to download the 2025 State of Hispanic Homeownership Report, visit <a href="https://nahrep.org/shhr/">nahrep.org/shhr.</a></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p><strong>About NAHREP:</strong></p>
<p>The <a href="http://nahrep.org/">National Association of Hispanic Real Estate Professionals®</a> (NAHREP®), a nonprofit 501(c)(6) trade association, is dedicated to advancing sustainable homeownership for the Hispanic community in America. NAHREP has a network of over 62,000 real estate professionals and 100 local chapters nationwide. It hosts several <a href="https://nahrep.org/events/">national events</a> per year and publishes multiple industry cornerstone <a href="https://nahrep.org/media-center/">reports and multimedia</a> content annually. Join us in advocating for policies that grow sustainable Latino homeownership; read our <a href="https://nahrep.org/advocacy/nahrep-policy-agenda/">2025 policy priorities here.</a></p>
<p><strong>Press Contact:</strong><br />
press@nahrep.org<br />
(619) 719-4801</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<div class="sfsi_widget sfsi_shortcode_container"><div class="norm_row sfsi_wDiv "  style="width:225px;text-align:left;"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_facebook_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Facebook' title='Facebook' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div  class='icon3'><a target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=https://nahrep.org/feed' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' alt='fb-share-icon' title='Facebook Share' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/fb_icons/en_US.svg' /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_twitter_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Twitter' title='Twitter' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div  class='icon2'><div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>
						<a target='_blank' href='https://twitter.com/intent/tweet?text=Check+out+this+NAHREP+article%3A+https://nahrep.org/feed' style='display:inline-block' >
							<img data-pin-nopin= true class='sfsi_wicon' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Twitter_Tweet/en_US_Tweet.svg' alt='Tweet' title='Tweet' >
						</a>
					</div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_linkedin_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='LinkedIn' title='LinkedIn' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_linkedin.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 linkedin_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_linkedin"><span class="bot_arow bot_linkedin_arow"></span><div class="sfsi_inside"><div  class='icon2'><a target='_blank' href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fnahrep.org%2Ffeed"><img class="sfsi_wicon" data-pin-nopin= true alt="Share" title="Share" src="https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Linkedin_Share/en_US_share.svg" /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='https://www.instagram.com/nahrep/' id='sfsiid_instagram_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Instagram' title='Instagram' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_instagram.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a></div></div></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function()
			{
				if (typeof sfsi_widget_set == "function") {
					sfsi_widget_set();
				}
			}); </script><div style="clear: both;"></div></div>

		</div>
	</div>
</div></div></div></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/press-releases/2026/03/23/us-census-bureau-hispanics-reach-10-2-million-homeowners/">U.S. Census Bureau: Hispanics Reach 10.2 Million Homeowners</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Housing Leaders and U.S. Lawmakers Convene in Washington to Address the Future of Hispanic Homeownership</title>
		<link>https://nahrep.org/press-releases/2026/03/20/housing-leaders-us-lawmakers-hispanic-homeownership-future/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Fri, 20 Mar 2026 07:05:36 +0000</pubDate>
				<category><![CDATA[Press Releases]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32783</guid>

					<description><![CDATA[<p>A forthcoming NAHREP Report will highlight that Latinos accounted for 139.6 percent of total U.S. homeownership growth and 92.6 percent of household formation growth nationally.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/press-releases/2026/03/20/housing-leaders-us-lawmakers-hispanic-homeownership-future/">Housing Leaders and U.S. Lawmakers Convene in Washington to Address the Future of Hispanic Homeownership</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid dt-default fadeIn animate-element" style="margin-top: 0px;margin-bottom: 0px"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">
.spaced{
margin-top:15px;
}
</style>
		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h1>Housing Leaders and U.S. Lawmakers Convene in Washington to Address the Future of Hispanic Homeownership</h1>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><em>HUD Secretary Scott Turner and U.S. Senators Catherine Cortez Masto and Ruben Gallego among the featured Speakers</em></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p><strong>SAN DIEGO, CA — March 20, 2026</strong> — National Association of Hispanic Real Estate Professionals (NAHREP) today announced its headline speakers for the <a href="https://nahrep.org/springconference/"><strong>2026 Homeownership &amp; Housing Policy Conference</strong></a><strong> (HHPC)</strong>, taking place <strong>March 23–25, 2026,</strong> at the JW Marriott Washington, DC in Washington, D.C.</p>
<p>The annual conference convenes housing industry leaders, policymakers, and advocates to address the most urgent issues shaping the future of housing and Hispanic homeownership in the United States. Through high-level briefings, keynote conversations, and policy discussions, the event empowers attendees to advocate for sustainable housing policy and economic opportunity. NAHREP will release its annual State of Hispanic Homeownership Report and install its 2026 National President, Edwin Acevedo, from Los Angeles, who succeeds Oralia Herrera from Chicago.</p>
<p>This year’s program features prominent voices from government, media, and industry, including:</p>
<h3><strong>Headline Speakers</strong></h3>
<ul>
<li><strong>Scott Turner</strong>, U.S. Secretary of Housing and Urban Development</li>
<li><strong>Catherine Cortez Masto</strong>, United States Senator</li>
<li><strong>Ruben Gallego</strong>, United States Senator</li>
<li><strong>Frank Cassidy</strong>, Federal Housing Commissioner and Assistant Secretary for Housing, Office of Housing and the Federal Housing Administration, U.S. Department of Housing and Urban Development</li>
<li><strong>Carolina Jannicelli</strong>, Managing Director and Global Head of Diversity, Opportunity &amp; Inclusion, JPMorganChase</li>
<li><strong>Mike Miedler</strong>, President &amp; CEO, Century 21 Real Estate</li>
<li><strong>Jimmy Gomez</strong>, United States Congressman</li>
<li><strong>Diana Olick</strong>, Senior Climate and Real Estate Correspondent, CNBC</li>
</ul>
<p>&nbsp;</p>
<p>Together, these leaders and journalists will explore the evolving housing landscape, including housing supply challenges, mortgage access, and policy solutions that support long-term homeownership and economic mobility.</p>
<p>“Homeownership remains one of the most powerful drivers of economic and social prosperity in America,” said Gary Acosta, Co-founder &amp; CEO of NAHREP. “The Homeownership &amp; Housing Policy Conference brings together the top voices shaping policy and the professionals on the front lines of housing to educate the industry about the power of the Hispanic market and ensure all Americans have access to the opportunities homeownership provides.”<strong><br />
</strong></p>
<h3><strong>Featured Policy and Industry Speakers</strong></h3>
<p>Additional speakers include leaders from national housing and advocacy organizations:</p>
<ul>
<li><strong>Emily Terrell</strong>, Business Coach and National Speaker, Tom Ferry Coaching</li>
<li><strong>Laura Arce</strong>, Senior Vice President, Economic Initiatives, UnidosUS</li>
<li><strong>Juan Proaño</strong>, CEO, League of United Latin American Citizens (LULAC)</li>
<li><strong>Bryan Greene</strong>, Vice President, Policy Advocacy, National Association of Realtors</li>
<li><strong>Ken Wingert</strong>, Chief Advocacy Officer, National Association of Home Builders</li>
<li><strong>Rebecca Shi</strong>, Executive Director, American Business Immigration Coalition</li>
<li><strong>Kara Murray-Badal</strong>, Director, Housing Venture Lab, Terner Labs</li>
</ul>
<p>Presented by <strong>Chase</strong> as Title Sponsor, the conference will kick off with a keynote luncheon, followed by a welcome reception featuring a live performance by musical artist <strong>Frankie Negron</strong>, and culminate with the Presidential Installation Gala, sponsored by <strong>Century 21</strong>, where <strong>Edwin Acevedo</strong> will be installed as NAHREP’s 2026 National President.</p>
<h3><strong>Shaping the Future of Hispanic Homeownership</strong></h3>
<p>This year’s State of Hispanic Homeownership Report will reveal that Hispanic homebuyers are leading the demand for homeownership in the United States and are the driving force behind the current and future housing markets. The conference provides a platform for collaboration among policymakers, lenders, real estate professionals, and advocates working to expand access to homeownership.</p>
<p>Attendees will gain insight into market trends, housing supply challenges, and legislative developments while engaging directly with policymakers shaping the nation’s housing agenda.</p>
<p>Registration and full program details are available at <a href="https://nahrep.org"><strong>nahrep.org</strong></a>.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p><strong>About NAHREP:</strong></p>
<p>The <a href="http://nahrep.org/">National Association of Hispanic Real Estate Professionals®</a> (NAHREP®), a nonprofit 501(c)(6) trade association, is dedicated to advancing sustainable homeownership for the Hispanic community in America. NAHREP has a network of over 62,000 real estate professionals and 100 local chapters nationwide. It hosts several <a href="https://nahrep.org/events/">national events</a> per year and publishes multiple industry cornerstone <a href="https://nahrep.org/media-center/">reports and multimedia</a> content annually. Join us in advocating for policies that grow sustainable Latino homeownership; read our <a href="https://nahrep.org/advocacy/nahrep-policy-agenda/">2025 policy priorities here.</a></p>
<p><strong>Press Contact:</strong><br />
press@nahrep.org<br />
(619) 719-4801</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<div class="sfsi_widget sfsi_shortcode_container"><div class="norm_row sfsi_wDiv "  style="width:225px;text-align:left;"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_facebook_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Facebook' title='Facebook' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div  class='icon3'><a target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=https://nahrep.org/feed' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' alt='fb-share-icon' title='Facebook Share' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/fb_icons/en_US.svg' /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_twitter_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Twitter' title='Twitter' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div  class='icon2'><div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>
						<a target='_blank' href='https://twitter.com/intent/tweet?text=Check+out+this+NAHREP+article%3A+https://nahrep.org/feed' style='display:inline-block' >
							<img data-pin-nopin= true class='sfsi_wicon' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Twitter_Tweet/en_US_Tweet.svg' alt='Tweet' title='Tweet' >
						</a>
					</div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_linkedin_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='LinkedIn' title='LinkedIn' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_linkedin.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 linkedin_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_linkedin"><span class="bot_arow bot_linkedin_arow"></span><div class="sfsi_inside"><div  class='icon2'><a target='_blank' href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fnahrep.org%2Ffeed"><img class="sfsi_wicon" data-pin-nopin= true alt="Share" title="Share" src="https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Linkedin_Share/en_US_share.svg" /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='https://www.instagram.com/nahrep/' id='sfsiid_instagram_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Instagram' title='Instagram' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_instagram.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a></div></div></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function()
			{
				if (typeof sfsi_widget_set == "function") {
					sfsi_widget_set();
				}
			}); </script><div style="clear: both;"></div></div>

		</div>
	</div>
</div></div></div></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/press-releases/2026/03/20/housing-leaders-us-lawmakers-hispanic-homeownership-future/">Housing Leaders and U.S. Lawmakers Convene in Washington to Address the Future of Hispanic Homeownership</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Episode 16 with Atila Almeida</title>
		<link>https://nahrep.org/programs/alumni/podcast/2026/03/16/episode-16-with-atila-almeida/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 04:15:48 +0000</pubDate>
				<category><![CDATA[Alumni]]></category>
		<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32747</guid>

					<description><![CDATA[<p>Success doesn’t always begin with a plan. Sometimes it starts with a simple conversation. Joe Castillo welcomes A.T. Almeida, CEO and Team Leader of The American Dream Group in Dallas–Fort Worth and a National Board Director with the National Association of Hispanic Real Estate Professionals (NAHREP).</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/03/16/episode-16-with-atila-almeida/">Episode 16 with Atila Almeida</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703497877 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">

.hidden{
/*display:none !important;*/
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

        .alc-banner-container {
            position: relative;
            width: 100%;
            max-width: 1210px;
            margin: 0 auto;
            height: 33.06vw;
            /* vw stands for viewport width - dynamically adjust height */
            min-height: 280px;
            max-height: 400px;
            
        }

        .alc-banner-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
        }

        .alc-banner-column-left,
        .alc-banner-column-right {
            position: relative;
            /* Establish positioning context for the column */
            height: 100%;
        }

        .alc-banner-column-left {
            width: 75%;
            /* Increased width */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            /* Align to the left */
            flex-direction: column;
        }

        .alc-banner-column-right {
            width: 25%;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            z-index: 10;
        }

        .alc-podcast-logo {
            width: 90%;
            max-width: 800px;
            height: auto;
            animation: fade-in-left 1.5s ease-out forwards;
            opacity: 0;
            margin-left:0;
            margin-top:5%;
        }

        .alc-host {
            width: 137%;
            height: auto;
            animation: fade-in-right 2s ease-out forwards;
            opacity: 0;
            margin-bottom: -12%;
        }

        .alc-svg-placeholder {
            width: 75%;
            height: auto;
            margin-top: 0;
            /* Adjust vertical position */
            background-color: transparent;
            z-index: 15;
            margin-left: 45%;
            display: flex;
            /* Use flexbox to arrange icons */
            justify-content: left;
            /* Space icons evenly */
            align-items: center;
            /* Center vertically */
            flex-wrap: wrap;
            /* Allow wrapping on smaller screens */
            gap: 0.5rem;
            animation: fade-in-left 2s ease-out forwards;
        }

        .alc-icon-link {
            display: inline-block;
            /* Make the link behave like a block for sizing */
            width: 40px;
            height: 40px;
            border-radius: 5px;
            /* Slight border radius */
            background-color: #000;
            /* Black background */
            transition: background-color 0.5s ease;
            /* Transition for background */
            display: flex;
            /* Center the SVG inside the link */
            justify-content: center;
            align-items: flex-start;
            padding: 8px;
        }

        .alc-icon-link:hover {
            background-color: #fddf4f;
            /* Yellow on hover */
        }

        .alc-icon-link svg {
            width: 100%;
            /* Scale SVG to fit the link */
            height: 100%;
        }

        /* Style for the default SVG fill */
        .alc-icon-link .icon-default {
            fill: #fddf4f;
            /* Original icon color (yellow) */
            transition: fill 0.5s ease;
            /* Transition for fill color */
        }

        /* Style for the hover SVG fill */
        .alc-icon-link:hover .icon-default {
            fill: #3974b7;
            /* Blue fill on hover */
        }

        /* Add SVG code here - This placeholder comment is for the CSS related to the SVG icons that you will add later */

        @media screen and (max-width: 850px) {
            .alc-banner-container {
                height: auto;
                max-height:auto;
                /* Adjust height for mobile */
                padding-bottom: 4rem;
            }

            .alc-banner-row {
                flex-direction: column;
            }

            .alc-banner-column-left,
            .alc-banner-column-right {
                width: 100%;
            }

            .alc-banner-column-left {
                align-items: center;
                /* Center content on mobile */
                justify-content: center;
                padding-top: 15%;
            }

            .alc-svg-placeholder {
                width: 100%;
                /* Allow placeholder to take full width */
                justify-content: center;
                /* Center icons horizontally */
                margin-left: 0;
                margin-top:5%;

            }

            .alc-podcast-logo {
                width: 90%;
                max-width: 800px;
                height: auto;
                animation: none;
                opacity: 1;
                margin: 0 auto;
            }

            .alc-host {
                display:none;
            }
        }

        /* Animations */
        @keyframes fade-in-left {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fade-in-right {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* NEW CSS FOR LINKS UNDER VIDEO */
        .video-links-strip {
            display: flex;
            justify-content: flex-start; /* Align icons to the left */
            align-items: center; 
            gap: 0.5rem; /* Spacing between icons, same as .alc-svg-placeholder */
            padding-top: 1rem; /* Space below the video */
            padding-bottom: 1rem; /* Space below the icons */
            /* This will center the strip itself if the page content is wider,
               matching the alc-banner-container behavior.
               The icons within the strip will still be left-aligned. */
            max-width: 1210px; 
            margin-left: auto;
            margin-right: auto;
            /* If your video-container is inside a wrapper with specific padding,
               you might need to add that padding here too (e.g., padding-left: 20px; padding-right: 20px;)
               to make the icons align perfectly with the video's content edge.
               For now, this centers the 1210px block and left-aligns icons within it. */
        }

        /* Optional: Media query for smaller screens for the video links strip if needed */
        @media screen and (max-width: 1210px) {
            .video-links-strip {
                /* If content is edge-to-edge on mobile, add some padding */
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        /* Container for the Podcast Home button */
.podcast-home-button-container {
    max-width: 1210px; /* Optional: to align with other centered content blocks */
    margin: 0 auto 1rem auto; /* Centers the container, 1rem bottom margin before video */
    display: flex;
    justify-content: flex-start; /* Aligns button to the left */
}

/* Media query for padding on smaller screens if max-width is used */
@media screen and (max-width: 1210px) {
    .podcast-home-button-container {
        padding-left: 1rem; /* Consistent padding */
        padding-right: 1rem;
    }
}
/* If your main content area already has padding, you might not need the media query above,
   or you might adjust the padding on .podcast-home-button-container directly. */


.podcast-home-button {
    display: inline-block;
    padding: 12px 24px; /* Adjust padding for desired button size */
    font-family: 'Chivo', sans-serif; /* Chivo font with a generic sans-serif fallback */
    font-size: 16px; /* Adjust as needed */
    font-weight: bold; /* Or a specific weight if Chivo supports it e.g., 700 */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px; /* Optional: for slightly rounded corners like your icons */
    text-align: center;
    cursor: pointer;

    /* Default state */
    background-color: #000000; /* Black background */
    color: #fddf4f; /* Yellow text (from your icon styles) */
    
    transition: background-color 0.2s ease, color 0.2s ease;
}

.podcast-home-button:hover {
    /* Hover state */
    background-color: #fddf4f; /* Yellow background (from your icon styles) */
    color: #3974b7; /* Blue text (from your icon styles) */
}

    </style>

    <div style="width: 100%; background-color: #1c77be">
        <div class="alc-banner-container" style="background-color: #1c77be">
            <!-- This container is hidden on the final page, but contains the SVGs we need -->
            <div class="alc-banner-row">
                <div class="alc-banner-column-left">
                    <img class="alc-podcast-logo" src="/_media/alc/images/podcast-logo.png" alt="Podcast Logo" />
                    <div class="alc-svg-placeholder">
                       <!-- Original SVGs are here. We will copy them below. -->
                       <!-- SPOTIFY-->
                       <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <path class="icon-default"
                                d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                            <path class="icon-default"
                                d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
                        </svg>
                    </a>
                    <!-- APPLE PODCASTS-->
                    <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <g>
                                <path class="icon-default"
                                    d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                                <path class="icon-default"
                                    d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                                <path class="icon-default"
                                    d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                                <path class="icon-default"
                                    d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                            </g>
                            <g>
                                <path class="icon-default"
                                    d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                                <path class="icon-default"
                                    d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default"
                                    d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                                <path class="icon-default"
                                    d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                                <path class="icon-default"
                                    d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                                <path class="icon-default"
                                    d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                                <path class="icon-default"
                                    d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                                <path class="icon-default"
                                    d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                                <path class="icon-default"
                                    d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                                    <path class="icon-default"
                                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                    <path class="icon-default"
                                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                                    <path class="icon-default"
                                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                </g>
                            </svg>
                        </a>
                        <!-- YOUTUBE-->
                        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
                            <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                                viewBox="0 0 512 512">
                                <defs>
                                    <style></style>
                                </defs>
                                <path class="icon-default"
                                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                                <g id="youtube-paths">
                                    <path class="icon-default"
                                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                                    <path class="icon-default"
                                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                                    <path class="icon-default"
                                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                                    <path class="icon-default"
                                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default"
                                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                                    <path class="icon-default"
                                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                                </g>
                            </svg>
                        </a>
                         <!-- INSTAGRAM - commented out as per original, not requested for the bottom links -->
                         <!--
                        <a href="#" class="alc-icon-link">
                            <svg ... </svg>
                        </a>-->
                    </div>
                </div>
                <div class="alc-banner-column-right">
                    <img class="alc-host" src="/_media/alc/images/podcast-joe.jpg" alt="Podcast Host" />
                </div>
            </div>
        </div>
    </div>

		</div>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703575289"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 5px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- PODCAST HOME BUTTON -->
<div class="podcast-home-button-container">
    <a href="/programs/alumni/podcast/" class="podcast-home-button">PODCAST HOME</a>
</div>
		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1737517404025"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			 <div class="video-container">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/CNCsIwUx2i0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>
		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- ADDED SPOTIFY, APPLE, AND YOUTUBE ICONS HERE -->
    <div class="video-links-strip">
        <!-- SPOTIFY-->
        <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                <path class="icon-default"
                    d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
            </svg>
        </a>
        <!-- APPLE PODCASTS-->
        <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <g>
                    <path class="icon-default"
                        d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                    <path class="icon-default"
                        d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                    <path class="icon-default"
                        d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                    <path class="icon-default"
                        d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                </g>
                <g>
                    <path class="icon-default"
                        d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                    <path class="icon-default"
                        d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default"
                        d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                    <path class="icon-default"
                        d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                    <path class="icon-default"
                        d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                    <path class="icon-default"
                        d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                    <path class="icon-default"
                        d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                    <path class="icon-default"
                        d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                    <path class="icon-default"
                        d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                    <path class="icon-default"
                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                    <path class="icon-default"
                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                    <path class="icon-default"
                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                </g>
            </svg>
        </a>
        <!-- YOUTUBE-->
        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                <g> {/* Note: I removed id="youtube-paths" as IDs should be unique and it's not strictly needed for styling here */}
                    <path class="icon-default"
                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                    <path class="icon-default"
                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                    <path class="icon-default"
                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                    <path class="icon-default"
                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default"
                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                    <path class="icon-default"
                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                </g>
            </svg>
        </a>
    </div>
		</div>
	</div>
<div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey vc_custom_1673290893996  vc_custom_1673290893996" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div class="alc-intro-text">
    <h1 class="alc-primary-heading alc-text-black alc-mb-5" style="text-wrap:balance">Architects of Latino Success with Joe Castillo – Episode 16 with Atila Almeida</h1>
    <p class="alc-paragraph"><strong>Success doesn’t always begin with a plan. Sometimes it starts with a simple conversation.</strong><br />Joe Castillo welcomes A.T. Almeida, CEO and Team Leader of The American Dream Group in Dallas–Fort Worth and a National Board Director with the National Association of Hispanic Real Estate Professionals (NAHREP).</p>
    <p class="alc-paragraph">Originally from Brazil, A.T. came to the United States with limited English and a determination to build a better future. Before finding his path in real estate, he worked a variety of jobs while searching for opportunity, including driving for Uber. It was during those rides, through conversations with passengers, that he first began hearing about real estate and started to imagine a different career path.</p>
    <p class="alc-paragraph">In this conversation, A.T. shares the moment he decided to pursue his real estate license, the mentorship that helped guide his early success, and the role the NAHREP community played in his journey. Within his first year in the business, he earned recognition among the NAHREP Top 250 Latino Agent Award honorees and has continued building a career centered on helping Latino families achieve homeownership.</p>
    <p class="alc-paragraph">Tune in for a powerful story about resilience, taking chances, and how one conversation can open the door to a completely new future.</p>
</div>
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703356428 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<h3 class="alc-chivo-bold alc-text-yellow alc-mb-2 alc-text-center" style="font-size:1.5rem">PAST EPISODES</h3>
<p class="alc-text-white alc-neue-haas-text-roman alc-text-center alc-mb-3">Listen to past episodes here, and don't forget to subscribe wherever you listen to Podcasts!</p>
		</div>
	</div>

<div class="vc_grid-container-wrapper vc_clearfix">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:32747,&quot;style&quot;:&quot;pagination&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1773720678668-fda665d5-9f09-3&quot;,&quot;items_per_page&quot;:&quot;9&quot;,&quot;auto_play&quot;:false,&quot;gap&quot;:30,&quot;speed&quot;:-1000,&quot;loop&quot;:&quot;yes&quot;,&quot;animation_in&quot;:&quot;&quot;,&quot;animation_out&quot;:&quot;&quot;,&quot;arrows_design&quot;:&quot;none&quot;,&quot;arrows_color&quot;:&quot;blue&quot;,&quot;arrows_position&quot;:&quot;inside&quot;,&quot;paging_design&quot;:&quot;radio_dots&quot;,&quot;paging_color&quot;:&quot;white&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://nahrep.org/wp-admin/admin-ajax.php" data-vc-post-id="32747" data-vc-public-nonce="813200ab9a">
		
	</div>
</div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/03/16/episode-16-with-atila-almeida/">Episode 16 with Atila Almeida</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Episode 15 with Oralia Herrera</title>
		<link>https://nahrep.org/programs/alumni/podcast/2026/02/24/episode-15-with-oralia-herrera/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 20:46:33 +0000</pubDate>
				<category><![CDATA[Alumni]]></category>
		<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32659</guid>

					<description><![CDATA[<p>Leading from Within: Elevating Professionals and Expanding NAHREP’s Global Vision In this episode of Architects of Latino Success, Joe Castillo sits down with Oralia Herrera, 2025 NAHREP National President, to reflect on her leadership journey and the impact of serving at the highest level of the organization.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/02/24/episode-15-with-oralia-herrera/">Episode 15 with Oralia Herrera</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703497877 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">

.hidden{
/*display:none !important;*/
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

        .alc-banner-container {
            position: relative;
            width: 100%;
            max-width: 1210px;
            margin: 0 auto;
            height: 33.06vw;
            /* vw stands for viewport width - dynamically adjust height */
            min-height: 280px;
            max-height: 400px;
            
        }

        .alc-banner-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
        }

        .alc-banner-column-left,
        .alc-banner-column-right {
            position: relative;
            /* Establish positioning context for the column */
            height: 100%;
        }

        .alc-banner-column-left {
            width: 75%;
            /* Increased width */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            /* Align to the left */
            flex-direction: column;
        }

        .alc-banner-column-right {
            width: 25%;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            z-index: 10;
        }

        .alc-podcast-logo {
            width: 90%;
            max-width: 800px;
            height: auto;
            animation: fade-in-left 1.5s ease-out forwards;
            opacity: 0;
            margin-left:0;
            margin-top:5%;
        }

        .alc-host {
            width: 137%;
            height: auto;
            animation: fade-in-right 2s ease-out forwards;
            opacity: 0;
            margin-bottom: -12%;
        }

        .alc-svg-placeholder {
            width: 75%;
            height: auto;
            margin-top: 0;
            /* Adjust vertical position */
            background-color: transparent;
            z-index: 15;
            margin-left: 45%;
            display: flex;
            /* Use flexbox to arrange icons */
            justify-content: left;
            /* Space icons evenly */
            align-items: center;
            /* Center vertically */
            flex-wrap: wrap;
            /* Allow wrapping on smaller screens */
            gap: 0.5rem;
            animation: fade-in-left 2s ease-out forwards;
        }

        .alc-icon-link {
            display: inline-block;
            /* Make the link behave like a block for sizing */
            width: 40px;
            height: 40px;
            border-radius: 5px;
            /* Slight border radius */
            background-color: #000;
            /* Black background */
            transition: background-color 0.5s ease;
            /* Transition for background */
            display: flex;
            /* Center the SVG inside the link */
            justify-content: center;
            align-items: flex-start;
            padding: 8px;
        }

        .alc-icon-link:hover {
            background-color: #fddf4f;
            /* Yellow on hover */
        }

        .alc-icon-link svg {
            width: 100%;
            /* Scale SVG to fit the link */
            height: 100%;
        }

        /* Style for the default SVG fill */
        .alc-icon-link .icon-default {
            fill: #fddf4f;
            /* Original icon color (yellow) */
            transition: fill 0.5s ease;
            /* Transition for fill color */
        }

        /* Style for the hover SVG fill */
        .alc-icon-link:hover .icon-default {
            fill: #3974b7;
            /* Blue fill on hover */
        }

        /* Add SVG code here - This placeholder comment is for the CSS related to the SVG icons that you will add later */

        @media screen and (max-width: 850px) {
            .alc-banner-container {
                height: auto;
                max-height:auto;
                /* Adjust height for mobile */
                padding-bottom: 4rem;
            }

            .alc-banner-row {
                flex-direction: column;
            }

            .alc-banner-column-left,
            .alc-banner-column-right {
                width: 100%;
            }

            .alc-banner-column-left {
                align-items: center;
                /* Center content on mobile */
                justify-content: center;
                padding-top: 15%;
            }

            .alc-svg-placeholder {
                width: 100%;
                /* Allow placeholder to take full width */
                justify-content: center;
                /* Center icons horizontally */
                margin-left: 0;
                margin-top:5%;

            }

            .alc-podcast-logo {
                width: 90%;
                max-width: 800px;
                height: auto;
                animation: none;
                opacity: 1;
                margin: 0 auto;
            }

            .alc-host {
                display:none;
            }
        }

        /* Animations */
        @keyframes fade-in-left {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fade-in-right {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* NEW CSS FOR LINKS UNDER VIDEO */
        .video-links-strip {
            display: flex;
            justify-content: flex-start; /* Align icons to the left */
            align-items: center; 
            gap: 0.5rem; /* Spacing between icons, same as .alc-svg-placeholder */
            padding-top: 1rem; /* Space below the video */
            padding-bottom: 1rem; /* Space below the icons */
            /* This will center the strip itself if the page content is wider,
               matching the alc-banner-container behavior.
               The icons within the strip will still be left-aligned. */
            max-width: 1210px; 
            margin-left: auto;
            margin-right: auto;
            /* If your video-container is inside a wrapper with specific padding,
               you might need to add that padding here too (e.g., padding-left: 20px; padding-right: 20px;)
               to make the icons align perfectly with the video's content edge.
               For now, this centers the 1210px block and left-aligns icons within it. */
        }

        /* Optional: Media query for smaller screens for the video links strip if needed */
        @media screen and (max-width: 1210px) {
            .video-links-strip {
                /* If content is edge-to-edge on mobile, add some padding */
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        /* Container for the Podcast Home button */
.podcast-home-button-container {
    max-width: 1210px; /* Optional: to align with other centered content blocks */
    margin: 0 auto 1rem auto; /* Centers the container, 1rem bottom margin before video */
    display: flex;
    justify-content: flex-start; /* Aligns button to the left */
}

/* Media query for padding on smaller screens if max-width is used */
@media screen and (max-width: 1210px) {
    .podcast-home-button-container {
        padding-left: 1rem; /* Consistent padding */
        padding-right: 1rem;
    }
}
/* If your main content area already has padding, you might not need the media query above,
   or you might adjust the padding on .podcast-home-button-container directly. */


.podcast-home-button {
    display: inline-block;
    padding: 12px 24px; /* Adjust padding for desired button size */
    font-family: 'Chivo', sans-serif; /* Chivo font with a generic sans-serif fallback */
    font-size: 16px; /* Adjust as needed */
    font-weight: bold; /* Or a specific weight if Chivo supports it e.g., 700 */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px; /* Optional: for slightly rounded corners like your icons */
    text-align: center;
    cursor: pointer;

    /* Default state */
    background-color: #000000; /* Black background */
    color: #fddf4f; /* Yellow text (from your icon styles) */
    
    transition: background-color 0.2s ease, color 0.2s ease;
}

.podcast-home-button:hover {
    /* Hover state */
    background-color: #fddf4f; /* Yellow background (from your icon styles) */
    color: #3974b7; /* Blue text (from your icon styles) */
}

    </style>

    <div style="width: 100%; background-color: #1c77be">
        <div class="alc-banner-container" style="background-color: #1c77be">
            <!-- This container is hidden on the final page, but contains the SVGs we need -->
            <div class="alc-banner-row">
                <div class="alc-banner-column-left">
                    <img class="alc-podcast-logo" src="/_media/alc/images/podcast-logo.png" alt="Podcast Logo" />
                    <div class="alc-svg-placeholder">
                       <!-- Original SVGs are here. We will copy them below. -->
                       <!-- SPOTIFY-->
                       <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <path class="icon-default"
                                d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                            <path class="icon-default"
                                d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
                        </svg>
                    </a>
                    <!-- APPLE PODCASTS-->
                    <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <g>
                                <path class="icon-default"
                                    d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                                <path class="icon-default"
                                    d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                                <path class="icon-default"
                                    d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                                <path class="icon-default"
                                    d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                            </g>
                            <g>
                                <path class="icon-default"
                                    d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                                <path class="icon-default"
                                    d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default"
                                    d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                                <path class="icon-default"
                                    d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                                <path class="icon-default"
                                    d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                                <path class="icon-default"
                                    d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                                <path class="icon-default"
                                    d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                                <path class="icon-default"
                                    d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                                <path class="icon-default"
                                    d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                                    <path class="icon-default"
                                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                    <path class="icon-default"
                                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                                    <path class="icon-default"
                                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                </g>
                            </svg>
                        </a>
                        <!-- YOUTUBE-->
                        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
                            <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                                viewBox="0 0 512 512">
                                <defs>
                                    <style></style>
                                </defs>
                                <path class="icon-default"
                                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                                <g id="youtube-paths">
                                    <path class="icon-default"
                                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                                    <path class="icon-default"
                                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                                    <path class="icon-default"
                                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                                    <path class="icon-default"
                                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default"
                                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                                    <path class="icon-default"
                                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                                </g>
                            </svg>
                        </a>
                         <!-- INSTAGRAM - commented out as per original, not requested for the bottom links -->
                         <!--
                        <a href="#" class="alc-icon-link">
                            <svg ... </svg>
                        </a>-->
                    </div>
                </div>
                <div class="alc-banner-column-right">
                    <img class="alc-host" src="/_media/alc/images/podcast-joe.jpg" alt="Podcast Host" />
                </div>
            </div>
        </div>
    </div>

		</div>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703575289"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 5px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- PODCAST HOME BUTTON -->
<div class="podcast-home-button-container">
    <a href="/programs/alumni/podcast/" class="podcast-home-button">PODCAST HOME</a>
</div>
		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1737517404025"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			 <div class="video-container">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/tLiczHJWw1M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>
		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- ADDED SPOTIFY, APPLE, AND YOUTUBE ICONS HERE -->
    <div class="video-links-strip">
        <!-- SPOTIFY-->
        <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                <path class="icon-default"
                    d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
            </svg>
        </a>
        <!-- APPLE PODCASTS-->
        <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <g>
                    <path class="icon-default"
                        d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                    <path class="icon-default"
                        d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                    <path class="icon-default"
                        d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                    <path class="icon-default"
                        d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                </g>
                <g>
                    <path class="icon-default"
                        d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                    <path class="icon-default"
                        d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default"
                        d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                    <path class="icon-default"
                        d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                    <path class="icon-default"
                        d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                    <path class="icon-default"
                        d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                    <path class="icon-default"
                        d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                    <path class="icon-default"
                        d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                    <path class="icon-default"
                        d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                    <path class="icon-default"
                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                    <path class="icon-default"
                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                    <path class="icon-default"
                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                </g>
            </svg>
        </a>
        <!-- YOUTUBE-->
        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                <g> {/* Note: I removed id="youtube-paths" as IDs should be unique and it's not strictly needed for styling here */}
                    <path class="icon-default"
                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                    <path class="icon-default"
                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                    <path class="icon-default"
                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                    <path class="icon-default"
                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default"
                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                    <path class="icon-default"
                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                </g>
            </svg>
        </a>
    </div>
		</div>
	</div>
<div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey vc_custom_1673290893996  vc_custom_1673290893996" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div class="alc-intro-text">
    <h1 class="alc-primary-heading alc-text-black alc-mb-5" style="text-wrap:balance">Architects of Latino Success with Joe Castillo – Episode 15 with Oralia Herrera</h1>
    <p class="alc-paragraph"><strong>Leading from Within: Elevating Professionals and Expanding NAHREP’s Global Vision</strong><br />In this episode of <em>Architects of Latino Success</em>, Joe Castillo sits down with Oralia Herrera, 2025 NAHREP National President, to reflect on her leadership journey and the impact of serving at the highest level of the organization.</p>
    <p class="alc-paragraph">Oralia shares how she was first introduced to real estate and given the opportunity to grow in the business by a mentor who believed in her early on. That belief helped shape her confidence, expand her vision, and lay the foundation for her success. She speaks openly about how NAHREP challenges professionals to grow beyond what they think they know. Being in rooms with accomplished business owners and entrepreneurs raises your standards. It sharpens your mindset and pushes you to operate at a higher level.</p>
    <p class="alc-paragraph">As President, Oralia focused on strengthening NAHREP from within by deepening leadership and engagement across the organization. One of her goals was to take members internationally to explore real estate opportunities beyond the U.S. That vision became reality with a milestone trip to Spain, where this episode was recorded. The experience marked a defining moment for NAHREP’s expanding global presence and reflected the ambition and caliber of its leaders.</p>
    <p class="alc-paragraph">Oralia’s presidency is a testament to what is possible when preparation meets service, and her journey stands as an invitation to the next generation of leaders to step forward, raise their standard, and lead with purpose.</p>
</div>
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703356428 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<h3 class="alc-chivo-bold alc-text-yellow alc-mb-2 alc-text-center" style="font-size:1.5rem">PAST EPISODES</h3>
<p class="alc-text-white alc-neue-haas-text-roman alc-text-center alc-mb-3">Listen to past episodes here, and don't forget to subscribe wherever you listen to Podcasts!</p>
		</div>
	</div>

<div class="vc_grid-container-wrapper vc_clearfix">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:32659,&quot;style&quot;:&quot;pagination&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1771958516010-53196519-68c2-4&quot;,&quot;items_per_page&quot;:&quot;9&quot;,&quot;auto_play&quot;:false,&quot;gap&quot;:30,&quot;speed&quot;:-1000,&quot;loop&quot;:&quot;yes&quot;,&quot;animation_in&quot;:&quot;&quot;,&quot;animation_out&quot;:&quot;&quot;,&quot;arrows_design&quot;:&quot;none&quot;,&quot;arrows_color&quot;:&quot;blue&quot;,&quot;arrows_position&quot;:&quot;inside&quot;,&quot;paging_design&quot;:&quot;radio_dots&quot;,&quot;paging_color&quot;:&quot;white&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://nahrep.org/wp-admin/admin-ajax.php" data-vc-post-id="32659" data-vc-public-nonce="813200ab9a">
		
	</div>
</div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/02/24/episode-15-with-oralia-herrera/">Episode 15 with Oralia Herrera</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>U.S. Census Bureau: Hispanics Post a Net Gain of 441,000 Homeowners in 2025</title>
		<link>https://nahrep.org/press-releases/2026/02/10/us-census-bureau-hispanics-post-net-gain-441000-homeowners-in-2025/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Tue, 10 Feb 2026 11:30:25 +0000</pubDate>
				<category><![CDATA[Press Releases]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32603</guid>

					<description><![CDATA[<p>A forthcoming NAHREP Report will highlight that Latinos accounted for 139.6 percent of total U.S. homeownership growth and 92.6 percent of household formation growth nationally.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/press-releases/2026/02/10/us-census-bureau-hispanics-post-net-gain-441000-homeowners-in-2025/">U.S. Census Bureau: Hispanics Post a Net Gain of 441,000 Homeowners in 2025</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid dt-default fadeIn animate-element" style="margin-top: 0px;margin-bottom: 0px"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">
.spaced{
margin-top:15px;
}
</style>
		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h1>U.S. Census Bureau: Hispanics Post a Net Gain of 441,000 Homeowners in 2025</h1>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><em>A forthcoming NAHREP Report will highlight that Latinos accounted for 139.6 percent of total U.S. homeownership growth and 92.6 percent of household formation growth nationally</em></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>SAN DIEGO—February 10, 2026 —The <a href="https://nahrep.org/" target="_blank" rel="noopener">National Association of Hispanic Real Estate Professionals®</a> (NAHREP®), the nation&#8217;s largest Latino business organization, today previewed key findings from its upcoming 2025 State of Hispanic Homeownership Report (SHHR), to be released at the <a href="https://nahrep.org/springconference/" target="_blank" rel="noopener">2026 Homeownership and Housing Policy Conference</a>, sponsored by Chase, March 23-25, 2026, at the JW Marriott, Washington D.C. The report offers data-driven insights into Latino homebuying trends, the obstacles Hispanic households face, and the policy solutions needed to sustain long-term homeownership growth.</p>
<p>In 2025, Hispanics had a record year for both homeownership and household formation, adding 441,000 net new homeowners and 1,094,000 overall households. Latinos accounted for 139.6 percent of total U.S. homeownership growth and 92.6 percent of household formation growth nationally. Without Hispanic homebuyers, the total number of U.S. homeowners would have declined.</p>
<p>Despite these gains, the overall homeownership rate declined slightly across nearly all demographic groups for the second consecutive year. Among Latinos, household formations continued to outpace homeownership growth, underscoring the gap between families ready to buy and the limited number of homes available to them.</p>
<p>“Hispanics had a record year for both homeownership and household formation, while the broader U.S. housing market continues to struggle with affordability challenges,” said Gary Acosta, NAHREP Co-Founder &amp; CEO. “Latinos are driving demand and strengthening communities, while tight inventory, interest rates, and higher home prices are keeping many qualified families on the sidelines.”</p>
<p>The 16th edition of the <a href="https://nahrep.org/shhr/" target="_blank" rel="noopener">State of Hispanic Homeownership Report</a> will be officially released at NAHREP’s Homeownership and Housing Policy Conference, March 23–25, 2026, in Washington, D.C. The conference will convene housing industry leaders, policymakers, and advocates to discuss the findings and advance solutions that unlock more opportunities for Hispanic families to become homeowners.</p>
<p>For more information and to download the 2025 State of Hispanic Homeownership Report when it is released, visit <a href="https://nahrep.org/shhr/" target="_blank" rel="noopener">nahrep.org/shhr</a>.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p><strong>About NAHREP:</strong></p>
<p>The <a href="http://nahrep.org/">National Association of Hispanic Real Estate Professionals®</a> (NAHREP®), a nonprofit 501(c)(6) trade association, is dedicated to advancing sustainable homeownership for the Hispanic community in America. NAHREP has a network of over 62,000 real estate professionals and 100 local chapters nationwide. It hosts several <a href="https://nahrep.org/events/">national events</a> per year and publishes multiple industry cornerstone <a href="https://nahrep.org/media-center/">reports and multimedia</a> content annually. Join us in advocating for policies that grow sustainable Latino homeownership; read our <a href="https://nahrep.org/advocacy/nahrep-policy-agenda/">2025 policy priorities here.</a></p>
<p><strong>Press Contact:</strong><br />
press@nahrep.org<br />
(619) 719-4801</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<div class="sfsi_widget sfsi_shortcode_container"><div class="norm_row sfsi_wDiv "  style="width:225px;text-align:left;"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_facebook_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Facebook' title='Facebook' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div  class='icon3'><a target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=https://nahrep.org/feed' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' alt='fb-share-icon' title='Facebook Share' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/fb_icons/en_US.svg' /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_twitter_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Twitter' title='Twitter' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div  class='icon2'><div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>
						<a target='_blank' href='https://twitter.com/intent/tweet?text=Check+out+this+NAHREP+article%3A+https://nahrep.org/feed' style='display:inline-block' >
							<img data-pin-nopin= true class='sfsi_wicon' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Twitter_Tweet/en_US_Tweet.svg' alt='Tweet' title='Tweet' >
						</a>
					</div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_linkedin_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='LinkedIn' title='LinkedIn' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_linkedin.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 linkedin_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_linkedin"><span class="bot_arow bot_linkedin_arow"></span><div class="sfsi_inside"><div  class='icon2'><a target='_blank' href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fnahrep.org%2Ffeed"><img class="sfsi_wicon" data-pin-nopin= true alt="Share" title="Share" src="https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Linkedin_Share/en_US_share.svg" /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='https://www.instagram.com/nahrep/' id='sfsiid_instagram_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Instagram' title='Instagram' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_instagram.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a></div></div></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function()
			{
				if (typeof sfsi_widget_set == "function") {
					sfsi_widget_set();
				}
			}); </script><div style="clear: both;"></div></div>

		</div>
	</div>
</div></div></div></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/press-releases/2026/02/10/us-census-bureau-hispanics-post-net-gain-441000-homeowners-in-2025/">U.S. Census Bureau: Hispanics Post a Net Gain of 441,000 Homeowners in 2025</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Three State-Level Housing Reforms to Watch in 2026</title>
		<link>https://nahrep.org/housinghub/2026/01/29/three-state-level-housing-reforms-to-watch-in-2026/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Thu, 29 Jan 2026 12:01:04 +0000</pubDate>
				<category><![CDATA[Housing Hub]]></category>
		<category><![CDATA[Housing Inventory]]></category>
		<category><![CDATA[Policy Action]]></category>
		<category><![CDATA[Zoning]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32509</guid>

					<description><![CDATA[<p>As federal housing debates continue, state legislatures across the U.S. are quietly advancing structural reforms that expand where and how housing can be built. For real estate professionals focused on expanding access to homeownership, especially in Latino and first-time buyer markets, understanding these state policy developments is essential.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/housinghub/2026/01/29/three-state-level-housing-reforms-to-watch-in-2026/">Three State-Level Housing Reforms to Watch in 2026</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid dt-default fadeIn animate-element" style="margin-top: 0px;margin-bottom: 0px"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<div class="sfsi_widget sfsi_shortcode_container"><div class="norm_row sfsi_wDiv "  style="width:225px;text-align:left;"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_facebook_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Facebook' title='Facebook' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div  class='icon3'><a target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=https://nahrep.org/feed' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' alt='fb-share-icon' title='Facebook Share' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/fb_icons/en_US.svg' /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_twitter_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Twitter' title='Twitter' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div  class='icon2'><div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>
						<a target='_blank' href='https://twitter.com/intent/tweet?text=Check+out+this+NAHREP+article%3A+https://nahrep.org/feed' style='display:inline-block' >
							<img data-pin-nopin= true class='sfsi_wicon' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Twitter_Tweet/en_US_Tweet.svg' alt='Tweet' title='Tweet' >
						</a>
					</div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='' id='sfsiid_linkedin_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='LinkedIn' title='LinkedIn' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_linkedin.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a><div class="sfsi_tool_tip_2 linkedin_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_linkedin"><span class="bot_arow bot_linkedin_arow"></span><div class="sfsi_inside"><div  class='icon2'><a target='_blank' href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fnahrep.org%2Ffeed"><img class="sfsi_wicon" data-pin-nopin= true alt="Share" title="Share" src="https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Linkedin_Share/en_US_share.svg" /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='fade_in' target='_blank'  href='https://www.instagram.com/nahrep/' id='sfsiid_instagram_icon' style='width:40px;height:40px;opacity:0.6;'  ><img data-pin-nopin='true' alt='Instagram' title='Instagram' src='https://nahrep.org/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_instagram.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect='fade_in'   /></a></div></div></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function()
			{
				if (typeof sfsi_widget_set == "function") {
					sfsi_widget_set();
				}
			}); </script><div style="clear: both;"></div></div>

		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<script>
  jQuery(document).ready(function () {
    // Find the social icons container
    var socialIconsContainer = jQuery(".sfsi_widget.sfsi_shortcode_container");

    if (socialIconsContainer.length) {
      // Get the parent of the social icons container and make it a flexbox
      var parentContainer = socialIconsContainer.closest(".wpb_wrapper");
      parentContainer.css({
        "display": "flex",
        "flex-direction": "row",
        "align-items": "center"
      });

      // Create the email signup HTML
      var emailSignupHtml = '<div class="email-signup" style="margin-left:0px;">' +
                              '<h3 style="text-align: left; text-wrap: balance; margin: 0 15px 0 0;"> Join the Housing Hub Mailing List</h3>' +
                              '<a href="https://confirmsubscription.com/h/r/434A3946BB8FA9FE2540EF23F30FEDED" class="ep-nav-link" target="_blank" style="margin-left: 10px;">Subscribe</a>' +
                            '</div>';

      // Append the email signup HTML after the social icons container
      socialIconsContainer.after(emailSignupHtml);
    }
  });
</script>


<style type="text/css">
#main{
    padding-bottom:0px !important;
}

div#content time{
display:none;
}

h1{
    text-wrap:balance;
}

li.spaced{
margin-top:20px;
}

li a, a{
 font-weight:700;
color:#789FBC;
transition:all 0.25s ease-in;
text-decoration:underline;

}

li a:hover, a:hover{
    font-weight:700;
   color:#00C7B1;
   transition:all 0.25s ease-in;
   text-decoration:underline !important;
   
   }

a.nac-btn:hover, a.ep-nav-link:hover{
    text-decoration:none !important;
}

table, td{
border:0;
font: normal 300 16px / 22px "aaux-next", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #003b6f;
}

ol.parent-list li{
            font-weight:bold;
            font-size:110%;
            color: #003F69;
        }

h3.pullup{
margin-top:30px;  
margin-bottom:-20px !important;
} 

.nac-tag-box {
  display: flex;
  align-items: flex-start;
}

.nac-tag-label {
  margin-right: 10px;
  font-weight: bold;
padding-top:17px;
}

.nac-tag-items {
  display: flex;
  flex-wrap: wrap;
}

.nac-tag-items a {
  margin-right: 10px;
  margin-bottom: 5px;
}

.email-signup {
  display: flex;
  flex-direction: row;
  align-items: center; /* Align items vertically centered */
  margin-left: 0px; /* Space between social icons and email signup */
}

.email-signup h3 {
  margin: 0;
  margin-right: 10px; /* Space between the text and the button */
}



</style>
		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="2000" height="1059" src="https://nahrep.org/wp-content/uploads/2026/01/20260127_Housing-Hub-Blog_thumbnail_2000px.png" class="vc_single_image-img attachment-full" alt="" decoding="async" loading="lazy" srcset="https://nahrep.org/wp-content/uploads/2026/01/20260127_Housing-Hub-Blog_thumbnail_2000px.png 2000w, https://nahrep.org/wp-content/uploads/2026/01/20260127_Housing-Hub-Blog_thumbnail_2000px-300x159.png 300w, https://nahrep.org/wp-content/uploads/2026/01/20260127_Housing-Hub-Blog_thumbnail_2000px-1024x542.png 1024w, https://nahrep.org/wp-content/uploads/2026/01/20260127_Housing-Hub-Blog_thumbnail_2000px-768x407.png 768w, https://nahrep.org/wp-content/uploads/2026/01/20260127_Housing-Hub-Blog_thumbnail_2000px-1536x813.png 1536w" sizes="(max-width: 2000px) 100vw, 2000px"  data-dt-location="https://nahrep.org/housinghub/2026/01/29/three-state-level-housing-reforms-to-watch-in-2026/attachment/20260127_housing-hub-blog_thumbnail_2000px/" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h1>Three State-Level Housing Reforms to Watch in 2026</h1>
<h3><em>A blog empowering Hispanic homeownership through advocacy and policy.</em></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>By Elizabeth Nimmons<br />
January 29, 2025</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>As <a href="https://nahrep.org/housinghub/2025/12/18/an-end-of-year-check-in-on-congressional-housing-action/">federal housing debates continue</a>, state legislatures across the U.S. are quietly advancing structural reforms that expand where and how housing can be built. For real estate professionals focused on expanding access to homeownership, especially in Latino and first-time buyer markets, understanding these state policy developments is essential.</p>
<p>These reforms are not one-size-fits-all fixes to the national housing supply and affordability crisis, but they represent concrete steps toward unlocking supply and making more homes attainable in high-demand regions. Below are three state reforms worth tracking this year and why they matter for housing affordability and homeownership opportunity.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>1. California’s Transit-Oriented Upzoning and Environmental Review Reforms</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>California continues to lead on housing supply innovation, and 2025 brought some of the most consequential reforms in years. One of the most closely watched pieces of legislation is Senate Bill 79, also known as the Abundant and Affordable Homes Near Transit Act. The bill, which was signed into law October 10, 2025 and is scheduled to take effect on July 1, 2026, requires upzoning near major transit stations, allowing developers to build taller, denser residential housing, regardless of existing local zoning restrictions.</p>
<p>SB 79 is paired with broader state reforms that streamline environmental reviews and permitting for infill housing. For example, Assembly Bill 130 exempts many infill housing projects from the California Environmental Quality Act (CEQA), a historically complex review process that has long delayed housing development.</p>
<p><strong>Why it matters:</strong></p>
<ul>
<li>Upzoning near transit helps shift housing production toward walkable, job-rich corridors where supply has historically lagged.</li>
<li>CEQA streamlining reduces legal and administrative barriers that often leave projects stuck for years.</li>
<li>Together, these reforms signal a continued state commitment to increasing housing capacity.</li>
</ul>
<p>For industry professionals, the key takeaway is that location matters more than ever, both in terms of where new supply may materialize and where buyers may find emerging opportunities.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>2. Arizona’s Expansion of Accessory Dwelling Unit (ADU) Rights</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>Accessory dwelling units (ADUs) have become an increasingly popular tool for expanding housing options without large-scale development, especially in areas with limited open land.</p>
<p>In 2025, Arizona passed House Bill 2928, which strengthens state requirements for ADUs in municipal and county zoning codes. The law mandates that counties allow at least one attached and one detached ADU wherever single-family homes are permitted, and it limits local restrictions on size, setbacks, and parking requirements.</p>
<p><strong>Why it matters:</strong></p>
<ul>
<li>ADUs can provide additional housing units on existing residential lots with minimal infrastructure costs.</li>
<li>By removing common regulatory barriers, Arizona’s law broadens the contexts in which ADUs can be built, including rural and suburban areas that previously lacked clear pathways for accessory units.</li>
<li>For markets with tight supply, ADUs represent a flexible strategy to expand inventory and create more attainable entry points for both buyers and renters.</li>
</ul>
<p>Industry professionals should watch how ADU implementation evolves locally, as clear and permissive rules can make these units a practical supply lever for owner-occupied and rental housing.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>3. Florida’s Live Local Act: State Preemption to Expand Housing Zones</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>Florida’s Live Local Act continues to reshape statewide housing policy by preempting restrictive local zoning in favor of broader development authority. Originally passed in 2023 and significantly expanded through 2025 updates, the law allows developers to build multifamily and mixed-use housing on sites traditionally limited to commercial or industrial use without needing rezoning or lengthy hearings, provided a portion of units are set aside as affordable or workforce housing.</p>
<p><strong>Why it matters:</strong></p>
<ul>
<li>Florida’s approach flips the typical land-use process on its head by using state authority to override local restrictions seen as barriers to supply.</li>
<li>By tying local preemption to specific affordability commitments, the law aims to expand housing options where supply has lagged demand.</li>
<li>These reforms could unlock new development patterns especially in fast-growing urban and suburban regions, helping meet the needs of working families priced out of traditional single-family markets.</li>
</ul>
<p>For real estate professionals, Florida’s experience offers a case study in aggressive state-level action and a preview of how state preemption might evolve in other markets.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>What This Means for Real Estate Professionals</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>State housing reforms are evolving quickly, and supply strategies that seemed novel a few years ago are now being codified into law. Whether through upzoning near transit, facilitating ADUs, or expanding by-right development opportunities, these reforms reflect a broader acknowledgement: local action alone is not enough. State policy change is vital to unlocking housing production.</p>
<p>For real estate professionals serving first-time and Latino homebuyers, understanding these state trends can:</p>
<ul>
<li>Help anticipate where new inventory and development opportunities may emerge.</li>
<li>Inform conversations with buyers about long-term value and access.</li>
<li>Provide context for how policy shifts influence market dynamics in high-growth regions.</li>
</ul>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3><strong>Looking Ahead</strong></h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<p>As 2026 progresses, keep an eye on how these reforms are implemented and where similar measures arise in other states. From permitting timelines to zoning flexibility and state-level incentives, the policy tools that expand housing supply will remain central to addressing affordability.</p>
<p>NAHREP will continue spotlighting critical state and federal housing policy developments that impact access to homeownership for Latino families. Stay engaged, informed, and ready to leverage these insights in your professional work.</p>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 32px"><span class="vc_empty_space_inner"></span></div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div id="new-tag-box"></div>
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!--<h3 style="text-align: left; text-wrap:balance">Join the Housing Hub Mailing List</h3>
<a href="https://confirmsubscription.com/h/r/434A3946BB8FA9FE2540EF23F30FEDED" class="ep-nav-link" target="_blank">Subscribe</a>-->
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1724792111122 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  " >
		<div class="wpb_wrapper">
			<h3 style="color: #ffffff;"><strong>About NAHREP</strong></h3>
<p style="color: #ffffff;">The National Association of Hispanic Real Estate Professionals® (NAHREP®) advocates on behalf of its network of 50,000 real estate professionals and Hispanic homeowners nationwide. NAHREP focuses on national policy issues that are critical to its mission: to advance sustainable Hispanic homeownership. Housing Hub is a blog dedicated to educating the NAHREP network by providing insights on housing policy, understanding key issues shaping our industry, and supporting Hispanic homeownership growth.</p>
<p style="color: #ffffff;">NAHREP firmly believes every individual who desires to become a homeowner and can sustain a mortgage should be granted access to a piece of the American Dream. To that end, we are focused on four main priorities: housing affordability, access to credit, industry best practices, and other macroeconomic issues critical to our mission. Visit our <a style="color: #ffffff; font-weight: bold;" href="/advocacy/">website</a> to read more about NAHREP’s policy priorities and to get involved.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/housinghub/2026/01/29/three-state-level-housing-reforms-to-watch-in-2026/">Three State-Level Housing Reforms to Watch in 2026</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Episode 14 with Teresa Palacios Smith</title>
		<link>https://nahrep.org/programs/alumni/podcast/2026/01/23/episode-14-with-teresa-palacios-smith/</link>
		
		<dc:creator><![CDATA[nahrep]]></dc:creator>
		<pubDate>Fri, 23 Jan 2026 20:55:02 +0000</pubDate>
				<category><![CDATA[Alumni]]></category>
		<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">https://nahrep.org/?p=32487</guid>

					<description><![CDATA[<p>Joe Castillo speaks with Teresa Palacios Smith, Chief Inclusion and Engagement Officer at HomeServices of America, about leadership, inclusion, and long-term impact.</p>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/01/23/episode-14-with-teresa-palacios-smith/">Episode 14 with Teresa Palacios Smith</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703497877 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style type="text/css">

.hidden{
/*display:none !important;*/
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

        .alc-banner-container {
            position: relative;
            width: 100%;
            max-width: 1210px;
            margin: 0 auto;
            height: 33.06vw;
            /* vw stands for viewport width - dynamically adjust height */
            min-height: 280px;
            max-height: 400px;
            
        }

        .alc-banner-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
        }

        .alc-banner-column-left,
        .alc-banner-column-right {
            position: relative;
            /* Establish positioning context for the column */
            height: 100%;
        }

        .alc-banner-column-left {
            width: 75%;
            /* Increased width */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            /* Align to the left */
            flex-direction: column;
        }

        .alc-banner-column-right {
            width: 25%;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            z-index: 10;
        }

        .alc-podcast-logo {
            width: 90%;
            max-width: 800px;
            height: auto;
            animation: fade-in-left 1.5s ease-out forwards;
            opacity: 0;
            margin-left:0;
            margin-top:5%;
        }

        .alc-host {
            width: 137%;
            height: auto;
            animation: fade-in-right 2s ease-out forwards;
            opacity: 0;
            margin-bottom: -12%;
        }

        .alc-svg-placeholder {
            width: 75%;
            height: auto;
            margin-top: 0;
            /* Adjust vertical position */
            background-color: transparent;
            z-index: 15;
            margin-left: 45%;
            display: flex;
            /* Use flexbox to arrange icons */
            justify-content: left;
            /* Space icons evenly */
            align-items: center;
            /* Center vertically */
            flex-wrap: wrap;
            /* Allow wrapping on smaller screens */
            gap: 0.5rem;
            animation: fade-in-left 2s ease-out forwards;
        }

        .alc-icon-link {
            display: inline-block;
            /* Make the link behave like a block for sizing */
            width: 40px;
            height: 40px;
            border-radius: 5px;
            /* Slight border radius */
            background-color: #000;
            /* Black background */
            transition: background-color 0.5s ease;
            /* Transition for background */
            display: flex;
            /* Center the SVG inside the link */
            justify-content: center;
            align-items: flex-start;
            padding: 8px;
        }

        .alc-icon-link:hover {
            background-color: #fddf4f;
            /* Yellow on hover */
        }

        .alc-icon-link svg {
            width: 100%;
            /* Scale SVG to fit the link */
            height: 100%;
        }

        /* Style for the default SVG fill */
        .alc-icon-link .icon-default {
            fill: #fddf4f;
            /* Original icon color (yellow) */
            transition: fill 0.5s ease;
            /* Transition for fill color */
        }

        /* Style for the hover SVG fill */
        .alc-icon-link:hover .icon-default {
            fill: #3974b7;
            /* Blue fill on hover */
        }

        /* Add SVG code here - This placeholder comment is for the CSS related to the SVG icons that you will add later */

        @media screen and (max-width: 850px) {
            .alc-banner-container {
                height: auto;
                max-height:auto;
                /* Adjust height for mobile */
                padding-bottom: 4rem;
            }

            .alc-banner-row {
                flex-direction: column;
            }

            .alc-banner-column-left,
            .alc-banner-column-right {
                width: 100%;
            }

            .alc-banner-column-left {
                align-items: center;
                /* Center content on mobile */
                justify-content: center;
                padding-top: 15%;
            }

            .alc-svg-placeholder {
                width: 100%;
                /* Allow placeholder to take full width */
                justify-content: center;
                /* Center icons horizontally */
                margin-left: 0;
                margin-top:5%;

            }

            .alc-podcast-logo {
                width: 90%;
                max-width: 800px;
                height: auto;
                animation: none;
                opacity: 1;
                margin: 0 auto;
            }

            .alc-host {
                display:none;
            }
        }

        /* Animations */
        @keyframes fade-in-left {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fade-in-right {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* NEW CSS FOR LINKS UNDER VIDEO */
        .video-links-strip {
            display: flex;
            justify-content: flex-start; /* Align icons to the left */
            align-items: center; 
            gap: 0.5rem; /* Spacing between icons, same as .alc-svg-placeholder */
            padding-top: 1rem; /* Space below the video */
            padding-bottom: 1rem; /* Space below the icons */
            /* This will center the strip itself if the page content is wider,
               matching the alc-banner-container behavior.
               The icons within the strip will still be left-aligned. */
            max-width: 1210px; 
            margin-left: auto;
            margin-right: auto;
            /* If your video-container is inside a wrapper with specific padding,
               you might need to add that padding here too (e.g., padding-left: 20px; padding-right: 20px;)
               to make the icons align perfectly with the video's content edge.
               For now, this centers the 1210px block and left-aligns icons within it. */
        }

        /* Optional: Media query for smaller screens for the video links strip if needed */
        @media screen and (max-width: 1210px) {
            .video-links-strip {
                /* If content is edge-to-edge on mobile, add some padding */
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        /* Container for the Podcast Home button */
.podcast-home-button-container {
    max-width: 1210px; /* Optional: to align with other centered content blocks */
    margin: 0 auto 1rem auto; /* Centers the container, 1rem bottom margin before video */
    display: flex;
    justify-content: flex-start; /* Aligns button to the left */
}

/* Media query for padding on smaller screens if max-width is used */
@media screen and (max-width: 1210px) {
    .podcast-home-button-container {
        padding-left: 1rem; /* Consistent padding */
        padding-right: 1rem;
    }
}
/* If your main content area already has padding, you might not need the media query above,
   or you might adjust the padding on .podcast-home-button-container directly. */


.podcast-home-button {
    display: inline-block;
    padding: 12px 24px; /* Adjust padding for desired button size */
    font-family: 'Chivo', sans-serif; /* Chivo font with a generic sans-serif fallback */
    font-size: 16px; /* Adjust as needed */
    font-weight: bold; /* Or a specific weight if Chivo supports it e.g., 700 */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px; /* Optional: for slightly rounded corners like your icons */
    text-align: center;
    cursor: pointer;

    /* Default state */
    background-color: #000000; /* Black background */
    color: #fddf4f; /* Yellow text (from your icon styles) */
    
    transition: background-color 0.2s ease, color 0.2s ease;
}

.podcast-home-button:hover {
    /* Hover state */
    background-color: #fddf4f; /* Yellow background (from your icon styles) */
    color: #3974b7; /* Blue text (from your icon styles) */
}

    </style>

    <div style="width: 100%; background-color: #1c77be">
        <div class="alc-banner-container" style="background-color: #1c77be">
            <!-- This container is hidden on the final page, but contains the SVGs we need -->
            <div class="alc-banner-row">
                <div class="alc-banner-column-left">
                    <img class="alc-podcast-logo" src="/_media/alc/images/podcast-logo.png" alt="Podcast Logo" />
                    <div class="alc-svg-placeholder">
                       <!-- Original SVGs are here. We will copy them below. -->
                       <!-- SPOTIFY-->
                       <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <path class="icon-default"
                                d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                            <path class="icon-default"
                                d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
                        </svg>
                    </a>
                    <!-- APPLE PODCASTS-->
                    <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
                        <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                            viewBox="0 0 512 512">
                            <defs>
                                <style></style>
                            </defs>
                            <g>
                                <path class="icon-default"
                                    d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                                <path class="icon-default"
                                    d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                                <path class="icon-default"
                                    d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                                <path class="icon-default"
                                    d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                            </g>
                            <g>
                                <path class="icon-default"
                                    d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                                <path class="icon-default"
                                    d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default"
                                    d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                                <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                                <path class="icon-default"
                                    d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                                <path class="icon-default"
                                    d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                                <path class="icon-default"
                                    d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                                <path class="icon-default"
                                    d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                                <path class="icon-default"
                                    d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                                <path class="icon-default"
                                    d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                                    <path class="icon-default"
                                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                    <path class="icon-default"
                                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                                    <path class="icon-default"
                                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                                </g>
                            </svg>
                        </a>
                        <!-- YOUTUBE-->
                        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
                            <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1"
                                viewBox="0 0 512 512">
                                <defs>
                                    <style></style>
                                </defs>
                                <path class="icon-default"
                                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                                <g id="youtube-paths">
                                    <path class="icon-default"
                                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                                    <path class="icon-default"
                                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                                    <path class="icon-default"
                                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                                    <path class="icon-default"
                                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                                    <path class="icon-default"
                                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                                    <path class="icon-default"
                                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                                </g>
                            </svg>
                        </a>
                         <!-- INSTAGRAM - commented out as per original, not requested for the bottom links -->
                         <!--
                        <a href="#" class="alc-icon-link">
                            <svg ... </svg>
                        </a>-->
                    </div>
                </div>
                <div class="alc-banner-column-right">
                    <img class="alc-host" src="/_media/alc/images/podcast-joe.jpg" alt="Podcast Host" />
                </div>
            </div>
        </div>
    </div>

		</div>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703575289"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 5px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- PODCAST HOME BUTTON -->
<div class="podcast-home-button-container">
    <a href="/programs/alumni/podcast/" class="podcast-home-button">PODCAST HOME</a>
</div>
		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1737517404025"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			 <div class="video-container">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/X-9JTqNwLI8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>
		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- ADDED SPOTIFY, APPLE, AND YOUTUBE ICONS HERE -->
    <div class="video-links-strip">
        <!-- SPOTIFY-->
        <a href="https://open.spotify.com/show/2yVNWOgqBjS7qJYFeNdirn" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M255.4,21.4c-86,0-155.7,69.7-155.7,155.7s69.7,155.7,155.7,155.7,155.7-69.7,155.7-155.7S341.4,21.4,255.4,21.4h0ZM326.8,246c-2.8,4.6-8.8,6-13.4,3.2-36.6-22.3-82.6-27.4-136.8-15-5.2,1.2-10.4-2.1-11.6-7.3-1.2-5.2,2.1-10.4,7.3-11.6,59.3-13.6,110.2-7.7,151.2,17.4,4.6,2.8,6,8.8,3.2,13.4ZM345.9,203.6c-3.5,5.7-11,7.5-16.7,4-41.9-25.7-105.7-33.2-155.2-18.2-6.4,1.9-13.2-1.7-15.2-8.1-1.9-6.4,1.7-13.2,8.1-15.1,56.6-17.2,126.9-8.8,174.9,20.7,5.7,3.5,7.5,11,4,16.7h0ZM347.5,159.4c-50.2-29.8-133-32.5-180.9-18-7.7,2.3-15.8-2-18.2-9.7-2.3-7.7,2-15.8,9.7-18.2,55-16.7,146.4-13.5,204.2,20.8,6.9,4.1,9.2,13,5.1,20-4.1,6.9-13.1,9.2-20,5.1h0Z" />
                <path class="icon-default"
                    d="M66.7,409.2c-18.5-4.4-21.8-7.5-21.8-14s5.8-10.3,14.4-10.3,16.6,3.1,25.2,9.6c.3.2.6.3.9.2.3,0,.6-.2.8-.5l9-12.7c.4-.5.3-1.2-.2-1.6-10.3-8.3-21.9-12.3-35.5-12.3-19.9,0-33.9,12-33.9,29.1s12,24.9,32.8,29.9c17.7,4.1,20.7,7.5,20.7,13.6s-6,11-15.7,11-19.6-3.6-29.4-12.1c-.2-.2-.6-.3-.9-.3-.3,0-.6.2-.8.4l-10.1,12c-.4.5-.4,1.3.1,1.7,11.4,10.2,25.5,15.6,40.7,15.6s35.4-11.7,35.4-29.9c0-15.3-9.1-23.8-31.6-29.3h0ZM147,391c-9.3,0-17,3.7-23.3,11.2v-8.5c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v94c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-29.7c6.3,7.1,14,10.5,23.3,10.5,17.3,0,34.8-13.3,34.8-38.8,0-25.5-17.5-38.8-34.8-38.8h0s0,0,0,0ZM162.6,429.8c0,13-8,22-19.4,22s-19.8-9.5-19.8-22,8.5-22,19.8-22c11.3,0,19.4,9.3,19.4,22h0ZM226.7,391c-22.3,0-39.8,17.2-39.8,39.1s17.3,38.7,39.5,38.7,39.9-17.1,39.9-38.9-17.4-38.8-39.6-38.8h0ZM226.7,452c-11.9,0-20.8-9.5-20.8-22.2s8.6-21.9,20.5-21.9,20.9,9.5,20.9,22.2-8.7,21.9-20.7,21.9ZM313.9,392.5h-18.2v-18.6c0-.7-.5-1.2-1.2-1.2h-16.5c-.7,0-1.2.5-1.2,1.2v18.6h-7.9c-.7,0-1.2.5-1.2,1.2v14.2c0,.7.5,1.2,1.2,1.2h7.9v36.8c0,14.9,7.4,22.4,22,22.4s10.8-1.2,15.5-3.9c.4-.2.6-.6.6-1v-13.5c0-.4-.2-.8-.6-1-.4-.2-.8-.2-1.2,0-3.2,1.6-6.3,2.3-9.7,2.3-5.3,0-7.7-2.4-7.7-7.8v-34.2h18.2c.7,0,1.2-.5,1.2-1.2v-14.2c0-.7-.5-1.2-1.2-1.2h0s0,0,0,0ZM377.3,392.6v-2.3c0-6.7,2.6-9.7,8.4-9.7s6.2.7,9.3,1.7c.4.1.8,0,1.1-.2.3-.2.5-.6.5-1v-13.9c0-.5-.3-1-.9-1.2-3.3-1-7.5-2-13.7-2-15.3,0-23.4,8.6-23.4,24.9v3.5h-7.9c-.7,0-1.2.5-1.2,1.2v14.3c0,.7.5,1.2,1.2,1.2h7.9v56.7c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-56.7h15.4l23.7,56.7c-2.7,6-5.3,7.1-8.9,7.1s-6-.9-9.1-2.6c-.3-.2-.7-.2-1,0-.3.1-.6.3-.7.7l-5.6,12.3c-.3.6,0,1.3.5,1.6,5.9,3.2,11.1,4.5,17.7,4.5,12.2,0,19-5.7,24.9-21l28.7-74.1c.2-.4.1-.8-.1-1.1-.2-.3-.6-.5-1-.5h-17.2c-.5,0-1,.3-1.1.8l-17.6,50.4-19.3-50.4c-.2-.5-.6-.8-1.1-.8h-28.3s0,0,0,0ZM340.6,392.5h-16.5c-.7,0-1.2.5-1.2,1.2v72.2c0,.7.5,1.2,1.2,1.2h16.5c.7,0,1.2-.5,1.2-1.2v-72.2c0-.7-.5-1.2-1.2-1.2h0ZM332.4,359.7c-6.6,0-11.9,5.3-11.9,11.9s5.3,11.9,11.9,11.9,11.9-5.3,11.9-11.9-5.3-11.9-11.9-11.9ZM477.3,415.7c-6.5,0-11.6-5.3-11.6-11.6s5.2-11.7,11.7-11.7,11.6,5.3,11.6,11.6-5.2,11.7-11.7,11.7ZM477.4,393.6c-6,0-10.5,4.7-10.5,10.5s4.5,10.5,10.4,10.5,10.5-4.7,10.5-10.5-4.5-10.5-10.4-10.5ZM479.9,405.2l3.3,4.6h-2.8l-3-4.2h-2.5v4.2h-2.3v-12.2h5.4c2.8,0,4.7,1.5,4.7,3.9,0,2-1.1,3.2-2.8,3.7h0ZM478,399.7h-3v3.9h3c1.5,0,2.4-.7,2.4-1.9s-.9-1.9-2.4-1.9Z" />
            </svg>
        </a>
        <!-- APPLE PODCASTS-->
        <a href="https://podcasts.apple.com/us/podcast/architects-of-latino-success/id1821916604" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <g>
                    <path class="icon-default"
                        d="M281.3,246.7c-.5-4.2-1.9-7.3-4.7-10.1-5.3-5.5-14.6-9.2-25.6-9.2s-20.3,3.5-25.6,9.2c-2.7,2.9-4.2,5.9-4.7,10.1-.9,8.3-.4,15.3.6,26.8.9,10.8,2.7,25.3,5,40,1.7,10.5,2.9,16.1,4.1,20.2,2,6.6,9.2,12.3,20.6,12.3s18.7-5.8,20.6-12.3c1.2-4,2.5-9.7,4.1-20.2,2.2-14.7,4-29.1,5-40,1.1-11.4,1.5-18.5.6-26.8Z" />
                    <path class="icon-default"
                        d="M280,186.5c0,16-13,29-29,29s-29-13-29-29,13-29,29-29,29,13.1,29,29Z" />
                    <path class="icon-default"
                        d="M250.6,72.3c-67.7.2-123.1,55.2-124,122.8-.7,54.8,34.3,101.7,83.2,118.9,1.2.5,2.4-.6,2.2-1.8-.6-4.2-1.3-8.5-1.8-12.7-.2-1.5-1.2-2.7-2.5-3.4-38.7-16.9-65.7-55.6-65.2-100.5.6-58.9,48.7-106.9,107.5-107.4,60.2-.5,109.4,48.3,109.4,108.4s-26.9,82.6-65.2,99.5c-1.4.6-2.4,1.9-2.5,3.4-.6,4.2-1.2,8.5-1.8,12.7-.2,1.3,1.1,2.2,2.2,1.8,48.4-17,83.2-63.2,83.2-117.4-.2-68.6-56.2-124.5-124.9-124.3Z" />
                    <path class="icon-default"
                        d="M247.8,113.6c-44.1,1.7-79.4,38.1-80,82.2-.4,29,14.1,54.7,36.4,69.9,1.1.7,2.6-.1,2.6-1.4-.4-5.1-.4-9.5-.1-14.3.1-1.5-.5-2.9-1.7-4-13.6-12.7-21.8-30.9-21.3-50.9.9-35.4,29.3-64.1,64.7-65.5,38.4-1.5,70,29.3,70,67.3s-8.3,36.8-21.3,49.2c-1.1,1.1-1.7,2.5-1.7,4,.2,4.6.1,9.1-.1,14.1-.1,1.3,1.4,2.2,2.6,1.4,21.9-15,36.4-40.3,36.4-68.8.1-46.9-39.1-85-86.5-83.1Z" />
                </g>
                <g>
                    <path class="icon-default"
                        d="M44.9,407.9l-4.9,13.5h-6l16-42.3h7l16.1,42.3h-6.2l-5.1-13.5h-16.9ZM60.5,403.5l-4.9-12.7c-1-2.7-1.7-4.9-2.3-7.1h-.1c-.6,2.2-1.3,4.5-2.2,7l-4.8,12.8h14.4Z" />
                    <path class="icon-default"
                        d="M79.3,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM85,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default"
                        d="M118.6,401.1c0-3.6,0-6.9-.3-10h5.1l.3,5.6h.1c2.4-3.9,6.4-6.4,12.2-6.4s14.3,6.4,14.3,15.4-7.4,16.5-15.3,16.5-8.6-1.8-10.7-5.2h-.1v17h-5.7v-32.9ZM124.4,408.7c0,.7,0,1.5.2,2.2,1,3.7,4.8,6.9,9.5,6.9s10.5-4.6,10.5-11.8-3.7-11.2-10.2-11.2-8.4,2.6-9.7,7.3c-.2.7-.4,1.5-.4,2.2v4.4Z" />
                    <path class="icon-default" d="M158,376.5h5.7v45h-5.7v-45Z" />
                    <path class="icon-default"
                        d="M176.7,407.4c.1,6.8,5.2,10.3,11.5,10.3s7.2-.8,9.5-1.7l1,4.1c-2,.9-5.7,2.1-11.3,2.1-10,0-16.2-6.3-16.2-15.4s5.8-16.5,15.6-16.5,13.8,9.4,13.8,14.6,0,2-.2,2.5h-23.7ZM195,403.3c0-2.6-1.2-9-8.7-9s-9.1,5.3-9.6,9h18.3Z" />
                    <path class="icon-default"
                        d="M222.6,379.6c2.9-.5,6.7-.9,11.7-.9s10.1,1.3,12.7,3.7c2.4,2,3.9,5.1,3.9,8.9s-1.2,7-3.5,9.2c-3.1,3.1-8,4.6-13.9,4.6s-3.7,0-5.2-.5v16.9h-5.7v-41.9ZM228.3,400c1.4.4,3.3.6,5.4.6,7.3,0,11.5-3.3,11.5-9s-4.7-8.4-10.9-8.4-4.9.3-6,.5v16.4Z" />
                    <path class="icon-default"
                        d="M287.6,405.9c0,11.1-8.6,16.3-16.8,16.3s-16.2-6.4-16.2-15.6,7.3-16.2,16.7-16.2,16.2,6.8,16.2,15.6ZM260.5,406.3c0,7.2,4.8,11.6,10.5,11.6s10.7-4.2,10.7-11.8-3.2-11.6-10.5-11.6-10.7,5.7-10.7,11.8Z" />
                    <path class="icon-default"
                        d="M324.1,376.5v37c0,2.9,0,5.8.3,8h-5.2l-.3-5.7h-.1c-1.9,3.8-6.1,6.5-11.6,6.5-8.1,0-14.4-6.4-14.4-15.4,0-10,6.8-16.5,15.1-16.5s9,2.6,10.4,4.9h.1v-18.8h5.7ZM318.4,403.7c0-.7,0-1.7-.3-2.5-1.1-3.6-4.4-6.5-9.2-6.5s-10.4,4.8-10.4,11.7,3.5,11.2,10.3,11.2,8.2-3.1,9.2-7.1c.2-.8.3-1.6.3-2.5v-4.3Z" />
                    <path class="icon-default"
                        d="M358.1,420.2c-1.6.7-5.2,2-9.9,2-10,0-16.5-6.5-16.5-15.6s7-16.3,17.8-16.3,7.1,1,8.8,1.8l-1.3,4.3c-1.6-.9-3.9-1.7-7.5-1.7-7.6,0-12,5-11.9,11.4,0,7,5.1,11.4,11.7,11.4s6.1-1,7.8-1.7l1,4.3Z" />
                    <path class="icon-default"
                        d="M383.7,421.4l-.5-4h-.2c-1.8,2.4-5.4,4.8-10.4,4.8s-10-4.7-10-8.7c0-7.3,6.7-11.6,20-11.4v-.5c0-1.9-.6-7.1-7.6-7-3.1,0-6.5.9-8.9,2.5l-1.3-3.8c2.9-1.9,6.9-2.9,11-2.9,10.4,0,12.5,7.1,12.5,13v10.8c0,2.7.1,5.3.5,7.4h-5.2ZM382.8,406c-7.1-.2-14.3,1.1-14.3,6.7s2.5,5.3,5.6,5.3c4.6,0,7.4-2.8,8.4-5.3.2-.6.3-1.2.3-1.7v-5Z" />
                    <path class="icon-default"
                        d="M397.3,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                    <path class="icon-default"
                        d="M432.1,382.1v9h8.6v4.4h-8.6v15.8c0,3.7,1,6.2,4.5,6.2s2.8-.2,3.6-.5l.3,4.4c-1.1.5-3.1.9-5.4.9s-5-.9-6.4-2.5c-1.6-1.8-2.3-4.7-2.3-8v-16.2h-5v-4.4h5v-7.5l5.6-1.4Z" />
                    <path class="icon-default"
                        d="M446.9,415.6c1.9,1.2,5.1,2.4,8.1,2.4,4.5,0,6.4-2.1,6.4-4.6s-1.9-4.1-6.2-5.4c-6-1.8-8.7-4.9-8.7-8.6,0-4.9,4.1-9.1,11.2-9.1s6.3.9,8.1,2l-1.4,4.1c-1.2-.7-3.7-1.9-7-1.9s-5.4,1.9-5.4,4.3,2.1,3.8,6.4,5.2c5.8,1.8,8.5,4.4,8.5,9.1,0,5.1-4.2,9.2-12.1,9.2s-7-.9-9.4-2.2l1.4-4.3Z" />
                </g>
            </svg>
        </a>
        <!-- YOUTUBE-->
        <a href="https://www.youtube.com/playlist?list=PLIl8hIx5nGcV3RfbIfMT4Q21tbwmhOgIB" class="alc-icon-link" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" version="1.1" viewBox="0 0 512 512">
                <path class="icon-default"
                    d="M397.7,87.6c-3.4-12.8-13.5-22.8-26.3-26.3-23.1-6.2-116-6.2-116-6.2,0,0-92.9,0-116,6.2-12.8,3.4-22.8,13.5-26.3,26.3-6.2,23.1-6.2,71.5-6.2,71.5,0,0,0,48.3,6.2,71.5,3.4,12.8,13.5,22.8,26.3,26.3,23.1,6.2,116,6.2,116,6.2,0,0,92.9,0,116-6.2,12.8-3.4,22.8-13.5,26.3-26.3,6.2-23.1,6.2-71.5,6.2-71.5,0,0,0-48.3-6.2-71.5ZM225.7,203.7v-89.1l77.1,44.5-77.1,44.5Z" />
                <g> {/* Note: I removed id="youtube-paths" as IDs should be unique and it's not strictly needed for styling here */}
                    <path class="icon-default"
                        d="M44.7,408.7l-26.1-94.3h22.8l9.1,42.7c2.3,10.5,4,19.5,5.1,26.9h.7c.8-5.3,2.5-14.2,5.1-26.8l9.5-42.9h22.8l-26.4,94.3v45.2h-22.6v-45.2h0Z" />
                    <path class="icon-default"
                        d="M100.6,451c-4.6-3.1-7.9-7.9-9.8-14.5-1.9-6.5-2.9-15.2-2.9-26.1v-14.8c0-11,1.1-19.8,3.3-26.4,2.2-6.6,5.7-11.5,10.4-14.5,4.7-3,10.9-4.6,18.5-4.6s13.6,1.6,18.1,4.7c4.5,3.1,7.9,8,10,14.5,2.1,6.6,3.2,15.4,3.2,26.4v14.8c0,10.9-1,19.6-3.1,26.2-2,6.6-5.4,11.4-10,14.5-4.6,3-10.8,4.6-18.7,4.6-8.1,0-14.5-1.6-19-4.7ZM126.4,435c1.3-3.3,1.9-8.7,1.9-16.3v-31.8c0-7.3-.6-12.7-1.9-16-1.3-3.4-3.5-5.1-6.7-5.1s-5.3,1.7-6.6,5.1c-1.3,3.4-1.9,8.7-1.9,16v31.8c0,7.5.6,13,1.8,16.3,1.2,3.3,3.4,5,6.6,5s5.5-1.7,6.7-5Z" />
                    <path class="icon-default"
                        d="M225.5,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default" d="M287.8,332.9h-22.8v121.1h-22.5v-121.1h-22.8v-18.5h68v18.5Z" />
                    <path class="icon-default"
                        d="M343.2,454h-18l-2-12.5h-.5c-4.9,9.4-12.2,14.1-22,14.1s-11.8-2.2-15-6.6c-3.2-4.4-4.8-11.4-4.8-20.8v-76.2h22.9v74.8c0,4.6.5,7.8,1.5,9.7,1,1.9,2.7,2.9,5,2.9s3.9-.6,5.7-1.8c1.8-1.2,3.2-2.8,4.1-4.7v-81h22.9v102Z" />
                    <path class="icon-default"
                        d="M419.1,368.3c-1.4-6.4-3.6-11.1-6.7-14-3.1-2.9-7.4-4.3-12.8-4.3s-8.2,1.2-11.8,3.6c-3.7,2.4-6.5,5.5-8.5,9.4h-.2v-53.7h-22.1v144.7h18.9l2.3-9.6h.5c1.8,3.4,4.4,6.1,8,8.2,3.5,2,7.5,3,11.8,3,7.8,0,13.5-3.6,17.1-10.7,3.7-7.2,5.5-18.3,5.5-33.5v-16.1c0-11.4-.7-20.3-2.1-26.8ZM398.1,409.9c0,7.4-.3,13.2-.9,17.5-.6,4.2-1.6,7.2-3.1,9-1.4,1.8-3.4,2.7-5.8,2.7s-3.6-.4-5.2-1.3c-1.6-.9-2.9-2.2-3.9-4v-57.9c.8-2.8,2.1-5,4-6.8,1.9-1.8,3.9-2.7,6.1-2.7s4.1.9,5.4,2.7c1.3,1.8,2.2,4.9,2.7,9.2.5,4.3.7,10.5.7,18.5v13.1h0Z" />
                    <path class="icon-default"
                        d="M453.8,415.8c0,6.5.2,11.4.6,14.7.4,3.3,1.2,5.6,2.4,7.2,1.2,1.5,3.1,2.2,5.6,2.2s5.8-1.3,7.1-4c1.3-2.7,2-7.1,2.1-13.3l19.8,1.2c.1.9.2,2.1.2,3.7,0,9.4-2.6,16.5-7.7,21.1-5.1,4.7-12.4,7-21.9,7s-19.2-3.5-23.8-10.6c-4.6-7.1-6.8-18.1-6.8-32.9v-17.8c0-15.3,2.4-26.5,7.1-33.5,4.7-7,12.8-10.6,24.2-10.6s13.9,1.4,18.1,4.3c4.2,2.9,7.2,7.4,8.9,13.5,1.7,6.1,2.6,14.5,2.6,25.3v17.5h-38.4v5.2ZM456.7,367.7c-1.2,1.4-1.9,3.8-2.3,7.1-.4,3.3-.6,8.2-.6,14.9v7.3h16.8v-7.3c0-6.5-.2-11.5-.7-14.9-.4-3.4-1.2-5.8-2.4-7.2-1.2-1.4-3-2.1-5.4-2.1-2.4,0-4.2.7-5.4,2.2Z" />
                </g>
            </svg>
        </a>
    </div>
		</div>
	</div>
<div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey vc_custom_1673290893996  vc_custom_1673290893996" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<div class="alc-intro-text">
    <h1 class="alc-primary-heading alc-text-black alc-mb-5" style="text-wrap:balance">Architects of Latino Success with Joe Castillo – Episode 14 with Teresa Palacios Smith</h1>
    <p class="alc-paragraph"><strong>Building Cultures that Support People, Progress, and Possibility</strong><br />In this episode of <em>Architects of Latino Success</em>, Joe Castillo speaks with Teresa Palacios Smith, Chief Inclusion and Engagement Officer at HomeServices of America, about leadership, inclusion, and long-term impact.</p>
    <p class="alc-paragraph">Teresa shares how her professional journey has shaped her approach to inclusion as an ongoing practice rooted in trust, accountability, and engagement. She reflects on leading within large organizations, building cultures where individuals feel valued, and aligning people-centered leadership with business and community outcomes.</p>
    <p class="alc-paragraph">The conversation explores the role leaders play in shaping culture, the importance of meaningful engagement, and how inclusive leadership can strengthen organizations while supporting the communities they serve.</p>
    <p class="alc-paragraph">This episode offers thoughtful insight into how purpose-driven leadership and inclusion can create lasting impact and support NAHREP’s mission to advance opportunity and generational progress.</p>
</div>
		</div>
	</div>
</div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid hidden wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1750703356428 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<h3 class="alc-chivo-bold alc-text-yellow alc-mb-2 alc-text-center" style="font-size:1.5rem">PAST EPISODES</h3>
<p class="alc-text-white alc-neue-haas-text-roman alc-text-center alc-mb-3">Listen to past episodes here, and don't forget to subscribe wherever you listen to Podcasts!</p>
		</div>
	</div>

<div class="vc_grid-container-wrapper vc_clearfix">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:32487,&quot;style&quot;:&quot;pagination&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1769201194573-46a98d26-10cf-1&quot;,&quot;items_per_page&quot;:&quot;9&quot;,&quot;auto_play&quot;:false,&quot;gap&quot;:30,&quot;speed&quot;:-1000,&quot;loop&quot;:&quot;yes&quot;,&quot;animation_in&quot;:&quot;&quot;,&quot;animation_out&quot;:&quot;&quot;,&quot;arrows_design&quot;:&quot;none&quot;,&quot;arrows_color&quot;:&quot;blue&quot;,&quot;arrows_position&quot;:&quot;inside&quot;,&quot;paging_design&quot;:&quot;radio_dots&quot;,&quot;paging_color&quot;:&quot;white&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://nahrep.org/wp-admin/admin-ajax.php" data-vc-post-id="32487" data-vc-public-nonce="813200ab9a">
		
	</div>
</div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#1c77be" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="6.6.0"  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div>
<p>The post <a rel="nofollow" href="https://nahrep.org/programs/alumni/podcast/2026/01/23/episode-14-with-teresa-palacios-smith/">Episode 14 with Teresa Palacios Smith</a> appeared first on <a rel="nofollow" href="https://nahrep.org">NAHREP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
