<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 23 Jun 2026 21:46:42 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Woman killed, young girl among several injured in North Lauderdale fire]]></title><link>https://www.local10.com/news/local/2026/06/23/woman-killed-young-girl-among-several-injured-in-north-lauderdale-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/woman-killed-young-girl-among-several-injured-in-north-lauderdale-fire/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[A fire claimed the life of a North Lauderdale grandmother over the weekend, injuring six others before it was extinguished. ]]></description><pubDate>Tue, 23 Jun 2026 21:46:17 +0000</pubDate><content:encoded><![CDATA[<p>A fire claimed the life of a North Lauderdale grandmother over the weekend, injuring six others before it was extinguished. </p><p>Authorities have identified the victim as Marieange Therancy. </p><p>Investigators also confirmed that a young girl was also hurt in the fire. </p><p><a href="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory" target="_blank" rel="" title="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory">An online fundraiser</a> identified her as Neissa Diligence and said her family remains by her side as they face “unimaginable, emotional, physical and financial challenges.” </p><p>Home surveillance video from a neighboring home shows an explosion, and then the fire and smoke.</p><p>North Lauderdale Fire Rescue and deputies with the Broward Sheriff’s Office respond around 5 a.m. Saturday to the home on Southwest Eighth Court and 81st Terrace. </p><p>“I heard glass breaking, paramedics going, firefighters, screams,” one neighbor told Local 10 News. </p><p>Residents quickly rushed outside to help. </p><p>“The fire was about to explode, so we used our hose to stop the fire to make sure it did not explode,” said neighbor Jean, who did not wish to give her last name. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Investigation reveals issues that led to Surfside condo collapse]]></title><link>https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Ahead of the five-year anniversary of the Champlain Towers South collapse in Surfside that claimed the lives of 98 people, lead investigators with the National Institute of Standards and Technology said the collapse began in early June of 2021 when two connections between the garage columns and the pool deck slab failed.]]></description><pubDate>Tue, 23 Jun 2026 21:44:44 +0000</pubDate><content:encoded><![CDATA[<p>Ahead of the five-year anniversary of the Champlain Towers South collapse in Surfside that claimed the lives of 98 people, lead investigators with the National Institute of Standards and Technology <a href="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse" target="_blank" rel="noreferrer" title="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse">said the collapse began in early June of 2021</a> when two connections between the garage columns and the pool deck slab failed.</p><p>Once the first connection failed, they said other elements of the pool deck were left to carry their loads, but they were not strong enough to handle them.</p><p>“When building structures are designed to required codes and standards, they have margins against failure, meaning they should be able to support much more load than they are expected to bear,” said Judith Mitrani-Reiser with the National Institute of Standards and Technology (NIST). “In the case of Champlain Towers South, these margins against failure were too narrow from the start.”</p><p>NIST investigations are conducted by national construction safety teams, and while the federal research laboratory has produced full investigations into large scale structural failures - to include the <a href="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQ8YYzQZI$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQ8YYzQZI$">Station nightclub fire</a> and <a href="https://www.nist.gov/world-trade-center-investigation" target="_blank" rel="noreferrer" title="https://www.nist.gov/world-trade-center-investigation">World Trade Center attack</a>, what happened in Surfside was a first even for them, as previous building failures they’ve looked into had obvious causes, <a href="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/joplin-tornado__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQsQZqsPw$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/joplin-tornado__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQsQZqsPw$">such as storms</a>, fires or a terrorist attack.</p><p>Glenn Bell with NIST explained some of what their investigation uncovered. </p><p>“Severe and widespread deviations from the building’s original structural design from the codes and standards of the day,” he said. </p><p><a href="https://www.townofsurfsidefl.gov/docs/default-source/default-document-library/town-manager/managers-monthly-reports/2021-monthly-reports/2021-09-september-town-manager's-report.pdf?sfvrsn=d4931694_2" target="_blank" rel="noreferrer" title="https://www.townofsurfsidefl.gov/docs/default-source/default-document-library/town-manager/managers-monthly-reports/2021-monthly-reports/2021-09-september-town-manager's-report.pdf?sfvrsn=d4931694_2">According to a town manager’s 2021 report</a>, the condo’s sister building, Champlain Towers North, was designed “by the same engineering firm and constructed at the same time” which leads to questions of whether it has those same original design and construction flaws.</p><p>Allyn Kil-Shimer of KCE Structural Engineers is the structural engineer the town hired to help with its independent investigation into the collapse. He also searched for clues at nearby Champlain Towers North.</p><p>“Champlain Towers North asked us to evaluate their building to make sure their building didn’t have issues similar to what we found in Champlain Towers South,” Kil-Shimer said. </p><p>“We did that for about a year and a half, and we found the same, if not more, design flaws and construction deficiencies in the structure of Champlain Towers North than we had found even in Champlain Towers South, so with the ownership of Champlain Towers, the condominium group of Champlain Towers North, which now is called Ocean Waves, we essentially put in a bunch of emergency shoring in a lot of places, and we designed the structural design for the remediation necessary to take care of those problems,” he added. </p><p>Kil-Shimer said working with the building owners, they began the process of remediation.</p><p>“We began construction, contractors began construction at that time, contractors we selected from experts all over this country, and we got permits from the town of Surfside,” he said. “It’s been a year and almost two years, and essentially all of the structural deficiencies in construction and design in Champlain Towers North that we found, both from investigating Champlain Towers North and investigating Champlain Towers South, have all been remediated satisfactorily in Champlain Towers North.”</p><p>He was also asked if it is safe to live there. </p><p>“Essentially I’m now 86 years old and I have great grandchildren, I’d let them live in the building,” he added. “From all the things we have found, the building is structurally sound and not only does it meet most of the codes that exist today, which you don’t have to do, they now meet at a minimum the building structural codes that existing when the buildings were designed.”</p><p> <iframe class="scribd_iframe_embed" title="8877 COLLINS AVE-Champlain Towers North Field Report Revised 001 R1 - Copy - Copy" src="https://www.scribd.com/embeds/1054462803/content?start_page=1&view_mode=scroll&access_key=key-T0FyEzO1lsJYyk3WQ6T6" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[‘He deserves to be in jail’: Suspect charged, victim recovering after Aventura softball bat attack]]></title><link>https://www.local10.com/news/local/2026/06/23/he-deserves-to-be-in-jail-suspect-charged-victim-recovering-after-aventura-softball-bat-attack/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/he-deserves-to-be-in-jail-suspect-charged-victim-recovering-after-aventura-softball-bat-attack/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A wild scene at an Aventura adult softball game led to felony charges for one of the players. ]]></description><pubDate>Tue, 23 Jun 2026 21:41:34 +0000</pubDate><content:encoded><![CDATA[<p>A wild scene at an Aventura adult softball game led to felony charges for one of the players. </p><p>Aventura police arrested Roberto Araujo, 41, of Allapattach, after they said <a href="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/">he grabbed a metal bat and hit the victim in the back of the head</a>. </p><p>“The guy came around the whole group with a bat in his hand, a pink bat at that, and hit him,” said Ana Diaz Matthews, the aunt of the victim, who has since been identified as William Rodriguez. </p><p>Photos provided to Local 10 News show the injuries sustained to the back of Rodriguez’s head. </p><p>“Willie was on the ground,” said Diaz Matthews. “He just swung as if he was hitting a baseball.”</p><p>The incident happened on Sunday, which was also Father’s Day. </p><p>Police said Arajuo fled the scene after striking Williams with the bat, but it was Diaz Matthews who was able to get his license plate number. </p><p>“I think he’s an a--hole,” she said. “He deserves to be in jail because he almost killed someone.”</p><p>Araujo is facing a charge of aggravated battery with a deadly weapon. He was not listed among Miami-Dade County jail inmates as of Tuesday afternoon. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hollywood police arrest suspect in connection with 2025 fatal hit-and-run ]]></title><link>https://www.local10.com/news/local/2026/06/23/hollywood-police-arrest-suspect-in-connection-with-2025-fatal-hit-and-run/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/hollywood-police-arrest-suspect-in-connection-with-2025-fatal-hit-and-run/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man has been arrested in connection with a deadly hit-and-run crash that police say killed a pedestrian in Hollywood late last year. ]]></description><pubDate>Tue, 23 Jun 2026 21:25:16 +0000</pubDate><content:encoded><![CDATA[<p>A man has been arrested in connection with a deadly hit-and-run crash that police say killed a pedestrian in Hollywood late last year. </p><p><a href="https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/">Leer en español</a></p><p>Traffic Homicide Detectives with the Hollywood Police Department said officers responded to the area of State Road 7 and Fletcher Street around 10:23 p.m. on Nov. 16, 2025, after a crash involving a pedestrian.</p><p>Investigators said they found the victim lying in the roadway with life-threatening injuries. The victim, who has not been identified, was taken by Hollywood Fire Rescue medics to Memorial Regional Hospital, where he later died.</p><p>According to detectives, an investigation spanning multiple jurisdictions determined Kelvin Larmont Taylor, 50, was driving southbound on State Road 7 when he allegedly struck the victim.</p><p>Authorities said Taylor did not stop, provide aid or notify law enforcement after the crash. Investigators said he fled the scene, leaving the victim in the roadway.</p><p>Detectives said they used physical evidence, digital evidence, surveillance video and forensic findings to identify Taylor as the driver involved.</p><p>Jail records show Taylor was arrested on Thursday and faces one count of leaving the scene of a crash involving death. </p><p>As of Tuesday, he was being held at the Joseph V. Conte Facility in Pompano Beach, where his bond was set at $125,000. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLTMJN6A2ZHXZM22V2WDEOARZ4.jpg?auth=61346e85a6b179225dd68ff1f809a3d4759f250d49c10659725a8a4b39eebfee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a sospechoso en relación con atropello y fuga mortal ocurrido en 2025 en Hollywood ]]></title><link>https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue arrestado en relación con un atropello y fuga mortal que, según la Policía.]]></description><pubDate>Tue, 23 Jun 2026 21:38:01 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue arrestado en relación con un atropello y fuga mortal que, según la Policía, causó la muerte de un peatón en Hollywood a finales del año pasado.</p><p>Detectives de la Unidad de Homicidios de Tránsito del Departamento de Policía de Hollywood informaron que los agentes respondieron al área de State Road 7 y Fletcher Street alrededor de las 10:23 p.m. del 16 de noviembre de 2025 tras un accidente que involucró a un peatón.</p><p>Los investigadores dijeron que encontraron a la víctima tendida sobre la vía con lesiones que ponían en peligro su vida. La víctima, cuya identidad no ha sido revelada, fue trasladada por paramédicos de Hollywood Fire Rescue al Memorial Regional Hospital, donde posteriormente murió.</p><p>Según los detectives, una investigación que abarcó múltiples jurisdicciones determinó que Kelvin Larmont Taylor, de 50 años, conducía hacia el sur por State Road 7 cuando presuntamente atropelló a la víctima.</p><p>Las autoridades dijeron que Taylor no se detuvo, no prestó ayuda ni notificó a las autoridades después del accidente. Los investigadores indicaron que huyó del lugar, dejando a la víctima sobre la vía.</p><p>Los detectives informaron que utilizaron evidencia física, evidencia digital, videos de vigilancia y hallazgos forenses para identificar a Taylor como el conductor involucrado.</p><p>Los registros de la cárcel muestran que Taylor fue arrestado el jueves y enfrenta un cargo de abandonar la escena de un accidente con resultado de muerte.</p><p>Hasta el martes, permanecía detenido en el centro de detención Joseph V. Conte, en Pompano Beach, con una fianza fijada en $125,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLTMJN6A2ZHXZM22V2WDEOARZ4.jpg?auth=61346e85a6b179225dd68ff1f809a3d4759f250d49c10659725a8a4b39eebfee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[ICE transfers detainees from Krome Detention Center as wildfires burn nearby]]></title><link>https://www.local10.com/news/local/2026/06/23/ice-transfers-detainees-from-krome-detention-center-as-wildfires-burn-nearby/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/ice-transfers-detainees-from-krome-detention-center-as-wildfires-burn-nearby/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi, Janine Stanwood]]></dc:creator><description><![CDATA[An ICE spokesperson confirmed to Local 10 News on Tuesday that detainees are being evacuated from the Krome Detention Center as nearby brush fires continue burning in southwest Miami-Dade.]]></description><pubDate>Tue, 23 Jun 2026 14:19:09 +0000</pubDate><content:encoded><![CDATA[<p>An ICE spokesperson confirmed to Local 10 News on Tuesday that detainees are being evacuated from the Krome Detention Center as <a href="https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/">nearby brush fires continue burning in west Miami-Dade County</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/">Leer en español</a></p><p>The spokesperson stated that the agency began evacuating the facility over the weekend “out of an abundance of caution” because of brush fires burning around detention center, located at 18201 SW 12th St. in west Miami-Dade. </p><p>“ICE takes the health and safety of those in our custody as our top priority,” an ICE spokesman said in a statement. “Over the weekend, out of an abundance of caution, U.S. Immigration and Customs Enforcement started evacuating the Krome Service Processing Center due to brush fires burning around the detention center.”</p><p>The agency said detainees have been transferred to other ICE facilities both within Florida and outside the state. </p><p>They also stated that their officers are trained for emergencies such as wildfires and that the evacuation has been carried out in an orderly manner with no reported incidents.</p><p>“ICE will continue to work with the Florida Forest Service to closely monitor any situation as it may arise,” the statement continued. </p><p>The Florida Forest Service said crews have been working around the clock since the fires started, working under a unified command with Miami-Dade Fire Rescue.</p><p>A Florida Forest Service spokesperson told Local 10 News that the larger of the two fires, known as the Quarry 2 Fire, east of Krome Avenue, has burned 19,018 acres and is now 97% contained. The Well Fire, near Northwest 122nd Avenue, has burned 2,814 acres and is 85% contained. The Corrections Fire has burned 363 acres and is 75% contained as of Tuesday evening. </p><p>By Tuesday afternoon, some rain moved through the area, providing some relief amid hot and dry conditions.</p><p>For some nearby businesses, the smoke and flames brought some frightening few days. </p><p>Sonia Gonzalez, a manager at The Pit on Southwest Eighth Street, said the fire came dangerously close Friday night.</p><p>“It was really, really bad. The smoke was completely — and everything was engulfed all the way up to here,” Gonzalez said.</p><p>She said crews later ordered them to evacuate.</p><p>“The fire marshal came out and he said everybody out. They gave us 15 minutes to evacuate,” Gonzalez said.</p><p>Miami-Dade Fire Rescue continues encouraging residents to monitor air quality as smoke from the fires impacted parts of the county. At one point, air quality levels reached “unhealthy for certain groups.”</p><p>The evacuation has raised questions because three facilities are located in close proximity to one another in the area:</p><ul><li>Everglades Correctional Institution, a state-run prison that was not evacuated</li><li>Krome Detention Center, the ICE detention facility that was evacuated</li><li>A former juvenile justice facility that is currently abandoned</li></ul><p>Local 10 News has reached out to state officials for clarification on why Everglades Correctional Institution remained operational while the Krome Detention Center was evacuated, but has not yet received a response.</p><p>Miami-Dade residents and visitors can track the latest wildfire conditions and containment updates through the Florida Forest Service’s public wildfire viewer by <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Sueñan en grande los aficionados del Heat tras el intercambio de Giannis Antetokounmpo que sacude la NBA ]]></title><link>https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey, Michaila Hightower, Sanela Sabovic]]></dc:creator><description><![CDATA[Giannis Antetokounmpo se dirige al sur de Florida en un traspaso bomba que llevará a una de las mayores estrellas de la NBA al Miami Heat.]]></description><pubDate>Tue, 23 Jun 2026 17:29:58 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo se dirige al sur de Florida en un traspaso bomba que llevará a una de las mayores estrellas de la NBA al Miami Heat y que se espera que reconfigure de inmediato la Conferencia Este, <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">según múltiples informes.</a></p><p>En un almacén en West Kendall el martes, la noticia ya se sentía real para los jóvenes jugadores de la 305 Sports Basketball Academy, donde la emoción por un posible súper equipo del Heat se desbordó en la cancha.</p><p>El programa durante todo el año se enfoca en desarrollar habilidades, confianza y comunidad para jóvenes atletas de los condados de Miami-Dade y Broward.</p><p>“Los ayudamos a construir confianza y a salir y básicamente hacer amigos y es algo especial”, dijo Lazaro Arcacha, propietario de la 305 Sports Basketball Academy.</p><p>Para muchos de los niños, el supuesto acuerdo —que uniría a Antetokounmpo, ampliamente conocido como el “Greek Freak”, con Bam Adebayo en Miami— se convirtió de inmediato en sueños de campeonato.</p><p>“Estoy como muy emocionado porque ahora realmente tenemos la oportunidad de ganar el campeonato nacional”, dijo un fan. “Tienen dos dúos dinámicos: Giannis en la pintura y Bam Adebayo”.</p><p>Luego se puso a prueba a algunos de los estudiantes sobre su conocimiento del dos veces MVP, incluyendo de dónde es.</p><p>Después de ver el apellido completo de 13 letras —Antetokounmpo— un fan se preguntó en voz alta: “¿Cabe siquiera en la camiseta?”</p><p>Otros aficionados del Heat dijeron que Antetokounmpo “vale la pena al 100%”.</p><p>“El Greek Freak... Si yo formara parte del grupo propietario del equipo, estaría dispuesto a entregar cualquier cosa por el Greek Freak”, dijo un aficionado del Heat a Sanela Sabovic, de Local 10.</p><p>Para el fan del Heat Dylan Wood, la emoción ya estaba creciendo incluso antes de que saliera la noticia.</p><p>“Estuve despierto hasta la medianoche viendo ESPN porque sé que había muchos traspasos ocurriendo. Eso es realmente emocionante”, dijo Wood. “El Heat se enorgullece de tener jugadores de gran nombre”.</p><p>Al ser preguntado sobre despertarse y ver la noticia, añadió: “Fue bueno. Fue bueno. Muchos mensajes. Se siente bien saber que no nos estamos rindiendo. Creo que vale la pena por Giannis. Creo que el Heat ha estado en una especie de etapa de reconstrucción durante los últimos años. Creo que es momento de dar un gran golpe, y eso es exactamente lo que hicieron. Es un paso en la dirección correcta”.</p><p>Según los informes, el acuerdo enviará a Antetokounmpo y Bobby Portis al Miami desde los Milwaukee Bucks a cambio de Tyler Herro, Jaime Jaquez Jr., Kel’el Ware y Kasparas Jakucionis, junto con múltiples selecciones futuras del draft.</p><p>Los Bucks también recibirían un intercambio de primera ronda en 2030, selecciones de primera ronda en 2031 y 2033, y una selección de segunda ronda en 2033, según una persona familiarizada con el acuerdo que habló bajo condición de anonimato porque el traspaso aún no había recibido la aprobación de la liga.</p><p>Antetokounmpo, dos veces MVP de la NBA, 10 veces All-Star y campeón de la NBA en 2021, ha pasado toda su carrera en Milwaukee y sigue siendo una de las fuerzas más dominantes de la liga, incluso después de una temporada limitada por lesiones en la que promedió 27,6 puntos por partido.</p><p>El supuesto movimiento sigue a días de especulación sobre la disposición de Milwaukee a considerar ofertas de intercambio de múltiples equipos, incluyendo Miami y Boston.</p><p>Por ahora, los aficionados en Miami ya están imaginando lo que viene después.</p><p>Y no olvides, puedes ver los partidos del Miami Heat en Local 10 la próxima temporada, ya que WPLG Local 10 y el Heat anunciaron un nuevo acuerdo ampliado de derechos de medios, haciendo de Local 10 el hogar del baloncesto del HEAT en todo el sur de Florida. <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/">Haz click aquíÍ</a> para más información sobre cómo verlo.</p>]]></content:encoded></item><item><title><![CDATA[Trump administration touts Iran deal as a payday for US farmers, but Iran denies it]]></title><link>https://www.local10.com/business/2026/06/23/trump-administration-touts-iran-deal-as-a-payday-for-us-farmers-but-iran-denies-it/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/trump-administration-touts-iran-deal-as-a-payday-for-us-farmers-but-iran-denies-it/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. President Donald Trump and Vice President JD Vance say their interim deal to end the war with Iran will deliver a financial windfall to American farmers.]]></description><pubDate>Tue, 23 Jun 2026 21:14:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. President Donald Trump and Vice President JD Vance say their interim deal to end the war with Iran will deliver a financial windfall to American farmers.</p><p>But the Iranians deny it. And, in the absence of more details, sanctions experts are flummoxed over exactly how billions of dollars’ worth of Iranian assets would make their way to the American heartland from the escrow accounts where they’ve been locked for years by U.S. sanctions.</p><p>A tentative agreement reached last week would reopen the Strait of Hormuz, through which a fifth of the world’s oil and natural gas once passed, and allow Iran to start selling its oil freely again during a 60-day period when the two countries will continue negotiating key issues. The memorandum of understanding also promised to unfreeze Iranian assets.</p><p>Trump’s deal has come under fire for failing to address the reasons the president cited for going to war with Iran on Feb. 28, including curbing Tehran’s nuclear ambitions, its missile program and its support for militant groups such as Hezbollah in Lebanon and Hamas in Gaza.</p><p>Lashing back at critics Tuesday on his Truth Social media platform, Trump said U.S. farmers would get a payday: The U.S. Treasury Department, he wrote, would release the Iranian assets “into escrow, controlled by the U.S.A., and will be used for the purchase of food and medical supplies, exclusively from the United States, including Corn, Wheat, and Soybeans from our great American farmers. These are things that are desperately needed by Iran.’’</p><p>Vance, who spoke about the proposal after high-level talks in Switzerland, and Trump say that any frozen funds and assets held outside of Iran will be used to buy U.S. crops.</p><p>But the Iranians deny that's part of the deal. A spokesperson for the Iranian Foreign Ministry, Esmail Baghaei, said any agricultural purchases would be based on “prices and quality,’’ not terms dictated by Washington.</p><p>“It is interesting that the philosophy and goal of the war, which was the destruction of the Iranian civilization and the collapse of Iran, has become enriching American farmers,” Baghaei said.</p><p>Iran’s ambassador in Geneva, Ali Bahreini, rejected Vance’s contention that the U.S. and Qatar would dictate how Iran uses unfrozen funds. “Iran is the only country who decides what to do with those assets,” he told reporters.</p><p>Joseph Glauber, a research fellow emeritus at the International Food Policy Research Institute, said Iran was unlikely to abandon its other trade partners on food.</p><p>Iran’s major suppliers include Brazil, India, Turkey, the European Union, Canada, Australia and Argentina, he said. Trump’s demand to buy from the U.S. would “create some hard feelings with some of our competitors.”</p><p>Under previous sanctions, the U.S. has required that money foreign countries spend on imports from Iran — such as South Korean purchases of oil and Iraqi purchases of Iranian electricity — be locked in escrow accounts and typically released only if the Treasury approves and if the proceeds go toward “non-sanctionable’’ items such as food and medicine.</p><p>On Monday, the U.S. Treasury approved the sale of Iranian oil, petrochemicals and petroleum products through Aug. 21. It did not mention any escrow accounts.</p><p>Richard Goldberg of the Foundation for Defense of Democracies, who coordinated efforts to put diplomatic pressure on Iran in the first Trump administration, said in a post on X that he would welcome “a clarification that Iran is actually restricted to only buying U.S. agricultural products.”</p><p>Richard Nephew, senior research scholar at Columbia University’s Center on Global Energy Policy, said it’s unclear what the new U.S.-Iran agreement actually means for releasing restricted Iranian assets.</p><p>Could the U.S. require that the assets be used to buy American farm products?</p><p>“Well, we can try!’’ Nephew, who helped design Iran sanctions in the Obama and Biden administrations, said by email. “All you really need to do is to tell a foreign bank that they can move the money but only to a U.S. bank to buy soybeans or whatever."</p><p>Banks do not have to comply, he said. If they refuse, the U.S. could sanction them as well.</p><p>But it's rare for the U.S. to conduct itself that way, he added, “in part because we don’t usually like to give the impression that we treat national security issues as a cash grab.”</p><p>___</p><p>Associated Press Writer Josh Boak in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKNMTBGYPS2CPMD2XXHGW4LBTI.jpg?auth=f309864b126a632b8e510899ece4e849e912e9d7de790ab52f737d2a24c4a174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance before boarding Air Force Two at Emmen Military Air Base, Emmen, Switzerland, Monday, June 22, 2026, after the U.S. and Iran held high-level talks at the Lake Lucerne Summit. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGHBGRNS57T466X7GIIMNSKOT4.jpg?auth=93da5aa17c7a3feda685a7c5cb2d61acc5e37df25eabc3f8f3d617dbb30611a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at a Mack Trucks facility, Tuesday, June 23, 2026, in Macungie, Pa. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4LDGLVJHJCKD3IO3JF2O4B3Y4.jpg?auth=d0ef9b16cfa2392d2ed089e3b95f5be0d5193072fcdfaea90a778acc6f789aaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance before boarding Air Force Two at Emmen Military Air Base, Emmen, Switzerland, Monday, June 22, 2026, after the U.S. and Iran held high-level talks at the Lake Lucerne Summit. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content></item><item><title><![CDATA[Meet Caramelo, the Mexico superfan attending his 11th World Cup]]></title><link>https://www.local10.com/sports/2026/06/23/meet-caramelo-the-mexico-superfan-attending-his-11th-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/meet-caramelo-the-mexico-superfan-attending-his-11th-world-cup/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — Long after Mexico’s World Cup win against South Korea, fans young and old lined up outside the stadium to take photos with Héctor Chávez and his big black sombrero.]]></description><pubDate>Tue, 23 Jun 2026 20:58:56 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — Long after Mexico’s World Cup win against South Korea, fans young and old lined up outside the stadium to take photos with Héctor Chávez and his big black sombrero.</p><p>Also known as Caramelo, candy in English, Chávez is arguably as well-known in Mexico as the members of the national team.</p><p>He says the game last Thursday in Guadalajara was his 543rd match watching “El Tri,” which he has followed around the world since Mexico last hosted the World Cup in 1986.</p><p>Now at his 11the World Cup, Chávez is flanked by his 21-year-old son, also called Héctor Chávez, and known as Caramelo Jr. Both wear oversized sombreros with their nicknames written in all caps, making them hard to miss at stadiums.</p><p>“Mexico has one of the best fan bases in the world, one that travels the most to matches, and one of the most colorful ones in the world, with tradition, identity and pride,” the 64-year-old Chávez told The Associated Press. “I’m very fortunate to be here, with my son by my side in his fifth World Cup, to keep supporting the national team with everything we’ve got.”</p><p>Chávez has become a familiar sight in every stadium where the team plays in Mexico and around the world, including friendlies. He said the first national team match he attended was on Feb. 19, 1986, when Mexico faced the Soviet Union in the country’s capital. His first World Cup match was that same year, on June 3 against Belgium.</p><p>Despite being at another World Cup at home, Chávez said he struggled to make it to the games this time.</p><p>“This has been the most expensive World Cup in history, some of my friends who usually accompany me couldn’t come,” he said. “I had to break the piggy bank, and we are here with the support of our family, because without this support it wouldn’t be possible. The truth is that we’ve worked hard to be here, but finally we made it and we will keep following the national team to the end.”</p><p>Caramelo is popular but also has his critics</p><p>Despite his popularity, Chávez is not universally loved in Mexico. Critics say he’s getting too much attention and question whether he’s promoting himself or the national team. He’s annoyed some fans by throwing his hat onto the field, including at the game between Colombia and Uzbekistan in Mexico City last week.</p><p>“Well, they say that if they are criticizing you, it's because you are doing something good. We try not to pay too much attention to it. We preferer to hold on to the great support that the fans have shown us in person,” the younger Héctor Chávez said.</p><p>Many teams have superfans who attract headlines at World Cups. Spain had Manuel Cáceres, known as “Manolo el del bombo” or “Manolo the bass drummer,” who followed the Spanish national team since the 1982 World Cup. He died last year. Brazil’s Clóvis Acosta Fernandes, known as the “Gaúcho Da Copa,” died in 2015.</p><p>Congo has Michel Nkuka Mboladinga, who gained fame during the Africa Cup of Nations for posing as a statue of Congo’s assassinated independence hero Patrice Lumumba. He missed the team’s first game at this year’s World Cup but was expected to make it to Tuesday’s match against Colombia.</p><p>Chávez worried that die-hard fans are being priced out of the World Cup, affecting the atmosphere in stadiums.</p><p>“I miss the hardcore fans who follow their teams, who chant and cheer during the whole 90 minutes. Did you notice that they couldn’t even get the wave to work again?" he said after Mexico's match against South Korea on June 18. “And why is that? It’s because we don’t have these fans. And why don’t we have these fans? It’s because they can’t afford these expensive tickets.”</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AJQ5ZKWEHQWX4OIK53DT6NEMUM.jpg?auth=50e6ff15d7695d138437ce451847c39c6122e7ea4f177d1638728744c3670510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico fans react during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCDO7UUY34L2VOOSVNXSDZDBVA.jpg?auth=f414ea8bd1053e11a05fbb86fd7ce50f091802748e131939c7b7a1e61e39f06d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican fans react following the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Heat fans dream big as trade for Giannis Antetokounmpo shakes the NBA]]></title><link>https://www.local10.com/sports/local/2026/06/23/heat-fans-dream-big-as-trade-for-giannis-antetokounmpo-shakes-the-nba/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/23/heat-fans-dream-big-as-trade-for-giannis-antetokounmpo-shakes-the-nba/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey, Michaila Hightower, Sanela Sabovic, Tim Reynolds]]></dc:creator><description><![CDATA[Giannis Antetokounmpo is headed to South Florida in a blockbuster trade that would bring one of the NBA’s biggest stars to the Miami Heat and instantly reshape the Eastern Conference, according to multiple reports.]]></description><pubDate>Tue, 23 Jun 2026 16:28:42 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo is headed to South Florida in a blockbuster trade that will bring one of the NBA’s biggest stars to the Miami Heat and is expected to instantly reshape the Eastern Conference, <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">according to multiple reports</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/">Leer en español</a></p><p>At a warehouse in West Kendall on Tuesday, the news already felt real to young players at the 305 Sports Basketball Academy, where the excitement around a potential Heat superteam spilled onto the court.</p><p>The year-round program focuses on building skills, confidence and community for young athletes across Miami-Dade and Broward counties.</p><p>“We help them build confidence and come out and basically you know make friends and it’s something special,” said Lazaro Arcacha, owner of 305 Sports Basketball Academy.</p><p>For many of the kids, the reported deal — which would pair Antetokounmpo, widely known as the “Greek Freak,” with Bam Adebayo in Miami — immediately turned into championship dreams.</p><p>“I’m just like so hyped because now we actually have the chance to win the national championship,” one fan said. “They’ve got two dynamic duos Giannis in the paint, and they got Bam Adebayo.” </p><p>Some of the students were then quizzed on their knowledge of the two-time MVP, including where he is from.</p><p>After seeing the full 13-letter surname — Antetokounmpo — one fan wondered aloud: “Does it even fit on the jersey?”</p><p>Other Heat fans said Antetokounmpo “is 100 percent worth it.” </p><p>“The Greek Freak -- If I was working in the ownership, I’d be willing to give up anything for a Greek,” a Heat fan told Local 10’s Sanela Sabovic.</p><p>For Heat fan Dylan Wood, the excitement was already building before the news even broke.</p><p>“I was up at midnight still watching ESPN because I know there were a lot of trades going on. That’s really exciting,” Wood said. “The Heat kind of pride themselves on having a big-name player.”</p><p>When asked about waking up and seeing the news, he added: “It was good. It was good. A lot of messages. It feels good to know we’re not giving up. I do think it’s worth Giannis. I think the Heat have been in a little bit of a rebuilding stage for the past couple years. I think it’s time to make a big splash, and that’s exactly what they did. It’s a step in the right direction.”</p><p>According to reports, the deal will send Antetokounmpo and Bobby Portis to Miami from the Milwaukee Bucks in exchange for Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis, along with multiple future draft picks.</p><p>The Bucks also would receive a 2030 first-round pick swap, first-round picks in 2031 and 2033, and a 2033 second-round pick, according to a person familiar with the deal who spoke on condition of anonymity because the trade had not yet received league approval.</p><p>Antetokounmpo, a two-time NBA MVP, 10-time All-Star and 2021 NBA champion, has spent his entire career in Milwaukee and remains one of the league’s most dominant forces, even after an injury-shortened season in which he averaged 27.6 points per game.</p><p>The reported move follows days of speculation about Milwaukee’s willingness to entertain trade offers from multiple teams, including Miami and Boston.</p><p>For now, fans in Miami are already imagining what comes next.</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season. </p>]]></content:encoded></item><item><title><![CDATA[Messi and Mbappe romping through World Cup in dazzling display of history-making goals]]></title><link>https://www.local10.com/sports/2026/06/23/messi-and-mbappe-romping-through-world-cup-in-dazzling-display-of-history-making-goals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/messi-and-mbappe-romping-through-world-cup-in-dazzling-display-of-history-making-goals/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Lionel Messi has been mesmerizing. Kylian Mbappe has been, well, magnifique.]]></description><pubDate>Tue, 23 Jun 2026 20:46:21 +0000</pubDate><content:encoded><![CDATA[<p>Lionel Messi has been mesmerizing. Kylian Mbappe has been, well, magnifique.</p><p>Two of the biggest stars of the World Cup are setting records with history-making goals in a sizzling start that has even the most casual soccer fans in the U.S. taking notice.</p><p>Messi has five goals in Argentina's first two matches, setting the record for most career World Cup goals with 18. Mbappe has scored four times for France, ranking him tied for second in career goals with 16.</p><p>“Leo always scores,” Mbappe said. “He’ll always score. If I want to look at what Leo’s doing, I’ll have to do even more.”</p><p>They are not alone in hitting the back of the net. Norway's Erling Haaland already has four in his country's first two games at the World Cup since 1998. And Portugal's Cristiano Ronaldo finally broke out with two scored against Uzbekistan on Tuesday to raise his career World Cup total to 10.</p><p>But Messi and Mbappe are the maestros making this World Cup their personal symphony. It's one they've been writing since the 2022 final in Qatar, when Messi scored twice and Mbappe three times before Argentina finally won on penalty kicks in a title game for the ages.</p><p>There should be plenty of music still to come from both. Argentina and France have already clinched spots in the elimination rounds, and both are among the favorites to win the whole thing.</p><p>Messi is defying age in a young man's game</p><p>Messi has scored most of his World Cup goals at an age when most top scorers would be well past their prime.</p><p>He has scored 12 World Cup goals since he turned 35, and will turn 39 on Wednesday, three days before Argentina plays its final group stage match — against Jordan.</p><p>Messi, the former Barcelona icon who now plays for Inter Miami in Major League Soccer, still possesses exquisite touch and passing in traffic, and energy and stamina that carry him through an entire match.</p><p>His second goal against Austria came late in the match. Messi passed to teammate Julián Álvarez, whose shot was blocked. Messi chased the rebound and slid the shot through two defenders to seal a 2-0 victory.</p><p>“We knew that he is on a level of his own, and Lionel Messi showed us today that he’s one of the best, and he is the best,” Austria coach Ralf Rangnick said.</p><p>Mbappe chasing him with every goal</p><p>At 27, Mbappe is in his physical prime with the speed and power to chase Messi's record, not just in this tournament but likely for years to come.</p><p>He was just 19 when he led France to the 2018 World Cup title in Russia. With his goal against Croatia, he joined Pele as the only two teenagers to score in a World Cup final.</p><p>Mbappe scored four goals in the in the 2018 tournament and has been on a charge ever since. The Real Madrid forward's speed haunts defenders and his power shooting with with both feet can overwhelm a goalkeeper.</p><p>He was the Golden Boot winner as the top scorer with eight goals in 2022. His 16 career World Cup goals match Miroslav Klose of Germany, one ahead of Brazil great Ronaldo.</p><p>Mbappe scores at a much higher rate than Messi. His 16 goals have come in 16 matches since 2018. Messi has played in 28 matches across six tournaments dating back to 2006.</p><p>“I’ve always scored goals in the World Cup, so it’s not something I’m thinking about or that I’m worried about," Mbappe said.</p><p>Haaland making his mark in World Cup debut</p><p>Norway's big striker could be the biggest threat to Messi and Mbappe as the World Cup's top goal scorer if Norway can stay in the tournament long enough.</p><p>The 25-year-old Manchester City star has been one of the top strikers in Europe for several years and scored two goals in each of Norway's two victories.</p><p>Norway will meet Mbappe and France on the pitch Friday. Both teams have already advanced to the next round, and the winner of the match wins the group.</p><p>“We’re through (to the next round), which is incredible,” Haaland said. “So I couldn’t care too much about that game now. They (France) are probably going to win against us, they’re probably going to win the whole tournament.”</p><p>Norway coach Stale Solbakken says Haaland is the player who can push the team deep into the tournament.</p><p>“He is is the best striker,” Solbakken said. “He's not playing for France or Argentina. He scores for Norway.”</p><p>Mbappe disagreed. Only he didn't point at himself.</p><p>“It's clear," Mbappe said. “(Messi) is the best in the world.”</p><p>___</p><p>AP Sports Writer Stephen Whyno contributed from New York City.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5COHIFJZG7NQ5CPESD6WJ7PIE.jpg?auth=8f18c28acf7e9415391ce17bc75b5528fc5964cc873c258d1dea05e826befbac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) shoots at goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LODQ5UEPWDHPYUWE55635AXXXE.jpg?auth=1075508be9d4070f94a9f7c1c1abdd7960b4d4381cca415edae0d7e1d46e3a54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi celebrates scoring his side's second goal against Austria during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZVPI5KNVLUTOHREJJU6L6D3HU4.jpg?auth=01ab17f0cd2c0ffc3dce34f304c84808b4d02df1779e8ba3a41cbe6d9bbe1671&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combo of photo shows, France's Kylian Mbappe, left, Argentina's Lionel Messi, center, and Norway's Erling Haaland in action during the World Cup soccer tournament, Monday, June 22, 2026. (AP Photo/Derik Hamilton, left, Ashley Landis, and Pamela Smith)]]></media:description></media:content></item><item><title><![CDATA[Key Largo man accused of holding girl, 16, captive, sexually abusing her for years]]></title><link>https://www.local10.com/news/local/2026/06/23/key-largo-man-accused-of-holding-girl-16-captive-sexually-abusing-her-for-years/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/key-largo-man-accused-of-holding-girl-16-captive-sexually-abusing-her-for-years/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 53-year-old Key Largo man accused of hiding a teenage girl inside a clothes dryer when deputies arrived at his home had maintained a secret sexual relationship with the girl for roughly two years after meeting her online, according to an arrest report obtained Tuesday by Local 10 News.]]></description><pubDate>Tue, 23 Jun 2026 20:28:16 +0000</pubDate><content:encoded><![CDATA[<p>A 53-year-old Key Largo man accused of hiding a teenage girl inside a clothes dryer when deputies arrived at his home had allegedly maintained a secret sexual relationship with the victim for roughly two years after meeting her online, according to an arrest report obtained Tuesday by Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/">Leer en español</a></p><p>Jail records show <a href="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/">Christopher Michael Veit</a> faces charges including kidnapping, interference with child custody and four counts of unlawful sexual activity with a minor after Monroe County Sheriff’s Office deputies said they found a 16-year-old girl inside a closed clothes dryer at his Key Largo home Sunday.</p><p>According to an arrest report, deputies responded to Veit’s home in the 800 block of Miramar Drive after a girl called 911 and reported she was being “held hostage,” telling dispatchers to “please hurry” and saying Veit had initially taken her phone away.</p><p>When deputies arrived, Veit allegedly told them there was no female at his home and said he did not know what they were talking about, according to investigators. </p><p>Deputies, however, confirmed the 911 call had originated from the property.</p><p>According to the report, Veit eventually allowed deputies into the home, where they discovered the girl inside a laundry dryer with the door closed.</p><p>When deputies asked Veit why he had denied the girl’s presence, investigators wrote that he looked down at the ground and did not respond, the report states. </p><p>The victim, who is from out-of-county, told deputies that she “had been sexually assaulted and needed help,” the report states. </p><p>Authorities said she was taken to Baptist Health Mariners Hospital in Tavernier, where she consented to a sexual assault examination, according to the report.</p><p>Investigators said the girl’s mother told deputies she did not know her daughter was in Monroe County and had not given permission for her to be with Veit.</p><p>During an interview, the victim told investigators she met Veit through an online dating website when she was 14 years old, the report states. </p><p>Investigators said the victim claimed that she and Veit met in person shortly afterward, had sex, and continued a relationship that remained secret after she allegedly told him her age.</p><p>Deputies said the victim told investigators that Veit later became her “sugar daddy” and paid her $600. She claimed their relationship continued for approximately two years, the report states. </p><p>According to the report, the girl traveled to Key Largo multiple times and had been staying at Veit’s home in the days leading up to Sunday’s incident. </p><p>Investigators said she told them Veit purchased a Brightline train ticket for her to travel from Central Florida to South Florida before picking her up and driving her to his home. </p><p>They said the victim told deputies she wanted to return home Sunday, but Veit took her phone and prevented her from contacting anyone for help. According to the report, she said he climbed on top of her, used his weight to keep her from moving and took both her phone and bag.</p><p>She further alleged that Veit threatened to “do what I did before,” which she interpreted as a reference to prior incidents in which he allegedly slapped her repeatedly and held a pillow over her face, according to investigators.</p><p>The report states that when Veit went outside, the victim used his phone to call 911 before deleting the call from the device’s log.</p><p>After patrol vehicles arrived, the girl told investigators that Veit confronted her and asked whether she had called police. She said he then ordered her to “get in the dryer,” and she complied because she was “afraid of him,” deputies said. </p><p>According to the report, the victim told investigators that Veit had previously discussed using the dryer to hide her if law enforcement ever came to the house.</p><p>Investigators said they executed a search warrant at the home and collected evidence that corroborated portions of the victim’s account including her iPhone, bed sheets, and two bags belonging to the victim on the chair. </p><p>Authorities said detectives also found “several sheets of counterfeit currency” and notified the U.S. Secret Service.</p><p>MCSO spokesperson Adam Linhardt said the victim was placed under the care of a family member. He said MCSO also notified the Florida Department of Children and Families.</p><p>As of Tuesday, Veit was being held in MCSO’s Key West jail facility, where his bond was listed at $650,000. </p><p>“The case remains ongoing and more charges may be pending,” Linhardt said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDR67WR2LZCOHNVV6PTN3YCGTQ.jpg?auth=5199683e97589987dc2531edfa4577ed8b24b0611f5d5c2474edbbd4dc25fbc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Veit]]></media:description></media:content></item><item><title><![CDATA[Hombre de Key Largo acusado de retener a una joven de 16 años y de abusar sexualmente de ella durante años]]></title><link>https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 53 años de Key Largo, fue acusado de esconder a una adolescente dentro de una secadora y haber mantenido una relación sexual secreta con la víctima durante aproximadamente dos años.]]></description><pubDate>Tue, 23 Jun 2026 20:42:14 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 53 años de Key Largo, fue acusado de esconder a una adolescente dentro de una secadora cuando los agentes llegaron a su domicilio. Habría mantenido una relación sexual secreta con la víctima durante aproximadamente dos años tras conocerla por Internet, según un informe de detención obtenido este martes por Local 10 News.</p><p>Los registros penitenciarios indican que <a href="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/">Christopher Michael Veit</a>, se enfrenta a cargos que incluyen secuestro, interferencia en la custodia de menores y cuatro cargos de actividad sexual ilícita con una menor, después de que los agentes de la Oficina del Sheriff del condado de Monroe afirmaran haber encontrado el domingo a una joven de 16 años dentro de una secadora cerrada en su domicilio de Key Largo.</p><p>Según el informe de detención, los agentes acudieron al domicilio de Veit, situado en el número 800 de Miramar Drive, después de que una joven llamara al 911 y denunciara que la tenían «secuestrada», pidiendo a los operadores que «por favor se dieran prisa» y explicando que Veit le había quitado el teléfono al principio.</p><p>Cuando llegaron los agentes, Veit supuestamente les dijo que no había ninguna mujer en su casa y que no sabía de qué estaban hablando, según los investigadores.</p><p>Sin embargo, los agentes confirmaron que la llamada al 911 se había realizado desde esa propiedad.</p><p>Según el informe, Veit finalmente dejó entrar a los agentes en la vivienda, donde descubrieron a la joven dentro de una secadora con la puerta cerrada.</p><p>Cuando los agentes le preguntaron a Veit por qué había negado la presencia de la joven, los investigadores anotaron que este bajó la mirada al suelo y no respondió, según indica el informe.</p><p>La víctima, que no es del condado, contó a los agentes que «había sido agredida sexualmente<i>.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDR67WR2LZCOHNVV6PTN3YCGTQ.jpg?auth=5199683e97589987dc2531edfa4577ed8b24b0611f5d5c2474edbbd4dc25fbc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Veit]]></media:description></media:content></item><item><title><![CDATA[Goalllll! Messi mania overtakes Argentina as legend breaks scoring record]]></title><link>https://www.local10.com/sports/2026/06/23/goalllll-messi-mania-overtakes-argentina-as-legend-breaks-scoring-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/goalllll-messi-mania-overtakes-argentina-as-legend-breaks-scoring-record/</guid><dc:creator><![CDATA[By ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Argentina’s passion for Lionel Messi has taken monumental form during the 2026 World Cup: A statue stands 26 meters tall in a remote town in Patagonia, and a mural signed by over 1,300 fans celebrates the captain who continues to inspire devotion across the country.]]></description><pubDate>Tue, 23 Jun 2026 20:38:24 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Argentina’s passion for Lionel Messi has taken monumental form during the 2026 World Cup: A statue stands 26 meters tall in a remote town in Patagonia, and a mural signed by over 1,300 fans celebrates the captain who continues to inspire devotion across the country.</p><p>A giant tribute to Messi</p><p>A 26-meter-tall (85-foot) figure of Messi made of 70 tons of steel and iron towers over the outskirts of Cutral Co, a remote southern town in Patagonia. The player is kneeling, with the World Cup trophy he won in 2022 between his legs and one arm raised, as if greeting motorists traveling along Route 22.</p><p>Even the strong Patagonian wind cannot topple this tribute, inaugurated on June 16 during Argentina’s World Cup debut, when the team once again dazzled under Messi, who sealed the victory over Algeria after scoring three goals.</p><p>Local authorities and the sculptor who designed it say it is the largest monument ever dedicated to the team captain, who turns 39 on Wednesday.</p><p>“He is Argentina’s natural ambassador. For me, it was very important, not only as an artist but as an Argentine,” Aldo Beroisa, 61, told The Associated Press.</p><p>The sculptor has designed giant dinosaurs and monuments to his country’s independence heroes in Cutral Co, an oil-producing town that has never attracted nearly as much attention as other Patagonian communities surrounded by picturesque lakes and mountains.</p><p>Now, the town is filling up with admirers who want to see the statue of the soccer player who has scored 18 goals since making his World Cup debut in 2006. He achieved the record as the tournament’s top scorer this week, after netting both goals in Argentina’s 2-0 victory over Austria.</p><p>The statue, which took 18 months to complete, depicts Messi falling to his knees on the grass at Lusail Stadium in Qatar during the 2022 World Cup final after Gonzalo Montiel sealed Argentina’s 4-2 shootout victory over France and crowned the country world champion.</p><p>The statue also depicts the captain clutching Argentina’s jersey with one hand and pointing to the sky with his index finger, as he often does when he scores a goal, in tribute to his late grandmother.</p><p>A mural made by fans</p><p>There are many murals of Messi around the world. However, the one painted in the Buenos Aires suburb of Berazategui stands out: The player’s smiling face is surrounded by the names of hundreds of his admirers.</p><p>The mural, which is about six meters wide and 5.5 meters high (20 by 18 feet), caught Messi's attention.</p><p>“Crazy ... thank you very much to all of you, to the people who supported it, who came by, and who keep coming by,” Messi said in a video sent to the creators.</p><p>Creator Leonel García, 32, is gracious when he talks about the making of the mural.</p><p>“This is a mural that I didn’t make by myself. Beyond the fact that I painted it, it was made by more than 1,300 people,” said García, recalling those who traveled to Berazategui from different towns to write down their names in the mural.</p><p>The mural was painted in 18 days. García collaborated with Federico Merodo, the owner of the parking lot where the wall that served as the canvas was built.</p><p>The hyperrealistic portrait posed a huge challenge, given that it depicts one of the most recognizable faces on the planet. The image is inspired by a gesture Messi made during a friendly match after Argentina’s triumph in Qatar, when he appeared relaxed and seemed to be enjoying the game.</p><p>“Messi brings joy to the country. The times we’re living through in Argentina may not be very good for some people, but Messi unites everyone ... and the mural does that too, because people from everywhere come together here, from every social class and every political sector,” García said.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FAE2IBI4HBDRLPTBFDTSHVKQ2A.jpg?auth=e4ee012a0b048675549fab641cadf45a86591e11fa883ecf2555b1d93ecc1631&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past a mural of Lionel Messi by artist Leonel Garcia, which includes the names of local residents inscribed by them as a tribute to the soccer star, in Berazategui, on the outskirts of Buenos Aires, Argentina, Monday, June 22, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MWMHUHKZSEAVZOPVCOPAUJPL6A.jpg?auth=405c6002de8315c16bc22497202a19b4306e645cc6e00a573153ccc32a59b0be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan holds a poster of soccer stars Lionel Messi and Diego Maradona after watching the World Cup soccer match between Argentina and Algeria in Buenos Aires, Argentina, Tuesday, June 16, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2AL7DEL56ANH2EPGZTJCEZB5Q.jpg?auth=b5bd417a0af6cd6d2cc121624741c4bc635637f4ef1637376db6d92d9f47cc5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sculpture of soccer star Lionel Messi by artist Aldo Beroisa, that was unveiled for Argentina's opening World Cup match against Algeria, stands in Cutral Co, Argentina, at sunrise Sunday, June 21, 2026. (AP Photo/Nestor Ponce)]]></media:description><media:credit role="author" scheme="urn:ebu">Nestor Ponce</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTWRGRR4M2LY4VOK5TSZPI5JSY.jpg?auth=049d8f6a7aeb34b0491601dadc2d8eb17587d2b4d69c5382331e42a25a6a5d8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans with masks of Argentina's Lionel Messi, center, and Emiliano Martinez gather to watch the World Cup soccer match between Argentina and Algeria in Buenos Aires, Argentina, Tuesday, June 16, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIAFVOX5YPPUJVDOL362ZYXTQY.jpg?auth=db5d58ea31a0ab660b7406aac399e1f1364199c56c816b231f58c25888dc47c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lionel Messi T-shirt hangs at a coffee shop as Argentina faces Austria for a World Cup match, in Buenos Aires, Argentina, Monday, June 22, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content></item><item><title><![CDATA[Mavericks announce hiring of Dusty May as coach hours before the start of the NBA draft]]></title><link>https://www.local10.com/sports/2026/06/23/mavericks-announce-hiring-of-dusty-may-as-coach-hours-before-the-start-of-the-nba-draft/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/mavericks-announce-hiring-of-dusty-may-as-coach-hours-before-the-start-of-the-nba-draft/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — The Dallas Mavericks officially announced Dusty May as their new coach just a few hours before entering the NBA draft with the ninth pick on Tuesday night.]]></description><pubDate>Tue, 23 Jun 2026 20:37:13 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — The Dallas Mavericks officially announced Dusty May as their new coach just a few hours before entering the NBA draft with the ninth pick on Tuesday night.</p><p>May is making the jump to the NBA less than three months after leading Michigan to its first NCAA championship since 1989. He had a 64-13 record in two years with the Wolverines, including a 34-3 season that ended with a 69-63 victory over UConn in the national title game.</p><p>The Mavericks made their choice to replace Jason Kidd official on the same day they could select the next young player who would be part of building around 2025 No. 1 pick and reigning Rookie of the Year Cooper Flagg, who turns 20 in December.</p><p>Dallas also has the final pick of the first round at No. 30 and the 48th choice in the second round, which will be held Wednesday.</p><p>“Dusty has won at every stage of his career because of his ability to build,” said new president of basketball operations Masai Ujiri, who let Kidd go about two weeks after getting hired by the Mavericks. “He develops players, creates accountability and brings people together around a shared standard of excellence. His work ethic is extraordinary, and his teams consistently reflect his values.”</p><p>May's title with Michigan came three years after he led Florida Atlantic to its only Final Four appearance. The Wolverines won the Big Ten Tournament in his first season after he inherited a team that went 8-24 under Juwan Howard. It was the school’s lowest win total since going 7-20 in 1981-82.</p><p>The 49-year-old May’s record in his last four college seasons was 124-26, an .827 winning percentage that was third best in all of major college men’s basketball over that span behind Houston’s Kelvin Sampson (.861) and Duke’s Jon Scheyer (.832). His overall college record is 190-82.</p><p>May spent 21 years in the college ranks after the Indiana native first served as a student manager for the Hoosiers and coach Bob Knight while he was in school there from 1996-2000. Florida, UAB and Murray State were among his stops as an assistant before debuting as a head coach with Florida Atlantic in 2018-19.</p><p>“This is one of the most respected franchises in professional sports, with passionate fans, a talented roster, and a clear commitment to building a championship organization,” May said.</p><p>Moving on from Kidd was the last part of putting the ill-fated Luka Doncic trade behind the Dallas franchise for good.</p><p>Nico Harrison, the engineer of the trade that brought the oft-injured Anthony Davis from the Los Angeles Lakers, was fired in November after the team started slowly in 2025-26. The Mavericks ended up missing the playoffs for the second consecutive season since reaching the NBA Finals and losing to Boston in five games.</p><p>Doncic and Kyrie Irving were the key players in that deep playoff run in 2024, two years after Doncic also reached the Western Conference finals with a mostly different supporting cast.</p><p>Irving remains on the roster amid lingering questions about his future after missing all of last season. Irving tore the ACL in his left knee in March of last year, a month after the Doncic trade.</p><p>“Dusty represents the type of leader we want guiding this franchise,” Mavericks governor Patrick Dumont said. “He has demonstrated throughout his career that success is built through preparation, character, accountability, and an unwavering commitment to excellence.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MT3WA2LJ74GEH7QS47DNJPEG7E.jpg?auth=5b9369d933ccec3b0b333563906728aa9f907418afa1b74c99dab7115c30d3f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May talks with the media following their a win over Michigan State after an NCAA college basketball game in Ann Arbor, Mich., March 8, 2026. (AP Photo/Lon Horwedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lon Horwedel</media:credit></media:content></item><item><title><![CDATA[Con profunda decepción reaccionan familiares de víctimas tras la absolución de George Pino por el accidente fatal de una embarcación ]]></title><link>https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[Seres queridos de las víctimas fallecidas y gravemente heridas en el accidente de embarcación de 2022, expresan su decepción después de que Pino fuera declarado no culpable]]></description><pubDate>Tue, 23 Jun 2026 17:22:15 +0000</pubDate><content:encoded><![CDATA[<p>Los seres queridos de las víctimas fallecidas y gravemente heridas en el accidente de embarcación de 2022 que involucró al destacado corredor de bienes raíces George Pino expresan su decepción después de que <a href="https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/">Pino fuera declarado no culpable</a> de todos los cargos el lunes.</p><p>Pino, de 55 años, fue absuelto de homicidio involuntario y homicidio náutico.</p><p>Los fiscales acusaron a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de su embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y se estrelló contra una baliza del canal cerca de Boca Chita Key, lo que causó la muerte de Lucy Fernandez, de 17 años. Otras dos adolescentes resultaron gravemente heridas, entre ellas Katerina “Katy” Puig, quien entonces también tenía 17 años y quedó con una discapacidad permanente.</p><figure><img src="https://www.local10.com/resizer/v2/W27KVTFPGRGWTBN4TJNMTAO6FE.jpeg?auth=6b863bfa1fdea1cb74a497d1644f70615142624e56016f6c26eec74f68214382&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Aunque no estamos de acuerdo con el veredicto, respetamos el proceso judicial y el papel del jurado”, dijo la familia Fernandez en un comunicado. “Este caso siempre fue más grande que George Pino. Se trata de nuestra hija, Lucy, y de una familia que la amó y se negó a dejar de luchar por ella. Su historia ya ha cambiado el panorama de la navegación en Florida, incluida la manera en que pensamos sobre la seguridad en el agua y cómo se abordan y sancionan las conductas imprudentes. La velocidad, el alcohol, la falta de atención y el desprecio por las normas destinadas a mantener a todos seguros están entre las decisiones más peligrosas y mortales que alguien puede tomar en el agua”.</p><p>La familia Puig también expresó su decepción por el veredicto.</p><p>“La familia Puig está profundamente decepcionada por el veredicto de hoy y nuestros corazones sufren por la familia Fernandez, que continúa viviendo cada día con la pérdida inimaginable de Lucy”, dijo la familia Puig en un comunicado. “Durante casi cuatro años, nuestra familia ha vivido con las consecuencias de aquel trágico día. Vemos las lesiones de Katy todos los días. Vemos los desafíos que continúa enfrentando, la fortaleza que demuestra para superarlos y el impacto que esta tragedia ha tenido en su vida y en la vida de quienes la aman. Ningún veredicto puede cambiar esa realidad”.</p><p>Fernandez y Puig estaban entre un grupo de adolescentes que viajaban a bordo de la embarcación de Pino para celebrar el cumpleaños número 18 de su hija.</p><p>Los fiscales sostuvieron en sus argumentos finales el lunes que Pino actuó de manera imprudente y que no había ninguna razón para que estrellara su embarcación.</p><p>“Fue imprudente y negligente”, dijo la fiscal adjunta Laura Adams. “Nadie, excepto este acusado, decidió la velocidad, la ruta o la dirección de navegación. Nadie ni nada es responsable de la muerte de Lucy Fernandez, excepto ese hombre”.</p><p>También señalaron que, aunque no se trataba de un caso de navegación bajo la influencia del alcohol, el consumo de alcohol formó parte de lo ocurrido esa tarde.</p><p>“¡Iba a toda velocidad!”, argumentó Adams. “¡Con todos estos adolescentes a bordo que habían consumido alcohol!”.</p><p>Sin embargo, el equipo de defensa de Pino sostuvo que el choque fue un terrible accidente y no el resultado de negligencia.</p><p>“No basta con que un ser humano no haya hecho todo lo que podía en un momento determinado”, dijo el abogado Howard Srebnick. “Se requiere un acto deliberado de indiferencia hacia sus pasajeros”.</p><p>En su comunicado, la familia Puig agradeció a los fiscales por su trabajo y dijo que cree que la investigación estuvo comprometida desde el principio.</p><p>“Durante mucho tiempo hemos creído que este caso estuvo comprometido desde el principio por fallas críticas en la investigación el día del accidente”, dijo la familia Puig. “A George Pino no se le practicó una prueba de sobriedad ni se le tomó una muestra de sangre. Como resultado, se perdió para siempre evidencia que debió estar disponible en una investigación de un accidente marítimo fatal. Esa falla privó a los fiscales, al jurado y, en última instancia, al público de información que podría haber ayudado a ofrecer un panorama más completo de lo ocurrido”.</p><p>El mes pasado también se realizó un <a href="https://katystrong19.org/" target="_self" rel="" title="https://katystrong19.org/">torneo de fútbol 5 contra 5</a> en honor a Katy Puig para apoyar su recuperación continua y fortalecer una comunidad enfocada en la educación, la defensa y el apoyo a las personas y familias afectadas por lesiones cerebrales traumáticas.</p><p>La <a href="https://www.lucyfernandezfoundation.org/" target="_self" rel="" title="https://www.lucyfernandezfoundation.org/">Fundación Lucy Fernandez </a>también emitió un comunicado en el que recordó a Fernandez como una persona que “tocó innumerables vidas y dejó una huella que continúa sintiéndose entre todos los que la conocieron”.</p><p>“La pérdida de su vida es algo que su familia, sus amigos y su comunidad llevarán para siempre, y ningún veredicto puede cambiar esa realidad ni disminuir el amor que la gente sigue sintiendo por ella”, continúa el comunicado.</p><p>La familia Pino dijo en un comunicado que está agradecida con los miembros del jurado por su decisión y que “continúa lamentando cada día la pérdida de Lucy Fernandez y orando por todos los afectados por este accidente marítimo”.</p><p>Los comunicados completos de la Fundación Lucy Fernandez, la familia Puig y la familia Pino pueden leerse íntegramente a continuación:</p><p><b>Familia Fernandez (Melissa, Andy y Kevin Fernandez):</b></p><p><i>“Queremos agradecer a la fiscal estatal adjunta Laura Adams, Jonathan Borst y a todo el equipo de la Oficina del Fiscal Estatal por sus incontables horas y su incansable búsqueda de justicia al presentar los cargos apropiados por lo que ocurrió ese día trágico.</i></p><p><i>“Aunque no estamos de acuerdo con el veredicto, respetamos el proceso judicial y el papel del jurado.</i></p><p><i>“Este caso siempre fue más grande que George Pino.</i></p><p><i>“Se trata de nuestra hija, Lucy, y de una familia que la amaba y se negó a dejar de luchar por ella. Su historia ya ha cambiado el panorama de la navegación en Florida, incluyendo cómo pensamos sobre la seguridad en el agua y cómo se abordan y aplican las conductas imprudentes. La velocidad, el alcohol, la falta de atención y el desprecio por las reglas destinadas a mantener a todos a salvo están entre las decisiones más peligrosas y mortales que cualquiera puede tomar en el agua.</i></p><p><i>“La falta de responsabilidad y los esfuerzos evidentes por ocultar la verdad no disminuyen esa pérdida. La profundizan.</i></p><p><i>“Nos mantenemos firmes en nuestra lucha por la responsabilidad, por leyes más estrictas y por una aplicación más fuerte, con la esperanza de salvar vidas.</i></p><p><i>“Independientemente del resultado de este caso, esperamos que nadie se vaya creyendo que las circunstancias que llevaron a la muerte de Lucy fueron aceptables. Esta tragedia sirve como un recordatorio poderoso de que ninguna familia debería tener que enterrar a un hijo debido a las decisiones descuidadas e irresponsables de alguien.</i></p><p><i>“La vida de Lucy importó. Seguirá importando mucho después de que este veredicto sea olvidado”.</i></p><p><b>Fundación Lucy Fernandez:</b></p><p><i>“Aunque los procedimientos legales han concluido, nuestro enfoque sigue siendo el mismo desde el principio: Lucy.</i></p><p><i>“A lo largo de este proceso, Lucy fue mencionada con frecuencia como evidencia en un caso. Pero para quienes la conocieron y la amaron, era mucho más. Era una hija, hermana, nieta, prima y amiga querida. Era divertida, amable, llena de vida y tenía todo su futuro por delante.</i></p><p><i>“Aunque su vida fue demasiado corta, Lucy tocó innumerables vidas y dejó un impacto que continúa siendo sentido por todos los que la conocieron. La pérdida de su vida es una que su familia, amigos y comunidad llevarán para siempre, y ningún veredicto puede cambiar esa realidad ni disminuir el amor que la gente sigue teniendo por ella.</i></p><p><i>“A lo largo del proceso judicial, una cosa quedó claramente establecida: demasiadas personas que operan embarcaciones no comprenden completamente las responsabilidades, riesgos y leyes asociadas con estar en el agua. Esa realidad debería preocuparnos a todos.</i></p><p><i>“La misión de la Fundación Lucy Fernandez nunca ha sido un tribunal. Se trata de honrar la vida de Lucy mediante educación, conciencia y defensa, y seguimos comprometidos con promover la seguridad en la navegación, fomentar la operación responsable y ayudar a las personas a comprender mejor las responsabilidades que conlleva estar en el agua. Nuestro objetivo es simple: hacer que el pasatiempo favorito de Lucy sea más seguro para todos y ayudar a prevenir que otras familias enfrenten una tragedia similar.</i></p><p><i>“Hoy recordamos a Lucy. Honramos su vida, la alegría y luz que dio a otros y el legado que continúa dejando. Reafirmamos nuestro compromiso con el trabajo de hacer más seguras nuestras vías navegables y de asegurar que la historia de Lucy siga inspirando un cambio positivo en nuestra comunidad y más allá”.</i></p><p><b>Familia Puig:</b></p><p><i>“La familia Puig está profundamente decepcionada con el veredicto de hoy, y nuestros corazones duelen por la familia Fernandez, que continúa viviendo cada día con la pérdida inimaginable de Lucy.</i></p><p><i>“Durante casi cuatro años, nuestra familia ha vivido con las consecuencias de ese día trágico. Vemos las lesiones de Katy todos los días. Vemos los desafíos que continúa enfrentando, la fuerza que demuestra al superarlos y el impacto que esta tragedia ha tenido en su vida y en las vidas de quienes la aman. Ningún veredicto puede cambiar esas realidades.</i></p><p><i>“Hemos creído durante mucho tiempo que este caso estuvo comprometido desde el inicio por fallas críticas en la investigación el día del accidente. A George Pino no se le realizó una prueba de sobriedad ni se obtuvo una muestra de sangre. Como resultado, se perdió para siempre evidencia que debería haber estado disponible en una investigación de un accidente marítimo fatal. Esa falla privó a los fiscales, al jurado y, en última instancia, al público de información que podría haber ayudado a proporcionar una imagen más completa de lo ocurrido.</i></p><p><i>“Estamos agradecidos con los fiscales por su dedicación, profesionalismo y esfuerzo incansable. Hicieron un trabajo sobresaliente con los hechos y la evidencia que se les proporcionó, y llevaron este caso con integridad y compasión por las víctimas y sus familias.</i></p><p><i>“Aunque respetamos nuestro sistema de justicia y el papel del jurado, discrepamos profundamente con el veredicto. Basados en la evidencia presentada, creemos que George Pino debió ser responsabilizado por la operación imprudente de su embarcación. También creemos que muchas personas que no están familiarizadas con la navegación pueden no comprender completamente los peligros asociados con el exceso de velocidad en el agua o la importancia de cumplir las reglas de navegación establecidas que existen para proteger vidas y prevenir exactamente este tipo de tragedia.</i></p><p><i>“El caso penal puede haber terminado, pero sus consecuencias no. Lucy sigue ausente. Las lesiones de Katy continúan. Dos familias siguen cargando con pesos que no pidieron ni merecieron.</i></p><p><i>“Hoy recordamos a Lucy. Seguimos apoyando la recuperación de Katy. Oramos por ambas familias y por todos aquellos cuyas vidas cambiaron para siempre el 4 de septiembre de 2022. Y aunque estamos decepcionados con el resultado de hoy, mantenemos nuestra firme convicción de que la verdad de lo ocurrido ese día no ha cambiado”.</i></p><p><b>Familia Pino:</b></p><p><i>“Agradecemos a los jurados por su cuidadosa consideración de la evidencia y por alcanzar un veredicto justo. Desde el principio, hemos mantenido que los hechos del 4 de septiembre de 2022 fueron un accidente trágico, no un delito. El testimonio presentado en el juicio, incluyendo relatos no refutados de testigos presenciales que no vieron signos de deterioro, confirmó que el señor Pino no estaba bajo la influencia, no operaba la embarcación de manera imprudente y que hizo todo lo posible por proteger a sus pasajeros después del accidente.</i></p><p><i>“Seguimos lamentando la pérdida de Lucy Fernandez todos los días y rezando por todos los que fueron afectados por este accidente marítimo. Nuestros corazones siguen con las familias de los involucrados en el accidente, y esperamos que este veredicto permita a todos continuar el largo proceso de sanación”.</i></p>]]></content:encoded></item><item><title><![CDATA[Federal officials plan to offload some warehouses purchased for immigrant detention]]></title><link>https://www.local10.com/news/politics/2026/06/23/federal-officials-plan-to-offload-some-warehouses-purchased-for-immigrant-detention/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/federal-officials-plan-to-offload-some-warehouses-purchased-for-immigrant-detention/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, RYAN FOLEY and REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[U.S. Immigration and Customs Enforcement is retreating from a plan to use warehouses to hold up to 10,000 people on a single site, jettisoning a key piece of former Homeland Security Secretary Kristi Noem’s $38-billion plan to rapidly expand detention capacity this year.]]></description><pubDate>Tue, 23 Jun 2026 20:26:30 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Immigration and Customs Enforcement is retreating from a plan to use warehouses to hold up to 10,000 people on a single site, jettisoning a key piece of former Homeland Security Secretary Kristi Noem’s $38-billion plan to rapidly expand detention capacity this year.</p><p>The federal government, which was sued by Michigan and a Detroit suburb, informed a judge Monday that a warehouse purchased in Romulus will be sold. Plans also are unraveling in Social Circle, Georgia, and the El Paso suburb of Socorro, local officials said.</p><p>The three cities are among 11 where the federal government spent a combined $1.074 billion on warehouses.</p><p>The New York Times first reported last week that federal immigration officials now plan to get rid of seven of the 11 warehouses — either giving them to other federal agencies or selling them outright.</p><p>DHS didn't confirm the reports but said in a statement that it is "moving swiftly to utilize EXISTING detention space with our state and county partners.”</p><p>Pushback to warehouse purchases was immediate</p><p>“Wildly foolhardy" is how Claire Trickler-McNulty, a former ICE official under the Obama, Trump and Biden administrations described the plans to convert the buildings into immigrant detention.</p><p>One issue was that Noem’s purchases were largely carried out of public view and angered communities that were caught by surprise. Some only learned about ICE’s ambitions after the agency bought or leased space for detainees.</p><p>After Noem was fired, her replacement, Markwayne Mullin, quickly paused the purchase of new warehouses.</p><p>Objections came from Republicans and Democrats alike</p><p>Some were opposed on moral grounds to ICE’s presence in their neighborhoods, while others questioned whether the facilities would be a drain on local resources, such as sewer and water systems.</p><p>Seven federal lawsuits were filed, and regulatory roadblocks created hassles elsewhere.</p><p>Meanwhile, questions about how much DHS paid for some warehouses triggered an internal audit. The agency shelled out double what the New Jersey warehouse was valued at in tax records and nearly five times more than the assessed value of the Social Circle warehouse.</p><p>Trickler-McNulty, the former ICE official, said ICE does have a few facilities that it owns that it inherited from its predecessor agency, the Immigration and Naturalization Service, but generally ICE has contracted out its detention needs.</p><p>“Facilities over 2,000 people just break down. It’s very hard to run a very big facility, to keep it staffed, to keep all of it moving,” she said.</p><p>Former head of plumbing business takes over for Noem</p><p>Mullin, who took over and expanded his family’s plumbing business before representing Oklahoma in the U.S House and Senate, acknowledged there had been issues at his confirmation hearing.</p><p>He noted that most municipalities don’t have the capacity in their infrastructure for waste and water.</p><p>Indeed the water issues were such a challenge that a federal lawsuit filed over the Salt Lake City warehouse, the costliest purchased at $145.4 million, said ICE officials told the mayor that they might need to truck water and sewage from the facility as an “interim solution.”</p><p>Plans begin to unravel</p><p>The New York Times story, which cited internal documents that the newspaper obtained, said the Salt Lake City warehouse is among those that federal immigration officials plans to hand off or sell. Also on the list is the Romulus warehouse, as well as one in New Jersey and two each in Georgia and Pennsylvania.</p><p>Michigan Attorney General Dana Nessel said it would have been an “abomination" if the 249,000-square-foot Romulus warehouse was transformed into immigrant detention, as was planned when it was purchased for $34.7 million,</p><p>“The ICE warehouse proposal was every bit as ill-conceived as it was cruel and unnecessary, and I am relieved that this chapter is coming to a close,” Nessel, a Democrat, said.</p><p>Social Circle, Georgia, announced last week in a statement that it has received notification from U.S. Rep. Mike Collins, a Republican, that the Department of Homeland Security is no longer pursuing an ICE detention facility there.</p><p>Meanwhile, acting ICE Director David Venturella told officials in the El Paso area during a visit there earlier this month that the agency has changed its plans for three warehouses it purchased in nearby Socorro for $122 million, said Rep. Veronica Escobar, who was present for the visit.</p><p>Escobar, a Democrat who represents El Paso, said during a news conference that ICE no longer plans to detain up to 8,500 immigrants in the facilities as originally envisioned, and instead will convert the property into an ICE campus, she said. The site will include an unspecified smaller number of detainees but also ICE offices and training space, she said.</p><p>Frustrations persist as communities seek details</p><p>However, many of the communities remained frustrated, as they struggled to get information about possible sales.</p><p>In Pennsylvania, state and local officials said Tuesday that they hadn’t received any new information from DHS about two warehouses bought earlier this year by the department. Both are being held up by the state’s denial of permits over concerns that drinking water and sewer service are inadequate to handle thousands of inhabitants.</p><p>U.S. Rep. Dan Meuser, whose district includes both warehouses, said he met Friday with DHS personnel, but that the agency hadn’t made a decision whether to use them as detention centers or sell them.</p><p>In Georgia, the city manager in Oakwood, said Tuesday he is talking to his state congressional delegation, trying to confirm rumors that a warehouse there will be sold. “I have not heard anything yet,” B.R. White said.</p><p>Work appears to continue on other warehouses</p><p>In Maryland, where a judge extended a stoppage on transforming a sprawling warehouse into a processing facility for immigrants, ICE is currently collecting public comments about the environmental impacts of the facility. And an announcement earlier this month disclosed more details on plans for the facility, including six secure recreation yards.</p><p>Patrick Dattilio, the founder of Hagerstown Rapid Response, which formed in opposition to housing ICE detainees in the warehouse, said there has been little communication outside of the lawsuit. But he remains committed to keeping it from opening.</p><p>“It’s a big warehouse," Dattilio said. “It’s not meant for people.”</p><p>___</p><p>Associated Press writers Marc Levy and Ed White contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRZ4NOCBVGBKXEPPEKU4ETUUFE.jpg?auth=1dd912d01436dbc7beb1971705ff869c9a274b945fc5435fe7eff77c9f552121&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A newly built warehouse is seen on Friday, Feb. 6, 2026, in Social Circle, Ga., where officials are concerned about U.S. Immigrations and Customs Enforcement's plans connected to a $45-billion expansion of immigrant detention centers. (AP Photo/Mike Stewart, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XY34BNLHMH4ZNZXRDUVHLBF2QQ.jpg?auth=589953bf99f63b0c1acf3209467b46fac90c6cf50a6350e1769176b7a0d74a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A massive 826,780-square-foot warehouse sits illuminated Feb. 12, 2026, in the El Paso suburb of Socorro, Texas, that was recently purchased by the U.S. Department of Homeland Security for $122.8 million. (AP Photo/Morgan Lee, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content></item><item><title><![CDATA[‘Deeply disappointed:’ Victims’ loved ones react after George Pino acquitted of wrongdoing in fatal boat crash]]></title><link>https://www.local10.com/news/local/2026/06/23/deeply-disappointed-victims-loved-ones-react-after-george-pino-acquitted-of-wrongdoing-in-fatal-boat-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/deeply-disappointed-victims-loved-ones-react-after-george-pino-acquitted-of-wrongdoing-in-fatal-boat-crash/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[Loved ones of the victims killed and seriously injured in the 2022 boat crash involving prominent real estate broker George Pino are expressing their disappointment after Pino was found not guilty on all charges Monday.]]></description><pubDate>Tue, 23 Jun 2026 16:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Loved ones of the victims killed and seriously injured in the 2022 boat crash involving prominent real estate broker George Pino are expressing their disappointment after <a href="https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/">Pino was found not guilty</a> on all charges Monday.</p><p><a href="https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/">Leer en español</a></p><p>Pino, 55, was acquitted of manslaughter and vessel homicide. </p><p>Prosecutors accused Pino, then 52, of being reckless when he lost control of his 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing 17-year-old Lucy Fernandez. Two other girls were seriously hurt, including then-17-year-old Katerina “Katy” Puig, who was left permanently disabled.</p><figure><img src="https://www.local10.com/resizer/v2/W27KVTFPGRGWTBN4TJNMTAO6FE.jpeg?auth=6b863bfa1fdea1cb74a497d1644f70615142624e56016f6c26eec74f68214382&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“While we do not agree with the verdict, we respect the judicial process and the role of the jury,” the Fernandez family said in statement. “This case was always bigger than George Pino. It is about our daughter, Lucy, and a family who loved her and refused to stop fighting for her. Her story has already changed the landscape of boating in Florida, including how we think about safety on the water and how reckless behavior is addressed and enforced. Speed, alcohol, inattention, and disregard for the rules meant to keep everyone safe are among the most dangerous and deadly choices anyone can make on the water.”</p><p>The Puig family also expressed their disappointment with the verdict. </p><p>“The Puig family is deeply disappointed by today’s verdict, and our hearts hurt for the Fernandez family, who continue to live every day with the unimaginable loss of Lucy,” the Puig family said in a statement. “For nearly four years, our family has lived with the consequences of that tragic day. We see Katy’s injuries every day. We see the challenges she continues to face, the strength she demonstrates in overcoming them, and the impact this tragedy has had on her life and the lives of those who love her. No verdict can change those realities.”</p><p>Fernandez and Puig were among a group of teenage girls who were onboard Pino’s boat to celebrate his daughter’s 18<sup>th</sup> birthday.</p><p>Prosecutors argued in closing arguments Monday that Pino was reckless and that there was no reason for him to crash his boat.</p><p>“He was reckless and negligent,” Assistant State Attorney Laura Adams said. “No one but this defendant decided the speed or path or direction of travel. No one and nothing is responsible for the death of Lucy Fernandez except that man.”</p><p>They pointed out that while it was not a BUI case, alcohol was part of the story that afternoon.</p><p>“He was going full throttle!” Adams argued. “With all these teens on board that had consumed alcohol.”</p><p>Pino’s defense team, however, argued the crash was a horrible accident and not the result of negligence.</p><p>“It’s not enough that a human failed to do everything they could in a moment in time,” attorney Howard Srebnick said. “It requires a purposeful act of indifference to his passengers.”</p><p>The Puig family, in their statement, thanked the prosecutors for their hard work and said they believed the investigation had been compromised from the beginning. </p><p>“We have long believed that this case was compromised from the very beginning by critical investigative failures on the day of the accident,” the Puig family said. “George Pino was not administered a sobriety test, nor was a blood sample obtained. As a result, evidence that should have been available in a fatal boating accident investigation was lost forever. That failure deprived the prosecutors, the jury, and ultimately the public of information that may have helped provide a more complete picture of what occurred.”</p><p>A <a href="https://katystrong19.org/" target="_self" rel="" title="https://katystrong19.org/">5-on-5 Soccer Classic</a> was also held last month in Katy Puig’s honor, supporting her ongoing recovery while building a community focused on education, advocacy and support for individuals and families impacted by traumatic brain injuries. </p><p>The <a href="https://www.lucyfernandezfoundation.org/" target="_self" rel="" title="https://www.lucyfernandezfoundation.org/">Lucy Fernandez Foundation </a>also released a statement, remembering Fernandez as a person who “touched countless lives and left an impact that continues to be felt by all who knew her.”</p><p>“The loss of her life is one that her family, friends and community will carry forever, and no verdict can change that reality or lessen the love people continue to have for her,” the statement continued.</p><p>The Pino family, said in a statement, that they were grateful to the jurors for their decision and that they “continue to mourn the loss of Lucy Fernandez every day and to pray for all those who were affected by this maritime mishap.”</p><p>Full statements from the Lucy Fernandez Foundation, the Puig family and the Pino family can be read in full below:</p><p><b>The Fernandez Family (Melissa, Andy and Kevin Fernandez):</b></p><p><i>“We want to thank ASA Laura Adams, Jonathan Borst, and the entire team at the State Attorney’s Office for their countless hours and tireless pursuit of justice in bringing the proper charges for what happened on that tragic day.</i></p><p><i>“While we do not agree with the verdict, we respect the judicial process and the role of the jury.</i></p><p><i>“This case was always bigger than George Pino.</i></p><p><i>“It is about our daughter, Lucy, and a family who loved her and refused to stop fighting for her. Her story has already changed the landscape of boating in Florida, including how we think about safety on the water and how reckless behavior is addressed and enforced. Speed, alcohol, inattention, and disregard for the rules meant to keep everyone safe are among the most dangerous and deadly choices anyone can make on the water.</i></p><p><i>“The lack of accountability and the blatant efforts to hide the truth do not lessen that loss. They deepen it.</i></p><p><i>“We remain steadfast in our fight for responsibility, for tougher laws, and for stronger enforcement, in the hope of saving lives.</i></p><p><i>“Regardless of the outcome of this case, we hope no one walks away believing that the circumstances that led to Lucy’s death were acceptable. This tragedy serves as a powerful reminder that no family should have to bury a child because of someone’s thoughtless and irresponsible choices.</i></p><p><i>“Lucy’s life mattered. It will go on mattering long after this verdict is forgotten.”</i></p><p><b>The Lucy Fernandez Foundation:</b></p><p><i>“While the legal proceedings have concluded, our focus remains where it has always been: on Lucy.</i></p><p><i>“Throughout this process, Lucy was often discussed as evidence in a case. But to those who knew and loved her, she was so much more. She was a beloved daughter, sister, granddaughter, cousin and friend. She was funny, kind, full of life and had her entire future ahead of her.</i></p><p><i>“Though her life was far too short, Lucy touched countless lives and left an impact that continues to be felt by all who knew her. The loss of her life is one that her family, friends and community will carry forever, and no verdict can change that reality or lessen the love people continue to have for her.</i></p><p><i>“Throughout the court proceedings, one thing became abundantly clear: far too many people who operate boats do not fully understand the responsibilities, risks and laws associated with being on the water. That reality should concern us all. </i></p><p><i>“The mission of the Lucy Fernandez Foundation has never been about a courtroom. It’s about honoring Lucy’s life through education, awareness and advocacy, and we remain committed to promoting boating safety, encouraging responsible operation and helping people better understand the responsibilities that come with being on the water. Our goal is simple: to make Lucy’s favorite pastime safer for everyone and to help prevent other families from experiencing a similar tragedy.</i></p><p><i>“Today, we remember Lucy. We honor her life, the joy and light she brought to others and the legacy she continues to leave behind. We recommit ourselves to the work of making our waterways safer and ensuring that Lucy’s story continues to inspire positive change in our community and beyond.”</i></p><p><b>The Puig Family:</b></p><p><i>“The Puig family is deeply disappointed by today’s verdict, and our hearts hurt for the Fernandez family, who continue to live every day with the unimaginable loss of Lucy.</i></p><p><i>“For nearly four years, our family has lived with the consequences of that tragic day. We see Katy’s injuries every day. We see the challenges she continues to face, the strength she demonstrates in overcoming them, and the impact this tragedy has had on her life and the lives of those who love her. No verdict can change those realities.</i></p><p><i>“We have long believed that this case was compromised from the very beginning by critical investigative failures on the day of the accident. George Pino was not administered a sobriety test, nor was a blood sample obtained. As a result, evidence that should have been available in a fatal boating accident investigation was lost forever. That failure deprived the prosecutors, the jury, and ultimately the public of information that may have helped provide a more complete picture of what occurred.</i></p><p><i>“We are grateful to the prosecutors for their dedication, professionalism, and tireless efforts. They did an outstanding job with the facts and evidence they were given, and they pursued this case with integrity and compassion for the victims and their families.</i></p><p><i>“While we respect our system of justice and the role of the jury, we profoundly disagree with the verdict. Based on the evidence presented, we believe George Pino should have been held accountable for the reckless operation of his vessel. We also believe that many people who are unfamiliar with boating may not fully appreciate the dangers associated with excessive speed on the water or the importance of adhering to established navigational rules that exist to protect lives and prevent exactly this type of tragedy.</i></p><p><i>“The criminal case may now be over, but its consequences are not. Lucy is still gone. Katy’s injuries remain. Two families continue to carry burdens that neither asked for nor deserved.</i></p><p><i>“Today, we remember Lucy. We continue to support Katy in her recovery. We pray for both families and for all those whose lives were forever changed on September 4, 2022. And while we are disappointed by today’s outcome, we remain steadfast in our belief that the truth of what happened that day has not changed.”</i></p><p><b>The Pino Family:</b></p><p><i>“We are grateful to the jurors for their careful consideration of the evidence and for reaching a just verdict. From the beginning, we have maintained that the events of September 4, 2022, were a tragic accident, not a crime. The testimony presented at trial, including unrebutted accounts from eyewitnesses who saw no signs of impairment, confirmed that Mr. Pino was not under the influence, was not operating the vessel recklessly and that he did everything he could to protect his passengers after the accident.</i></p><p><i>“We continue to mourn the loss of Lucy Fernandez every day and to pray for all those who were affected by this maritime mishap. Our hearts remain with the families of those involved in the accident, and we hope that today’s verdict allows everyone to continue the long process of healing.”</i></p>]]></content:encoded></item><item><title><![CDATA[Lin-Manuel Miranda and Eisa Davis set 'Warriors' musical for Broadway in 2027]]></title><link>https://www.local10.com/entertainment/2026/06/23/lin-manuel-miranda-and-eisa-davis-set-warriors-musical-for-broadway-in-2027/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/23/lin-manuel-miranda-and-eisa-davis-set-warriors-musical-for-broadway-in-2027/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Lin-Manuel Miranda and Eisa Davis are turning their concept album “Warriors” into a full-length Broadway show.]]></description><pubDate>Tue, 23 Jun 2026 20:08:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Lin-Manuel Miranda and Eisa Davis are turning their concept album “Warriors” into a full-length Broadway show.</p><p>The story — originally a 1965 novel that was made into a cult, dystopian 1979 film — follows a street gang called the Warriors as they make their way from the Bronx to their home turf of Coney Island in Brooklyn while being hunted by rivals gangs and cops. It will be the first full musical from Miranda since “Hamilton.”</p><p>The musical of “Warriors” is expected to begin previews next March and open next April at the Lunt-Fontanne Theatre. “Warriors” will be directed by Jenny Koons with a book by Miranda and Davis. No casting was announced.</p><p>“Musicalizing such a vibrant world for the concept album has been a thrill, and now we’re coming out to play on Broadway at the Lunt-Fontanne. We can’t wait,” Miranda and Davis said in a statement Tuesday.</p><p>Miranda and Davis released their album in 2024, keeping the bones of the story but making strategic changes in genders, like making the Warriors all women. The album had an astonishing list of artists playing various parts: Ms. Lauryn Hill, Nas, Busta Rhymes, Billy Porter, Ghostface Killah, RZA, Marc Anthony, Colman Domingo, Cam’ron, Shenseea and Joshua Henry, among them.</p><p>The album included the sounds of salsa, ska, agro-rock, boy band, pop, old-school rap and even K-pop. Spanish and Korean mixes with the English. It has the song “We Got You,” a seductive R&B tune delivered by a male gang wearing cardigans, and “Quiet Girls,” a feminist anthem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LUCW2AFNVVHYOHBFA3OEIHBVHI.jpg?auth=fac50de5990e0bc9e2c3126a939af9d90c748ed2fdb4dd7e2ea413376af5ed3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eisa Davis appears at The 2016 Lucille Lortel Awards for Outstanding Achievement Off-Broadway on May 1, 2016, in New York, left, and Lin-Manuel Miranda appears at the Kennedy Center Honors in Washington on Dec. 3, 2023. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Brady Tkachuk embraces fresh start with Panthers, reunion with brother, Matthew]]></title><link>https://www.local10.com/sports/local/2026/06/23/brady-tkachuk-embraces-fresh-start-with-panthers-reunion-with-brother-matthew/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/23/brady-tkachuk-embraces-fresh-start-with-panthers-reunion-with-brother-matthew/</guid><dc:creator><![CDATA[Kacy Hintz, Ryan Mackey]]></dc:creator><description><![CDATA[Brady Tkachuk was officially introduced Tuesday as the newest member of the Florida Panthers, joining his brother, Matthew Tkachuk, after a blockbuster trade with the Ottawa Senators.]]></description><pubDate>Tue, 23 Jun 2026 18:23:08 +0000</pubDate><content:encoded><![CDATA[<p>Brady Tkachuk was officially introduced Tuesday as the newest member of the Florida Panthers, joining his brother, Matthew Tkachuk, after a <a href="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/">blockbuster trade with the Ottawa Senators.</a></p><p><a href="https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/">Leer en español</a></p><p>The Panthers acquired the 26-year-old on Sunday in a deal that included multiple draft picks, including two first-round selections, bringing one of the NHL’s top power forwards to the two-time defending Stanley Cup champions.</p><p>Speaking alongside Panthers general manager Bill Zito at Baptist Health IcePlex, Brady Tkachuk said he is excited to join an organization focused solely on winning.</p><p>“I think everybody is just knowing it’s just by committee and just talking with Bill, everybody’s a part of the puzzle and everybody, their sole focus is winning and that’s something that I’m just excited to join into,” he said. </p><p>Brady Tkachuk spent the first eight seasons of his NHL career with Ottawa, serving as the Senators’ captain. Last season, he recorded 22 goals and 37 assists in 60 games and extended his streak of consecutive 50-point seasons to five.</p><p>Zito called Brady Tkachuk “the perfect piece to our puzzle,” adding that the Panthers’ culture is also a perfect fit for the veteran forward’s style of play.</p><p>For Brady Tkachuk, the move also carries significant family meaning as he prepares to play alongside his younger brother for the first time in the NHL.</p><p>“I guess that became a reality a couple of days ago and it’s still, I don’t think it’s hit the both of us and the fact that we’re going to be together every single day,” he said. “I know we’ve talked about, you know, little routines we’re going to have in the morning about, I know we like to get to the rink, both of us really early, so breakfast, coffee, and hanging out in the morning before guys get there.”</p><p>“At the end of the day I know it’s exciting, but I think it’s just for me the excitement to be a part of this whole entire group,” he added. </p><p>Tkachuk will wear No. 8 with Florida, a tribute to his father, Keith Tkachuk, who wore the number during his time with the Atlanta Thrashers and was recently elected to the Hockey Hall of Fame as part of the star-studded Class of 2026.</p><p>He previously wore No. 7 in Ottawa but said he was not going to ask Panthers defenseman Dmitry Kulikov to switch numbers.</p><p>The jersey was already available for purchase Tuesday at the team store, with fans quickly picking up merchandise featuring the newest member of the Panthers.</p>]]></content:encoded></item><item><title><![CDATA[Brady Tkachuk abraza un nuevo comienzo con los Panthers, y reencuentro con su hermano Matthew ]]></title><link>https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/</guid><dc:creator><![CDATA[Kacy Hintz, Ryan Mackey]]></dc:creator><description><![CDATA[Brady Tkachuk fue presentado como nuevo integrante de los Florida Panthers tras un canje de alto perfil con los Ottawa Senators.]]></description><pubDate>Tue, 23 Jun 2026 19:47:52 +0000</pubDate><content:encoded><![CDATA[<p>Brady Tkachuk fue presentado oficialmente el martes como el nuevo integrante de los Florida Panthers, donde se unirá a su hermano, Matthew Tkachuk, <a href="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/">tras un canje de alto perfil con los Ottawa Senators.</a></p><p>Los Panthers adquirieron al jugador de 26 años el domingo en un acuerdo que incluyó múltiples selecciones del draft, entre ellas dos de primera ronda, para incorporar a uno de los mejores delanteros de poder de la NHL al equipo bicampeón defensor de la Stanley Cup.</p><p>Durante una conferencia de prensa junto al gerente general de los Panthers, Bill Zito, en el Baptist Health IcePlex, Brady Tkachuk dijo que está entusiasmado por unirse a una organización enfocada únicamente en ganar.</p><p>“Creo que todos entienden que esto es un esfuerzo colectivo y, al hablar con Bill, queda claro que todos son parte del rompecabezas y que el único objetivo de todos es ganar. Eso es algo de lo que estoy muy emocionado de formar parte”, dijo.</p><p>Brady Tkachuk pasó las primeras ocho temporadas de su carrera en la NHL con Ottawa, donde fue capitán de los Senators. La temporada pasada registró 22 goles y 37 asistencias en 60 partidos y extendió a cinco su racha consecutiva de temporadas con al menos 50 puntos.</p><p>Zito calificó a Brady Tkachuk como “la pieza perfecta para nuestro rompecabezas” y agregó que la cultura de los Panthers también encaja perfectamente con el estilo de juego del veterano delantero.</p><p>Para Brady Tkachuk, el cambio también tiene un importante significado familiar, ya que se prepara para jugar junto a su hermano menor por primera vez en la NHL.</p><p>“Supongo que eso se hizo realidad hace un par de días y todavía no creo que ninguno de los dos lo haya asimilado por completo, el hecho de que vamos a estar juntos todos los días”, dijo. “Sé que hemos hablado de pequeñas rutinas que tendremos por la mañana. A ambos nos gusta llegar muy temprano a la pista, así que desayunar, tomar café y pasar el rato por la mañana antes de que lleguen los demás”.</p><p>“Al final del día sé que es emocionante, pero para mí la mayor emoción es formar parte de todo este grupo”, agregó.</p><p>Tkachuk usará el número 8 con Florida, como homenaje a su padre, Keith Tkachuk, quien utilizó ese número durante su etapa con los Atlanta Thrashers y recientemente fue elegido para el Salón de la Fama del Hockey como parte de la Clase 2026.</p><p>Anteriormente usó el número 7 en Ottawa, pero dijo que no le pediría al defensa de los Panthers Dmitry Kulikov que cambiara de número.</p><p>La camiseta ya estaba disponible para la venta el martes en la tienda oficial del equipo, donde los aficionados comenzaron rápidamente a comprar artículos con el nombre del nuevo integrante de los Panthers.</p>]]></content:encoded></item><item><title><![CDATA[GOP senators to meet Trump face-to-face at a time of growing frustration]]></title><link>https://www.local10.com/news/politics/2026/06/23/gop-senators-to-meet-trump-face-to-face-at-a-time-of-growing-frustration/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/gop-senators-to-meet-trump-face-to-face-at-a-time-of-growing-frustration/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Republican senators who have been at odds with President Donald Trump in recent weeks will have a chance to confront him face-to-face when he attends a party luncheon in the Capitol on Wednesday.]]></description><pubDate>Tue, 23 Jun 2026 19:43:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republican senators who have been at odds with President Donald Trump in recent weeks will have a chance to confront him face-to-face when he attends a party luncheon in the Capitol on Wednesday.</p><p>Senators said Tuesday that they hope the closed-door meeting will focus on unity, not disagreement. Yet it comes at a time when Trump appears to have lost interest in much of their agenda ahead of the midterm elections, pushing his proof-of-citizenship voting bill instead even though it doesn’t have the votes to pass.</p><p>In the last month, Trump has abruptly blocked Senate Republicans from confirming one of his own nominees, asked them to fund parts of his White House ballroom project despite opposition and forced them to defend his Iran war even as they question the strategy and endgame.</p><p>Trump has also helped whittle down his own support in the Senate after endorsing primary challengers to two GOP incumbents who were previously reliable votes for his agenda — Texas Sen. John Cornyn and Louisiana Sen. Bill Cassidy. Both men lost their primaries and have since become more critical of the president.</p><p>“If we’re going to win the midterm elections, we need to get on the same page,” Cornyn said Tuesday ahead of the meeting. “We’re not on the same page now, and that I think is dangerous.”</p><p>It was uncertain, though, if Trump’s visit would smooth differences with the Republican majority — or if GOP senators who have been increasingly vocal about their frustration will voice their concerns directly.</p><p>Republican Sen. Thom Tillis of North Carolina said a lot of his complaints with the administration have already been communicated. He said he hopes the meeting will be “conciliatory.”</p><p>“That would be a big win for us tomorrow,” Tillis said.</p><p>Trump pushes Thune on SAVE America Act</p><p>Adding to the tension is Trump’s increasingly distant relationship with Senate Majority Leader John Thune, R-S.D. While Thune remains popular in his conference and cordial with the president, he has spent much of his time lately telling Trump what he doesn’t want to hear.</p><p>Thune said Tuesday that while Trump and some in their conference want to see the voting bill pass, “it’s just not realistic.”</p><p>Trump has been pushing the Senate for months to eliminate the filibuster and pass the legislation, known as the SAVE America Act, which would create strict new requirements for voters to prove citizenship and show voter ID at the polls. He has also demanded that they add a ban on mail-in ballots to the bill as well as unrelated provisions to block sex reassignment surgeries on some minors and prevent people born as men from playing in women’s sports.</p><p>“John is a leader and hopefully he can get the votes,” Trump said Tuesday on a trip to Pennsylvania.</p><p>Thune devoted weeks of floor time to the voting bill earlier this year and has said he supports it. But he has repeatedly said there aren’t enough votes to scrap the filibuster that triggers a 60-vote threshold to pass most bills in the 53-47 Senate. And Democrats are uniformly opposed to the bill.</p><p>“Those are just hard realities,” Thune said. “And I think people at some point have to come to grips with that.“</p><p>Thune said he hopes the meeting is about “sitting down as a family” and “celebrating time left before the election."</p><p>Some GOP senators back Trump on SAVE Act</p><p>Thune said he found out Trump was coming to the luncheon from Florida Sen. Rick Scott, who had extended the invitation without telling him — an unusual move that could signal some frustration within the ranks. Scott, a close Trump ally, leads the Senate Republican lunch every Wednesday.</p><p>Scott, who ran against Thune for leader two years ago, said Trump responded "on the spot" to his invitation and said he would come.</p><p>“He’s going to be very positive," Scott said. "There's a lot that we can brag about that we’ve accomplished, and he wants to figure out how we can win November and continue to fulfill his agenda.”</p><p>On Monday, Scott sent a letter to his Republican colleagues arguing that the Senate should be taking votes every week on some version of the SAVE America Act and other GOP priorities that Democrats oppose.</p><p>“We need to show voters that we are listening to them and will fight for their priorities whether any Democrats vote with us or not,” Scott wrote.</p><p>Also needling Thune on the bill is Utah Sen. Mike Lee, a Republican who has amassed a large following on X with daily posts about how they should kill the filibuster and pass the bill. Several Republican senators, including Cornyn, confronted Lee at a closed-door lunch last week about his advocacy.</p><p>Lee has also echoed Trump’s claims that Republicans can’t win elections unless the bill passes, despite the party's sweeping victories in 2024.</p><p>“The push to pass the SAVE America Act is not a ‘fantasy,’” Lee posted over the weekend. “It’s a plan to avoid a nightmare — one that’s coming soon unless we act.”</p><p>Thune said Tuesday that it’s Lee’s prerogative to post, but “at the end of the day, I have a different reality. And sometimes the alternative universe that is X doesn’t reflect the facts on the ground.”</p><p>Frustration over Iran, intelligence job could also be topics</p><p>Trump could be faced with questions about his announcement on social media last week that he was delaying Jay Clayton’s nomination to become national intelligence director. Republican leaders had hoped to quickly confirm Clayton and circumvent Trump’s unpopular interim pick Bill Pulte, who has no known experience in the field.</p><p>In the same social media post, Trump said he wouldn't sign a renewal of a key surveillance law unless Senate Republicans attach the SAVE America Act. That hardline approach has some support in the House, where a group of 25 Republicans has vowed to oppose all legislation until the voting bill moves forward.</p><p>Republicans could also use the luncheon to push Trump on the war in Iran and the agreement with Iran to end it. Most lawmakers still have not been briefed about the deal.</p><p>Sen. Mike Rounds, R-S.D., said there are a lot of questions about the Iran agreement, but added that Trump may not be able to talk publicly about the ongoing negotiations.</p><p>“We’re there to listen” and to try and ensure that the rest of Trump’s term is successful, Rounds said. But that means “we’ve got to come out with a united team.”</p><p>___</p><p>Associated Press writer Joey Cappelletti contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOVYEHW4HVGR5FH3JVK2245ZWY.jpg?auth=faad3a862faa3f2de00b9a0b2a24fcbbaf3bc165242dc4796a3d92ab9681bf35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., speaks to reporters as Republican senators arrive for a closed-door lunch at the Capitol in Washington, Tuesday, June 23, 2026, to prepare for a meeting with President Donald Trump Wednesday. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CRAFAPDCF7QBX4ESNN2RN42XA.jpg?auth=a069fd4114377881271d931e9973fc116f3527680e8d830e2e17c24675d9c47d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, arrives at the Capitol in Washington, Tuesday, June 23, 2026, as Republicans prepare for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KJFD2FVH67OARXRQNTQS7S5IM.jpg?auth=7c342c8fe0db4b276b6d99dc3583edeed8f31e411defb4c4063d02fcb24c25c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., arrives at the Capitol in Washington, Tuesday, June 23, 2026, as he prepares for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Traslada ICE a detenidos del Centro de Detención de Krome mientras incendios forestales arden en las cercanías ]]></title><link>https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi]]></dc:creator><description><![CDATA[Un portavoz de ICE confirmó a Local 10 News el martes que los detenidos están siendo evacuados del Centro de Detención de Krome]]></description><pubDate>Tue, 23 Jun 2026 14:30:26 +0000</pubDate><content:encoded><![CDATA[<p>Un portavoz de ICE confirmó a Local 10 News el martes que los detenidos están siendo evacuados del Centro de Detención de Krome mientras <a href="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/">continúan ardiendo incendios de maleza cercanos en el oeste del condado de Miami-Dade.</a></p><p>El portavoz indicó que la agencia comenzó a evacuar la instalación durante el fin de semana “por abundancia de precaución” debido a los incendios de maleza que arden alrededor del centro de detención, ubicado en 18201 SW 12th St. en el oeste de Miami-Dade.</p><p>“ICE prioriza la salud y la seguridad de quienes están bajo nuestra custodia”, dijo un portavoz de ICE en un comunicado. “Durante el fin de semana, por abundancia de precaución, el Servicio de Inmigración y Control de Aduanas de Estados Unidos comenzó a evacuar el Centro de Procesamiento de Krome debido a incendios de maleza que arden alrededor del centro de detención”.</p><p>La agencia señaló que los detenidos han sido trasladados a otras instalaciones de ICE tanto dentro de Florida como fuera del estado.</p><p>También indicó que sus agentes están entrenados para emergencias como incendios forestales y que la evacuación se ha llevado a cabo de manera ordenada y sin incidentes reportados.</p><p>“ICE continuará trabajando con el Servicio Forestal de Florida para monitorear de cerca cualquier situación que pueda surgir”, continúa el comunicado.</p><p>La evacuación ocurre mientras una alerta de calidad del aire permanece vigente para el condado de Miami-Dade hasta las 3 p.m. del martes debido al humo de dos incendios de maleza que se iniciaron la semana pasada.</p><p>Un viento del sureste ha empujado gran parte del humo y la bruma más hacia el interior, mejorando la calidad del aire en gran parte del condado de Broward. Sin embargo, las condiciones siguen siendo una preocupación en partes de Miami-Dade.</p><p>El mayor de los dos incendios, llamado “Quarry 2” y ubicado al este de Krome Avenue, ha quemado 19,018 acres y está contenido en un 97%. El incendio Well Fire, cerca de Northwest 122nd Avenue, ha quemado 2,809 acres y está contenido en un 85%, según datos de la mañana del martes.</p><p>La evacuación ha generado preguntas debido a que tres instalaciones están ubicadas muy cerca entre sí en la zona:</p><ul><li>El Instituto Correccional Everglades, una prisión administrada por el estado que no fue evacuada</li><li>El Centro de Detención de Krome, la instalación de ICE que fue evacuada</li><li>Una antigua instalación de justicia juvenil que actualmente está abandonada</li></ul><p>Local 10 News ha solicitado a funcionarios estatales una aclaración sobre por qué el Instituto Correccional Everglades permaneció en operación mientras el Centro de Detención de Krome fue evacuado, pero aún no ha recibido respuesta.</p><p>Residentes y visitantes de Miami-Dade pueden seguir las últimas condiciones de incendios forestales y actualizaciones de contención a través del visor público de incendios forestales del Servicio Forestal de Florida haciendo <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[California intends to sue Trump administration over deal to end offshore wind project]]></title><link>https://www.local10.com/news/politics/2026/06/23/california-intends-to-sue-trump-administration-over-deal-to-end-offshore-wind-project/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/california-intends-to-sue-trump-administration-over-deal-to-end-offshore-wind-project/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[California intends to sue the Trump administration over its deal to end an offshore wind project proposed off the state's central coast.]]></description><pubDate>Tue, 23 Jun 2026 19:26:56 +0000</pubDate><content:encoded><![CDATA[<p>California intends to sue the Trump administration over its deal to end an offshore wind project proposed off the state's central coast.</p><p>State officials said they are combating the administration's attacks on their offshore wind industry by sending a notice of their intention to sue to the Department of the Interior on Tuesday. Tuesday’s action is focused on the administration buying back the lease for Golden State Wind, a floating offshore wind project off California’s central coast.</p><p>California has made a major commitment to offshore wind because of its potential to generate vast amounts of clean electricity from strong, consistent winds off its coast. Its strategy calls for the state to develop 25 gigawatts of offshore wind energy by 2045, enough to power roughly 25 million homes and provide about 13% of the state’s electricity supply.</p><p>These energy and climate goals are now in jeopardy, and that's why they will fight vigorously, said California Energy Commission Chair David Hochschild. He called the administration's strategy of buying back offshore wind leases “a strategic mistake of colossal proportions" that is especially stunning at a time when fossil fuel prices have been spiking due to the Iran war.</p><p>“Countries that thrive around the world are those that lean into innovation, into the energy sources of the future,” he said in an interview on Tuesday. “And so to turn away from this, and turn back the clock, and really engage in what I consider to be a war on innovation, is really ill-considered. And I think it’s a decision that’s not just bad for California, it’s bad for the nation.”</p><p>Trump administration favors fossil fuels over wind</p><p>President Donald Trump has said he’s boosting fossil fuels to unleash America’s affordable and reliable energy, and he frequently talks about his hatred of wind power. The Interior Department started buying back offshore wind leases after federal courts thwarted Trump’s efforts to stop offshore wind development through executive action.</p><p>In exchange for reimbursements of lease fees, companies are investing in fossil fuel projects and geothermal energy. Interior Secretary Doug Burgum said last week that “under President Trump, companies are shifting investment back toward dependable, secure energy infrastructure that can power our economy and lower utility costs.”</p><p>A total of five federal leases off California's coastline have been awarded to energy developers. Two are being canceled through deals with the Interior Department: Golden State Wind and another floating project off California’s central coast by Chicago-based Invenergy. The state says it also issued an administrative investigative subpoena on Tuesday to Invenergy, which accepted a $765 million deal last week to terminate its offshore wind leases.</p><p>California Attorney General Rob Bonta said in a statement that the state won’t stand idly by as the Trump administration “illegally strikes deals to kill offshore wind projects and replace them with more windfalls for his fossil fuel friends.”</p><p>Eight offshore wind projects have been stopped so far</p><p>The total amount spent on these agreements is nearly $2.6 billion. Under the first deal announced in March, French company TotalEnergies is getting nearly $1 billion — essentially a refund of its two offshore wind leases — if it invests the money in fossil fuels instead. Those leases were off the coasts of North Carolina and New York. New York is leading a lawsuit challenging the TotalEnergies agreement and Democrats in Congress are investigating it.</p><p>Golden State Wind and Bluepoint Wind agreed in April to end their leases. Bluepoint Wind was an offshore wind farm in the early stages of development off the coasts of New Jersey and New York.</p><p>Golden State Wind is a joint venture by Ocean Winds and the Canada Pension Plan Investment Board. Under its agreement, Golden State Wind can recover about $120 million in lease fees after the same amount is invested in oil and gas assets, infrastructure or projects along the Gulf Coast, Interior said. Michael Brown, CEO of Ocean Winds North America, said in April that the deal provided “clarity” for the company and its investors.</p><p>Hochschild and Bonta say that Interior illegally reallocated federal taxpayer dollars to pay Golden State Wind to abandon its offshore wind energy lease and invest an equal amount in out-of-state fossil fuel projects, which will do nothing to support California’s energy economy.</p><p>They also say California has invested more than $100 million over the past decade to ready its ports, transmission systems and industries to support offshore wind generation, and those investments may be lost if the Trump administration successfully halts offshore wind development.</p><p>California plans to sue in 60 days if the situation isn't rectified.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EQ3YMZYACHB5KSJ52IZDXR6YF4.jpg?auth=5daf83fcdf67a6d971515abb1ae1ee4242b3e7ea32867a08f1ae73ee64455ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with reporters before boarding Air Force One at John F. Kennedy International Airport in New York, early Tuesday, June 9, 2026, as Interior Secretary Doug Burgum listens. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Bolivia retorna gradualmente a la normalidad tras más de 50 días de protestas]]></title><link>https://www.local10.com/espanol/2026/06/23/bolivia-retorna-gradualmente-a-la-normalidad-tras-mas-de-50-dias-de-protestas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/bolivia-retorna-gradualmente-a-la-normalidad-tras-mas-de-50-dias-de-protestas/</guid><dc:creator><![CDATA[Por PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Camiones repletos de huevos, carne de pollo, verduras y otros alimentos comenzaron el martes a abastecer los mercados y puestos de venta en ciudades como La Paz y El Alto a medida que Bolivia regresa lentamente a la normalidad tras el despeje de las rutas y después de más de 50 días de protestas antigubernamentales.]]></description><pubDate>Tue, 23 Jun 2026 19:10:32 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Camiones repletos de huevos, carne de pollo, verduras y otros alimentos comenzaron el martes a abastecer los mercados y puestos de venta en ciudades como La Paz y El Alto a medida que Bolivia regresa lentamente a la normalidad tras el despeje de las rutas y después de más de 50 días de protestas antigubernamentales.</p><p>El presidente Rodrigo Paz dijo el martes a la prensa local que “el bloqueo ha sido derrotado” y aseguró que continuará dialogando con todas las organizaciones como “parte del reencuentro entre todos los bolivianos”.</p><p>En el cuarto día del estado de excepción declarado por Paz para frenar los bloqueos —los cuales paralizaron a La Paz y otras ciudades en uno de los conflictos más largos que provocaron desabastecimiento de alimentos, gasolina y oxígenos medicinal —, los precios de los alimentos comenzaban a volver a la normalidad, según constató The Associated Press durante un recorrido. Unos treinta huevos, que se vendían en 65 y 70 bolivianos (10 dólares) durante el largo bloqueo, se conseguían el martes en 30 y 35 bolivianos (5 dólares).</p><p>Después de varias semanas de no poder hacerlo, algunos productores también llegaron hasta un barrio popular para vender directamente desde sus camiones a la población.</p><p>Martha Troche, de 51 años, llegó junto con su esposo a La Paz en su camión desde la región productora de Santa Cruz tras estar varados dos semanas en los bloqueos.</p><p>“Íbamos a perder toda la producción de huevos, ahora vamos a venderlos para llevar a mi esposo al médico”, dijo Troche a la AP. Explicó que a raíz de la falta de agua su esposo sufre de temblores y teme que se deba a algún problema en los riñones.</p><p>Elsa Callisaya, una mujer aymara de 61 años, aseguró que después de un mes comprará un pollo para preparar un plato típico de La Paz y reunir a sus cinco hijos. “Antes era muy caro, a mí no me alcanzaba”, agregó.</p><p>Mientras tanto, la Administradora Boliviana de Carreteras realizaba la limpieza de las vías a nivel nacional, incluyendo las del centro del país, donde se mantuvieron los cortes de ruta hasta el lunes. El expresidente Evo Morales (2006-2019) llamó la víspera a sus seguidores a paus ar las protestas en esa y otras zonas.</p><p>El presidente Paz afirmó que el estado de excepción se mantendrá pese a que el país vuelve poco a poco a la normalidad. “Bolivia se tiene que ordenar porque no se puede volver a repetir lo que ocurrió estos últimos 50 días”, agregó.</p><p>Los estudiantes de La Paz y su vecina ciudad de El Alto volvieron a las aulas el martes después de más de un mes de pasar clases virtuales. Aunque aún hay filas de autos en las gasolineras en busca de carburante, la petrolera estatal aseguró que se agiliza el abastecimiento.</p><p>Desde inicios de mayo tres sectores sindicales comandaron las protestas: la Central Obrera Boliviana (COB), que firmó un acuerdo con el gobierno el viernes; el sindicato campesino-indígena Túpac Katari, que lideró los bloqueos en La Paz y ordenó el repliegue tras el estado de excepción y los seguidores de Morales que dejaron las protestas a pedido del exgobernante.</p><p>Las pérdidas totales por los bloqueos superan los 2.500 millones de dólares, según estimaciones del sector empresarial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WPJPK4A3WTMG3IOD4N54BJO6DA.jpg?auth=5fd25b85a02e74a399bdaf67a9755650e3b6c23827eac4c630825deda58abbfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer vende huevos desde un camión en La Paz, Bolivia, el martes 23 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FFMXNIRIW7CEH4TV6KHSCAXG2E.jpg?auth=bee914ae966c1ea75c1d3e3720b8cabc283874d653b0f297c4b15c55b0344183&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una vendedora coloca cajas de carne de pollo en La Paz, Bolivia, el martes 23 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[The Latest: Primaries bring out voters in New York, Maryland, South Carolina and Utah]]></title><link>https://www.local10.com/news/politics/2026/06/23/the-latest-primaries-bring-out-voters-in-new-york-maryland-south-carolina-and-utah/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/the-latest-primaries-bring-out-voters-in-new-york-maryland-south-carolina-and-utah/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The latest round of primary elections gets underway Tuesday in four states: Maryland, New York, South Carolina and Utah.]]></description><pubDate>Tue, 23 Jun 2026 21:32:34 +0000</pubDate><content:encoded><![CDATA[<p>The latest round of primary elections gets underway Tuesday in four states: Maryland, New York, South Carolina and Utah.</p><p>The midterm elections in November will determine control of both chambers of Congress and will also see the election of dozens of governors and other state and local offices. Before then, voters must choose nominees for each of these offices, making their picks in primary elections throughout the spring and summer in all 50 states.</p><p>Maryland: All eight of the state’s congressional districts will hold contested primaries. In a state that typically leans left (only one district is led by a Republican), the primaries often determine the general election winners. Gov. Wes Moore seeks the Democratic nomination for a second term.</p><p>New York: New York City Mayor Zohran Mamdani is looking to shape the city’s congressional delegation through a series of endorsements, including in districts 10, 13 and 7. Meanwhile, several Democrats are seeking the party nomination in District 12, including Trump critic George Conway and Kennedy family scion Jack Schlossberg.</p><p>South Carolina: Lt. Gov. Pamela Evette and state Attorney General Alan Wilson are vying for the Republican nomination for governor, and President Donald Trump said on Friday that either contender would be a good pick despite initially endorsing Evette earlier this month.</p><p>Utah: Voters will nominate congressional candidates using a new map that created a Democratic-friendly district in Salt Lake City.</p><p>Here's the latest:</p><p>Wilson’s ‘law and order’ stance wins over South Carolina voter</p><p>Pam Helton, who also said she supported Wilson in South Carolina’s gubernatorial primary two weeks ago, said it was the longtime attorney general’s approach to “law and order” that made him her choice in Tuesday’s runoff.</p><p>Wilson’s campaign platform includes criminal justice reforms like ending cashless bail and creating stricter mandatory minimum sentences for child sexual abuse material.</p><p>After voting at a precinct in Elgin, Helton said she didn’t really know much about Lt. Gov. Pamela Evette, who has been elected twice on a ticket with Gov. Henry McMaster but never run atop her own campaign before this year’s elections.</p><p>“The other lady, I haven’t really seen anything about her,” Helton said. “I don’t know what she has done. I just like Alan Wilson.”</p><p>This Maryland Democrat voted against the favorites</p><p>Norma James, 64, said she was initially excited to vote for Maryland Gov. Wes Moore, the state’s first Black governor, but public sentiment and research have changed that.</p><p>“The taxes have gone up,” and other questions about his honesty have come up, she said. “Public sentiment that I’ve found is he hasn’t fulfilled his promises. I did end up voting for Eric Felber.”</p><p>James said she was glad to see the 5th District seat open for the first time in decades, but she had questions about the candidate with the highest profile, Adrian Boafo. She went with Rushern L. Baker III, a two-term county executive.</p><p>James said she braved the weather because of those races and the sacrifices that people made for voting rights that are under attack. “I read that only one in four residents in Prince George’s vote. That’s appalling.”</p><p>Who will replace the longest-serving Democrat in the US House?</p><p>Rep. Steny Hoyer is a congressman. But he’s also a Democratic institution.</p><p>The lawmaker has served in Maryland’s 5th District for 45 years, including two decades spent as the party’s No. 2 in the chamber.</p><p>Now that he’s retiring, voters will have a chance to reflect on his leadership — and decide what they want for the future.</p><p>The candidate field offers a wide range of options, from one of his former staffers to a progressive attorney and a former Capitol police officer. The winner could offer a clue into what the state’s Democrats want the next generation of their party to look like.</p><p>Voter picked Stumbo for South Carolina attorney general ‘because I just liked his name’</p><p>That’s what Elgin voter John Potter said about casting his ballot for 8th Circuit Solicitor David Stumbo in the GOP runoff for South Carolina’s top prosecutor job.</p><p>Voter Lynn Strickland said she picked Stumbo, too: “I don’t know much about him, but I like him.”</p><p>Pam Helton said she sided with Stumbo’s opponent, state Sen. Stephen Goldfinch, but noted, “I really don’t even know him.”</p><p>The attorney general’s race is one of three statewide GOP runoffs up for grabs Tuesday. Current Attorney General Alan Wilson is in a Republican runoff for governor.</p><p>What to know about New York’s voting-eligible population</p><p>New York is racially and ethnically diverse with higher educational attainment than the U.S. as a whole. Black, Hispanic and Asian people make up a higher percentage of the voting age population than the country overall.</p><p>The Empire State leans left, voting for Kamala Harris in 2024 by an almost 13-point margin, but U.S. House primary contests in the state often indicate the direction of each party.</p><p>In New York City, all eyes are on several Democratic congressional primaries, many of which pit incumbents and establishment candidates against the party's progressive wing.</p><p>While there are a few contested Republican primaries in the state, the 21st Congressional District is one to watch. State Assemblyman Robert Smullen, popular among local party officials, is running against Trump-backed business owner Anthony Constantino.</p><p>Trump says his call to US Attorney in California swung primary vote for Hilton</p><p>Repeating his baseless claim that the California primary was rigged, Trump on Tuesday suggested that it was his call that got Republican gubernatorial candidate Steve Hilton a spot on the November ballot.</p><p>“Had I not made that call, Steve Hilton would right now be looking and watching the election from home,” Trump said at an event in Pennsylvania.</p><p>Trump said he made the call as California’s votes were being counted and it appeared Hilton might fall short. He said the U.S. attorney then made a call to “check” on the votes. About an hour later, Hilton was declared a winner, Trump said.</p><p>It took nearly a week to determine the general election matchup for governor due to California’s notoriously slow vote-counting process. Hilton edged out Democrat Tom Steyer.</p><p>Trump had previously suggested without evidence that his pressure helped swing the race for Hilton, but he had not mentioned the call.</p><p>A NY congressional primary pits progressives against Mamdani</p><p>When Mayor Zohran Mamdani won the Democratic nomination a year ago, New York Attorney General Letitia James was among the first to speak at his victory party.</p><p>But on Tuesday, James stood outside a poll site in Brooklyn with another candidate, Antonio Reynoso, urging voters not to cast their ballot for Mamdani’s preferred pick in New York’s 7th Congressional District, Claire Valdez.</p><p>Reynoso, a longtime city official currently serving as Brooklyn’s borough president, maintains support from a broad coalition of progressive groups, which have at times sparred with Valdez’s most vocal backers — the Democratic Socialists of America.</p><p>Rob Solano, a Reynoso supporter and self-described friend of DSA, said he was looking forward to the end of a race he called “unexpectedly tense.”</p><p>“We’re friends, and we’ll still be friends after this,” added Solano, who is the executive director of Churches United for Fair Housing Action. “But it’s like when one of your friends is hooking up with someone you don’t like. What can you do?”</p><p>Maryland voter unswayed by Hoyer’s endorsement</p><p>Michelle Green, 59, said she voted for Quincy Bareebe in the Democratic primary to replace Hoyer.</p><p>“I just love what she is doing in the community,” she said of the home healthcare professional.</p><p>A registered nurse, Green said Hoyer’s endorsement of Boafo did not hold sway.</p><p>“I just figured that they were all in the same bed together,” she said.</p><p>Green said she had only seen Boafo’s ads, while she had seen Bareebe in the community.</p><p>“I trust her,” she said.</p><p>Utah Democrat Nate Blouin hopes to rebound from social media controversy</p><p>The state senator is vying to represent a new, Democratic-leaning U.S. House district in the Salt Lake City area.</p><p>Blouin, a progressive firebrand in the GOP-controlled Legislature, faces two other progressives and former U.S. Rep. Ben McAdams, who is viewed as a moderate, in the Democratic primary for the 1st Congressional District.</p><p>He apologized in April for several posts he had made on internet forums between 2009 and 2015 that denigrated women and members of The Church of Jesus Christ of Latter-day Saints, the Utah-based faith known widely as the Mormon church.</p><p>Before the posts surfaced, Blouin was viewed as a top contender to challenge McAdams for the seat. Some of the party’s progressive wing has since shifted its support to political newcomer Liban Mohamed, a former Meta and TikTok employee.</p><p>A fractured vote among progressives could help McAdams emerge as the winner and move on to the November general election.</p><p>Democrats are expected to pick up a US House seat in an unlikely place: Utah</p><p>A heavily Democratic-leaning district anchored by Salt Lake City emerged from a lengthy legal battle over the previous congressional boundaries. It could be crucial for Democrats, who need to gain only a few U.S. House seats in November to take control of the narrowly divided chamber.</p><p>That means Democratic voters are deciding Tuesday who they will likely end up sending to Washington.</p><p>Former U.S. Rep. Ben McAdams, who is viewed as a moderate, faces three opponents to his political left. Progressives could split the vote, clearing a path for McAdams to return to Congress, or rally behind state Sen. Nate Blouin, Liban Mohamed or Michael Farrell.</p><p>Voter turnout in New York’s Lower East Side seems sparse despite Mamdani’s appearance</p><p>Several dozen people greeted Mayor Mamdani and congressional candidate Lander, both Democrats, outside a Lower East Side voting site, but not many of them were voting or expressing an intention to do so.</p><p>The voting site seemed sparsely attended, with a voter emerging every few minutes. One man came out of the building where voting was taking place, grumbling that the election had forced the cancellation of a program that provides lunches for older adults.</p><p>Long after the mayor had left after posing for pictures with local residents, Lander recorded a promotional video in which he pleaded for people to cast their votes, “and then you gotta text your friends and ask them to get out and vote.”</p><p>“We’re going to be calling people, knocking on doors, texting people all day long,” he said.</p><p>Mamdani shows up with Lander</p><p>New York City Mayor Zohran Mamdani stopped Tuesday morning outside a polling site on the Lower East Side for an appearance with congressional candidate Brad Lander, a fellow Democrat, calling candidacies like his “a referendum on whether the kind of leadership we have is the one that is serving the people of this city.”</p><p>“It’s not just a question of electing more Democrats. It’s a question of electing better Democrats,” the mayor said.</p><p>He said it was important that the candidates put “working people back at the heart of our politics” and champion freedom from fear and freedom of worship.</p><p>“It’s time to bring some of those notions back so that working people can look at this party and see themselves, see their struggles, see their focuses,” Mamdani said.</p><p>Wilson has run for governor as South Carolina’s top cop</p><p>Serving as attorney general since 2011, Alan Wilson has for years developed relationships with law enforcement officials across the state as they’ve built and prosecuted cases together.</p><p>Many of them returned the favor as Wilson launched his gubernatorial campaign, endorsing his candidacy.</p><p>Since advancing to the runoff, Wilson has also been endorsed by three fellow Republicans who didn’t make the cut: state Sen. Josh Kimbrell, and U.S. Reps. Ralph Norman and Nancy Mace.</p><p>He’s also gotten backing from U.S. Sen. Ted Cruz of Texas, who called the prosecutor “a proven conservative fighter who has spent years defending the Constitution.” Cruz came to South Carolina on Monday for three campaign events with Wilson.</p><p>In an uphill battle to unseat Gov. Wes Moore, Maryland Republicans will choose their fighter</p><p>Maryland’s first-term Democratic governor, Wes Moore, has been a rising star in the party.</p><p>On Tuesday, Republican voters hoping to return the state to GOP leadership will pick a candidate they think can unseat him.</p><p>Their choices include a variety of party representatives, from ultra-moderate to diehard conservative.</p><p>Among the most closely-watched contenders is Dan Cox, an attorney and former state delegate who unsuccessfully ran for governor four years ago. Cox has a photo of himself with Trump on his law practice’s website, and he has pledged to slash taxes and beef up housing affordability programs if elected.</p><p>Incumbent who led Trump impeachment vs. Mamdani-backed challenger in NY Democratic primary</p><p>Rep. Dan Goldman is up against former New York City comptroller Brad Lander, who has the backing of Mayor Zohran Mamdani, in the 10th District.</p><p>Goldman is seeking his third term in the heavily Democratic district that includes parts of Manhattan and Brooklyn.</p><p>The primary pits Goldman, a former federal prosecutor who was lead counsel in Trump’s first impeachment, against Lander, a longtime progressive who has Mamdani’s and Sen. Bernie Sanders’ support.</p><p>Lander was acquitted this month on charges related to a protest inside a building housing an immigration court and has pledged to push back against the Trump administration, promising to “fight, not fold.”</p><p>The Republican primary pitting a Trump disciple against the establishment GOP</p><p>How far can devotion to Trump take a politician? Anthony Constantino is betting it’ll get him to Congress.</p><p>Constantino, a “Make America Great Again” disciple backed by Trump, is facing off against conservative state lawmaker Robert Smullen in a Republican primary Tuesday for a seat in New York’s northern reaches.</p><p>The head of the custom sticker business Sticker Mule, Constantino is best known for his shameless overtures to the president, including putting a giant “Vote for Trump” sign atop one of his company buildings.</p><p>Meanwhile, Smullen, a former U.S. Marine Corps colonel and current state Assembly member, has heavy support from state Republicans and casts himself as a steady hand ready for the House.</p><p>Voters in Maryland’s 5th district beat the rain to cast their ballots</p><p>Voters came in small numbers to the Bowie High School 9th Grade Center under gray skies and the threat of rain.</p><p>Rodrick Greensword, 58, and his wife Natasha Greensword, 45, both voted for incumbent Gov. Wes Moore in the gubernatorial primary and Maryland State Delegate Adrian Boafo to be the Democratic nominee to replace Rep. Steny Hoyer.</p><p>“We know the governor is governed by the pillars on which his culture is built,” and he will work for the people, making moral and humane choices, Natasha said.</p><p>She said Boafo seemed to share the same values as Moore and Hoyer. She added that she thought Hoyer’s endorsement helped as well.</p><p>Evette came out swinging against Wilson on primary night</p><p>As soon as it was clear they’d be advancing to this week’s runoff, Lt. Gov. Pamela Evette called her opponent, state Attorney General Alan Wilson, a “career politician … who won’t take a stand and who does the political thing and not the right thing.”</p><p>Despite having been elected statewide multiple times by many of the same voters who have supported Evette, the mention of Wilson’s name elicited boos from her crowd.</p><p>In his remarks to supporters, Wilson didn’t name Evette, instead saying he welcomed support from voters who had backed other candidates.</p><p>Former US Rep. Ben McAdams has sought to shed his reputation as a moderate</p><p>When he first ran for Congress in 2018, McAdams faced the formidable task of convincing Utah Republicans and Democrats alike that he was a sensible moderate fit to represent a swing district. He did just that, narrowly defeating the Republican incumbent and quickly gaining a reputation as a bridge-builder in a single House term.</p><p>The political landscape has changed, and so has McAdams’ approach.</p><p>The former congressman previously described himself as anti-abortion. But this year, as he campaigned in a newly drawn district in the Salt Lake City area that leans heavily Democratic, McAdams pledged his support for abortion rights and insisted he’s only “moderate in tone.”</p><p>His progressive opponents have argued on the campaign trail that McAdams is too conservative to represent a deeply blue district. McAdams disagrees and says his record of action makes him the best fit.</p><p>Wilson says rancor with Nancy Mace mollified as the campaign went on</p><p>The South Carolina primary featured sharp attacks for months as Republicans battled for a rare open governor’s seat in the state.</p><p>However, Alan Wilson said the rivals’ rapport improved the more they saw each other in person around the state.</p><p>“It’s easy to say things about people on social media, but when you start talking to them backstage, at forums and debates and things like that, you have conversations, you start to see a human being, not an avatar on a social media app,” he said.</p><p>Wilson said he checked in on Rep. Nancy Mace regularly after her father died in April.</p><p>After finishing last in the June 9 primary, Mace swiftly endorsed Wilson, who said they had “buried the hatchet.” U.S. Rep. Ralph Norman, who also ran in the primary, endorsed him, too.</p><p>A plum open Democratic seat unleashes an avalanche of candidates</p><p>What do you get when a 17-term Democratic congressman announces his retirement from one of the nation’s wealthiest House districts in the heart of Manhattan? More candidates than voters may know what to do with.</p><p>Eight people are running in the Democratic primary to replace retiring Rep. Jerry Nadler. The race has been dominated by four of them. Two are icons of a new social media age: Jack Schlossberg, a 33-year-old Kennedy family heir and prolific poster who contends he’ll be the voice of a new generation, and George Conway, the former Republican lawyer turned Trump legal nemesis.</p><p>The two more traditional candidates, also the front-runners, come with their own unusual backstories. Assemblymember Micah Lasher, a childhood magician turned political insider, is the establishment favorite and endorsed by his former boss Nadler.</p><p>But he’ll have to get through Assemblymember Alex Bores, a former computer engineer whose AI regulation bill made him a target of more than $7 million of ads from AI backers seeking to end his candidacy. In an act of political jiu-jitsu, Bores has turned the onslaught into a positive, enlisting other deep-pocketed donors to spend to blunt it while becoming a national symbol of resistance to big money in politics.</p><p>He protected the Capitol on Jan. 6. Now he’s running for Congress</p><p>A former police officer who defended the U.S. Capitol from rioters on Jan. 6, 2021, is vying for a seat in one of Maryland’s most closely-watched congressional primaries.</p><p>Harry Dunn is one of 24 candidates on the Democratic primary ballot to succeed U.S. Rep. Steny Hoyer on Tuesday.</p><p>Dunn became an advocate for democratic institutions after the Jan. 6 riot. His campaign has carried forward that message. He’s running on a platform that includes protecting democracy and holding Trump and his allies accountable for misinformation and violence.</p><p>DOJ probes Brooklyn coffee shop that barred congressman for Israel views</p><p>The investigation, announced Monday by the DOJ’s Civil Rights Division, comes after a Brooklyn coffee chain said it would deny service to U.S. Rep Dan Goldman over his support for Israel.</p><p>In a since-deleted Instagram post, Poetica Coffee shared an image of Goldman in their Williamsburg store this weekend, along with a message that read, in part: “We don’t serve racists, fascists, homophobes, genocide enablers or anyone in between. Too bad we didn’t recognize you right away, or we would have turned you away.”</p><p>Goldman replied to the post saying that he’d purchased coffee from a barista who allowed his daughter to use the bathroom and “could not have been nicer.”</p><p>Goldman, a Democrat, faces a primary challenge Tuesday from former New York City Comptroller Brad Lander, in one of several congressional races animated by the war in Gaza.</p><p>Although Goldman has criticized the Israeli government, he has drawn anger from the left for accepting the endorsement of the American Israel Public Affairs Committee and refusing to use the word “genocide” to describe Israel’s military actions against Palestinians.</p><p>In their post, Poetica said it had refunded Goldman’s money, suggesting the funds were “probably coming from AIPAC anyways.”</p><p>Harmeet K. Dhillon, the top civil rights prosecutor at the Justice Department, said on X that Poetica could face an enforcement action for discrimination.</p><p>Goldman told CNN that he was saddened by the coffee shop’s post, but said he didn’t think it warranted an investigation by the Justice Department.</p><p>Inquiries to the coffee shop were not returned.</p><p>Winning statewide in November is a tall order for South Carolina Democrats</p><p>While Republicans are still hashing out their gubernatorial nominee, Democrats may have already settled the top of their ticket — but they have lots of ground to make up to win.</p><p>In the last gubernatorial race, GOP incumbent Gov. Henry McMaster defeated Democrat Joe Cunningham by nearly 18 percentage points. And Democrats haven’t won a governor’s race in the state since 1998.</p><p>As for U.S. Senate seats, no Democrat in the state has won one of those in decades, either. When he last ran in 2020, Republican Sen. Lindsey Graham defeated his Democratic opponent, Jaime Harrison, by a 10-percentage-point margin. That contest was the most expensive in state history, and among the country’s most expensive congressional races ever.</p><p>Alan Wilson says South Carolina GOP will unify after bruising governor primary</p><p>After casting his runoff ballot in Lexington on Tuesday, the state attorney general said that “it might take a couple of weeks” for candidates on opposing sides to shake off bad feelings from the grueling yearlong primary season.</p><p>But in the end, the longtime prosecutor seeking to become South Carolina’s next governor said, “I really do believe Republican party’s going to coalesce around the candidate” nominated.</p><p>Voters are choosing between Wilson and Lt. Gov. Pamela Evette in Tuesday’s runoff election for the GOP nomination.</p><p>Trump has endorsed both candidates after initially only backing Evette.</p><p>In left-leaning Maryland, primaries often determine the general election winner</p><p>Maryland is a blue state. Seven of its congressional districts are represented by Democrats, and one by a Republican. Those seats are unlikely to flip this fall, making voters’ choices on Tuesday especially consequential.</p><p>That dynamic has drawn high spending and crowded candidate fields in several of the state’s primaries. In one Democratic primary to replace U.S. Rep. Steny Hoyer, 24 candidates are on the ballot.</p><p>Utah redistricting leaves Trump-backed incumbent vulnerable to primary challenge</p><p>Republican U.S. Rep. Celeste Maloy is running for reelection in a district that is dramatically different from the one that first elected her three years ago.</p><p>Maloy faces former state lawmaker Phil Lyman, who is running to her political right, in a redrawn district that spans most of southern and eastern Utah.</p><p>The congresswoman from Cedar City was first elected to Congress in a 2023 special election, and she was reelected to a full term in 2024.</p><p>Lyman embraced false claims of fraud following the 2020 presidential election. He is best known for organizing an illegal ATV ride in protest of a federal land decision. A jury later found Lyman guilty of misdemeanor illegal use of ATVs and conspiracy, but Trump pardoned him in December 2020.</p><p>Democrats’ general election slate is largely already set</p><p>While Democrats also had multiple candidates running in some primary contests earlier this month, they’re not dealing with runoffs in the top races.</p><p>State Rep. Jermaine Johnson, seen as a rising star among South Carolina Democrats, defeated two other hopefuls to win his party’s gubernatorial nomination outright.</p><p>And Charleston physician Annie Andrews also cleared the Democratic field in her challenge to Graham.</p><p>There are some Democratic runoffs Tuesday, like in the 1st Congressional District currently represented by U.S. Rep. Nancy Mace.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GGQFD3IPBWA6UGIMHDBKQZX77I.jpg?auth=92fbbbc18fb62e1e4dc5635c25386946eb9917ee418d76764456542ada0dd71d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voting signs are displayed outside a polling station on Election Day during New York’s primary election on Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QUTE4RP3QHI5I5HMQHTODK3RFI.jpg?auth=c9f90bd4bc624e121a160ce1282c42828702332d0c1f7e55fd790e9408a6bafe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A voter completes their ballot at a voting site, in New York, Nov. 4, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JU647QNTCDJ7XRGMNYBI2YURU.jpg?auth=cdaa4cc2f7bc02600202e6bda6652a8b5a0a31f1d972653079a02b4476d3806f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign hangs at a voting center during Utah's primary election on Tuesday, June 23, 2026, in Salt Lake City. (AP Photo/Alex Goodlett)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Goodlett</media:credit></media:content></item><item><title><![CDATA[Charges dropped after man accused of pulling gun on Uber Eats driver, passenger in Wilton Manors]]></title><link>https://www.local10.com/news/local/2026/04/30/man-accused-of-pulling-gun-on-uber-eats-drivers-in-wilton-manors-posts-bond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/30/man-accused-of-pulling-gun-on-uber-eats-drivers-in-wilton-manors-posts-bond/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A man accused of pulling a gun on two people delivering his Uber Eats order is out of the Broward County jail.]]></description><pubDate>Fri, 01 May 2026 02:38:12 +0000</pubDate><content:encoded><![CDATA[<p><b>UPDATE: Court records show that the Broward County State Attorney’s Office declined to prosecute the case. </b></p><p><i>Previous story below:</i></p><p>A man accused of pulling a gun on two people delivering his Uber Eats order is out of the Broward County jail.</p><p>Devon Germano was seen making a quick exit Thursday after posting bond.</p><p>He’s charged with two counts of aggravated assault.</p><p>According to arrest documents, the incident happened April 18 in the 2000 block of Northeast Ninth Avenue in Wilton Manors.</p><p>Two people were making the delivery -- a driver and a passenger.</p><p>While dropping off the food, the driver told investigators he received a notification that the order had been canceled and asked the passenger to bring the food back so it could be returned to the restaurant, per Uber Eats policy.</p><p>As they were picking up the order, Germano, 30, allegedly opened the door and shouted that they were stealing his food.</p><p>According to documents, the driver told Germano the order had been canceled. Investigators say Germano then walked over to a white Tesla and said, “I got something for you,” before pulling out a gun and pointing it at the female passenger.</p><p>She told investigators that, fearing for her life, she put the food on the ground and got into the vehicle.</p><p>Investigators later obtained a search warrant for the Tesla and say they found a loaded Glock, 9MM magazine.</p><p>Both victims told investigators Germano “intentionally threatened their lives by his actions.”</p><p>In court, a judge set his bond at $15,000 and ordered that he have no contact with the victims, along with no firearms or ammunition.</p><p>Authorities later determined Germano’s order had not been canceled. However, the next order the driver was scheduled to deliver had been.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Federal appeals court allows the Trump administration to resume expanded use of speedy deportations]]></title><link>https://www.local10.com/news/2026/06/23/federal-appeals-court-allows-the-trump-administration-to-resume-expanded-use-of-speedy-deportations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/federal-appeals-court-allows-the-trump-administration-to-resume-expanded-use-of-speedy-deportations/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[A federal appeals court on Tuesday allowed the Trump administration to resume carrying out speedy deportations of undocumented migrants throughout the United States, not just near the border.]]></description><pubDate>Tue, 23 Jun 2026 21:19:06 +0000</pubDate><content:encoded><![CDATA[<p>A federal appeals court on Tuesday allowed the Trump administration to resume carrying out speedy deportations of undocumented migrants throughout the United States, not just near the border.</p><p>A divided three-judge panel of the U.S. Court of Appeals for the District of Columbia Circuit threw out a lower court decision that temporarily blocked President Donald Trump’s expanded use of expedited removal. The ruling was a big victory for the Republican administration, which views the expansion of so-called expedited removal as a key tool for carrying out its mass deportation policy.</p><p>Expedited removal — quick deportation without a chance to appear before a judge — has previously been applied to migrants arriving by sea or caught at or near the border shortly after crossing.</p><p>In January, Trump expanded its use to undocumented migrants all over the United States. Immigration agents began whisking migrants away from courthouses where they had gone for immigration proceedings and then removing them from the country within days.</p><p>“The Trump administration’s push for fast-track deportations will subject people to an unfair and error-prone system,” Anand Balakrishnan, senior staff attorney with the ACLU’s Immigrants’ Rights Project, said in a statement.</p><p>Balakrishnan represented plaintiffs in arguments before the appellate panel and said its ruling “undermines the fundamental principle that people receive due process when the government seeks to deport them.”</p><p>DC Circuit Judge Justin R. Walker, one of the judges on the panel, said the plaintiffs had not shown the expanded use of expedited removal violated due process rights. Immigrants received notice of removal proceedings and were given a chance to respond, he wrote in his opinion.</p><p>Walker and the second judge in the majority, Neomi Rao, were appointed by Trump. The third judge on the panel was appointed by President Barack Obama, a Democrat.</p><p>Walker said there was no requirement that the administration inform immigrants that they can avoid expedited removal if they can show they have been in the United States for more than two years.</p><p>"The constitutional requirement is notice of the action the government is taking and the grounds for it, plus an opportunity to respond," he wrote, adding that the plaintiffs' “contrary reasoning would require immigration officers to provide what amounts to legal advice.”</p><p>Walker and Rao vacated an order by U.S. District Judge Jia Cobb that put the expanded use of expedited removal on hold. Cobb, who was appointed by President Joe Biden, a Democrat, ruled in August that the administration had not developed procedures to ensure migrants were not wrongly deported under the expedited process.</p><p>The plaintiffs had put forward “substantial evidence" that the expedited removal process, on the contrary, carried a high risk of error when applied more broadly, Cobb said. The ruling cited examples of people who had lived in the U.S. for far longer than two years but were still ordered to be removed in expedited proceedings.</p><p>In his opinion, Walker acknowledged evidence of such errors, but said they resulted from “individual officers’ failure to follow the law — not defects in the written directives under review or the procedures they incorporate.”</p><p>The Trump administration has argued that its expansion of expedited removal includes protections to prevent arbitrary removal. In a court filing in October, Justice Department attorneys said Cobb's ruling was an “egregious error” that was depriving the administration of an “essential tool to combat the unprecedented surge of illegal immigration over the past few years” and efficiently deport potentially millions of people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XY34BNLHMH4ZNZXRDUVHLBF2QQ.jpg?auth=589953bf99f63b0c1acf3209467b46fac90c6cf50a6350e1769176b7a0d74a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A massive 826,780-square-foot warehouse sits illuminated Feb. 12, 2026, in the El Paso suburb of Socorro, Texas, that was recently purchased by the U.S. Department of Homeland Security for $122.8 million. (AP Photo/Morgan Lee, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content></item><item><title><![CDATA[Federal judge dismisses Justice Department lawsuit seeking detailed voter data from Maryland]]></title><link>https://www.local10.com/news/national/2026/06/23/federal-judge-dismisses-justice-department-lawsuit-seeking-detailed-voter-data-from-maryland/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/23/federal-judge-dismisses-justice-department-lawsuit-seeking-detailed-voter-data-from-maryland/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — The Trump administration's attempts to obtain state-level voter data have suffered yet another legal blow.]]></description><pubDate>Tue, 23 Jun 2026 18:35:39 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — The Trump administration's attempts to obtain state-level voter data have suffered yet another legal blow.</p><p>U.S. District Court Judge Stephanie Gallagher last week dismissed a Justice Department lawsuit against Maryland that sought access to the state’s voter records.</p><p>Gallagher, appointed by Republican President Donald Trump during his first term, wrote that she “joins every court to have addressed this issue" in concluding that the unredacted voter registration file "is not a record or paper that a state must produce to the United States.”</p><p>With the dismissal Thursday in Maryland, the number of states where the Justice Department has lost similar cases comes to nine. The department has sued to force release of detailed state voter data — which includes dates of birth, addresses, driver’s license numbers and partial Social Security numbers — in 30 states and the District of Columbia.</p><p>In addition to Maryland, judges have rejected those attempts in Arizona, California, Maine, Massachusetts, Michigan, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a Justice Department lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>In the Maryland case, the Justice Department tried to cite an opinion written by its own legal counsel's office that it had the right to the state voter records under federal civil rights law, but Gallagher was not persuaded.</p><p>“The Court will not interpret the (Civil Rights Act) contrary to its text simply because an office of the party advancing that interpretation has adopted it,” she wrote.</p><p>In explaining their push for the records, federal officials have said that they need the voter data to ensure that states are complying with federal election laws related to maintaining voter registration lists, even though states already have detailed processes to do that. In the case out of Rhode Island, a Justice Department attorney acknowledged that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status.</p><p>On Monday, a federal judge found that the Homeland Security program to check citizenship, referred to as SAVE, violated federal privacy laws and was wrongly identifying eligible voters as noncitizens. She ruled that the system could no longer be used.</p><p>Democratic and some Republican officials have objected to the Justice Department requests for detailed voter data and said such a demand violates state and federal privacy laws.</p><p>But at least 13 states have either provided or promised to provide their voter registration lists to the department, according to the Brennan Center for Justice and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZFMHETED3H7C4JXJ4ELXHPEEE.jpg?auth=3de41abd2ff948b1efc3737db1b7d6ae875fefbb788db3191c8259da1f88409f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday,, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLKC3AIYCZUHO3YKJ3BVR3EUYQ.jpg?auth=b932c64297e80aacbc93a5080be6b58f18426ffd20d633a24c3bcb1c53173e85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content></item><item><title><![CDATA[NHL exploring Texas expansion in Houston or Austin with billionaire Dan Friedkin and family]]></title><link>https://www.local10.com/sports/2026/06/23/nhl-exploring-texas-expansion-opportunities-in-houston-and-austin-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/nhl-exploring-texas-expansion-opportunities-in-houston-and-austin-ap-source-says/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The NHL is exploring potential expansion in Texas in either Houston or Austin under an agreement with billionaire Dan Friedkin and his family, Commissioner Gary Bettman said Tuesday.]]></description><pubDate>Tue, 23 Jun 2026 21:10:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The NHL is exploring potential expansion in Texas in either Houston or Austin under an agreement with billionaire Dan Friedkin and his family, Commissioner Gary Bettman said Tuesday.</p><p>Bettman said the Board of Governors executive committee endorsed a term sheet agreed to with the Friedkins over the next six months. The total investment required between an expansion fee and the cost to build a new arena in one of those cities would amount to $3.5 billion, according to Bettman, who said discussions over the past two years largely revolved around Houston before Austin joined the conversation.</p><p>“That’s part of the process is to determine what would be best, both for the league and for Dan Friedkin and family,” Bettman said. "Both cities will require a new arena. It may be more feasible in one place than the other. And as we dig a little deeper and do the due diligence, we’ll figure out which makes the most sense.”</p><p>Friedkin is chairman and CEO of the Friedkin Group with a net worth of $6.4 billion, according to Forbes. The Houston-based consortium has investments in the automotive industry, entertainment, hospitality and sports, including stakes in European soccer clubs Everton and AS Roma.</p><p>No board vote was taken. That would only come if the sides involved move forward with an agreement.</p><p>While there is no guarantee the NHL adds a 33rd team, the move is a first step toward becoming the largest professional sports league in North America, surpassing the NFL. Bettman has said officials were listening to expressions of interest from prospective owners in places like Houston and Atlanta but until now not yet engaged in a formal path toward expansion.</p><p>“There was an update on Atlanta, there was an update on Arizona and there was an update on South Texas," Bettman said. "But neither Arizona nor Atlanta are quite as far along in the process as the Friedkin opportunities.”</p><p>Montreal Canadiens owner Geoff Molson, who is on the executive committee, called it an important decision and said, “It’s just an exploration at this stage.”</p><p>In a statement released through Pursuit Sports, the Friedkin family said it had reached an agreement with the NHL for exclusive rights to a franchise in South Texas with a focus on Houston and Austin. It said it would be methodical in assessing the best option.</p><p>“Each city brings unique attributes that would make a new team a huge success — both have the infrastructure, passionate fan bases and economic strength needed to support a championship-caliber franchise for years to come," the family said. “We have wanted for some time to bring an NHL team to Texas, and we are excited that the process has now begun."</p><p>The league last expanded to 32 teams with the Seattle Kraken beginning play in 2021 after the Vegas Golden Knights started in the 2017-18 season. Before that, there had been 30 teams since 2000, when Columbus and Minnesota entered.</p><p>The recent success stories, combined with booming franchise values across sports, spurred talk of expansion in hockey circles, especially because expansion fees could exceed $1 billion. Seattle paid $650 million and Las Vegas $500 million.</p><p>From Florida to Texas to California and places in between, the NHL has enjoyed strong popularity across the Sun Belt and non-traditional hockey markets over the past four decades. Teams were added in South Florida and Tampa in Florida, San Jose and Anaheim in Calfironia, Nashville, Tennessee, and Las Vegas while relocations put teams in Dallas and Raleigh, North Carolina, Denver and elsewhere.</p><p>Teams in those places have won the Stanley Cup the past seven years in a row and 13 times dating to Colorado's championship run in 1995-96.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDL3MFFU27VSZER5MP63XEBMWY.jpg?auth=b75ffc92d1fcb74c347cf5bae21c8f019b865eb23bba9eeb7ba0ba35cad14f4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Houston skyline overlooks the Buffalo Bayou as it snakes its' way into downtown April 18, 2014. (AP Photo/Pat Sullivan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pat Sullivan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LRVTMUCNG3GWQAQUHMWJ3ITN3A.jpg?auth=9c605bb5edd5a47025d972c4c148caa7979fb2b1665a23acee40c19eece09e91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes fans react after a goal against the Vegas Golden Knights during the second period of Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALSOOJMRY4HZEM7OWGLBP343FI.jpg?auth=d7bc0f77b6255f088affe16fc9b8dc7057a28ddac0061fd2549e48e10547891c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes center Jordan Staal (11) lifts the Stanley Cup after a win over the Vegas Golden Knights in Game 6 of the NHL hockey Stanley Cup Final series, Sunday, June 14, 2026, in Las Vegas. (AP Photo/Candice Ward)]]></media:description><media:credit role="author" scheme="urn:ebu">Candice Ward</media:credit></media:content></item><item><title><![CDATA[NCAA panel approves new eligibility rules giving Division I athletes 5 years to play 5 seasons]]></title><link>https://www.local10.com/sports/2026/06/23/ncaa-panel-approves-new-eligibility-rules-giving-division-i-athletes-5-years-to-play-5-seasons/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/ncaa-panel-approves-new-eligibility-rules-giving-division-i-athletes-5-years-to-play-5-seasons/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Eager to lessen the chaos of the transfer portal era, the NCAA approved a new eligibility model for Division I athletes on Tuesday that will allow five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.]]></description><pubDate>Tue, 23 Jun 2026 18:26:43 +0000</pubDate><content:encoded><![CDATA[<p>Eager to lessen the chaos of the transfer portal era, the NCAA approved a new eligibility model for Division I athletes on Tuesday that will allow five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.</p><p>The Division I Cabinet approved the change from the longstanding tenet of college sports that gave athletes five years to complete four seasons of competition with their eligibility clock starting at the time of enrollment, regardless of age.</p><p>The move will all but eliminate waivers or resdhirt years for extended eligibility except for religious missions, maternity leave or active-duty military service. No longer will extensions be considered for athletes who are injured.</p><p>The rules are set to take effect this fall. Division I includes more than 350 schools, some 200,000 athletes and, with football and basketball leading the way, is by far the most lucrative of the three in the NCAA.</p><p>The five-in-five language also is included in Senate legislation intended to address numerous concerns across college sports and comes after a wave of lawsuits from athletes seeking to extend their college careers and ability to earn money through revenue sharing and name, image and likeness deals. Still to be seen is whether the new rules will withstand legal scrutiny alongside the existing challenges.</p><p>Heisman Trophy runner-up and Vanderbilt quarterback Diego Pavia remains the lead plaintiff in a lawsuit challenging an NCAA rule counting seasons spent at junior colleges against players’ Division I eligibility time. That case is slated for trial in February.</p><p>“I wouldn’t say that the rule change itself will slow lawsuits down,” said Sam Ehrlich, a Boise State assistant professor of legal studies in business and management who tracks litigation against the NCAA.</p><p>Ehrlich said athletes very well could continue to petition courts for extended eligibility based on antitrust arguments, but appellate courts recently have delivered wins for the NCAA by overturning preliminary injunctions in several cases.</p><p>The new eligibility model will affect all athletes who enroll in 2027-28. Currently enrolled athletes with eligibility after the 2025-26 academic year, and those who are incoming freshmen this fall, can apply the age-based model or continue under previous eligibility rules.</p><p>For schools with current athletes who may be eligible for hardship waivers or extensions of eligibility under current rules, the D-I Cabinet indicated the deadline to submit requests to the NCAA is July 31. After that date, waivers would no longer be available.</p><p>Attorney Mit Winter, who specializes in sports law, has called the five-year proposal and age limit “a very sensible rule” in offering a “more black and white” evaluation to player eligibility, particularly for schools navigating a complicated waiver process determined on a case-by-case basis.</p><p>But with athletes still not being considered employees or having collective bargaining available to establish agreed-upon standards, Winter said, legal challenges are likely.</p><p>“It might be a little easier to defend than the current rules we have,” Winter said when the rule was proposed in April. “But when you just look at it from a broad point of view, it’s still essentially limiting how long someone can work as a college athlete and be paid as a college athlete.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5424DZKFKAHTSHBA7L5BP7H6A.jpg?auth=54282628f732fb70acc43ef37aa1a19950a142baf430fec21dbc475349d32a85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma's Jason Walk (1), Kyle Branch (6), Jaxon Willits (7) and Trey Gambill (20) kneel together before playing against North Carolina in Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYC6TMD57ZU3V5FO7HMV5WLBTY.jpg?auth=bdd60155fba848391552fec700e855abbc7d2357927de208cbdd0b90a837648e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina players watch from the dugout as Oklahoma goes to bat in the ninth inning of Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGBKFL7MNIOGZ2ZLZQU523OMN4.jpg?auth=bdc13a476445e228b8f542d351911fcb979d5152adc6f058d6e08fe0d546244b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May celebrates after defeating UConn in the NCAA college basketball tournament national championship game at the Final Four, April 7, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Miles de cubanos rinden tributo a fallecido comandante revolucionario Ramiro Valdés]]></title><link>https://www.local10.com/espanol/2026/06/23/miles-de-cubanos-rinden-tributo-a-fallecido-comandante-revolucionario-ramiro-valdes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/miles-de-cubanos-rinden-tributo-a-fallecido-comandante-revolucionario-ramiro-valdes/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Miles de cubanos pasaron el martes por delante de la urna que guarda los restos mortales del histórico comandante revolucionario Ramiro Valdés Menéndez, fallecido el domingo, para rendirle un tributo.]]></description><pubDate>Tue, 23 Jun 2026 18:26:35 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Miles de cubanos pasaron el martes por delante de la urna que guarda los restos mortales del histórico comandante revolucionario Ramiro Valdés Menéndez, fallecido el domingo, para rendirle un tributo.</p><p>Entre los asistentes estuvo su compañero de armas y expresidente Raúl Castro.</p><p>Las cenizas de Valdés —quien llegó a ser jefe de la seguridad del Estado y del Ministerio del Interior— serán depositadas en el mausoleo que guarda las de Ernesto “Che” Guevara en Santa Clara.</p><p>La urna se ubicó en la sala de entrada del Ministerio de las Fuerzas Armadas, frente a la Plaza de la Revolución, junto a una foto del dirigente y coronas de flores. Una fila de varias cuadras de a dos o tres personas fue pasando pausadamente por delante. El gobierno decretó el duelo oficial.</p><p>“Me corresponde (rendir homenaje) como miembro de las Fuerzas Armadas... como cubana. Muchas son las gracias que tengo que darle por lo que hizo por esta revolución”, dijo a The Associated Press la teniente coronel Yorsana Victores, de 47 años.</p><p>Valdés llegó a ser el tercer hombre más importante de Cuba en la década pasada tanto por sus cargos en el gobierno como por su puesto en la dirección del Partido Comunista. Tenía 94 años al momento de su deceso.</p><p>Homenajes en su honor se desarrollaron también en muchas de las cabeceras provinciales de la isla, mostraron medios de prensa locales.</p><p>“La revolución de Ramiro (Valdés) es la que le dio la dignidad al pueblo cubano y no nos queda de otra que acompañarlo hasta el último momento como él lo hizo con el pueblo de Cuba”, dijo Lenger Hernández, un trabajador estatal de 48 años que hizo la larga cola para rendirle tributo.</p><p>Nacido el 28 de abril de 1932 en la occidental ciudad de Artemisa —cerca de La Habana--, Valdés tenía 21 años cuando fue reclutado por los hermanos Fidel y Raúl Castro para el asalto al Cuartel Moncada, que aunque resultó fallido se convirtió en el inicio del proceso revolucionario y la caída del dictador Fulgencio Batista.</p><p>Pocas veces aparecía en público y nunca hablaba con la prensa.</p><p>Valdés fue una figura clave en los primeros años del gobierno de Fidel Castro, pero en 1986 se alejó del poder.</p><p>En 2003 fue reincorporado al Consejo de Estado de Cuba, el órgano ejecutivo gobernante de la isla, y en 2006 Raúl Castro lo seleccionó para que dirigiera el Ministerio de Informática y las Comunicaciones. En 2009 fue designado vicepresidente del Consejo de Ministros Comunicaciones. Mantuvo el cargo de ministro hasta 2011 y de vicepresidente del consejo hasta 2019.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCYJLHHOA2YTQLWP6AUTDOFNVE.jpg?auth=33564200b071100e57cb6119959145867b345af06f89f77514fff20b30adc35c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal militar saluda junto a una fotografía de Ramiro Valdés mientras rinde su último respeto a una de las últimas figuras prominentes de la Revolución Cubana, durante su funeral en La Habana, Cuba, el martes 23 de junio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIGFXAW6A2V3UYUTAIASL6MHSQ.jpg?auth=9b93ea3d464eceadf511e7680742ac688a1fd8470b9f5ddc01ee5b0e7988228d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal militar rinde su último homenaje al fallecido Ramiro Valdés, una de las últimas figuras destacadas de la Revolución Cubana, durante su funeral en La Habana, Cuba, el martes 23 de junio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[AI stock slump raises the question if investors are just taking profits or getting very nervous]]></title><link>https://www.local10.com/business/2026/06/23/ai-stock-slump-raises-the-question-if-investors-are-just-taking-profits-or-getting-very-nervous/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/ai-stock-slump-raises-the-question-if-investors-are-just-taking-profits-or-getting-very-nervous/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Technology companies are spending big to incorporate artificial intelligence into their businesses and to build huge data centers. Investors who had jumped on the bandwagon appear to be having second thoughts.]]></description><pubDate>Tue, 23 Jun 2026 20:51:22 +0000</pubDate><content:encoded><![CDATA[<p>Technology companies are spending big to incorporate artificial intelligence into their businesses and to build huge data centers. Investors who had jumped on the bandwagon appear to be having second thoughts.</p><p>Proponents of artificial intelligence see it as the next great revolution for the global economy. The revolution won't come cheap. Just four companies — Alphabet, Amazon, Meta Platforms and Microsoft — plan to spend up to $720 billion this year, primarily on AI data centers.</p><p>This week, investors are looking at the huge sums being spent and questioning whether AI can produce the profits and productivity necessary to make all the investment worth it. Critics have been talking about the possibility of a bubble in AI investment. On Monday, Amazon and Alphabet fell about 5%.</p><p>On Tuesday, several companies that make the chips needed for the data center buildup — Nvidia, Micron Technology, Broadcom and Lam Research — led the market lower.</p><p>At first, Microsoft, Alphabet and other so-called hyperscalers turned to cash on hand to fund the AI expansion. But they're increasingly relying on the markets to raise cash.</p><p>AI buildout needs cash</p><p>Alphabet, the parent company of Google, said earlier this month that it’s raising $80 billion in cash to help pay for its investments by selling shares of its stock. Overall, Alphabet is planning to spend as much as $190 billion this year — more than all the stock of The Walt Disney Co. is worth, and Alphabet is forecasting its spending on investments next year will “significantly increase.”</p><p>In March, Amazon sold $54 billion of bonds in the U.S. and Europe as it plans to spend around $200 billion this year on AI investments.</p><p>Elon Musk's rocket maker SpaceX was on a three-day skid heading into Tuesday. It regained some lost ground, but ended trading slightly below the closing price on its first day of trading on June 12. Musk acknowledges that SpaceX will have to spend heavily to fulfill its plans of sending AI data centers into space, and the company has announced that part of an upcoming bond offering will fund its AI buildout.</p><p>High-priced chip companies</p><p>Chip companies have benefitted as the demand for memory chips and processing power for AI data centers and other projects has led to a supply shortage and a surge in prices. Investors have bid up the share prices of these companies now in anticipation of big profits down the road. By one measure, which compares a company's stock price to its earnings per share, these companies might look expensive.</p><p>Marvell Technologies lost money for five straight years before turning a profit of $2.7 billion in the fiscal year ended in January, thanks to gains in its data center business. The stock has more than tripled so far this year and its price-to-earnings ratio has gone from about 30 at the start of 2026 to near 100.</p><p>Some data storage companies have seen even more eye-popping gains. Sandisk shares have soared more than 700% year to date and its P/E ratio stands at 68. Whether Sandisk shares are overvalued will depend on whether it meets Wall Street’s lofty expectations for the next 12 months -- earnings per share of $188.05 per share compared with $29.16 per share for the 12 months ended March 31. When the current stock price is compared to the forecast, the price-to-earnings ratio falls to around 11.</p><p>The current price-to-earnings ratio for the S&P 500 is around 25.</p><p>On Tuesday, investors unloaded at least some of their holdings in these stocks. Sandisk sank 13.6%, while Marvell lost 9.4%.</p><p>The sell-off also took a bite out of exchange-traded funds, or ETFs, that invest heavily in tech stocks. The Invesco QQQ Trust Series ETF was down 3.3%, while iShares Semiconductor ETF slumped 7.9%.</p><p>Pocketing some gains</p><p>While some investors may have doubts that companies going full throttle on AI infrastructure spending will ultimately be able to generate profits to justify their investment, it's likely some of the selling this week may be investors pausing to pocket some of their gains after the stock market’s recent string of all-time highs.</p><p>“With no clear catalyst driving the move lower, we believe today’s pullback likely reflects profit-taking following a strong rally from the March lows,” said Brock Weimer, an investments strategy analyst at Edward Jones.</p><p>Big Tech gains have powered major stock indexes on record-setting runs this year. Within the S&P 500, the tech sector alone is up nearly 27% just over the last three months and roughly 17% for the year. In Asia, South Korea’s Kospi has nearly doubled so far in 2026.</p><p>Heavy selling on Tuesday triggered a halt in trading in the Kospi, which set the stage for the wave of tech stock selling when trading opened in U.S. markets, Wedbush analyst Dan Ives wrote in a research note Tuesday.</p><p>Overall AI enterprise demand in Asia is “showing no cracks in the armor, which continue to make us very bullish on owning the tech AI winners over the coming year,” he added.</p><p>Still, tech companies’ race to invest in the expansion of AI infrastructure could ultimately be sowing the seeds of future oversupply, according to Philip Straehl, chief investment officer at Morningstar Wealth.</p><p>“Periods of elevated capital investment have historically not translated into strong outcomes for investors, leaving us cautious on the outlook,” Straehl wrote in a report last week.</p><p>He expects that the rapid expansion of AI computing power will weigh on pricing, hurting companies’ returns and eventually result in a pullback in investing. Semiconductor companies are “particularly exposed to this dynamic,” Straehl wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F3XZASNP7UJ6CXP2PVGEKONZN4.jpg?auth=632d26c782ce14b8cf0c8bda572ac4f4ae933dd9726a1db7db76857169e9ca4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Joseph D'Arrigo works on the floor of the New York Stock Exchange, Tuesday, June 16, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[US eases restriction on Iran's World Cup team, allowing travel 2 days before next match]]></title><link>https://www.local10.com/sports/2026/06/23/us-eases-restriction-on-irans-world-cup-team-allowing-travel-2-days-before-next-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/us-eases-restriction-on-irans-world-cup-team-allowing-travel-2-days-before-next-match/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[The U.S. is easing its restrictions on Iran's World Cup team, allowing the squad to travel into the country two days before its next match, the U.S. Department of Homeland Security said Tuesday.]]></description><pubDate>Tue, 23 Jun 2026 19:36:56 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. is easing its restrictions on Iran's World Cup team, allowing the squad to travel into the country two days before its next match, the U.S. Department of Homeland Security said Tuesday.</p><p>The team will still be required to leave after Friday's match in Seattle, a department spokesperson said. A spokesperson for the Iran Football Federation confirmed that the team will leave its base camp in Tijuana, Mexico, on Wednesday for Seattle.</p><p>“This was planned on our end,” Andrew Giuliani, the executive director of the White House FIFA Task Force, told The Associated Press. “We were going to look at how the first two movements went, and if they went smoothly, we would extend the extra day in light of the longer travel time.”</p><p>The policy change was first reported by NBC News and comes as officials from both countries negotiate over how to end the war in Iran.</p><p>Iran's squad has complained about the travel restrictions levied on the team, and the challenges it has faced since the outbreak of war. Iran originally sought to move its group stage matches to Mexico, with whom it has diplomatic ties. The team’s base camp was relocated from Tucson, Arizona, to Tijuana. Several team officials and members of the support staff have been barred from traveling into the U.S. with the team.</p><p>For the first two matches, in Los Angeles, the team was not permitted to travel until the day before, which Iran coach Amir Ghalenoei repeatedly said put the team at a disadvantage. The team had less than 24 hours on the ground before its noon match Sunday. “Right now we need recovery more than anything,” Ghalenoei said through a translator after the 0-0 draw against Belgium. “The conditions have been extremely hard for us.”</p><p>It's not uncommon for teams to travel a day before the match, and it's in line with FIFA regulations, which state that “each team shall travel from its team base camp to the match venue one day before matchday (MD‑1) and in exceptional cases on MD‑2, and shall return to their team base camp after the match (on MD/MD+1).”</p><p>But Iran had asked for more time to acclimate to host cities and recover after matches, especially for the 1,200-mile (1,930-kilometer) trip to Seattle. The team has scheduled a Thursday training at the University of Washington.</p><p>“We don’t ask for much. We just ask for the same procedure as for all the other 47 teams,” Iran national team player Alireza Jahanbakhsh said Sunday. “Hopefully we can bring everyone who is involved and help us with us.”</p><p>The Iran team has also said it experienced difficulties entering and exiting the U.S. each time it made the 127-mile (204-kilometer) flight between Tijuana and Los Angeles. The typically short trip took five hours the day before its first match against New Zealand, team captain Mehdi Taremi said.</p><p>Hours before Sunday's match against Belgium, U.S. Homeland Security Markwayne Mullin told Fox News the Iranians had “tried to get somebody in yesterday” who had direct ties to Iran’s Revolutionary Guard. In a statement, the soccer federation vociferously pushed back, calling the claim “an outright and undeniable lie.”</p><p>It's unclear whether Iran's upcoming opponent, Egypt, will also be allowed to arrive in Seattle two days early. After its 3-1 victory against New Zealand in Vancouver Sunday, Egypt asked to fly directly to Seattle. FIFA denied that request, citing a lack of security resources to accommodate the last-minute demand. Egypt returned to its base camp in Spokane, Washington, a 45-minute flight from Seattle.</p><p>Egypt's national team did not immediately respond to a request for comment.</p><p>___</p><p>AP Sports Writer John Marshall contributed reporting. AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKAY7O5OMJFVW7Y2UIFJ574QCI.jpg?auth=59018130995f84143a1ccf33c76002a10a176e1b5d72859e469e9bae8880911e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran team pose for a group photo prior to the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCJW2IAFTGFSNFJTBLQUBF23SM.jpg?auth=3c320f29efd146d31b5239317f0fe29eb251b868aca1dfb33b80c20f61a4e677&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran goalkeeper Alireza Beiranvand (1) makes a save from Belgium's Maxim De Cuyper (5) during the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKETRBCRKVOB3UWA5ZCOH2NEF4.jpg?auth=7af9d1ce446d42343b472d14cd639fcb8767fe59b0949317739309b56ea4a767&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran players react at the end of the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Georgia’s QR codes for counting votes will remain for midterms after lawmakers vote to delay a fix]]></title><link>https://www.local10.com/news/politics/2026/06/23/georgias-qr-codes-for-counting-votes-will-remain-for-midterms-after-lawmakers-vote-to-delay-a-fix/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/georgias-qr-codes-for-counting-votes-will-remain-for-midterms-after-lawmakers-vote-to-delay-a-fix/</guid><dc:creator><![CDATA[BY SUDHIN THANAWALA and KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Georgia will stick with an embattled vote-counting method that relies on a QR code for this year’s midterm elections after lawmakers passed legislation Tuesday that put off making changes until 2028.]]></description><pubDate>Tue, 23 Jun 2026 18:07:49 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Georgia will stick with an embattled vote-counting method that relies on a QR code for this year’s midterm elections after lawmakers passed legislation Tuesday that put off making changes until 2028.</p><p>The votes in the state House and Senate came after lawmakers limited a provision that requires a hand recount of ballots in certain races. Leaders in the Republican-controlled Legislature said their plan to delay action on the vote-counting equipment had the support of the governor, Republican Brian Kemp.</p><p>Kemp had called lawmakers into a special session in part to address a July 1 deadline that was set to ban the QR codes used for the official vote count. Legislators passed a law two years ago that set that deadline, but then failed to find a replacement for tabulating votes.</p><p>Some voting rights activists had urged lawmakers to delay any changes to the QR code system, warning that there wasn't enough time before the midterm elections to ensure they didn't cause confusion at polling sites. Georgia is a political swing state where voters will decide nationally prominent races for U.S. Senate and governor in the fall.</p><p>State lawmakers last week appeared to have reached a deal on a bill to postpone the deadline for banning the QR code tabulation, but Senate Republicans over the weekend inserted an amendment that required a full hand recount of the top two races on the ballot. That change drew strong opposition from Democrats.</p><p>The revised bill that passed Tuesday would limit hand recounts to eight races for statewide office, including governor, lieutenant governor, attorney general and secretary of state. But the hand counts would take place only for the top two contests on a ballot and only if the margin of victory is within a half percentage point. U.S. Senate and House races would not be subject to the hand counts.</p><p>To qualify, the race would have to appear as the first or second contest on a ballot.</p><p>Democrats objected to any hand recount provision. Research has shown that hand-counting is more prone to error, costlier and likely to delay results. Yet it has gained traction with Republican lawmakers in some states as President Donald Trump repeats false claims about a stolen 2020 election.</p><p>Georgia already has established election procedures that include audits and provisions for recounts in certain circumstances, Democratic state Rep. Debra Bazemore said.</p><p>“The question before us is not whether we support election integrity. Of course we do,” she said. “The question is whether the bill actually improves election integrity or whether it creates a new opportunity to cast doubt on legitimate election results. I believe it does the latter.”</p><p>Rep. Victor Anderson, a Republican who helped lead a House study committee on elections that held public hearings around the state last year, said the bill is the “culmination of a lot of work.”</p><p>He cautioned that if no bill is passed to address the QR code deadline, all votes may have to be hand counted in the coming midterm election.</p><p>“This bill is not the ultimate solution,” he said. “This bill solves an immediate conflict we have and lays out a path to achieve the most election integrity, the most accuracy, the most transparency that we can have going forward when we implement the next uniform voting system in Georgia.”</p><p>The state's current system uses a QR code printed on ballots to tally the votes. It has drawn the ire of Trump, who claimed without evidence that voting machines in Georgia deleted or switched votes in the 2020 election. Trump narrowly lost the state to Democrat Joe Biden that year.</p><p>Georgia voting machines have been the subject of conspiracy theories, which manufacturer Dominion Voting Systems fought vigorously in court. But election integrity advocates also have raised concerns about the machines, arguing that they are vulnerable to hacking and that voters cannot be sure their selections are accurately reflected because people can’t read QR codes.</p><p>Dominion was bought by another company last year and is now known as Liberty Vote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGIUC2XHUBMAQRLEQR73SKRE7M.jpg?auth=4dc66fad8b369b594e0a900e77883b7c2a051e993e9b44b3b5f16707180de2f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman places her paper ballot into a machine after voting in a runoff election at C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V7AO5HOVTKEMUNU636KHVVAXYQ.jpg?auth=5e4319bcd5e120e92c6443b8918cfcbcc2e5667ffac13acef3d58dd9b2ef5783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voting machine is seen as people vote in a runoff election at the C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Brendan Sorsby has to wait until 2027 to join the NFL]]></title><link>https://www.local10.com/sports/2026/06/23/nfl-informs-brendan-sorsby-it-will-not-hold-a-supplemental-draft-this-year/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/nfl-informs-brendan-sorsby-it-will-not-hold-a-supplemental-draft-this-year/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[Brendan Sorsby will have to wait until 2027 to begin his NFL career.]]></description><pubDate>Tue, 23 Jun 2026 19:42:51 +0000</pubDate><content:encoded><![CDATA[<p>Brendan Sorsby will have to wait until 2027 to begin his NFL career.</p><p>The NFL informed the 22-year-old quarterback on Tuesday that it will not hold a supplemental draft this year, and encouraged him to focus on preparing for possible entry into the league through the regular draft next year.</p><p>The league told Sorsby of its decision in a letter that was obtained by The Associated Press.</p><p>Sorsby had applied for the supplemental draft after a legal battle with the NCAA, which had declared him ineligible for making thousands of bets on sporting events worth at least $90,000 during his college career. Those included at least 40 bets on Indiana while he was a freshman there in 2022, though none on the games in which he played for the Hoosiers that season.</p><p>The NFL hasn't held a supplemental draft since 2023 and had no plans to do so this year before Sorsby's petition. No player has been selected in the supplemental draft since 2019.</p><p>“Your Petition — filed three business days before the deadline, without any supporting information or documentation, and only after abandoning your recent litigation efforts to avoid NCAA sanctions — does not provide a basis for the League to alter those plans," NFL attorney Lawrence P. Ferazani Jr. said in his letter to Sorsby and the 32 NFL teams. "The issues presented by your Petition are too significant, and too closely tied to the League’s core integrity interests, to permit meaningful review within the timeline presented.”</p><p>Eligibility for either the regular draft or supplemental draft is required for entry into the NFL, per the Collective Bargaining Agreement between the league and its union. A player who is not selected in the draft could then enter the league as a free agent.</p><p>“No player shall be eligible to be employed by an NFL Club until he has been eligible for selection in an NFL Draft,” the CBA states in Article 6.</p><p>Sorsby is considered a potential Day 2 pick — second or third round — in next year's draft. Teams will have to be convinced he's overcome his gambling problems.</p><p>The NFL's letter pointed out that Sorsby's petition didn't address reports that he may have violated state criminal law nor did it “demonstrate accountability for your conduct or indicate whether, or how, you would adhere to the League’s rules and policies governing the integrity of competition."</p><p>It concluded: “We encourage you to focus on preparing for possible entry into the NFL through the 2027 NFL Annual Draft.”</p><p>The submission deadline for the rarely used supplemental draft was Monday. Sorsby had planned to work out for NFL teams on July 10.</p><p>Sorsby, after transferring earlier this year from Cincinnati to Texas Tech, was banished from competition by the NCAA for the gambling activity.</p><p>After spending a month in a residential treatment program for a diagnosed addiction that led to thousands of bets, Sorsby sued the NCAA and gained a court-ordered reinstatement that prompted nationwide backlash toward Texas Tech. The controversy led Sorsby to enter this special draft session.</p><p>“The sole reasons identified in your Petition for seeking entry into the Supplemental Draft are that you have been ‘declared ineligible’ by the NCAA, have ‘exhausted all of (your) avenues to continue in the NCAA,’ and ‘want to now play in the NFL,’” Ferazani wrote. “The Petition provides no information regarding the basis for, or timing of, the NCAA’s decision. Public sources, however, indicate that in May 2026 the NCAA issued a determination declaring you permanently ineligible from participation in college athletics, based on a sustained pattern of improper gambling activity during your collegiate career at three different universities.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z626Z5J3UXHOPFKVA6IPLLWMJI.jpg?auth=ddfc8c261cc399cb414d188867fddf842c9a9f7c70b60bbaee31c296378dba94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati transfer and future Texas Tech quarterback Brendan Sorsby attends an NCAA college basketball game between Texas Tech and Houston, Jan. 24, 2026, in Lubbock, Texas. (AP Photo/Annie Rice, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content></item><item><title><![CDATA[AI weather models changing the hurricane forecast game]]></title><link>https://www.local10.com/weather/hurricane/2026/06/23/ai-weather-models-changing-the-hurricane-forecast-game/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/23/ai-weather-models-changing-the-hurricane-forecast-game/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The 2025 hurricane season was a coming-of-age story for AI weather models, which have been around in some capacity since around 2022. ]]></description><pubDate>Tue, 23 Jun 2026 17:14:30 +0000</pubDate><content:encoded><![CDATA[<p>The 2025 hurricane season was a coming-of-age story for AI weather models, which have been around in some capacity since around 2022. </p><p><a href="https://www.local10.com/espanol/2026/06/23/los-modelos-meteorologicos-de-ia-revolucionan-el-pronostico-de-huracanes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/los-modelos-meteorologicos-de-ia-revolucionan-el-pronostico-de-huracanes/">Leer en español</a></p><p>Last hurricane season, AI models not only proved they could compete with the gold-standard corrected consensus models – the guidance human forecasters rely on most that blend the best physics-based forecast models and correct for their biases in real-time – but beat them, even besting the National Hurricane Center’s official forecast across nearly every forecast period.</p><figure><img src="https://www.local10.com/resizer/v2/DMTR2VDYOJHNJFA7MI5TZDIXCE.png?auth=3e52b5f189ec0d340f30ae00b2e0056bb030342e2e544dda87cb8b04d311715d&smart=true&width=1200&height=900" alt="Forecast track skill for the main hurricane track models for the 2025 Atlantic hurricane season relative to climatology and persistence (the “no-skill” benchmark for forecast models). The higher numbers indicate higher skill and more accurate forecasts. The best-performing model in 2025 was Google’s machine learning-based DeepMind (green line). NHC’s official forecast (black line) was the second most-skillful forecast followed by the gold-standard Hurricane Forecast Improvement Program (HFIP) Corrected Consensus Approach (HCCA) model (pink line). (National Hurricane Center)" height="900" width="1200"/><figcaption>Forecast track skill for the main hurricane track models for the 2025 Atlantic hurricane season relative to climatology and persistence (the “no-skill” benchmark for forecast models). The higher numbers indicate higher skill and more accurate forecasts. The best-performing model in 2025 was Google’s machine learning-based DeepMind (green line). NHC’s official forecast (black line) was the second most-skillful forecast followed by the gold-standard Hurricane Forecast Improvement Program (HFIP) Corrected Consensus Approach (HCCA) model (pink line). (National Hurricane Center)</figcaption></figure><p>It was impressive, though not altogether surprising, for an AI-designed hurricane model to be competitive in forecasting hurricane track, but it was downright incredible to see an AI forecast model top the National Hurricane Center’s official intensity forecast last season, as Google’s DeepMind did across most forecast periods.</p><figure><img src="https://www.local10.com/resizer/v2/HZDSWIMRNNERTJHIGQF2F5UMDY.png?auth=f57f8ef9ec6e291c65ff1c7f6be1cdc9d6611e52a4956bed10eecb51d83365ec&smart=true&width=1200&height=900" alt="Forecast intensity skill for the main hurricane intensity models for the 2025 Atlantic hurricane season relative to the “no-skill” Decay-SHIFOR5 (Statistical Hurricane Intensity FORecast) benchmark. The higher numbers indicate higher skill and more accurate forecasts. The top intensity forecasts in 2025 for most periods came from Google’s machine learning-based DeepMind (green line), followed by NHC’s official intensity forecast (black line). The least-skillful intensity forecasts were from our global models such as the American GFS (dark blue line) and European model (light blue line). Global forecast models can excel with hurricane track forecasting but don’t capture the fine details necessary for hurricane intensity forecasting. (National Hurricane Center)" height="900" width="1200"/><figcaption>Forecast intensity skill for the main hurricane intensity models for the 2025 Atlantic hurricane season relative to the “no-skill” Decay-SHIFOR5 (Statistical Hurricane Intensity FORecast) benchmark. The higher numbers indicate higher skill and more accurate forecasts. The top intensity forecasts in 2025 for most periods came from Google’s machine learning-based DeepMind (green line), followed by NHC’s official intensity forecast (black line). The least-skillful intensity forecasts were from our global models such as the American GFS (dark blue line) and European model (light blue line). Global forecast models can excel with hurricane track forecasting but don’t capture the fine details necessary for hurricane intensity forecasting. (National Hurricane Center)</figcaption></figure><p>While hurricane track forecasting has made tremendous strides over the past 30 years, intensity forecasting has often stagnated. </p><p>Over the past 15 years, however, slow progress has been made in reducing forecast error for hurricane intensity and detecting rapidly intensifying hurricanes in advance. </p><p>These improvements have been largely attributed to ultra-high-resolution, storm-following hurricane models – like NOAA’s HAFS and HWRF predecessor – that better capture the fine inner-core details and complicated interaction between the air and ocean that meteorologists argue are necessary to accurately forecast hurricane intensity.</p><p>The remarkable feat of DeepMind and its stellar intensity forecasts last hurricane season was that it didn’t have all the fine details of our traditional high-resolution, physics-based hurricane models. </p><p>It simply takes a snapshot of the current state of the atmosphere as assessed by the European Centre’s high-resolution global weather prediction system (known as the Integrated Forecasting System or IFS) – the only thing it presumably knows about the state of the atmosphere – and then makes a forecast drawing only from data its trained on, which includes historical weather data back to 1940 (from the European Centre’s fifth generation atmospheric reanalysis of the global climate or ERA5) and global unified hurricane track data (from the International Best Track Archive for Climate Stewardship or IBTrACS). </p><p>That’s it.</p><p>The beauty is in AI’s simplicity, and AI forecasts are made in a fraction of the time and with immensely less computing power than what’s required of conventional physics-based weather models, models that harness some of the most powerful and expensive supercomputers in the world. </p><p>Once the AI model is trained, it can make a forecast in minutes using a standard laptop, whereas traditional physics-based models take hours to produce a full forecast on banks of expansive, mainframe supercomputers stored in large server rooms around the country.</p><p>So, unlike what we think about with other types of AI-related tasks, which often require massive, energy-hungry AI data centers and industrial-sized water draws for continuous cooling, AI weather models actually have the potential to streamline and make more cost-efficient weather forecasting. In fact, NOAA estimates the AI-version of its global forecast model uses a mere 0.3% of computing resources compared to its physics-based version.</p><p>If AI weather models can prove as accurate or more than traditional weather forecast models, as Google DeepMind is doing in the hurricane world, we’re looking at significantly cheaper and faster forecasts in the future.</p><p><b>Machine learning versus other types of AI</b></p><p>Artificial intelligence or AI is an umbrella term used for many different types of new technology nowadays. It’s important to distinguish which subset of AI new weather models are harnessing, however, compared to the type of AI technology most accessible to the public through AI chatbots.</p><p>The new AI weather models are not large language models or LLMs that simply mimic human speech patterns or text. They’re also not generative AI that produce images or videos based on user prompts. These are the most accessible and familiar types of AI found on platforms like Open AI’s ChatGPT, Google Gemini, and Anthropic Claude.</p><p>Instead, AI weather models are a type of deep, machine learning-based subset of AI that use complex neural networks to effectively mimic how the human brain processes information. This makes these models behave similarly to how a human might forecast weather, relying on pattern-recognition based on their understanding of historical weather. But in the case of AI, the models are trained on petabytes of data going back a century or longer, more data than most of us could holistically comprehend in routine forecasts.</p><p>These advanced machine learning-based weather models are a far cry from the AI “slop” we often see floating around the dark corners of social media and the internet.</p><p><b>Not all AI weather models are created equal</b></p><p>For the time being, Google DeepMind has the hurricane forecast model market cornered. While DeepMind ran circles around all other models in 2025, the same can’t be said about other AI newcomers.</p><p>For example, the European Centre which runs the famed Euro model – the world’s leading physics-based global weather model – also has an AI-based version which ran last hurricane season. </p><p>While it performed exceptionally well for hurricane track forecasts – better than the conventional physics-based Euro – it was a total flop for hurricane intensity forecasts, basically showing no skill whatsoever.</p><figure><img src="https://www.local10.com/resizer/v2/T5FABAOWHFE3LI6AN4WNS4SBYI.png?auth=8cdbbc8976d3e2f2457e79c40097c6b29910a25109541f53bc049c9e194bfc14&smart=true&width=1200&height=900" alt="Models across the Atlantic and Pacific basins last hurricane season. Both Google DeepMind (GDMI red line above) and the European Centre’s AI weather model (AIFI gold line above) had lower track errors than even the National Hurricane Center’s official forecast (black line). (James Franklin/Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Models across the Atlantic and Pacific basins last hurricane season. Both Google DeepMind (GDMI red line above) and the European Centre’s AI weather model (AIFI gold line above) had lower track errors than even the National Hurricane Center’s official forecast (black line). (James Franklin/Mark DeMaria/NOAA)</figcaption></figure><figure><img src="https://www.local10.com/resizer/v2/ICX7UY3E7NAKNNLEFL7QLZJ4LQ.png?auth=6f1d3f4e3ebddbf753737cdaa85d06b9751761e847b2982d04e001742c84c2f0&smart=true&width=1200&height=900" alt="Intensity error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. While Google DeepMind (GDMI red line above) had extremely low track error comparable to NHC’s official track (black line), the European Centre’s AI weather model (AIFI gold line above) exhibited no skill relative to the OCD5 “no-skill” baseline. (Credit: James Franklin/Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Intensity error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. While Google DeepMind (GDMI red line above) had extremely low track error comparable to NHC’s official track (black line), the European Centre’s AI weather model (AIFI gold line above) exhibited no skill relative to the OCD5 “no-skill” baseline. (Credit: James Franklin/Mark DeMaria/NOAA)</figcaption></figure><p>A large reason for the AI-based Euro model’s poor intensity forecast performance is its reliance on coarse reanalysis training data from ERA5 that works to minimize error and more often than not weakens hurricanes too quickly, resulting in a large low intensity bias. </p><p>Google DeepMind bypasses this issue by incorporating historical hurricane intensities in its training dataset so maximum winds act like extra grid points in the model.</p><p>Presumably, other AI models will eventually catch up to Google’s DeepMind approach, but when it comes to intensity forecasting, DeepMind is the AI champion.</p><p><b>What’s new with AI models for the 2026 hurricane season?</b></p><p>Google has several new features and improvements to DeepMind available this hurricane season. Perhaps the biggest change is that DeepMind’s now offers up to 1,000 ensemble members compared to the 50-ensemble member max last hurricane season.</p><p>It’s unclear yet where the larger ensembles might help, but the thinking is it’ll help to better detect outlier events (low probability events that could also pose high-risk impacts). </p><p>Also, with the addition of 1,000-member ensembles, Google and NOAA are experimenting with incorporating them in wind speed probability forecasts that currently use a 1,000-member Monte Carlo-based model to simulate storm scenarios. </p><p>It’s also possible the larger set of ensembles will improve detection of hurricane rapid intensification, which Google DeepMind’s 50-member ensemble helped with at longer lead times last season.</p><figure><img src="https://www.local10.com/resizer/v2/J4BEUL2PWREUDBSPP3KQQLHFQI.jpg?auth=77d296f382c7a60b1c34565aa7972347f3e27fc42d81446fe4b02122f4b51ffb&smart=true&width=1200&height=900" alt="Brier skill score for various probabilistic rapid intensification models for last hurricane season across both the Atlantic and eastern North Pacific basins. Higher values indicate higher skill and more accurate forecasts. Google DeepMind’s ensemble system was the best performing model for predicting rapid intensification at long lead times (2-3 days out), but struggled at short lead times. It’s worth noting that DeepMind updated its AI tracker in September, which may have affected these verification numbers. (Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Brier skill score for various probabilistic rapid intensification models for last hurricane season across both the Atlantic and eastern North Pacific basins. Higher values indicate higher skill and more accurate forecasts. Google DeepMind’s ensemble system was the best performing model for predicting rapid intensification at long lead times (2-3 days out), but struggled at short lead times. It’s worth noting that DeepMind updated its AI tracker in September, which may have affected these verification numbers. (Mark DeMaria/NOAA)</figcaption></figure><p>It’s also worth noting that the folks at Google updated their AI hurricane tracker last September, which seemed to improve DeepMind’s forecasts leading up to Hurricane Melissa last October.</p><p>As I wrote about toward the end of last hurricane season, the American GFS had an especially bad year for hurricane forecasts, its worst performance in over two decades. Much of that error can be attributed to its especially poor forecasts for Hurricane Melissa, the most impactful hurricane last season, which the GFS inaccurately showed recurving too quickly before reaching Jamaica.</p><figure><img src="https://www.local10.com/resizer/v2/FMYL4JKERJGDXKHRHZUZVT5FVI.png?auth=060cf4ebc8fe189840f4c7dca2c4fe75f2284786ddb8f9ef7bc3219636074464&smart=true&width=1200&height=900" alt="American GFS model track errors for the 2025 Atlantic hurricane season including Hurricane Melissa (black bars) and excluding Hurricane Melissa (red bars). Hurricane Melissa increased the GFS’s Atlantic basin track errors by roughly 20-30% in the 4-to-7-day window. (NOAA/EMC)" height="900" width="1200"/><figcaption>American GFS model track errors for the 2025 Atlantic hurricane season including Hurricane Melissa (black bars) and excluding Hurricane Melissa (red bars). Hurricane Melissa increased the GFS’s Atlantic basin track errors by roughly 20-30% in the 4-to-7-day window. (NOAA/EMC)</figcaption></figure><p>NOAA is planning to release an update to its GFS model (from version 16 to version 17) in October, which the agency says shows improvements in tropical cyclone track forecasting. </p><p>Additionally, the AI version of the American GFS ensemble system (known as AI-GEFS) has shown considerable promise in improving hurricane forecasts versus the conventional physics-based GFS, which NHC will be evaluating this hurricane season.</p><p><b>Is the writing on the wall for conventional models and human forecasters?</b></p><p>Although the new era of hurricane forecasting will increasingly look to AI models for speed, efficiency, and accuracy, don’t expect conventional physics-based models to be going away anytime soon. </p><p>Those models are what’s training the AI models, so the two will continue to work hand-in-glove, even if AI forecasts outpace their physics-based counterparts.</p><p>And as far as the human side of forecasting, understanding model biases, detecting quick changes in hurricane strength or organization, harvesting and quality controlling data in real-time used to train and improve AI models, designing products and decision-support tools around AI, and messaging the complexities of the forecast will keep humans vital to future forecasts even and especially with the addition of AI.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMWPK2RDYNE6JLBFQOTSF4EHRY.jpg?auth=fdce71db087a8ff4084e619bde29ef3aecb393dd9d47a3668bff12c0419f190c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Los modelos meteorológicos de IA revolucionan el pronóstico de huracanes ]]></title><link>https://www.local10.com/espanol/2026/06/23/los-modelos-meteorologicos-de-ia-revolucionan-el-pronostico-de-huracanes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/los-modelos-meteorologicos-de-ia-revolucionan-el-pronostico-de-huracanes/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Tue, 23 Jun 2026 17:58:17 +0000</pubDate><content:encoded><![CDATA[<p>La temporada de huracanes de 2025 supuso un momento histórico en la maduración para los modelos meteorológicos de IA, que han existido en alguna capacidad desde alrededor de 2022.</p><p>La última temporada de huracanes, los modelos de IA no solo demostraron que podían competir con los modelos de consenso corregidos de estándar de oro —la guía en la que más confían los pronosticadores humanos, que combina los mejores modelos de pronóstico basados en física y corrige sus sesgos en tiempo real—, sino que los superaron, incluso por encima de la previsión oficial del Centro Nacional de Huracanes en casi todos los periodos de pronóstico.</p><figure><img src="https://www.local10.com/resizer/v2/DMTR2VDYOJHNJFA7MI5TZDIXCE.png?auth=3e52b5f189ec0d340f30ae00b2e0056bb030342e2e544dda87cb8b04d311715d&smart=true&width=1200&height=900" alt="Forecast track skill for the main hurricane track models for the 2025 Atlantic hurricane season relative to climatology and persistence (the “no-skill” benchmark for forecast models). The higher numbers indicate higher skill and more accurate forecasts. The best-performing model in 2025 was Google’s machine learning-based DeepMind (green line). NHC’s official forecast (black line) was the second most-skillful forecast followed by the gold-standard Hurricane Forecast Improvement Program (HFIP) Corrected Consensus Approach (HCCA) model (pink line). Credit: National Hurricane Center" height="900" width="1200"/><figcaption>Forecast track skill for the main hurricane track models for the 2025 Atlantic hurricane season relative to climatology and persistence (the “no-skill” benchmark for forecast models). The higher numbers indicate higher skill and more accurate forecasts. The best-performing model in 2025 was Google’s machine learning-based DeepMind (green line). NHC’s official forecast (black line) was the second most-skillful forecast followed by the gold-standard Hurricane Forecast Improvement Program (HFIP) Corrected Consensus Approach (HCCA) model (pink line). Credit: National Hurricane Center</figcaption></figure><p>Fue impresionante, no del todo sorprendente, que un modelo de huracán diseñado por IA fuera competitivo en el pronóstico de la trayectoria de huracanes. Fue francamente increíble ver que un modelo de pronóstico de IA superara la previsión oficial de intensidad del Centro Nacional de Huracanes la temporada pasada, como lo hizo DeepMind de Google en la mayoría de los periodos de pronóstico.</p><figure><img src="https://www.local10.com/resizer/v2/HZDSWIMRNNERTJHIGQF2F5UMDY.png?auth=f57f8ef9ec6e291c65ff1c7f6be1cdc9d6611e52a4956bed10eecb51d83365ec&smart=true&width=1200&height=900" alt="Forecast intensity skill for the main hurricane intensity models for the 2025 Atlantic hurricane season relative to the “no-skill” Decay-SHIFOR5 (Statistical Hurricane Intensity FORecast) benchmark. The higher numbers indicate higher skill and more accurate forecasts. The top intensity forecasts in 2025 for most periods came from Google’s machine learning-based DeepMind (green line), followed by NHC’s official intensity forecast (black line). The least-skillful intensity forecasts were from our global models such as the American GFS (dark blue line) and European model (light blue line). Global forecast models can excel with hurricane track forecasting but don’t capture the fine details necessary for hurricane intensity forecasting. (National Hurricane Center)" height="900" width="1200"/><figcaption>Forecast intensity skill for the main hurricane intensity models for the 2025 Atlantic hurricane season relative to the “no-skill” Decay-SHIFOR5 (Statistical Hurricane Intensity FORecast) benchmark. The higher numbers indicate higher skill and more accurate forecasts. The top intensity forecasts in 2025 for most periods came from Google’s machine learning-based DeepMind (green line), followed by NHC’s official intensity forecast (black line). The least-skillful intensity forecasts were from our global models such as the American GFS (dark blue line) and European model (light blue line). Global forecast models can excel with hurricane track forecasting but don’t capture the fine details necessary for hurricane intensity forecasting. (National Hurricane Center)</figcaption></figure><p>Mientras que el pronóstico de trayectoria de huracanes ha logrado avances enormes en los últimos 30 años, el pronóstico de intensidad a menudo ha mostrado estancamiento.</p><p>Durante los últimos 15 años, sin embargo, se ha avanzado lentamente en la reducción del error de pronóstico de la intensidad de huracanes y en la detección anticipada de huracanes de rápida intensificación.</p><p>Estas mejoras se han atribuido en gran medida a modelos de huracanes de ultra alta resolución que siguen la tormenta —como el HAFS de NOAA y el predecesor HWRF— que capturan mejor los detalles finos del núcleo interno y la compleja interacción entre el aire y el océano, que los meteorólogos consideran necesaria para pronosticar con precisión la intensidad de los huracanes.</p><p>La notable hazaña de DeepMind y sus sobresalientes pronósticos de intensidad la última temporada de huracanes fue que no contaba con todos los detalles finos de nuestros modelos tradicionales de huracanes basados en física y alta resolución.</p><p>Simplemente toma una instantánea del estado actual de la atmósfera tal como lo evalúa el sistema de predicción meteorológica global de alta resolución del Centro Europeo —conocido como el Sistema de Pronóstico Integrado (IFS, por sus siglas en inglés)—, lo único que supuestamente conoce sobre el estado de la atmósfera, y luego realiza un pronóstico basándose únicamente en los datos con los que fue entrenado, que incluyen datos históricos del clima que se remontan a 1940 (provenientes de la quinta generación del reanálisis atmosférico global del clima del Centro Europeo, o ERA5) y datos globales unificados de trayectorias de huracanes (del Archivo Internacional de Mejor Trayectoria para la Estación del Clima, o IBTrACS).</p><p>Eso es todo.</p><p>La belleza está en la simplicidad de la IA, y los pronósticos de IA se realizan en una fracción del tiempo y con mucho menos poder de cómputo que el requerido por los modelos meteorológicos convencionales basados en física, modelos que utilizan algunos de los supercomputadores más potentes y costosos del mundo.</p><p>Una vez que el modelo de IA está entrenado, puede realizar un pronóstico en minutos usando una computadora portátil estándar, mientras que los modelos tradicionales basados en física tardan horas en producir un pronóstico completo en bancos de supercomputadoras masivas tipo mainframe, almacenadas en grandes salas de servidores alrededor del país.</p><p>Por lo tanto, a diferencia de lo que pensamos sobre otros tipos de tareas relacionadas con la IA, que a menudo requieren centros de datos de IA masivos y consumidores de mucha energía, además de grandes cantidades de agua para la refrigeración continua, los modelos meteorológicos de IA en realidad tienen el potencial de optimizar y hacer más eficiente en costos el pronóstico del tiempo. De hecho, la NOAA estima que la versión de IA de su modelo global de pronóstico utiliza apenas el 0,3% de los recursos computacionales en comparación con su versión basada en física.</p><p>Si los modelos meteorológicos de IA pueden demostrar ser tan precisos o más que los modelos tradicionales de pronóstico, como lo está haciendo Google DeepMind en el ámbito de los huracanes, estamos ante pronósticos significativamente más baratos y rápidos en el futuro.</p><p><b>Aprendizaje automático versus otros tipos de IA</b></p><p>La inteligencia artificial o IA es un término paraguas utilizado hoy en día para muchas tecnologías nuevas diferentes. Sin embargo, es importante distinguir qué subgrupo de IA están utilizando los nuevos modelos meteorológicos, en comparación con el tipo de tecnología de IA más accesible al público a través de los chatbots.</p><p>Los nuevos modelos meteorológicos de IA no son modelos de lenguaje grandes (LLM, por sus siglas en inglés) que simplemente imitan patrones del habla o del texto humano. Tampoco son IA generativa que producen imágenes o videos a partir de instrucciones del usuario. Estos son los tipos de IA más accesibles y conocidos que se encuentran en plataformas como ChatGPT de OpenAI, Google Gemini y Claude de Anthropic.</p><p>En cambio, los modelos meteorológicos de IA son un tipo de subcampo de aprendizaje automático profundo basado en IA que utiliza redes neuronales complejas para imitar de manera efectiva cómo el cerebro humano procesa la información. Esto hace que estos modelos se comporten de forma similar a cómo un humano podría pronosticar el tiempo, basándose en el reconocimiento de patrones a partir de su comprensión del clima histórico. Pero en el caso de la IA, los modelos son entrenados con petabytes de datos que abarcan más de un siglo o más, más datos de los que la mayoría de nosotros podría comprender de manera integral en pronósticos rutinarios.</p><p>Estos modelos avanzados de aprendizaje automático para el clima están muy lejos de la “IA basura” que a menudo vemos circular en los rincones oscuros de las redes sociales e internet.</p><p>No todos los modelos meteorológicos de IA son iguales</p><p>Por el momento, Google DeepMind tiene prácticamente dominado el mercado de modelos de pronóstico de huracanes. Mientras DeepMind superó ampliamente a todos los demás modelos en 2025, no se puede decir lo mismo de otros nuevos participantes en IA.</p><p>Por ejemplo, el Centro Europeo, que opera el famoso modelo Euro —el principal modelo global de pronóstico meteorológico basado en física del mundo— también tiene una versión basada en IA que se utilizó la última temporada de huracanes. Aunque tuvo un desempeño excepcional en los pronósticos de trayectoria de huracanes —mejor que el Euro convencional basado en física—, fue un fracaso total en los pronósticos de intensidad de huracanes, básicamente sin mostrar ninguna capacidad útil.</p><figure><img src="https://www.local10.com/resizer/v2/T5FABAOWHFE3LI6AN4WNS4SBYI.png?auth=8cdbbc8976d3e2f2457e79c40097c6b29910a25109541f53bc049c9e194bfc14&smart=true&width=1200&height=900" alt="Caption: Track error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. Both Google DeepMind (GDMI red line above) and the European Centre’s AI weather model (AIFI gold line above) had lower track errors than even the National Hurricane Center’s official forecast (black line). (James Franklin/Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Caption: Track error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. Both Google DeepMind (GDMI red line above) and the European Centre’s AI weather model (AIFI gold line above) had lower track errors than even the National Hurricane Center’s official forecast (black line). (James Franklin/Mark DeMaria/NOAA)</figcaption></figure><figure><img src="https://www.local10.com/resizer/v2/ICX7UY3E7NAKNNLEFL7QLZJ4LQ.png?auth=6f1d3f4e3ebddbf753737cdaa85d06b9751761e847b2982d04e001742c84c2f0&smart=true&width=1200&height=900" alt="Intensity error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. While Google DeepMind (GDMI red line above) had extremely low track error comparable to NHC’s official track (black line), the European Centre’s AI weather model (AIFI gold line above) exhibited no skill relative to the OCD5 “no-skill” baseline. (Credit: James Franklin/Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Intensity error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. While Google DeepMind (GDMI red line above) had extremely low track error comparable to NHC’s official track (black line), the European Centre’s AI weather model (AIFI gold line above) exhibited no skill relative to the OCD5 “no-skill” baseline. (Credit: James Franklin/Mark DeMaria/NOAA)</figcaption></figure><p>Una de las principales razones del bajo desempeño del modelo europeo basado en IA en los pronósticos de intensidad es su dependencia de datos de reanálisis de baja resolución de ERA5, que tienden a minimizar el error y, con frecuencia, debilitan los huracanes demasiado rápido, lo que resulta en un sesgo importante hacia intensidades más bajas.</p><p>Google DeepMind evita este problema al incorporar intensidades históricas de huracanes en su conjunto de datos de entrenamiento, de modo que los vientos máximos actúan como puntos adicionales de la malla del modelo.</p><p>Presumiblemente, otros modelos de IA eventualmente alcanzarán el enfoque de Google DeepMind, pero en lo que respecta al pronóstico de intensidad, DeepMind es el campeón de la IA.</p><p>¿Qué hay de nuevo con los modelos de IA para la temporada de huracanes de 2026?</p><p>Google tiene varias nuevas funciones y mejoras disponibles en DeepMind para esta temporada de huracanes. Quizás el cambio más importante es que DeepMind ahora ofrece hasta 1,000 miembros de ensamble, en comparación con un máximo de 50 miembros de ensamble la temporada pasada.</p><p>Aún no está claro en qué medida los ensambles más grandes podrían ayudar, pero la idea es que permitirán detectar mejor los eventos atípicos (eventos de baja probabilidad que también pueden implicar impactos de alto riesgo).</p><p>Además, con la incorporación de ensambles de 1,000 miembros, Google y la NOAA están experimentando con su integración en los pronósticos de probabilidad de viento que actualmente utilizan un modelo Monte Carlo de 1,000 miembros para simular escenarios de tormentas.</p><p>También es posible que el mayor conjunto de ensambles mejore la detección de la rápida intensificación de huracanes, algo en lo que el ensamble de 50 miembros de Google DeepMind ya ayudó en escalas de tiempo más largas la temporada pasada.</p><figure><img src="https://www.local10.com/resizer/v2/J4BEUL2PWREUDBSPP3KQQLHFQI.jpg?auth=77d296f382c7a60b1c34565aa7972347f3e27fc42d81446fe4b02122f4b51ffb&smart=true&width=1200&height=900" alt="Brier skill score for various probabilistic rapid intensification models for last hurricane season across both the Atlantic and eastern North Pacific basins. Higher values indicate higher skill and more accurate forecasts. Google DeepMind’s ensemble system was the best performing model for predicting rapid intensification at long lead times (2-3 days out), but struggled at short lead times. It’s worth noting that DeepMind updated its AI tracker in September, which may have affected these verification numbers. (Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Brier skill score for various probabilistic rapid intensification models for last hurricane season across both the Atlantic and eastern North Pacific basins. Higher values indicate higher skill and more accurate forecasts. Google DeepMind’s ensemble system was the best performing model for predicting rapid intensification at long lead times (2-3 days out), but struggled at short lead times. It’s worth noting that DeepMind updated its AI tracker in September, which may have affected these verification numbers. (Mark DeMaria/NOAA)</figcaption></figure><p>También vale la pena señalar que los equipos de Google actualizaron su rastreador de huracanes con IA el pasado septiembre, lo que aparentemente mejoró los pronósticos de DeepMind antes del huracán Melissa el pasado octubre.</p><p>Como escribí hacia el final de la última temporada de huracanes, el GFS estadounidense tuvo un año especialmente malo en los pronósticos de huracanes, su peor desempeño en más de dos décadas. Gran parte de ese error puede atribuirse a sus pronósticos especialmente deficientes para el huracán Melissa, el huracán más impactante de la última temporada, que el GFS mostró de forma incorrecta recurvando demasiado rápido antes de llegar a Jamaica.</p><figure><img src="https://www.local10.com/resizer/v2/FMYL4JKERJGDXKHRHZUZVT5FVI.png?auth=060cf4ebc8fe189840f4c7dca2c4fe75f2284786ddb8f9ef7bc3219636074464&smart=true&width=1200&height=900" alt="American GFS model track errors for the 2025 Atlantic hurricane season including Hurricane Melissa (black bars) and excluding Hurricane Melissa (red bars). Hurricane Melissa increased the GFS’s Atlantic basin track errors by roughly 20-30% in the 4 to 7 day window. Credit: NOAA/EMC" height="900" width="1200"/><figcaption>American GFS model track errors for the 2025 Atlantic hurricane season including Hurricane Melissa (black bars) and excluding Hurricane Melissa (red bars). Hurricane Melissa increased the GFS’s Atlantic basin track errors by roughly 20-30% in the 4 to 7 day window. Credit: NOAA/EMC</figcaption></figure><p>NOAA está planeando lanzar una actualización de su modelo GFS (de la versión 16 a la versión 17) en octubre, la cual, según la agencia, muestra mejoras en el pronóstico de trayectoria de ciclones tropicales.</p><p>Además, la versión de IA del sistema de ensamble del GFS estadounidense (conocida como AI-GEFS) ha mostrado un potencial considerable para mejorar los pronósticos de huracanes en comparación con el GFS convencional basado en física, el cual será evaluado por el NHC durante esta temporada de huracanes.</p><p>¿Está escrito el futuro para los modelos convencionales y los pronosticadores humanos?</p><p>Aunque la nueva era del pronóstico de huracanes dependerá cada vez más de modelos de IA por su velocidad, eficiencia y precisión, no se espera que los modelos convencionales basados en física desaparezcan pronto.</p><p>Esos modelos son los que entrenan a los modelos de IA, por lo que ambos seguirán trabajando de la mano, incluso si los pronósticos de IA superan a sus contrapartes basadas en física.</p><p>Y en cuanto al lado humano del pronóstico, comprender los sesgos de los modelos, detectar cambios rápidos en la intensidad u organización de los huracanes, recopilar y controlar la calidad de los datos en tiempo real usados para entrenar y mejorar los modelos de IA, diseñar productos y herramientas de apoyo a la decisión alrededor de la IA, y comunicar las complejidades del pronóstico mantendrán a los humanos como una parte vital de los pronósticos futuros, incluso y especialmente con la incorporación de la IA.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMWPK2RDYNE6JLBFQOTSF4EHRY.jpg?auth=fdce71db087a8ff4084e619bde29ef3aecb393dd9d47a3668bff12c0419f190c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Perú: Sánchez dice que no reconocerá triunfo de Fujimori si no se anulan votos del exterior]]></title><link>https://www.local10.com/espanol/2026/06/23/peru-sanchez-dice-que-no-reconocera-triunfo-de-fujimori-si-no-se-anulan-votos-del-exterior/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/peru-sanchez-dice-que-no-reconocera-triunfo-de-fujimori-si-no-se-anulan-votos-del-exterior/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — El candidato presidencial progresista Roberto Sánchez anunció el martes que no reconocerá un posible triunfo de su rival, la conservadora Keiko Fujimori, si el Jurado Nacional de Elecciones de Perú no atiende su pedido de anular los votos de peruanos en el extranjero debido a una supuesta vulneración de la norma electoral.]]></description><pubDate>Tue, 23 Jun 2026 17:44:03 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El candidato presidencial progresista Roberto Sánchez anunció el martes que no reconocerá un posible triunfo de su rival, la conservadora Keiko Fujimori, si el Jurado Nacional de Elecciones de Perú no atiende su pedido de anular los votos de peruanos en el extranjero debido a una supuesta vulneración de la norma electoral.</p><p>Sánchez dijo en una conferencia de prensa que hay un "fraude en desarrollo" que presuntamente se habría producido en las oficinas consulares donde votaron más de 300.000 peruanos el 7 de junio porque por la falta de digitalización de las actas que contienen la sumatoria de los votos.</p><p>“Si el Jurado Nacional de Elecciones no resuelve en atención a la seguridad jurídica, a la normativa electoral, ese fraude se habrá consumado. Por ello nosotros decimos que en esas condiciones de transgresión a las normas, nosotros no reconoceremos el gobierno de la señora Fujimori”, aseveró Sánchez.</p><p>La víspera el equipo legal de Sánchez presentó un pedido para anular los votos en el exterior ante el Jurado.</p><p>El 29 de mayo —una semana antes del balotaje— la Oficina Nacional de Procesos Electorales (ONPE), la organizadora de las elecciones, dispuso por pedido de la cancillería no continuar con el procedimiento de escanear las actas electorales apenas culminados los conteos para enviarlas a Perú.</p><p>En un comunicado, la cancillería explicó que ese cambio ocurrió porque en la primera vuelta presidencial del 12 de abril “una parte importante” de las oficinas consulares “reportó serias dificultades técnicas y operativas en el uso del referido aplicativo”. La cancillería ha negado que sus funcionarios consulares hayan cometido "actos de interferencia, manipulación, favorecimiento político o alteración del material electoral”.</p><p>Las misiones observadoras de la OEA y la Unión Europea coincidieron en que la segunda vuelta presidencial de Perú se desarrolló sin incidentes ni irregularidades.</p><p>Sin la suma de los votos del extranjero Sánchez va primero en el lento conteo electoral, ya que esos sufragios son ampliamente favorables a Fujimori, de acuerdo con los datos de la ONPE.</p><p>Fujimori no se ha pronunciado durante la jornada, pero la víspera indicó que las más recientes decisiones de Sánchez, incluida una marcha por las calles de Lima el último viernes, conforman un “acto desesperado de política”.</p><p>El escrutinio de 99,72% de las actas electorales da a Fujimori, de Fuerza Popular, un 50,11% de votos frente a 49,89% de Sánchez, de Juntos por el Perú, según el cómputo preliminar de la ONPE.</p><p>Las elecciones presidenciales de Perú han estado salpicadas en el último quinquenio por acusaciones de fraude de los candidatos que perdieron.</p><p>En el balotaje de 2021 Fujimori pidió anular 200.000 votos que favorecían a Pedro Castillo. Los seguidores de Fujimori marcharon en Lima protestando incluso frente a la casa del titular del Jurado Nacional de Elecciones. Finalmente Castillo lo fue declarado ganador.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NIGV27IDYCEIFRK6RB2WIHM44Y.jpg?auth=38edad736811fd3eaa8e7af830301d249c9082d7e30537f36a2860481da4a8ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Roberto Sánchez, del partido Juntos por el Perú, en el centro, camina con sus simpatizantes durante una protesta contra la candidata presidencial Keiko Fujimori, del partido Fuerza Popular, en Lima, Perú, el viernes 19 de junio de 2026. (Foto AP/Miguel Paredes)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Paredes</media:credit></media:content></item><item><title><![CDATA[UN adopts resolution to ensure perpetrators of crimes against peacekeepers face justice]]></title><link>https://www.local10.com/news/world/2026/06/23/un-adopts-resolution-to-ensure-perpetrators-of-crimes-against-peacekeepers-face-justice/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/un-adopts-resolution-to-ensure-perpetrators-of-crimes-against-peacekeepers-face-justice/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The U.N. Security Council unanimously adopted a resolution Tuesday authorizing new steps to ensure that perpetrators of crimes against peacekeepers face justice.]]></description><pubDate>Tue, 23 Jun 2026 17:40:52 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The U.N. Security Council unanimously adopted a resolution Tuesday authorizing new steps to ensure that perpetrators of crimes against peacekeepers face justice.</p><p>Nearly 1,100 peacekeepers from countries around the world have lost their lives in the line of duty and thousands of others have been injured since 1948, according to U.N. peacekeeping department figures. Yet the resolution says the rate of prosecution for killings and other criminal acts against peacekeepers “has remained very low.”</p><p>The resolution, sponsored by Pakistan and Denmark and cosponsored by more than 150 countries, seeks to fill gaps in ensuring accountability. It authorizes Secretary-General Antonio Guterres to ensure that after future attacks, facts are collected and to support investigations and prosecutions of all violent acts.</p><p>Denmark’s U.N. Ambassador Christina Lassen said the resolution sends a clear message to the more than 50,000 personnel serving in peacekeeping missions from Lebanon and Cyprus to South Sudan and Central African Republic: “Attacks against them will not be met with silence or impunity.”</p><p>“To the perpetrators of any crimes, wherever and whoever they are,” she said, “it sends a firm message that the international community is watching, that crimes will not go unpunished, that accountability and justice will be pursued and will be upheld.”</p><p>Pakistan’s U.N. Ambassador Asim Ahmad said attacks against peacekeepers in several countries have increased in number and sophistication, often with little accountability.</p><p>Condolences are necessary when peacekeepers are killed and injured, but what's needed is justice, he said. “Most importantly, this resolution is a strong expression of the council’s political will to stand by the peacekeepers. ”</p><p>The Security Council also adopted a resolution in 2021 aimed at strengthening accountability for crimes committed against perpetrators.</p><p>The U.N. peacekeeping department pointed to “significant progress” since then, with an increase in national investigations and the number of alleged perpetrators identified, detained, or both. It pointed to 103 individuals convicted since 2020 for a range of offenses related to the killing of 35 peacekeepers and two U.N. experts in the Central African Republic, Congo, Lebanon and Mali.</p><p>U.N. spokesman Stephane Dujarric welcomed the council’s adoption of the resolution and noted the actions since 2020 but stressed: “Much more needs to be done.”</p><p>The resolution adopted Tuesday asks the secretary-general to provide options to the council within 120 days on ways to strengthen accountability for crimes against peacekeepers.</p><p>“This will help the council assess what is working, where gaps remain, and what further action may be required,” Pakistan's Ahmad said.</p><p>Denmark's Lassen said the council looks forward to considering the proposals and working together “to translate them into meaningful progress.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MO5MB6Z4ZIU5LCCFAUKZIZOEBE.jpg?auth=748e1aa45fe11cb1fa7b8cfd7a6e30f03f1f508d7b4567d1b41bf4f723cd85db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Security Council meets at United Nations headquarters, Tuesday, May 26, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Senate for first time approves a war powers resolution in a rebuke to Trump over Iran conflict]]></title><link>https://www.local10.com/news/politics/2026/06/23/senate-for-first-time-approves-a-war-powers-resolution-in-a-rebuke-to-trump-over-iran-conflict/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/senate-for-first-time-approves-a-war-powers-resolution-in-a-rebuke-to-trump-over-iran-conflict/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate for the first time approved a war powers resolution Tuesday seeking to block U.S. military action against Iran, as lawmakers warily watch President Donald Trump’s efforts to resolve a conflict that the administration launched on its own and now needs Congress to fund.]]></description><pubDate>Tue, 23 Jun 2026 21:30:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate for the first time approved a war powers resolution Tuesday seeking to block U.S. military action against Iran, as lawmakers warily watch President Donald Trump’s efforts to resolve a conflict that the administration launched on its own and now needs Congress to fund.</p><p>It was the 10th time the Senate has tried to stop the war, and the outcome, on a vote of 50-48, was a stunning turnaround from past efforts. While the resolution is largely symbolic, and does not carry the full force of law, it reflects the growing concerns from a number of Republican lawmakers in both the House and Senate over both the war and the deal Trump struck with Iran to end it. The House approved the resolution earlier this month.</p><p>“Time after time, the vast majority of Senate Republicans sided with Trump and his war instead of the American people,” said Senate Democratic Leader Chuck Schumer of New York.</p><p>Schumer said Americans have paid the price for “Trump's historic blunder in Iran. It'll go down in the history books as one of the worst foreign policy forays America has ever made.”</p><p>In the past, as many as four GOP senators have voted for the war powers resolutions, and they did so Tuesday — Republicans Lisa Murkowski of Alaska, Susan Collins of Maine, Rand Paul of Kentucky and Bill Cassidy of Louisiana. One Democrat, Sen. John Fetterman of Pennsylvania, voted against.</p><p>On this vote, the absence of two Republicans, including Sen. Mitch McConnell of Kentucky, who was admitted to the hospital recently for an undisclosed matter, left the GOP without a full majority to halt the effort. Sen. Dave McCormick, R-Pa., also missed the vote.</p><p>The vote comes as the Pentagon is seeking $80 billion from Congress mostly for the Iran war as it backfills munitions and stockpiles.</p><p>Trump to meet senators as Republicans balk at Iran deal</p><p>Trump himself is headed to the Capitol on Wednesday to meet with GOP senators after Vice President JD Vance was overseas working to negotiate with Iran to end its nuclear ambitions — which had been among the stated rationales for the war.</p><p>The president is not pleased with the Republicans who have been critical of the deal he struck with Iran, according to one GOP senator granted anonymity to discuss the private dynamics.</p><p>The terms of the Iran deal are spelled out in a memorandum of understanding that Trump signed last week, starting a 60-day clock for the sides to reach a broader agreement over ending Iran's nuclear program.</p><p>But Republicans have particularly objected to the $300 billion fund to help Iran rebuild, which is far greater than the $1.7 billion then-President Barack Obama refunded the country under his administration's 2015 Iran deal.</p><p>"I believe President Trump is getting very poor advice on Iran," Sen. Ted Cruz, R-Texas, said last week on his podcast after the deal was made public.</p><p>Democrats have repeatedly forced Iran votes</p><p>Over and again, Democrats have been forcing votes on the Iran war, almost since the U.S. and Israel launched missile strikes on Iran on Feb. 28.</p><p>Nearly each week they're in session, the Senate Democrats have put forward war powers resolutions, but they have failed to amass the majority needed for passage in the narrowly split chamber, where Trump’s Republican Party holds the majority. Trump would almost certainly veto any measure that passed.</p><p>The House pushed its own version to passage earlier this month, with four Republicans joining all Democrats in approving the war powers resolution, over the objections of House Speaker Mike Johnson and the GOP leadership.</p><p>While the House- and Senate-passed resolution does not go to the president for his signature, passage stands as a powerful, if symbolic, statement from Congress and a rebuke of the administration’s military actions.</p><p>Sen. Tim Kaine, the Democrat from Virginia who has led his party’s efforts, said the pause in warfighting, as Trump’s team works to shore up a fragile ceasefire, provides the perfect time for Congress to step back and assess “what should the next chapter be.”</p><p>Hegseth seeks $80 billion from Congress for the Iran war</p><p>Defense Secretary Pete Hegseth is on Capitol Hill this week, seeking roughly $80 billion in supplemental funding to shore up defense supplies in the aftermath of the Iran war, which is drawing scrutiny when many Americans are reeling from high gas prices and costs of living.</p><p>The Pentagon early on had estimated the war cost $11.3 billion during its first week, and senators said experts put the overall price tag of Operation Epic Fury higher, at some $100 billion.</p><p>The Defense Department's funding request is part of a broader beef-up of military money the White House wants as part of its budget request this year.</p><p>House Democratic Leader Hakeem Jeffries said Tuesday, “We should not spend another dime of taxpayer dollars on Operation Epic Failure."</p><p>The Trump administration is seeking $1.5 trillion in defense funding this year — a nearly 50% increase — including $350 billion that it wants in a so-called budget reconciliation package. Johnson and GOP leaders are working to pass that package on their own, over the objections of Democrats, much the way they approved Trump's big tax cuts bill last year.</p><p>The 2025 tax cuts package also included a sizable increase for the military.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYDDWOC2A4J7L67M6OF5AQPRXM.jpg?auth=8911131cac59d5f1ea098794d3816cfccd7d40de576d12b675c1eeaf89fea012&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., speaks to reporters at the Capitol in Washington, Tuesday, June 23, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHRIMENKSM4N7Q3MI5HNGN6TYU.jpg?auth=ebbe81f94b9b760fe78a685c9f1746ed94b9e4844c33a86803af92db61af9a83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., flanked by Sen. John Barrasso, R-Wyo., left, the GOP whip, and Sen. James Lankford, R-Okla., right, pauses as he speaks to reporters ahead of a Wednesday meeting with President Donald Trump, at the Capitol in Washington, Tuesday, June 23, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQW4ZFDIAKBSYGYHYK63I65ITA.jpg?auth=a6f718eb0f2b354bd43f7901de384e38a6e074cf0dd56b9cb89c87204d454532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks in the Oval Office of the White House during an executive order signing about quantum computing with President Donald Trump, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KJFD2FVH67OARXRQNTQS7S5IM.jpg?auth=7c342c8fe0db4b276b6d99dc3583edeed8f31e411defb4c4063d02fcb24c25c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., arrives at the Capitol in Washington, Tuesday, June 23, 2026, as he prepares for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/736KWIU5ELVRTUD7FUZ3BOYKGI.jpg?auth=d33a2d62c3ab7d78cfa04eba3dbf5cacd510758fb0d64227370f636bdcac9829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, arrives at the Capitol in Washington, Tuesday, June 23, 2026, as Republicans prepare for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Acusan a sargento de la Policía de Miramar de golpear a su novia en la boca tras preguntarle sobre el estado de su relación ]]></title><link>https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un sargento de la Policía de Miramar se entregó a las autoridades el lunes tras un incidente de violencia doméstica en el condado Miami-Dade, informaron las autoridades.]]></description><pubDate>Tue, 23 Jun 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Un sargento de la Policía de Miramar se entregó a las autoridades el lunes tras un incidente de violencia doméstica ocurrido el viernes pasado en la vivienda de su novia en el condado Miami-Dade, informaron las autoridades.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), la novia de Devarious Holloway acudió a una estación de la MDSO el sábado para denunciar un incidente ocurrido el día anterior entre ella y su novio.</p><p>Los agentes indicaron que la víctima afirmó que Holloway le envió un mensaje de texto alrededor de las 7 p.m. del viernes diciendo: “Sal afuera. Mi mamá quiere hablar contigo”.</p><p>La víctima dijo que se sintió confundida porque sabía que la madre de Holloway había fallecido en 2017, según el informe.</p><p>De acuerdo con el informe, la mujer caminó hacia un vehículo estacionado frente a su casa y vio a Holloway de pie junto al automóvil.</p><p>Los agentes indicaron que Holloway se acercó a la víctima y le preguntó: “¿Entonces ya terminamos?”.</p><p>Según el informe, la víctima caminó hacia la casa de su hermana, ubicada en la misma propiedad, creyendo que Holloway la seguiría, pero dijo que rápidamente se dio cuenta de que él había entrado a su propia vivienda.</p><p>El informe señala que la víctima entró a su casa y Holloway le lanzó el teléfono celular, “sin golpearla, pero impactando la puerta”.</p><p>Luego la sujetó por los hombros, la empujó sobre un sofá y le dio un puñetazo en el labio inferior cuando ella intentó levantarse, informaron las autoridades.</p><p>Los agentes dijeron que Holloway después pateó a la víctima en la pierna derecha antes de que ella corriera a su habitación y cerrara la puerta con llave.</p><p>Según el informe, Holloway comenzó a patear la puerta del dormitorio, lo que provocó que el marco se rompiera.</p><p>Después continuó preguntándole a la víctima sobre el estado de su relación mientras ella le pedía repetidamente que le devolviera su teléfono, informaron las autoridades.</p><p>De acuerdo con el informe, Holloway salió de la vivienda, pero regresó poco después y continuó discutiendo con la víctima antes de golpearla en el pecho, provocándole enrojecimiento y rompiendo la cadena que llevaba puesta.</p><p>Holloway enfrenta cargos de agresión y daños a la propiedad.</p><p>Hasta la mañana del martes permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $1,150 USD.</p><p>El Departamento de Policía de Miramar emitió un comunicado a Local 10 el martes en el que confirmó que Holloway ha sido “puesto en licencia administrativa” mientras se desarrolla una investigación interna.</p><blockquote><p>El Departamento de Policía de Miramar fue notificado por la Oficina del Sheriff de Miami-Dade de un incidente fuera de servicio que involucra al sargento Devarious Holloway.</p><p>El Departamento reconoce el asunto mencionado y ha iniciado una revisión administrativa exhaustiva de acuerdo con los procedimientos departamentales establecidos. El sargento Holloway ha sido puesto en licencia administrativa a la espera del resultado de esa revisión.</p><p>El Departamento de Policía de Miramar se mantiene firme en su compromiso con el profesionalismo, la rendición de cuentas y la conducta ética, y abordará este asunto a través de los canales correspondientes.</p><p class="citation">Departamento de Policía de Miramar</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Cómo se forma un domo de calor y por qué expertos lo culpan de las altas temperaturas en Europa]]></title><link>https://www.local10.com/espanol/2026/06/23/como-se-forma-un-domo-de-calor-y-por-que-expertos-lo-culpan-de-las-altas-temperaturas-en-europa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/como-se-forma-un-domo-de-calor-y-por-que-expertos-lo-culpan-de-las-altas-temperaturas-en-europa/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Europa se calcina esta semana bajo una ola de calor temprana, en la que millones de personas soportan temperaturas extremadamente altas, mientras los expertos afirman que el responsable es un fenómeno conocido como domo de calor.]]></description><pubDate>Tue, 23 Jun 2026 17:33:13 +0000</pubDate><content:encoded><![CDATA[<p>Europa se calcina esta semana bajo una ola de calor temprana, en la que millones de personas soportan temperaturas extremadamente altas, mientras los expertos afirman que el responsable es un fenómeno conocido como domo de calor.</p><p>Esto es lo que hay que saber.</p><p>¿Qué es un domo de calor?</p><p>Los domos de calor son, esencialmente, sistemas de alta presión que permanecen estacionarios durante unos días, atrapando calor y humedad en niveles peligrosos, explicó Mireia Ginesta, investigadora asociada del Climate Litigation Lab de la Smith School of Enterprise and the Environment.</p><p>Los domos de calor se originan por una protuberancia hacia el norte en la corriente en chorro —un río de viento de rápido desplazamiento a gran altitud— que produce el clima que experimentamos.</p><p>“Un sistema de alta presión significa que el aire desciende, y a medida que alcanza altitudes menores, se comprime”, señaló Ginesta. “Así que la presión aumenta y la temperatura también lo hace”.</p><p>¿Cómo influye un domo de calor en las olas de calor?</p><p>Esas “protuberancias” son las que establecen las condiciones que generan una ola de calor, indicó Jennifer Francis, climatóloga del Woodwell Climate Research Center.</p><p>“El domo de calor es, en realidad, lo que hace la corriente en chorro”, explicó. “La ola de calor es lo que sentimos en la superficie”.</p><p>¿Qué ocurre en Europa esta semana?</p><p>Millones de personas en todo el continente han experimentado temperaturas excepcionalmente altas mientras una ola de calor de comienzos del verano abrasa Francia, Italia, España y Reino Unido.</p><p>“En Europa, simplemente no están acostumbrados a esto”, comentó Francis. “En realidad, es apenas en la última década o dos cuando este tipo de olas de calor realmente brutales han estado ocurriendo y matando a mucha gente porque no tienen los medios para mantenerse frescos”.</p><p>Francia, que hasta ahora ha sido el país más afectado, no cuenta con aire acondicionado de forma generalizada, y el servicio meteorológico nacional puso a cerca de la mitad del país en alerta roja por ola de calor. El país también ha reportado alrededor de 40 muertes por ahogamiento, mientras la gente buscaba alivio para refrescarse.</p><p>Se espera que esas condiciones duren varios días, con temperaturas de hasta 40 grados Celsius (104 grados Fahrenheit).</p><p>“Veremos que los récords de temperatura de junio no solo se rompen, sino que quedan completamente aniquilados”, afirmó Liz Bentley, directora ejecutiva de la Royal Meteorological Society y profesora de meteorología en la Universidad de Reading.</p><p>¿Cómo influye el cambio climático en estos fenómenos?</p><p>Expertos señalan que el cambio climático hace que las condiciones para que se formen domos de calor ocurran con mayor frecuencia. Y cada vez más países en todo el mundo se ven afectados.</p><p>“Estamos calentando el planeta y eso significa que estamos desplazando el rango de temperaturas que experimenta cualquier lugar”, manifestó Francis. “Y al desplazar ese rango de temperatura, hacemos que las temperaturas extremas sean mucho más probables”.</p><p>En la práctica, el mundo ha subido la temperatura del termostato, dijo Bentley.</p><p>“El cambio climático definitivamente tiene un impacto en el hecho de que sean más frecuentes, más intensas y también más persistentes”, sostuvo Bentley, refiriéndose a las olas de calor. “Se quedan durante mucho más tiempo del que solían hacerlo”.</p><p>¿Cómo podemos mantenernos seguros?</p><p>Es importante que las personas que experimentan estas temperaturas extremas se hidraten, eviten hacer ejercicio en las horas de mayor calor, busquen sombra y se refresquen de forma segura en arroyos, lagos cercanos o incluso en el océano si tienen acceso.</p><p>En Francia, por ejemplo, se han cancelado trenes, conciertos y eventos deportivos, y las autoridades han restringido el consumo de alcohol en la vía pública.</p><p>Además, “Uno de los mayores problemas es el calor nocturno”, advirtió Francis. “Si no le das a tu cuerpo la oportunidad de enfriarse por la noche, simplemente empieza a acumularse en tu cuerpo y eso realmente puede empezar a afectar tu salud. Así que encontrar una manera de mantenerse más fresco por la noche es muy, muy importante”.</p><p>___</p><p>Havovi Todd contribuyó a este informe desde Londres.</p><p>___</p><p>Alexa St. John es reportera de clima de The Associated Press. Síguela en X: @alexa_stjohn. Puedes contactarla en ast.john@ap.org.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CRAKJHEV2HNZHM727HO76G33MQ.jpg?auth=dfb226875e444577c2c5271ce2ee8d99db1a58f70e84270ba9b2e42b225463ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer visita la histórica escalinata de la Plaza de España en Roma, el martes 23 de junio de 2026. (AP Foto/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Rubio arrives in UAE with aim to head off Gulf Arab unease over tentative Iran deal]]></title><link>https://www.local10.com/news/world/2026/06/23/rubio-arrives-in-uae-with-aim-to-head-off-gulf-arab-unease-over-tentative-iran-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/rubio-arrives-in-uae-with-aim-to-head-off-gulf-arab-unease-over-tentative-iran-deal/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[ABU DHABI, United Arab Emirates (AP) — U.S. Secretary of State Marco Rubio is in the United Arab Emirates on the first leg of a three-nation tour of Gulf countries aimed at easing their concerns about the result of an agreement intended to end the war with Iran.]]></description><pubDate>Tue, 23 Jun 2026 17:26:15 +0000</pubDate><content:encoded><![CDATA[<p>ABU DHABI, United Arab Emirates (AP) — U.S. Secretary of State Marco Rubio is in the United Arab Emirates on the first leg of a three-nation tour of Gulf countries aimed at easing their concerns about the result of an agreement intended to end the war with Iran.</p><p>Rubio arrived in Abu Dhabi late Tuesday following a two-day flurry of diplomatic activity between the U.S. and Iran in Switzerland led by Vice President JD Vance that resulted in what Vance says is a significant agreement to end all hostilities in the region, reopen the Strait of Hormuz and provide sanctions relief with negotiations on its nuclear program to be concluded in 60 days.</p><p>In the UAE, Kuwait and Bahrain — all nations that Iran hit with missiles and drones in retaliation for U.S.-Israeli airstrikes — Rubio will be holding meetings starting Wednesday with leaders who, in some cases, have taken a harder line on Iran recently than has the Trump administration.</p><p>In brief comments to reporters on his arrival, Rubio said he would explain the benefits of the agreement to the skeptical Gulf states if it is implemented. He said that a proposed $300 billion investment fund for Iran would not become a reality unless "its leadership makes a decision that they want to be a country instead of a revolutionary movement that exports terror.”</p><p>Another complaint is that the agreement does not cover Iran's missile program, its support for proxies and pushes off the nuclear question until later.</p><p>Rubio argued, however, that the memorandum of understanding signed last week calls for the “complete end of hostilities and conflicts in the region,” which he said will require Iran to halt its funding of proxies like Hamas in Gaza, Hezbollah in Lebanon and the Houthis in Yemen.</p><p>“You can’t have the end of hostilities and conflicts in a region as long as Iranian proxies are launching missiles and drones from Iraq, and are participating in terrorism, like Hamas did, and like Hezbollah did,” Rubio said. “So, I do think it’s covered by the MOU, and it is an issue that will be gotten to at the appropriate time in these negotiations.”</p><p>The Emiratis, in particular, have been at the forefront of calls for tough action notably to ensure the reopening of the Strait of Hormuz. There have been conflicting accounts of what the Memorandum of Understanding signed last week will mean for the strait, which the rest of the world wants open free of charge for all shipping.</p><p>The U.S. has been firm on that point, but the Iranians are moving ahead with a scheme that could charge service fees for passage that many believe would amount to a toll. Rubio said under no circumstances would the U.S. accept that.</p><p>“It’s an international waterway," he said. “No country is allowed to charge tolls or fees on an international waterway. That’s existing international law. That’s the way it is.”</p><p>“I don’t think we have anybody to convince around here in that regard. I think all the countries in this region would agree with us,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4LFX7ZWUBFQG7QC2ZI5UEEXTKY.jpg?auth=284d918a75f50edc526d727a0b77c083bfecddf7d042c4b911b97aab91bae3b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks to the media upon his arrival at Al Bateen Executive Airport, in Abu Dhabi, United Arab Emirates, Tuesday, June 23, 2026. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVO6QJGEM7IPUIPKXEUBQP5TIY.jpg?auth=1c69cf145c3860b8310b39bb11e2fa1d93d7afc33328bc5788ea937787c0f6d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks with UAE Ambassador to the U.S. Yousef Al Otaiba upon his arrival at Al Bateen Executive Airport, in Abu Dhabi, United Arab Emirates, Tuesday, June 23, 2026. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content></item><item><title><![CDATA[Ronaldo becomes first player to score in six World Cups with two goals against Uzbekistan]]></title><link>https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — Cristiano Ronaldo became the first player to score in six different World Cup tournaments on Tuesday by getting two goals in Portugal’s 5-0 win over Uzbekistan.]]></description><pubDate>Tue, 23 Jun 2026 19:16:02 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Cristiano Ronaldo became the first player to score in six different World Cup tournaments on Tuesday by getting two goals in Portugal’s 5-0 win over Uzbekistan.</p><p>The 41-year-old Ronaldo made history in the sixth minute when João Cancelo crossed it to him and he shot with his right foot to make it 1-0. He ran toward the bench and celebrated with his teammates after the score.</p><p>He scored again in the 39th minute when he got a pass from Bruno Fernandes and shot with his right foot just inside the near post to make the score 3-0.</p><p>Ronaldo was named man of the match.</p><p>The goals make him the second-oldest player to score at a World Cup behind Cameroon forward Roger Milla, who was 42 when he scored at the 1994 tournament in the United States.</p><p>Ronaldo's goals come after he was criticized for failing to score in Portugal's 1-1 draw against Congo in the team's opening match.</p><p>Ronaldo and Argentina captain Lionel Messi became the only men in history to play in six World Cup tournaments this year. Ronaldo’s scoring streak started in his debut in 2006 and he also netted goals in 2010, 2014, 2018 and 2022.</p><p>While he shares the record for most tournaments with Messi, he stands alone in scoring a goal in each edition after Messi failed to score a goal at the 2010 World Cup in South Africa.</p><p>Ronaldo’s goals Tuesday gave him 10 career goals in the tournament. Messi has 18 after a hat trick in Argentina's opener against Algeria and two more goals Monday against Austria that made him the all-time leading scorer in tournament history.</p><p>His performance extended his record by giving him 145 international goals, and his 10 career goals in the World Cup moved him past Eusébio's nine to make him Portugal's all-time scoring leader at the tournament.</p><p>Tuesday's game was the 230th of Ronaldo’s international career, which is the most in history.</p><p>This is likely to be the final World Cup for Ronaldo, who won the European Championship with Portugal in 2016 and the Champions League five times with Manchester United and Real Madrid.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JUEAIK5TM2IGJCGILMNONKQWNM.jpg?auth=06bf7fe667d654b8f507da9abbca863dca524aa16c8a126863f3bf87fef88bd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo celebrates after scoring the opening goal during the World Cup Group K soccer match between Portugal and Uzbekistan in Houston, Tuesday, June 23, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFIOC4ZXVVDCUOJMMYOIIYWEIM.jpg?auth=355a32372c9e86205d43559f2767c0bf1169d3c52c272fd3709f67c19578ee7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo, right, celebrates after scoring the opening goal during the World Cup Group K soccer match between Portugal and Uzbekistan in Houston, Tuesday, June 23, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CO6AWCD7JL2IVLWAPONDREKRCU.jpg?auth=552e181cd9d3e2f94b76852ee4779e73e25fab910faa52bf4c77b3253bc0fb91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo, center, celebrates with teammates after scoring the opening goal during the World Cup Group K soccer match between Portugal and Uzbekistan in Houston, Tuesday, June 23, 2026. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3L66X2I34U5T2YCZXSG43MP3ZM.jpg?auth=8f3c971955bf9e0afe216d4df78707ebf7f8f4ec7e86a0a752df024b52efede5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) celebrates after scoring the opening goal of his team during the World Cup Group K soccer match between Portugal and Uzbekistan in Houston, Tuesday, June 23, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MH2XWRSYFO6NWFV47RZEGGHESM.jpg?auth=d4885427adeeba5793824c0b28c70bd0a0e8f87cd8b65ce08b74f858d4831219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo celebrates after scoring the opening goal during the World Cup Group K soccer match between Portugal and Uzbekistan in Houston, Tuesday, June 23, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Blazers hire Wolves assistant Micah Nori as head coach, a year after Chauncey Billups' sudden exit]]></title><link>https://www.local10.com/sports/2026/06/23/blazers-hire-wolves-assistant-micah-nori-as-head-coach-a-year-after-chauncey-billups-sudden-exit/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/blazers-hire-wolves-assistant-micah-nori-as-head-coach-a-year-after-chauncey-billups-sudden-exit/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[The Portland Trail Blazers picked Minnesota Timberwolves assistant Micah Nori as their next head coach on Tuesday, after making the playoffs for the first time in five years under the direction of interim coach Tiago Splitter.]]></description><pubDate>Tue, 23 Jun 2026 17:48:37 +0000</pubDate><content:encoded><![CDATA[<p>The Portland Trail Blazers picked Minnesota Timberwolves assistant Micah Nori as their next head coach on Tuesday, after making the playoffs for the first time in five years under the direction of interim coach Tiago Splitter.</p><p>Nori, who spent the past five seasons with the Timberwolves, has interviewed for multiple head coach vacancies including the Chicago Bulls earlier this month, the New York Knicks last year, and the Los Angeles Lakers in 2024.</p><p>Nori, 52, was the lead assistant under Timberwolves head coach Chris Finch while the club made the playoffs each season, won five series, and reached the Western Conference finals in 2023 and 2024.</p><p>During the Timberwolves; 2024 playoff run, Nori took on a greater role during games while Finch recovered from a knee injury.</p><p>Nori, who began his NBA career in 1998 as a scout with the Toronto Raptors, has also been an assistant for the Raptors, the Sacramento Kings, the Denver Nuggets, and the Detroit Pistons. His son, Dante, is a minor league baseball player in the Philadelphia Phillies organization.</p><p>"After an extensive search process, it became clear that Micah embodies the qualities we are looking for in the leader of this franchise,” Blazers general manager Joe Cronin said in a statement. “He has been a key contributor to successful organizations and brings a wealth of expertise, a proven ability to develop players and an authenticity that aligns with the culture we are building. We are excited about the future under his direction and look forward to what we can accomplish together.”</p><p>Splitter, who was hired last week as head coach of the Chicago Bulls, was promoted from assistant to interim coach when then-head coach Chauncey Billups was arrested in October in a federal takedown of a sprawling gambling operation. Billups has pleaded not guilty to charges of wire fraud and money laundering.</p><p>The Blazers went 42-40 with a five-game loss to NBA finalist San Antonio in the first round of the playoffs, the first postseason appearance and first time they finished with a winning record in five years.</p><p>It is the first major hire for the team under the Blazers' new ownership group led by Tom Dundon. The group bought the NBA franchise from the estate of Paul Allen, the co-founder of Microsoft who died in 2018. The NBA’s Board of Governors approved the sale, worth a reported $4.25 billion, in April.</p><p>“From my conversations with Tom and Joe, it was evident that there is a strong commitment to building a culture that values accountability, development and team success," Nori said. "This is a team with tremendous talent, and I’m excited to begin working with our players and staff.”</p><p>___</p><p>AP Sports Writer Dave Campbell in Minneapolis contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R2EFSML2EP4KDOTHD5AY2TQOH4.jpg?auth=4fed693acba70f35efeec9719bddb63c3e01453237b3f745b3206e9451615d9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Micah Nori, the lead assistant coach of the Minnesota Timberwolves, directs play during the first half in Game 3 of the NBA basketball Western Conference finals against the Dallas Mavericks, May 26, 2024, in Dallas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 23 schedule for Day 13 of group matches]]></title><link>https://www.local10.com/sports/2026/06/23/fifa-world-cup-2026-here-is-the-june-23-schedule-for-day-13-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/fifa-world-cup-2026-here-is-the-june-23-schedule-for-day-13-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.]]></description><pubDate>Tue, 23 Jun 2026 15:28:21 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Tuesday, as group-stage matches continue.</p><p><a href="https://www.local10.com/espanol/2026/06/23/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-23-de-junio-del-dia-13-de-la-fase-de-grupos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-23-de-junio-del-dia-13-de-la-fase-de-grupos/">Leer en español</a></p><p>Portugal vs. Uzbekistan, a <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> match, is at 1 p.m.</p><p>England vs. Ghana, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> match, is at 4 p.m. </p><p>Panama vs. Croatia, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> match, is at 7 p.m. </p><p>Colombia vs. Congo, a <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> match, is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><h3><b>Group-stage progress</b></h3><p><b>Group J</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Argentina advances to Round of 32 </a></p><p><b>Group I</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">France and Norway advance to Round of 32 </a></p><p><b>Group H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Spain leads with 4 points</a></p><p><b>Group G:</b> <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><p><b>Group K</b>: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia gets 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Este es el calendario del 23 de junio del Día 13 de la fase de grupos ]]></title><link>https://www.local10.com/espanol/2026/06/23/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-23-de-junio-del-dia-13-de-la-fase-de-grupos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-23-de-junio-del-dia-13-de-la-fase-de-grupos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Fanáticos de la Copa Mundial FIFA 2026 tienen cuatro partidos este martes, mientras continúan los encuentros de la fase de grupos.]]></description><pubDate>Tue, 23 Jun 2026 17:08:09 +0000</pubDate><content:encoded><![CDATA[<p>Los fanáticos de la Copa Mundial FIFA 2026 tienen cuatro partidos este martes, mientras continúan los encuentros de la fase de grupos.</p><p>Portugal vs. Uzbekistán, partido del <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a>, es a la 1 p.m.</p><p>Inglaterra vs. Ghana, partido del <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Grupo L</a>, es a las 4 p.m.</p><p>Panamá vs. Croacia, partido del Grupo L, es a las 7 p.m.</p><p>Colombia vs. Congo, partido del Grupo K, es a las 10 p.m.</p><p>Fiestas para ver en Miami: el festival de fanáticos abre de mediodía a 1 a.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Lista relacionada:</b><b> </b><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">sigue a los equipos que avanzan a la ronda 32</a></p><p>Progreso de la fase de grupos </p><p><b>Grupo J:</b> Argentina avanza a los Octavos de Final</p><p><b>Grupo I:</b> Francia y Noruega avanzan a los Octavos de Final</p><p><b>Grupo H:</b> España lidera con 4 puntos</p><p><b>Grupo G:</b> Egipto lidera con 4 puntos</p><p><b>Grupo F:</b> Países Bajos obtiene 3 puntos</p><p><b>Grupo E:</b> Alemania avanza a los Octavos de Final</p><p><b>Grupo D:</b> Estados Unidos avanza a los Octavos de Final</p><p><b>Grupo C:</b> Brasil elimina a Haití</p><p><b>Grupo B:</b> Canadá y Suiza empatan en el primer lugar</p><p><b>Grupo A:</b> México avanza a los Octavos de Final</p><p><b>Grupo K:</b> Colombia obtiene 3 puntos</p><p><b>Calendario del torneo</b></p><p><b>24 de junio:</b> hay seis partidos. El partido del Grupo B, Suiza vs. Canadá, es a las 3 p.m. El partido del Grupo B, Bosnia vs. Catar, es a las 3 p.m. El partido del Grupo C, Marruecos vs. Haití, es a las 6 p.m. El partido del Grupo C, Escocia vs. Brasil, es a las 6 p.m. El partido del Grupo A, Sudáfrica vs. Corea del Sur, es a las 9 p.m. El partido del Grupo A, República Checa vs. México, es a las 9 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 2 p.m. a 9 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver en Miami Beach</b>: las puertas abren a las 4 p.m. el 24 de junio en The Bandshell, en 7275 Collins Ave., para el partido Escocia vs. Brasil a las 6 p.m.</p><p><b>25 de junio:</b> hay seis partidos. El partido del Grupo E, Curazao vs. Costa de Marfil, es a las 4 p.m. El partido del Grupo E, Ecuador vs. Alemania, es a las 4 p.m. El partido del Grupo F, Túnez vs. Países Bajos, es a las 7 p.m. El partido del Grupo F, Japón vs. Suecia, es a las 7 p.m. El partido del Grupo D, Turquía vs. Estados Unidos, es a las 10 p.m. El partido del Grupo D, Paraguay vs. Australia, es a las 10 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 3 p.m. a 1 a.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>26 de junio:</b> hay seis partidos. El Grupo I, Noruega vs. Francia, es a las 3 p.m. El Grupo I, Senegal vs. Irak, es a las 3 p.m. El Grupo H, Cabo Verde vs. Arabia Saudita, es a las 8 p.m. El Grupo H, Uruguay vs. España, es a las 8 p.m. El Grupo G, Nueva Zelanda vs. Bélgica, es a las 11 p.m. El Grupo G, Egipto vs. Irán, es a las 11 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 2 p.m. a 11 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio: </b>hay seis partidos. El Grupo L, Panamá vs. Inglaterra, es a las 5 p.m. El Grupo L, Croacia vs. Ghana, es a las 5 p.m. El Grupo K, Colombia vs. Portugal, es a las 7:30 p.m. El Grupo K, Congo vs. Uzbekistán, es a las 7:30 p.m. El Grupo J, Argelia vs. Austria, es a las 10 p.m. El Grupo J, Jordania vs. Argentina, es a las 10 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 4 p.m. a 1 a.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta en Sunrise</b>: el Amerant Bank Arena cubierto está organizando una fiesta gratuita para titulares de boletos a las 7:30 p.m. el 27 de junio. El estacionamiento es gratis. El condado de Broward ofrece transporte gratuito en autobús exprés desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los titulares de boletos de la Copa Mundial FIFA.</p><p><b>Comienza la ronda de 32</b></p><p><b>28 de junio:</b> hay un partido a las 3 p.m.</p><p><b>Fiesta para ver en Miami:</b> el festival de fanáticos abre de 1 p.m. a 10 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio:</b> hay tres partidos a la 1 p.m., 4:30 p.m. y 9 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de mediodía a medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio:</b> hay tres partidos a la 1 p.m., 5 p.m. y 9 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de mediodía a medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio:</b> hay tres partidos a las 12 p.m., 4 p.m. y 9 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 11 a.m. a 11 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio: </b>hay tres partidos a las 3 p.m., 7 p.m. y 11 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 2 p.m. a 10 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio:</b> hay tres partidos a las 2 p.m., 6 p.m. y 9:30 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de 1 p.m. a 9 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Comienza ronda 16</b></p><p><b>4 de julio:</b> hay dos partidos a la 1 p.m. y 5 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre de mediodía a medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio:</b> hay dos partidos a las 4 p.m. y 8 p.m.</p><p><b>Fiestas para ver en Miami:</b> el festival de fanáticos abre por último día de 3 p.m. a 11 p.m. en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio:</b> hay dos partidos a las 3 p.m. y 8 p.m.</p><p><b>7 de julio:</b> hay dos partidos a las 12 p.m. y 4 p.m.</p><p><b>Comienzan los cuartos de final</b></p><p><b>9 de julio:</b> hay un partido de cuartos de final a las 4 p.m.</p><p><b>10 de julio:</b> hay un partido de cuartos de final a las 3 p.m.</p><p><b>11 de julio:</b> hay dos partidos de cuartos de final a las 5 p.m. y 9 p.m.</p><p><b>Fiesta en Sunrise:</b> el Amerant Bank Arena cubierto está organizando una fiesta gratuita para titulares de boletos a las 5 p.m. el 11 de julio. El estacionamiento es gratis.</p><p><b>Comienzan las semifinales</b></p><p><b>14 de julio:</b> el festival de fanáticos está cerrado. Hay un partido de semifinal a las 3 p.m.</p><p><b>Fiesta en Miami Beach:</b> las puertas abren a las 3 p.m. el 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinal.</p><p><b>15 de julio:</b> hay un partido de semifinal a las 3 p.m.</p><p><b>Fiesta en Miami Beach:</b> las puertas abren a las 3 p.m. el 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinal.</p><p><b>Finales</b></p><p><b>18 de julio:</b> el partido por el tercer lugar es a las 5 p.m.</p><p><b>Fiesta en Miami Beach:</b> las puertas abren a las 3 p.m. el 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final por el bronce a las 5 p.m.</p><p><b>Viaje desde Sunrise al estadio: </b>el Amerant Bank Arena ofrece estacionamiento gratuito para titulares de boletos de la Copa Mundial FIFA que utilicen el transporte gratuito en autobús exprés del condado de Broward hacia el Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio:</b> el partido final es a las 3 p.m.</p><p><b>Fiesta en Miami Beach:</b> las puertas abren a la 1 p.m. el 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final a las 3 p.m.</p><p><b>Fiesta en Sunrise:</b> el Amerant Bank Arena cubierto está organizando una fiesta gratuita para titulares de boletos para la final el 19 de julio. El estacionamiento es gratis.</p><p><b>Historias relacionadas</b></p><p><a href="https://www.local10.com/espanol/2026/06/11/copa-mundial-de-la-fifa-2026-informacion-clave-para-aficionados-que-asistiran-a-partidos-en-el-estadio-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/11/copa-mundial-de-la-fifa-2026-informacion-clave-para-aficionados-que-asistiran-a-partidos-en-el-estadio-de-miami/">Información clave para fanáticos que asisten a partidos en el Miami Stadium</a></p><p><a href="https://www.local10.com/espanol/2026/06/10/acusan-a-guardia-de-seguridad-de-robar-uniforme-de-arbitro-de-la-fifa-en-hotel-de-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/10/acusan-a-guardia-de-seguridad-de-robar-uniforme-de-arbitro-de-la-fifa-en-hotel-de-miami-beach/">Agente de seguridad acusado de robar uniforme de árbitro de la FIFA de hotel en Miami Beach Beach</a></p><p><b>Sigue los grupos de la Copa Mundial FIFA</b></p><p><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Grupo A</a></p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></p><p><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Grupo C</a></p><p><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">Grupo D</a></p><p><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-e-germany-and-ivory-coast-each-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-e-germany-and-ivory-coast-each-gets-3-points/">Grupo E</a></p><p><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Grupo F</a></p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></p><p><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></p><p><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Grupo L</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Troubled Reflecting Pool faces fresh scrutiny over vandalism claims and duck deaths]]></title><link>https://www.local10.com/news/politics/2026/06/23/trump-without-evidence-blames-vandals-for-damage-at-reflecting-pool-says-6-arrested/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/trump-without-evidence-blames-vandals-for-damage-at-reflecting-pool-says-6-arrested/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The saga over the Lincoln Memorial Reflecting Pool took a turn as President Donald Trump said Tuesday that six people have been arrested over recent damage. The president’s troubled $14-million-plus rehabilitation project has become a visceral flashpoint over law enforcement, aesthetics and environmental concerns ahead of the country's 250th anniversary celebrations.]]></description><pubDate>Tue, 23 Jun 2026 20:51:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The saga over the Lincoln Memorial Reflecting Pool took a turn as President Donald Trump said Tuesday that six people have been arrested over recent damage. The president’s troubled $14-million-plus rehabilitation project has become a visceral flashpoint over law enforcement, aesthetics and environmental concerns ahead of the country's 250th anniversary celebrations.</p><p>In a social media post, Trump claimed without supporting evidence that there had been a “350-foot gash” in the paint as the administration faces a self-imposed deadline to fix the botched renovation before the nation's 250th anniversary celebration next week. He has also said, including again on Tuesday, that the federal government would release images to substantiate his claim.</p><p>Trump pledged to beautify the century-old Reflecting Pool ahead of the anniversary celebrations, draining its water and having the bottom painted a color he dubbed “American flag blue.” But since the site was restored, its water has been plagued with algae bloom and pieces of the new coating appeared to be peeling off the bottom.</p><p>Trump, without evidence, has repeatedly blamed the peeling paint on vandalism.</p><p>“It was purposefully and criminally done, and somebody had to work very hard, probably in the dark of night, to create such a condition,” Trump wrote Tuesday, adding that another seven people were cited for allegedly damaging the pool.</p><p>The U.S. Park Police and the Interior Department did not immediately respond to requests for comment on the arrests or Trump's claim of vandalism.</p><p>The Associated Press verified that one man was arrested after touching the already-peeling paint. He said he wanted to examine the new coating, touching a still-attached chunk briefly then letting go shortly after a park worker told him to.</p><p>A maintenance problem morphs into a law enforcement issue</p><p>National Guard members and Park Police have been patrolling the deck around the pool after Trump insisted over the weekend that vandals were responsible for damage to the liner, without providing evidence.</p><p>Trump said Tuesday that the Interior Department will release images of alleged vandalism at the pool. Pressed by reporters after Air Force One landed in Pennsylvania for a visit to a trucking company, Trump said Interior is “going to share” photos and videos of the alleged vandalism, which remains unverified.</p><p>The president had said on Monday that the images existed and the federal government would provide them. No photos were made public as of Tuesday afternoon.</p><p>The arrests highlighted what’s expected to be tightened security in the capital ahead of and during the 250th anniversary celebrations, which are set to draw large crowds to the National Mall and other tourist sites.</p><p>Trump also said Tuesday that “some of the water” will be drained from the pool “either immediately before or after the Fourth of July, to do the permanent repair.”</p><p>It was unclear from his post what the scale, scope or cost of the permanent repair would be.</p><p>Atlantic Industrial Coatings, a contractor on the pool project, said it has identified some areas in the Reflecting Pool that require repairs. “These areas are a very small part of the massive 7-acre project, and do not indicate a failure of the liner,” the company said in a statement. The company said it expected to make the repairs to the pool once it is drained, as part of the warranty.</p><p>Environmental group wades in after duckling found dead</p><p>Adding to the controversy swirling around the pool, an environmental group called on the U.S. Fish and Wildlife Service to investigate after a Mallard duckling carcass was photographed floating in the algae-filled pool, and two other ducks were found dead nearby. The Center for Biological Diversity said Tuesday that the Wildlife Service must enforce the Migratory Bird Treaty Act, which protects migratory birds.</p><p>“Wasting taxpayer money turning the reflecting pool into a giant duck death trap just in time for America’s 250th birthday party is as Trump as it gets. Cruel, stupid and selfish,” said Tara Zuardo, a senior campaigner at the Arizona-based group.</p><p>City Wildlife, a Washington-based rescue and rehabilitation non-profit that also conducts necropsies on birds found in the city, said they could not comment on the cause of the death of the duckling because its carcass “wasn't recovered for examination.”</p><p>Renovation project plagued ahead of the 250 celebrations</p><p>Trump pitched the original improvements as intended to clean, beautify and reinforce an iconic site that he said had become dilapidated and dirty because of previous presidents’ neglect. Algae has plagued the pool for a century, and Trump insisted that the newly installed “American flag blue” coating, which he selected himself, would turn the pool into a gleaming expanse along the National Mall.</p><p>Yet within weeks of Trump declaring the rehabilitation completed in time for Independence Day, the water was plagued by a vivid green algae bloom that clouded the pool’s coating. A piece of liner, about 4 square feet, was observed on Friday, partially floating in the pool. The Associated Press saw additional pieces in the water on Monday.</p><p>Workers were seen in recent days pouring hydrogen peroxide into the pool in an attempt to kill the algae. Hydrogen peroxide can act as a paint remover.</p><p>Experts say the dark lining can add to algae growth by absorbing more sunlight than lighter surfaces. That raises the surrounding water temperature, allowing algae to thrive.</p><p>___</p><p>Associated Press writer Josh Boak contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHIBSUPZAPGRFQMPEPE5F5IQOI.jpg?auth=ba513eee2b9c604a7651ff11ea6ee382de330ec2f274081065cc0a8ea046785f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors watch as National Park Service employees use vacuums to clean the Lincoln Memorial Reflecting Pool, Saturday, June 20, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWCJ4C5QHJHUG7ECNPUDVWORRQ.jpg?auth=5f99b0c0ef8be39db72800170c18d03359083f565bdfc56d6b0b24ff1d7bed07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A piece of the blue coating floats among algae at the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MOHCDQPFUERUUSTK3HMZ23C4WI.jpg?auth=20a412b9e8dec5580a10107649a6a7cfe6f0a1cea8e3cb7f79847a0182d9728a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck swims in the Lincoln Memorial Reflecting Pool, Friday, June 19, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S52NLGCIWQFLXQZCPOKA3SA3Q4.jpg?auth=60b6e1b912e155ddec653973a4bc85c7838cf492491a875ab5807fa7af382854&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members look at the Lincoln Memorial Reflecting Pool, Monday, June 22, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7U7LL3GVZ2EKLW3DEA5FBCJEAY.jpg?auth=49ed29e09f566c465b9a5a7b782eba35ee25edb7ad69efdedd224c4a0b491bda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Separation is seen in the blue coating on the bottom of the Lincoln Memorial Reflecting Pool, Monday, June 22, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HW6RHGVX5JFUMZKCWC3W7VCVGY.jpg?auth=09c4c85da3296a0b177f1e867c753b37683bb3ec09dc891893f81404ef2537c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors look at the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Inicia en Colombia la fase final del escrutinio del reñido balotaje presidencial]]></title><link>https://www.local10.com/espanol/2026/06/23/inicia-en-colombia-la-fase-final-del-escrutinio-del-renido-balotaje-presidencial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/inicia-en-colombia-la-fase-final-del-escrutinio-del-renido-balotaje-presidencial/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Colombia inició el martes la fase final del escrutinio que declarará al ganador del ajustado balotaje presidencial en el que, según el conteo preliminar, el conservador Abelardo de la Espriella obtuvo la mayoría de los votos.]]></description><pubDate>Tue, 23 Jun 2026 19:30:50 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Colombia inició el martes la fase final del escrutinio que declarará al ganador del ajustado balotaje presidencial en el que, según el conteo preliminar, el conservador Abelardo de la Espriella obtuvo la mayoría de los votos.</p><p>El escrutinio nacional está a cargo del Consejo Nacional Electoral (CNE), que consolida las actas y resuelve reclamos. Previamente, jueces realizaron un escrutinio que, según la Registraduría, tuvo una coincidencia de 99,99% con el conteo preliminar.</p><p>El presidente del CNE, Cristian Quiroz, instaló el escrutinio en un centro de eventos de Bogotá para “brindar total certeza y transparencia frente a la ciudadanía”.</p><p>El conteo preliminar de la Registraduría, encargada de la logística de las elecciones el día de la votación, ubica a De la Espriella con 49,66% de los votos y al progresista Iván Cepeda 48,70%. La diferencia entre ambos es de más de 250.800 votos.</p><p>El senador Cepeda, quien ha prometido continuar la agenda política del presidente saliente Gustavo Petro, no reconoció el resultado del conteo preliminar y aseguró que los abogados de su partido han hecho reclamos sobre decenas de miles de mesas de votación por presuntas irregularidades.</p><p>Durante la campaña De la Espriella también realizó denuncias de presunta compra de votos y presiones de grupos armados ilegales supuestamente favoreciendo a Cepeda en zonas de conflicto armado. Cepeda rechazó el martes en un comunicado esa “narrativa del llamado ´voto fusil´ que busca poner en peligro la vida de muchas personas”, especialmente en las regiones rurales.</p><p>Estos cuestionamientos, a los que también se sumó Petro, han generado incertidumbre sobre el futuro político de Colombia.</p><p>Marta Bolivar, apoderada del Pacto Histórico de Cepeda y Petro, dijo a The Associated Press que los reclamos de esa fuerza se refieren a varias instancias del proceso electoral, desde el conteo de los sufragios hasta presuntas presiones a los votantes y compra de votos.</p><p>El Pacto Histórico pidió que se realice un recuento de los votos de los colombianos en el exterior, sin embargo, la solicitud fue denegada. “Consideramos que es una medida inconstitucional, porque es una función del CNE hacer escrutinio internacional”, indicó Bolívar.</p><p>En tanto, De la Espriella se autoproclamó vencedor tras el conteo preliminar y les pidió a Cepeda y a Petro admitir los resultados. El abogado ya ha sido reconocido como presidente electo por los mandatarios como Donald Trump, de Estados Unidos; el argentino Javier Milei y el panameño José Raúl Mulino, entre otros.</p><p>Convencido de su triunfo, De la Espriella emitió el martes un comunicado en el que informó que trabaja en la conformación del gabinete que lo acompañaría a partir del 7 de agosto, cuando se posesionará el nuevo presidente.</p><p>También anunció en la red social X que en su eventual gobierno Colombia formaría parte del “Escudo de las Américas”, como se denominó a una cumbre realizada por Trump en marzo con países de América Latina para unir fuerzas en el combate a los cárteles a la que Petro no fue invitado.</p><p>Unión Europea no detecta irregularidades</p><p>Una misión de la Unión Europea que observó las elecciones presidenciales de Colombia subrayó el martes la transparencia y eficiencia del proceso de recuento de votos.</p><p>“Nosotros no hemos observado ninguna irregularidad… y hasta donde nosotros hemos observado, la legislación colombiana se ha seguido”, aseguró a la prensa el jefe de la misión, Esteban González Pons.</p><p>Sobre los cuestionamientos de Petro, que incluyen el software utilizado en la jornada electoral, González se mostró sorprendido de que el presidente saliente sea quien "denuncie irregularidades que los candidatos no han denunciado… parece ocioso recordarlo, pero él no es un candidato”.</p><p>La misión también está observando el proceso de recuento y publicará un informe final en septiembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7QN5EI4AXI73X6YKWWAZF3X2IA.jpg?auth=721b5f2a59b6dccaad414a1c61571c63a3785bca6525857e3cc9ee025432e2e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Funcionarios electorales, observadores y delegados de los partidos asisten al recuento oficial de votos al día siguiente de la segunda vuelta de las elecciones presidenciales en Bogotá, Colombia, el lunes 22 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ISHWKDAAPBANCZZSUKP3GLIHYA.jpg?auth=b0620e7db25fd6971c417cab704444dfad4c49222e6908101be0a92a06d2ac92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un funcionario electoral traslada bolsas de papeletas de votación tras el recuento oficial de votos, al día siguiente de la segunda vuelta de las elecciones presidenciales en Bogotá, Colombia, el lunes 22 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[US slaps new sanctions on Cuban companies key to island's crumbling economy]]></title><link>https://www.local10.com/news/world/2026/06/23/us-slaps-new-sanctions-on-cuban-companies-key-to-islands-crumbling-economy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/us-slaps-new-sanctions-on-cuban-companies-key-to-islands-crumbling-economy/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — The U.S. hit Cuban state companies on Tuesday with new sanctions that analysts say are expected to spook foreign investors and deepen a severe economic crisis.]]></description><pubDate>Tue, 23 Jun 2026 21:08:02 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — The U.S. hit Cuban state companies on Tuesday with new sanctions that analysts say are expected to spook foreign investors and deepen a severe economic crisis.</p><p>U.S. Secretary of State Marco Rubio said the sanctions target five Cuban entities, including three linked to Grupo de Administración Empresarial S.A., a business conglomerate run by Cuba’s Revolutionary Armed Forces. Best known as GAESA, it is believed to command nearly 40% of Cuba's gross domestic product. As of early 2024, it held $14.5 billion in liquid reserves.</p><p>“The situation in Cuba is devolving as the island’s corrupt, brutal and anti-American Communist regime continues to prioritize its own total control over the freedom, opportunity and basic well-being of the Cuban people,” Rubio wrote on X.</p><p>Rubio, the son of Cuban immigrants, accused “regime elites” of using GAESA to “steal the island’s few resources, diverting them for repression, anti-American subversion and spying instead of schools, power plants, and basic necessities for the Cuban people.”</p><p>Bruno Rodríguez, Cuba's foreign affairs minister, rejected the sanctions, calling Rubio “dishonest and mendacious.”</p><p>“Cuba has proven stronger, more capable, and more effective than he anticipated in the face of the ruthless aggression and collective punishment inflicted upon its people and their living conditions," he wrote on X. “What this individual is promoting from the world’s greatest power is a crime.”</p><p>Anyone that provides services to the targeted Cuban entities risks being sanctioned and cut off from the U.S. financial system.</p><p>“By designating specific entities, they’re making it clear to foreign investors: ‘If your business in Cuba touches any of these folks, you risk being banned,’” said Michael Bustamante, a professor and chair in Cuban and Cuban-American Studies at the University of Miami.</p><p>“For most of these companies, it’s a bridge too far,” he said of the impact of the new sanctions.</p><p>The 5 entities sanctioned are key to Cuba's economy</p><p>Almacenes Universales S.A., or AUSA, is among the entities sanctioned. As the government’s main logistics and warehousing company, it holds up Cuba's export and import system and is the main logistics operator at the port of Mariel, west of Havana. It’s also the main storage company used by the state, Cuba’s private sector and foreign investor partners.</p><p>Last week, Cuba announced a series of economic reforms, including allowing the private sector to bypass the state when importing goods. But Bustamante said he doesn’t believe that measure is operational yet.</p><p>If people or companies avoid doing business with the storage entities, he said, that could disrupt the flow of goods and lead to humanitarian consequences.</p><p>Also sanctioned was Rafin S.A., which Bustamante described as a “very opaque” company that he believes operates as the corporate financial arm within GAESA. He said it’s not a bank but holds capital from the government and GAESA and may be a player in financial deals.</p><p>“That would also seemingly throw more cold water on the foreign investors that are already there,” Bustamante said.</p><p>The third GAESA-related entity that was sanctioned is Banco Financiero Internacional S.A., a commercial bank that Bustamante said serves as a key institution for foreign investors. “If you don’t have a bank where you can go as a foreign investor, it makes your operations logistically quite difficult, to put it mildly.”</p><p>Max Meizlish, a former U.S. Treasury sanctions enforcement officer, said the bank was targeted because it's “a key nexus” for GAESA-related funds: "This is significant.”</p><p>Also sanctioned were Geominera S.A., a state-owned mining company, and Empresa Siderúrgica Jose Martí, which the U.S. described as Cuba’s largest raw steel producer.</p><p>The final sanction was slapped against Annalie Lilliam Rueda Cardero, daughter-in-law of former President Raúl Castro.</p><p>Sanctions imposed days after sweeping economic reforms</p><p>The sanctions are the latest in a recent string that have targeted GAESA itself and Cuban President Miguel Díaz-Canel.</p><p>“It’s very, very hard to suss out what’s going on here,” Bustamante said. “Is this setting the table for the great sale of Cuba state assets to the highest bidder or the lowest bidder?...Is this part of the recipe of a hostile takeover?”</p><p>The administration of U.S. President Donald Trump keeps pressuring for a change in Cuba’s political and economic model, accusing the island of representing a threat to the U.S. because of its ties to U.S. adversaries. The Cuban government has repeatedly denied it’s a threat.</p><p>Meanwhile, Cuba unveiled economic reforms last week that Bustamante described as “potentially the most significant liberalization of the Cuban economy in 60 years," though he said questions and doubts remain.</p><p>On Tuesday, a U.S. State Department spokesperson said the reforms “are modest, long overdue and ultimately superficial smoke signals from the Cuban regime. This is part of the dictatorship’s handbook: announce a cycle of supposed reforms to insinuate a desire for change, then quickly roll back any changes the moment the regime’s total control is at all threatened.”</p><p>“The U.S. administration is going to continue applying pressure on the regime until the regime is a different beast entirely,” said Meizlish, a research fellow with the U.S.-based Foundation for Defense of Democracies.</p><p>Cuba is already struggling with severe blackouts, food and water shortages and a crumbling healthcare system stemming in part from a U.S. energy blockade. In late January, Trump threatened tariffs against any country that sells or provides oil to the island, which depended heavily on oil shipments from Venezuela that were halted after the U.S. attacked the South American country.</p><p>___</p><p>Associated Press reporter Matthew Lee in Abu Dhabi, United Arab Emirates, contributed.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Stampede at World Cup match viewing in Jordan's Amman kills 1]]></title><link>https://www.local10.com/sports/2026/06/23/stampede-at-world-cup-match-viewing-in-jordans-amman-kills-1/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/stampede-at-world-cup-match-viewing-in-jordans-amman-kills-1/</guid><dc:creator><![CDATA[By OMAR AKOUR, Associated Press]]></dc:creator><description><![CDATA[AMMAN, Jordan (AP) — A stampede at a gathering of World Cup fans in Jordan's capital early Tuesday left one person dead and eight others injured, the state news agency said.]]></description><pubDate>Tue, 23 Jun 2026 16:50:11 +0000</pubDate><content:encoded><![CDATA[<p>AMMAN, Jordan (AP) — A stampede at a gathering of World Cup fans in Jordan's capital early Tuesday left one person dead and eight others injured, the state news agency said.</p><p>Thousands of spectators had turned out in central Amman to watch the match between Algeria and Jordan on giant screens. The crowd, at Hashemite Plaza, grew and nine people injured in the crush were hospitalized, the Jordan News Agency reported, citing the Public Security Directorate.</p><p>One of the injured fans later died, the report said.</p><p>This year was the first that Jordan qualified for the World Cup. The team was knocked out Tuesday after losing to Algeria 2-1.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I7KXDE44NWUJ55JZ523TCTURQQ.jpg?auth=be6c4e6a583612bc993c2df2416a91675e6e69757683419d59058a63b8628b33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jordanian soccer fans watch the World Cup match between Jordan and Austria on a large screen at the Roman Amphitheater in downtown Amman, Jordan, early Wednesday, June 17, 2026. (AP Photo/Raad Adayleh)]]></media:description><media:credit role="author" scheme="urn:ebu">Raad Adayleh</media:credit></media:content></item><item><title><![CDATA[Trump administration announces $17.5 billion in loans for 10 new large nuclear reactors]]></title><link>https://www.local10.com/business/2026/06/23/trump-administration-announces-175-billion-in-loans-for-10-new-large-nuclear-reactors/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/trump-administration-announces-175-billion-in-loans-for-10-new-large-nuclear-reactors/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT and MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is providing $17.5 billion to speed the development of 10 new large nuclear reactors to meet the skyrocketing power demand from massive data centers.]]></description><pubDate>Tue, 23 Jun 2026 19:36:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is providing $17.5 billion to speed the development of 10 new large nuclear reactors to meet the skyrocketing power demand from massive data centers.</p><p>Energy Secretary Chris Wright cited “tremendous interest” among developers of data centers that would buy the power, as well as utilities and energy companies. The nuclear plants could begin construction by 2030 and become operational in the mid-2030s, Wright and other officials said Tuesday.</p><p>“This is the start,” Wright said on a call with reporters. “We’re going to move with the players that are ready to stand up and move quickly. Once that supply chain is up and running, do we think there will be dozens of these built going forward? I’d be very surprised if there were not.”</p><p>Most U.S. nuclear power plants were built between 1970 and 1990. Only two new large reactors have been built from scratch in the United States in recent decades. Those two reactors, at Georgia Power Co.’s Plant Vogtle, were completed years late and billions of dollars over budget. The 10 new reactors will use the same design, Westinghouse’s AP1000.</p><p>Wright said the Plant Vogtle project struggled because of bad planning, supply chain problems and the COVID-19 pandemic. But, he said, the reactor design is “robust and sound.”</p><p>“By building in volume and at multiple locations, we think we will create and stand up a large supply chain and build a lot of construction expertise,” Wright said. “We expect the timing and cost of these plants to well outperform what was done on Vogtle.”</p><p>Seven utilities and energy companies signed letters of intent that identified sites, the Energy Department said. The agency plans to pick five, which would host two reactors at each site. The federal financing would be used to purchase nuclear components with long lead times, and are not construction loans.</p><p>The department declined to name the utilities involved or the states they are in, calling it premature until the selections are made. It did not give a timeline for making those selections.</p><p>President Donald Trump set a goal of quadrupling domestic production of nuclear power within the next 25 years, and he has signed executive orders to speed development. The administration is working to advance new nuclear technologies, such as small modular nuclear reactors.</p><p>Dan Sumner, president and chief executive officer of Westinghouse, said industrialized nuclear power needs to be built at fleet scale, in order for the United States to lead in artificial intelligence, advanced manufacturing and the industries that will define the next century.</p><p>Critics of building more nuclear reactors say they’re too expensive and riskier than other low-carbon energy sources. Several states restrict or ban new nuclear power plant construction.</p><p>Travis Fisher, director of energy and environmental policy studies at the libertarian Cato Institute think tank, said the Energy Department has the authority to issue these loan guarantees, but he doesn't think the executive branch should be so heavily involved in the electricity sector.</p><p>If the past is any indication, the next administration will use similar authorities to favor a different set of energy resources, he added. "Remove the state barriers and the federal favoritism and let companies build the power plants that pass the market test,” Fisher wrote in an e-mail Tuesday.</p><p>Data centers used 4% to 5% of the nation's total electricity in 2024, a share that could nearly triple by 2028, according to government estimates. Some analysts predict nationwide electricity use to rise as much as 20% in the next decade, with data centers a big reason.</p><p>The Energy Department said the loans could speed up the development of these 10 reactors by up to three years and lower construction costs. Its goal is for all 10 to be under construction by 2030, to start providing power in the mid-2030s.</p><p>The utilities and Westinghouse will be expected to contribute up to $5 billion in equity in total across the five, two-reactors projects. Wright said his department provides up to $17.5 billion in loans, or $3.5 billion per project, in debt to pair with the equity. He said it's “very, very low risk to the American taxpayers.”</p><p>___</p><p>McDermott reported from Providence, R.I.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L4KUSGF66ALAT5ZYLQW2RRDLLM.jpg?auth=6590c6bf4785cda7ba36308bf146cac2fd852122a02ae3ee8a72baf986607a9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Energy Secretary Chris Wright testifies before the Senate Armed Services Committee hearing on the budget request for the Energy Department on Capitol Hill, May 13, 2026, in Washington. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Miramar police sergeant accused of punching girlfriend in mouth after asking about their relationship status]]></title><link>https://www.local10.com/news/local/2026/06/23/miramar-police-sergeant-accused-of-punching-girlfriend-in-mouth-after-asking-about-their-relationship-status/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/miramar-police-sergeant-accused-of-punching-girlfriend-in-mouth-after-asking-about-their-relationship-status/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miramar police sergeant surrendered to authorities Monday following a domestic violence incident that occurred last Friday at his girlfriend’s home in Miami-Dade County, authorities said.]]></description><pubDate>Tue, 23 Jun 2026 13:48:06 +0000</pubDate><content:encoded><![CDATA[<p>A Miramar police sergeant surrendered to authorities Monday following a domestic violence incident that occurred last Friday at his girlfriend’s home in Miami-Dade County, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, Devarious Holloway’s girlfriend went to an MDSO station Saturday and said she wanted to report an incident that occurred between her and her boyfriend the previous day.</p><p>Deputies said the victim claimed that Holloway texted her at about 7 p.m. Friday, saying “Come outside. My mom wants to talk to you.”</p><p>The victim said she was confused because she knows Holloway’s mother died in 2017, the report stated.</p><p>According to the report, the woman then walked toward a parked vehicle outside her home and spotted Holloway standing next to it.</p><p>Deputies said Holloway approached the victim and asked, “So we’re done?”</p><p>According to the report, the victim walked to her sister’s home that’s located on the same property as hers, believing Holloway would follow her, but she said she quickly realized Holloway had actually entered her own house.</p><p>The report states that the victim went inside her home and Holloway threw her cellphone at her, “missing her but striking the door.”</p><p>He then grabbed her by the shoulders, pushed her down onto the couch and then punched her in the bottom lip when she tried to stand up, authorities said.</p><p>Deputies said Holloway then kicked the victim in the right leg before she ran to her bedroom and locked the door.</p><p>According to the report, Holloway began kicking the bedroom door, causing the door frame to break.</p><p>He then continued questioning the victim about the status of their relationship as the victim repeatedly asked for her phone back, authorities said.</p><p>According to the report, Holloway left the victim’s home, but returned a short time later and continued arguing with her before hitting her in the chest area, causing redness to her chest and causing her chain to break.</p><p>Holloway faces charges of battery and criminal mischief.</p><p>As of Tuesday morning, he was being held at the Turner Guilford Knight Correctional Center on an $1,150 bond. </p><p>The Miramar Police Department released a statement to Local 10 Tuesday, confirming that Holloway has been “placed on administrative leave” pending the outcome of an internal review. </p><blockquote><p>“The Miramar Police Department was notified by the Miami-Dade Sheriff’s Office of an off-duty incident involving Sergeant Devarious Holloway.</p><p>“The Department acknowledges the matter referenced and has initiated a thorough administrative review in accordance with established departmental procedures. Sergeant Holloway has been placed on administrative leave pending the outcome of that review.</p><p>“The Miramar Police Department remains steadfast in its commitment to professionalism, accountability, and ethical conduct, and will address this matter through the appropriate channels.”</p><p class="citation">Miramar Police Department </p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Infantino says FIFA will analyze using hydration breaks at future World Cups]]></title><link>https://www.local10.com/sports/2026/06/23/maybe-theyre-good-fifa-to-analyze-use-of-hydration-breaks-at-future-world-cups-infantino-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/maybe-theyre-good-fifa-to-analyze-use-of-hydration-breaks-at-future-world-cups-infantino-says/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — FIFA will consider keeping hydration breaks for future World Cups despite backlash to the extra stoppages in play at this year's tournament.]]></description><pubDate>Tue, 23 Jun 2026 18:20:05 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — FIFA will consider keeping hydration breaks for future World Cups despite backlash to the extra stoppages in play at this year's tournament.</p><p>Gianni Infantino, the soccer body's president, defended the decision to introduce breaks — which come midway through each half — at this World Cup and said Tuesday they may be providing more entertainment for fans.</p><p>He said FIFA would analyze what it will do in future tournaments “based on this experience.” But after criticism that the breaks were a stealth way to insert advertising or American-style timeouts, Infantino suggested the stoppages have been positive.</p><p>“Maybe the coach can reassess certain situations, correct certain mistakes. The players get a little rest and come back in full speed. Well, is that bad necessarily? Maybe it’s good,” Infantino told SNTV. "And we see as well the intensity of the games. We’ve never seen 90 minutes in a tournament like this played in such an intensity.</p><p>“Until the last second of the match, players attack and so on," he continued. "And maybe, maybe not, but maybe it’s also a bit thanks to this little break that the players have and after they can go back on the field and show what they can do.”</p><p>The World Cup has certainly delivered in terms of entertainment, with goals scored at a record pace and big performances from soccer greats like Lionel Messi, Kylian Mbappé and Erling Haaland. There have also been shocks provided by debutants Cape Verde and Curacao, despite fears the expansion of the tournament from 32 teams to 48 would dilute the quality.</p><p>But the biggest criticism has been the introduction of hydration breaks for all matches regardless of venue or location.</p><p>Loud jeers have greeted the stoppages, around 22 minutes into each half, especially at games played in stadiums with roofs and air conditioning, such as Atlanta.</p><p>Infantino said it was necessary for sporting equity.</p><p>“If we were to use hydration breaks only in those matches where it was too hot and not in the other matches, we would give an advantage or a disadvantage to some of the coaches or some of the teams,” he said. “Why would the coach have the opportunity to influence the game in one match just because it’s hot and in another match where it’s a bit less hot, he wouldn’t have this opportunity?”</p><p>Infantino also insisted FIFA was making no extra money as a result of networks cutting to commercials because contracts had been signed before the decision to introduce hydration breaks.</p><p>“Broadcasters maybe, they make, they generate more. I don’t know, that’s great for them," he said. "But for us, we make zero additional revenues.”</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T32C42O3CR4UUUUQAKKGCG4K5E.jpg?auth=e3353311ba1e6afc5a185e4551f52d539502bff106f62d2988c8e687522049c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino attends the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N7JIGRWPIJT32LRSXAFBAGAMVY.jpg?auth=f0e204d3d91680eea0c2ab7292c41a8dc711ba82af55d5f25da8f58a9cf7e930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi drinks water during a hydration break of the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJZJTEP4FUU4QY27DJME6UM33A.jpg?auth=b54557d2e9645514b262c714a3727618e013fb1bb0d2b16878aee845d7a5342e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players take a hydration break during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RC6KY476GB44HPEHGIN6RGEICM.jpg?auth=8fd61f8d41c71c89149e6efc4f70897c1c78290a4e9be3bbf752d9f65d4c76e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France head coach Didier Deschamps talks with France's Kylian Mbappe (10) in the hydration break during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGZWOZCIK26IUVJV2V2CA5MDCU.jpg?auth=07808c591ccb0f231ef803b29aefd5045fcb15b32f3a8bbc9396cf8f0c554032&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino, center, speaks to his players during a hydration break during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Maddy Grassy)]]></media:description><media:credit role="author" scheme="urn:ebu">Maddy Grassy</media:credit></media:content></item><item><title><![CDATA[8 convicted in Texas immigration center shooting and protest are sentenced to decades in prison]]></title><link>https://www.local10.com/news/2026/06/23/8-convicted-in-texas-immigration-center-shooting-and-protest-are-sentenced-to-decades-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/8-convicted-in-texas-immigration-center-shooting-and-protest-are-sentenced-to-decades-in-prison/</guid><dc:creator><![CDATA[By JAMIE STENGLE and PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[FORT WORTH, Texas (AP) — Eight protesters accused by the Justice Department of having ties to antifa were sentenced Tuesday to decades in federal prison over a shooting outside a Texas immigration detention center that wounded a police officer and prosecutors called an act of terrorism.]]></description><pubDate>Tue, 23 Jun 2026 19:09:13 +0000</pubDate><content:encoded><![CDATA[<p>FORT WORTH, Texas (AP) — Eight protesters accused by the Justice Department of having ties to antifa were sentenced Tuesday to decades in federal prison over a shooting outside a Texas immigration detention center that wounded a police officer and prosecutors called an act of terrorism.</p><p>One of the defendants, a former U.S. Marine Corps reservist convicted of opening fire during the July 4 demonstration outside the Prairieland Detention Center near Dallas, was sentenced to 100 years in prison, the maximum punishment.</p><p>The lengthy sentences were condemned by family members and supporters in a news conference outside the federal courthouse in Fort Worth. Hope Song, whose son Benjamin Song received the heftiest sentence, disputed prosecutors' claims that her son shot the officer and said he didn't intend to hurt anyone.</p><p>U.S. District Judge Reed O’Connor, one of two judges overseeing the proceedings, said what happened wasn’t a protest but “an assault on democracy.”</p><p>“The need to deter this type of conduct is high,” O’Connor said.</p><p>The seven other protesters received prison terms ranging from 30 to 70 years.</p><p>Prosecutors said the eight are members of antifa, a decentralized anti-fascist organization and a target of the Trump administration. Antifa is not a single organization but rather an umbrella term for far-left militant groups that confront or resist neo-Nazis and white supremacists at demonstrations.</p><p>President Donald Trump last fall signed an executive order designating antifa a domestic terrorist organization, even though there is no domestic equivalent to the State Department’s list of foreign terror organizations.</p><p>The defendants deny any affiliation with antifa and maintain they attended the demonstration in support of detained immigrants.</p><p>Prosecutor Frank Gatto urged the judge to impose stiff penalties.</p><p>“People with that kind of extremist beliefs need extra time in prison,” Gatto said. “They believe violence is justified.”</p><p>Phillip Hayes, Song’s attorney, said outside the courthouse that he takes issue with the idea that the protesters are extremists.</p><p>"This is a bunch of kids and young adults who really have a really big heart and really wanted their voice to be heard,” Hayes said. “It was never intended that anybody get hurt. It was never intended that any shots would be fired.”</p><p>Prosecutors said in court that Song had yelled “get to the rifles” and opened fire, striking a police officer who had just pulled up to the center.</p><p>Hayes argued that Song’s shots were “suppressive fire” and that a ricochet bullet hit the officer after he arrived on the scene and “aggressively” pulled out his firearm. He said his client will appeal the 100-year sentence.</p><p>“Song, aside from this day, has had an impeccable life. A former Marine. A good student,” Hayes said. “He had a lot of good qualities that were just ignored. The judge went ahead and gave as much as he could.”</p><p>Other defendants and their family members pleaded for leniency in court.</p><p>Autumn Hill said the gathering “seemed more like a party to me than anything else" and that she and others who participated "didn’t expect or want any violence or destruction of property to occur.”</p><p>Amber Lowrey told the judge that her sister, Savanna Batten, is a compassionate person with dreams of opening a bakery. She said Batten's activism started with animal rights and evolved into anti-war and human rights advocacy.</p><p>“She’s the best person I know,” Lowrey said.</p><p>Hill and Batten both received 50-year sentences.</p><p>Other defendants previously pleaded guilty to providing material support to terrorists rather than take their case to trial.</p><p>Critics warn the case could have wide-reaching impact on protests given that organizations operating within the U.S. are supposed to be protected by First Amendment free-speech rights.</p><p>Last week, federal prosecutors charged 15 people with impeding the Trump administration’s immigration crackdown in Minnesota. They claimed the demonstrators were members of antifa who conspired against the federal government to block arrests and deportations by setting up blockades around government buildings and throwing chunks of ice at federal vehicles, among other actions.</p><p>___</p><p>Marcelo reported from New York. Associated Press journalist Kendria LaFleur contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/COJ3L64UEFSKFWQP2YHLULBYOE.jpg?auth=cf26bfc022387ade5918040c8fcb768d9e3310408155e46be58c66b47acf8b80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of protesters convicted over a shooting outside a Texas immigration detention center display signs in support of the defendants outside a federal courthouse in Fort Worth, Texas on Tuesday, June 23, 2026. (AP Photo/Kendria LaFleur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kendria LaFleur</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PLGBTUE3G4CHNWDLPSIQKKRRVY.jpg?auth=bf6087e88e6dcf5b7182d820f8f88ec5a639a0834945219c647d997b2b62b381&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of protesters convicted over a shooting outside a Texas immigration detention center display signs in support of the defendants outside a federal courthouse in Fort Worth, Texas on Tuesday, June 23, 2026. (AP Photo/Kendria LaFleur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kendria LaFleur</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOD22MNHD2XTNFO7MG4DI664AE.jpg?auth=7e9a7e17b3922440c38449af4896ef3559cca01f9134fc0ce6960e0f42bc375e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of protesters convicted over a shooting outside a Texas immigration detention center display signs in support of the defendants outside a federal courthouse in Fort Worth, Texas on Tuesday, June 23, 2026. (AP Photo/Kendria LaFleur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kendria LaFleur</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHIBO237PSKNZIW7E3GY34IDXE.jpg?auth=a14242c9ca12ee10725acaf4e247026dbd1a93d7a50ad3705ac80b2e1a5203d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of protesters convicted over a shooting outside a Texas immigration detention center display signs in support of the defendants outside a federal courthouse in Fort Worth, Texas on Tuesday, June 23, 2026. (AP Photo/Kendria LaFleur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kendria LaFleur</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track teams advancing to Round of 32 ]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>As of Tuesday morning, six out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32 stage. </p><p>Here is the list:</p><ul><li><b>Mexico</b> (Group A winners)</li><li><b>United States</b> (Group D winners)</li><li><b>Germany</b> (Group E winners)</li><li><b>France</b> (Group I)</li><li><b>Norway</b> (Group I)</li><li><b>Argentina</b> (Group J)</li></ul><p><b>Tournament’s schedule </b></p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XMZXEK7ORF7FHCO3EG3W5FG7XQ.jpg?auth=b4e97b8a0f6e7b47f934cbb7a18351dbfef33868c1ed08d6749ed0cca696ddd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Nadiem Amiri leaps in the air as he celebrates after teammate Germany's Deniz Undav (26) scored their first goal during the World Cup Group E soccer match between Germany and Ivory Coast in Toronto, Saturday, June 20, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group I: France and Norway advance to Round of 32]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group G competing to move forward to the FIFA World Cup 2026 Round of 32 are France (3), Senegal (19), Norway (29), and Iraq (57).]]></description><pubDate>Fri, 05 Dec 2025 18:39:26 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group G competing to move forward to the FIFA World Cup 2026 Round of 32 are France (3), Senegal (19), Norway (29), and Iraq (57).</p><p><b>The next matches</b></p><p><b>JUNE 26</b>: DAY 3 </p><p>Norway vs. France is at 3 p.m. </p><p>Senegal vs. Iraq is at 3 p.m.</p><h3><b>Group stage- progress</b></h3><p><b>JUNE 22</b>: DAY 2</p><p><b>France advances to Round of 32</b></p><figure><img src="https://www.local10.com/resizer/v2/2NXMTO2MMEQTFRKLRRL5LL5HEY.jpg?auth=86cd24a454049154c4b2dccf27e68a5a283314e657090f9c22e483b3c58c6f38&smart=true&width=1200&height=900" alt="France's Ousmane Dembele (7) celebrates with Kylian Mbappe (10) after scoring their third goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>France's Ousmane Dembele (7) celebrates with Kylian Mbappe (10) after scoring their third goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/"> Kylian Mbappé of France scores 2 goals to reach 16 in World Cup career, tying for 2nd most</a></li><li><a href="https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/">Kylian Mbappé scores 2 goals to lead France to 3-0 win over Iraq and into World Cup knockout stage</a></li></ul><p><b>Norway advances to Round of 32</b></p><figure><img src="https://www.local10.com/resizer/v2/KNJO46IFLVTLSBAKBJBRNRPASA.jpg?auth=b77404be6d5d17ad122c554d2c21bf5efb163e3acd97ff302485e57a26e26d68&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) celebrates after scoring his side's third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Seth Wenig)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) celebrates after scoring his side's third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Seth Wenig)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/23/erling-haaland-scores-2-more-goals-and-norway-beats-senegal-3-2-to-reach-world-cup-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/23/erling-haaland-scores-2-more-goals-and-norway-beats-senegal-3-2-to-reach-world-cup-round-of-32/">Erling Haaland scores 2 more goals and Norway beats Senegal 3-2 to reach World Cup round of 32</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/16/fifa-world-cup-2026-here-is-the-june-16-schedule-for-day-6-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/fifa-world-cup-2026-here-is-the-june-16-schedule-for-day-6-of-group-matches/"><b>JUNE 16</b></a><b>: </b>DAY 1</p><p><b>Norway gets 3 points after 4-1 opener against Iraq in Boston </b></p><figure><img src="https://www.local10.com/resizer/v2/NETIOEWW4ZMAVLJBFGIDS75MCE.jpg?auth=8c0abbe4ba6ee92cd2bb0fee0fe6fcfe79214c634c24db83ab8659c9f6618ab6&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) celebrates after scoring his side's second goal during the World Cup Group I soccer match between Iraq and Norway in Foxborough, Mass., near Boston, Tuesday, June 16, 2026. (AP Photo/Charles Krupa)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) celebrates after scoring his side's second goal during the World Cup Group I soccer match between Iraq and Norway in Foxborough, Mass., near Boston, Tuesday, June 16, 2026. (AP Photo/Charles Krupa)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/16/erling-haaland-scores-twice-in-world-cup-debut-as-norway-tops-iraq-4-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/erling-haaland-scores-twice-in-world-cup-debut-as-norway-tops-iraq-4-1/">Erling Haaland scores twice in World Cup debut as Norway tops Iraq 4-1</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=QhJ4xioXkdU" target="_self" rel="" title="https://www.youtube.com/watch?v=QhJ4xioXkdU">Haaland’s 1st World Cup goal</a></li><li><b>FIFA game video</b>:<a href="https://www.youtube.com/watch?v=4_J-f3zQu_o" target="_self" rel="" title="https://www.youtube.com/watch?v=4_J-f3zQu_o"> Haaland scores again</a></li></ul><p><b>France gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/ZGHNLEIGQ4EONTJR7VGW7GY2NY.jpg?auth=1d47522ca429274c9f5a925704ef35276c1db80633a5923047e78caf6c39db84&smart=true&width=1200&height=900" alt="France's Kylian Mbappe celebrates after scoring the opening goal of his team during the World Cup Group I soccer match between France and Senegal in East Rutherford, N.J., near New York, Tuesday, June 16, 2026. (AP Photo/Frank Franklin II)" height="900" width="1200"/><figcaption>France's Kylian Mbappe celebrates after scoring the opening goal of his team during the World Cup Group I soccer match between France and Senegal in East Rutherford, N.J., near New York, Tuesday, June 16, 2026. (AP Photo/Frank Franklin II)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/16/france-striker-kylian-mbappe-scores-his-13th-world-cup-goal-breaking-a-tie-with-pele/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/france-striker-kylian-mbappe-scores-his-13th-world-cup-goal-breaking-a-tie-with-pele/">France striker Kylian Mbappé scores 13th and 14th World Cup goals, moving into tie for 3rd all time</a></li><li><a href="https://www.local10.com/sports/2026/06/16/kylian-mbappe-sparks-france-with-two-goals-in-3-1-win-over-senegal-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/kylian-mbappe-sparks-france-with-two-goals-in-3-1-win-over-senegal-at-the-world-cup/">Kylian Mbappé sparks France with two goals in 3-1 win over Senegal at the World Cup</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=354ajiLZcEE" target="_self" rel="" title="https://www.youtube.com/watch?v=354ajiLZcEE">Kylian Mbappe scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=tzJqZbor4bw" target="_self" rel="" title="https://www.youtube.com/watch?v=tzJqZbor4bw">Bradley Barcola scores</a></li></ul><h3><b>Track the groups</b></h3><p>Here is the list of the groups:</p><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YI65LTG2PNFUJGT75O4P3HFFGY.jpg?auth=23ee61c2ad777e57b5f1cca3dd78774eda00bbf10d7e19fffe5d94acf5afe506&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Doral man accused of fleeing Miami crash that left electric scooter rider critically injured ]]></title><link>https://www.local10.com/news/local/2026/06/23/doral-man-accused-of-fleeing-miami-crash-that-left-electric-scooter-rider-critically-injured/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/doral-man-accused-of-fleeing-miami-crash-that-left-electric-scooter-rider-critically-injured/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 45-year-old Doral man is facing a serious charge after police said he allegedly fled the scene of a Miami crash that left an electric scooter rider critically injured.]]></description><pubDate>Tue, 23 Jun 2026 15:26:02 +0000</pubDate><content:encoded><![CDATA[<p>A 45-year-old Doral man was arrested Monday after police said he allegedly fled the scene of a Miami crash that left an electric scooter rider critically injured.</p><p><a href="https://www.local10.com/espanol/2026/06/23/hombre-de-doral-acusado-de-huir-de-choque-en-miami-que-dejo-a-usuario-de-scooter-electrico-gravemente-herido/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/hombre-de-doral-acusado-de-huir-de-choque-en-miami-que-dejo-a-usuario-de-scooter-electrico-gravemente-herido/">Leer en español</a></p><p>Officers with the Miami Police Department identified the suspect in an an arrest report obtained by Local 10 News Tuesday as Stephen Erik Campos. </p><p>According to the report, officers responded at about 3:22 p.m. Monday to a crash at the intersection of Northwest 37th Avenue and Northwest 36th Street, involving a blue 2018 Lexus RX 350 and a person riding an electric stand-up scooter.</p><p>The report states that Campos, the driver of the Lexus, was traveling northbound on Northwest 37th Avenue and approached the intersection at a red light. </p><p>Investigators alleged that Campos “failed to stop at the solid red light” and struck the scooter rider, who was traveling eastbound on Northwest 36th Street.</p><p>According to the report, the rider, who has not been publicly identified, struck the SUV’s driver-side windshield and door before coming to rest in the intersection. </p><p>Police said Campos then fled westbound on Northwest 36th Street in his car “without rendering aid to the pedestrian.”</p><p>They said Miami Fire Rescue medics responded to the scene and transported the victim to Jackson Memorial Hospital’s Ryder Trauma Center in critical condition.</p><p>According to the report, doctors later determined the victim suffered facial fractures and a brain contusion.</p><p>Police said Campos later returned to the area after discussing the damaged windshield with his wife. </p><p>According to the report, Campos told officers he had been leaving a nearby casino when he noticed his windshield had shattered but believed “somebody threw a rock” at his vehicle. </p><p>Authorities said he told investigators that he continued driving home before speaking with his wife, who drove him back to the scene.</p><p>The report states that Campos’ wife told detectives that her husband returned home and explained what had happened. Police said she suggested they return to the area to find out what occurred, and they approached officers after seeing police activity near the intersection.</p><p>After being read his Miranda rights, Campos again told investigators he believed an object had struck his windshield and that he did not realize he had been involved in a crash, according to the report.</p><p>Police said Campos was arrested without incident and transported to the Turner Guilford Knight Correctional Center.</p><p>Jail records show he is facing one count of leaving the scene of a crash involving serious bodily injury.</p><p>As of Tuesday morning, he remained at TGK, where his bond was listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDMVKILUJRDG3JPIF4ZK4VEM2U.jpg?auth=a4067721fea66bc3d2d70cb7f5d65e37d42d1fbebeb9f4a0bc2e65850c37838a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group J: Argentina advances to Round of 32 ]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group J competing to move forward to the FIFA World Cup 2026 Round of 32 are Argentina (2), Algeria (35), Austria (24), and Jordan (66).]]></description><pubDate>Fri, 05 Dec 2025 18:42:40 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group J competing to move forward to the FIFA World Cup 2026 Round of 32 are Argentina, Algeria, Austria, and Jordan.</p><p><b>The next matches</b></p><p><b>JUNE 27</b>: DAY 4</p><p>Algeria vs. Austria is at 10 p.m. </p><p>Jordan vs. Argentina is at 10 p.m. </p><h3><b>Group-stage progress</b></h3><figure><img src="https://www.local10.com/resizer/v2/TJGWWGVNQRFK3AIMK7PT3CJEIY.jpg?auth=134c856b92285e9fd64f701a3f5d7c6780e029eb22f2c9cf90a04c9b4a138529&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>JUNE 22</b>: DAY 3</p><p><b>Algeria gets 3 points after 2-1 win against Jordan </b></p><p><a href="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/"></a></p><ul><li>Feature: <a href="https://www.local10.com/sports/2026/06/21/kansas-town-embraces-algeria-at-the-world-cup-as-the-nation-itself-grapples-with-human-rights-record/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/kansas-town-embraces-algeria-at-the-world-cup-as-the-nation-itself-grapples-with-human-rights-record/">Kansas town embraces Algeria at the World Cup as the nation itself grapples with human rights record</a></li></ul><p><b>Argentina gets 3 points after 3-0 win against Austria</b></p><figure><img src="https://www.local10.com/resizer/v2/BGNVFAG6OODN3EUVVIMQQ5Z5V4.jpg?auth=d104bb016964ae236f775b7b7ee3b21a563654c3d7c6f61828bcd9d868c02464&smart=true&width=1200&height=900" alt="Argentina's Lionel Messi, left, is congratulated by Leandro Paredes after scored during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)" height="900" width="1200"/><figcaption>Argentina's Lionel Messi, left, is congratulated by Leandro Paredes after scored during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/22/lionel-messi-becomes-top-scorer-in-world-cup-history-with-two-more-goals-for-argentina/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/22/lionel-messi-becomes-top-scorer-in-world-cup-history-with-two-more-goals-for-argentina/">Lionel Messi becomes top scorer in World Cup history with 2 more goals for Argentina</a></li><li><a href="https://www.local10.com/news/2026/06/22/messi-sets-world-cup-scoring-record-as-defending-champion-argentina-advances-to-knockout-stage/" target="_self" rel="" title="https://www.local10.com/news/2026/06/22/messi-sets-world-cup-scoring-record-as-defending-champion-argentina-advances-to-knockout-stage/">Messi sets World Cup scoring record as defending champion Argentina advances to knockout stage</a></li><li><a href="https://www.local10.com/sports/2026/06/21/argentina-may-have-america-to-thank-for-lionel-messis-latest-world-cup-heroics/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/argentina-may-have-america-to-thank-for-lionel-messis-latest-world-cup-heroics/">Argentina may have America to thank for Lionel Messi’s latest World Cup heroics</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/"><b>JUNE 17</b></a><b>:</b> DAY 2</p><p><b>Austria gets 3 points after 3-1 opener against Jordan</b></p><ul><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=ZPL_rcYJYS4" target="_self" rel="" title="https://www.youtube.com/watch?v=ZPL_rcYJYS4">Austria’s Marko Arnautovic scores</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=6sBywCuNcj4" target="_self" rel="" title="https://www.youtube.com/watch?v=6sBywCuNcj4">Jordan’s<b> </b>Ali Olwan&nbsp;scores</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/16/fifa-world-cup-2026-here-is-the-june-16-schedule-for-day-6-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/fifa-world-cup-2026-here-is-the-june-16-schedule-for-day-6-of-group-matches/"><b>JUNE 16:</b></a> DAY 1</p><p><b>Argentina gets 3 points after 3-0 opener against Algeria</b></p><figure><img src="https://www.local10.com/resizer/v2/QDDHDH7OIRPLP77JZGD3QXQMHU.jpg?auth=07bb43beb2f4a03ac2cd65abce0d627367109d4772579cb76c616686b4f9fa3f&smart=true&width=1200&height=900" alt="Argentina's Lionel Messi (10) shoots and scores their third goal against Algeria's Riyad Mahrez (7) and Nabil Bentaleb (19) during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Reed Hoffmann)" height="900" width="1200"/><figcaption>Argentina's Lionel Messi (10) shoots and scores their third goal against Algeria's Riyad Mahrez (7) and Nabil Bentaleb (19) during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Reed Hoffmann)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/16/messi-has-his-first-world-cup-hat-trick-as-defending-champion-argentina-beats-algeria-3-0-in-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/messi-has-his-first-world-cup-hat-trick-as-defending-champion-argentina-beats-algeria-3-0-in-opener/">Messi has his first World Cup hat trick as defending champion Argentina beats Algeria 3-0 in opener</a></li><li><a href="https://www.local10.com/sports/2026/06/16/argentina-is-defending-its-world-cup-title-and-its-fans-are-more-obsessed-than-ever/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/argentina-is-defending-its-world-cup-title-and-its-fans-are-more-obsessed-than-ever/">Argentina is defending its World Cup title, and its fans are more obsessed than ever</a></li><li><a href="https://www.local10.com/sports/2026/06/17/lionel-messi-ties-the-world-cup-goals-record-with-an-incredible-hat-trick-as-argentina-tops-algeria/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/lionel-messi-ties-the-world-cup-goals-record-with-an-incredible-hat-trick-as-argentina-tops-algeria/">Lionel Messi ties men’s World Cup goals record with a hat trick as Argentina tops Algeria</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=5ZFIh8nWUvs" target="_self" rel="" title="https://www.youtube.com/watch?v=5ZFIh8nWUvs">Messi’s opening goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=fqk4Ag-Y6CA" target="_self" rel="" title="https://www.youtube.com/watch?v=fqk4Ag-Y6CA">Messi’s hat trick</a></li><li><a href="https://www.local10.com/sports/local/2026/06/17/fifa-world-cup-referees-treatment-of-messi-raises-red-card-question/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/17/fifa-world-cup-referees-treatment-of-messi-raises-red-card-question/">FIFA World Cup referee’s treatment of Messi raises red card question</a></li></ul><p><b>Track the groups</b></p><p><li data-testid="YIDGZRT3AVDL7BPPLR5Y6UIZO4"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li data-testid="YAJ5L7TONNEG7DKFPZMMHEF47A"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li data-testid="SRX2JEMNSFFMXPYDA64XOK7BHU"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li data-testid="HBYSOICVQNBWNLSXJSZZFBHSLU"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li data-testid="7SX5D2RY6NERNNUYAFJCVDBSVU"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li data-testid="U63DBDNXSFA7TFIEGCYJVHNZXI"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li data-testid="XZG6JSKBSFE7VNITR2XI5QLIYE"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li data-testid="SW6NYHJY5FGRPDRBS7T3ZWWIZU"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li data-testid="6COEF7BFWBHFFL2NZAS3OV4X6Q"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li data-testid="LT2ZVKYUYFBZ7HDAN7FFVPNAX4"><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li data-testid="F3XEOLVBKJAXZO6H5S2YFI6XYY"><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XHFZMEWAYFEBNDRA3WPQK7KZBU.jpg?auth=ec510904086527145e605a13b8d10ace635453ccb31ae2990f8eaae982e72bc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre de Doral acusado de huir de choque en Miami que dejó a usuario de scooter eléctrico gravemente herido]]></title><link>https://www.local10.com/espanol/2026/06/23/hombre-de-doral-acusado-de-huir-de-choque-en-miami-que-dejo-a-usuario-de-scooter-electrico-gravemente-herido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/hombre-de-doral-acusado-de-huir-de-choque-en-miami-que-dejo-a-usuario-de-scooter-electrico-gravemente-herido/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Hombre de Doral, de 45 años, arrestado tras dejar a usuario de scooter eléctrico gravemente heridopolicía dijera que supuestamente huyó del lugar de un choque en Miami que .]]></description><pubDate>Tue, 23 Jun 2026 15:38:17 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Doral, de 45 años, fue arrestado el lunes después de que la policía dijera que supuestamente huyó del lugar de un choque en Miami que dejó a un usuario de scooter eléctrico gravemente herido.</p><p>Agentes del Departamento de Policía de Miami identificaron al sospechoso en un informe de arresto obtenido por Local 10 News el martes como Stephen Erik Campos.</p><p>Según el informe, los agentes respondieron alrededor de las 3:22 p.m. del lunes a un choque en la intersección de Northwest 37th Avenue y Northwest 36th Street, que involucró un Lexus RX 350 azul de 2018 y a una persona que conducía un scooter eléctrico de pie.</p><p>El informe indica que Campos, el conductor del Lexus, viajaba hacia el norte por Northwest 37th Avenue y se aproximó a la intersección con la luz roja.</p><p>Los investigadores alegaron que Campos “no se detuvo ante la luz roja sólida” y golpeó al usuario del scooter, quien viajaba hacia el este por Northwest 36th Street.</p><p>Según el informe, el conductor del scooter, que no ha sido identificado públicamente, impactó el parabrisas y la puerta del lado del conductor del SUV antes de quedar tendido en la intersección.</p><p>La policía dijo que Campos huyó hacia el oeste por Northwest 36th Street en su vehículo “sin brindar ayuda al peatón”.</p><p>Indicaron que paramédicos de Miami Fire Rescue respondieron a la escena y trasladaron a la víctima al Ryder Trauma Center del Jackson Memorial Hospital en condición crítica.</p><p>Según el informe, los médicos determinaron posteriormente que la víctima sufrió fracturas faciales y una contusión cerebral.</p><p>La policía dijo que Campos regresó más tarde al área tras hablar con su esposa sobre el parabrisas dañado.</p><p>De acuerdo con el informe, Campos le dijo a los oficiales que salía de un casino cercano cuando notó que su parabrisas estaba roto, pero creyó que “alguien le había lanzado una piedra” a su vehículo.</p><p>Las autoridades dijeron que el hombre explicó que continuó manejando hacia su casa antes de hablar con su esposa, quien lo llevó de vuelta al lugar.</p><p>El informe señala que la esposa de Campos dijo a los detectives que su esposo regresó a casa y le explicó lo ocurrido. La policía indicó que ella sugirió regresar a la zona para averiguar qué había pasado, y ambos se acercaron a los oficiales tras ver actividad policial en la intersección.</p><p>Después de que se le leyeron sus derechos Miranda, Campos reiteró a los investigadores que creyó que un objeto había golpeado su parabrisas y que no se dio cuenta de que había estado involucrado en un choque, según el informe.</p><p>La policía dijo que Campos fue arrestado sin incidentes y trasladado al Centro Correccional Turner Guilford Knight.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de abandonar la escena de un choque con lesiones corporales graves.</p><p>Hasta la mañana del martes, permanecía en TGK, donde su fianza figuraba como “por establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDMVKILUJRDG3JPIF4ZK4VEM2U.jpg?auth=a4067721fea66bc3d2d70cb7f5d65e37d42d1fbebeb9f4a0bc2e65850c37838a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Savannah Guthrie says family remains 'in agony' over missing mom, begs the public for tips]]></title><link>https://www.local10.com/news/2026/06/23/savannah-guthrie-says-family-remains-in-agony-over-missing-mom-begs-the-public-for-tips/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/savannah-guthrie-says-family-remains-in-agony-over-missing-mom-begs-the-public-for-tips/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TUCSON, Ariz. (AP) — “Today” show host Savannah Guthrie made an emotional appeal to viewers Tuesday to come forward with any information about her missing mother, a day after news organizations said a ransom note received months ago had indicated that she was dead.]]></description><pubDate>Tue, 23 Jun 2026 19:11:21 +0000</pubDate><content:encoded><![CDATA[<p>TUCSON, Ariz. (AP) — “Today” show host Savannah Guthrie made an emotional appeal to viewers Tuesday to come forward with any information about her missing mother, a day after news organizations said a ransom note received months ago had indicated that she was dead.</p><p>“We are in agony, and we cannot be at peace. ... We love our mom. We'll never stop looking for her," Guthrie said at the “Today” desk in New York, holding a tissue in her left hand.</p><p>Nancy Guthrie, 84, who lived alone, was reported missing from her Tucson-area home on Feb. 1. The FBI released video more than a week later from a camera outside her front door showing a masked stranger. Her blood was found on the porch, but the case remains unsolved.</p><p>Some media outlets had previously reported receiving ransom notes in the days after Guthrie’s disappearance but had not disclosed the details while the investigation was at an early stage. Guthrie's family was aware of the notes.</p><p>Tucson TV station KOLD said Monday that it had received two notes, one demanding millions in Bitcoin in exchange for Guthrie’s return and another that said she had died. Separately, CNN cited law enforcement sources in reporting on the contents of the notes.</p><p>CNN said a note indicated that those who kidnapped Guthrie did not mean to kill her but that she died shortly after her disappearance.</p><p>“I don't have any comment on this story. I'm not involved in our coverage,” Savannah Guthrie said Tuesday, referring to NBC News. “But I can't pretend I'm not here. And since I am, I want to just take the opportunity to ask people — really to beg people — to come forward. Somebody knows something.”</p><p>The Pima County Sheriff’s Department referred questions about the ransom notes to the FBI, which declined to comment.</p><p>Volunteers and search teams scoured the nearby desert terrain filled with cactuses, bushes and boulders in the weeks after Nancy Guthrie vanished. A group recently conducted a search near the Arizona-Mexico border but didn't report finding her.</p><p>Savannah Guthrie and her siblings occasionally appeared in social media videos earlier in the saga, urging the public to come forward with tips. She asked people to “raise your prayers with us” and acknowledged that her mother might be in heaven dancing “with our daddy.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VSTVME65P2YWPA77STJAKZSRYA.jpg?auth=013ba6d1b3df6fd8488c55a3ae9c7b8da32ecdaab3b4c55d77749875c9fcd2f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An aerial view of the home of Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, in Tucson, Ariz., on Friday, March 6, 2026,. (AP Photo/Rebecca Noble,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JD2PS2DG5VY7DV4QFOFFLXU2NU.jpg?auth=abe5836b25b0ac395ce308334b0b03651b534d55ce10f2f2828975bd77e825d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A banner with notes from hundreds of well-wishers for Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, is displayed outside of KVOA Newsroom on March 6, 2026, in Tucson, Ariz. (AP Photo/Rebecca Noble, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXQ6LOIQ6WRQUAAXNGK5FMX5NY.jpg?auth=ebfde58ebfafc85a17a2c9d869c65b10be457b6ec6be30cdf8d187dce043d09a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Savannah Guthrie visits the Today show at Rockefeller Plaza in New York on Thursday, March 5, 2026. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content></item><item><title><![CDATA[Contratista de FedEx es arrestado por robo masivo de zapatillas Nike en Medley]]></title><link>https://www.local10.com/espanol/2026/06/22/contratista-de-fedex-es-arrestado-por-robo-masivo-de-zapatillas-nike-en-medley/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/contratista-de-fedex-es-arrestado-por-robo-masivo-de-zapatillas-nike-en-medley/</guid><description><![CDATA[El cargamento ilegal, valuado en 36,000 dólares, era desviado de las rutas de entrega y comercializado en el mercado negro.]]></description><pubDate>Tue, 23 Jun 2026 00:28:08 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida fue arrestado en Miami Beach la semana pasada después de ser acusado de traficar con zapatos Nike robados, dijeron las autoridades.</p><p>El arresto del 17 de junio de Reinier Sanchez Hurtado, de 46 años, fue captado por imágenes de dron del Departamento de Policía de Miami Beach.</p><p>“Esta es una nueva tecnología que la mayoría de las agencias policiales están utilizando ahora”, dijo el sargento Luis Rivera del Departamento de Policía de Medley.</p><p>El arresto de Hurtado fue el resultado de una amplia investigación criminal iniciada por detectives de la policía de Medley sobre el robo de zapatos Nike.</p><p>“El cargo principal es tráfico de propiedad robada”, dijo Rivera. “Estamos hablando de posiblemente $36,000 USD en mercancía que fue sustraída”.</p><p>El caso se originó en una instalación de distribución en Medley, donde la seguridad de FedEx dijo que había rastreado un patrón inquietante de robos que se remonta a 2024.</p><p>Según el informe de arresto, algunos zapatos Nike de alta gama que estaban destinados a tiendas minoristas del área de Miami terminaron en la casa de Miami de Sanchez Hurtado, quien, según las autoridades, trabajaba para un contratista de FedEx Ground “responsable de supervisar a los conductores asignados a las rutas de entrega afectadas”.</p><p>La policía dijo que utilizó dispositivos de rastreo GPS en algunos de los paquetes para seguir el rastro de dónde eran llevados los bienes robados.</p><p>FedEx dijo a la policía que los zapatos se estaban vendiendo en el mercado negro.</p><p>“Parecía haber un esquema de fraude”, dijo Rivera.</p><p>FedEx contactó a la policía de Medley, que actuó rápidamente para identificar a Sanchez Hurtado como el sospechoso.</p><p>Los detectives se enteraron poco después de que él acababa de ser liberado tras una detención por una infracción de tránsito rutinaria en Miami Beach.</p><p>Los detectives de Medley luego coordinaron con el Centro de Inteligencia en Tiempo Real del MBPD y la Unidad Táctica de Robo del Departamento de Policía de Miami-Dade para localizar a Sanchez Hurtado cerca de la intersección de la calle 14 y Drexel Avenue, dijeron las autoridades.</p><p>“Eso es lo hermoso del condado de Miami-Dade”, dijo Rivera. “Todas las agencias trabajan juntas para llevar a los sujetos bajo custodia y los cargos que obtienen”.</p><p>La investigación sobre Sanchez Hurtado y los zapatos robados sigue activa y en curso, dijo.</p><p>Una declaración de FedEx puede leerse a continuación:</p><blockquote><p>“Estamos al tanto del arresto de un conductor proveedor de servicios por parte del Departamento de Policía de Miami Beach, y este individuo ya no presta servicios en nombre de FedEx. Otras preguntas deben dirigirse a las autoridades policiales.”</p><p class="citation"> Adam Snyder, asesor estratégico de comunicaciones de FedEx</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Video shows troopers stopping alleged DUI driver traveling wrong way on I-75]]></title><link>https://www.local10.com/news/florida/2026/06/23/video-shows-troopers-stopping-alleged-dui-driver-traveling-wrong-way-on-i-75/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/23/video-shows-troopers-stopping-alleged-dui-driver-traveling-wrong-way-on-i-75/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Florida Highway Patrol released dashcam video Tuesday that captured troopers stopping the driver of an SUV, who they said was traveling the wrong way on Interstate 75 in Lee County.]]></description><pubDate>Tue, 23 Jun 2026 15:10:36 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Highway Patrol released dashcam video Tuesday that captured troopers stopping the driver of an SUV, who they said was traveling the wrong way on Interstate 75 in Lee County.</p><p><a href="https://www.local10.com/espanol/2026/06/23/video-muestra-agentes-deteniendo-a-conductor-presuntamente-ebrio-que-manejaba-en-sentido-contrario-en-la-i-75/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/video-muestra-agentes-deteniendo-a-conductor-presuntamente-ebrio-que-manejaba-en-sentido-contrario-en-la-i-75/">Leer en español</a></p><p>According to authorities, troopers responded to the northbound lanes of I-75 at mile marker 150 just after 2:30 a.m. Sunday in reference to a driver who was driving the wrong way.</p><p>Troopers said the driver, Ana Cassandra Arreola, 28, of LaBelle, was spotted heading south in her SUV at mile marker 143.</p><p>Authorities said troopers then performed a “Precision Immobilization Technique (PIT), which rotated the SUV, bringing it to a stop.”</p><p>Arreola, who authorities said had a blood-alcohol level of .161 percent, was arrested on charges of DUI and DUI causing damage to property or a person.</p><p>She was booked into the Lee County Jail and was released Monday after posting a $30,000 bond. </p>]]></content:encoded></item><item><title><![CDATA[Video muestra agentes deteniendo a conductor presuntamente ebrio que manejaba en sentido contrario en la I-75 ]]></title><link>https://www.local10.com/espanol/2026/06/23/video-muestra-agentes-deteniendo-a-conductor-presuntamente-ebrio-que-manejaba-en-sentido-contrario-en-la-i-75/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/video-muestra-agentes-deteniendo-a-conductor-presuntamente-ebrio-que-manejaba-en-sentido-contrario-en-la-i-75/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Patrulla de Carreteras de Florida publicó video de cámara de tablero captando a agentes deteniendo conductor quien, según dijeron, viajaba en sentido contrario en la Interestatal 75 en el condado Lee.]]></description><pubDate>Tue, 23 Jun 2026 15:22:28 +0000</pubDate><content:encoded><![CDATA[<p>La Patrulla de Carreteras de Florida publicó el martes un video de cámara de tablero que captó a agentes deteniendo al conductor de un SUV, a quien, según dijeron, viajaba en sentido contrario en la Interestatal 75 en el condado Lee.</p><p>Según las autoridades, los agentes respondieron a los carriles en dirección norte de la I-75 en el marcador de milla 150 poco después de las 2:30 a.m. del domingo en referencia a un conductor que iba en sentido contrario.</p><p>Los agentes dijeron que la conductora, Ana Cassandra Arreola, de 28 años y residente de LaBelle, fue vista conduciendo hacia el sur en su SUV en el marcador de milla 143.</p><p>Las autoridades dijeron que los agentes realizaron una “Precision Immobilization Technique (PIT), que hizo girar el SUV y lo detuvo”.</p><p>Arreola, quien según las autoridades tenía un nivel de alcohol en sangre de 0.161 por ciento, fue arrestada por cargos de DUI y DUI con daños a la propiedad o a una persona.</p><p>Fue ingresada en la cárcel del condado Lee y fue liberada el lunes tras pagar una fianza de $30,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Justice Department withdraws subpoenas that sought reporters' grand jury testimony, sources say]]></title><link>https://www.local10.com/business/2026/06/23/justice-department-withdraws-subpoenas-that-sought-reporters-grand-jury-testimony-sources-say/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/justice-department-withdraws-subpoenas-that-sought-reporters-grand-jury-testimony-sources-say/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Justice Department issued and then withdrew subpoenas that sought to compel reporters at The Washington Post and The Wall Street Journal to testify before a grand jury, according to people familiar with the matter.]]></description><pubDate>Tue, 23 Jun 2026 20:36:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department issued and then withdrew subpoenas that sought to compel reporters at The Washington Post and The Wall Street Journal to testify before a grand jury, according to people familiar with the matter.</p><p>The Washington Post confirmed that one of its journalists received a subpoena from the Trump administration as part of a broader and aggressive crackdown on media leaks that in January also included the extraordinary step of an FBI search of the home of another journalist at the newspaper and the seizure of her electronic devices. Reporters at The Wall Street Journal also received grand jury subpoenas, according to people familiar with the matter, a rare and unusual move that critics said amounted to a threat against press freedom.</p><p>It wasn't immediately clear why the government withdrew the subpoenas or what precise news coverage the subpoenas concerned, but the decision to rescind them, first reported Tuesday by The Washington Post, was confirmed by people familiar with the matter who spoke on condition of anonymity to discuss a non-public law enforcement action.</p><p>Washington Post executive editor Matt Murray wrote in a staff email obtained by The Associated Press that a subpoena to Ellen Nakashima, a prominent national security journalist who has reported on the Iran war and deadly U.S. military boat strikes in the Caribbean Sea, had been withdrawn.</p><p>“The unwarranted subpoena of our reporter Ellen Nakashima – a clear violation of constitutionally guaranteed press freedom – was another sign of the government seeking to compel journalists to become instruments of its investigations. We will continue to stand fully behind the journalism of The Washington Post and fight all efforts by any administration that violate our First Amendment rights," a newspaper spokesperson said in a statement.</p><p>A spokesperson for The Wall Street Journal didn't immediately respond to an email seeking comment on Tuesday.</p><p>Acting Attorney General Todd Blanche declined to comment on the subpoenas or the decision to withdraw them while speaking to reporters after an unrelated news conference, calling it a grand jury matter.</p><p>“To the extent that we have to investigate breaches of national security, in whatever form they come, that’s something that we will continue to do,” Blanche said.</p><p>He noted that in media leak investigations, “reporters are not our targets. We very much value and appreciate the role that reporters play in this city and country.”</p><p>But, he added, “I have a similar important role to make sure that people that are entrusted with our nation’s secrets do what they’re supposed to do with that information, which -- spoiler alert -- means not sharing with reporters. There’s tension there. I don’t deny there’s tension there. But we're not going to stop investigating people who work in this administration who think it’s OK to leak classified information.”</p><p>Mark Schoeff Jr., a reporter at CQ Roll Call and president of the National Press Club, called the decision to seek grand jury testimony from journalists “one of the most aggressive actions against a free and independent press in recent memory.”</p><p>“Reporters were one step away from being forced to participate in a criminal investigation because they were doing their jobs. That should alarm every American who values a free press,” Schoeff said in a statement.</p><p>The Justice Department over the years has developed, and revised, internal policies governing how it will respond to news media leaks.</p><p>Though the department across presidential administration has periodically seized the phone records of individual journalists in hopes of identifying sources for national security stories, it is extremely rare for the government to attempt to compel a reporter to reveal their sources before a grand jury.</p><p>In April 2025, then-Attorney General Pam Bondi rescinded a policy from President Joe Biden’s Democratic administration that protected journalists from having their phone records secretly seized during leak investigations — a practice long decried by news organizations and press freedom groups. The moves again gave prosecutors the authority to use subpoenas, court orders and search warrants to hunt for government officials who make “unauthorized disclosures” to journalists.</p><p>A memo she issued said members of the press are “presumptively entitled to advance notice of such investigative activities,” and subpoenas are to be “narrowly drawn.” Warrants must also include “protocols designed to limit the scope of intrusion into potentially protected materials or newsgathering activities,” the memo stated.</p><p>In January, FBI agents searched the home of Washington Post reporter Hannah Natanson, who has been covering President Donald Trump’s transformation of the federal government, as part of a leak investigation into a Pentagon contractor accused of taking home classified information.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKNAQRV2A6ZS5UKPC6L3EBX3YU.jpg?auth=f0d01a77545c146189c26d12a529c9d7f6d9485a1e43907e87a8a2a1d30dfcd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A banner with a portrait of President Donald Trump is hung from the Department of Justice, March 7, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQVWCZ3ZPIPTKP2AMVOZICGSVI.jpg?auth=68d4a21d5f2b7feff80cdee823ef4b62e08da3e7d1fb47dd1ffcb99c47e829da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign of the U.S. Department of Justice is seen on the headquarters building in Washington, Nov. 18, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63JABJS4MUF4A4HMECLAD3VE5Q.jpg?auth=c497d46ae3dc3be6163e7ef178036083e26e5b10ac83cb7206fe886d67dbf759&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Todd Blanche, President Donald Trump's nominee to be attorney general, listens as reporters ask questions during his meeting with Senate Judiciary Committee Chairman Chuck Grassley, R-Iowa, at the Capitol in Washington, Monday, June 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Police in Boynton Beach search for missing, endangered 68-year-old man]]></title><link>https://www.local10.com/news/local/2026/06/22/police-in-boynton-beach-search-for-missing-endangered-68-year-old-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/police-in-boynton-beach-search-for-missing-endangered-68-year-old-man/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Boynton Beach police are asking for the public’s help in finding a missing 68-year-old man who they consider to be endangered.]]></description><pubDate>Tue, 23 Jun 2026 01:34:19 +0000</pubDate><content:encoded><![CDATA[<p>Boynton Beach police are asking for the public’s help in finding a missing 68-year-old man who they consider to be endangered.</p><p><a href="https://www.local10.com/espanol/2026/06/23/buscan-en-boynton-beach-a-hombre-de-68-anos-desaparecido-y-en-peligro/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/buscan-en-boynton-beach-a-hombre-de-68-anos-desaparecido-y-en-peligro/">Leer en español</a></p><p>Investigators said Walter Denahan was last seen Saturday evening near Northeast Eighth Avenue in Boynton Beach. </p><p>Police describe him as 5-foot-10, weighing around 140 pounds and bald. </p><p>According to officials, he was last seen wearing a beige striped shirt, dark blue pants, tan sneakers and a blue baseball hat.</p><p>Authorities said Denahan has been reported missing before and was previously located in Belle Glade, Indiantown and in Deerfield Beach. </p><p>Anyone with information about his whereabouts is urged to contact Boynton Beach police at 561-732-8116.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Buscan en Boynton Beach a hombre de 68 años desaparecido y en peligro ]]></title><link>https://www.local10.com/espanol/2026/06/23/buscan-en-boynton-beach-a-hombre-de-68-anos-desaparecido-y-en-peligro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/buscan-en-boynton-beach-a-hombre-de-68-anos-desaparecido-y-en-peligro/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La policía de Boynton Beach pide ayuda del público para encontrar a un hombre desaparecido de 68 años.]]></description><pubDate>Tue, 23 Jun 2026 15:15:07 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Boynton Beach está pidiendo ayuda del público para encontrar a un hombre desaparecido de 68 años que consideran en peligro.</p><p>Los investigadores dijeron que Walter Denahan fue visto por última vez la noche del sábado cerca de Northeast Eighth Avenue en Boynton Beach.</p><p>La policía lo describe como un hombre de 5 pies con 10 pulgadas de estatura, que pesa alrededor de 140 libras y es calvo.</p><p>Según las autoridades, fue visto por última vez usando una camisa beige a rayas, pantalones azul oscuro, tenis color canela y una gorra de béisbol azul.</p><p>Las autoridades dijeron que Denahan ha sido reportado como desaparecido antes y anteriormente fue localizado en Belle Glade, Indiantown y en Deerfield Beach.</p><p>Cualquier persona con información sobre su paradero es instada a contactar a la policía de Boynton Beach al 561-732-8116.</p><p>Noticias de tu vecindario</p>]]></content:encoded></item><item><title><![CDATA[Edmonton Oilers hire Mike Babcock after NHL clears veteran coach following an investigation]]></title><link>https://www.local10.com/sports/2026/06/23/edmonton-oilers-hire-mike-babcock-after-nhl-clears-veteran-coach-following-an-investigation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/edmonton-oilers-hire-mike-babcock-after-nhl-clears-veteran-coach-following-an-investigation/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Edmonton Oilers hired Mike Babcock on Tuesday, clearing the way for the polarizing taskmaster to coach his first NHL game in more than six years after the NHL cleared him following an investigation into his aborted 2023 stint in Columbus.]]></description><pubDate>Tue, 23 Jun 2026 21:18:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Edmonton Oilers hired Mike Babcock on Tuesday, clearing the way for the polarizing taskmaster to coach his first NHL game in more than six years after the NHL cleared him following an investigation into his aborted 2023 stint in Columbus.</p><p>Babcock is now in charge of trying to get Connor McDavid and Leon Draisaitl a Stanley Cup championship after two of the best hockey players in the league have fallen short over the past decade.</p><p>“He’s bringing experience and accountability," Oilers CEO of hockey operations Jeff Jackson said at the league’s Board of Governors meeting. “That’s what we wanted on the organizational management side, and that’s what our players wanted — our leadership group — so it all aligned.”</p><p>There have been complaints from former players about Babcock's approach, including allegations of bullying. McDavid, Draisaitl and teammate Zach Hyman were consulted by management prior to bringing in Babcock, according to Jackson, who represented McDavid before joining the Oilers in 2023.</p><p>“I think it was very important that Connor and Leon and Zach were involved and made their opinion known," Jackson said. “They’ve been in Edmonton a long time, have gone through some heartbreak together. They’ve earned the right to have a voice, and we sought that and we decided. Players don’t make the ultimate decision, but I think it’s more important to be collaborative with them about communication.”</p><p>The 63-year-old Babcock has not coached a game in the league since being fired by Toronto 23 games into the 2019-20 season.</p><p>Babcock has championship experience from coaching Detroit to the Cup in 2008. He made two other trips to the final, with Anaheim in ‘03 and when the Red Wings went again in ’09 and lost to Pittsburgh. He also guided Canada to back-to-back Olympic goal medals in 2010 and '14.</p><p>Babcock also brings baggage.</p><p>He stepped away from the Blue Jackets before training camp in September 2023 after taking the job on July 1. At the time, Babcock’s requests for personal photos from players in an attempt to get to know them drew criticism as an invasion of privacy.</p><p>When word emerged that Edmonton was interested in hiring Babcock, the NHL Players' Association asked the league to review what happened three years ago. The NHL said it found nothing to prevent him from being employed by a team, and Commissioner Gary Bettman echoed that sentiment after the hire became official.</p><p>“Based on our investigation, we concluded there was no basis upon which he should be prohibited from coaching," Bettman said. "His ability to coach depended on an NHL team wanting to have him coach — and that’s what Edmonton did.”</p><p>Bettman said league officials looked into what was alleged to have happened with the Blue Jackets and drew conclusions as to whether they should disqualify someone from employment.</p><p>“We do — and Mr. Babcock knows it because I spoke to him — expect a certain level of decorum and conduct among all NHL personnel, especially head coaches,” Bettman said.</p><p>A report surfaced after the Maple Leafs fired Babcock that he had asked star Mitch Marner to share his ranking of teammates from hardest- to least-hardest working and then shared that with the rest of the group. Former Red Wings player Johan Franzen told a Swedish outlet that Babcock was the worst person he had ever met and said at one point he was terrified to go to the rink.</p><p>Retired defenseman Mike Commodore, who played for Babcock briefly in 2011 in Detroit, spoke out this spring.</p><p>“I don’t want to hear another word about how important mental health is for us when you literally just paved the way, cleared the way for Mike Babcock to get another opportunity in the NHL and put him in another position of power where he can abuse people,” Commodore said on the “Clearing the Crease” podcast.</p><p>Daniel Winnik, who played for Babcock in 2015-16 with the Leafs, last week called him “the only guy that's ever made me hate hockey.”</p><p>“I just hated coming to the rink,” Winnik said on TSN 1050 radio in Toronto. "He's just a bully."</p><p>Asked how the Oilers remained on track to hire Babcock given the criticism, Jackson said they “didn't look at social media.”</p><p>“We just sort of did our thing,” Jackson said. "Lots of people have lots of opinions, and that’s part of our business and the fans have their opinion. We knew what we needed to do to get the coach we wanted, so we just kept sort of moving forward with our diligence and got to a point where we were comfortable.”</p><p>Kris Knoblauch, who coached Edmonton to consecutive trips to the Cup final in 2024 and ’25, was fired May 14. That decision was announced after news leaked that the Oilers had been denied permission by division rival Vegas to interview 2023 Cup-winning coach Bruce Cassidy, whom the Golden Knights fired on March 30 with eight games left in the regular season. Cassidy remains under contract for one more year.</p><p>The Oilers instead turned to Babcock, whose 700 regular season and 90 playoff victories rank 12th and 10th, respectively, in NHL history.</p><p>D.J. Smith, who was most recently the interim replacement in Los Angeles after Jim Hiller was fired and ran the bench in Ottawa from 2019-23, was named an associate coach. Smith was an assistant under Babcock in Toronto.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JK3I46UWOPSVD3N33BH7I6CCZE.jpg?auth=96dd0cb92e2061b9be452699ce55adf2ce9007dd991fb4d6bb8645be5267183c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toronto Maple Leafs head coach Mike Babcock directs his team against the Colorado Avalanche in the third period of an NHL hockey game, Feb. 12, 2019, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AE64GCWXSVTNTLVDB5MWJWWOUQ.jpg?auth=a33ed1e52802a8f6e9236b36c8aef69c94f6be22bc47d536a6df67a24d5d84a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toronto Maple Leafs head coach Mike Babcock during the third period of an NHL hockey game against the Detroit Red Wings, Oct. 12, 2019, in Detroit. (AP Photo/Duane Burleson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Duane Burleson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VKQPTP2FKW6KD6UO66M77UMPHU.jpg?auth=a660cfd1048cc4ccfa57fb6e34eed7fa41570747841a1e9d963dccff37689d09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Edmonton Oilers center Connor McDavid moves the puck during the first period of an NHL hockey game against the Los Angeles Kings April 11, 2026 in Los Angeles. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/567UJF2VK7KX7JHO4KW5BR67QY.jpg?auth=8a8194c0eec970d49b16ec737917d1fb07af3649bd0dedd7adf69ca863eea1fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Edmonton Oilers defenseman Darnell Nurse, center front, moves the puck against Los Angeles Kings left wing Artemi Panarin, left, and center Scott Laughton, right, during the first period of an NHL hockey game, April 11, 2026, in Los Angeles. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Colombia’s left gripped by fear: Cepeda refuses to concede after De la Espriella claims victory ]]></title><link>https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. ]]></description><pubDate>Tue, 23 Jun 2026 00:18:43 +0000</pubDate><content:encoded><![CDATA[<p>María Susana Muhamad said on Monday that some Colombians were gripped by fear after the deeply polarized presidential runoff election on Sunday. </p><p><a href="https://www.local10.com/espanol/2026/06/23/se-niega-cepeda-a-conceder-derrota-tras-victoria-de-de-la-espriella-izquierda-de-colombia-queda-sacudida-por-el-miedo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/se-niega-cepeda-a-conceder-derrota-tras-victoria-de-de-la-espriella-izquierda-de-colombia-queda-sacudida-por-el-miedo/">Leer en español</a></p><p>Muhamad, a prominent member of the left-wing Historic Pact political party, served as the country’s environmental minister from 2022 to 2025.</p><p>After the national registry published <a href="https://resultados.registraduria.gov.co/v2/territorios/0/88/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/territorios/0/88/">the preliminary vote count</a>, Abelardo De la Espriella claimed victory on Sunday night in Barranquilla. </p><p>“A lot of people in Colombia are very scared with this new government,” said Muhamad, 49, who stands behind De la Espriella’s rival Iván Cepeda, who had not conceded on Monday.</p><p>De La Espriella, who campaigned as “El Tigre,” planned to restart oil exploration and allow fracking, which alarmed environmentalists in Colombia.</p><p>“I hope it will not become a government of retaliation towards people who have been moving another different type of agenda,” said Muhamad, whose paternal grandfather was Palestinian. </p><p>De la Espriella, a law-and-order candidate who supports Israel, also pledged to end peace talks to disarm armed groups and vowed to build mega prisons for narco terrorists.</p><p>“From this moment on, the election campaign ends—as do the slogans, the divisions, and the political confrontations — and the supreme hour of service to the nation begins,“ De La Espriella said during his victory speech at the <a href="https://maps.app.goo.gl/G1TLodz3mNkTRj96A" target="_self" rel="" title="https://maps.app.goo.gl/G1TLodz3mNkTRj96A">Ventana al Mundo monument</a>. </p><p>During a news conference on Monday in Bogotá, Cepeda said that “once all the claims” have been verified and “all the doubts” have been resolved, he will announce his recognition of the election results. </p><p>Cepeda, who has served in the Colombian Senate since 2014, said he wasn’t going anywhere after acknowledging that De la Espriella sent him a message: “Pack your bags!” </p><p>Although De la Espriella also promised to cut welfare spending, some Venezuelan migrants said they breathed a sigh of relief because the left’s push for constitutional changes to bypass the legislature felt like déjà vu.</p><p>Sergio Guzmán, the co-founder and director of <a href="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional" target="_self" rel="" title="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional">Colombia Risk Analysis</a>, described the political environment as highly flammable. </p><p>“I think Colombia is in a bed of dry tinder,” said Guzmán, who keeps a portrait of slain Colombian political satirist <a href="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/" target="_self" rel="" title="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/">Jaime Garzón</a> in his office. </p><p>After winning just about 250,830 more votes than Cepeda, De la Espriella also vowed to be a president to “all Colombians.” Cepeda and President Gustavo Petro aren’t convinced. </p><p>“Petro will try to inflame social unrest against De La Espriella,” Guzmán said. </p><p>Petro’s term ends on Aug. 7, when De la Espriella, who had the endorsement of U.S. President Donald Trump, expects to be sworn in to become Colombia’s 48th president. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/">Venezuelan migrant workers in Colombia breathe sigh of relief after De la Espriella’s narrow win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/">Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Se niega Cepeda a conceder derrota tras victoria de De la Espriella; izquierda de Colombia queda sacudida por el miedo ]]></title><link>https://www.local10.com/espanol/2026/06/23/se-niega-cepeda-a-conceder-derrota-tras-victoria-de-de-la-espriella-izquierda-de-colombia-queda-sacudida-por-el-miedo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/se-niega-cepeda-a-conceder-derrota-tras-victoria-de-de-la-espriella-izquierda-de-colombia-queda-sacudida-por-el-miedo/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Algunos colombianos dominados por el miedo tras polarizada segunda vuelta presidencial del domingo, dijo María Susana Muhamad]]></description><pubDate>Tue, 23 Jun 2026 15:06:42 +0000</pubDate><content:encoded><![CDATA[<p>María Susana Muhamad dijo el lunes que algunos colombianos estaban dominados por el miedo tras la profundamente polarizada segunda vuelta presidencial del domingo.</p><p>Muhamad, una destacada integrante del partido político de izquierda Pacto Histórico, se desempeñó como ministra de Medio Ambiente del país desde 2022 hasta 2025.</p><p>Después de que el registro nacional publicara el <a href="https://resultados.registraduria.gov.co/v2/territorios/0/88/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/territorios/0/88/">conteo preliminar de votos</a>, Abelardo De la Espriella declaró la victoria el domingo por la noche en Barranquilla.</p><p>“Mucha gente en Colombia está muy asustada con este nuevo gobierno”, dijo Muhamad, de 49 años, quien respalda al rival de De la Espriella, Iván Cepeda, quien no había concedido la derrota el lunes.</p><p>De la Espriella, quien hizo campaña como “El Tigre”, planeaba reanudar la exploración petrolera y permitir el fracking, lo que alarmó a los ambientalistas en Colombia.</p><p>“Espero que no se convierta en un gobierno de retaliación hacia las personas que han estado impulsando otro tipo de agenda distinta”, dijo Muhamad, cuyo abuelo paterno era palestino.</p><p>De la Espriella, un candidato de mano dura que apoya a Israel, también prometió terminar las negociaciones de paz para desarmar a grupos armados y se comprometió a construir mega cárceles para narcoterroristas.</p><p>“Desde este momento termina la campaña electoral —así como los lemas, las divisiones y las confrontaciones políticas— y comienza la hora suprema de servicio a la nación”, dijo De la Espriella durante su discurso de victoria en el monumento Ventana al Mundo.</p><p>Durante una conferencia de prensa el lunes en Bogotá, Cepeda dijo que “una vez todas las reclamaciones” hayan sido verificadas y “todas las dudas” hayan sido resueltas, anunciará su reconocimiento de los resultados electorales.</p><p>Cepeda, quien ha servido en el Senado colombiano desde 2014, dijo que no se iba a ir a ninguna parte después de reconocer que De la Espriella le envió un mensaje: “¡Empaca tus maletas!”.</p><p>Aunque De la Espriella también prometió recortar el gasto en programas sociales, algunos migrantes venezolanos dijeron que respiraron aliviados porque el impulso de la izquierda para cambios constitucionales que eludieran al legislativo se sentía como un déjà vu.</p><p>Sergio Guzmán, cofundador y director de <a href="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional" target="_self" rel="" title="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional">Colombia Risk Analysis</a>, describió el ambiente político como altamente inflamable.</p><p>“Creo que Colombia está en una cama de yesca seca”, dijo Guzmán, quien mantiene en su oficina un retrato del asesinado satirista político colombiano <a href="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/" target="_self" rel="" title="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/">Jaime Garzón</a>.</p><p>Después de ganar apenas unos 250,830 votos más que Cepeda, De la Espriella también prometió ser un presidente para “todos los colombianos”. Cepeda y el presidente Gustavo Petro no están convencidos.</p><p>“Petro intentará inflamar el malestar social contra De la Espriella”, dijo Guzmán.</p><p>El mandato de Petro termina el 7 de agosto, cuando De la Espriella, quien contó con el respaldo del presidente de Estados Unidos Donald Trump, espera ser juramentado como el presidente número 48 de Colombia.</p><p><b>Más historias relacionadas</b></p><p><a href="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/">Trabajadores migrantes venezolanos en Colombia respiran aliviados tras la estrecha victoria de De la Espriell</a>a</p><p><a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/">El voto de los colombianos en EE. UU.: 80.57% votó por De la Espriella, 18.43% por Cepeda</a></p><p><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">El conteo preliminar de votos en Colombia que muestra la estrecha victoria de De la Espriella es “preciso”, dice el registrador</a></p><p><a href="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/">Trump sobre la elección presidencial en Colombia: Abelardo De la Espriella “ganó GRANDE”</a></p><p><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Elección en Colombia: Iván Cepeda reacciona al conteo preliminar de votos “no oficial ni vinculante”</a></p><p><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Día histórico para los colombianos: De la Espriella, respaldado por Trump, se encamina a una estrecha victoria presidencial</a></p><p><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Cierran las urnas en el sur de Florida</a></p><p><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Abren las urnas en el sur de Florida</a></p>]]></content:encoded></item><item><title><![CDATA[The Washington Wizards are on the clock with the No. 1 pick in the NBA draft]]></title><link>https://www.local10.com/sports/2026/06/23/the-washington-wizards-are-on-the-clock-with-the-no-1-pick-in-the-nba-draft/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/the-washington-wizards-are-on-the-clock-with-the-no-1-pick-in-the-nba-draft/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Washington Wizards are on the clock as the next team to make news in a busy June around the NBA.]]></description><pubDate>Tue, 23 Jun 2026 14:57:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Washington Wizards are on the clock as the next team to make news in a busy June around the NBA.</p><p>The Wizards have the No. 1 pick in the NBA draft on Tuesday night, with AJ Dybantsa, Darryn Peterson and Cameron Boozer among the options after strong freshman seasons in college.</p><p>The buzz is just winding down in New York after the Knicks won their first championship since 1973 by beating the San Antonio Spurs in the NBA Finals. The team's championship parade was held last week, a few miles from where the draft takes place at Barclays Center in Brooklyn, the home of the Nets.</p><p>And on the eve of the draft, Milwaukee and Miami agreed to a blockbuster deal that will send two-time NBA MVP Giannis Antetokounmpo to the Heat, perhaps instantly creating another challenger for the Knicks.</p><p>The Wizards hope they can pick a player that will help them become one.</p><p>Washington's NBA title drought is almost as long as the Knicks' was, having last won in 1978 when the team was still known as the Bullets. The Wizards could go for Dybantsa, a forward who led the nation in scoring at BYU; or Peterson, a guard with tons of talent but some question marks after missing 11 games at Kansas with injuries and illness; or Boozer, a forward who was college basketball's player of the year at Duke.</p><p>Dybantsa hopes he's the choice, already picturing how he will feel after the sacrifices he said his family made to get him this far.</p><p>“Who knows, I might cry,” Dybantsa said.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6O5KJTPWOGVACRQ32ISSMIYZGY.jpg?auth=c16b940652e354f0f51470d1c8f115aa22e2880109eb7e92b112314bcf89aa4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - BYU forward AJ Dybantsa celebrates his three-pointer in the second half of an NCAA college basketball game against Baylor, Feb. 10, 2026, in Waco, Texas. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUZRGIJYGNI2V5OEHNDZKXZKZI.jpg?auth=bb3eb38a020fc2998515dc0ff51267ab88f38faaa6c128a704b50e610f2152ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Duke forward Cameron Boozer shoots over Siena center Riley Mulvey during the second half in the first round of the NCAA college basketball tournament, March 19, 2026, in Greenville, S.C. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IB6LN5RQHNJVH6QVLQVWWDTVEI.jpg?auth=36e3a7088aaea2788219cec1d2c43a2f5e7c80292ec32cea5febed0f92fc6133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kansas guard Darryn Peterson (22) works against Arizona guard Jaden Bradley (0) during the first half of an NCAA college basketball game against Arizona, Feb. 28, 2026, in Tucson, Ariz. (AP Photo/Rick Scuteri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Video shows boat being destroyed by fire in Marathon]]></title><link>https://www.local10.com/news/local/2026/06/22/video-shows-boat-being-destroyed-by-fire-in-marathon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/video-shows-boat-being-destroyed-by-fire-in-marathon/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A boat went up in flames on Monday in Marathon. ]]></description><pubDate>Tue, 23 Jun 2026 01:52:06 +0000</pubDate><content:encoded><![CDATA[<p>A boat went up in flames on Monday in Marathon. </p><p><a href="https://www.local10.com/espanol/2026/06/23/video-muestra-embarcacion-destruida-por-incendio-en-marathon/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/video-muestra-embarcacion-destruida-por-incendio-en-marathon/">Leer en español</a></p><p>According to officials, the fire sparked in a trap yard near the Marlin Bay Resort and Marina late Monday morning. </p><p>When crews arrived, they said the boat, which was on a trailer in the trap yard behind the RaceTrac gas station located at 3896 Overseas Highway, was fully engulfed in flames. </p><p>Firefighters said they quickly rushed into action so the flames wouldn’t spread to nearby lobster traps. </p><p>No injuries were reported, but the boat was destroyed, authorities said. </p><p>Investigators are working to determine the cause of the blaze. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Identifican a víctimas de doble homicidio en zona rural de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/identifican-a-victimas-de-doble-homicidio-en-zona-rural-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/identifican-a-victimas-de-doble-homicidio-en-zona-rural-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Saira Anwer]]></dc:creator><description><![CDATA[Un sospechoso permanece bajo interrogatorio por parte de los detectives, mientras la comunidad aporta pistas de forma anónima.]]></description><pubDate>Mon, 22 Jun 2026 17:22:54 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Alguacil de Miami-Dade dio a conocer este lunes las identidades de un hombre y una mujer que, según informaron, fueron asesinados la semana pasada en el suroeste de Miami-Dade.</p><p>Las víctimas fueron identificadas como Esther Liontos, de 58 años, y Roger Arredondo Gonzalez, de 61 años.</p><p>Las autoridades aún no han revelado la forma en que murieron ambas personas, pero confirmaron que un individuo fue retenido para ser interrogado.</p><p>Según la Oficina del Alguacil, los oficiales acudieron a una vivienda ubicada en la cuadra 26100 de la avenida Southwest 209 poco después de las 8:30 a.m. del viernes, tras recibir un reporte sobre una mujer inconsciente.</p><p>Al llegar al lugar, los oficiales encontraron a Liontos tendida en el suelo fuera de la casa, indicaron las autoridades.</p><p>El personal del Cuerpo de Bomberos de Miami-Dade declaró su fallecimiento en la escena.</p><p>Los oficiales informaron que también hallaron a Arredondo Gonzalez tendido en el suelo a poca distancia. Él también fue declarado muerto en el lugar.</p><figure><img src="https://www.local10.com/resizer/v2/4635QJQFF5C6PDRDNRFBIZF7MU.jpeg?auth=06eb072646591d550bf74e95ac2f0fc056843e16f8a4c84c35927756f15796b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Las autoridades confirmaron que un hombre permanece bajo custodia con fines de interrogatorio para determinar si tuvo alguna participación en el homicidio.</p><p>Los detectives no han divulgado las declaraciones que hizo este individuo y, hasta el momento, no se han efectuado arrestos formalmente.</p><p>Un familiar de Liontos dijo a Local 10 que la familia está tratando de comprender lo que ocurrió mientras navegan su inmenso dolor, confusión, enojo y deseo de justicia.</p><p>Ese familiar describió a la pareja como “personas maravillosas que amaban a su familia”.</p><p>Cualquier persona que posea información sobre el caso puede comunicarse con la línea de Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Bucks must figure out how to move forward after trading away franchise icon Giannis Antetokounmpo]]></title><link>https://www.local10.com/sports/2026/06/23/bucks-must-figure-out-how-to-move-forward-after-trading-away-franchise-icon-giannis-antetokounmpo/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/bucks-must-figure-out-how-to-move-forward-after-trading-away-franchise-icon-giannis-antetokounmpo/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Giannis Antetokounmpo brought the Milwaukee Bucks back to relevance and delivered the franchise its first title in half a century as the most impactful player in team history.]]></description><pubDate>Tue, 23 Jun 2026 14:42:15 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Giannis Antetokounmpo brought the Milwaukee Bucks back to relevance and delivered the franchise its first title in half a century as the most impactful player in team history.</p><p>Now the Bucks face the onerous challenge of retooling without the player who carried the team on his broad shoulders for over a decade.</p><p>The Bucks agreed on the eve of Tuesday’s draft to send Antetokounmpo along with forward Bobby Portis to the Miami Heat in exchange for Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis, according to a person who spoke to The Associated Press on condition of anonymity because the move had yet to receive the required league approval.</p><p>Milwaukee also gets the No. 13 selection in Tuesday’s draft along with a first-round pick swap in 2030, first-round picks in 2031 and 2033 and a second-rounder in 2033, the person said.</p><p>The move leaves the Bucks without one of the most beloved figures in Wisconsin sports. Milwaukee fans watched in awe as Antetokounmpo spent the last 13 seasons maturing from a skinny teenager into one of the top players on the planet.</p><p>Bucks coach Taylor Jenkins understood this was a possibility when he accepted the job in April following the departure of Doc Rivers.</p><p>“Naturally, we did talk about Giannis, the entire roster, developmental pathways for everyone you know, moving forward,” Jenkins said during his introductory news conference last month. “Because from the coaching lens, I've got to start formulating that, what we’re going to do, not just this offseason, but when we hit the ground running, you know, at the start of training camp. So naturally, (we) talked about that. Had great dialogue, full transparency.”</p><p>Replacing a beloved superstar</p><p>Antetokounmpo had spent his entire career with the Bucks, who selected the 18-year-old from Greece with the 15th pick in the 2013 draft. The nine-time all-NBA forward leads the Bucks in virtually every career statistical category, including points, rebounds, assists, blocks, games and minutes.</p><p>He won MVP awards in 2019 and 2020. Antetokounmpo came back from a knee hyperextension in the 2021 playoffs to earn NBA Finals MVP honors while scoring 50 points in the title-clinching Game 6 victory over the Phoenix Suns.</p><p>Antetokounmpo, 31, had signed multiple contract extensions to stay in Milwaukee and play in one of the NBA’s smallest markets. He was so appreciated for his loyalty that a mural of him — 53½ feet high and 56½ feet wide — appears on the side of a three-story building in downtown Milwaukee.</p><p>The Bucks made plenty of high-risk, high-reward moves in an attempt to keep Antetokounmpo happy and remain among the league’s top contenders. But the Bucks never got beyond the second round of the playoffs after winning that 2021 title due in part to injuries to Antetokounmpo and other key players. They're coming off a 32-50 season that snapped a string of nine straight playoff appearances.</p><p>Those big swings they took to remain competitive with Antetokounmpo will make it that much tougher for them to rebuild without him.</p><p>Facing possibility of a long rebuild</p><p>Even after making this blockbuster deal to recoup some draft capital, Milwaukee doesn’t have any first-round picks in 2027 or 2029.</p><p>The Bucks gave up multiple first-round picks in the 2020 trade that brought Jrue Holiday to Milwaukee and the 2023 deal in which they acquired Damian Lillard. Holiday played a key role in the Bucks’ 2021 title before leaving Milwaukee in the Lillard trade. Lillard was waived after tearing his Achilles in a 2025 first-round playoff loss to Indiana, a move that enabled the Bucks to sign former Pacers center Myles Turner.</p><p>That makes it imperative that the Bucks find major assets with their two lottery picks Tuesday, as they now pick 10th and 13th. That No. 10 pick represents their earliest selection since 2016, when they also went 10th and took Thon Maker.</p><p>The Bucks have one potential building block in guard Ryan Rollins, who turns 24 next month. Perhaps a new staff gets more from Turner, whose production dipped his first year in Milwaukee.</p><p>This trade gives Milwaukee an infusion of youth as it begins a new chapter.</p><p>Herro is a Milwaukee-area native and 2025 All-Star who has scored at least 20 points per game each of the last four seasons, though injuries limited the 26-year-old to 33 games in 2025-26.</p><p>Jaquez, 25, scored 15.4 points per game in a bench role this season. Ware is a 22-year-old, 7-footer. Jakucionis, 20, was the 20th pick in last year’s draft.</p><p>But this still represents a major transition for a team that had considered itself a legitimate contender as long as it had a healthy Antetokounmpo, who finished fourth or higher in the MVP balloting every year from 2019-25 before injuries limited him to a career-low 36 games this season.</p><p>This franchise has been through lean years before. The Bucks reached the Eastern Conference finals in 2001 but didn’t win another playoff series until returning to the East finals in 2019.</p><p>Longtime Bucks fans know the challenges that come after a superstar’s departure.</p><p>Kareem Abdul-Jabbar led the Bucks to a 1971 title when he was known as Lew Alcindor and got them another conference championship in 1974 before requesting a trade. The Bucks sent Abdul-Jabbar to the Los Angeles Lakers in the summer of 1975, and they wouldn’t get back to the NBA Finals until that 2021 championship season.</p><p>Now the guy most responsible for that 2021 celebration also is leaving town.</p><p>___</p><p>AP Basketball Writer Tim Reynolds in Miami contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6ZD6NGB7CX7HG2NOUGD35SUHY4.jpg?auth=d7f02d64777457215ee80571a1ce1bafcead06c7fff7e2d5623560e690e9c6c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks forward Giannis Antetokounmpo walks off the court after an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63JGPFV3JSGOQ7RORZWGED2I6U.jpg?auth=30f552be95e051d8b6cb25bbc0ae5b49abba3dca804156f51812bd2fa59c1ade&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Greece's basketball head coach Vasileios Spanoulis, left, speaks with Giannis Antetokounmpo of the Milwaukee Bucks during the Euroleague final basketball match between Olympiacos and Real Madrid in Athens, Greece, Sunday, May 24, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V7ACVUCMEIO3PBX6ZCVXTFGIJM.jpg?auth=67478920b88deae2d04dc93571a61dc0d1f91cd581c657879dbd1872087a4264&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks forward Giannis Antetokounmpo (34) dribbles the ball during the first half of an NBA basketball game against the Miami Heat, March 12, 2026, in Miami. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Judge rules government can't stop SNAP dollars from buying candy and sugary drinks]]></title><link>https://www.local10.com/health/2026/06/23/judge-rules-government-cant-stop-snap-dollars-from-buying-candy-and-sugary-drinks/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/23/judge-rules-government-cant-stop-snap-dollars-from-buying-candy-and-sugary-drinks/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[The federal government can't block benefits from the nation's largest food aid program from being used to buy candy, soda and other sugary drinks, a judge ruled.]]></description><pubDate>Tue, 23 Jun 2026 20:45:17 +0000</pubDate><content:encoded><![CDATA[<p>The federal government can't block benefits from the nation's largest food aid program from being used to buy candy, soda and other sugary drinks, a judge ruled.</p><p>Monday's ruling scuttles restrictions now in place or planned for the federally funded and state-run Supplemental Nutrition Assistance Program in 23 states. President Donald Trump's administration has not said whether it will appeal to a higher court.</p><p>U.S. District Judge Amy Berman Jackson, who sits in Washington and was nominated to the bench by former President Barack Obama, said in her opinion that the ruling was because the federal government did not follow its own definition of “food.” She said it wasn't a comment on whether the restrictions are a good idea.</p><p>“The federal defendants and the states may have a genuine desire to improve the health of SNAP households by encouraging healthy choices at the store, and they can take lawful steps to meet those goals,” she wrote. “But what they cannot do is violate the law and their own regulations along the way.”</p><p>The restrictions are part of the Make America Healthy Again campaign</p><p>Agriculture Secretary Brooke Rollins and Health and Human Services Secretary Robert F. Kennedy Jr. have encouraged states to limit what the food aid can be used to buy as part of the “Make America Healthy Again” campaign.</p><p>They reason that soda and candy fuel obesity, diabetes and chronic disease epidemics — and taking them off the menu would encourage healthier food choices.</p><p>The Agriculture Department has given 23 states so far permission to implement restrictions. Some have been implemented already, while others are queued to take effect in the coming months and years.</p><p>At least one state that was set to limit soda and candy purchases changed course earlier this year. Colorado's human services board voted against implementing the ban after a March hearing in which SNAP beneficiaries and advocates said people would face stigmas if they mistakenly tried to use the benefits on prohibited items. They also said the rules were confusing because they would have allowed buying drinks with at least 50% fruit or vegetable juice, but not those with less.</p><p>While the goals are similar, the exact rules vary by state. Some wanted to ban both sugary drinks and candy, while others only sought to ban sugary beverages.</p><p>A legal challenge to the candy and soda ban — which includes items such as sports drinks in some states — was filed by SNAP beneficiaries in Colorado, Iowa, Nebraska, Tennessee and West Virginia.</p><p>Judge says government ignored a definition of food</p><p>Jackson said the main legal misstep in restricting what SNAP benefits could buy came because it ran contrary to Congress's definition of “food.”</p><p>Under the law, SNAP benefits — formerly known as food stamps — can be used for “any food or food product for home consumption except alcoholic beverages, tobacco, hot foods or hot food products ready for immediate consumption.”</p><p>The government can waive requirements, but limiting use of the benefits to improve nutrition isn't listed as a reason to do so. Yet when states asked the Agriculture Department to let them restrict purchases, their requests included using alternate definitions of “food.”</p><p>This may not be the final word</p><p>Rollins suggested on social media Tuesday that the administration would “keep fighting to Make America Health Again,” though she did not say directly whether there would be an appeal. Rollins said “an activist judge just blocked our commonsense restriction on using SNAP benefits for soda and junk.”</p><p>The case is among scores of challenges to Trump administration policies that hinge on whether the administration has the authority to change policies without congressional approval.</p><p>While it's a big program helping nearly 39 million Americans — about 1 in 9 — buy groceries, SNAP is normally relatively low-profile. That's been different since Trump returned to office last year.</p><p>Under his big tax and policy law signed last year, more recipients are subject to work requirements and states are being required to pay a larger share of administrative costs — and could be on the hook for benefit costs if their error rates are too high.</p><p>During a government shutdown last year, courts blocked the administration from cutting off benefits. Meanwhile, Rollins has said that there's rampant fraud in the program.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FU62RYRR55S2F7LUXHNRLPDGRA.jpg?auth=2b4e826ba78b6f0e079bebb5fa2aa5aa3722112dbb28f6e29a11750bfb43c18b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - SNAP EBT information sign is displayed at a gas station in Riverwoods, Ill., Nov. 1, 2025. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FWW4TEXSYLQH5IR7SC6NRBHPCM.jpg?auth=9e7b8163ca53095f72f96bbbb25b7732774710a8ee006b88ff814ac8e103895a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Agriculture Secretary Brooke Rollins testifies during a Senate Committee on Agriculture, Nutrition, and Forestry oversight hearing on Capitol Hill, Wednesday, June 10, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6A3OQVJDPBYTF7NCJQTJXLQXOU.jpg?auth=424dfa456fd3181980a2c5eb51c64cf1039d29c2f63c427ef125216b056685d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of Health and Human Services Robert F. Kennedy Jr., listens during a Cabinet meeting at the White House, Wednesday, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNVAOJNQC2XICSHNN5IGSTIMNI.jpg?auth=418d25debd5487a40394e0e0d2e89a22a1ec6d306f6d53b80cac1dbe3d587792&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The image above of shows states with approved SNAP waivers for restrictions on items like candy and sugary drinks. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[Video muestra embarcación destruida por incendio en Marathon ]]></title><link>https://www.local10.com/espanol/2026/06/23/video-muestra-embarcacion-destruida-por-incendio-en-marathon/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/video-muestra-embarcacion-destruida-por-incendio-en-marathon/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Embarcación se incendió en Marathon, el fuego se originó en un área de almacenamiento de trampas cerca del Marlin Bay Resort and Marina, según autoridades]]></description><pubDate>Tue, 23 Jun 2026 14:40:14 +0000</pubDate><content:encoded><![CDATA[<p>Una embarcación se incendió el lunes en Marathon.</p><p>Según las autoridades, el fuego se originó en un área de almacenamiento de trampas cerca del Marlin Bay Resort and Marina a última hora de la mañana del lunes.</p><p>Cuando los equipos llegaron, informaron que la embarcación, que estaba sobre un remolque en el área de trampas detrás de la gasolinera RaceTrac ubicada en 3896 Overseas Highway, estaba completamente envuelta en llamas.</p><p>Los bomberos dijeron que actuaron rápidamente para evitar que las llamas se extendieran a trampas de langosta cercanas.</p><p>No se reportaron heridos, pero la embarcación fue destruida, indicaron las autoridades.</p><p>Los investigadores trabajan para determinar la causa del incendio.</p>]]></content:encoded></item><item><title><![CDATA[Justice Department announces hundreds of charges in multi-billion-dollar healthcare fraud crackdown]]></title><link>https://www.local10.com/news/florida/2026/06/23/texas-doctor-charged-in-89m-fraud-case-as-administration-pushes-healthcare-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/23/texas-doctor-charged-in-89m-fraud-case-as-administration-pushes-healthcare-crackdown/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Justice Department on Tuesday announced criminal charges against 455 people as part of a two-week healthcare fraud crackdown that officials say involved more than $6.5 billion in false claims submitted to insurers.]]></description><pubDate>Tue, 23 Jun 2026 19:46:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department on Tuesday announced criminal charges against 455 people as part of a two-week healthcare fraud crackdown that officials say involved more than $6.5 billion in false claims submitted to insurers.</p><p>Among those charged is a nurse practitioner accused in Texas of billing Medicaid for medically unnecessary wound-care procedures and using the proceeds for fancy jewelry and luxury cars; a mental health company owner who prosecutors say exploited the homeless by billing for crisis stabilization services they did not need; and a hospice owner alleged to have paid kickbacks to a funeral home employee for information about Medicare beneficiaries.</p><p>A heart doctor is charged in Florida in an $89 million healthcare fraud scheme, accused of billing insurers for medically unnecessary cardiovascular screening tests for college student-athletes and then rubber-stamping the results as normal without reviewing them.</p><p>Jason Finkelstein, 53, faces charges in Florida of healthcare fraud and conspiracy in what prosecutors describe as a yearslong scheme that preyed on the fears of athletes that they could die on playing fields or courts of sudden cardiac arrest.</p><p>Athletes with no preexisting conditions who were concerned about being cleared to compete were administered tests they did not need and, in one case, a patient whose results were falsely certified as normal later died after his significant heart problems were undetected, the indictment says.</p><p>Healthcare fraud has been a long-running Justice Department priority and news conferences announcing mass roundups and crackdowns have been common occurrences across the years. The Trump administration has sought to emphasize fraud enforcement over the last year, including through the appointment of a new assistant attorney general, Colin McDonald, to help oversee healthcare fraud prosecutions at a Justice Department that operates multiple specialized task forces.</p><p>“Today’s cases allege more than the theft of taxpayer dollars. Many allege the theft of human dignity,” McDonald said at a news conference announcing this year's crackdown, which covers cases charged or unsealed since June 8. “Our sick, needy and elderly placing their faith in the gift of medicine were neglected, ignored and used for personal profit,”</p><p>The department says Finkelstein’s case, with allegations not only of unrendered services but also poor medical performance that put patients at risk, represents the type of sophisticated scheme prosecutors are striving to disrupt.</p><p>A lawyer for Finkelstein, a Texas-based doctor who pleaded not guilty during a court appearance in Florida on Monday, did not return messages seeking comment.</p><p>The alleged fraud ran between 2019 and the end of last year and, prosecutors say, involved Finkelstein and a pair of unidentified co-conspirators at a Florida-based cardiovascular testing and treatment practice that he owned and operated.</p><p>Officials say the scheme had multiple components, with Finkelstein and his company using what the indictment says were deceptive marketing tactics to offer free heart screens for students who did not need them and then certifying the results of the tests as normal without reviewing them — and even when they turned out to reveal potential problems.</p><p>The indictment quotes Finkelstein as telling an unnamed co-conspirator with whom he worked that “(t)hese kids could be high risk ...(o)ne of them drops dead on a field, they’re coming after both of us.”</p><p>Finkelstein's co-conspirators blasted out emails to athletic trainers at colleges and universities stating that the tests being offered could identify any life-threatening condition that could prevent the students from playing, and also offered kickbacks and other inducements to school officials to refer potential patients, according to the indictment.</p><p>Insurance companies do not cover blanket cardiovascular testing but instead require a prior finding of a medical necessity. To avert that roadblock and secure reimbursement, prosecutors say, Finkelstein submitted to insurers phony diagnoses of conditions, such as elevated blood pressure and hypertension, that the athletes did not actually have.</p><p>His company relied on sonographers who lacked the requisite credentials to travel to college campuses to perform the tests, and because Finkelstein was licensed in the 48 contiguous states, he and his company were able to submit claims for patients across the country, the indictment says.</p><p>At the same time, prosecutors say, Finkelstein would certify cardiac test results as being normal without actually reviewing them. In one instance in 2024, according to the indictment, he signed off after roughly 11 seconds on approximately 63 test result images of one patient. The test results actually revealed a significantly enlarged heart and the teenage patient later died on the basketball court, officials said.</p><p>“There is no way they could miss that, except they didn’t care,” said Mehmet Oz, a cardiothoracic surgeon by training and head of the Centers for Medicare & Medicaid Services. “This is not a diagnostic company. It’s a predatory scheme dressed up in medical clothing and we’re going to treat it as such.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHXWOBZN3WPECGQCLPP4B7VFD4.jpg?auth=cf47db512666700e3eb3d5330aafa39a827b36923bf9c5231bc0bc3ea8cf694c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare & Medicaid Services administrator Dr. Mehmet Oz speaks with reporters in the James Brady Press Briefing Room at the White House, Tuesday, June 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPI64WOL3IYVY3IMAP75DBS6I4.jpg?auth=17c8f55d51a08a71adcc4a6577e45b9c81f9a5393908f4cf4f6a194890abb04a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Kenya's health minister orders suspension of construction on a US-backed Ebola facility]]></title><link>https://www.local10.com/news/world/2026/06/23/kenyas-health-minister-orders-suspension-of-construction-on-a-us-backed-ebola-facility/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/kenyas-health-minister-orders-suspension-of-construction-on-a-us-backed-ebola-facility/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NAIROBI, Kenya (AP) — Kenya’s health minister on Tuesday ordered the suspension of the construction of an Ebola quarantine center for Americans, a day after he was held in contempt by a court that had halted the project.]]></description><pubDate>Tue, 23 Jun 2026 14:34:28 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — Kenya’s health minister on Tuesday ordered the suspension of the construction of an Ebola quarantine center for Americans, a day after he was held in contempt by a court that had halted the project.</p><p>Trump administration officials had said that the United States was planning to send Americans who are exposed to Ebola while abroad to a new facility in Kenya instead of flying them home.</p><p>In May, the high court had ordered the construction of the center to be halted pending a determination of the case filed by the Law Society of Kenya and the constitutional watchdog, the Katiba Institute, which argued that Kenya’s fragile health system was unable to handle a potential Ebola outbreak.</p><p>Construction continued despite the order, and locals held a series of protests in which three people died.</p><p>Health Minister Aden Duale was found in contempt on Monday and was ordered to attend a sentencing hearing on Tuesday. At the hearing, Duale apologized and he said that it was never his intention to “disregard, undermine or act in defiance of the orders of the court.”</p><p>The court accepted his apology and didn't take any further action against the minister.</p><p>Duale defended the quarantine center, saying concerns that it posed a threat to local residents were unfounded.</p><p>“The fear that the Laikipia facility could serve as a vehicle for Ebola importation into surrounding communities is scientifically unfounded,” he said.</p><p>The U.S. government intends to commit $13.5 million toward Kenya’s Ebola preparedness efforts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V4EY6UVFQ5YBYBIEZI2JMJC46Q.jpg?auth=a6270ca113758c7ced7379b7ec28903731fb4d25f80f39ba5082be8a827576c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester holds up a placard during a demonstration against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base in Nanyuki, Kenya, Monday, June 1, 2026. (AP Photo/Andrew Kasuku)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSAAWACPP4FU53ZPI6QJFZ6BCE.jpg?auth=f120852aa72f140994fa878dccb0d0901da0bd72b64259568d9d01363d7d302f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester is arrested by anti-riot police during a demonstration against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base in Nanyuki, Kenya, Tuesday, June 9, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Armani's heirs carry the vision forward as the house faces its next chapter]]></title><link>https://www.local10.com/entertainment/2026/06/23/armanis-heirs-carry-the-vision-forward-as-the-house-faces-its-next-chapter/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/23/armanis-heirs-carry-the-vision-forward-as-the-house-faces-its-next-chapter/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — Giorgio Armani’s legacy lived on during a runway show at his historic headquarters and home in the heart of Milan, followed by a casual dinner in the garden attended by celebrity friends and business associates alike.]]></description><pubDate>Tue, 23 Jun 2026 14:31:40 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — Giorgio Armani’s legacy lived on during a runway show at his historic headquarters and home in the heart of Milan, followed by a casual dinner in the garden attended by celebrity friends and business associates alike.</p><p>As the Giorgio Armani Foundation continues its search for a buyer for a 15% stake in Armani’s fashion group as stipulated in the late designer’s will, every runway show carries the extra weight of demonstrating that his creative vision is not only enduring but evolving.</p><p>“We tried to continue the message that he wanted to convey,’’ Silvana Armani, Armani’s niece and the head of womenswear design, told reporters after the co-ed show closing Milan Fashion Week on Monday evening.</p><p>Real clothes, for real people</p><p>The Giorgio Armani menswear collection for next summer, mixed with womenswear cruise looks, exuded Armani’s trademark nonchalance, which was evident not only in the relaxed silhouette but also in the models’ casual gestures.</p><p>One fiddled with a ring as she approached photographers, another slung a jacket over his shoulder.</p><p>Still, Silvana Armani and menswear designer Leo Dell’Orco added some distinctive touches.</p><p>Jackets were a few inches longer than standard Armani, while trousers were just a tad slimmer to balance the silhouette. Longtime Armani watchers noted that the 160-odd looks conveyed a sense of real people heading out on the town, not models on a runway.</p><p>“When the models came for their fittings, they were always a bit taken aback,’’ Dell’Orco said. “It felt as though they could easily just walk out onto the street.”</p><p>Mediterranean mood</p><p>Safari jackets and elongated blazers were layered effortlessly over plunging shawl-collar vests or paired with shirts and long neckties, depending on the occasion. A rich palette of sun-bleached greens, cobalt blues and sandy neutrals evoked the Mediterranean. Linen, cotton and textured knits reinforced the collections relaxed summer mood.</p><p>The womenswear cruise looks — the first designed by Silvana Armani — were seamlessly interspersed, characterized by jackets, coats and dresses that draped lightly over the figure.</p><p>“I think he would have applauded,” Dell’Orco said.</p><p>Front-row guests included actors Chiwetel Ejiofor, Mark Strong and Lucy Boynton, along with pop singer Conan Gray. Afterward, guests including film director Paolo Sorrentino and former Gucci CEO and Armani board member Marco Bizzarri strolled from the courtyard venue into the adjacent garden for a casual cocktail dînatoire.</p><p>The next chapter</p><p>Armani’s will instructed his heirs to sell a 15% stake in the company, which includes the Emporio Armani label as well as Armani/Casa and Armani Hotels, within 18 months of his death last September.</p><p>For now, Silvana Armani and Dell’Orco – his longtime collaborators – are carrying on his creative legacy.</p><p>Dell’Orco is also chairman of the foundation, the key governance vehicle for Armani’s empire, and holds 40% of the fashion group’s voting rights.</p><p>After the show, Dell’Orco shut down rumors that Dario Vitale, who exited Versace after just one season, would be joining Emporio Armani. The reports “are not true,’’ Dell’Orco told the news agency ANSA.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V7JX3FPUSSE6PIBKBJWRLNL3VY.jpg?auth=ebf37c5d6b3034cfeeee79451166af2e37ccea6ea37716cb50156913890a0c11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Giorgio Armani Spring/Summer 2027 men's collection presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TZBZ3PJCYHLSGMPBZMFIG27NAU.jpg?auth=3413ef7a0378e6fc7c5c7b204f7b7ba2c0f27879e911bfac64a59f000ca2d87f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Giorgio Armani Spring/Summer 2027 men's collection presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OD2CUMINSE5SZBFIRA6DHEJF4.jpg?auth=584fe2719f3163f09d3de19e860111a25644b68264ed3e75ce663501ce86df34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Giorgio Armani Spring/Summer 2027 men's collection presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQJJMT5O6YXUUOB6J2PVHU4BTE.jpg?auth=db608cccd8ec9b137c4b19e972d1400803fcd1af72e78c003503c897217ffccf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Giorgio Armani Spring/Summer 2027 men's collection presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LY332RGLURIMZ27QS2UXQXMLAQ.jpg?auth=6184d16d5910a8bea627deafd637e8fb9efe526174f23f0bb431ec517ff01475&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fashion designers Leo Dell'Orco, right, and Silvana Armani arrive on the catwalk at the end of the Giorgio Armani Spring/Summer 2027 men's collection presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[Supreme Court sides with Trump administration on immigration case dealing with green card holders]]></title><link>https://www.local10.com/news/national/2026/06/23/supreme-court-sides-with-trump-administration-on-immigration-case-dealing-with-green-card-holders/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/23/supreme-court-sides-with-trump-administration-on-immigration-case-dealing-with-green-card-holders/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court sided with the Trump administration Tuesday in an immigration case dealing with the government’s power over green card holders accused of crimes.]]></description><pubDate>Tue, 23 Jun 2026 18:51:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court sided with the Trump administration Tuesday in an immigration case dealing with the government’s power over green card holders accused of crimes.</p><p>The 6-3 decision centers on an immigration officers’ 2012 decision to put lawful permanent resident Muk Choi Lau on immigration parole when he returned from a short trip to China because he had been accused of a counterfeiting crime.</p><p>Lau argued that the officer overstepped their authority, and the decision wrongly allowed the Department of Homeland Security under then-President Barack Obama an easier path to removal after he pleaded guilty to selling counterfeit clothes in New Jersey.</p><p>The high court disagreed. “Border officers did not have the burden to establish by clear and convincing evidence that Lau had committed a crime involving moral turpitude,” Justice Clarence Thomas wrote in the opinion.</p><p>Justice Ketanji Brown Jackson dissented, writing that the decision to put Lau on immigration parole effectively sentenced him to “immigration limbo” before he’d been convicted of any crime.</p><p>“I worry that the Court has now handed the Government a massive blank check,” she wrote in the dissent joined by her two liberal colleagues.</p><p>The liberal group Alliance for Justice echoed that concern, saying the ruling could provide an expanded path for revoking green cards.</p><p>But Advancing American Freedom, a group founded by former Republican Vice President Mike Pence, called it an important case to allow the removal of people who “abuse the privilege of being granted lawful permanent resident status.”</p><p>The decision comes as the high court considers a series of immigration-related issues against the backdrop of President Donald Trump’s sweeping immigration crackdown, though this case started before Trump took office.</p><p>His administration argued that suspicion of a crime is enough to put a lawful permanent resident, also known as a green-card holder, on immigration parole. Federal attorneys urged the court to take an expansive view of executive authority over immigration.</p><p>The court is also considering cases over Trump’s push to end birthright citizenship, potentially revive a restrictive asylum policy and end temporary legal protections for migrants fleeing war and natural disasters in their homelands.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KFDVKMSP2GIXAQYFQ7ECM6EHQ.jpg?auth=0af1c079629aa3c70a7014475d8c7f7f321330afa5fe0e314ebb470050cff5b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors sit on the steps of the U.S. Supreme Court, Monday, June 8, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Supreme Court rejects a push to require higher prices on tax foreclosure sales]]></title><link>https://www.local10.com/news/politics/2026/06/23/supreme-court-sides-with-michigan-county-in-a-tax-foreclosure-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/supreme-court-sides-with-michigan-county-in-a-tax-foreclosure-case/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday rejected an effort to change tax foreclosure sales to let homeowners to keep more money when their property is sold to recoup unpaid taxes.]]></description><pubDate>Tue, 23 Jun 2026 19:19:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday rejected an effort to change tax foreclosure sales to let homeowners to keep more money when their property is sold to recoup unpaid taxes.</p><p>The high court ruled against a sweeping argument from a Michigan family whose house was sold for less than half its open-market value to cover an unpaid tax bill of just over $2,000. They argued the foreclosure violated their rights because the house would have fetched a higher price of nearly $200,000 if sold through typical real-estate channels.</p><p>The Supreme Court unanimously found that people aren't entitled to recoup a “hypothetical fair market value” of homes sold at auction to cover unpaid taxes. Auctions are designed to be a relatively quick way to collect unpaid taxes, and requiring local governments to get the higher fair-market value might make them unworkable, Justice Samuel Alito wrote.</p><p>“The traditional rule, under which the taxpayer receives only the difference between the auction sale price and unpaid taxes, is ‘just,’” he wrote.</p><p>The sale, though, must be conducted fairly, he wrote. The court sent the Pung family's case back to lower courts to reassess the process used by Isabella County. Justice Clarence Thomas, joined by Neil Gorsuch, wrote separately to raise doubts about the constitutionality of the foreclosure process.</p><p>“The case isn’t over," said Larry Salzman, vice president for litigation at the Pacific Legal Foundation, which represented the family. “The Pungs won the right to continue their fight in the lower courts.”</p><p>The county maintained that auction sale prices are always lower than open real estate transactions, in part because they typically require full cash payment rather than a mortgage.</p><p>Officials make “herculean efforts to help homeowners avoid foreclosure," said attorney Matthew Nelson, who represented the county. “But at the end of the day, foreclosure is a tool that needs to remain in their toolboxes.”</p><p>He said the county's actions would withstand further scrutiny. “We are confident the process Isabella County followed in this case exceeded what the law required."</p><p>The case comes about three years after another major foreclosure case where the justices ruled against local governments. The court found counties can’t keep tax sale proceeds beyond what the owner owes in unpaid taxes.</p><p>That case centered on a 94-year-old Minnesota woman whose county government kept about $40,000 in proceeds from the sale of her condominium after she failed to pay about $2,300 in taxes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I756NYD75JCVACHTYDQK5NCFOU.jpg?auth=08ff3935ce0153f0fa5159f77e6ba42511b31938d8a945be122b3d02aecd4a95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Donors gave U.S. charities $617 billion in 2025, according to the new Giving USA report]]></title><link>https://www.local10.com/business/2026/06/23/donors-gave-us-charities-617-billion-in-2025-according-to-the-new-giving-usa-report/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/donors-gave-us-charities-617-billion-in-2025-according-to-the-new-giving-usa-report/</guid><dc:creator><![CDATA[By RASHEEDA CHILDRESS of the Chronicle of Philanthropy, Associated Press]]></dc:creator><description><![CDATA[In a year marked by economic uncertainty and political turbulence, philanthropic donations rose last year, according to an authoritative annual report on American giving.]]></description><pubDate>Tue, 23 Jun 2026 16:46:30 +0000</pubDate><content:encoded><![CDATA[<p>In a year marked by economic uncertainty and political turbulence, philanthropic donations rose last year, according to an authoritative annual report on American giving.</p><p>Donors gave U.S. charities $617 billion in 2025, an inflation-adjusted 3% increase over last year, according to “Giving USA 2026: The Annual Report on Philanthropy for the Year 2025.”</p><p>Bequests last year jumped by nearly 17%, the third year of the last four to clock double-digit increases in this form of giving. The trend could signal the beginning of the long predicted Great Wealth Transfer — in which baby boomers begin passing their enormous wealth to their children and charities. Overall, giving increased among all categories: corporations, living individuals, bequests, and foundations.</p><p>Strong markets and big donors boost giving</p><p>A strong stock market and economic growth contributed to the uptick, despite upheaval caused by federal cuts, says Wendy McGrady, chair of Giving USA.</p><p>All donor types stepped up to give amid the turmoil, McGrady notes, because charities made their needs known. “Those that were effective in sharing their story saw their donors respond,” McGrady says.</p><p>The robust giving was propelled by positive economic factors, says Jon Bergdoll, interim director of data and research partnerships at the Indiana University Lilly Family School of Philanthropy, which conducts the research for the report. “Whether you’re looking at the S&P 500 or the financial markets, they saw really, really robust growth,” Bergdoll says. “That has a pretty direct contribution to wealth and asset sizes of companies, foundations, the wealthy and helped drive a lot of that increase.”</p><p>All types of donors increased their giving in 2025, and giving to most causes also rose. Education nonprofits saw an 8.9% uptick, organizations in the “public-society benefit” category had an 8.7% increase, and environment and animal nonprofits were up 8.2%. Smaller increases were seen for charities with missions involving arts, culture and humanities (4.7%); health (3.3%); human services (2.6%); and international (1. 4%). However, giving to religious groups was marginally lower, down 0.2% when adjusted for inflation.</p><p>Several nonprofits the Chronicle spoke to noted that they raised more money last year and that success was reliant on big gifts, which in turn are buoyed by a strong stock market. “The market has become a larger and larger predictor of giving,” Bergdoll at IU says. “And I would anticipate that to continue. That growing reliance means that the unpredictability of the markets is going to start bleeding into an unpredictability in giving as well.”</p><p>While Giving USA does not measure the number of donors who give, over the years, the share of dollars from individuals has decreased. In 1985, 80% of dollars came from individuals; now it is just 64%.</p><p>Big donors loom large in one category, megagifts, which are defined as contributions that exceed 0.1% of total giving that year. In 2025 megagifts were those amounting to $600 million or more. There were $19.2 billion worth of megagifts, roughly 4% of all dollars given by individuals. MacKenzie Scott’s $6.65 billion in contributions represented a third of all mega-giving in 2025. Michael Bloomberg who donated $4.3 billion, Bill Gates, who gave away at $3.7 billion, and Paul Allen’s bequest of $3.1 billion all qualified as megadonors.</p><p>Indications of Great Wealth Transfer start</p><p>For years, pundits have predicted a great transfer of wealth that would move $18 trillion from baby boomers and older donors to younger generations and possibly to charities. Three of the past four years have shown big growth in bequests, which may indicate that the great wealth transfer has begun.</p><p>Bergdoll recognizes that people get excited over the prospect of this wealth moving to charities but says more data is needed to definitively declare that the transfer has started. Giving by bequests in the past 10 years “outpaced overall giving,” Bergdoll says, but the number of IRS estate reports from the past few years is still small.</p><p>“It’s really tough — just from one or two years of data (to know if the great wealth transfer has begun),” he says. “We need a little bit more data to feel comfortable saying, ‘Oh, it has started. It’s off to the races.’”</p><p>However, several nonprofits, including the Christian missionary group InterVarsity and the international charity CARE, are putting more resources into planned giving.</p><p>“We know a big wealth transfer is happening so we have also been growing our planned giving program,” says Sarah Taylor Peace, CARE’s chief revenue officer. Taylor Peace says CARE has received multimillion-dollar bequests from donors who had given small gifts over decades.</p><p>Patrick Schmitt, co-CEO of estate planning company FreeWill, notes that there are more than 70 million baby boomers, and it’s imperative to get on their radar. Many are already giving qualified charitable distributions from retirement accounts.</p><p>Federal shifts drive giving</p><p>The federal government’s cuts to USAID and international aid programs deeply affected organizations like CARE, but donors responded generously when the organization asked for help.</p><p>“We raised a lot of private (funds). We actually had our highest ever fiscal year,” Taylor Peace says, “mostly coming from individual givers responding to the fact that lots of the traditional funding wasn’t there and wanting to make sure we could continue to run our crisis humanitarian work.”</p><p>When there’s a lot of bad news and negative noise in the world, donors want to “do something hopeful,” Taylor Peace says. Offering donors a positive way to contribute to making things better for others resonated with donors, she says.</p><p>Donors also responded generously to fundraising appeals that focused on federal policy shifts. Mollie Marsh-Heine, chief development officer at the Natural Resources Defense Council, says donors at all giving levels responded well to appeals to help the environmental organization fight back against the current administration’s hostility toward environmental regulations.</p><p>Donations to foundations drop</p><p>There was a sharp drop in giving to foundations, which fell nearly 18.3% in inflation-adjusted dollars. While this seems steep, Bergdoll notes that foundations had a near-record-high 2024, in which giving grew 32.6%. “In raw dollar terms, they still had a very strong” 2025, Bergdoll says.</p><p>While news from “Giving USA” was mostly positive, there were some lackluster figures. Corporate giving was up only half a percent. According to Bergdoll, it’s “challenging” to get a good view of giving by businesses of all sizes.</p><p>The Houston Humane Society said corporate giving remained strong in 2025. But Stark, with UnityPoint Health, noted that some corporate sponsors whose businesses were facing challenges did “back off” last year. Similarly, Susan G. Komen had some companies “reduce the amount they were giving” due to economic headwinds, says vice president Andi Hughes.</p><p>_____</p><p>Rasheeda Childress is a senior editor at the Chronicle of Philanthropy, where you can read the full article. This article was provided to The Associated Press by the Chronicle of Philanthropy as part of a partnership to cover philanthropy and nonprofits supported by the Lilly Endowment. The Chronicle is solely responsible for the content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/737ODPQ47QS744SXXDSCJP3ZZA.jpg?auth=83192e687374ec1a8d7df380375eaedf965e0153c07d8dde2fc959b79442b320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Volunteers Anja Lichtenau, left, and Marlene Rotstein organize food in a walk-in refrigerator at a non-profit food pantry, which receives federal funding to provide food and other social services, Jan. 29, 2025, in Chicago. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark showed his toughness as the US Open champion Long Island didn't want]]></title><link>https://www.local10.com/sports/2026/06/23/wyndham-clark-showed-his-toughness-as-the-us-open-champion-long-island-didnt-want/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/wyndham-clark-showed-his-toughness-as-the-us-open-champion-long-island-didnt-want/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — For thousands in the gallery on the final day of the U.S. Open, he was a most unpopular champion.]]></description><pubDate>Tue, 23 Jun 2026 14:26:03 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — For thousands in the gallery on the final day of the U.S. Open, he was a most unpopular champion.</p><p>One media account noted that he “defeated par, pressure and a hostile gallery Sunday" and that he “stalked poker-faced through the heat and caustic comments of the gallery.” The local columnist wrote “except for a few strays from his hometown,” nobody rooted for him.</p><p>That was Jack Nicklaus in 1962 at Oakmont.</p><p>Nicklaus certainly can relate to the toughness Wyndham Clark showed Sunday at Shinnecock Hills to become a U.S. Open champion for the second time. If hearing the crowd cheer his bad shots wasn't enough of a challenge, Clark's six-shot lead was nearly gone in five holes. But he showed his moxie by not letting Sam Burns or anyone else catch him.</p><p>“He had some stones down the stretch,” said Scottie Scheffler, high praise from golf's best player.</p><p>But could Nicklaus relate to the “hostile gallery” and “caustic comments” Clark endured? Hostile and caustic had a different meaning in 1962.</p><p>Society has changed mightily over the past 64 years, and it's getting worse by the year. The Long Island fans — no one would refer to them as “patrons” — had no filter and no restraint. But this isn't a Long Island problem. It's largely an American problem everywhere but Augusta National.</p><p>Clark is not the first person to be a major champion hardly anyone wanted.</p><p>Nicklaus was never going to be celebrated in 1962, not in an 18-hole playoff against Arnold Palmer in the King's backyard at Oakmont, especially with Palmer having won the Masters that year.</p><p>It felt as though all of New York was ready to crown Phil Mickelson at Shinnecock Hills in 2004 until he three-putted from 5 feet for double bogey on the 17th hole. The air came out of the place in a New York minute. Retief Goosen was appreciated — but not adored — as the U.S. Open champion.</p><p>This was different. This was ugly. It was relentless.</p><p>“Hit it in the fescue!” was nothing like Nicklaus ever heard. Nor did Oakmont in 1962 have a fan like the idiot who shouted, “Don't choke, Wyndham!” when it was Clark's turn to tee off on the fourth hole. The fan was quickly approached and evicted.</p><p>The rousing and sudden cheer on the par-3 seventh sounded as though Clark had just hit it close. Instead, it was because his ball went into the bunker.</p><p>It might have been different had Clark played in the final group with Tom Kim instead of Scheffler, the No. 1 player in the world who had a chance to give fans something to remember forever by winning the U.S. Open on his 30th birthday to complete the career Grand Slam.</p><p>But the crowd shifted quickly from being pro-Scottie to anti-Wyndham.</p><p>Clark no doubt is difficult to embrace, particularly after his behavior last year when he flung a driver that made a marshal flinch at the PGA Championship, and a month later smashed a locker at Oakmont when he missed the cut at the U.S. Open.</p><p>“New York didn’t really like me. I love you guys,” Clark said during the trophy presentation. “But I get it. Some of it’s self-deserved. I did some unfortunate things last year that I really regret, and I’ve been sorry multiple times and I’m still sorry. So hopefully, I can win you guys over eventually."</p><p>His signature moment came on the par-5 16th when he atoned for a bad tee shot into gnarly grass by making a 30-foot birdie putt. The applause was muted, and don't get the idea it sounded that way because too many fans had phones in their hands. They didn't like him.</p><p>Clark played right through it, with some level of experience. He played with popular Rickie Fowler in the final round of his U.S. Open victory at Los Angeles Country Club in 2023, when he held off popular Rory McIlroy by one shot. But no one cheered against him that day.</p><p>The Long Island gallery was at another level, and ultimately Clark took his place among other Shinnecock Hills champions notes for their toughness — Brooks Koepka, Goosen, Corey Pavin and Raymond Floyd.</p><p>Scheffler has seen this act before. He played McIlroy in singles at Bethpage Black in the Ryder Cup last September, when the taunts became personal and left a stain on the matches.</p><p>He also got a relatively muted response in McIlroy's home country when Scheffler won the British Open at Royal Portrush last summer. There was no heckling, certainly not any bad behavior. But it was quiet for a world-class performance by the No. 1 player.</p><p>“The crowd was tough today. I mean, New Yorkers, they are tough people,” Scheffler said Sunday. "You like seeing the fans cheer for you. I think sometimes it can get a little too much when balls are going off greens and you start hearing cheers. That felt a bit much to me.</p><p>“Being in the arena is not for everybody, and I think it shows a lot about Wyndham, how he handled not only this golf course but I think the crowd today as well and is a well-deserving champion.”</p><p>Clark took the high road in the closing ceremony, his news conference and other interviews in the hours after his victory. He posted on social media Monday night, "This game can be incredibly humbling. It doesn’t owe you anything, and sometimes the only thing you can do is keep showing up and trust that the work will eventually pay off.”</p><p>Keep showing up and maybe the fans might cheer for him.</p><p>___</p><p>On The Fringe analyzes the biggest topics in golf during the season. AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4L5I3VTUDKK3IRYHOWE67XIN6U.jpg?auth=403b880a7ad555da74b41ab770a95fc7fce2b4a695b105eee7bd95daf33b9e14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XB4MD2JSFEVAXNFBLOJN327LE.jpg?auth=cb54ac9035c58fd69ad761ba88b2309c5794d555d23c60064417fbb5c87a2ba0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates after a putt on the 18th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YYEG7H4OOQWK5LPTF4GJFOPVOU.jpg?auth=757caa0748250c113b9982e2bf11e9d332b9b8e08d453467e2d0fc1c4b7c7f27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates after a birdie on the 16th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LK4XWBO3TKZKI2FREOVQLEERP4.jpg?auth=b93162aaf700620a138d1d05f65934f9c9a0aa66e371e5b52e995d2208ca2631&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSXK4CGUL472WLDX26P5O732BA.jpg?auth=528efd5354590b6d5e3a373b978cbe272ddab6fff5b20353e1ae26e68f1de6d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates with his caddie David Pelekoudas after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Hot and cold therapies gain popularity for recovery and wellness, but experts urge caution]]></title><link>https://www.local10.com/health/2026/06/23/hot-and-cold-therapies-gain-popularity-for-recovery-and-wellness-but-experts-urge-caution/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/23/hot-and-cold-therapies-gain-popularity-for-recovery-and-wellness-but-experts-urge-caution/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[As more people search for ways to improve recovery, reduce stress and enhance overall wellness, therapies involving extreme temperatures — from saunas to cold plunges — are becoming increasingly popular.]]></description><pubDate>Tue, 23 Jun 2026 11:01:54 +0000</pubDate><content:encoded><![CDATA[<p>As more people search for ways to improve recovery, reduce stress and enhance overall wellness, therapies involving extreme temperatures — from saunas to cold plunges — are becoming increasingly popular. </p><p><a href="https://www.local10.com/espanol/2026/06/23/ganan-popularidad-las-terapias-de-frio-y-calor-para-recuperacion-y-bienestar-pero-expertos-urgen-cautela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/ganan-popularidad-las-terapias-de-frio-y-calor-para-recuperacion-y-bienestar-pero-expertos-urgen-cautela/">Leer en español</a></p><p>While advocates point to a wide range of physical and mental health benefits, experts say it’s important to understand both the advantages and potential risks before diving in.</p><p>At<a href="https://www.hydrologywellness.com/" target="_self" rel="" title="https://www.hydrologywellness.com/"> Hydrology Wellness</a> in Coral Gables, Medical Director Dr. Alex Zurrarian, a board-certified plastic surgeon known as “Dr. Z,” says heat and cold therapies can offer significant benefits when used appropriately.</p><p>“What we find by the studies is that doing cold plunge and doing sauna is almost like taking an antidepressant,” Zurrarian said.</p><h3><b>The Benefits of Heat Therapy</b></h3><p>Saunas expose the body to high temperatures, causing increased circulation and sweating. According to Zurrarian, the heat triggers vasodilation, a process that widens blood vessels and directs blood flow toward the skin as the body works to cool itself down.</p><p>“Heat is more about vasodilation,” he explained. “It actually opens up blood vessels and rushes blood to your skin.”</p><p>Research has linked sauna use to cardiovascular, neurological and pulmonary benefits. Beyond physical health, many users report mental health improvements as well.</p><p>“People feel more relaxed. They have less anxiety,” Zurrarian said.</p><p>However, he cautions against one of the most common misconceptions surrounding sauna use: the belief that sweating itself detoxifies the body.</p><p>“The detoxifying doesn’t come from you sweating,” he said. “It comes from your liver and kidneys processing those toxins and eliminating them.”</p><p>The increased heart rate experienced in a sauna can resemble the effects of light cardiovascular exercise.</p><p>“Getting into the heat is almost like taking a three-mile jog, except you’re doing it in 15 minutes,” Zurrarian said.</p><p>Still, more heat isn’t always better. He advises avoiding temperatures above 185 degrees Fahrenheit for extended periods.</p><p>“If you’re going to be above 185 degrees for more than 15 minutes, (there are) no benefits,” he said.</p><h3><b>Taking the Plunge</b></h3><p>Cold plunges — immersing the body in cold water — have become a staple in many recovery and wellness routines, particularly among athletes. The practice is often used to help reduce soreness and inflammation following exercise.</p><p>Zurrarian says cold exposure causes vasoconstriction, narrowing blood vessels and redirecting blood flow toward vital organs.</p><p>“Cold exposure is something that is going to cause vasoconstriction,” he explained. “Your blood vessels get tight and they shunt all of your blood to your vital organs.”</p><p>That physiological response can leave people feeling more alert and energized. Over time, regular exposure may also help improve stress tolerance.</p><p>“If you can dominate that over time and over practice, you’re going to go into a parasympathetic response, which is more of a meditative feeling,” Zurrarian said.</p><p>He recommends cold plunges four to five times per week at approximately 55 degrees Fahrenheit for no more than 10 minutes per session.</p><p>Breathing techniques also play an important role. Controlled breathing can help users manage the initial shock of the cold, while poor breathing may increase the risk of dizziness or lightheadedness.</p><h3><b>Combining Heat and Cold</b></h3><p>While each therapy offers individual benefits, Zurrarian says using them together may provide an even greater wellness boost.</p><p>“We always start with heat and then we end with cold,” he said.</p><p>According to Zurrarian, alternating between sauna sessions and cold plunges may enhance cardiovascular function while also improving mood and overall well-being.</p><p>“It’s really the combination of the two that gives you the cardiovascular benefits and also gives you a lot of mood enhancement benefits,” he said.</p><h3><b>Not for Everyone</b></h3><p>Despite their growing popularity, experts stress that extreme temperature therapies are not appropriate for everyone. People with heart conditions, blood pressure issues or other underlying health concerns should consult a physician before trying saunas, cold plunges or contrast therapy.</p><p>As wellness trends continue to evolve, health professionals say the key is understanding both the science and the limitations behind these increasingly popular practices.</p>]]></content:encoded></item><item><title><![CDATA[Ganan popularidad las terapias de frío y calor para recuperación y bienestar, pero expertos urgen cautela ]]></title><link>https://www.local10.com/espanol/2026/06/23/ganan-popularidad-las-terapias-de-frio-y-calor-para-recuperacion-y-bienestar-pero-expertos-urgen-cautela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/ganan-popularidad-las-terapias-de-frio-y-calor-para-recuperacion-y-bienestar-pero-expertos-urgen-cautela/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[Cada vez más personas buscan mejorar la recuperación, reducir el estrés y mejorar el bienestar general y las terapias con temperaturas extremas —desde saunas hasta inmersiones en frío— se vuelven cada vez más populares.]]></description><pubDate>Tue, 23 Jun 2026 14:22:17 +0000</pubDate><content:encoded><![CDATA[<p>A medida que más personas buscan formas de mejorar la recuperación, reducir el estrés y mejorar el bienestar general, las terapias que implican temperaturas extremas —desde saunas hasta inmersiones en frío— se están volviendo cada vez más populares.</p><p>Si bien los defensores señalan una amplia gama de beneficios para la salud física y mental, los expertos dicen que es importante entender tanto las ventajas como los posibles riesgos antes de lanzarse.</p><p>En Hydrology Wellness en Coral Gables, el director médico Dr. Alex Zurrarian, un cirujano plástico certificado conocido como “Dr. Z”, afirma que las terapias de calor y frío pueden ofrecer beneficios significativos cuando se utilizan de manera adecuada.</p><p>“Lo que encontramos en los estudios es que hacer inmersión en frío y sauna es casi como tomar un antidepresivo”, dijo Zurrarian.</p><p><b>Los beneficios de la terapia de calor</b></p><p>Las saunas exponen el cuerpo a altas temperaturas, lo que provoca un aumento de la circulación y la sudoración. Según Zurrarian, el calor desencadena la vasodilatación, un proceso que ensancha los vasos sanguíneos y dirige el flujo de sangre hacia la piel mientras el cuerpo trabaja para enfriarse.</p><p>“El calor se trata más de vasodilatación”, explicó. “Realmente abre los vasos sanguíneos y envía sangre hacia la piel”.</p><p>La investigación ha vinculado el uso de sauna con beneficios cardiovasculares, neurológicos y pulmonares. Más allá de la salud física, muchos usuarios también reportan mejoras en la salud mental.</p><p>“La gente se siente más relajada. Tienen menos ansiedad”, dijo Zurrarian.</p><p>Sin embargo, advierte contra uno de los conceptos erróneos más comunes sobre el uso de la sauna: la creencia de que sudar por sí mismo desintoxica el cuerpo.</p><p>“La desintoxicación no viene de sudar”, dijo. “Viene del hígado y los riñones procesando esas toxinas y eliminándolas”.</p><p>El aumento de la frecuencia cardíaca que se experimenta en una sauna puede parecerse a los efectos de un ejercicio cardiovascular ligero.</p><p>“Entrar en el calor es casi como hacer un trote de tres millas, excepto que lo haces en 15 minutos”, dijo Zurrarian.</p><p>Aun así, más calor no siempre es mejor. Recomienda evitar temperaturas superiores a 185 grados Fahrenheit durante períodos prolongados.</p><p>“Si vas a estar por encima de 185 grados durante más de 15 minutos, no hay beneficios”, dijo.</p><p><b>La inmersión en frío</b></p><p>Las inmersiones en frío —sumergir el cuerpo en agua fría— se han convertido en un elemento básico en muchas rutinas de recuperación y bienestar, particularmente entre atletas. La práctica se utiliza a menudo para ayudar a reducir el dolor muscular y la inflamación después del ejercicio.</p><p>Zurrarian dice que la exposición al frío causa vasoconstricción, estrechando los vasos sanguíneos y redirigiendo el flujo sanguíneo hacia los órganos vitales.</p><p>“La exposición al frío es algo que va a causar vasoconstricción”, explicó. “Tus vasos sanguíneos se contraen y desvían toda tu sangre hacia los órganos vitales”.</p><p>Esa respuesta fisiológica puede hacer que las personas se sientan más alertas y con más energía. Con el tiempo, la exposición regular también puede ayudar a mejorar la tolerancia al estrés.</p><p>“Si puedes dominar eso con el tiempo y la práctica, vas a entrar en una respuesta parasimpática, que es más una sensación meditativa”, dijo Zurrarian.</p><p>Recomienda inmersiones en frío de cuatro a cinco veces por semana a aproximadamente 55 grados Fahrenheit durante no más de 10 minutos por sesión.</p><p>Las técnicas de respiración también juegan un papel importante. La respiración controlada puede ayudar a los usuarios a manejar el choque inicial del frío, mientras que una mala respiración puede aumentar el riesgo de mareos o aturdimiento.</p><p><b>Combinación de calor y frío</b></p><p>Si bien cada terapia ofrece beneficios individuales, Zurrarian dice que usarlas juntas puede proporcionar un impulso de bienestar aún mayor.</p><p>“Siempre empezamos con el calor y luego terminamos con el frío”, dijo.</p><p>Según Zurrarian, alternar entre sesiones de sauna e inmersiones en frío puede mejorar la función cardiovascular y también mejorar el estado de ánimo y el bienestar general.</p><p>“Realmente es la combinación de ambas lo que da los beneficios cardiovasculares y también muchos beneficios de mejora del estado de ánimo”, dijo.</p><p><b>No es para todos</b></p><p>A pesar de su creciente popularidad, los expertos enfatizan que las terapias de temperatura extrema no son adecuadas para todos. Las personas con enfermedades cardíacas, problemas de presión arterial u otras condiciones de salud subyacentes deben consultar a un médico antes de probar saunas, inmersiones en frío o terapia de contraste.</p><p>A medida que las tendencias de bienestar continúan evolucionando, los profesionales de la salud dicen que la clave es entender tanto la ciencia como las limitaciones detrás de estas prácticas cada vez más populares.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court OKs Exxon Mobil lawsuit over Cuban property seized by Fidel Castro's government]]></title><link>https://www.local10.com/business/2026/06/23/supreme-court-oks-exxonmobil-lawsuit-over-cuban-property-seized-by-fidel-castros-government/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/supreme-court-oks-exxonmobil-lawsuit-over-cuban-property-seized-by-fidel-castros-government/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday ruled that Exxon Mobil can sue Cuban state-owned companies in American courts over property on the island nation that was seized after Fidel Castro took power.]]></description><pubDate>Tue, 23 Jun 2026 14:56:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday ruled that Exxon Mobil can sue Cuban state-owned companies in American courts over property on the island nation that was seized after Fidel Castro took power.</p><p>The 6-3 decision was the second in as many months in favor of U.S. owners of Cuban property that was confiscated by the Communist government more than 65 years ago.</p><p>The outcome in the two cases could be an additional lever for the Trump administration to exert pressure on Cuba, which is already being squeezed by a U.S. oil embargo.</p><p>At issue was whether the 1996 law known as Helms-Burton removes the shield from lawsuits in U.S. courts that typically cover foreign countries and state-owned businesses. The justices reversed a lower-court ruling that found that the Cuban state-owned companies are immune from lawsuits in U.S. courts.</p><p>Exxon Mobil is seeking compensation for the confiscation of assets owned by subsidiaries of Standard Oil, Exxon Mobil’s predecessor, including more than 100 service stations and an oil refinery.</p><p>Last month, the court ruled in another case involving confiscated property in Cuba, reviving claims by the U.S. company that operated docks in Havana against four cruise lines that brought tourists to Cuba during the brief thaw in relations during the Obama administration. That case turned on the same section of Helms-Burton allowing lawsuits over seized property.</p><p>Congress passed the law in response to the 1996 downing of civilian planes flown by Miami-based exiles.</p><p>Title III of the law allows Americans to sue almost any company that engages in commercial activity or benefits from property confiscated by Cuba’s government.</p><p>Before the first Trump administration, every president had suspended the provision because of objections from U.S. allies doing business in Cuba and the effect on future negotiated settlements between the U.S. and Cuba.</p><p>But Trump lifted the suspension in 2019, and Exxon Mobil filed its lawsuit the same day.</p><p>Justice Brett Kavanaugh wrote for the conservative majority that it “would make little sense” if the law allowed the president to decide whether suits can proceed against Cuban interests while also protecting them.</p><p>Justice Elena Kagan wrote in a dissent for the three liberals that the 1996 law simply contains no provision eliminating the sovereign immunity shield.</p><p>The U.S. Foreign Claims Settlement Commission, an arm of the Justice Department, said in 1969 that the value of Exxon Mobil's property in Cuba is $71.6 million, plus 6% annual interest beginning in 1960. That would be worth more than $1 billion today, Kavanaugh wrote.</p><p>In addition, the commission found that nearly 6,000 individuals and businesses held claims worth $1.9 billion, before adding in interest or damages.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEQH3FOOY2RH4SGG3OZITBP6QY.jpg?auth=701c373aad55b60d60b530e41f366206549ba4ddb681abb1348313f7cce0c842&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is photographed, June 8, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Supreme Court rules Rastafari man can’t sue Louisiana prison officials who cut his dreadlocks]]></title><link>https://www.local10.com/news/politics/2026/06/23/supreme-court-rules-rastafari-man-cant-sue-louisiana-prison-officials-who-cut-his-dreadlocks/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/supreme-court-rules-rastafari-man-cant-sue-louisiana-prison-officials-who-cut-his-dreadlocks/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday barred a former Louisiana inmate from suing prison officials who cut off his dreadlocks in violation of his Rastafari religious beliefs.]]></description><pubDate>Tue, 23 Jun 2026 16:42:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday barred a former Louisiana inmate from suing prison officials who cut off his dreadlocks in violation of his Rastafari religious beliefs.</p><p>The justices condemned what happened to the former inmate, Damon Landor. But they ruled that a federal law designed to protect the religious rights of inmates does not permit lawsuits for money damages against individuals even when rights are violated.</p><p>The high court, in a 6-3 decision, agreed with lower courts that without exception had ruled that the law, the Religious Land Use and Institutionalized Persons Act, can’t be used to hold those who violate inmates’ rights financially responsible.</p><p>The justices refused to apply the rationale from their decision in 2020 that allowed Muslim men to sue over their inclusion on the FBI’s no-fly list under a sister statute, the Religious Freedom Restoration Act.</p><p>The Justice Department, which argued against the plaintiffs in the no-fly list case in President Donald Trump’s first Republican administration, had sided with Landor.</p><p>Nothing in the law dealing with prisoners' religious rights authorizes lawsuits against individual officers, Justice Neil Gorsuch wrote for the court.</p><p>In a dissent, Justice Ketanji Brown Jackson wrote that state prison officials will have little incentive to abide by federal law. “It is not often that a real-life incident so clearly illustrates Congress’s reasons for adopting legislation, or the Constitution’s wisdom in enabling it,” Jackson wrote in an opinion that was joined by her two liberal colleagues.</p><p>No one defended what happened to Landor during his five-month prison term in 2020. When he entered the prison system, he carried a copy of an appeals court ruling in another inmate’s case holding that cutting religious prisoners’ dreadlocks violated the federal law.</p><p>At his first two stops, officials respected his beliefs. But things changed when he got to the Raymond Laborde Correctional Center in Cottonport, about 80 miles (130 kilometers) northwest of Baton Rouge, for the final three weeks of his term.</p><p>A prison guard took the copy of the ruling Landor carried and tossed it in the trash, according to court records. Then the warden ordered guards to cut his dreadlocks. While two guards restrained him, a third shaved his head to the scalp, the records show.</p><p>Landor sued after his release, but lower courts dismissed the case. The 5th U.S. Circuit Court of Appeals lamented Landor’s treatment but said the law doesn’t allow him to hold prison officials liable for damages.</p><p>Louisiana wrote that “the state has amended its prison grooming policy to ensure that nothing like petitioner’s alleged experience can occur.”</p><p>The Rastafari faith is rooted in 1930s Jamaica, growing as a response by Black people to white colonial oppression. Its beliefs are a melding of Old Testament teachings and a desire to return to Africa. Its message was spread across the world in the 1970s by Jamaican music icons Bob Marley and Peter Tosh, two of the faith’s most famous exponents.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYLDD76OTSBAIJVQUHMNCHM64Q.jpg?auth=70fc97e239c8a3ede4d681841cf1d0e12baba4ef691204fcc674d1e171d74ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 5, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Supreme Court kills suit claiming Cisco’s technology helped China persecute Falun Gong members]]></title><link>https://www.local10.com/news/national/2026/06/23/supreme-court-kills-suit-claiming-ciscos-technology-helped-china-persecute-falun-gong-members/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/23/supreme-court-kills-suit-claiming-ciscos-technology-helped-china-persecute-falun-gong-members/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday granted tech giant Cisco’s bid to shut down a lawsuit claiming that the company’s technology was used to persecute members of the Falun Gong spiritual movement in China.]]></description><pubDate>Tue, 23 Jun 2026 15:21:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday granted tech giant Cisco’s bid to shut down a lawsuit claiming that the company’s technology was used to persecute members of the Falun Gong spiritual movement in China.</p><p>The justices ruled that American courts are the wrong forum for the suits, rejecting arguments made by the plaintiffs that the suits should go forward under the 18th-century Alien Tort Statute (ATS) and the Torture Victim Protection Act (TVPA), first enacted in 1991.</p><p>The decision was the latest to rule against plaintiffs seeking to use U.S. courts as a venue to seek justice over the acts of foreign governments, especially those that took place abroad.</p><p>Justice Amy Coney Barrett wrote in her majority opinion that the justices “close the door” that the court slightly opened in 2004 when it suggested that some human-rights claims might be viable under the ATS. “In truth, this class is a null set,” Barrett wrote, while acknowledging such cases “frequently involve heinous and inhumane acts.”</p><p>Justice Sonia Sotomayor wrote in dissent that the court “closes the courthouse doors not just to respondents, but to virtually every future litigant seeking redress for a violation of international law under the ATS.”</p><p>Falun Gong members had sought to overcome the court's skepticism by arguing that a substantial portion of Cisco’s activities involving China took place in the United States.</p><p>An Associated Press investigation last year showed that American tech companies, to a large degree, designed and built China’s surveillance state, encouraged by both Republican and Democratic administrations, even as activists warned such tools were being used to quash dissent, persecute religious groups and target minorities. Last month, AP won the Pulitzer Prize in international reporting for its stories.</p><p>In 2008, documents leaked to the press showed Cisco saw the “Golden Shield,” China’s internet censorship effort, as a sales opportunity. The company quoted a Chinese official calling the Falun Gong an “evil cult.” A Cisco presentation reviewed by the AP from the same year said its products could identify over 90% of Falun Gong material on the web.</p><p>Other presentations reviewed by the AP show that Cisco represented Falun Gong material as a “threat” and built out a national information system to track Falun Gong believers. In 2011, Falun Gong members sued Cisco, alleging the company tailored technology for Beijing that it knew would be used to track, detain and torture believers.</p><p>At arguments in April, Sotomayor said Cisco “knew that those people will be tortured.” A lawyer for the company said, “Cisco vigorously disputes those allegations.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J6EOEMF34EYVXP2T4FRA4MKAV4.jpg?auth=c2c758098daf3697143d53af5dacb6225ab20b5e2f3ef085a32bdd14dc0729d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Supreme Court is seen in Washington, May 18, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Investigadores federales revelan la causa del colapso del condominio en Surfside]]></title><link>https://www.local10.com/espanol/2026/06/22/investigadores-federales-revelan-la-causa-del-colapso-del-condominio-en-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/investigadores-federales-revelan-la-causa-del-colapso-del-condominio-en-surfside/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[El peso de la plataforma de la piscina se redistribuyó hacia columnas que terminaron colapsando en la madrugada del 24 de junio de 2021.]]></description><pubDate>Tue, 23 Jun 2026 00:23:49 +0000</pubDate><content:encoded><![CDATA[<p>Casi cinco años después del colapso de la torre de condominios de Surfside que cobró la vida de 98 personas, investigadores federales han publicado sus conclusiones sobre las causas del mortal incidente.</p><p>El nuevo informe de hallazgos técnicos indica que las fallas iniciales en las columnas de Champlain Towers South ocurrieron tres semanas antes del colapso fatal, según el Equipo Nacional de Seguridad en la Construcción del Instituto Nacional de Estándares y Tecnología (NIST).</p><p>De acuerdo con los coinvestigadores, a principios de junio de 2021 fallaron las conexiones entre las columnas del estacionamiento subterráneo y la plataforma de la piscina.</p><p>Esas fallas iniciales demostrarían ser catastróficas, cobrándose finalmente un saldo de 98 vidas humanas.</p><p>“Decepcionado. Muy decepcionado. Esperamos cinco años,” dijo Martin Langesfeld, quien perdió a su hermana y a su cuñado en el derrumbe. “El gobierno federal gastó casi $40 million USD, asignó todos los recursos necesarios, y regresaron con prácticamente nada.”</p><p>El informe concluye que, durante un período de tres semanas previo al colapso, fallas iniciales provocaron que las grietas se expandieran y que el peso se redistribuyera en la losa de la terraza de la piscina, lo que hizo que la carga se transfiriera a columnas de losas adyacentes que no eran lo suficientemente fuertes para soportarla.</p><p>Eso provocó que parte del condominio Champlain Towers South, de 12 pisos, se viniera abajo durante la madrugada del 24 de junio de 2021.</p><p>Los equipos de primera respuesta comenzaron de inmediato a trabajar las 24 horas del día para localizar sobrevivientes en una búsqueda que se extendió durante varios días.</p><p>“Es aterrador, porque cuántos otros edificios podrían ser potenciales bombas de tiempo también”, dijo Langesfeld.</p><p>El terreno del colapso del condominio ha sido vendido desde entonces a la empresa DAMAC Properties, con sede en Dubái.</p>]]></content:encoded></item><item><title><![CDATA[Declaran a George Pino no culpable de ambos cargos en juicio por accidente de embarcación ]]></title><link>https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[Un jurado declaró la noche del lunes a George Pino, empresario del sector inmobiliario acusado de provocar un accidente de embarcación en 2022, no culpable de dos cargos penales.]]></description><pubDate>Tue, 23 Jun 2026 13:46:30 +0000</pubDate><content:encoded><![CDATA[<p>Un jurado declaró la noche del lunes a <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, empresario del sector inmobiliario acusado de provocar un accidente de embarcación en 2022 en el que murió la amiga de 17 años de su hija y otra adolescente quedó con una discapacidad, no culpable de dos cargos penales.</p><p>Pino, de 55 años, enfrentaba cargos de homicidio involuntario y homicidio por embarcación.</p><p>No declaró durante el juicio y, de haber sido condenado, enfrentaba una pena de entre 11 y 30 años de prisión.</p><p>Los fiscales acusaron a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de su embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y se estrelló contra una baliza de canal cerca de Boca Chita Key, lo que causó la muerte de Lucy Fernández. Otras dos adolescentes resultaron gravemente heridas, incluida Katerina Puig, de 17 años, quien quedó con una discapacidad permanente.</p><p>Las adolescentes viajaban en la embarcación para celebrar el cumpleaños número 18 de la hija de Pino.</p><p>Tanto los fiscales como los abogados defensores concluyeron sus argumentos finales a media tarde del lunes y, en el caso de la Fiscalía, también presentaron una réplica.</p><p>Durante los argumentos finales, los fiscales sostuvieron que Pino actuó de manera imprudente y que no había ninguna razón para que estrellara la embarcación.</p><p>“Fue imprudente y negligente”, afirmó la fiscal adjunta Laura Adams. “Nadie, excepto este acusado, decidió la velocidad, la ruta o la dirección de navegación. Nadie ni nada es responsable de la muerte de Lucy Fernández, excepto ese hombre”.</p><p>Los fiscales señalaron que, aunque no se trata de un caso de navegación bajo la influencia del alcohol, el consumo de alcohol fue parte de lo ocurrido esa tarde.</p><p>“¡Iba a toda velocidad!”, argumentó Adams. “Con todos esos adolescentes a bordo que habían consumido alcohol”.</p><p>Sin embargo, el equipo de defensa de Pino sostuvo que el accidente fue una tragedia y no el resultado de negligencia.</p><p>“No basta con que una persona no haya hecho todo lo que podía en un momento determinado”, dijo el abogado Howard Srebnick. “Se requiere un acto deliberado de indiferencia hacia sus pasajeros”.</p><p>Tras concluir los argumentos finales, la jueza Marisa Tinkler Mendez leyó las instrucciones al jurado.</p><p>Luego de la lectura del veredicto, la fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, emitió el siguiente comunicado:</p><blockquote><p>“Si bien todos en nuestra comunidad y más allá reconocen la tragedia que rodeó la muerte de Lucy Fernández durante el fin de semana del Día del Trabajo de 2022 y la discapacidad permanente de Katy Puig, tanto yo como mis fiscales hemos considerado que el conjunto de las acciones de George Pino en las aguas de la Bahía de Biscayne fue imprudente y constituyó un delito según lo establecido por las leyes penales de Florida.</p><p>Nuestras decisiones de presentar cargos y procesar casos relacionados con accidentes de tránsito y de embarcaciones que resultan en muertes siempre son difíciles. Procuramos tomar esas decisiones con base en la ley y las pruebas, dejando de lado las emociones. La jueza, quien evaluó la suficiencia de las pruebas, determinó que existía evidencia suficiente para que el caso fuera presentado ante un jurado. Sin embargo, hoy un jurado compuesto por seis ciudadanos de Miami-Dade, que escuchó todos los testimonios y revisó todas las pruebas, no estuvo de acuerdo y declaró a George Pino no culpable de los cargos.</p><p>Lamentablemente, sé que este veredicto no brinda consuelo a las familias Fernández y Puig, que deberán vivir para siempre con la tragedia de lo ocurrido. En un caso como este no hay ganadores ni perdedores. El señor Pino tendrá que vivir con lo que hizo, mientras que las familias Fernández y Puig seguirán enfrentando las consecuencias de sus acciones. Estas familias y, hasta cierto punto, toda nuestra comunidad, se han visto profundamente afectadas por esta tragedia. Aunque tanto yo como mis fiscales, la fiscal adjunta Laura Adams y el fiscal adjunto Jonathon Borst, podamos discrepar del veredicto, las decisiones de los jurados son la piedra angular de nuestro sistema de justicia. Aceptamos su decisión y agradecemos su servicio".</p><p class="citation">Miami-Dade State Attorney Katherine Fernandez Rundle</p></blockquote><p>Al hablar fuera de la sala del tribunal tras la conclusión del juicio, Srebnick dijo que cree que la verdad prevaleció, pero que no hay ganadores.</p><p>“Las vidas cambiaron. George Pino siempre ha asumido la responsabilidad por eso”, dijo Srebnick. “Hoy, afortunadamente, no será señalado como un criminal por lo que todos sabemos que fue simplemente un accidente”.</p><p>Agregó que Pino lamenta profundamente lo ocurrido.</p><p>“Está profundamente arrepentido por lo que pasó”, dijo Srebnick. “Todos estamos de duelo por lo ocurrido ese día. Esperemos que, con el tiempo, esas heridas puedan sanar”.</p><p>La familia Pino emitió el siguiente comunicado a Local 10 News.</p><blockquote><p>“Estamos agradecidos con los miembros del jurado por su cuidadosa consideración de las pruebas y por llegar a un veredicto justo. Desde el principio hemos sostenido que los hechos del 4 de septiembre de 2022 fueron un trágico accidente, no un delito. El testimonio presentado durante el juicio, incluidos relatos no refutados de testigos presenciales que no observaron señales de intoxicación, confirmó que el señor Pino no estaba bajo la influencia del alcohol, no operaba la embarcación de manera imprudente y que hizo todo lo que pudo para proteger a sus pasajeros después del accidente.</p><p>“Seguimos lamentando cada día la pérdida de Lucy Fernández y orando por todas las personas afectadas por este accidente marítimo. Nuestros corazones siguen con las familias de quienes estuvieron involucrados en el accidente y esperamos que el veredicto de hoy permita a todos continuar el largo proceso de recuperación”.</p><p class="citation">— The Pino Family</p></blockquote>]]></content:encoded></item><item><title><![CDATA[$75 caviar-topped tots. A day's pay worth of beer. Here's the World Cup menu — and prices]]></title><link>https://www.local10.com/business/2026/06/22/75-caviar-topped-tots-a-days-pay-worth-of-beer-heres-the-world-cup-menu-and-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/75-caviar-topped-tots-a-days-pay-worth-of-beer-heres-the-world-cup-menu-and-prices/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — World Cup tickets are expensive. Flights to North America are expensive. Hotel rooms in many places are expensive.]]></description><pubDate>Mon, 22 Jun 2026 22:16:18 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — World Cup tickets are expensive. Flights to North America are expensive. Hotel rooms in many places are expensive.</p><p>Then there’s the price of beer.</p><p>There are some fun — and yes, sometimes pricey — food and drink offerings at the venues playing host to the World Cup. A $75 caviar-topped tray of tater tots and a $40 empanada weighing in at 5 pounds (2.2 kilograms) for the daring or for sharing in Miami. Rib-eye tacos for $8 in Guadalajara, Mexico. Something called a Twinkie cheeseburger that has nothing to do with dessert for $22 in Los Angeles.</p><p>Prices, in many cases, aren’t all that different from what U.S. fans would experience on NFL Sundays or college football Saturdays. But some international fans aren’t used to such pricing and are calling foul, especially over beer prices that can top $20.</p><p>“It’s unfair. It’s not right. It’s wrong,” said Thomas Schüller, an engineer from Germany in Toronto to watch his national team play over the weekend, as he held a beer that cost him 24.25 Canadian dollars (about $17 or 15 euros). “It’s three times the cost of what I pay in my country.”</p><p>But is that stopping him?</p><p>“Well, no,” Schüller acknowledged.</p><p>World Cup beer prices become a mild pint of discord</p><p>There is clearly some sticker shock among international visitors to this World Cup, especially when it comes to the concession prices. In Europe, it’s not uncommon for beers to be perhaps around 4 or 5 euros (about $5-6).</p><p>There’s also no shortage of intrigue on the menu at the concession stands at stadiums across the U.S., Canada and Mexico.</p><p>“Never seen anything like it,” said Janine Arbetter, a fan from Austria, as she waited for a hot dog, chips and soda combo in Miami last week. The pre-tip price: $19.35 (about 17 euros), which included a discount for using Visa. “It’s a lot of food for a little snack.”</p><p>Some Argentina fans happily showed off their $34 lobster rolls from a match in Kansas City on social media, but in Toronto, the brisket sandwich with chips and a bottle of soda for nearly 40 Canadian dollars ($28) had some online commenters lamenting it as “robbery.”</p><p>“It’s OK, more or less, for the World Cup,” German fan Daniel Feldmann said of the food prices while watching a match in Vancouver last week.</p><p>Concession offerings vary from stadium to stadium</p><p>FIFA, the sport’s governing body and the tournament organizer, has very specific rules on just about everything related to the World Cup — and there are guidelines that concessionaires have to follow as well. But prices can vary by market, as do the food and drink offerings. And that means the experience in one city might look, or taste, nothing like what’s offered in another.</p><p>The “Fancy AF Tots” for $75 at Miami Stadium aren’t really tots at all — it’s three deep-fried hash brown patties, with caviar, creme fraiche and chives. (For those who just want the caviar, it’ll be $70.) Southern California’s Twinkie cheeseburger is in fact a burger topped with a Texas Twinkie — a bacon-wrapped jalapeño stuffed with brisket and cream cheese.</p><p>But there’s also a slew of choices specific to a local market; for example, Vancouver offers short rib poutine (an iconic Canadian dish of fries loaded with beef gravy, pulled short rib and cheese curds) along with a maple bacon smokie (smoked sausage topped with bacon onion jam that features Canadian maple syrup).</p><p>And in Miami, the signature offerings include pan con lechon (a Cuban-style sandwich with pork, infused with citrus mojo sauce and served on a toasted full Cuban loaf) and Empanada Mundial (the five-pound, handmade, chicken-and-cheese-stuffed dish named after the World Cup).</p><p>Both Vancouver and Miami have Sodexo Live as a food and beverage provider, and the typical game-day menus in both stadiums were revised a bit to accommodate a soccer crowd.</p><p>“We want it to feel like Miami when you’re here,” said Zach Williams, Sodexo Live’s vice president of operations at Miami Stadium. “Everything we do around the Miami Stadium, we want to make sure everybody understands that when they come here, they’re getting a Miami experience.”</p><p>Atlanta Stadium keeps prices low</p><p>In Mexico City, a beer could cost a day’s pay — literally. The daily minimum wage in Mexico City is just 315.04 pesos (roughly $18). Some beers at Mexico City Stadium were selling for between 299 and 310 pesos — about twice as much as fans would ordinarily pay in the same stadium when the World Cup isn’t in town.</p><p>But in Atlanta, where Falcons owner and stadium operator Arthur Blank promised the low concession prices he’s championed for many years would hold for the World Cup, pizza slices were $3, 32-ounce sodas were $4, a cheeseburger was $5, chicken tenders with fries were $6 and beers could be had for as little as $8.</p><p>Jonathan Arango, a 33-year-old from Greenville, South Carolina, was at a match in Atlanta with his wife, daughter and father.</p><p>“In total for what we got — three orders of tacos, a slice of pizza, two waters and a Coke — we spent like $50,” Arango said. “Compared to what we’ve paid at other events ... it’s nice after you paid a lot for a ticket.”</p><p>And Schüller pointed out that even though the tournament does come around every four years, it still feels like a once-in-a-lifetime experience.</p><p>“The entire football world is having fun,” Schüller said, “so cheers to that.”</p><p>___</p><p>Associated Press journalists Tales Azzoni, Maura Carey, Andrew Dalton, Carlos Rodriguez, Alanis Thames, Stephen Whyno and Ben Kule contributed to this story from various World Cup venues. Kule is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZG6JZXHIPEXBPI67OFNKUYRNJE.jpg?auth=cc52a97fc53c25993f615eb7281d2bc5c60dd944d561e62f9ca5575c20c6998f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lazaro Luya, the concession chef at Sol Cubano, displays their special, pan with lechon and fresh mariquitas at Miami Stadium Sunday, June 21, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJFSP7U52M43P3CMGF5XE4YFGI.jpg?auth=5279854895e243e6139a314a33de9ee4fff57382c25f95aa7d5f948c2d45022f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans attending the World Cup soccer game between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026, buy food at a concession stand inside Guadalajara Stadium. (AP Photo/Tales Azzoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Tales Azzoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2244UHV74XKBPPWIWJKVRZ6JQ.jpg?auth=186d2744140a500b22880579d1d3e192eae094e95d7fddfbdec7d8c2184214df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lazaro Luya, the concession chef at Sol Cubano, displays their special, empanada mundial at Miami Stadium Sunday, June 21, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGAQCQ5TUV4QTX5AQG733O6UQI.jpg?auth=c4386321c8eccebf2aa6faf8accf98939bc2020688b0652c027e102db3d40970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Netherlands fan takes a drink on the stands while waiting for the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MERGREHKABC3SSBKLB2MIXEDME.jpg?auth=97f9aee17068b6c144198d55e1a4e368dd615fc6cff3ec8be01dc59829970f0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A $75 dish called “Fancy AF Tots” is shown containing fried hash brown potatoes, caviar, crème fraiche and chives at a World Cup match at Miami Stadium in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Tim Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Reynolds</media:credit></media:content></item><item><title><![CDATA[George Pino found not guilty on both counts in boat crash trial]]></title><link>https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[Jurors found estate mogul George Pino, accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled, not guilty on two criminal charges Monday evening. ]]></description><pubDate>Mon, 22 Jun 2026 12:16:14 +0000</pubDate><content:encoded><![CDATA[<p>Jurors found estate mogul <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled, not guilty on two criminal charges Monday evening. </p><p><a href="https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/">Leer en español</a></p><p>Pino, 55, was charged with manslaughter and vessel homicide. </p><p>He did not testify in his trial and if he had been convicted, Pino faced anywhere between 11 to 30 years in prison.</p><p>Prosecutors accused Pino, then 52, of being reckless when he lost control of his 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing Lucy Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig, who was left permanently disabled.</p><p>The teens were on his boat celebrating his daughter’s 18th birthday. </p><p>Both prosecutors and defense attorneys wrapped up their closing arguments, and, for the former, an additional rebuttal, mid-Monday afternoon.</p><p>Prosecutors argued in closing arguments that Pino was reckless and that there was no reason for him to crash his boat.</p><p>“He was reckless and negligent,” Assistant State Attorney Laura Adams said. “No one but this defendant decided the speed or path or direction of travel. No one and nothing is responsible for the death of Lucy Fernandez except that man.”</p><p>They pointed out that while it is not a BUI case, alcohol was part of the story that afternoon.</p><p>“He was going full throttle!” Adams argued. “With all these teens on board that had consumed alcohol.”</p><p>Pino’s defense team, however, argued the crash was a horrible accident and not the result of negligence.</p><p>“It’s not enough that a human failed to do everything they could in a moment in time,” attorney Howard Srebnick said. “It requires a purposeful act of indifference to his passengers.”</p><p>After closing arguments wrapped up, Judge Marisa Tinkler Mendez then read jury instructions.</p><p>Following the reading of the verdict, Miami-Dade State Attorney Katherine Fernandez Rundle released the following statement: </p><blockquote><p>“While everyone in our community and beyond recognizes the tragedy surrounding the Labor Day 2022 boating death of Lucy Fernandez and the permanent disabling of Katy Puig, I and my prosecutors have believed that the totality of George Pino’s actions on the waters of Biscayne Bay were reckless, and was a crime as defined in Florida’s criminal statutes. </p><p>Our charging and prosecuting decisions in traffic and vessel collisions resulting in fatalities are always difficult ones.  We attempt to make these decisions based on the law and the evidence and put aside emotions.  The Judge, who ruled on the sufficiency of the evidence, decided that there was sufficient evidence for the case to proceed to the jury.  Today, however, a jury of six Miami-Dade citizens, who listened to all the testimony and reviewed all the evidence, disagreed, and found George Pino not guilty of the charges. </p><p>Sadly, I know that this verdict brings no comfort to the Fernandez and Puig families who forever must live with the tragedy of what happened.  In a case like this, there are no winners or losers.  Mr. Pino must live with what he did, while the Fernandez and Puig families will grapple with the consequences of his actions.  These families and, to some extent, our community as a whole have been deeply impacted by this tragedy.  While I and my prosecutors, Assistant State Attorney Laura Adams and Assistant State Attorney Jonathon Borst, may disagree with the verdict, jury’s decisions are the cornerstone of our justice system, and we accept their decision and appreciate their service.”</p><p class="citation">Miami-Dade State Attorney Katherine Fernandez Rundle</p></blockquote><p>Speaking outside the courtroom following the trial’s conclusion, Srebnick said he believes the truth prevailed, but there are no winners. </p><p>“Lives were changed. George Pino has always been held accountable for that,” said Srebnick. “Today, thankfully, we won’t be branded a criminal for what we all know is just an accident.”</p><p>He went to say that Pino is apologetic for the incident.</p><p>“He’s deeply sorry for what happened,” said Srebnick. “We’re all grieving for what happened on that day. Let’s hope that over time, those wounds can heal.”</p><p>The Pino family released the following statement to Local 10 News.</p><blockquote><p>“We are grateful to the jurors for their careful consideration of the evidence and for reaching a just verdict. From the beginning, we have maintained that the events of September 4, 2022, were a tragic accident, not a crime. The testimony presented at trial, including unrebutted accounts from eyewitnesses who saw no signs of impairment, confirmed that Mr. Pino was not under the influence, was not operating the vessel recklessly and that he did everything he could to protect his passengers after the accident.</p><p>“We continue to mourn the loss of Lucy  Fernandez every day and to pray for all those who were affected by this maritime mishap. Our hearts remain with the families of those involved in the accident, and we hope that today’s verdict allows everyone to continue the long process of healing.”</p><p class="citation">The Pino Family </p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[From renter to owner, Sharpton locks in National Action Network's Harlem foothold for the long haul]]></title><link>https://www.local10.com/news/2026/06/23/from-renter-to-owner-sharpton-locks-in-national-action-networks-harlem-foothold-for-the-long-haul/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/from-renter-to-owner-sharpton-locks-in-national-action-networks-harlem-foothold-for-the-long-haul/</guid><dc:creator><![CDATA[By AARON MORRISON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Rev. Al Sharpton’s staff and advisers stood around him just outside the doors of a cozy theater, where some of his most fervent supporters waited to greet him in the newly renovated headquarters of the National Action Network.]]></description><pubDate>Tue, 23 Jun 2026 15:41:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Rev. Al Sharpton’s staff and advisers stood around him just outside the doors of a cozy theater, where some of his most fervent supporters waited to greet him in the newly renovated headquarters of the National Action Network.</p><p>When doors flung open, Sharpton entered to a standing ovation that continued until he was perched behind a lectern, on a stage decorated with a floor-to-ceiling video screen.</p><p>The audience was not anticipating a call for justice. Instead, the rabble-rousing youth minister turned go-to national advocate was there to declare his organization was officially an owner, no longer a renter, in the historically Black Harlem neighborhood it has called home for more than two decades.</p><p>“I want to make something permanent,” Sharpton said recently to the gathered crowd of NAN board members, local clergy and other allies. “When people see that you’ve bought a building, they say, ‘Wait a minute, they’re not going nowhere.’”</p><p>NAN’s new permanent home is the former Faison Firehouse Theater on Hancock Place, near the intersection of 124th Street and Manhattan Avenue. George Faison, a Tony Award-winning choreographer known for his work in the original 1970s Broadway staging of “The Wiz,” had bought the firehouse in 1999 and converted it into a community theater.</p><p>When Faison had a choice between selling the former firehouse in the rapidly gentrifying neighborhood to a large developer or selling it to NAN, he chose the latter, according to Sharpton.</p><p>“I’m 71 years old — if I was just trying to do it as an Al Sharpton personal fan club, I could just keep renting,” Sharpton told The Associated Press during an interview in his new private office, with large windows overlooking central Harlem.</p><p>“I’m buying it to show I want this to be an institution. I want it to last beyond me.”</p><p>Although the renovation is structurally complete and its rooms are functional, Sharpton said he expects his weekly Saturday rallies to resume in the new headquarters this summer.</p><p>From renting to owning</p><p>Founded in 1991, NAN began meeting at P.S. 175, a Manhattan elementary school, during the tenure of the late David Dinkins, New York City’s first Black mayor. Next, NAN rented a space at 125th Street and Madison Avenue. In 2006, Sharpton moved NAN into a rented space at 145th Street and Malcolm X Boulevard, where it operated until January.</p><p>NAN's headquarters had been named the “House of Justice” by his late mentor, the Rev. Jesse Jackson Sr.</p><p>Often organizing from his Harlem headquarters, Sharpton became known staging direct-action protests on behalf of Black men killed, brutalized or persecuted by police in New York City: Abner Louima, Amadou Diallo, the exonerated men formerly known as the Central Park Five, and Eric Garner, among others.</p><p>“Harlem means home,” Sharpton told the AP.</p><p>The new NAN headquarters now carries the name “House of Justice Rev. Jesse Jackson’s Workshop,” following the multimillion dollar purchase and renovation of its five floors. Sharpton said he will invite artists to hold salons, poetry readings and jazz nights, as a callback to the Black cultural and intellectual movement of the Harlem Renaissance.</p><p>Looking out at his supporters during the invite-only reception for the new space, Sharpton reflected not just on the NAN’s past, but on the current cultural and political environment.</p><p>“We are in trouble,” he said in reference to redistricting fights set off by a recent Supreme Court decision on the Voting Rights Act and the rolling back of diversity, equity and inclusion initiatives.</p><p>“We don’t have, in my opinion, the luxury of not nailing down and working together,” Sharpton said.</p><p>Building on decades of local and national activism</p><p>Over the years, the NAN headquarters has become a “can’t skip” campaign stop for Democratic candidates seeking everything from the presidency and Congress to state and local offices. On Martin Luther King Jr. Day, the House of Justice is typically standing room only for the dignitaries who show up.</p><p>After the death of his childhood hero James Brown in 2006, the horse drawn carriage carrying the Godfather of Soul’s golden casket stopped outside NAN’s 145th Street headquarters.</p><p>The organization’s weekly Saturday rallies have also been a venue for families grieving loss through police violence, or for celebrities to speak out and unfairness in the entertainment industry.</p><p>Ashley Sharpton, the youngest of the reverend’s two daughters, grew up around the House of Justice. She and her older sister, Dominique Sharpton-Bright, were there on the day the late pop icon Michael Jackson visited and spoke at the invitation of their dad.</p><p>“The magic was palpable,” Ashley recalled.</p><p>Now, as founder and director of NAN’s youth initiatives, Ashley feels deeper stake in the organization’s future.</p><p>“It’s time for us to step in and take ownership, literally, of what is needed to maintain the legacy, and to continue the fight,” she told the AP.</p><p>___</p><p>Morrison is AP’s race and ethnicity news editor.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I7FYLVLNSISOB2HGPFU244NEMY.jpg?auth=18a8da668a32701454b65e2318472272c919d7b34d04f632c68f502ee7009b55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The outside of the new location of the National Action Network (NAN) House of Justice is pictured on Tuesday, June 16, 2026 in New York. (AP Photo/Anna Connors)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/45SNGTGQEKARKDQ3QYKJFUNKCQ.jpg?auth=8dc24a4d40b89dde2ed2b8c47a3c62e655e760e094c2ba96361105514257d58d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Rev. Al Sharpton poses for a portrait in his office at the new location of the National Action Network (NAN) House of Justice on Tuesday, June 16, 2026 in New York. (AP Photo/Anna Connors)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H4M5OQHSM7OOXVBPQUQLQXOK5M.jpg?auth=bd4ffdcc77a85d227f757297b892dbd94e36945fc658982989b1fdb60769ffd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Action Network (NAN) Board Chairman Rev. Dr. W. Franklyn Richardson welcomes people to the new location of the NAN House of Justice on Tuesday, June 16, 2026 in New York. (AP Photo/Anna Connors)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYFK3Q6KIBRPEEXWUBWGYZAFDM.jpg?auth=eedc6c64fd6883336d37c6d6f8713fe5ce80cb88b20c0b30114ebc3692d8cfd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Rev. Al Sharpton welcomes people to the new National Action Network (NAN) House of Justice on Tuesday, June 16, 2026 in New York. (AP Photo/Anna Connors)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJHBMCKB5PWXOJLA65GBNGB4FA.jpg?auth=64bf570590c52f39fd6f8ed2fda59c14f3767f1369a4c83546001f1a2f22f399&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Singer Michael Jackson, right, speaks to the crowd at Rev. Al Sharpton's National Action Network headquarters, Saturday, July 6, 2002 in Harlem, New York, as Rev. Sharpton, left, listens. (AP Photo/Stephen Chernin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephen Chernin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTKN3PNX5L2L3YZIU5AJYYGMSA.jpg?auth=8c471059e18516e16fa8d05aac0a1b3bca59cd737a217c6f8947b88fe02594ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rev. Al Sharpton, right, and Democratic mayoral candidate Zohran Mamdani, left, speak during the National Action Network's Saturday action rally at House of Justice in Harlem, Saturday, June 28, 2025, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HQH6SPNFF7GQEMOSH7OW2O2UY.jpg?auth=72e02417d7a0fcde00bfd86b18a83db24e9bda405cd8c03fdf153b84b8425f52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Rev. Al Sharpton, center, is joined by Eric Garner's mother Gwen Carr, left, daughter Erica Garner, second from left, son Eric Garner, third from left, daughter Emerald Snipes, second from right, and wife Esaw Snipes, as he speaks during a news conference, Tuesday, July 14, 2015, in New York. (AP Photo/Mary Altaffer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IT2XRAHVDUZOE5ORPOBKLJPGRI.jpg?auth=722cfa2ea28099d9babf2b4764247412169e4e9a34cd326e19c538096b255045&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - First lady Hillary Rodham Clinton delivers her speech at the National Action Network's Annual Martin Luther King Jr. Public Policy Forum as, from left, Assemblyman Keith Wright, Rev. Al Sharpton, and State Senator David Paterson look on Monday, Jan. 17, 2000, in New York. (AP Photo/Kathy Willens, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kathy Willens</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SDLWS6ORUTTUK3YND2XDBBETI.jpg?auth=26ddc66ef31a3257f802cf23dfb1b86fbf1cfbc5738e486049fb0c437b2f051d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Rev. Al Sharpton shakes hands with National Action Network (NAN) board members and other invited guests at an event welcoming people to the new location of the NAN House of Justice on Tuesday, June 16, 2026 in New York. (AP Photo/Anna Connors)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C6QPVWFF63II5WM3LIXDLGNLNM.jpg?auth=c3dec75b9a50b57476fcabfa4f91be20d3048183db8cbe8b9a4b45a74e2ff2be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Rev. Al Sharpton poses for a portrait at his desk in the new location of the National Action Network (NAN) House of Justice on Tuesday, June 16, 2026 in New York. (AP Photo/Anna Connors)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content></item><item><title><![CDATA[June 23: Summer heat followed by afternoon storms for South Florida]]></title><link>https://www.local10.com/weather/2026/06/23/june-23-summer-heat-followed-by-afternoon-storms-for-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/23/june-23-summer-heat-followed-by-afternoon-storms-for-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[A Heat Advisory is in effect for Broward, Miami-Dade and Palm Beach counties until 6 p.m. for a heat index up to 109°. ]]></description><pubDate>Tue, 23 Jun 2026 13:43:23 +0000</pubDate><content:encoded><![CDATA[<p>A Heat Advisory is in effect for Broward, Miami-Dade and Palm Beach counties until 6 p.m. for a heat index up to 109°. The heat will fuel a round of afternoon showers and thunderstorms, especially in inland neighborhoods. Some thunderstorms could be strong with frequent lightning, gusty winds and heavy rain. Expect more of the same for tomorrow.</p><p>Temperatures will consistently be above average in the low/mid 90s. Likely some more heat advisories on the way. A few showers and thunderstorms are possible each day this week, but no organized storm systems are nearby so just the typical rainy season pop-ups.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ukraine says it hit a railway bridge to Crimea, seeking to isolate the Russian-held peninsula]]></title><link>https://www.local10.com/business/2026/06/23/ukraine-says-it-hit-a-railway-bridge-to-crimea-seeking-to-isolate-the-russian-held-peninsula/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/ukraine-says-it-hit-a-railway-bridge-to-crimea-seeking-to-isolate-the-russian-held-peninsula/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukraine said Tuesday its forces struck a railway bridge, a power plant and other key infrastructure targets in Crimea as Kyiv’s military seeks to isolate the vital Russian-held peninsula in the latest stage of the 4-year-old war.]]></description><pubDate>Tue, 23 Jun 2026 15:14:22 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukraine said Tuesday its forces struck a railway bridge, a power plant and other key infrastructure targets in Crimea as Kyiv’s military seeks to isolate the vital Russian-held peninsula in the latest stage of the 4-year-old war.</p><p>The drone attacks added to the woes on the Black Sea peninsula, where Russian authorities have had to suspend gasoline sales to civilians as Ukraine has intensified its recent campaign to disrupt supply lines and the electrical grid at the height of the summer tourist season.</p><p>The peninsula was seized by force and illegally annexed by Moscow in 2014. Ukraine's increasing use of long-range strikes has highlighted its ability to inflict painful damage on Russia and put added pressure on the Kremlin while Moscow’s advances recently have ground to a near halt, Western analysts and officials say.</p><p>Ukrainian Defense Minister Mykhailo Fedorov said last week that his forces are “isolating Crimea with drones.”</p><p>“It looks like in the nearest time, Crimea will become an island. This could lead to some very unexpected consequences for Russians,” Fedorov said on a blogger's YouTube channel.</p><p>Russian President Vladimir Putin said Moscow had been warned that Ukraine aimed to disrupt energy supplies and Russia’s tourism industry. He didn’t say who gave the warning.</p><p>Ukrainian drones “coming in a huge stream” seek to “destabilize” Russian society, Putin said.</p><p>Ukraine also has hit targets near to the Kremlin in Moscow and in St. Petersburg, Russia's second-largest city this month.</p><p>Parts of Crimea are without power</p><p>Ukraine’s Defense Ministry said drones struck an oil storage depot at the Kerch thermal power plant in eastern Crimea, an electrical substation in the west, and a liquefied natural gas distribution station in Simferopol, the peninsula’s second-biggest city.</p><p>In addition, Ukraine’s Special Operations Forces said their units, working with what it said was the resistance movement in Crimea, destroyed a rail bridge over the North Crimean Canal near the village of Rozdolne.</p><p>The military described the span as a key logistics route used to supply Russian forces in southern Ukraine and said drones began hitting the structure late Sunday to Monday, collapsing part of it. A second strike early Tuesday targeted railway repair equipment deployed at the bridge and its remaining sections, it said on Telegram.</p><p>It was not possible to independently verify the Ukrainian claims, and Russian officials made no immediate comment.</p><p>Parts of Crimea were without power Tuesday, the area’s energy supplier said. But it attributed the outages to “technical malfunctions” in local electrical grids and said it expected power to be restored within 24 hours.</p><p>Both Russia and Ukraine covet the diamond-shaped peninsula for its naval bases and beaches. Crimea's unique location in the Black Sea makes it a strategically important asset, and Russia has spent centuries fighting for it.</p><p>Russian-appointed officials in Crimea have appeared reluctant to discuss attacks on the peninsula, but new security measures suggest deepening tension.</p><p>Its Ministry of Sport on Tuesday canceled all sporting events, competitions, and training sessions for children through Sept. 1. It described the measures as “aimed solely at ensuring the safety of our children, athletes, and anyone who is involved with sport.”</p><p>On Monday, Gov. Sergei Aksyonov said that for security reasons, all summer camps in the region had stopped accepting children and new bookings until Sept. 1.</p><p>Successes against Russia boost Ukrainian morale</p><p>On the front line in eastern Ukraine, where Russia’s war of attrition has made slow and costly advances since Moscow’s full-scale invasion in February 2022, Ukraine has deployed cutting-edge drone technology to keep the enemy pinned down.</p><p>Meanwhile, its medium-range drones have also disrupted Russia’s supply lines to the front, and its long-range strikes have increasingly damaged Russian oil facilities that provide vital revenue for the Kremlin’s war effort.</p><p>The Ukrainian Defense Ministry said Monday its forces have hit more than 800,000 enemy targets with drones since the beginning of the year and that 95% of drones used by the armed forces are domestically produced.</p><p>The successes have boosted Ukrainian confidence, and President Volodymyr Zelenskyy says sustained foreign support is locked in to help stop Russia.</p><p>Officials have shown renewed vigor in talking about the war.</p><p>Ukraine’s U.N. Ambassador Andrii Melnyk said Monday that Kyiv remained ready for direct talks with Russia to achieve a “just and lasting peace” based on the U.N. Charter, but warned that Ukraine’s willingness to compromise was not open-ended.</p><p>Melnyk said at a U.N. Security Council meeting that a ceasefire along the current front line already represented a major concession and urged Russia to withdraw from occupied Ukrainian territory.</p><p>He also said recent Ukrainian strikes had altered the dynamics of the war, adding: “This is just the beginning.”</p><p>Russia's top diplomat says Moscow will defend Belarus</p><p>Meanwhile, the Kremlin is ready to “ensure the security” of its neighbor and ally Belarus, Russian Foreign Minister Sergey Lavrov said Tuesday, days after Zelenskyy demanded that Belarus remove relay equipment on its territory that Kyiv said aided Russian drone attacks.</p><p>The relay stations are used for signal transmissions to Russian drones attacking Ukraine, according to Zelenskyy.</p><p>Lavrov told the Russian news agency Interfax that Kyiv was trying to drag Belarus into the conflict. Moscow, in fact, had used Belarus territory to launch its invasion of Ukraine.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHOU3G7CQ65OX6RCBYGYM7PABU.jpg?auth=378b58504b30c3aa97c44e7f3a95850473d9ae677b2495422c75404cd0d0e1e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mother pushes a stroller past a damaged building covered with street artist paintings and a big city marketplace that was destroyed recently by Russian missiles in Kyiv, Ukraine, Monday, June 22, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLDJN4IF6EC53LJQDR2H7IYUNQ.jpg?auth=f05fd00cf91bfbfe8fee75ce2a852d30752753146aaeabca7ba8b0fdca86e619&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up at a petrol station in Simferopol, Crimea, Friday, June 12, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WQJUGKW3M5SFB7O7IF2CI6P3VE.jpg?auth=fe1a0acc2a2ad697a51d4089672d3c872cf556714ccf4d30cd40a90dedf85164&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People buy food at an improvised outdoor market, burnt cars in the foreground, surrounded by damaged buildings covered with street artists paintings close to a big city marketplace that was ruined recently by Russian missiles in Kyiv, Ukraine, Monday, June 22, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUBVC6OKOYBTGGOXR665LT2QVI.jpg?auth=ddc27e2e7ee42d268ea40902b16776193316cb52bb15dad091dffab8fa4162d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, left, toasts with graduates of the country's highest military schools during a meeting at the Kremlin in Moscow, on Tuesday, June 23, 2026. (Mikhail Metzel, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEJBSBU3IH2BT4Z7X6LICXADVI.jpg?auth=1a0d063b5e00e81477e0da095a096e3d71df7dbfdd37ba45fb754f1e5ba7eee9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin toasts with graduates of the country's highest military schools during a meeting at the Kremlin in Moscow, on Tuesday, June 23, 2026. (Gavriil Grigorov, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content></item><item><title><![CDATA[Pop star Hilary Duff begins Lucky Me tour in South Florida]]></title><link>https://www.local10.com/news/local/2026/06/22/pop-star-hilary-duff-begins-lucky-me-tour-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/pop-star-hilary-duff-begins-lucky-me-tour-in-south-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Global pop star Hilary Duff is on tour once again.]]></description><pubDate>Mon, 22 Jun 2026 22:34:41 +0000</pubDate><content:encoded><![CDATA[<p>Global pop star Hilary Duff is on tour once again.</p><p>Duff has just begun her Lucky Me tour, which kicked off on Sunday in South Florida. </p><p>It’s her first global tour in nearly 20 years. </p><p>But the show wasn’t just a trip down memory lane. </p><p>The 38-year-old multi-hyphenate is touring behind her critically acclaimed new album, “Luck… Or Something," blending her classic Disney-era anthems with a fresh, indie-pop sound.</p><p>She performed at the iTHINK Financial Amphitheatre in West Palm Beach on Sunday and Monday nights. </p><p>Local 10’s Jason Carter was there for all the fun on Monday, and his full report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[FedEx contractor accused of expensive Nike shoe theft in Medley]]></title><link>https://www.local10.com/news/local/2026/06/22/fedex-contractor-accused-of-expensive-nike-shoe-theft-in-medley/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/fedex-contractor-accused-of-expensive-nike-shoe-theft-in-medley/</guid><description><![CDATA[A South Florida man was arrested in Miami Beach accused of dealing in ]]></description><pubDate>Mon, 22 Jun 2026 21:50:23 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man was arrested in Miami Beach last week after being accused of dealing in stolen Nike shoes, authorities said.</p><p> </p><p>The June 17 arrest of Reinier Sanchez Hurtado, 46, was captured by Miami Beach Police Department drone footage. </p><p>“This is new technology that most police agencies are using now,” said Medley Police Department Sgt. Luis Rivera. </p><p>Hurtado’s arrest was the result of Medley police detectives launching an extensive criminal investigation into the theft of Nike shoes. </p><p>“The main charge is dealing in stolen property,” said Rivera. “We’re talking about possibly $36,000 of merchandise that was taken.”</p><p>The case starts at a Medley distribution facility where FedEx security says it tracked a vexing pattern of thefts dating back to 2024. </p><p>According to his arrest report, some high-end Nike footwear that was destined for Miami-area retail stores ended up at the Miami home of Sanchez Hurtado, who authorities learned was employed by a FedEx ground contractor “responsible for supervising drivers assigned to the affected delivery routes.” </p><p>Police said they used GPS tracking devices in some of the packages to track where the stolen goods were taken. </p><p>FedEx told police the shoes were being sold through the black market.</p><p>“There appeared to be a scheme of fraud,” said Rivera. </p><p>FedEx contacted Medley police, who moved swiftly to identify Sanchez Hurtado as the suspect. </p><p>Detectives learned soon after that he had just been released from a routine traffic stop in Miami Beach.</p><p>Medley detectives then coordinated with MBPD’s Real Time Intelligence Center and the Miami Police Department’s Tactical Robbery Unit to track Sanchez Hurtado down near the intersection of 14th Street and Drexel Avenue, authorities said. </p><p>“That is the beautiful thing about Miami-Dade County,” said Rivera. “All agencies work together to bring subjects into custody and the charges that they earn.”</p><p>The investigation into Sanchez Hurtado and the stolen shoes remains active and ongoing, he said. </p><p>A statement from FedEx can be read below: </p><blockquote><p><i>“We are aware of the arrest of a service provider driver by the Miami Beach Police Department, and this individual is no longer providing service on behalf of FedEx. Further questions should be directed to law enforcement.”</i></p><p class="citation">FedEx Communications Strategic Advisor Adam Snyder</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[The Latest: Senate approves war powers resolution in a rebuke to Trump over Iran conflict]]></title><link>https://www.local10.com/news/politics/2026/06/23/the-latest-pentagon-asks-congress-for-roughly-80-billion-to-cover-cost-of-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/the-latest-pentagon-asks-congress-for-roughly-80-billion-to-cover-cost-of-iran-war/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Senate for the first time approved a war powers resolution Tuesday seeking to block U.S. military action against Iran, as lawmakers warily watch President Donald Trump’s efforts to resolve a conflict that the administration launched on its own and now needs Congress to fund.]]></description><pubDate>Tue, 23 Jun 2026 20:13:15 +0000</pubDate><content:encoded><![CDATA[<p>The Senate for the first time approved a war powers resolution Tuesday seeking to block U.S. military action against Iran, as lawmakers warily watch President Donald Trump’s efforts to resolve a conflict that the administration launched on its own and now needs Congress to fund.</p><p>It was the 10th time the Senate has tried to stop the war, and the outcome, on a vote of 50-48, was a stunning turnaround from past efforts.</p><p>Meanwhile, the Pentagon has told senators it needs roughly $80 billion, mostly to cover the cost of the U.S. war against Iran, adding to an already sizable military spending boost sought by President Donald Trump. Defense Secretary Pete Hegseth has been making the rounds on Capitol Hill ahead of a formal request. Meanwhile Iran’s president is in Pakistan to facilitate negotiations on ending the war, and Secretary of State Marco Rubio is in Abu Dhabi seeking to reassure Gulf allies.</p><p>Trump visited a Mack Truck facility in a battleground district in swing state Pennsylvania Tuesday, shifting attention to the U.S. economy in his first major public event beyond the capital since he signed an interim agreement to end the Iran war.</p><p>National Guard members and U.S. Park Police have been patrolling around the Lincoln Memorial Reflecting Pool as the Trump administration faces a self-imposed deadline to fix a botched renovation before the nation’s 250th anniversary celebration.</p><p>The Latest:</p><p>Senate for first time approves a war powers resolution in a rebuke to Trump over Iran conflict</p><p>The Senate for the first time approved a war powers resolution Tuesday seeking to block U.S. military action against Iran, as lawmakers warily watch President Donald Trump’s efforts to resolve a conflict that the administration launched on its own and now needs Congress to fund.</p><p>It was the 10th time the Senate has tried to stop the war, and the outcome, on a vote of 50-48, was a stunning turnaround from past efforts. While the resolution is largely symbolic, and does not fully carry the force of law, it reflects the growing concerns from a number of Republican lawmakers in both the House and Senate over both the war and the deal Trump struck with Iran to end it. The House approved the resolution  earlier this month.</p><p>“Time after time, the vast majority of Senate Republicans sided with Trump and his war instead of the American people,” said Senate Democratic Leader Chuck Schumer.</p><p>▶ Read more</p><p>Trump touts the economy at Mack Truck facility in battleground Pennsylvania</p><p>The president kept attention on the economy in his opening remarks while visiting the facility in the Allentown suburbs on Tuesday.</p><p>Speaking in front of an audience of workers wearing reflective safety vests, the president said the U.S. is “the hottest country by a lot,” nodding to the success of Mack Trucks.</p><p>He’s visiting the state ahead of key midterm elections in the battleground state. Pointing to Rep. Ryan Mackenzie, Trump said “We gotta get you back in.”</p><p>Trump kept his early comments to the U.S., briefly mentioning the war in Iran.</p><p>Trump claims factory construction boom, but the spending numbers show a slowdown</p><p>The president claimed his tariffs are causing a boom in new factories opening in the U.S.</p><p>While the artificial intelligence is boosting U.S. manufacturing, there has not been the renaissance claimed by Trump.</p><p>Construction spending on manufacturing has fallen nearly 23% from an August 2024 peak, according to Census Bureau data.</p><p>While the average annual spending is still higher than the historical average, it has slowed during Trump’s second term instead of accelerating at the president has insisted.</p><p>The U.S. economy has shed 68,000 manufacturing jobs since the start of Trump’s second term, according to the Bureau of Labor Statistics.</p><p>Trump says that Iran agreed to UN watchdog inspections of its nuclear sites but ‘there’s no rush’</p><p>The president told reporters as he arrived in Pennsylvania on Tuesday that if Iran had not agreed to the inspections, he’d cut off talks with Tehran, saying, “I’d cancel the meetings right now.”</p><p>When asked when the inspections might occur, Trump said: “There’s no rush. They’ll be on the ground at the appropriate time.”</p><p>Trump says Interior Department will release images of alleged and unverified vandalism of reflecting pool</p><p>Pressed by reporters after Air Force One landed in Pennsylvania, Trump said the Interior Department is “going to share” photos and videos of what he claims has been vandalism of the Lincoln Memorial Reflecting Pool.</p><p>The president said Monday that the images existed and the federal government would provide them, though the reporters tracking Trump said that their outlets had yet to receive images from the Interior Department that validated his claims.</p><p>Trump said that six people have been arrested for damaging the pool, which filled with green algae after his recent repair as the blue coating began to peel off the floor.</p><p>The government has yet to provide evidence that vandalism was behind the pool’s condition instead of repair process that failed to provide the results promised by Trump.</p><p>Trump says critics of Iran deal have to be educated</p><p>The president was asked Tuesday about Republicans in Congress — including Sen. Ted Cruz — who have been critical of Trump’s interim deal to end the war with Iran.</p><p>“I think anybody that’s been critical has to be educated — even if they’re friends of mine,” Trump told reporters.</p><p>Critics of the deal, including some Republicans on Capitol Hill, have said the agreement gives Iran significant benefits, while getting little immediately in exchange.</p><p>Trump plans to speak as part of ‘The Great American State Fair’</p><p>Trump will speak not far from the Smithsonian’s National Museum of American History, where the gavel Nancy Pelosi used as the first female House speaker sits next to a red “Make America Great Again” cap. It’s part of an exhibit dubbed “In Pursuit of Life, Liberty and Happiness,” commemorating the nation’s 250th anniversary, with artifacts reminding Americans that today’s stark divides are not new.</p><p>“People find the hope and the resiliency to move forward,” museum director Anthea M. Hartig said. “History is filled with those moments where we think we’re completely falling apart as we did in the Civil War and then we’re trying to figure out how to build it back together again.”</p><p>The split screen will return on July Fourth as America 250 holds a concert in Los Angeles hosted by Queen Latifah while the president returns to the National Mall for what he has described as a “Trump rally.”</p><p>▶ Read more</p><p>Trump says 6 people have been arrested for damaging Lincoln Memorial Reflecting Pool</p><p>Trump’s social media post said another seven were cited for damaging the pool, which Trump recently had ordered painted American Flag Blue. The president claimed without supporting evidence that there had been a “350 foot gash” in the paint.</p><p>“It was purposefully and criminally done, and somebody had to work very hard, probably in the dark of night, to create such a condition,” the president alleged.</p><p>The Associated Press verified that one man was arrested after touching the already-peeling paint as federal workers try to deal with an algae bloom in the water.</p><p>Trump said that “some of the water” will be drained from the pool “either immediately before or after the Fourth of July, to do the permanent repair.”</p><p>It was unclear from his post what the scale, scope or cost of the permanent repair would be.</p><p>Marco Rubio has arrived in Abu Dhabi</p><p>The U.S. secretary of state is in the United Arab Emirates on the first leg of a three-nation tour of Gulf countries aimed at easing their concerns about the result of an agreement intended to end the war with Iran.</p><p>In the UAE, Kuwait and Bahrain — all nations that Iran hit with missiles and drones in retaliation for U.S.-Israeli airstrikes — Rubio has meetings starting Wednesday with leaders who, in some cases, have taken a harder line on Iran recently than has the Trump administration.</p><p>The Emiratis, in particular, have been at the forefront of calls for tough action notably to ensure the reopening of the Straight of Hormuz. There have been conflicting accounts of what the Memorandum of Understanding signed last week will mean for the strait, which the rest of the world wants open free of charge for all shipping.</p><p>Judge rules government can’t stop SNAP dollars from buying candy and sugary drinks</p><p>The federal judge said Congress imposed no such limits on the nation’s largest food aid program.</p><p>The ruling scuttles restrictions on candy, soda and other sugary drinks in the federally funded and state-run Supplemental Nutrition Assistance Program in 23 states. The Trump administration hasn’t announced an appeal.</p><p>“The federal defendants and the states may have a genuine desire to improve the health of SNAP households by encouraging healthy choices at the store, and they can take lawful steps to meet those goals,” Judge Amy Berman Jackson wrote. “But what they cannot do is violate the law and their own regulations along the way.”</p><p>Seeking to encourage healthier food choices, Agriculture Secretary Brooke Rollins and Health and Human Services Secretary Robert F. Kennedy Jr.’s “Make America Healthy Again” campaign has sought to take soda and candy off the menu because they fuel obesity, diabetes and chronic disease.</p><p>Supreme Court sides with Trump administration against green card holders accused of crimes</p><p>Tuesday’s 6-3 decision centers around an immigration officer’s 2012 decision to put green-card holder Muk Choi Lau on immigration parole when he returned from a short trip abroad because he had been accused of a counterfeiting crime.</p><p>Lau argued that overstepped the officer’s authority, and the decision wrongly allowed the Department of Homeland Security to swiftly begin deportation proceedings after he pleaded guilty to trademark counterfeiting.</p><p>The Trump administration argued that suspicion of a crime is enough to put a lawful permanent resident on immigration parole.</p><p>The court is separately considering cases over Trump’s push to end birthright citizenship, potentially revive a restrictive asylum policy and end temporary legal protections for migrants fleeing war and natural disasters in their homelands.</p><p>Justices give US corporations big wins</p><p>The Cisco and ExxonMobil rulings, issued the same day, open U.S. courts in one case involving a foreign government while shutting the door in another. But they involved very different statutes.</p><p>The Cisco decision was the latest to rule against plaintiffs seeking to use U.S. courts as a venue to seek justice over the acts of foreign governments, especially those that took place abroad. Falun Gong members sought unsuccessfully to overcome that skepticism by arguing that a substantial portion of Cisco’s activities involving China took place in the United States.</p><p>The Cuba case hinged on whether the 1996 Helms-Burton law removes the shield from lawsuits in U.S. courts that typically cover foreign countries and state-owned businesses. The justices reversed a lower-court ruling that found that the Cuban state-owned companies are immune from lawsuits in U.S. courts.</p><p>Supreme Court OKs ExxonMobil suit over property seized by Castro’s government</p><p>The Supreme Court has ruled that ExxonMobil can sue Cuban state-owned companies in American courts over property on the island nation that was seized after Fidel Castro took power.</p><p>The 6-3 decision was the second in as many months in favor of U.S. owners of Cuban property confiscated by the Communist government more than 65 years ago.</p><p>The outcome in the two cases could be an additional lever for the Trump administration to exert pressure on Cuba, which is already being squeezed by a U.S. oil embargo.</p><p>▶ Read more</p><p>Supreme Court kills suit claiming Cisco’s technology helped China persecute Falun Gong members</p><p>The Supreme Court on Tuesday granted tech giant Cisco’s bid to shut down a lawsuit that claimed the company’s technology was used to persecute members of the Falun Gong spiritual movement in China.</p><p>The justices ruled that American courts are the wrong forum, rejecting plaintiffs’ attempts to litigate under the 18th-century Alien Tort Statute (ATS) and the Torture Victim Protection Act (TVPA), first enacted in 1991.</p><p>An Associated Press investigation last year showed that American tech companies, to a large degree, designed and built China’s surveillance state, encouraged by both Republican and Democratic administrations, even as activists warned such tools were being used to quash dissent, persecute religious groups and target minorities. Last month, AP won the Pulitzer Prize in international reporting for its stories.</p><p>▶ Read more</p><p>Wall Street points to another day of losses, led by an ongoing sell-off in tech</p><p>Futures for the S&P 500 fell 1.2% before the opening bell Tuesday, while futures for the Dow Jones Industrial Average retreated 0.4%. Futures for the technology-heavy Nasdaq tumbled 2.6% following a 1.3% loss Monday. The Nasdaq has suffered heavy selling for days as investors grow anxious over massive spending by artificial intelligence companies and looming interest rate hikes in the U.S., which will make it more expensive for companies to fund growth through borrowing.</p><p>Chip companies were among the biggest losers in overnight trading, with Micron and Intel both down more than 7%. Qualcomm fell 6.3%. Companies that specialize in memory and data storage were also taking a beating. Sandisk fell nearly 9% and Seagate was down 7.2% early.</p><p>And Elon Musk’s SpaceX, which owns xAI, slipped another 1% before the bell after a 16.4% tumble to start the week.</p><p>▶ Read more</p><p>Iran’s president visits Pakistan for crucial talks on ending war</p><p>Iranian Foreign Minister Abbas Araghchi also joined the delegation in Masoud Pezeshkian’s first visit to Islamabad since the conflict started with the U.S. and Israeli attack on Iran on Feb. 28.</p><p>Iran’s talks Tuesday with officials mediating negotiations between Tehran and Washington on a permanent end to the war come as discrepancies emerge on what has been agreed to so far, and as more violence broke out in Lebanon.</p><p>Technical teams have been working on details of the deal following high-level negotiations in Switzerland Monday led by Vance and Iran’s parliamentary speaker, Mohammad Bagher Qalibaf.</p><p>Iran Foreign Ministry spokesperson Esmail Baghaei told reporters that no visits were scheduled for the U.N. watchdog — the International Atomic Energy Agency — to examine Iranian nuclear sites bombed by the United States last year. Vance previously said the negotiations in Switzerland won an agreement for the inspectors to visit the sites.</p><p>▶ Read more</p><p>Discrepancy on Iran’s use of unfrozen funds</p><p>Following the high-level talks in Switzerland, Vice-President JD Vance had said if Iranian financial assets were unfrozen, they “would actually go to buy American soy, American corn and American wheat for the benefit of the Iranian people.”</p><p>However, Iran has no current demand for U.S. crops, and Foreign Ministry spokesperson Esmail Baghaei said on Tuesday that Tehran’s decisions on what to import would be based on “prices and quality.”</p><p>“It is interesting that the philosophy and goal of the war, which was the destruction of the Iranian civilization and the collapse of Iran, has become enriching American farmers,” Baghaei said in Tehran.</p><p>Iran’s ambassador in Geneva, Ali Bahreini, also questioned Vance’s contention that the U.S. and Qatar would have to approve how Iran uses unfrozen funds. “Iran is the only country who decides what to do with those assets,” he told reporters.</p><p>Trump says Iran will buy US corn, soy and wheat. It won't likely happen soon</p><p>Trump has heralded the peace talks with Iran as a win for U.S. farmers, saying that the unfreezing of sanctioned Iranian money will be tied to that country buying American-grown corn, soybeans and wheat.</p><p>“These are things that are desperately needed by Iran,” Trump posted on social media. “This is a humanitarian crisis, and I feel it is necessary to help.”</p><p>But Iran is unlikely to start buying a vast amount of U.S. farm products.</p><p>“I don’t expect that trade would be very large in the short run,” said Joseph Glauber, a research fellow emeritus at the International Food Policy Research Institute.</p><p>Glauber noted that Iran was “unlikely” to abandon its other trade partners on food for America. He said Iran’s major suppliers include Brazil, India, Turkey, the European Union, Canada, Australia and Argentina and that Trump’s demand to buy from the U.S. would “create some hard feelings with some of our competitors.”</p><p>Authorities arrest 2 more suspects in planned attack on Trump’s UFC show</p><p>Two more people in Missouri and Washington state have been arrested in connection with what authorities say was a planned attack targeting Trump’s UFC cage-fighting show at the White House earlier this month.</p><p>Law enforcement officials disrupted the plan a few days before the June 14 White House event, according to court documents.</p><p>William Lee Spartacus Falkner of Belfair, Washington, was arrested Friday and charged with conspiracy to commit murder, according to court documents filed Monday in the Western District of Washington. Jordan W. Rincker, 28, was arrested Sunday and charged with conspiracy to commit murder in the Western District of Missouri. A defense attorney appointed to represent Falkner did not immediately respond to an email requesting comment, and court records do not reveal if Rincker has obtained an attorney. Neither man has had the opportunity to enter a plea.</p><p>▶ Read more</p><p>Judge blocks use of federal database to check citizenship, saying it could wrongly purge voters</p><p>A federal judge on Monday ruled that a recently revamped version of a federal tool central to the Trump administration’s efforts to nationalize elections can no longer be used.</p><p>U.S. District Court Judge Sparkle L. Sooknanan sided with advocacy groups that argued the recent upgrades to the program, called Systematic Alien Verification for Entitlements, or SAVE, aggregated Americans’ sensitive personal data in a way that could result in voters being wrongly purged from voter rolls.</p><p>She said Congress had expressly prohibited the government from centralizing Americans’ personal identifying information and that the federal agencies that created the SAVE program “knew that the database violates those statutory protections.”</p><p>The decision is a major legal setback for Trump in his efforts to use federal agencies to encourage a nationwide crackdown on having noncitizens illegally on state voter rolls. The modified SAVE system had been a key pillar of the second election executive order the Republican president signed earlier this year. The ruling leaves its future uncertain.</p><p>▶ Read more</p><p>Patrols and nanobubbles at the Reflecting Pool as Trump seeks a renovation do-over</p><p>National Guard members and U.S. Park Police patrolled the deck around the Lincoln Memorial Reflecting Pool on Monday as President Donald Trump’s administration faces a self-imposed deadline to fix a botched renovation before the nation’s 250th anniversary celebration.</p><p>The patrols came two days after Trump said authorities had made “multiple arrests” of people he insisted were responsible for damage to the peeling coating after an algae bloom occurred. The liner was installed as part of his $14 million-plus project.</p><p>The president has confirmed the problems most likely require draining the pool again for liner repairs and he promised a quick fix. Without offering substantiation, he also said vandals dumped fertilizer in the pool and slashed the coating with a box cutter.</p><p>But the timeline was not clear Monday, with the White House saying damaged areas are still being assessed. Contractors and federal workers in recent days have been using chemicals and ozone nanobubbles to combat the algae.</p><p>▶ Read more</p><p>Pentagon seeks $80 billion from Congress for Iran war</p><p>The Pentagon has told senators it needs roughly $80 billion, mostly to cover the cost of the U.S. war against Iran, adding to what is already a sizable military spending boost being sought by President Donald Trump.</p><p>The White House Office of Management and Budget has yet to make a formal request to Congress. But Defense Secretary Pete Hegseth has been making the rounds on Capitol Hill, including Monday evening. A top deputy defense secretary told senators about the Iran funding request last week, according to two people familiar with the situation but not authorized to discuss it publicly.</p><p>The Wall Street Journal first reported on the developments.</p><p>The push for billions of dollars in Iran war funding comes at a fraught political moment. Lawmakers are skeptical of the deal Trump struck with Iran to bring an end to the war, and wary of next steps. The White House has requested a remarkable $1.5 trillion for the Pentagon — a nearly 50% increase over the current fiscal year’s funding levels.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAOENBMKXMJY6IQFK7XSIDHCLU.jpg?auth=5a605a16e4988a4782b448b66ff74a8c2a8af7eccadbf7f167e86b79509fb3b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds up a signed executive order about quantum computing, in the Oval Office of the White House, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HKNMTBGYPS2CPMD2XXHGW4LBTI.jpg?auth=f309864b126a632b8e510899ece4e849e912e9d7de790ab52f737d2a24c4a174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance before boarding Air Force Two at Emmen Military Air Base, Emmen, Switzerland, Monday, June 22, 2026, after the U.S. and Iran held high-level talks at the Lake Lucerne Summit. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DXGJ6ZM6US5OSFSHDN2RR6LYU.jpg?auth=85a069f0e6b122f5c08d0bd4d9a822df46f51696d33ff3f60cda340b177820b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Pakistan Prime Minister Office, Iran's President Masoud Pezeshkian, left, shakes hands with Pakistan's Prime Minister Shehbaz Sharif during a welcome ceremony in Islamabad, Pakistan, on Tuesday, June 23, 2026. (Pakistan Prime Minister Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YWCJ4C5QHJHUG7ECNPUDVWORRQ.jpg?auth=5f99b0c0ef8be39db72800170c18d03359083f565bdfc56d6b0b24ff1d7bed07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A piece of the blue coating floats among algae at the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGGQC2XAQBZTSYARJQZW72HUMA.jpg?auth=983721c202afa88fb917440c8296889b9ec03edf52ea51e84ed0f1178ddbd42a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tucker Carlson attends a meeting with President Donald Trump and oil executives in the East Room of the White House, Jan. 9, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[A tale of two tours: PGA Tour approves two-tiered system in 2028 with expanded fields]]></title><link>https://www.local10.com/sports/2026/06/23/a-tale-of-two-tours-pga-tour-approves-two-tiered-system-in-2028-with-expanded-fields/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/a-tale-of-two-tours-pga-tour-approves-two-tiered-system-in-2028-with-expanded-fields/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Tiger Woods said the objective was to create the best version of the PGA Tour. The answer Tuesday was a major shakeup to its model that effectively creates two tours, expanding the field for the elite tier and cutting in half prize money for the secondary tier.]]></description><pubDate>Tue, 23 Jun 2026 16:27:58 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Tiger Woods said the objective was to create the best version of the PGA Tour. The answer Tuesday was a major shakeup to its model that effectively creates two tours, expanding the field for the elite tier and cutting in half prize money for the secondary tier.</p><p>The new system is to start in 2028, and the Future Competition Committee that Woods leads still has work left on key details. Chief among them is which of the roughly 15 tournaments will be part of the “Championship Series,” and the 20 events on the lesser “Challenger Series.”</p><p>Other details involve bringing a form of match play to the postseason and creating a rotation of prestigious courses instead of going to East Lake in Atlanta every year.</p><p>“This work was never about any one player or person,” Woods said in his first public appearance since his arrest on a DUI charges on March 27. “It was about bringing together different perspectives, having honest, hard conversations, and thinking boldly about what is best for the game that we all love.”</p><p>The PGA Tour boards on Monday afternoon approved the recommendations. Woods jumped back into his role as chairman the last several weeks upon his return from seeking treatment out of the country since his arrest.</p><p>“It's great to see him back,” PGA Tour CEO Brian Rolapp said. “Tiger has been involved throughout the process. He's contributed meaningfully. It's awesome to see him back and in great form.”</p><p>Rolapp preached “scarcity, simplicity and parity” when he took over last summer, and those pillars have become more clear. The season will be shorter — approximately February through August with some scheduled weeks off — without taking away playing opportunities.</p><p>The $20 million signature events for 72 players now will be part of the Championship Series and expanded to 120 players on average. Players are not required to play them all and those tournaments will not have sponsor invitations or an alternate list. There will be a 36-hole cut.</p><p>“When fans tune into the PGA Tour Championship Series, they know they will see the best players in the world competing head-to-head,” Rolapp said. He said it was important to credibility not to have sponsor exemptions because sponsors in other sports don't determine who plays.</p><p>The Challenger Series will be a path for players to earn their way to the top level. Those fields will be about 144 players, and Rolapp said purses would be at least $4 million. This year, all but three regular non-signature events had prize funds of at least $9 million.</p><p>Except for about seven times during the season, the Championship and Challenger Series tournaments will be held the same week. Rolapp said on the occasion of a week off for the elite circuit, the Challenger Series event would be elevated.</p><p>Rory McIlroy last week referred to the secondary tier as a “glorified Korn Ferry event,” referring to the tour's developmental circuit.</p><p>“I just think there's going to be certain events that might lose their status if a sponsor doesn't pony up $30 million,” McIlroy said.</p><p>Rolapp said he spoke to McIlroy on Tuesday — the Masters champion is skipping the Travelers Championship, the third signature event he has missed this year — and said the new model will serve the same player and offer a similar number of tournaments. Korn Ferry purses are $1 million.</p><p>“We've just organized the same tour into a much more interesting and competitive system," Rolapp said. “If you look at the Challenger Series events, they’ll be at venues you recognize. They’ll be for healthy purses. They’ll include a subset of the same 200 and change players that we have today. That is much different than what the Korn Ferry Tour is today.”</p><p>Each tour will have a separate points standings and there is no plan for players to move up to the Championship Series during the season unless they were to win twice.</p><p>The Championship Series eligibility would be determined by the top 90 players from the previous year, the top 20 players from the Challenger Series and other exemption categories for tournament winners, injuries or career milestones.</p><p>Missing from the announcement was any mention of the FedEx Corp., the financial muscle behind the PGA Tour's postseason since it began in 2007. The most recent FedEx deal ends in 2027.</p><p>“Our hope is to create more value for FedEx and everybody else. We’re in an existing contract, and we’re going to honor that,” Rolapp said.</p><p>As for the fall, the PGA Tour is moving toward a separate series of four to six tournaments in which top performers can earn their way back to the Championship Series. The tour said it still has plans for the Korn Ferry Tour, PGA Tour Americas and the PGA Tour University ranking system that creates places for top college players.</p><p>Finishing in August would give the elite players time to consider playing overseas, such as premier European tour events or the Australian Open. The PGA Tour recently became partners with Golf Australia without co-sanctioning the century-old event.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J53K54XHMSFVJEDE27OKAHVUNA.jpg?auth=5a897b0346ae595ce5d7adfa2c7ad9643e4dadcd606c61ce5e1b4598828413df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PGA Tour CEO Brian Rolapp speaks at the Tour Championship golf tournament, Wednesday, Aug. 20, 2025, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EBEHNITESFH5REHCCDETFOJACU.jpg?auth=dff425a44ae6fd365bc149b71ec8a0f7811fdd28481b399f577bb351bb945fa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tiger Woods speaks at a press conference to announce a new PGA Tour model at the TPC River Highlands in Cromwell, Conn., on June 23, 2026. (AP Photo/Doug Ferguson)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Ferguson</media:credit></media:content></item></channel></rss>