<?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>Fri, 21 Aug 2026 13:01:25 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man shot at Pompano Beach gas station, 1 detained, BSO says]]></title><link>https://www.local10.com/news/local/2026/08/20/man-shot-in-pompano-beach-suspect-detained-bso-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-shot-in-pompano-beach-suspect-detained-bso-says/</guid><dc:creator><![CDATA[Magdala Louissaint, Jackie Pascale]]></dc:creator><description><![CDATA[A man was hospitalized after being shot Thursday night in Pompano Beach, according to the Broward Sheriff’s Office.]]></description><pubDate>Fri, 21 Aug 2026 03:09:47 +0000</pubDate><content:encoded><![CDATA[<p>A man was hospitalized after being shot Thursday night at a gas station in Pompano Beach, according to the Broward Sheriff’s Office.</p><p>Shortly before 7:45 p.m., someone called 911 to report a shooting at the Marathon gas station, located at 220 S. Dixie Highway.</p><p>Deputies responded to the scene and found a man who had been shot. Customers told Local 10 News that the victim was the store clerk, but authorities did not immediately confirm that information. </p><p>Pompano Beach Fire Rescue transported the victim to an area hospital for treatment.</p><p>Detectives with BSO’s Crime Scene and Robbery Units are investigating.</p><p>According to investigators, a subject was located and detained.</p><p>The investigation continues.</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[Car shot at in Miami; no injuries reported, police say ]]></title><link>https://www.local10.com/news/local/2026/08/21/car-shot-at-in-miami-no-injuries-reported-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/21/car-shot-at-in-miami-no-injuries-reported-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami police are investigating an overnight shooting that left a vehicle riddled with bullets, but resulted in no reported injuries, authorities confirmed to Local 10 News.]]></description><pubDate>Fri, 21 Aug 2026 12:40:48 +0000</pubDate><content:encoded><![CDATA[<p>Miami police are investigating an overnight shooting that left a vehicle riddled with bullets, but resulted in no reported injuries, authorities confirmed to Local 10 News.</p><p>According to police, officers received two ShotSpotter alerts at about 12:15 a.m. Friday, and set up a perimeter along Northwest Seventh Avenue between Northwest 52nd and Northwest 54th streets as they investigated.</p><p>When officers arrived, they continued to hear additional gunfire in the area, according to police.</p><p>Officers later made contact with a victim who told investigators that a man had been shooting at him.</p><p>Police also discovered a vehicle at the scene that had been struck by multiple rounds.</p><p>Despite the gunfire, authorities said no injuries were reported.</p><p>Police have not released information about a possible suspect or what may have led to the shooting.</p><p>The investigation remains ongoing.</p><p>Anyone with further information is asked to call the Miami Police Department or Miami-Dade Crime Stoppers at 305-471-8477.</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[3 injured after donkey jumps into a van, kicking and biting, in northern Germany]]></title><link>https://www.local10.com/news/world/2026/08/21/3-injured-after-donkey-jumps-into-a-van-kicking-and-biting-in-northern-germany/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/21/3-injured-after-donkey-jumps-into-a-van-kicking-and-biting-in-northern-germany/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A donkey on the loose in northern Germany attacked two motorists by jumping into their van on Friday, kicking and biting them along with a third woman who tried to help restrain the aggressive equine, police said.]]></description><pubDate>Fri, 21 Aug 2026 12:33:48 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A donkey on the loose in northern Germany attacked two motorists by jumping into their van on Friday, kicking and biting them along with a third woman who tried to help restrain the aggressive equine, police said.</p><p>The incident south of the coastal city of Cuxhaven came to an end as the animal's owner intervened to secure the animal, Cuxhaven police said in a statement.</p><p>Passersby noticed the donkey, whose name is Freddy, and a horse were running loose at a roundabout in the town of Holssel. The motorists tried to secure the donkey, which “became very aggressive” and jumped into the van.</p><p>The 33-year-old woman who tried to help required hospital treatment, while the motorists sustained minor injuries, the police statement said.</p><p>“The reason for the animal’s aggressive reaction is still unclear,” the statement said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKUOKFAH3SPREZE5FQSZABZTIU.jpg?auth=abac528a3727db4515ad869121b9052344e1697865224367db09f9b820520cfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by the Cuxhaven Police Department shows a donkey named Freddy in its enclosure in Holssel near Cuxhaven, Germany, Friday, Aug. 21, 2026. (Polizei Cuxhaven via AP)]]></media:description></media:content></item><item><title><![CDATA[This campaign aims to boost Black nonprofit fundraising by convincing everyday donors of their power]]></title><link>https://www.local10.com/business/2026/08/21/this-campaign-aims-to-boost-black-nonprofit-fundraising-by-convincing-everyday-donors-of-their-power/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/21/this-campaign-aims-to-boost-black-nonprofit-fundraising-by-convincing-everyday-donors-of-their-power/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Black nonprofit fundraisers are turning to their own communities for support this month, stressing everyday donors' power at a time when philanthropy is growing more concentrated among the affluent and some major funders have de-prioritized diversity in their grantmaking.]]></description><pubDate>Fri, 21 Aug 2026 12:22:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Black nonprofit fundraisers are turning to their own communities for support this month, stressing everyday donors' power at a time when philanthropy is growing more concentrated among the affluent and some major funders have de-prioritized diversity in their grantmaking.</p><p>The BackBlack initiative has directed more than $12 million toward Black-led nonprofits over the past three years, according to founder Floyd Jones. A GivingTuesday -style campaign that runs in August, the appeal invites online donation platforms to center typically underfunded, Black-led nonprofits. Last year's efforts drew more than 130,000 unique donors, according to Jones, with the majority of their gifts falling under $100.</p><p>This year, for the first time, organizers are also leveraging content creators to reach a new audience: Black Gen Zers. The goal is to show that philanthropy belongs to them, too — not just the historically wealthier and predominantly white charitable institutions that tend to dominate narratives about philanthropy.</p><p>“Our people have always taken care of our people," Jones said. “I want people to feel empowered.”</p><p>The campaign could bring a boost for smaller, Black-led organizations that, according to research released earlier this year, saw no significant changes to their funding after the racial reckoning of 2020. Only a subset of larger nonprofits got temporary increases in the years that followed, according to an analysis by Candid and ABFE.</p><p>BackBlack aims to flip that narrative from one of “deficit” to one of abundance. Jones is heartened by the example of Madam C.J. Walker, a Black beauty entrepreneur widely considered America's first female self-made millionaire. She supported Black educational efforts such as Booker T. Washington's Tuskegee Institute and African American branches of the YMCA. She also contributed to the NAACP 's anti-lynching fund shortly before her death in 1919.</p><p>Jones doesn't care if today's donors have millions in their bank accounts, though. “It's about doing your best,” he said.</p><p>One of BackBlack's partnering creators pointed to the Free African Society. The nondenominational Philadelphia group, founded in 1787 by Black leaders Richard Allen and Absalom Jones, was one of the country's first mutual aid organizations.</p><p>“We've always had to pool our money and resources to help each other," said Ernest Crim III, a former schoolteacher who posts Black history videos for his 118,000 Instagram followers.</p><p>But, he added, allies must also pitch in — especially in communities that “might not have the sustainable market or income to consistently give.”</p><p>Crim is asking followers to support Black nonprofits that work on issues of youth employment. Other participating pages are focused on nonprofits providing sports access, improving health outcomes and ensuring civil rights.</p><p>Matching up to $6,000 in donations is For Good, a charitable giving platform that helps move money from more than 20,000 donor-advised funds to over a million nonprofits filtered by ZIP code. GivingTuesday manages BackBlack's data, Jones said. Other partners include online fundraising platforms GiveButter, Every.org, Bonterra and Fundraise Up.</p><p>For Good provides back end infrastructure for consumer-based campaigns including YouTube's fundraising pages and Patagonia's point-of-sale donations. The creator-driven donation strategy stemmed from the platform’s success with YouTubers who launch fundraisers for the issues they discuss in their videos.</p><p>Grassroots fundraisers face competing headwinds, according to For Good interim president Tamara Mahal. The concentration of wealth has increased the share of high net worth individuals in the donor pool. But, she said, there are more ways than ever to give locally from the bottom up.</p><p>She welcomes the BackBlack campaign's efforts to include more small-dollar givers so that nonprofits aren't overly beholden to any one individual benefactor.</p><p>“The cause is important in and of itself. Find a nonprofit that’s doing work in your community," she said. “And that will actually help us to diversify.”</p><p>Kaci Patterson is the founder of Social Good Solutions, a social impact consulting firm that works with funders to build support for Black-led organizations outside of “trend funding.” She finds that Black Philanthropy Month, celebrated in August, is a reminder that philanthropy is more than just “institutional” giving “held within the walls of wealth and power.”</p><p>It was fish fries and chicken dinners, she noted, that funded alternative transportation systems during the Montgomery Bus Boycott. Growing up, her own family received groceries from their community during times of hardship.</p><p>“That was philanthropy. That was someone else looking at us and investing in us and wanting us to be whole and wanting us to be well," she said. “We've always had this kind of ‘we got us’ philanthropy. Let’s step into that role more confidently."</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this 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/GZJSZ2NZFYEU42AFIWMY5GP3AY.jpg?auth=d3fa060b9843bec811d8ec987b07ff472b483d89a8de46b6675e0d5b160ab50f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Floyd Jones, the founder of BackBlack, an initiative that supports underfunded Black-led nonprofits, poses for a portrait in Washington Heights, Wednesday, Aug. 19, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPE3FPLUCOP5JKFWUX3DN3IRMA.jpg?auth=f13c8f6b500c997c69e893a104149c60faf60e64c10deb51bc311d1ad9104646&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Floyd Jones, the founder of BackBlack, an initiative that supports underfunded Black-led nonprofits, poses for a portrait in Washington Heights, Wednesday, Aug. 19, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NV3GN5JYXENHOR2TKPLZZHH6Z4.jpg?auth=678aae6b797416bdc03bb168ec20c02a865813529ccb05df6523a8b2fd0fd823&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Floyd Jones, the founder of BackBlack, an initiative that supports underfunded Black-led nonprofits, poses for a portrait in Washington Heights, Wednesday, Aug. 19, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PGKDGL55B6CTXELXUTQDBWHZFQ.jpg?auth=bc585afb7724f089d582c30a92c887b0551059648167ab8dd299628a2eac748b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Floyd Jones, the founder of BackBlack, an initiative that supports underfunded Black-led nonprofits, poses for a portrait in Washington Heights, Wednesday, Aug. 19, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLAKBA2RZ7YER5NDVVIFFEPNDU.jpg?auth=c68622a087aa122438353f0690340bebb039804e7bf7682112458c5163221fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Floyd Jones, the founder of BackBlack, an initiative that supports underfunded Black-led nonprofits, poses for a portrait in Washington Heights, Wednesday, Aug. 19, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Final auditions heat up as dancers compete for Miami Heat roster spots]]></title><link>https://www.local10.com/news/local/2026/08/20/final-auditions-heat-up-as-dancers-compete-for-miami-heat-roster-spots/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/final-auditions-heat-up-as-dancers-compete-for-miami-heat-roster-spots/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Thursday was nothing short of intense. High energy, precise choreography and relentless athleticism were on display as more than three dozen dancers brought the heat on the court, hoping to walk away as a Miami Heat dancer.]]></description><pubDate>Fri, 21 Aug 2026 03:07:27 +0000</pubDate><content:encoded><![CDATA[<p>Thursday was nothing short of intense.</p><p>High energy, precise choreography and relentless athleticism were on display as more than three dozen dancers brought the heat on the court, hoping to walk away as a Miami Heat dancer.</p><p>Inside the arena, decades of tradition were on the line as the final round of auditions for the Miami Heat dancers, presented by AT&amp;T, took place at Kaseya Center.</p><p>Out of hundreds of dancers who lined up for open calls, only 33 made it through the rigorous weeklong boot camp.</p><p>By the end of the night, 20 would walk away victorious.</p><p>The judges weren’t just looking for sharp moves.</p><p>With limited spots available on the official roster, the competition was fierce and the pressure was high, even for returning dancers.</p><p>For these dancers, the final audition represented years of training condensed into a single performance.</p><p>By the end of the evening, a dream would become reality for the newest members of the Miami Heat family.</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[Lantana police seek vandals who defaced church, police memorial]]></title><link>https://www.local10.com/news/florida/2026/08/20/lantana-police-seek-vandals-who-defaced-church-police-memorial/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/20/lantana-police-seek-vandals-who-defaced-church-police-memorial/</guid><description><![CDATA[Police in Palm Beach County are investigating a series of vandalism incidents in Lantana, including at historic churches and a memorial for fallen police officers.]]></description><pubDate>Thu, 20 Aug 2026 21:10:27 +0000</pubDate><content:encoded><![CDATA[<p>Police in Palm Beach County are investigating a series of vandalism incidents in Lantana, including at historic churches and a memorial for fallen police officers.</p><p><a href="https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/">Leer en español</a></p><p>Police say one of the town’s oldest buildings, the Chapel of the Holy Spirit, was defaced with upside-down crosses and other anti-Christian graffiti.</p><p>Police are asking the public for help identifying the vandals.</p><p>“I’m sickened. It’s very sickening to me. I imagine most people are disgusted by it,” Lantana Mayor Karen Lythgoe said.</p><p>Police are working to find out who took a late-night trip around Lantana with a spray paint bottle, vandalizing several locations.</p><p>“Who does something like this? Someone who is not a good person,” Lantana resident Cindy Sousa said.</p><p>“I used to be a teacher in the monetary priest school. It’s heartbreaking to see this,” Sousa added. “It’s disgusting to see the side of that building decimated like that.”</p><p>A few blocks away, a memorial for fallen police officers was also desecrated. The word “pigs” was painted on the stone.</p><p>“These are people that gave their lives serving the community,” Lythgoe said.</p><p>Across the street from the memorial, more graffiti was found on the back of an abandoned strip mall. A Burger King dumpster was also vandalized.</p><p>Assistant Chief Daniel Navas with the Lantana Police Department said investigators believe the incidents happened at some point over the weekend.</p><p>“We’re not leaving any leaves unturned. We’re exploring every option,” Navas said.</p><p>No arrests have been made.</p><p>“We’re outraged and we’re committed to locating and holding those accountable who damaged the memorial,” Navas said.</p><p>The fallen officers memorial has since been restored, with the paint scrubbed away.</p><p>Lythgoe said the community came together to create the memorial out of respect.</p><p>“We should all be coming together, not destroying the communities we live in,” she said. “There’s no point in defacing property.”</p><p>Police are asking people to check their security and Ring cameras for any information that could help identify the vandals.</p><p>Anyone with information is urged to contact the Lantana Police Department.</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 lifeguard saves family after Aruba tubing accident: ‘Didn’t know if they were dead’]]></title><link>https://www.local10.com/news/local/2026/08/20/hollywood-lifeguard-saves-family-after-aruba-tubing-accident-didnt-know-if-they-were-dead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/hollywood-lifeguard-saves-family-after-aruba-tubing-accident-didnt-know-if-they-were-dead/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[A Hollywood Ocean Rescue lifeguard is being honored for his heroic actions after he helped save several members of his family during a water incident in Aruba. ]]></description><pubDate>Thu, 20 Aug 2026 16:34:15 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood Ocean Rescue lifeguard is being honored for his heroic actions after he helped save several members of his family during a water incident in Aruba. </p><p><a href="https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/">Leer en español</a></p><p>Lifeguard Marcelo Lorenzo was on vacation on Aug. 11 when he said a speedboat-towed tube crashed into an anchored catamaran, seriously injuring several of his family members.</p><p>Two tubes were traveling alongside one another when the boat made a wide turn, sending one tube crashing at high speed into an anchored catamaran, according to officials. </p><p>Several of Lorenzo’s family members were thrown into the water and hurt. </p><p>With no emergency responders immediately available, Lorenzo said he relied on his training as a professional lifeguard and sprang into action. </p><p>According to Lorenzo, he found his father trapped beneath the catamaran and pulled him toward a ladder, helping him to safety, and he also found his cousin unconscious and face-down in the water. </p><p>He checked for a pulse and kept her afloat until employees aboard the catamaran could help get her out of the water.</p><p>“I remember swimming over there, I was like, ‘This is scary’ and I was thinking the worst,” he said. “I didn’t know if they were dead or possibly really hurt, and I just knew I had to get over there as soon as possible and go help them out.”</p><p>Hollywood Fire Rescue says Lorenzo’s quick thinking, courage and training helped save lives during an extraordinary emergency.</p><p>Officials say his response demonstrated how professional lifeguard training and preparedness can make a difference when seconds count.</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[Miami Cuban exile monuments face neglect, planned relocation ]]></title><link>https://www.local10.com/news/local/2026/08/20/miami-cuban-exile-monuments-face-neglect-planned-relocation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/miami-cuban-exile-monuments-face-neglect-planned-relocation/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Residents in one Miami neighborhood say a monument honoring the Cuban exile community is being disrespected after years of neglect.]]></description><pubDate>Thu, 20 Aug 2026 20:42:37 +0000</pubDate><content:encoded><![CDATA[<p>Residents in one Miami neighborhood say a monument honoring the Cuban exile community is being disrespected after years of neglect.</p><p><a href="https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/">Leer en español</a></p><p>The monument, meant to honor the children of Pedro Pan, is cracked, broken, disfigured and covered with ants.</p><p>Between 1960-1962, Operation Peter Pan helped thousands of Cuban children escape the rise of Fidel Castro and safely reach Miami.</p><p>Neighbors near Southwest 13th Avenue and 21st Street say the condition of the monument is disrespectful.</p><p>Miami Commissioner Rolando Escalona said the monument was neglected for many years but is now in the process of being repaired and moved.</p><p>Escalona said the monument will be added to a newer memorial created by his predecessor as part of a larger beautification project.</p><p>Documents obtained by Local 10 show the project also calls for relocating other historic Cuban monuments, including the Manuel Varona memorial at Triangle Park near Brickell and the Máximo Gómez bust at Domino Park.</p><p>The monuments would be placed at the recently opened Peter Pan memorial on Cuban Memorial Boulevard near Southwest Eighth Street, about a mile from the neglected monument.</p><p>Escalona said bringing the monuments together would allow people to see more of Cuban history in one place. City officials also hope the relocation will provide more visibility and safety.</p><p>But some neighbors do not want the monument moved.</p><p>One woman, who asked not to be shown on camera, said the monument is a reminder of her community’s history and sacrifice and should stay where it is.</p><p>She said it is in the right place and should simply receive the maintenance it deserves.</p><p>City officials told Local 10 News the work to repair and relocate won’t begin until 2027.</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[Woman claims self-defense after fatally shooting man in Deerfield Beach, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Magdala Louissaint]]></dc:creator><description><![CDATA[A man has died after he was shot in Deerfield Beach by a woman who is known to him, authorities confirmed. ]]></description><pubDate>Thu, 20 Aug 2026 11:23:52 +0000</pubDate><content:encoded><![CDATA[<p>A man has died after he was shot in Deerfield Beach by a woman who is known to him, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported just before 10:15 p.m. Wednesday in the 200 block of Southwest First Terrace.</p><p>Deputies said they responded to the scene and discovered that a man, later identified as Maurice Wright Jr., 31, had been shot inside an apartment. </p><p>He was pronounced dead at the scene by Broward Sheriff Fire Rescue medics.</p><p>After Wednesday night’s shooting, Wright’s family members broke down in tears at the crime scene when detectives told them he had died.</p><p>According to deputies, the woman who shot Wright was detained for questioning and claimed that she shot him in self-defense while protecting herself from a physical attack.</p><p>Detectives said the woman, whose identity has not been released, was released after being questioned.</p><p>The woman’s nieghbor, Marcelle Thomas, said the woman had been through a difficult relationship with Wright.</p><p>Thomas said she had heard Wright was abusive toward the woman and her children.</p><p>“What I heard is that the dude was abusing her, abusing the 4-year-old and tried to abuse the 11-year-old,” Thomas said.</p><p>Thomas said Wright had previously been jailed in connection with the killing of his father.</p><p>Local 10 covered that incident in 2022, when Miami-Dade County sheriff’s deputies used an <a href="https://www.local10.com/news/local/2022/06/09/miami-man-accused-of-killing-his-father-with-assault-rifle/" target="_self" rel="" title="https://www.local10.com/news/local/2022/06/09/miami-man-accused-of-killing-his-father-with-assault-rifle/">explosive tactical breach to take Wright into custody at a motel.</a></p><p>Wright was accused of killing his father with an assault rifle and was charged with second-degree murder.</p><p>After detectives complete their investigation into Wednesday’s shooting, they will present the case to the Broward County State Attorney’s Office for review.</p><p>Detectives have not said what led up to the alleged physical attack that preceded the shooting. </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[County officials tour ‘Alligator Alcatraz’ site to assess damage, environmental issues]]></title><link>https://www.local10.com/news/local/2026/08/20/county-officials-tour-alligator-alcatraz-site-to-assess-damage-environmental-issues/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/county-officials-tour-alligator-alcatraz-site-to-assess-damage-environmental-issues/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Miami-Dade County is back in control of the land used for the migrant detention facility dubbed “Alligator Alcatraz.”]]></description><pubDate>Thu, 20 Aug 2026 20:45:46 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County is back in control of the land used for the migrant detention facility dubbed “Alligator Alcatraz.”</p><p><a href="https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/">Leer en español</a></p><p>On Thursday, Local 10 News received an inside look of what state officials left behind when they demobilized the facility earlier this summer. </p><p>“This is essentially what is left of the operation,” Miami-Dade Chief Resilience Officer Loren Parra said while touring the Dade-Collier Training and Transition Airport. “This is where there were grounded poles for the fencing and operational infrastructure, but here, where you see the different colors, is everything that has been filled in since demobilization.”</p><p>Parra showed what remains of the swiftly constructed immigration detention facility now that the state has formally returned the property to Miami-Dade County.</p><p>“The entirety of the operations were hosted here, specifically on this platform here on this runway, and you can still see areas where there was previously infrastructure, mostly some fencing,” Parra said.</p><p>County officials said new pavement was laid as part of the operation.</p><p>“So here you can see clearly the difference,” Parra said. “This was the existing pavement according to our aviation department here in Miami-Dade, and this is the new pavement that was part of the operation. And what was here before was really just hard-pack fill.”</p><p>A row of fence post patching marks the detention center’s perimeter fence.</p><p>“This is where you had the fencing located across all those little holes,” Parra said.</p><p>Parra said there are two different ways to fill the holes from infrastructure that was previously on the site.</p><p>“A lot of the areas you have seen were hot patched,” Parra said. “Here we are coming upon some of the cold patch areas. We need to make sure that they are all hot patched so that this runway can hold the weight of airplanes coming in, so making sure that these are all repaired properly is part of the corrective action that we are asking the state for.”</p><p>Remaining asphalt also needs to be addressed, Parra said.</p><p>“This is remaining asphalt, and as part of the corrective actions through our environmental report, we are asking that the state properly remove and dispose of everything that is left here,” Parra said.</p><p>With an aim to aid the Trump administration’s need for more federal detention beds as part of its mass deportation plan, the state of Florida commandeered the remote property located within Big Cypress National Preserve under emergency powers, trucking in infrastructure needs from fencing and a provisional sewer collection system to industrial lighting and fuel.</p><p>“As soon as we were able to gain access to the site, the Department of Environmental Resource Management actually came out here and started to conduct its field tests,” Parra said.</p><p>They took soil and water samples over the course of three different visits and “conducted field assessments across multiple dates to identify any areas of environmental concern,” Parra explained to Miami-Dade Mayor Daniella Levine Cava in a recent memo.</p><p>“What is important to remember is because of the speed and the manner in which the operation came about, the department wasn’t able to have any baseline data of what the site looked like before the operations, but based on the sampling we were able to take and all of the historical records that we were able to find both between Miami-Dade and Collier County, at this moment in time there are no environmental impacts here at this site,” Parra said.</p><p>In a memo to the mayor, dated Aug. 18, Parra explained that “visual inspections and laboratory results do not provide evidence for any violation of the Miami-Dade County Environmental Protection Code, Chapter 24. Any remaining stockpiles of reclaimed asphalt pavement must be properly gathered, disposed of, and removed from the property.”</p><p>Levine Cava told Local 10 News the property is critical for habitat and water flow and should be preserved.</p><p>“We know that this property is very critical for habitat, for the water flow, for really as part of an area that needs to be preserved. It’s already part of the preservation area officially, so that is what we are pursuing. That was my intention originally, and we had this little interruption of a year, but our plans are to continue moving forward to find a permanent conservation home for these essential properties,” Levine Cava said. “My intention is for it to be permanently protected as a conservation area, and we are going to proceed to make that happen.”</p><p>Parra said the ultimate goal is to convey the land into permanent conservation.</p><p>“So really all of the operations, both the environmental testing, the aviation reports, are all in an effort to make sure that we can convey these lands in conservation for perpetuity,” Parra said.</p><p>Until those corrective actions are taken and county leaders make a decision on the future of the site, the runway will remain closed, officials said.</p><p> <iframe class="scribd_iframe_embed" title="Training and Transition Airport Damage Assessment Report_08032026 (1)" src="https://www.scribd.com/embeds/1076700727/content?start_page=1&view_mode=scroll&access_key=key-roK00XlC4Ptr4ILCgKOe" 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[64 baby sea turtles rescued from Islamorada pool, released into ocean]]></title><link>https://www.local10.com/news/local/2026/08/21/64-baby-sea-turtles-rescued-from-islamorada-pool-released-into-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/21/64-baby-sea-turtles-rescued-from-islamorada-pool-released-into-ocean/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Florida Keys family found dozens of unexpected visitors in their backyard pool after baby sea turtles became disoriented and ended up in the chlorinated water.]]></description><pubDate>Fri, 21 Aug 2026 11:57:57 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Keys family found dozens of unexpected visitors in their backyard pool after baby sea turtles became disoriented and ended up in the chlorinated water.</p><p>A total of 64 hatchlings recently made their way into the pool at the Islamorada home after apparently being led astray by the home’s bright lights.</p><p>Knowing the baby turtles would not survive in the chlorinated water, the homeowners contacted The Turtle Hospital for help.</p><p>All 64 hatchlings were rescued and taken to the facility, where they were cleaned up and given nourishment.</p><p>After spending several days recovering, the turtles were ready to return to the wild.</p><p>The hatchlings were released into the ocean, where they could be seen swimming away in the Gulf Stream — turning an unexpected backyard discovery into a successful rescue story.</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[Miami Gardens police search for man accused of shooting son]]></title><link>https://www.local10.com/news/local/2026/08/20/miami-gardens-police-search-for-man-accused-of-shooting-son/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/miami-gardens-police-search-for-man-accused-of-shooting-son/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Miami Gardens police are searching for a man accused of shooting his own son during an argument Thursday afternoon.]]></description><pubDate>Fri, 21 Aug 2026 02:38:14 +0000</pubDate><content:encoded><![CDATA[<p>Miami Gardens police are searching for a man accused of shooting his own son during an argument Thursday afternoon.</p><p>Police surrounded a home in the 1900 block of Northwest 115th Street, where they found a man who had been shot.</p><p>He was taken to a nearby hospital and is stable.</p><p>A woman who lives nearby said she heard at least four gunshots.</p><p>“When she opened up the door, we just heard ‘pop, pop, pop, pop,’” the neighbor said.</p><p>She said sometimes it can be difficult to tell whether a loud sound is gunfire or fireworks.</p><p>Police said the suspect shot through the front glass door of the home before getting into a car and taking off.</p><p>A sign reading “24 Hour Surveillance” was posted on the fence, and a camera was visible above the front door.</p><p>Neighbors said police were at the same home over the weekend.</p><p>Police have not released a description of the shooter and said the case remains under investigation.</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[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/08/14/resumen-semanal-noticias-mas-destacadas-en-local10com/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/14/resumen-semanal-noticias-mas-destacadas-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada" rel="">Charter captain airlifted after lightning strike off Islamorada</a></li><li><a href="https://www.local10.com/news/local/2026/08/20/urologist-accused-of-sexually-battering-medical-students-while-working-for-um" rel="">Urologist accused of sexually battering medical students while working for UM</a></li><li><a href="https://www.local10.com/news/local/2026/08/18/boca-woman-bit-part-of-husbands-ear-off-as-he-drove-on-i-95-in-broward-troopers-say" rel="">Boca woman bit part of husband’s ear off as he drove on I-95 in Broward, troopers say</a></li><li><a href="https://www.local10.com/news/politics/2026/08/18/aug-18-2026-primary-election-in-south-florida" rel="">VIEW RESULTS: Aug. 18, 2026 primary election in South Florida</a></li><li><a href="https://www.local10.com/news/local/2026/08/17/mdso-makes-11-arrests-connected-with-illegal-handicapped-placards" rel="">MDSO makes 11 arrests connected with illegal handicapped placards</a></li><li><a href="https://www.local10.com/news/local/2026/08/18/miami-shores-detectives-arrest-tied-to-1m-fraud-scheme-targeting-washington-senior-police-say" rel="">Miami Shores detective’s arrest tied to $1M fraud scheme targeting Washington senior, police say</a></li><li><a href="https://www.local10.com/weather/2026/08/18/miami-records-hottest-day-ever-since-1942" rel="">Miami records hottest day ever since 1942; record warmth possible again Wednesday</a></li><li><a href="https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza" rel="">Woman claims self-defense after fatally shooting man in Deerfield Beach, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/08/20/opa-locka-mom-used-13-year-old-daughter-as-her-robbery-getaway-driver-police-say" rel="">Opa-locka mom used 13-year-old daughter as robbery getaway driver, police say</a></li><li><a href="https://www.local10.com/news/local/2026/08/20/man-accused-of-stealing-from-his-ill-father-for-years-in-broward" rel="">Man accused of stealing from his ill father for years in Broward</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Prince Harry and 6 others to learn initial cost of failed Daily Mail case]]></title><link>https://www.local10.com/entertainment/2026/08/21/prince-harry-and-6-others-to-learn-initial-cost-of-failed-daily-mail-case/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/21/prince-harry-and-6-others-to-learn-initial-cost-of-failed-daily-mail-case/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry and six others, including Elton John, are set to find out Friday how many millions of pounds they will have to pay initially to the publisher of Britain's Daily Mail newspaper following their failed invasion of privacy case.]]></description><pubDate>Fri, 21 Aug 2026 11:20:38 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry and six others, including Elton John, are set to find out Friday how many millions of pounds they will have to pay initially to the publisher of Britain's Daily Mail newspaper following their failed invasion of privacy case.</p><p>Following their defeat in a High Court case in London last month alleging malpractice, such as the illegal hacking of phones, the high-profile figures will learn the scale of their exposure to the roughly 34 million pounds ($46 million) in legal costs accumulated by Associated Newspapers Ltd. The losing claimants are believed to be insured for around half that total.</p><p>In addition to an initial payment, which could be up to 10 million pounds, they will find out how they will pay the outstanding ​amount.</p><p>The publisher had strongly denied the claims made during the 11-week trial in London, which ended on July 7 when Justice Matthew Nicklin said there had been a shortage of evidence to support the claims and found a possibility that the reporting came from legitimate sources.</p><p>Nicklin is due to give his decision on the financial implications of that decision in a written statement at 2 p.m.</p><p>Associated Newspapers has asked for more than 9.9 million pounds as an interim payment, while lawyers for the claimants say the interim payment should be just over 7.9 million pounds.</p><p>The other high-profile figures behind the case were Doreen Lawrence, the anti‑racism activist whose son Stephen was stabbed to death in 1993 as he waited for a bus; Elton John's film producer husband David Furnish; actors Sadie Frost and Liz Hurley; and politician Simon Hughes.</p><p>The judgment comes two days after it was made public that Harry and his wife, Meghan Markle, are moving back to the U.K. The Duke and Duchess of Sussex, who are no longer working royals, decamped to California more than six years ago but will relocate back later this month to live in a nonroyal residence outside London.</p><p>Harry's defeat against Associated Newspapers brought an end to a trio of lawsuits accusing tabloid publishers of using unlawful tactics, such as phone hacking or hiring private detectives to dig up dirt on his life.</p><p>Harry won a judgment in 2023 that condemned the publishers of the Daily Mirror for “widespread and habitual” phone hacking. Last year, Rupert Murdoch’s flagship U.K. tabloid, The Sun, made an unprecedented apology for intruding on his life for years and agreed to pay substantial damages to settle his privacy invasion lawsuit.</p><p>Harry has said his litigation — in which he broke with royal family tradition to seek relief in the courts — was a primary source of his falling out with his father, King Charles III, and brother Prince William.</p><p>His grudge with the tabloids runs deep and his legal actions are part of his larger quest to reform the news media that he says damaged his relationships and made him “ paranoid beyond belief.”</p><p>He blames the press for the death of his mother, Princess Diana, who was killed in a car crash in 1997 while being pursued by paparazzi in Paris, and for attacks on his wife, Meghan, that led the couple to abandon royal life and move to the United States in 2020.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X6BNPDAGUIGDSKJ4YWY6YNGAR4.jpg?auth=2cfdb6e333bd14ffcbc6f32f2bf6affde34ff7d622edd6c8c96227e2566ae3df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, the Duke of Sussex, speaks at a roundtable about support for veterans, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Parents, coaches frustrated as Devon Aire Park project remains unfinished more than a year past deadline]]></title><link>https://www.local10.com/news/local/2026/08/21/parents-coaches-frustrated-as-devon-aire-park-project-remains-unfinished-more-than-a-year-past-deadline/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/21/parents-coaches-frustrated-as-devon-aire-park-project-remains-unfinished-more-than-a-year-past-deadline/</guid><dc:creator><![CDATA[Jeff  Derderian , Amanda Batchelor]]></dc:creator><description><![CDATA[A renovation project at Miami-Dade County’s Devon Aire Park that was expected to be finished more than a year ago remains incomplete, leaving parents and coaches frustrated and youth sports teams scrambling for places to practice and play.]]></description><pubDate>Fri, 21 Aug 2026 11:15:40 +0000</pubDate><content:encoded><![CDATA[<p>A renovation project at Miami-Dade County’s Devon Aire Park that was expected to be finished more than a year ago remains incomplete, leaving parents and coaches frustrated and youth sports teams scrambling for places to practice and play.</p><p>The project at the park located at 10411 SW 122nd Ave. began nearly two years ago and was supposed to be completed in July 2025. Now, in August 2026, there is still no completion date in sight.</p><p>The delays have affected children at a nearby school as well as football players and cheerleaders who normally use the park.</p><p>“Unfortunately, it kept getting delayed and getting delayed, and now we’re going on year two,” parent Kenid Joseph said.</p><p>Joseph has two children who attend a school next to the field. She said students have been unable to use it for physical education classes.</p><p>“It’s very, very frustrating, especially being a taxpayer of this area,” Joseph said.</p><h3><b>Youth sports teams feel impact of delays</b></h3><p>The prolonged closure is also taking a toll on the Hammocks Warriors.</p><p>Priscilla Martinez, cheerleading coach and director for the organization, said participation has suffered.</p><p>“Our teams are just shrinking because of it,” Martinez said.</p><p>With much of the field fenced off, Martinez said her cheerleaders have been forced to practice on a small patch of available space near the construction area.</p><p>Football teams are also facing challenges.</p><p>Mike Pintado, president and football commissioner for Kendall Hammocks, said teams are being sent to multiple locations for their games.</p><p>“We are going to be playing our games at five different locations this year,” Pintado said.</p><h3><b>Soil, drainage issues complicate project</b></h3><p>Local 10 learned that the project previously encountered an issue involving arsenic in the soil, which officials said has been addressed.</p><p>Now, drainage is an issue. The field can flood when it rains, creating safety concerns for children.</p><p>The contractor on the approximately $3 million project is Gonzalez and Sons.</p><p>Local 10 requested an interview with the mayor, but she declined. Instead, the county’s Parks and Recreation Department provided a statement addressing the continued closure.</p><p>“The field cannot reopen until we confirm that recent improvements meet project specifications and are safe for public use,” the statement read in part. “We are working with the contractor on a permanent solution.”</p><p>When Local 10 arrived at the park at about 8:30 a.m., there appeared to be little activity at the construction site.</p><p>Joseph pointed to the lack of visible work as another source of frustration.</p><p>“How many construction trucks do you hear? Do you hear any work going on?” Local 10 News reporter Jeff Derderian asked Joseph. </p><p>“Do we count invisible people?” Joseph asked.</p><p>For families who have now spent nearly two years waiting, the biggest question remains when the field will finally reopen.</p><p>Local 10 also reached out to Gonzalez and Sons seeking an update on when the project is expected to be completed, but had not received a response at the time of publishing.</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[Cuba says US sanctions are blocking its efforts to open the economy to private investment]]></title><link>https://www.local10.com/business/2026/08/21/cuba-says-us-sanctions-are-blocking-its-efforts-to-open-the-economy-to-private-investment/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/21/cuba-says-us-sanctions-are-blocking-its-efforts-to-open-the-economy-to-private-investment/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The United States has demanded that Cuba open up to private investment, and Cuba has passed sweeping reforms to encourage just that. So Cuba’s U.N. ambassador says he wants to know why Washington keeps piling on sanctions that stymie the very economic opening it has sought for decades.]]></description><pubDate>Fri, 21 Aug 2026 10:35:10 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The United States has demanded that Cuba open up to private investment, and Cuba has passed sweeping reforms to encourage just that. So Cuba’s U.N. ambassador says he wants to know why Washington keeps piling on sanctions that stymie the very economic opening it has sought for decades.</p><p>Ambassador Ernesto Soberón Guzmán, in an interview this week with The Associated Press, directed his question to U.S. Secretary of State Marco Rubio, the main architect of the Trump administration’s Cuba policy:</p><p>“What are you afraid of? If you are so convinced that the Cuban government is an incompetent government, why do you need to implement almost every two weeks new sanctions?”</p><p>The U.S. State Department responded to a request for comment with a quote from Rubio saying new sanctions will continue to be announced every couple of weeks to close off “escape valves that they’re trying to create in every mechanism.”</p><p>Then on Thursday, the U.S. imposed more economic penalties on Cuban industries, targeting state-owned mining, metal and construction companies.</p><p>Cuba has been pushed to the brink by an oil blockade imposed by the United States in January on top of a decades-old embargo, coupled with the escalating sanctions. The moves by President Donald Trump’s administration, meant to put pressure on the government by depriving it of funding, have worsened already debilitating blackouts, cut workers off from public transport, crippled infrastructure and deepened shortages in medicine and food in the Caribbean island nation.</p><p>Guzmán said the sanctions are the main obstacle to Cuba opening up its economy. He said the impact of the U.S. measures — specifically the shortage of electricity and lack of fuel to run a business or travel — has turned off investors and tourists, a major source of Cuba’s income.</p><p>Some companies have pulled out of Cuba, including the Spanish hotel chain Meliá, which relied on tourist revenue and cited “significant operational, legal, economic and financial difficulties” in explaining its decision to leave.</p><p>”Literally, the United States has done everything imaginable to try to prevent foreign investors," said William LeoGrande, a professor at American University and a leading expert on U.S.-Cuba relations. ”When they say, `Well, we want to see Cuba open up to foreign investment,’ they’re being disingenuous. ... It’s not possible for them to succeed without some kind of sanctions relief.”</p><p>The goal of Trump’s Republican administration, he said, is “not just to open up Cuba economically but to overthrow the Cuban government — to change the nature of the Cuban political system.”</p><p>Cuba announces major economic shift</p><p>John Kavulich, president of the U.S.-Cuba Trade and Economic Council, said Cuba had to make changes when it lost its economic lifeline with the U.S. ouster in January of Venezuelan leader Nicolás Maduro.</p><p>“The result is the Cuban government in the last eight months made more commercial, economic and financial changes to the country than they have as a group since the revolution,” he said.</p><p>Nonetheless, the Trump administration keeps ratcheting up sanctions, putting more pressure on Cuba, which is responding by making more changes, Kavulich said.</p><p>“But from our standpoint, there are two parts missing: One is Cuba implementing by regulation everything that it’s announced, and secondly, the Trump administration allowing U.S. companies to have more access to the Cuban marketplace while these changes are underway,” he said.</p><p>The changes announced by Cuban President Miguel Díaz-Canel in June aim to significantly shift Cuba’s economy and industry, which have been strictly controlled by the socialist government since the 1959 revolution.</p><p>They include more space for private businesses, imports and exports without the state as an intermediary, free hiring of personnel, authorization for private banks, investment by Cubans abroad and opportunities for fast-food chains to establish themselves on the island.</p><p>Guzmán said there are opportunities for investments in real estate, solar farms and energy to help ease the country’s electricity shortage, as well as in marinas and the tourism industry.</p><p>Christopher Hernandez-Roy, acting director of the Americas program at the Center for Strategic and International Studies, recalled that the last economic opening under President Barack Obama’s Democratic administration “was later throttled by the Cubans themselves, who feared that the opening went too far and appeared to threaten political control.”</p><p>Today, he said, it appears the Cubans really do want economic reforms and outside investment. Díaz-Canel’s economic reforms are not impossible, but U.S. sanctions “significantly constrain their prospects for success,” Hernandez-Roy said.</p><p>He noted the irony that U.S. pressure ”is helping push the Cubans toward greater economic liberalization out of necessity, while simultaneously limiting the resources and access necessary for those reforms to actually improve the economy.”</p><p>Rubio says Cuba’s leaders ‘don’t know what they’re doing’</p><p>In late June, after the reforms were announced, the U.S. slapped sanctions on five state companies, three linked to 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.</p><p>Rubio, a former U.S. senator from Florida whose parents were born in Cuba, did not appear to be impressed by the newly announced economic changes. He last month called Cuba “a failed state” with “a bad economic model.” He said Cuba’s leaders “don’t know what they’re doing” and “don’t know how to fix their economy.”</p><p>“I think the challenge that Cuba has faced for the last 15 years is they want to somewhat improve their economy, but they’re afraid that if they improve it too much they’ll lose political control over people,” he said.</p><p>The United States is prepared “to do what we can do to effectuate a positive change in Cuba because it directly impacts our national security” since it is only 90 miles (145 kilometers) from the U.S. mainland, Rubio said. “And we want Cuba to be prosperous. We want Cuba to be free.”</p><p>The Cuban ambassador said implementing the economic changes would be far easier without the sanctions, if American companies were involved in Cuba and if trade between the two countries was possible.</p><p>He said the good news is that talks are taking place between the United States and Cuba. He declined to give details of what he called “very sensitive conversations.”</p><p>“But the point here is that even when Cuba is changing a lot,” Guzmán said, “the U.S. government keeps the same policy of aggression towards the Cuban people.”</p><p>___</p><p>Follow the AP’s coverage of Cuba at https://apnews.com/hub/cuba.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCPS6Q4LK6V27BILHPT7G5ELWU.jpg?auth=f860f86b912e792089627d04c2e6317ca7913cbad58b75ac7233aee4a87816ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ernesto Soberón Guzmán, Cuban ambassador to the United Nations, speaks to reporters in New York, Thursday, April 23, 2026. (AP Photo/Seth Wenig,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UUSV7OLL4B4YA5ZGWK34DZ4MU.jpg?auth=fd21309503110fd4cf202ca4391e7466dd37d090f6bca35e0e6bd347de45fd09&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 alongside Paraguay's Vice President Pedro Alliana (not pictured), in the Treaty Room at the State Department, Tuesday, Aug. 4, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6H2TJDTKSKK3MKBHSLKUVDCM4Q.jpg?auth=9272f4eb4bd859743ed9d3defae5f06104f4ca26a192e3c47e852dc1ebb05104&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries a pig at the entrance of a market, decorated with a mural of Fidel Castro, in Havana, Cuba, Wednesday, Aug. 12, 2026. (AP Photo/Ramon 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/HH5SPCULJD3GWOVFCO627SASDE.jpg?auth=e0cb3d4dc13d7a2c78b0b22ec70c43658e561d2de5fadd1c4ea91bd80dd0241c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An image of Fidel Castro is displayed on a large screen during a gala commemorating the 100th anniversary of his birth at the Karl Marx theater in Havana, Cuba, Thursday, Aug. 13, 2026. (AP Photo/Ramon 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/CGBKNDQ67LDRND74KYVM5XVEVI.jpg?auth=39de40a6a3b438ff143df76b00b00af46b845c411f42ed7dd8e3b5a3c82b62fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Street vendors push their cart of vegetables past a mural of Fidel Castro in Havana, Cuba, Wednesday, Aug. 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Indonesia warns against starting open blazes as haze from wildfires spreads to Malaysia]]></title><link>https://www.local10.com/news/world/2026/08/21/indonesia-warns-against-starting-open-blazes-as-haze-from-wildfires-spreads-to-malaysia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/21/indonesia-warns-against-starting-open-blazes-as-haze-from-wildfires-spreads-to-malaysia/</guid><dc:creator><![CDATA[By NINIEK KARMINI, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia n authorities warned Friday they would take legal action against anyone who starts an open fire, as huge blazes on Borneo and elsewhere created a choking haze that blanketed cities and dense smoke drifted into neighboring Malaysia.]]></description><pubDate>Fri, 21 Aug 2026 12:01:12 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia n authorities warned Friday they would take legal action against anyone who starts an open fire, as huge blazes on Borneo and elsewhere created a choking haze that blanketed cities and dense smoke drifted into neighboring Malaysia.</p><p>The fires are concentrated on Borneo, the world’s third-largest island shared by Indonesia, Malaysia and Brunei. Indonesia occupies about three-quarters of the island, where more than 5,000 hot spots were recorded by the country's Forestry Ministry.</p><p>The blazes have blanketed parts of Kalimantan in choking haze, reducing visibility to just 1 meter to 10 meters (yards) in some areas, according to local media reports. The smoke has contributed to traffic accidents and delayed several flights.</p><p>Television footage showed roads, buildings and public facilities obscured by smoke, with motorists forced to drive with headlights on during daylight hours. Residents, including schoolchildren, were seen wearing masks while walking outside.</p><p>An intensifying El Nino pattern and a prolonged dry season have fueled the fires, generating dense smoke that crossed into Malaysia, according to Indonesia’s National Disaster Management Agency.</p><p>Malaysia’s eastern state of Sarawak has been among the hardest hit. One district recorded “very unhealthy” air quality Friday, while eight others posted unhealthy readings, prompting the closure of nearly 600 schools and affecting about 200,000 students, the Sarawak government said.</p><p>On Borneo, Central Kalimantan Police Chief Iwan Kurniawan said investigators have detained 12 suspects linked to alleged arson and illegal land clearing in the past week.</p><p>“Every forest and land fire incident in Central Kalimantan is investigated,” Kurniawan said, adding that authorities were working to determine the causes of the fires and identify those responsible.</p><p>Forestry Minister Raja Juli Antoni, who visited fire-hit areas near the provincial capital of Palangka Raya on Wednesday, vowed strict action against offenders.</p><p>“Whoever they are, big or small, without exception, anyone who destroys nature and forests will face strict legal action,” Antoni said.</p><p>Social media was flooded with complaints from residents describing breathing difficulties and fears of illness.</p><p>In total, Indonesia’s Forestry Ministry detected 11,908 hot spots nationwide in the previous 24 hours, up from 6,352 a day earlier.</p><p>Forest-monitoring platform Nusantara Atlas said about 182,000 hectares (450,000 acres) burned in July alone, nearly double the area scorched during the first half of the year. The total area burned this year has reached about 285,000 hectares (704,000 acres).</p><p>Indonesia regularly experiences transboundary haze during severe fire seasons, particularly when peatlands on Sumatra and Kalimantan burn. Authorities say fires are often started illegally to clear land for plantations or agriculture, periodically blanketing parts of Southeast Asia in hazardous smoke.</p><p>___</p><p>Associated Press writers Eileen Ng in Kuala Lumpur, Malaysia, and Edna Tarigan in Jakarta, Indonesia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LJFSGKDN3BYAQNLPNE7CIKIYYU.jpg?auth=c6bb3ee43ec48c9ad2fef46486018c469ce3904a4d95a3e88b0ea82ea6f01dab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorists ride on a road as haze from wildfires blanket the city of Pontianak, West Kalimantan, Indonesia, Friday, Aug. 21, 2026. (AP Photo/Stefanus Taman)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefanus Taman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HF5JFL7ZPYJSX66ZL6W7WSQ6QI.jpg?auth=a637a8e86225a3628115a000a25e717e6d02f660002736c596a9c9702a32ebc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorists ride on a road as haze from wildfires blanket the city of Pontianak, West Kalimantan, Indonesia, Friday, Aug. 21, 2026. (AP Photo/Stefanus Taman)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefanus Taman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZJT7M46AK3NWWUQLN3UKICNH4.jpg?auth=9c69086d2b013a9217963165f657daec340a4c0d6943ae15f2cfbfa788fa0879&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boat cruises on the Kapuas River as haze from wildfires blanket the city of Pontianak, West Kalimantan, Indonesia, Friday, Aug. 21, 2026. (AP Photo/Stefanus Taman)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefanus Taman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7LRSAXR4PRDFZ4NEMPZLWMEROQ.jpg?auth=bbf8d16f5318d07ad342fa8f424c15846985f2a358638fbe3f3434cd43bc130c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this aerial photo relased by Indonesia's National Disaster Mitigation Agency (BNPB) on Friday, Aug. 21, 2026, smoke billows as a wildfire razes through a peatland forest in Bulungan, North Kalimantan, Indonesia. (BNPB via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XODQHCHJH35DLRUBJSZDAV5YEI.jpg?auth=0f0290de2929db2042c4c6e4edc04c9f7ae6cc102b710d8d533302f9520d3056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this aerial photo relased by Indonesia's National Disaster Mitigation Agency (BNPB) on Friday, Aug. 21, 2026, smoke billows as a wildfire razes through a peatland forest in Bulungan, North Kalimantan, Indonesia. (BNPB via AP)]]></media:description></media:content></item><item><title><![CDATA[Aug. 21: Another heat advisory with rain in the afternoon, early evening ]]></title><link>https://www.local10.com/weather/2026/08/21/aug-21-another-heat-advisory-with-rain-in-the-afternoon-early-evening/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/21/aug-21-another-heat-advisory-with-rain-in-the-afternoon-early-evening/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Friday morning. Lows this morning are in the mid 80s, with heat indices already in the 90s.]]></description><pubDate>Fri, 21 Aug 2026 10:50:54 +0000</pubDate><content:encoded><![CDATA[<p>Good Friday morning. Lows this morning are in the mid 80s, with heat indices already in the 90s. High temperatures will be in the lower 90s, but heat indices will reach 105-110 degrees, sparking another heat advisory starting at 11 a.m. until 6 p.m. Grab the rain gear, showers and storms return again after midday and in the early evening hours thanks to the sea breeze. Keep it tuned to Local 10 for more. </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[Remains found of American mountain climber who died in an avalanche on Pakistan's Broad Peak]]></title><link>https://www.local10.com/news/world/2026/08/21/remains-found-of-american-mountain-climber-who-died-in-an-avalanche-on-pakistans-broad-peak/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/21/remains-found-of-american-mountain-climber-who-died-in-an-avalanche-on-pakistans-broad-peak/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Search teams on Friday found the remains of American climber Mallory Geis, the last missing member of a 10-member international mountaineering team that was killed in an avalanche on Broad Peak weeks ago, a mountaineering official and local authorities said.]]></description><pubDate>Fri, 21 Aug 2026 10:39:52 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Search teams on Friday found the remains of American climber Mallory Geis, the last missing member of a 10-member international mountaineering team that was killed in an avalanche on Broad Peak weeks ago, a mountaineering official and local authorities said.</p><p>Geis’ remains were found by a team made up of local volunteers, according to Irfan Arshad Khan, president of the Alpine Club of Pakistan. The expedition was Geis’ first attempt to climb an 8,000-meter (26,247-foot) peak in Pakistan.</p><p>Geis, 39, lived in San Antonio, Texas. She announced on social media earlier this year that she was closing her Pilates studio to take “a giant leap of faith into the unknown to see where life goes. I have a sneaking suspicion there will be lots of helmets, harnesses, and crampons involved.”</p><p>Her family remembered her in a statement earlier this month as “a bright light who was loved deeply by her family and friends.”</p><p>The recovery ended a search that began on July 31 after the expedition, led by renowned climber Nirmal Purja, was swept away by an avalanche on Broad Peak.</p><p>Purja, a Nepal-born former British Army soldier widely known as Nims Dai, climbed the world’s 14 highest peaks in a record 189 days in 2019, an achievement featured in the Netflix documentary “14 Peaks: Nothing Is Impossible.” His record was broken in 2023.</p><p>Accidents are common on climbing expeditions in northern Pakistan because of avalanches, falling ice and rock, high altitude and rapidly changing weather.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ORNL46WVJHAXOPQKCRV54GKDYY.jpg?auth=472bc9f3e72518bed00cb6144fbd82e7738cb1a80858882f9260f037b027ebf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend a candlelight vigil in memory of 10 climbers who lost their lives on Broad Peak, in Islamabad, Pakistan, Tuesday, Aug. 11, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5SBSGST3SCWKHLZ56DQBXXKQA.jpg?auth=2f665c2814ba64378fba12711fc21124b77bbf21aea6fcb199bad105e51110f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nepalese Ambassador to Pakistan Rita Dhital, center, delivers her speech during a candlelight vigil in memory of 10 climbers who lost their lives on Broad Peak, in Islamabad, Pakistan, Tuesday, Aug. 11, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASNDWX7C7Z2CTTUU2KFXQNGLOI.jpg?auth=4e8c8f91a5a8e64ad14acadcb74effb4b563eba09574eeabd0ef6360743fb068&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nepalese Ambassador to Pakistan Rita Dhital, left, and others place flowers next to pictures of climbers who lost their lives on Broad Peak, during a candlelight vigil in their memory, in Islamabad, Pakistan, Tuesday, Aug. 11, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content></item><item><title><![CDATA[5 books to read this fall, from Marlon James to Joe Biden]]></title><link>https://www.local10.com/entertainment/2026/08/21/5-books-to-read-this-fall-from-marlon-james-to-joe-biden/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/21/5-books-to-read-this-fall-from-marlon-james-to-joe-biden/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Book lovers this fall can look forward to a wealth of fiction, biographies, memoirs, poetry collections and topical nonfiction. Here are five upcoming works you'll likely be hearing about.]]></description><pubDate>Fri, 21 Aug 2026 10:11:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Book lovers this fall can look forward to a wealth of fiction, biographies, memoirs, poetry collections and topical nonfiction. Here are five upcoming works you'll likely be hearing about.</p><p>“The Disappearers,” Marlon James</p><p>Marlon James’ fantasy series “Dark Star” was a showcase for his extraordinary and boundless imagination. In “The Disappearers,” he returns to his native Jamaica and to the murderous reality of his Booker Prize-winning “A Brief History of Seven Killings.” The new novel, longlisted for the Booker, is framed around the horrifying beating in 1988 of eight gay men who had been rehearsing for a play. James weaves together humor, popular culture, compassion and some very hard experience. “I refuse to believe there is any lesson to be learned from suffering an atrocity,” James writes, “other than always be on guard for the ways people turn on you.” (Sept. 1)</p><p>“American Scoundrel,” Kai Bird and Susan Goldmark</p><p>Kai Bird is best known as the co-author with Martin J. Sherwin of “American Prometheus,” the biography of nuclear scientist J. Robert Oppenheimer that became the basis for Christopher Nolan’s Oscar winner “Oppenheimer.” In “American Scoundrel,” he and Susan Goldmark (his wife) trace the influence of the late political operator Roy Cohn, from his early years as the top aide to Sen. Joseph McCarthy to his mentorship of a young Donald Trump. “American Scoundrel” draws upon government documents, archival material and dozens of interviews, including, to the authors’ surprise, Trump, who “answered our cold calls on his personal cell on several occasions,” Bird writes in the acknowledgments section. Trump was “gracious, if not exactly forthcoming about his memories” and declined to meet in person, because, he told them, “I’m the president. I’m very busy. I have China calling. I have Russia calling. I cannot do it.” (Sept. 1)</p><p>“Switzy,” Emma Cline</p><p>Emma Cline has well established her mastery of inhabiting the alienated mind, of dramatizing youthful transience, aspiration and deception, most famously in her celebrated debut, “The Girls.” In “Switzy,” longlisted for the Booker Prize, Cline gives us a retired businessman with failing mental capacity, en route to an assisted dying facility in Zurich. Cline breaks up the story into brief, affectless passages as a once-“Valuable Person” reckons with his memories and concludes that “He had always stayed on the surface. His whole life.” (Sept. 8)</p><p>“Music Against the Night,” Yiyun Li</p><p>“Music Against the Night” is Yiyun Li's sixth novel, and first book since last year's Pulitzer Prize-winning “Things in Nature Merely Grow,” her unsparing memoir about the suicides of her two sons. Li this time appears to have written a very different narrative — about a late 18th-century piano prodigy whose fame barely outlasted his lifetime and the orphaned wanderer-musician who makes the ill-fated decision to marry him. The novel is a story of music, but also a meditation on “the night,” death — parents, friends, children, everybody. “It is despair that one must not submit to,” Li writes late in the book, adding a dark, Shakespearean warning: “A child's death can never feel neutral to a parent; a child's death is a negation of time, which no longer has now and then, now and again, now and later, only now and now and now and now and now.” (Oct. 13)</p><p>“Promise Me, America,” former President Joe Biden</p><p>Memoirs are often presidents’ best chance to define their legacy, although readers and critics may have different priorities, whether Richard Nixon and Watergate or Bill Clinton and Monica Lewinsky. Joe Biden will understandably want to focus on his defeat of Donald Trump in 2020, the passage of landmark legislation on green energy and the appointment of the first Black woman to the Supreme Court, Ketanji Brown Jackson, among other achievements. But the public will likely be seeking answers to more unwanted questions, notably the state of Biden’s health while he was in the White House, the backstory to his disastrous debate against Trump and his decision soon after to call off his reelection campaign. (Nov. 17)</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CSMQGOD32EPO66V5H6KUUDMCII.jpg?auth=b1c87b08f1de81876ce8133a66863b7ad7c3402019aaba02b4af5e711ebd75b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of book cover images shows "American Scoundrel: Roy Cohn's Dark Journey from Joe McCarthy to Donald Trump” by Kai Bird, "Music Against the Night: A Novel" by Yiyun Li, “Promise Me, America” by Joe Biden, "Switzy" by Emma Cline, and "The Disappearers" by Marlon James. (Scribner/FSG/Little, Brown & Co./Random House/Riverhead via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/IMMVV76R6TZQRM2WNAGPZZMF4M.jpg?auth=f9b5ee142f439cc79665f232b627718d97e2081b7846d8e5ebe5169b9a66e9b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This cover image released by Scribner shows "American Scoundrel: Roy Cohn's Dark Journey from Joe McCarthy to Donald Trump" by Kai Bird, with Susan Goldmark. (Scribner via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XM746R3UDCR4HOTXLAQCVO2XMA.jpg?auth=b8dc568430bdef9279a35342e34a80b07c3c2a647e655a7d07bd52e71fd72898&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This cover image released by Farrar, Straus and Giroux shows "Music Against the Night" by Yiyun Li. (Farrar, Straus and Giroux via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TF6A47SR7LPBF7F754FMSV6O3E.jpg?auth=2ce3ef0cf8a10bdf6c93d3f9bc48d4528086449a68cce109038a4716b0eca61f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This cover image released by Random House shows "Switzy" by Emma Cline. (Random House via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/V36AWP6MFIXB6R7CCLBTQZD6QU.jpg?auth=8ca3201a419999a2c7a77181a86a2599053433515bdd27b5d8e741c84cf11025&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released by Riverhead shows "The Disappearers" by Marlon James. (Riverhead via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/D3OLDL65WUUP67Y4ZHNIAIEPHA.jpg?auth=802195ca9a33a8dd5df2eea8e80960c1c2e29d76cdd58558c9ef8d753af8c5d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released by Little, Brown and Co. shows "Promise Me, America" by Joe Biden. (Little, Brown and Co. via AP)]]></media:description></media:content></item><item><title><![CDATA[Fall books: Fiction takes the spotlight in bookstores during the midterm season]]></title><link>https://www.local10.com/entertainment/2026/08/21/fall-books-fiction-takes-the-spotlight-in-bookstores-during-the-midterm-season/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/21/fall-books-fiction-takes-the-spotlight-in-bookstores-during-the-midterm-season/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Midterm election news will fill the headlines this fall, but, among book buyers, fiction will likely have top billing.]]></description><pubDate>Fri, 21 Aug 2026 10:09:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Midterm election news will fill the headlines this fall, but, among book buyers, fiction will likely have top billing.</p><p>Former President Joe Biden’s “Promise Me, America” stands out not just as a White House memoir — presidential memoirs are events unto themselves — but as a rare high-profile political book over the next few months. Nonfiction sales have slumped in recent years and political books haven’t approached the peaks of President Donald Trump's first term.</p><p>“The energy in political books seems to be subdued. I think folks are just ranted out,” says Kristen McLean, an analyst and vice president for client insights at Circana, which tracks retail book sales.</p><p>“I think the (news) cycle is moving a bit too quickly for a lot of the very specific political books to catch on,” says Shannon DeVito, Barnes & Noble's senior director of books.</p><p>Michael Lewis' “Blockers,” a probe into Trump's second term through the eyes of government workers, may be the only new release to rival the impact of Maggie Haberman and Jonathan Swan's summer bestseller, “Regime Change.” This fall’s notable political offerings otherwise revisit the Biden years, from “Promise Me, America,” to former Middle East envoy Brett McGurk’s “Brink: Inside the Race to Free the Oct. 7 Hostages” to Akbar Shahid Ahmed’s study of Biden’s Gaza war policies, “Crossing the Red Line.”</p><p>Even Bob Woodward, who for decades released timely exposés of sitting presidents, is passing on current politics. In “Secrets: A Reporter’s Memoir,” he reflects on presidents and White House sources dating back to the Nixon administration and the Watergate scandal that made him famous..</p><p>“Because he's going more into his own life, I expect he'll have a different and broader audience than for his other books,” DeVito says.</p><p>A feast of fiction</p><p>Novelists Barbara Kingsolver and Hernan Diaz, co-winners three years ago of the Pulitzer Prize, will share honors again as two of the featured authors in a busy season. Kingsolver's “Partita,” about a onetime musical prodigy drawn again to her past, is the first since “Demon Copperhead,” her Pulitzer-winning retelling of Charles Dickens' “David Copperfield.” Meanwhile, Diaz has followed his Pulitzer-winning “Trust” with the dystopian, Dickensian “Ply,” about a young thief in a chaotic future society.</p><p>Diaz says he met Kingsolver at the Pulitzer ceremony, where the two drank bourbon and bonded over literature and other common interests.</p><p>“I don't think literature is a race or a tennis tournament,” Diaz says. “I think the more good books that are out there, the richer the conversation becomes and the more readers are engaged.”</p><p>Fiction sales have been solid in 2026 and will likely remain high if only because the two most prominent romantasy authors, Rebecca Yarros and Sarah J. Maas, have new books coming. Maas is releasing “A Court of Splintered Harmony,” the sixth volume of “A Court of Thorns and Roses,” with the seventh installment scheduled for early next year. Yarros' “Threshing Day” compiles 13 stories featuring characters from her Empyrean series, and her stand-alone “Peculiar Stars” finds protagonist Callista Moran stranded on an island after a sailing accident and discovering unexpected sides to herself.</p><p>The new fiction list also features Nobel laureate Jon Fosse's latest, “Vaim Hotel,” and three contenders for the Booker Prize — Marlon James' “The Disappearers,” Emma Cline's “Switzy” and Rebecca Perry's “May We Feed the King.” The book most primed for gossip is Rachel Cusk's “Life of M,” a meta-novel about a movie star who may or may not be based on Natalie Portman. The season's longest-awaited novel is likely Chad Harbach's “The Brightness”: The parallel and intertwining lives of two close friends in their 20s is his first novel since his acclaimed 2011 debut, “The Art of Fielding.”</p><p>Min Jin Lee's “American Hagwon” is her first novel since 2017 and her celebrated “Pachinko.” Emily St. John Mandel's “Exit Party” is a story of futuristic breakdown from the author of the futuristic classic “Station Eleven.” Yiyun Li, Edwidge Danticat, Kate Atkinson, Deesha Philyaw, Diane Williams, Laleh Khadivi, R.F. Kuang and Norah Labiner also have fiction coming out.</p><p>Fans of Stephen King (and the late Peter Straub) can look forward to “Other Worlds Than These,” the final “Talisman” novel. Alice Hoffman launches a new series with “The Witches of Cambridge” and Brandon Sanderson has begun “Blightfall,” written with Janci Patterson. “The French Illusion” is John Grisham's latest thriller. S.A. Cosby's “Truth to Power” is a Marvel Crime novel featuring superhero/sleuth Luke Cage.</p><p>Celebrities share their stories</p><p>A trio of Oscar-winning superstars will tell their stories this fall: Sylvester Stallone's “The Steps,” its title a reference to the actor's iconic upward run in “Rocky”; Michael Douglas' “One Helluva Ride,” which the actor and producer has called a corrective to the blurry legends of fame; and Dustin Hoffman's “Look at Me,” promoted by publisher Simon Six as “an intimate memoir about art, ambition, family, friendship, love, aging, and the mysteries of a creative life.”</p><p>Gloria Steinem looks back on her early years in “An Unexpected Life” and former NFL quarterback Colin Kaepernick reflects on his activism in “The Perilous Fight.” Chuck Lorre's “Sitcom” is a memoir from the creator behind “Two and a Half Men” and “The Big Bang Theory.” Eric Dane’s “My Book of Days” comes out just months after the “Grey’s Anatomy” star died from ALS.</p><p>Poetry for all times</p><p>Ancient poetry seems new again thanks to Christopher Nolan's adaptation of “The Odyssey,” which has placed editions by Emily Wilson and the late Robert Fagles high on bestseller lists. Wilson has a new book out this fall, “Crossing the Wine-Dark Sea,” essays that cover everything from Greek tragedy to “slut-shaming” Helen of Troy to the “sly laughter” of Cardi B and Megan Thee Stallion's “WAP.”</p><p>In “Cloud Runner,” former U.S. poet laureate Joy Harjo tries to express what she acknowledges may be inexpressible, the death three years ago of her daughter, Rainy Ortiz: “I have lost my girl./Some things do not belong in words,” Harjo writes. Jennifer Franklin channels the mind of James Joyce’s gifted, ill-fated daughter Lucia in the collection “A Fire in Her Brain.”</p><p>New work is also expected from Layli Long Soldier, Tina Chang, Patricia Lockwood, Dalia Taha, Avis Blackbird and Hieu Minh Nguyen. The anthology “Other Legacies” features tributes from Rae Armantrout, Edward Hirsch and other prizewinners to such lesser-known poets as Rachel Loden, Julia de Burgos and Stephen Jonas.</p><p>Making history</p><p>Another writer enriched by a Nolan movie — Kai Bird, co-author of “American Prometheus,” the biography adapted into “Oppenheimer” — has co-written “American Scoundrel,” the story of lawyer/political fixer/Trump mentor Roy Cohn. In “The Rush,” award winner Nathaniel Philbrick revisits the 19th century quest for gold. The acclaimed science writer James Gleick examines the evolution of communication in “The Telephone: A New History.”</p><p>Two books, Timothy W. Ryback's “53 Days” and Victor Sebestyen’s “Weimar Germany,” examine the fall of democracy in 1930s Germany, while other releases warning of contemporary threats include Naomi Klein and Astra Taylor’s “End Times Fascism” and Pulitzer winner Jill Lepore's “The Rise and Fall of the Artificial State.”</p><p>Public radio host Celeste Headlee's “Freedom’s Daughters” is one of many works this fall that center on race and racism. Grandmaster Flash has collaborated with Robert “Scoop” Jackson on a history of rap and hip-hop, “Birth of a Culture,” and Stephanie Phillips' music history “We Were Here” highlights artists from Sister Rosetta Tharpe to Living Colour.</p><p>Pulitzer winner Alan Taylor’s “Tower Hill” offers a fresh look at the 1831 rebellion led by the enslaved Nat Turner. In “Renaissance Men,” Harriet A. Washington honors three groundbreaking and overlooked Black physicians in a narrative spanning the mid-19th century to the mid-20th century, and resonating today.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHAHWKZL63QL54A7UJS2XUBJHA.jpg?auth=18f3b03f7ae2f0136ef5cd2046feaca081b0f6675071560565d30be35eaf825f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images show, top row from left, "A Court of Splintered Harmony" by Sarah J. Maas, "American Hagwon" by Min Jin Lee, "American Scoundrel" by Kai Bird, "Birth of a Culture" by Grandmaster Flash with Scoop Jackson, "Crossing the Wine-Dark Sea" by Emily Wilson, "Exit Party," by Emily St. John Mandel, second row from left, "In Latin America You Could Be Free" by Yesenia Barragan, "Life of M" by Rachel Cusk, "Music Against the Night" by Yiyun Li, "Partita" by Barbara Kingsolver, "Peculiar Stars" by Rebecca Yarros, "Ply" by Hernan Diaz, third row from left, "Renaissance Men" by Harriet A Washington, "Staying Still" by Hieu Minh Nguyen, "Taipei Story" by R.F. Kuang, "The Brightness" by Chad Harbach, "The Disappearers" by Marlon James, "The French Illusion" by John Grisham, bottom row from left, "The Rise and Fall of the Artificial State" by Jill Lepore, "The Rush" by Nathaniel Philbrick, "The Telephone" by James Gleick, "The True Confessions of First Lady Freeman" by Deeshaw Philyaw, "Threshing Day" by Rebecca Yarros, and "The Witches of Cambridge" by Alice Hoffman. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YMN6GTI6UXAFKKRZ2AZI7NNODY.jpg?auth=f148b9a86f265865aba73d11508416280e2c0dfbb944e5a8f41001ef7007b63d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of book cover images shows, top row from left, "An Unexpected Life" by Gloria Steinem, "Behind the Castle Walls" by Bob Chapek, "Look At Me" by Dustin Hoffman, "My Books of Days" by Eric Dane, and "One Helluva Ride" by Michael Douglas, bottom row from left, "Roll the Calls" by Ari Emanuel, "Secrets" by Bob Woodward, "Sitcom" by Chuck Lorre, "The Perilous Fight" by Colin Kaepernick, and "The Steps" by Sylvester Stallone. (Random House/Gallery Books/Simon Six/The Open Field/Grand Central Publishing/Knopf/Harper/Dey Street/Legacy Lit/William Morrow via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DMI6RL3MFNOEG2SZGQTILKXTPU.jpg?auth=c2fc8b96d30dd945b08f78aefb56d943aaaa9c76bff429a2fb3b1dd9b838eadc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of cover images show poetry books, top row from left, "A Fire in Her Brain: Poems" by Jennifer Franklin, "Agate Head/Stone Soup" by Patricia Lockwood, "Cloud Runner: Poems" by Joy Harjo, "Dear Mothership: Poems" by Marcus Wicker, bottom row from left, "Enter World: Poems" by Dalia Taha, "Lion: Poems" by Tina Chang, "Other Legacies: Great Unsung American Poets," and "We" by Layli Long Soldier. (Princeton University Press/Penguin Books/W. W. Norton/Ecco/Graywolf Press/W. W. Norton/Wesleyan University Press/Graywolf Press via AP)]]></media:description></media:content></item><item><title><![CDATA[Mondo can sing, too: Duplantis releases 'Gold' as anthem for Ultimate Championship]]></title><link>https://www.local10.com/sports/2026/08/21/mondo-can-sing-too-duplantis-releases-gold-as-anthem-for-ultimate-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/21/mondo-can-sing-too-duplantis-releases-gold-as-anthem-for-ultimate-championship/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUDAPEST, Hungary (AP) — Swedish pole vaulter Armand “Mondo” Duplantis is singing about his favorite color in a promotion for the first Ultimate Championship.]]></description><pubDate>Fri, 21 Aug 2026 10:01:45 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST, Hungary (AP) — Swedish pole vaulter Armand “Mondo” Duplantis is singing about his favorite color in a promotion for the first Ultimate Championship.</p><p>The two-time Olympic champion released “Gold” with World Athletics on Friday as the anthem of the upcoming meet that boasts a total prize fund of $10 million.</p><p>Ultimate Championship will be staged in Budapest from Sept. 11-13 showcasing Olympic, world and Diamond League champions over three evening sessions. Gold medalists in individual events will win $150,000.</p><p>The 26-year-old Duplantis has dabbled in music for several years and released his first single, “Bop,” in 2025.</p><p>Duplantis, the world-record holder, says he dreams of winning a Grammy.</p><p>“Gold” was written by Duplantis with Carl Silvergran and Oscar Chase, and was produced by Chase, the World Athletics announcement said.</p><p>“I wrote the song around representing something that’s a lot bigger than yourself,” Duplantis said in the announcement. “I think that’s what we all do when we’re on the track. We represent our family, our team, our coaches, and I love that concept. Music and sports are the two things that bring people together in the best way, and ‘Gold’ is an expression of that.”</p><p>The accompanying music video was filmed in the Hungarian capital and includes archival footage of Duplantis as a young athlete.</p><p>The Louisiana-born Duplantis told the Olympics channel last year he uses his music “as a way of therapy. I really love to have something else to be able to do, and to kind of take myself away from sports a little bit.”</p><p>At the Ultimate Championship, his new song “will be woven into the broadcast and live-event experience, connecting fans in-stadium with audiences around the world,” World Athletics said.</p><p>Duplantis is scheduled to perform “Gold” live in-stadium to close out the event.</p><p>“The Ultimate is purposefully designed to showcase the talents and passions of our sport’s biggest stars, on and off the track,” World Athletics President Sebastian Coe said. “Mondo is one of our most recognizable and accomplished athletes, and we could not be more excited that he is the one who created the Ultimate Anthem."</p><p>The championship will be a biennial event.</p><p>___</p><p>See full AP coverage of European sports here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZFFSPN5C3OLIBG7WRL7KI2W6GI.jpg?auth=f33f901e3c7bcf10d581ed086ad813f3afef8618200c791450c168c5bb93171f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sweden's Armand Duplantis bites his gold medal as he celebrates winning the men's pole vault final at the European Athletics Championships in Birmingham, England, Sunday, Aug. 16, 2026. (AP Photo/Morgan Harlow)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Harlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOG655OV6QNWIDEAFW2RMSGBBQ.jpg?auth=808dadd0de945bbf592328c1baac3c311dab57e1421b59d02868ce5ab13a2e4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sweden's Armand Duplantis makes an attempt in the men's pole vault final at the European Athletics Championships in Birmingham, England, Sunday, Aug. 16, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGKQEUVJWFEZPCOFOLXFOD2JTY.jpg?auth=2e40a23dbd17527e917cf17e416e4667a80fb6e87bacf65c6331b40f858b8243&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sweden's Armand Duplantis competes in the men's pole vault final at the European Athletics Championships in Birmingham, England, Sunday, Aug. 16, 2026. (AP Photo/Morgan Harlow)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Harlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6C64RYQSIJFNCMDZ4BXOM3ZWNE.jpg?auth=14e8e0106e6bd34dc0c452daf02da621f7bc322acbb63c6a41266142fb8e25ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sweden's Armand Duplantis competes in the men's pole vault final at the European Athletics Championships in Birmingham, England, Sunday, Aug. 16, 2026. (AP Photo/Morgan Harlow)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Harlow</media:credit></media:content></item><item><title><![CDATA[Antonelli remains the driver to beat as F1 returns at the Dutch Grand Prix]]></title><link>https://www.local10.com/sports/2026/08/21/antonelli-predicts-an-exciting-return-for-f1-as-rain-falls-ahead-of-the-dutch-grand-prix/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/21/antonelli-predicts-an-exciting-return-for-f1-as-rain-falls-ahead-of-the-dutch-grand-prix/</guid><dc:creator><![CDATA[By JAMES ELLINGWORTH, Associated Press]]></dc:creator><description><![CDATA[ZANDVOORT, Netherlands (AP) — Max Verstappen is staying in Formula 1, the Dutch Grand Prix is leaving and Kimi Antonelli remains the driver to beat.]]></description><pubDate>Fri, 21 Aug 2026 11:50:52 +0000</pubDate><content:encoded><![CDATA[<p>ZANDVOORT, Netherlands (AP) — Max Verstappen is staying in Formula 1, the Dutch Grand Prix is leaving and Kimi Antonelli remains the driver to beat.</p><p>F1 returned from its mid-season break with an intriguing challenge for the drivers Friday, but Antonelli still led the way.</p><p>The single practice session for the Dutch Grand Prix was held on a drying, constantly-changing track after rain.</p><p>McLaren and Ferrari drivers traded quickest laps before Mercedes' Antonelli beat both rival teams late in the session, going fastest by 0.121 of a second from McLaren's Lando Norris, who won the last race in Hungary on July 26 on a similarly tight and twisty track.</p><p>Antonelli's Mercedes teammate George Russell was third and the Ferraris of Lewis Hamilton and Charles Leclerc fourth and fifth. A day after his new contract at Red Bull through 2030 was confirmed, Verstappen was frustrated in 11th, taking a trip through the gravel as he struggled with the handling.</p><p>The 2026 cars and their formidable electrical power have yet to be tried in serious rain as part of a race weekend. That briefly seemed like it would happen in practice as teams started on intermediate tires, but the track soon dried out.</p><p>The weather could yet affect qualifying later Friday for Saturday’s sprint race.</p><p>The Dutch Grand Prix is a unique race. Here's why it's leaving</p><p>Verstappen may have committed to Red Bull on a new contract through 2030, but there's no sign of the Dutch race staying beyond this year.</p><p>The 80s rock anthem “The Final Countdown” rang around the venue Thursday as organizers gear up for the sixth and final race since returning to the F1 calendar in 2021.</p><p>The race is a privately run operation in a calendar packed with races that boast government backing. Citing “risks and responsibilities,” organizers said in 2024 they'd rather “go out on a high" with two more races and no more.</p><p>Something else makes the Dutch Grand Prix stand out, too. Almost all fans attending are barred from driving to the track because the seaside resort town puts strict rules on traffic. Instead, they must take the train from Amsterdam or — in a uniquely Dutch take on F1 — join the tens of thousands riding bikes to Zandvoort.</p><p>Lawson and Tsunoda need to learn fast</p><p>Liam Lawson only learned on Monday he was being promoted to the main Red Bull team after Isack Hadjar injured his wrist. Lawson has only tried the unfamiliar car on the simulator so far, in a hastily arranged session Wednesday.</p><p>Lawson's promotion means Yuki Tsunoda is back on the grid with Racing Bulls. He hasn't raced under the new-for-2026 regulations at all. Given those challenges, Lawson's 14th place in practice — three behind Verstappen — was solid, as was Tsunoda's 17th.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/23CSRIEHDEKPZQBI4DB62NLHWQ.jpg?auth=50e34f68ef1510aa3f14a65bdd057eddfa88af7c10c9f03c1ba700af2e661a02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver Andrea Kimi Antonelli of Italy in action during the first free practice for the Formula One Dutch Grand Prix in Zandvoort , Netherlands, Friday, Aug. 21, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NXZRW4JKJ73XTEJXMI6IZTC3E4.jpg?auth=1bfb5a7f4a46378285246208600d755e6726e1fec0509b16b2cf5cf3da8eb33a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ferrari driver Charles Leclerc of Monaco makes a pit stop during the first free practice for the Formula One Dutch Grand Prix in Zandvoort , Netherlands, Friday, Aug. 21, 2026. (AP Photo/Patrick Post)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Post</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GIWEVB7TLNBN2VSQQR5WAROZA.jpg?auth=77c2306a611ff9efe8dca074d5811a7264a7a14899a973b35a25514177bbe149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain in action during the first free practice for the Formula One Dutch Grand Prix in Zandvoort , Netherlands, Friday, Aug. 21, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPOM2SXVWL32VI4PV3CLZUB7XA.jpg?auth=3ea5c9280d19682880e123b5d7ede98be1bc51bbd6108d3eeab1004d33725767&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Bull driver Max Verstappen of the Netherlands prepares for the first free practice for the Formula One Dutch Grand Prix in Zandvoort , Netherlands, Friday, Aug. 21, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SZB72X5MHOA7GH7L6PM5YFQ4NA.jpg?auth=815b80d7da5f237a9d554eeb0ad44b0309577ad46a3cc205a45fdaf48c8ebc97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans sit ahead of the first free practice for the Formula One Dutch Grand Prix in Zandvoort , Netherlands, Friday, Aug. 21, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Iranian families struggle to afford the basics as US ratchets up economic warfare]]></title><link>https://www.local10.com/business/2026/08/21/iranian-families-struggle-to-afford-the-basics-as-us-ratchets-up-economic-warfare/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/21/iranian-families-struggle-to-afford-the-basics-as-us-ratchets-up-economic-warfare/</guid><dc:creator><![CDATA[By MEHDI FATTAHI and DAVID RISING, Associated Press]]></dc:creator><description><![CDATA[TEHRAN, Iran (AP) — Tehran’s grocery stores are well-stocked, but many families can barely afford the basics. Unemployment is soaring and those with jobs are working more hours for money worth half as much as a year ago, putting food, medicine and everything else — except for heavily subsidized gasoline — further out of reach.]]></description><pubDate>Fri, 21 Aug 2026 09:06:29 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — Tehran’s grocery stores are well-stocked, but many families can barely afford the basics. Unemployment is soaring and those with jobs are working more hours for money worth half as much as a year ago, putting food, medicine and everything else — except for heavily subsidized gasoline — further out of reach.</p><p>“We have virtually given up on many things,” said Ahmad Karimi, 52, a taxi driver and father of two who has been working 15-hour days to make ends meet. “We’re cutting out fruit, we’re cutting out protein, we’ve given up leisure, we even work on weekends."</p><p>Nearly six months into the war with the United States and Israel, the Iranian economy is taking a beating under the force of sanctions and a naval blockade that is making it extremely difficult for the country to export oil, its most valuable product.</p><p>Whether this intensifying economic pressure will translate anytime soon into military or political concessions from Iran remains to be seen — but some experts are skeptical. Since the war began, Iran has been attacking oil-rich neighbors and U.S. bases in the region, and disrupting shipping in the Strait of Hormuz, its biggest strategic advantage.</p><p>Iran is trying to use this retaliatory pressure — which is driving up energy prices globally — to bring the war to an end on the best terms possible. It is pressing for sanctions relief, and seeking enough control over the strait to demand payment from ships passing through to deliver energy and other goods.</p><p>The Trump administration — which is stuck fighting over a waterway in a war that was launched to curb Iran's nuclear program — is now promising to deliver even tougher sanctions to try to squeeze the Islamic Republic into submission. But experts say U.S. President Donald Trump may be underestimating how long Iran can hold out.</p><p>Iran has been subject to Western sanctions for years and has become deft at partially circumventing them. It has expanded domestic production, used informal cross-border trade networks, bought restricted goods through third countries, and used a shadow fleet to transport its oil.</p><p>“Iran’s resistance capacity not only avoids collapse, it also prevents the economic pain from translating into the political pressure and changes that the U.S. expects,” said Hadi Kahalzadeh, an expert on Iran’s economy at Brandeis University.</p><p>Iran's economic strains carry an ‘emotional toll’</p><p>Tehran’s sprawling Grand Bazaar is regularly packed with shoppers hoping to find more affordable staples than at the country’s grocery stores, where rice is 60% more expensive and beef is 150% more expensive than before the war.</p><p>A mother of two from northern Iran posted a photo on X this week after purchasing milk, eggs, toilet paper and a few other items, but no meat. She complained that it cost 89 million rials (about $65).</p><p>“Buying basic necessities has become our main priority, and our shopping basket has gotten smaller and more limited,” the 41-year-old told The Associated Press on condition of anonymity for fear of retribution.</p><p>“The emotional toll and the pressure we’re under are another story," she said. "Every time we have to say no to our children, every time we have to go back and forth over a decision, whether it’s a class you’d love your children to take or something they really want you to buy for them, it’s genuinely exhausting.”</p><p>By the end of the year, inflation in Iran is expected to rise nearly 70%, according to the International Monetary Fund, and the country's economy — devastated by a decade of sanctions before the war — is forecast to shrink by more than 5%.</p><p>While gasoline has remained cheap thanks to government subsidies, even that might not last forever as supplies get tighter. A presidential aide told Iranian state television last week that the country is now using more gasoline each day than it produces and may need to raise prices — something that in the past has led to widespread protests.</p><p>Iranians turn some anger toward countries behind sanctions</p><p>Iran's theocratic leaders were already facing economic discontent before the U.S. and Israel started the war on Feb. 28. Protests had spread across the country at the beginning of the year before they were violently put down, with thousands killed and tens of thousands believed to have been arrested.</p><p>Many Iranians have now turned at least some of their economic frustrations toward the countries behind the sanctions and the attacks that have destroyed factories and critical infrastructure and killed scores of civilians, said Hassan Golmoradi, a Tehran-based economist.</p><p>“Despite the hardships and difficulties, they have shown considerable patience in putting up with the resulting economic pressures,” Golmoradi said.</p><p>Iran’s leaders have said it is a treasonous offense — punishable by death — to take part in anti-government protests.</p><p>“They do suffer, but they do not think that by joining violent protests they can achieve something for themselves and their families,” said Mohammad Farzanegan, a professor of Middle Eastern economics at the University of Marburg in Germany.</p><p>Trump is threatening tougher sanctions</p><p>On Wednesday, Trump vowed on social media to unleash against Iran the “most crushing economic operation ever taken against any country.” He also threatened secondary sanctions on nations and companies that continue to do business with Iran.</p><p>The United Arab Emirates, which for years had enabled Iran to circumvent sanctions and receive goods from other countries, announced this week it was suspending all trade with Tehran. Trump had called the leader of the UAE, Sheikh Mohammed bin Zayed Al Nahyan, the day before the announcement.</p><p>With the economic struggles, the elected government of Iranian President Masoud Pezeshkian has said it favors a negotiated end to the war. “What concerns us is people’s livelihoods and their economic situation, and we are doing everything we can to deal with it,” he told reporters last week.</p><p>But the most powerful force in Iran remains the paramilitary Revolutionary Guard, which has only become stronger after withstanding U.S. and Israeli airstrikes that killed Iran’s top leaders during the war's opening salvos. The Guard is pressing for greater concessions from the U.S., including Iranian control over the Strait of Hormuz and financial compensation for the war.</p><p>With negotiations to end the war stalled, Iran’s hard-liners believe their country can endure the conflict’s economic pressures longer than their adversaries.</p><p>Iran’s supreme leader, Ayatollah Mojtaba Khamenei, this month appointed a former Revolutionary Guard commander to head Iran’s powerful Supreme National Security Council, a sign that he favors the hard-line approach.</p><p>A taxi driver says something has to give</p><p>Official government statistics put Iran’s unemployment rate at 9.1%, though state-affiliated media outlets have said the real figure is most likely many times higher. A Labor Ministry official said last week that by late May, just three months into the war, more than 1 million jobs had been lost.</p><p>In a sign that Iran's leaders are at least somewhat concerned about public opinion, the government has refrained from enforcing mandatory hijab regulations as harshly as it had been — a social freedom that has long been sought by many.</p><p>But these days many Iranians are focused on how their lifestyles are restricted economically.</p><p>Karimi, the taxi driver, said Iran’s leaders will need to do something soon to alleviate the financial pressures he and others are feeling.</p><p>“The people won’t be able to continue living like this,” he said. “We’re simply breathing, surviving, and trying to make it from one day to the next.”</p><p>___</p><p>Rising reported from Dubai, United Arab Emirates.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U7GTYDUPJP4JTFCDMJYYUOZDJ4.jpg?auth=02d04afdef71c6b7e10b04a2b040815968be84bf6ccb7df0d53cce05a67e1d84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk in Tehran's traditional main bazaar, Iran, Saturday, Aug. 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBZ2LFW2OZWNOWPDYOOGWR3SXQ.jpg?auth=0f87a55b9772f347515be2f31bb0d76956a9c769ac012fa371a77fc8fa110ddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A shopkeeper arranges nuts at his shop at Tajrish traditional bazaar in northern Tehran, Iran, Sunday, Aug. 2, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCSZCIR2RQRBBBXJMMK622LTZQ.jpg?auth=d3f2c0aebc6b28292b1c0e74e69acce57d9f777ba7990eb24d785f156208cd69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers prepare sangak, a traditional Iranian flatbread, at a bakery in Tehran, Iran, Tuesday, Aug. 18, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F56ANONALCW7YMA7AY5VALCEYY.jpg?auth=a4d64ccd12d55474e4c7638f1f6dbd14fcb63550b5f62437880428ab64353f98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women walk through the Iran Mall shopping center in Tehran, Iran, Thursday, July 30, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BEL5AABWFPVIHJMTQ2R2C55JAY.jpg?auth=7544d01c0fa874efb2bbbdd8200a6d67230de380f87e6a35522706ab096f06d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Small boats line the shore as cargo ships and other commercial vessels appear anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, July 27, 2026. (Razieh Poudat/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content></item><item><title><![CDATA[Prosecutors to retry Yung Filly on 3 rape charges in Australia]]></title><link>https://www.local10.com/entertainment/2026/08/21/prosecutors-to-retry-yung-filly-on-3-rape-charges-in-australia/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/21/prosecutors-to-retry-yung-filly-on-3-rape-charges-in-australia/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PERTH, Australia (AP) — British social media celebrity and rapper Yung Filly will be retried on three charges that allege he raped a fan in Australia following a music performance two years ago.]]></description><pubDate>Fri, 21 Aug 2026 07:01:35 +0000</pubDate><content:encoded><![CDATA[<p>PERTH, Australia (AP) — British social media celebrity and rapper Yung Filly will be retried on three charges that allege he raped a fan in Australia following a music performance two years ago.</p><p>The 30-year-old entertainer, whose real name is Andres Felipe Valencia Barrientos, learned on Friday that prosecutors intend to try him for a second time on the charges.</p><p>Barrientos underwent an eight-day trial for the same alleged attack last month in the District Court of Western Australia state in Perth.</p><p>A jury found him guilty on two charges that he had assaulted the woman, then aged 20, occasioning bodily harm in a Perth hotel room in September 2024.</p><p>The jury also found him not guilty of choking her and not guilty of three of six charges of rape.</p><p>The jury could not reach majority verdicts of at least 10 out of 12 jurors on the remaining three rape charges.</p><p>Prosecutor Danielle Clarke told Judge Linda Black that the alleged victim, who cannot be identified, was willing to testify again at a retrial.</p><p>Black was the original trial judge. She told defense and prosecution lawyers on Friday to consider whether they want a new judge to hear the retrial and whether the proceedings should be heard by a jury or by a judge alone.</p><p>The Colombian-born entertainer will be sentenced for the assault convictions after his retrial. No date for the trial has been set.</p><p>Barrientos has been free on bail since he was charged and was allowed to return to Britain for several months.</p><p>He said nothing to reporters as he left the court on Friday.</p><p>Barrientos had been touring Australia and had already performed in Sydney and Melbourne before he encountered his victim in Perth. He was arrested several days later in the east coast city of Brisbane, where the tour was to end.</p><p>Prosecutors alleged the woman initially agreed to have sex but withdrew her consent because she feared for her safety.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IT644IU5Z3LA47UMEPMNPNUFAM.jpg?auth=55091395c9d39c80f2b70e73da8609e3007a9b848de24c2ece6a277caa514d65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British rapper Yung Filly, whose real name is Andres Felipe Valencia Barrientos, leaves the Western Australian District Court in Perth, Australia, on July 27, 2026. (Aaron Bunch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Bunch</media:credit></media:content></item><item><title><![CDATA[Hungary drained its waters for generations. Now drought is exposing the cost]]></title><link>https://www.local10.com/news/world/2026/08/21/hungary-drained-its-waters-for-generations-now-drought-is-exposing-the-cost/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/21/hungary-drained-its-waters-for-generations-now-drought-is-exposing-the-cost/</guid><dc:creator><![CDATA[By JUSTIN SPIKE, Associated Press]]></dc:creator><description><![CDATA[GÁRDONY, Hungary (AP) — A fisherman disembarked from his boat in a small harbor on Lake Velence in Hungary last week, trudging up the dock plank that had become extremely steep as the water receded to record lows.]]></description><pubDate>Fri, 21 Aug 2026 05:06:56 +0000</pubDate><content:encoded><![CDATA[<p>GÁRDONY, Hungary (AP) — A fisherman disembarked from his boat in a small harbor on Lake Velence in Hungary last week, trudging up the dock plank that had become extremely steep as the water receded to record lows.</p><p>Árpád Selmeci said navigating even a small fishing boat on Hungary's third-largest lake is becoming increasingly difficult as the water level has ebbed to around 20 centimeters (8 inches), well below the 150 centimeters (5 feet) optimal for August. Swimming beaches across the lake, once popular with tourists, have been closed.</p><p>Lake Velence’s decline is part of a broader water crisis confronting Hungary as increasingly prolonged droughts and climate change-driven heat waves have pummeled Europe.</p><p>“I've lived on Lake Velence since I was a child, and I've never seen the water so low," said Selmeci, 58. "It's terrible. My heart aches every single moment.”</p><p>This summer, wildfires scorched the continent from the United Kingdom to Greece, while in Hungary, drought has damaged crop yields, led to drinking water shortages and threatened to shut down the country's only nuclear power plant.</p><p>Yet the lack of rainfall linked to human-driven climate change is only part of Hungary's water problem. Experts say the country's long-standing practice of channeling water away from its landscape and draining natural wetlands has left it especially vulnerable as droughts become more frequent and severe.</p><p>A legacy of draining away water</p><p>Around 99% of Hungary’s lands are currently under severe or extreme drought conditions, according to the national meteorological service, and desertification, a process where vegetation recedes because of high heat and low rainfall, threatens much of the Great Hungarian Plain.</p><p>Yet more than a quarter of Hungary consists of low-lying land that naturally retains precipitation, and in past centuries its many rivers and streams made it rich in freshwater resources. However, a 2023 study published in the journal Nature estimated Hungary’s historical wetland loss at more than 80%.</p><p>Zsuzsanna Ujj, a biodiversity policy specialist and project coordinator with environmental group Friends of the Earth Hungary, said the country “has not been a good steward of its waters in the last 200 years.”</p><p>A major contributor is Hungary's network of more than 40,000 kilometers (25,000 miles) of drainage canals — a length that exceeds the circumference of the Earth — which drain accumulated precipitation from fields, wetlands and the soil to make room for agriculture and other enterprises.</p><p>The priority on draining land rather than allowing natural flooding cycles to occur has contributed to a consistent drop in the water table and the drying out of wetlands and topsoil. With less water available to evaporate, the air dries out, further reducing the chances of localized precipitation.</p><p>Ujj said that Hungary — which is among the most drought-exposed countries in Europe and ranks 16th globally, according to a report by the Organization for Economic Cooperation and Development — “needs to realign its water management practices, shifting from a drainage-based approach to one focused on water retention.”</p><p>Disappearing lakes</p><p>The drying out of Hungary isn't limited to streams and wetlands. Lake Garancsi, a small recreational lake around 20 kilometers (12 miles) northwest of Budapest, was once a popular destination for fishing, swimming and ice skating, and was the setting of the 2001 cult Hungarian comedy “Üvegtigris” (“Glass Tiger").</p><p>But the lake, present since the Middle Ages, has shrunk so dramatically in recent years that none of the previous recreational activities are permitted, and most of the former lake bed is now exposed, cracked and dry.</p><p>What remains of the water is so shallow and warm that all of the fish and most of the other wildlife have disappeared, and authorities have predicted no water will be left by the end of summer.</p><p>Zoltán Mettner, who runs the Glass Tiger bar on the shores of the lake, said conditions have gotten worse every year. After spending years beside the lake, he said looking at it now is “terrible, there’s no other way to put it.”</p><p>“It’s sad enough that we’ve let things get this far, and that we couldn’t have taken gradual steps to prevent this lake from being completely destroyed,” he said.</p><p>Hungary's government plans a change of course</p><p>Hungary's new government has promised to begin taking those steps.</p><p>In late June, on the same day the country set a high temperature record of 42 Celsius (107.6 Fahrenheit), Prime Minister Péter Magyar told lawmakers that his government would put water management policies “on new footing,” and launch a comprehensive water conservation program to mitigate the effects of drought.</p><p>"Many have said year after year that water shortage will be one of Hungary’s problems and one of the most important strategic issues to be solved. They were right,” Magyar said.</p><p>In addition to poor water retention practices, Magyar said that aging water utility infrastructure causes 20-25% of the country’s drinking water to leak out through damaged pipes, costing some 17 billion forints ($54.4 million) annually.</p><p>“For years, even the existence of the problem was denied and relativized,” Magyar said. Now, he added, “water retention will be the basic principle of Hungarian water management.”</p><p>Danube River at historic lows</p><p>Yet implementing such sweeping changes will be time consuming and costly, while Hungary's current water crisis threatens its ability to produce adequate energy.</p><p>The Danube, the European Union's longest river which runs through 10 countries from southwestern Germany to the Black Sea, has set successive records this summer for low water levels, threatening to shut down Hungary's only nuclear power plant, which uses water from the river to cool its reactors, for the first time in its 44-year history.</p><p>Hungary's government has taken emergency interventions to raise the water level at the Paks plant, including sinking two 80-meter (262-foot) barges just upriver and beginning to install a riverbed sill designed to divert more water toward the plant's pumps.</p><p>In such drought conditions, wetlands near rivers like the Danube normally act as a “natural reservoir” for retaining water when weather gets dry, said Ujj, the biodiversity specialist.</p><p>The extremely low level of the Danube — as well as the increased chances for more frequent and intense floods — are effects of human-driven climate change that can be partially mitigated through appropriate land use and restoration of wetlands and other natural habitats, she added.</p><p>“We do indeed expect water levels to fluctuate more, and we also expect precipitation patterns to become more extreme with drier summers,” she said. "However, restoring wetlands and increasing evaporation in certain areas could help boost precipitation during the summer months.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NVS7S2ARXXX5LZCUS7OPAHG3WY.jpg?auth=5af5d5ec2bfcc0c332fe7b7dbed703f73c9a6c9757fa868755ee1df9920d6f03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk on sandbanks exposed by record-low water levels in the Danube River after drought and extreme heat near Nagymaros, Hungary, on Aug. 18, 2026. (AP Photo/Bela Szandelszky)]]></media:description><media:credit role="author" scheme="urn:ebu">Bela Szandelszky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LC7CUFFOZ6TLIQA3DYZMVHWPIY.jpg?auth=1591d18e7e333de28a45881b4c27a4cdd271001d1ada2fb1fd64da97571d5b2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boats lie on cracked soil at a dried-out marina on Lake Velence, Hungary, on Aug. 13. 2026. (AP Photo/Bela Szandelszky)]]></media:description><media:credit role="author" scheme="urn:ebu">Bela Szandelszky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJN2PNAEGHYECPTEFOOZUHTPHE.jpg?auth=288a487659ea762e0f2a422bea8a0584ab99f3637ab447cf57006b8f19b3396e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk on sandbanks exposed by record-low water levels in the Danube River after drought and extreme heat near Nagymaros, Hungary, Tuesday, on Aug. 18, 2026. (AP Photo/Bela Szandelszky)]]></media:description><media:credit role="author" scheme="urn:ebu">Bela Szandelszky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA7Y5MZLQSPHMBC66ATWOGHJSE.jpg?auth=ff2f15c12c837550e03343e2449bfe7e4dc49a1b87d06979fca008dc891164d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People walk on a sandbar underneath the Danube's Margareth Bridge in downtown Budapest, Hungary, on Aug. 5, 2026, as the river, which runs through 10 European countries, has receded never-before-seen low water levels. (AP Photo/Bela Szandelszky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bela Szandelszky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OHC53UXFTLMTD4XL635DBKSRUI.jpg?auth=ee4b18acec4475006d544157791fff0fc7c6758312c5731f49779f435ec311bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The bed of Lake Garancsi is exposed as the popular tourist destination near Budapest after the lake died out following an extended drought period near Tinnye, Hungary, on Aug. 8, 2026. (AP Photo/Bela Szandelszky)]]></media:description><media:credit role="author" scheme="urn:ebu">Bela Szandelszky</media:credit></media:content></item><item><title><![CDATA[US, South Korean militaries wrapping up drills early, a day after North Korea's missile barrage]]></title><link>https://www.local10.com/news/world/2026/08/21/us-south-korean-militaries-wrapping-up-drills-early-a-day-after-north-koreas-missile-barrage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/21/us-south-korean-militaries-wrapping-up-drills-early-a-day-after-north-koreas-missile-barrage/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — The U.S. and South Korean militaries were wrapping up their annual drills six days earlier than initially scheduled on Friday in a conciliatory gesture toward North Korea, though the North said the step isn't enough to convince it to return to talks.]]></description><pubDate>Fri, 21 Aug 2026 05:01:57 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — The U.S. and South Korean militaries were wrapping up their annual drills six days earlier than initially scheduled on Friday in a conciliatory gesture toward North Korea, though the North said the step isn't enough to convince it to return to talks.</p><p>U.S. President Donald Trump had earlier abruptly ordered the Pentagon to “substantially reduce” the Ulchi Freedom Shield exercises just before they began Monday. Trump cited what he described as a good relationship with North Korean leader Kim Jong Un and South Korea’s refusal to support him over the war in Iran.</p><p>Kim Yo Jong, the influential sister of North Korean leader Kim Jong Un, brushed aside Trump’s overture on Wednesday, saying “the provocative, aggressive nature of the drills" won't change only with the reduction of their duration and size.</p><p>The next day, North Korea fired about 10 short-range ballistic missiles toward the sea, apparently following through with its previous threat to respond to the U.S.-South Korean drills that it views as an invasion rehearsal.</p><p>The U.S. Pacific Command said the events didn't pose an immediate threat to U.S. territory or its allies. The command said the U.S. remains committed to the defense of the U.S. homeland and its allies in the region.</p><p>Kim Yo Jong's statement dampened hopes for an early resumption of talks between Trump and Kim Jong Un, whose earlier nuclear diplomacy collapsed in 2019. Kim Jong Un has used the diplomatic stalemate to increase his leverage by modernizing his nuclear and missile programs and aligning with Russia over its war against Ukraine. Kim Jong Un suggested last year that he won't return to talks unless the U.S. drops its demand for North Korean denuclearization as a precondition for diplomacy.</p><p>Kim Yo Jong still used relatively measured language, avoided typical harsh North Korean rhetoric and touched upon what she called an “excellent” relationship between her brother and Trump. This suggests North Korea doesn't want to completely shut the door for future talks and may seek to win bigger U.S. concessions, such as international recognition as a nuclear state and broad sanctions relief.</p><p>With its supply of ammunition and troops to Russia, North Korea is likely receiving economic and military assistance in return, and its expanding ties with Russia provides it with leverage to ask for greater support from China, its biggest trading partner.</p><p>“After this strategic play has run its course, Kim may seek further economic and reputational benefits from Washington,” said Leif-Eric Easley, a professor at Ewha University in Seoul. “But that will probably be after the U.S. midterm elections when Trump is expected to be in a weaker domestic political position and in search of headline-grabbing foreign policies.”</p><p>Kim Dong-yub, a professor at the University of North Korean Studies in Seoul, said that Kim Yo Jong's statement showed North Korea's position that a personal relationship between her brother and Trump “can't be a factor that moves current North Korean-U.S. relations.” He said Kim Yo Jong likely aimed to head off speculation that Trump's move can restore diplomacy so as not to fully take the blame when it doesn't happen.</p><p>Kim Yo Jong denied Trump’s claim that Kim Jong Un had responded to his request for a conversation. When asked by reporters Wednesday if he would be meeting with Kim Jong Un this year, Trump said that “Yeah, I will be.”</p><p>The Ulchi Freedom Shield is one of the main military exercises conducted by the U.S. and South Korea annually to enhance their ability to cope with potential North Korean aggression. Its downsizing has caused worries about joint U.S.-South Korean readiness.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YIQDDJSLS63RKKGHYLEV3UKR3U.jpg?auth=275744ccb4b6052da02c6a50e241918ede8f14d7a976a82e36a7c678c68c2b28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea army soldiers take part in an anti-terror drill as a part of the Ulchi Freedom Shield military exercise between the U.S. and South Korea in Seoul, South Korea, Wednesday, Aug. 19, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W73ECVBY3EH5UPJZXWESKKHKXA.jpg?auth=87d1a1fe50778359820a6bc473cfedc73a73c6d79d998e8e6242868ad467ad0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Army's armored vehicles gather to cross a river at a training field in Yeoncheon, South Korea, near the border with North Korea, Tuesday, Aug. 18, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENAQ6BC6TNBOILH4IV33I5VKCU.jpg?auth=0f4117e385fbb5f19210724e003171dcc58407ca07173e4b191ec0dada05a921&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A TV screen shows a file image of North Korean leader Kim Jong Un and U.S. President Donald Trump during a news program at Seoul Railway Station in Seoul, South Korea, Thursday, Aug. 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Tormentas y posibles tornados azotan el noreste de EEUU, inundan carreteras y dañan playas]]></title><link>https://www.local10.com/espanol/2026/08/21/tormentas-y-posibles-tornados-azotan-el-noreste-de-eeuu-inundan-carreteras-y-danan-playas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/21/tormentas-y-posibles-tornados-azotan-el-noreste-de-eeuu-inundan-carreteras-y-danan-playas/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[NUEVA YORK (AP) — Fuertes lluvias y vientos azotaron el noreste de Estados Unidos el jueves, mientras tormentas azotaban una playa en Long Island, dejaban varadas a decenas de personas en sus autos en Nueva Jersey y provocaban cortes de electricidad en partes de la capital de Delaware.]]></description><pubDate>Fri, 21 Aug 2026 04:51:40 +0000</pubDate><content:encoded><![CDATA[<p>NUEVA YORK (AP) — Fuertes lluvias y vientos azotaron el noreste de Estados Unidos el jueves, mientras tormentas azotaban una playa en Long Island, dejaban varadas a decenas de personas en sus autos en Nueva Jersey y provocaban cortes de electricidad en partes de la capital de Delaware.</p><p>Fotos y videos compartidos en redes sociales muestran escombros lanzados por el aire y una lluvia intensa mientras un posible tornado tocaba tierra en Atlantic Beach, en la barrera exterior de Long Island. Destrozó un destacado club de playa, dejando sillas de playa rotas y vigas de madera esparcidas por la orilla.</p><p>Bruce Blakeman, ejecutivo del condado de Nassau, señaló que no había reportes de lesiones graves ni muertes, pero sí daños a la propiedad, y un equipo de búsqueda se estaba asegurando de que nadie quedara atrapado en las cabañas. Declaró el estado de emergencia.</p><p>“Hay reportes de personas atrapadas en sus vehículos debido a inundaciones en la costa sur, y los servicios de emergencia están ayudando en su rescate”, manifestó Blakeman en un comunicado.</p><p>El Sun and Surf Beach Club indicó que las construcciones habían sufrido daños significativos, y que el club cerró temporalmente, al igual que el cercano Silver Point.</p><p>“Estamos trabajando con las autoridades locales y evaluando los daños para garantizar que ambos clubes sean seguros antes de reabrir”, señaló el club en un comunicado.</p><p>El Servicio Meteorológico Nacional había advertido sobre trombas marinas —peligros similares a tornados que ocurren sobre el agua— en la zona, pero de momento no pudo confirmar un tornado en la playa.</p><p>Bryan Ramsey, meteorólogo del servicio meteorológico en Nueva York, explicó que en la noche la tormenta se desplazaba hacia el este, mar adentro, y que se prevé que su fuerza disminuya en las próximas horas.</p><p>En otras partes de Nueva York, las inundaciones obligaron a cerrar en ambos sentidos un tramo de la autopista Long Island Expressway en Queens, según la Oficina de Manejo de Emergencias de la ciudad de Nueva York. Fotos en redes sociales mostraban filas de autos detenidos mientras equipos de emergencia atravesaban el agua.</p><p>En Jersey City, Nueva Jersey, los equipos de emergencia rescataron a 69 personas atrapadas en autos alcanzados por inundaciones repentinas el jueves, informó el alcalde James Solomon. Los rescatistas avanzaron por calles en las que el nivel del agua alcanzaba las rodillas, desplazándose en pequeñas embarcaciones inflables para ayudar a quienes estaban varados.</p><p>Un probable tornado tocó tierra en Dover, Delaware, y causó daños significativos en toda la ciudad, reportó el departamento de policía. No hubo reportes de lesiones graves, agregó.</p><p>“Dover: por favor tómense esto en serio. Quédense en casa. Manténganse a salvo”, publicó el departamento en Facebook.</p><p>Fotos y videos en internet muestran árboles caídos, cables eléctricos derribados y carreteras inundadas.</p><p>La Cooperativa Eléctrica de Delaware informó que más de 1.000 clientes no tenían electricidad en la parte norte del área en la que presta servicio, pero que en pocas horas la mayoría de los cortes ya se habían solucionado.</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/2SU6PICBPTJFLUAV7GOHGOMLO4.jpg?auth=4589a2fa60e7dfa3d8c1cf5971912a53e84202e521d368e3dc41f236c994218c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta fotografía facilitada por las autoridades de Jersey City, equipos de emergencia intentan rescatar a personas atrapadas en esa ciudad de Nueva Jersey, el jueves 20 de agosto de 2026, tras el paso de tormentas por la zona. (Jersey City vía AP)]]></media:description></media:content></item><item><title><![CDATA[Major US markets struggle to find a positive ending for the week]]></title><link>https://www.local10.com/business/2026/08/21/world-shares-are-mixed-and-us-futures-edge-higher-while-oil-prices-slip/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/21/world-shares-are-mixed-and-us-futures-edge-higher-while-oil-prices-slip/</guid><dc:creator><![CDATA[By CHAN HO-HIM and MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — U.S. markets pointed higher early Friday but for the first time in a month, major indexes are all at risk of closing the week in negative territory.]]></description><pubDate>Fri, 21 Aug 2026 12:15:41 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — U.S. markets pointed higher early Friday but for the first time in a month, major indexes are all at risk of closing the week in negative territory.</p><p>The futures for the S&P 500 rose 0.3%, the Dow Jones Industrial Average gained 0.4% and Nasdaq futures climbed 0.6%.</p><p>For the week, the Dow and the S&P are down 1.81% and 1.85% respectively before the opening bell, and the Nasdaq is down 2.48%. It would be the second consecutive week of losses for the Dow.</p><p>Treasury Secretary Scott Bessent this week attempted to put a lid on longer-term borrowing costs which have weighed on markets, but the results have been muted.</p><p>The Treasury announced Wednesday that it will at least double the size of its planned purchases of longer-term government debt, and Bessent signaled Thursday that the repurchase program could be larger.</p><p>The announcement temporarily brought down government bond yields, which have been elevated by concerns about high inflation partly caused by the war in Iran and rising U.S. government debt.</p><p>But economists believe the effect on bond yields is temporary. The yield on the U.S. 10-year Treasury was around 4.70%, up from nearly 4.64% on Thursday and back near its level before the Treasury Department’s announcement.</p><p>The 30-year Treasury yield was about 5.25%, up from 5.18% on Thursday.</p><p>In early trading, SpaceX shares are up less than 1% after nearly 319 million shares held by investors and employees became eligible to trade Thursday.</p><p>Bitcoin is on a tear this week and was up more than 5% early. Bitcoin has gained 22% for the week and was trading for $76,935 each on Friday.</p><p>In Asia, bond yields also rose. Japan’s 10-year government bond yield, which had been trading near 30-year highs, rose to about 2.88% from around 2.83% on Thursday.</p><p>In Europe, Britain’s FTSE 100 climbed 0.1% to 10,752.29. France’s CAC 40 was nearly unchanged at 8,454.20. Germany’s DAX rose 0.1% to 26,015.14.</p><p>Oil prices are essentially flat as the U.S. stepped up its economic threats toward Iran due to limited progress in talks between Washington and Tehran to open the Strait of Hormuz.</p><p>Brent crude, the international standard, fell 0.1% to $93.67 a barrel. It was trading at roughly $72 per barrel before the start of the war. Benchmark U.S. crude was down 0.1% to $86.77 a barrel.</p><p>The U.S. dollar declined to 158.70 Japanese yen from 159.05 yen. The euro was trading at $1.1702, up from $1.1678.</p><p>Japan’s Nikkei 225 fell 0.3% to 66,016.36. Japan on Friday reported that headline inflation rose to 1.9% in July, in part due to higher oil prices resulting from the war with Iran.</p><p>South Korea’s Kospi climbed 0.9% to 6,912.95. Hong Kong’s Hang Seng added 1.2% to 26,009.46, while the Shanghai Composite index added less than 0.1% to 3,905.20.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NX6BPWZZVZAI4ULZSOZ2UEC7Y.jpg?auth=78efa0de4b39596d0035469c2cdc2900a34368941484a3036d26635916ede279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Anthony Spina works on the floor of the New York Stock Exchange, Monday, Aug. 17, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBEKUFNFTN7B4MGB57VLW7HF4Q.jpg?auth=4a8f9e4b440191dea5fd3cc2c6ae877102f66d9dc19c3feaf4747496fe0848a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders Chris Dattolo, Scott Frinzi, Justin Kanda, and Ravi Bhandari, left to right, work on the floor of the New York Stock Exchange, Monday, Aug. 17, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLH6RYRISFKFINODQEYK2WHWIU.jpg?auth=24765604ba0be68ea564ed8b9f60e77793f2288fb450436a006a29aae3be2a3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Friday, Aug. 21, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Angel Reese has stunning perfect shooting night in the Dream's 124-88 romp over the Sparks]]></title><link>https://www.local10.com/sports/2026/08/21/angel-reese-has-stunning-perfect-shooting-night-in-the-dreams-124-88-romp-over-the-sparks/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/21/angel-reese-has-stunning-perfect-shooting-night-in-the-dreams-124-88-romp-over-the-sparks/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Angel Reese had a stunning perfect shooting night after struggling recently to make even the shortest of shots, and the Atlanta Dream set a franchise record for points in a game in a 124-88 victory over the Los Angels Sparks on Thursday night.]]></description><pubDate>Fri, 21 Aug 2026 05:28:12 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Angel Reese had a stunning perfect shooting night after struggling recently to make even the shortest of shots, and the Atlanta Dream set a franchise record for points in a game in a 124-88 victory over the Los Angels Sparks on Thursday night.</p><p>Reese was 9-for-9 from the field, hitting two 3-pointers, for 20 points and had 10 rebounds and eight assists for her WNBA-leading 25th double-double of the season. She had 18 points in the first half.</p><p>Reese set a Dream record for field goals without a miss and became the third player in WNBA history with a 20-point double-double on 100% shooting. She's four shy of Alyssa Thomas’ WNBA double-double record of 28 set in 2023.</p><p>In addition, she had three offensive rebounds in the first half to break her own WNBA season record of 172 set in 2024.</p><p>Rhyne Howard added 26 points and five 3-pointers for Atlanta (23-13), which has won eight straight in the series with Los Angeles. Naz Hillmon had 14 points and Allisha Gray 13.</p><p>Cameron Brink scored 14 points off the bench for Los Angeles (12-24), which was eliminated from playoff contention. Rae Burrell added 12 and Nneka Ogwumike had 11.</p><p>The Dream led by 42 points and reached the 100-point mark with 8:10 left.</p><p>Play was briefly interrupted with 2:59 left in the third quarter after a sex toy was thrown on the court near where Jihyun Park was about to attempt a free throw for Los Angeles.</p><p>Up next</p><p>Dream: At Phoenix on Saturday.</p><p>Sparks: Host Connecticut on Saturday.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EYG32AIPUDNB2DKZWKAUQK3G3A.jpg?auth=aae0c4ac3358663bcbdb63ef5a1a30e4730d56088bad67888708eaaf0e33d902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5KY2WW2LZBYDBG5PXO4ICDP7R4.jpg?auth=9c3abf73ab32ca6e81c9566076da09954df49b317b7cf283487687b44c2b8cc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) and Indiana Fever center Aliyah Boston (7) fight for the ball in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Primer grupo de deportados llega al convulso Haití tras fin del TPS en EEUU]]></title><link>https://www.local10.com/espanol/2026/08/21/primer-grupo-de-deportados-llega-al-convulso-haiti-tras-fin-del-tps-en-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/21/primer-grupo-de-deportados-llega-al-convulso-haiti-tras-fin-del-tps-en-eeuu/</guid><dc:creator><![CDATA[Por GERARD MAXINEAU y DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[CABO HAITIANO, Haiti (AP) — Estados Unidos deportó el jueves a más de 160 personas a Haití por primera vez desde que el gobierno del presidente Donald Trump ganó una batalla jurídica para poner fin al Estatus de Protección Temporal para unos 350.000 haitianos.]]></description><pubDate>Fri, 21 Aug 2026 04:29:55 +0000</pubDate><content:encoded><![CDATA[<p>CABO HAITIANO, Haiti (AP) — Estados Unidos deportó el jueves a más de 160 personas a Haití por primera vez desde que el gobierno del presidente Donald Trump ganó una batalla jurídica para poner fin al Estatus de Protección Temporal para unos 350.000 haitianos.</p><p>El avión aterrizó en la ciudad haitiana norteña de Cabo Haitiano porque el principal aeropuerto internacional en Puerto Príncipe se considera demasiado peligroso. Actualmente, Washington mantiene una prohibición a que los vuelos comerciales estadounidenses vayan la capital de Haití hasta principios de septiembre, debido a la persistente violencia de las pandillas.</p><p>Los deportados vestían de blanco, y muchos se cubrieron el rostro por seguridad mientras periodistas videogrababan su llegada. Casi todos se negaron a hablar. Algunos temen ser blanco de pandillas que controlan aproximadamente el 70% de Puerto Príncipe y extensas zonas más allá.</p><p>Entre los deportados había beneficiarios del TPS —siglas en inglés del Estatus de Protección Temporal— y haitianos que habían cumplido condenas de prisión, informó Jean Négot Bonheur Delva, director general de la Oficina Nacional de Migración de Haití.</p><p>“No es el Estado haitiano el que pide que los envíen de regreso", señaló Delva. "Nuestra misión es recibir a los migrantes de retorno forzoso. … Les damos la bienvenida con el objetivo de acompañarlos hasta su hogar”.</p><p>Haitianos deportados buscan un hogar</p><p>Delva señaló que algunos de los deportados no nacieron en Haití, aunque son de ascendencia haitiana.</p><p>Indicó que varios de ellos planeaban viajar a la región sur del país caribeño, un trayecto peligroso porque las pandillas controlan las rutas principales que conducen a esa zona, y se sabe que abren fuego al azar contra vehículos que pasan.</p><p>Otros se dirigen a la región occidental de Haití, agregó.</p><p>“Hay un migrante que no sabe nada de Haití porque dijo que venía de República Dominicana; allí nació”, apuntó Delva.</p><p>Señaló que el gobierno intentaría reunirlo con posibles familiares en Haití o en República Dominicana, donde viven su madre y su padre.</p><p>Funcionarios de inmigración en Haití ofrecieron a los deportados un máximo de 65 dólares y algo para beber y comer.</p><p>“A quienes no puedan llegar hoy a sus hogares, los alojaremos en espacios seguros, y al día siguiente el proceso continuará hasta que todos los migrantes regresen a casa, según corresponde”, manifestó Delva.</p><p>El funcionario no precisó cuántos de los 161 deportados eran beneficiarios del TPS que habían vivido y trabajado legalmente en Estados Unidos desde 2010.</p><p>A finales de junio, la Corte Suprema estadounidense permitió que el programa TPS llegara a su fin, lo que afecta a cerca de 1 millón de personas de más de una docena de países.</p><p>Los casos regresaron a los tribunales inferiores, pero para finales de julio el gobierno no había extendido los permisos de trabajo para los haitianos.</p><p>Un juez federal en Washington, D.C., levantó una orden el 5 de agosto que impedía las deportaciones de haitianos que tenían Estatus de Protección Temporal, lo que en la práctica sólo fue una formalidad tras el fallo de la Corte Suprema en junio.</p><p>Activistas advierten que Haití es demasiado peligroso para los deportados</p><p>Activistas han advertido que Haití es actualmente demasiado peligroso, y no cuenta con recursos suficientes para ayudar a quienes están siendo deportados a un país de casi 12 millones de habitantes, de los cuales más de la mitad necesita asistencia humanitaria debido al aumento de la violencia de las pandillas y al agravamiento de la pobreza, el hambre y la violencia.</p><p>La violencia de las pandillas ya ha obligado a una cifra récord de 1,5 millones de personas a desplazarse en todo Haití, donde se reportó la muerte de más de 3.100 personas de enero a junio y otras 1.189 resultaron heridas, según estadísticas de la ONU.</p><p>Un deportado habló brevemente con The Associated Press al llegar a Cabo Haitiano. Se identificó como Jean Diane Louis y contó que salió de Haití cuando tenía 5 años. Dijo que su familia vive en la ciudad de Nueva York y que fue sentenciado a 19 años de prisión por un delito no especificado que, aseguró, no cometió.</p><p>“Luego vino el ICE y me llevó sin interrogarme", relató Louis, refiriéndose al Servicio de Inmigración y Control de Aduanas, por sus siglas en inglés. "Simplemente me enviaron aquí”.</p><p>Mientras persiste la violencia de las pandillas, los migrantes haitianos en Estados Unidos siguen siendo arrestados y deportados.</p><p>Las autoridades estadounidenses arrestaron el jueves a un popular pastor haitiano en una gasolinera en Springfield, Ohio, según Springfield G92, un grupo religioso que apoya a inmigrantes haitianos. El ICE arrestó a un segundo haitiano que estaba con él.</p><p>El pastor, Gilbert Joubert Adrien, estaba detenido por autoridades migratorias en Ohio, narró Marjory Wentworth, portavoz de Springfield G92. Indicó que el ICE ha tenido una fuerte presencia en los últimos días en Springfield, una ciudad de unos 60.000 habitantes, la cual fue objeto de atención cuando Trump afirmó falsamente durante su campaña de 2024 que residentes haitianos allí comían perros.</p><p>El Grupo de Apoyo a Refugiados y Retornados de Haití ha denunciado las deportaciones.</p><p>“Haití no está listo para recibir este número de migrantes que estaban en el programa de TPS”, señaló en un comunicado el jueves.</p><p>El grupo indicó que más de 140.000 haitianos han sido deportados desde países vecinos, incluida República Dominicana, tan sólo en la primera mitad del año.</p><p>“Observamos que no hay medidas gubernamentales en vigor para asistir adecuadamente a estos migrantes”, sostuvo el grupo.</p><p>Indicó que muchos de los deportados “han visto cómo sus sueños se desvanecen; los vínculos que ya habían creado en sus comunidades se rompen. Muchos están viviendo separación familiar”.</p><p>Estados Unidos había realizado aproximadamente un vuelo de deportación a Haití desde diciembre de 2023, según ICE Flight Monitor, que rastrea datos de vuelos y pertenece al grupo activista Human Rights First. Desde diciembre de 2025, los vuelos han partido de Alexandria, Luisiana, un centro de vuelos de deportación del ICE, con una escala en Miami rumbo al Aeropuerto Internacional de Cabo Haitiano.</p><p>___</p><p>Coto informó desde San Juan</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/T22S4NYU3EYACD3GSNPQ4KFYYQ.jpg?auth=3d266d5d04e674042a511897438fa8bfe42d978364ea5ee091fef18b840dc930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos niños ven una película en un dispositivo móvil, en un refugio para familias desplazadas por la violencia de las pandillas, el miércoles 19 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BRKAPIMAIFAE3DO2AHI3L3W7I.jpg?auth=5a418097715bd3349d07ff8df269dc97e92c83f02e3157e2bc6113252ae21941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos niños comen en un refugio para familias desplazadas por la violencia de las pandillas, el miércoles 19 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOYC26KMLWVL2URMQOCVVB2TXQ.jpg?auth=60ba9dcb523d875e53ae3f010ea79d88163abaa3106ecd74bf5f33de7eebc429&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer vende comida en un refugio para familias desplazadas por la violencia de las pandillas, el lunes 17 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[A question looms over Harry's return to the UK. Can he rebuild his relationship with Prince William?]]></title><link>https://www.local10.com/entertainment/2026/08/21/a-question-looms-over-harrys-return-to-the-uk-can-he-rebuild-his-relationship-with-prince-william/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/21/a-question-looms-over-harrys-return-to-the-uk-can-he-rebuild-his-relationship-with-prince-william/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The royal family’s long-running American soap opera is returning to Britain. The question is whether it will blossom into a happy reunion or descend into anger, division and chaos.]]></description><pubDate>Fri, 21 Aug 2026 04:19:39 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The royal family’s long-running American soap opera is returning to Britain. The question is whether it will blossom into a happy reunion or descend into anger, division and chaos.</p><p>Prince Harry and his wife, Meghan, plan to return to the United Kingdom from California in a matter of weeks. They have already enrolled their children, Prince Archie, 7, and Princess Lilibet, 5, in British schools so they can start the autumn term with their classmates.</p><p>News of the surprise decision, which broke late Wednesday in stories published by the Telegraph and Sun newspapers, has sparked widespread discussion about where the couple will live, who will pay for their security and whether they will return to royal duties one day.</p><p>But perhaps the most difficult issue is whether Harry can repair his once-close relationship with Prince William, the heir to the throne, which was decimated by Harry’s very public complaints of mistreatment at the hands of Buckingham Palace staff, racism in the royal family and the failings of the monarchy. There are also concerns that Harry and Meghan could try to upstage William and his wife Catherine, when they once again share the British stage.</p><p>“That will be something for the palace to deal with …” Craig Prescott, an expert on the U.K. constitution and the monarchy at Royal Holloway University of London, told The Associated Press. “They wouldn’t want Meghan and Harry’s presence in the U.K. here to overshadow the work of the monarchy, and there will have to be some discussion and allowance for that.”</p><p>Harry and Meghan wanted their children to grow up British</p><p>The couple are expected to live at a private, nonroyal residence outside of London and they won’t resume their royal duties, which they gave up when they moved to the exclusive Southern California community of Montecito six years ago, British media reported late Wednesday.</p><p>Their return to the U.K. comes as King Charles III, Harry’s 77-year-old father, continues to undergo treatment for an undisclosed form of cancer that was discovered in 2024. The prince said last year that he didn’t know “how much time my father has left,” and has expressed a desire for his children to have a chance to get to know their grandfather.</p><p>While Harry and Meghan’s decision is a surprise to many, royal historian Ed Owens said recent events created a pathway for the couple's return.</p><p>First, Harry spoke of his desire for reconciliation, then there was the apparently successful meeting between the king, his younger son and daughter-in-law and their children last month at Charles’ Highgrove estate in western England. In addition, there is Harry’s stated desire for his children to grow up British and that the U.K. looks like a safer place to be right now, given the divisions in American society, said Owens, author of “After Elizabeth: Can the Monarchy Save Itself?”</p><p>Royal experts expect Charles to forgive Harry</p><p>Finally, Owens said he expects Charles to forgive Harry because as the supreme governor of the Church of England he has to demonstrate the teachings of Christianity, including the virtue of forgiveness.</p><p>William may find forgiving his brother more difficult, but someday he too will become head of the church, Owens said.</p><p>“It may be that privately William never fully forgives his younger brother for what he deems the betrayal of the family,” Owens told The AP. “But publicly,” he will, “because for traditional moralists, traditional Christian values, they demand that there is this public act of forgiveness, that there’s reconciliation between the brothers.”</p><p>Charles was informed of Harry and Meghan’s plans on Sunday and the matter wasn’t discussed during their recent visit to the U.K.</p><p>Relations have been strained in the House of Windsor</p><p>Relations between Harry and Meghan and the rest of the royal family have been strained since the couple gave up their royal duties and moved to California in 2020 to earn their own living. The couple later signed lucrative contracts with Netflix and Spotify.</p><p>The rift deepened after the couple gave a series of interviews and Harry published his explosive memoir “Spare,” in which he said they left Britain to escape the restrictions of royal life. The couple also criticized palace officials for being insensitive to Meghan’s mental health and alleged at least one member of the royal family had expressed racist views when she was pregnant with their first child. Meghan describes herself as biracial.</p><p>Oprah Winfrey asked Harry to summarize his reasons for leaving Britain in a 2021 interview that was broadcast around the world.</p><p>“Lack of support and lack of understanding,” he replied.</p><p>Strains are exacerbated by long-running battles with the newspapers</p><p>Those tensions were exacerbated by Harry’s long-running legal battle with Britain’s tabloid newspapers, which he alleges illegally hacked his phones and invaded his privacy when he was younger. The courtroom drama seemed to be nearing an end after Harry and other plaintiffs lost their lawsuit against the publisher of the Daily Mail last month.</p><p>That case left Harry facing a potential bill for millions of pounds after the court ruled the plaintiffs were liable for the publisher’s legal fees. Associated Newspapers has filed documents showing that its costs amounted to 34.5 million pounds ($47 million).</p><p>Harry has also been embroiled in a legal wrangle with the British government after a government committee refused to authorize police protection for him and his family when they are in the U.K. The prince says they need armed police protection because they are at risk as members of the royal family, regardless of whether they are working royals.</p><p>The couple’s security arrangements are a “private matter” for Harry and Meghan to deal with, Prime Minister Andy Burnham said when asked about the issue on Thursday.</p><p>After Harry lost his court challenge of the committee’s decision in May 2025, the prince said he hoped to reconcile with his family while continuing to vent his anger at those in Britain he feels have mistreated him and his wife.</p><p>“I can’t see a world in which I would be bringing my wife and children back to the U.K. at this point,” he told the BBC at the time. “And the things that they’re going to miss is, well, everything. You know, I love my country. I always have done, despite what some people in that country have done.”</p><p>Although much of the media attention on Harry and Meghan has focused on family tensions and recriminations in recent years, Owens suggested that the story may now shift to the royal’s efforts to rebuild family harmony.</p><p>“I think time is a great healer. It creates space in a social media-saturated world,” he said. “People are always looking for the next thing to talk about and, arguably, that will be reconciliation between first of all father and son, and then potentially the two brothers.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GNVBODSPRSEZIR725MABVERU64.jpg?auth=aac8fefeaba659090f74d08f708b71b9c0cbec63a1ae4dbc00fbcf3e452b1be6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prince William and Britain's Prince Harry walk beside each other after viewing the floral tributes for the late Queen Elizabeth II outside Windsor Castle, in Windsor, England on Sept. 10, 2022. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQM5BZGH6ENIVM4LUP6KTQDGZI.jpg?auth=11dc0fb6387b710ff4bdf1bdebe9377ea1f45264116b7588fbf00b0ab1a279c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, the Duke of Sussex, speaks to The Associated Press after a roundtable about support for veterans, Wednesday, Aug. 19, 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/WXZEB6IC24Z7JOILUVMFBUYWGQ.jpg?auth=60cf1743149d856fd68647ee6df932ac8ea6e1183a5804a0c43b4bf592455072&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists walk at Buckingham Palace in London, Thursday, Aug. 20, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Schools are starting to teach AI literacy. For many, that means helping kids see chatbots' flaws]]></title><link>https://www.local10.com/tech/2026/08/21/schools-are-starting-to-teach-ai-literacy-for-many-that-means-helping-kids-see-chatbots-flaws/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/21/schools-are-starting-to-teach-ai-literacy-for-many-that-means-helping-kids-see-chatbots-flaws/</guid><dc:creator><![CDATA[By JOCELYN GECKER and RUSS BYNUM, Associated Press]]></dc:creator><description><![CDATA[NORTH CHARLESTON, S.C. (AP) — Artificial intelligence chatbots have become the bane of teachers everywhere, but to prepare for the new school year, a group of educators in Charleston, South Carolina, packed into a high school auditorium and talked about inviting AI into the classroom.]]></description><pubDate>Fri, 21 Aug 2026 04:05:08 +0000</pubDate><content:encoded><![CDATA[<p>NORTH CHARLESTON, S.C. (AP) — Artificial intelligence chatbots have become the bane of teachers everywhere, but to prepare for the new school year, a group of educators in Charleston, South Carolina, packed into a high school auditorium and talked about inviting AI into the classroom.</p><p>The teachers and principals watched as an instructor prompted an AI tool to “create a map of the world.”</p><p>The result drew gasps of disbelief and laughter. Projected on a large screen was a map riddled with bizarre errors. Mali was spelled “Mail.” Egypt was identified as “Sopth.” In place of Libya was something simply called “Africa.” Dozens of other countries' names were misspelled or written in pure gibberish.</p><p>“If you ever want kids not to over trust these tools, try the map demo,” said the instructor, Amanda Bickerstaff, founder and CEO of AI For Education, an organization that helps schools draft AI policies and train teachers and students in what she calls safe, ethical and effective use of the technology.</p><p>After initially trying to ban AI use, a growing number of U.S. public schools are trying a new strategy: encouraging classroom experimentation, partly so students can see its shortcomings, including generative AI’s notorious tendency to “hallucinate,” or fabricate information.</p><p>AI literacy has become a buzzword of this back-to-school season as educators try to strike a balance between equipping students with the skills they need for an AI-driven future while preventing them from outsourcing their thinking to chatbots.</p><p>There is no single definition of what AI literacy means, or how it should be taught. Tech giants like OpenAI, Google and Anthropic offer schools training sessions in how to use their AI tools. But for educators, there is a growing consensus that AI literacy is about more than learning how to use generative AI and write good prompts.</p><p>“Good AI literacy,” said Rebecca Winthrop, director of the Center for Universal Education at the Brookings Institution, “includes knowing when not to use it.”</p><p>Some districts build their own approaches on AI literacy</p><p>Thirty-seven states have now published official AI guidance that schools can use as a blueprint. South Carolina is not one of them.</p><p>So the state’s second-largest school district set out to do it on its own, said Lucas Clamp, deputy superintendent of the 50,000-student Charleston County School District. “It has been a huge endeavor.”</p><p>A year ago, the district contacted AI for Education, which helped draft guidance for Chicago Public Schools, Houston and dozens of other districts.</p><p>Phase 1 was laying the foundation. The district developed an AI policy, seeking input from teachers, students and parents.</p><p>The district organized student focus groups and learned that student AI use was ubiquitous but unguided. Teachers and students said they were navigating the technology on their own and wanted clear rules and instruction.</p><p>Studies show a majority of teenagers and teachers nationwide are using AI for schoolwork, but they're teaching themselves how to use it; very few say they have a technical understanding or have received formal training on how it works.</p><p>Schools and parents are eager to avoid mistakes made with social media, where kids were left to explore the online world without learning about addictive algorithms, comparison culture and other downsides that have been linked to a youth mental health crisis and dwindling attention spans.</p><p>As the school year begins in Charleston, Phase 2 kicks in: training. Teachers and middle and high schoolers will get a mix of online and in-person instruction on how AI tools work and how to use them effectively.</p><p>The student course walks through familiar scenarios — like asking a chatbot to help with a research paper — to show that generative AI might deliver wildly inaccurate information, including made-up studies, with unflinching authority. “Always verify any factual information you get from GenAI, especially for your classwork,” the course advises.</p><p>A section on data privacy cautions against sharing personal information with AI tools because conversations can be stored, used for data training and potentially leaked.</p><p>High school teacher Ray Knauer attended the summer training and left with “teachable moments” for his AP Research class. He plans to show examples of AI bias and hallucinations to fuel student discussions.</p><p>“We’re all trying to figure this out right now: What’s the right balance so we don’t scare students away from AI but don’t encourage them to run to it,” Knauer said. “We have to teach students: You can’t just get an answer and move on. You have to use analytical skills and dig deeper.”</p><p>Some states offer top-down guidance on AI in classrooms</p><p>Utah was an early pioneer in taking a statewide approach to AI in education.</p><p>In 2024, the board of education named Matt Winters as its AI education specialist, making Utah the first state to create a full-time position overseeing the technology in schools.</p><p>Over the past year, Winters led AI training for over 7,000 teachers, almost a third of Utah’s public school instructors. He is helping districts shape AI policies, which they are required by state law to have in place by July 2027.</p><p>“There is a clear method from the top in Utah,” said Chris Agnew, director of the Generative AI for Education Hub at Stanford University. “When you’re tackling big change, it’s easier to have coherence if everyone is singing from the same hymn book.”</p><p>A handful of other states have since replicated Winters’ post, including Maine, West Virginia and Georgia.</p><p>In other states, a patchwork of AI approaches has emerged, with variance from one school district to another. Extensive AI literacy training requires steep investment, raising concerns that kids in under-resourced districts might not get the same attention.</p><p>In Utah, training starts with the basics of how AI works to teach an understanding of AI bias, hallucinations, ethical concerns and data privacy needs, Winters said. Teachers can then pursue additional training on specific tools.</p><p>“If I had to give advice: Figure out how to make training accessible to everyone,” said Emma Moss, who oversees AI at the Canyons School District and also led an eight-person team that traveled the state doing over 150 AI literacy trainings. The training was funded by a $500,000 AI literacy grant from a local healthcare provider. “We said, ‘We will come to you.’ Whether you are in a rural area or urban, it didn’t matter.”</p><p>The state has also played a key role in procuring AI tools, Winters said. He negotiated data privacy agreements along with discounted prices, which has allowed rural and under-resourced districts to get access.</p><p>“Everyone needs to understand what this technology is and how it works,” said Winters, who cautions against blanket bans. “AI literacy is much larger than saying: ‘Don’t use AI.’ It’s about how we can prepare kids for the future.”</p><p>Changing adult mindsets is also key, said Kristina Yamada, the state Board of Education's digital technology specialist.</p><p>“I think teachers need to change their mentality about students using AI to cheat,” Yamada said. There has always been cheating, she said. It’s up to teachers to speak students’ language and convince them they can’t rely on AI for all the answers.</p><p>For younger kids it means starting to talk about AI early, with conversations like, “People can lie. A program can lie. A robot can lie,” Yamada said. “For older students it’s different: ‘Sure, you can use ChatGPT to write computer code. But when the program stops working, you need to be able to fix it.’”</p><p>___</p><p>Gecker reported from San Francisco.</p><p>___</p><p>The Associated Press’ education 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/M6YU2DR2VX3PSIJQKI3BSPPIMI.jpg?auth=b97a103839ac4bda0921f049c4d24c517643f1e8c5fb5c2d683da35a7a6e89a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amanda Bickerstaff, CEO of AI for Education, speaks at Academic Magnet High School during the Charleston County School District Charleston Educator Symposium Wednesday, July 22, 2026 in North Charleston, S.C. (AP Photo/Mic Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Mic Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JC6C6UQ23DZZGW4IH3Q5QIIS6E.jpg?auth=9c64bea7f8e1cc2d80464c64a63c66b3074f6431dea7acf4ab8faa44b7b74153&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teachers work with AI on their laptops during the Charleston County School District Charleston Educator Symposium Wednesday, July 22, 2026, in North Charleston, S.C. (AP Photo/Mic Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Mic Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CWS247AFKQRZ3JTFNECQG5UYWA.jpg?auth=2842be2f2a8277204b93285ffe596413bae97f32d0fd20c87096d18921f171f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amanda Bickerstaff, CEO of AI for Education, speaks at Academic Magnet High School during the Charleston County School District Charleston Educator Symposium Wednesday, July 22, 2026, in North Charleston, S.C. (AP Photo/Mic Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Mic Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJTUEUXB4M4AO5NMO5PM7MCNHY.jpg?auth=0dff72de1d4ec8380ef54234154a3279523bee495cfab8fafa9f1bca20c69465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Preschool teacher Melissa Mowbray works with AI on her laptop at Academic Magnet High School during the Charleston County School District Charleston Educator Symposium Wednesday, July 22, 2026 in North Charleston, S.C. (AP Photo/Mic Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Mic Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EHDAOU5UO7NNPGFTIUZZQQS5BQ.jpg?auth=29de04c8b8c12d86c05b2fb895e975791a97f5029e68590adf801d3c90f2a52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Preschool teacher Melissa Mowbray works with AI on her laptop at Academic Magnet High School during the Charleston County School District Charleston Educator Symposium Wednesday, July 22, 2026, in North Charleston, S.C. (AP Photo/Mic Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Mic Smith</media:credit></media:content></item><item><title><![CDATA[President Trump to stump for Sen. Darline Graham days ahead of South Carolina's GOP Senate runoff]]></title><link>https://www.local10.com/news/politics/2026/08/21/president-trump-to-stump-for-sen-darline-graham-days-ahead-of-south-carolinas-gop-senate-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/21/president-trump-to-stump-for-sen-darline-graham-days-ahead-of-south-carolinas-gop-senate-runoff/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[MYRTLE BEACH, S.C. (AP) — President Donald Trump is scheduled to travel to South Carolina on Friday to make a last-minute appeal for Sen. Darline Graham, his chosen candidate to replace her brother, the late Sen. Lindsey Graham, ahead of a Republican runoff next week.]]></description><pubDate>Fri, 21 Aug 2026 04:02:10 +0000</pubDate><content:encoded><![CDATA[<p>MYRTLE BEACH, S.C. (AP) — President Donald Trump is scheduled to travel to South Carolina on Friday to make a last-minute appeal for Sen. Darline Graham, his chosen candidate to replace her brother, the late Sen. Lindsey Graham, ahead of a Republican runoff next week.</p><p>Voters will decide Tuesday whether Graham or Rep. Ralph Norman will be Republicans' nominee on the November ballot.</p><p>The Myrtle Beach rally is the sort of campaign trail occasion that Trump hasn’t done as much of this year, compared with past midterms, making it a signal of the importance Trump is placing on a win for his pick.</p><p>It's also an opportunity for the president to wade into friendly territory ahead of the midterm elections that leave his party’s control of Congress hanging in the balance. South Carolina hasn’t elected a Democrat statewide in decades, its House delegation has only one Democrat and Trump’s own victory in the 2016 presidential primary here helped propel him toward the nomination and ultimately the White House.</p><p>In the scramble of a special Republican primary election that was called after Lindsey Graham's sudden death last month, Darline Graham was picked by Gov. Henry McMaster — also a Trump ally — to serve as interim senator and entered the special primary at Trump's urging. The president had said he told McMaster that appointing her would be a “fabulous tribute to Lindsey,” although the governor pointed out that he asked Graham to serve “in the wee hours” after her brother's death, adding that Trump “thought it was a great idea” when he later told him of his pick.</p><p>The president pressed “RUN DARLINE, RUN” on social media, and gave her his “Complete and Total Endorsement” before she'd officially announced her campaign. And at every turn on the campaign trail, she's reminded voters of this anointing, as well as her commitment to advancing his priorities if elected. On the eve of the primary two weeks ago, he held a tele-rally for Graham.</p><p>Trump also considered Lindsey Graham a close ally and friend, though they ran against each other in 2016 and had their ups and downs, so part of the visit is personal for Trump. He eulogized his longtime golfing partner and wartime consigliere at Washington National Cathedral last month.</p><p>Like Trump, Darline Graham has portrayed herself as a political outsider</p><p>A political newcomer, Graham has stressed that she's “not a politician,” as she's hurriedly introduced herself to voters across the state. Regularly touting her support for Trump’s policies, as well as his endorsement, she has pointed to her years heading up a state agency, as well as her weeks on the job in the U.S. Senate, as evidence of her readiness.</p><p>Saying she’s “answering President Trump’s call to serve,” she has repeatedly said she wants “to fight for President Trump’s agenda” and cited his core goals of border security and passing the SAVE Act voting bill as among her top priorities.</p><p>Graham has said she's focused on kitchen table issues like gas prices and household spending rather than international affairs. Earlier this week, after stumbling on an elemental foreign policy question related to U.S. interests in Taiwan, Graham defended herself as “not a polished politician up here.”</p><p>Trump has made no comment on the gaffe, which garnered attention after Graham told moderators, "National security is not my thing.”</p><p>Trump's rally will be in Myrtle Beach, a conservative — and growing — area</p><p>By meeting voters in Myrtle Beach, both Trump and Darline Graham are aiming to capitalize on a growing part of the state that's known to be deeply conservative, loyal to Trump and full of new residents.</p><p>It's also the home district of Rep. Russell Fry, the House ally whose name Trump had floated as an “outstanding” possible replacement for Graham after the senator's death. Elected to the House in 2022 with Trump's help, Fry ousted a five-term GOP congressman who had voted to impeach Trump a year earlier.</p><p>Running in the Senate primary, Fry touted his support for and previous backing from the president, but was hampered by the absence of it in this race. Finishing third, he swiftly endorsed Graham, a calculated move for the 41-year-old, two-term congressman, who, dating to the origins of his 2022 election, has seen the ramifications for some Republicans who have crossed Trump.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MU4SLP2GIAEJ3LCXHBREIEP7MI.jpg?auth=8c9d7a3a6691f3bd315b62cd7879d6f5267cd8dd60c9751a4933e30b4fc5255e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Sen. Darline Graham, R-S.C., speaks with reporters after a debate with U.S. Rep. Ralph Norman, R-S.C., ahead of the special GOP Senate runoff election to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2ECS3BBGO4UFIYN2UKGMUTSWVQ.jpg?auth=4d09764c37d145272dcd692cf3bbd0e715d46c049cb25fd75b737a09b0c26e3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump yells to reporters after disembarking Air Force One, Sunday, Aug. 16, 2026, at Joint Base Andrews, Md. (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/ISLPRU6R5AIUOCGLTDX5UGTIHI.jpg?auth=d43b981391b655169923a37a7b0efb2fc17019a1c2203bd9a945843030e40efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, reaches over to shake hands with Sen. Darline Graham, R-S.C., during a debate ahead of the special GOP Senate runoff election to replace the late Sen. Lindsey Graham, R-S.C., in Newberry, S.C., Tuesday, Aug. 18, 2026. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[Vance will campaign at the Ohio steel plant where his grandfather once worked]]></title><link>https://www.local10.com/news/politics/2026/08/21/vance-will-campaign-at-the-ohio-steel-plant-where-his-grandfather-once-worked/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/21/vance-will-campaign-at-the-ohio-steel-plant-where-his-grandfather-once-worked/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[MIDDLETOWN, OHIO (AP) — Vice President JD Vance will return to his hometown Friday to campaign for Republican candidates at the same steel plant where his grandfather used to work.]]></description><pubDate>Fri, 21 Aug 2026 04:01:35 +0000</pubDate><content:encoded><![CDATA[<p>MIDDLETOWN, OHIO (AP) — Vice President JD Vance will return to his hometown Friday to campaign for Republican candidates at the same steel plant where his grandfather used to work.</p><p>Vance is set to speak at the Cleveland-Cliffs Middletown Works facility, which was known as Armco Steel when his grandfather James Vance worked there for nearly 40 years.</p><p>Vance has highlighted his Rust Belt rootswhile trying to boost GOP candidates ahead of the November midterm elections and to promote the Trump administration’s economic policies and efforts to try to expand U.S. manufacturing. The Middleton event comes as he’s expected to ramp up his travel schedule with more public events and fundraisers, according to a person familiar with the plans who was not authorized to speak publicly and discussed it on condition of anonymity.</p><p>In a radio interview Thursday on the “Clay Travis & Buck Sexton Show,” Vance said Friday’s stop will be “personally very meaningful” because of his family connection. He said it was “an amazing opportunity for me to go talk about, frankly, plants like this wouldn’t exist were it not for some of the Trump administration’s economic policies.”</p><p>Vance, who will be joined by U.S. Energy Secretary Chris Wright, said he will also use the visit to stop by some Cincinnati chili restaurants.</p><p>In his bestselling memoir “Hillbilly Elegy,” Vance described the steel plant as an economic savior for his family that brought his grandparents from Kentucky's hills into the American middle class. He described how his grandfather, known to his grandchildren as Papaw, would boast when he saw an old Ford or Chevy that its steel was made by his company.</p><p>His grandson's election as vice president of the United States spurred pride in the Midwestern city, though Vance has faced some pushback to his portrayal of it in the book. He said kids “derisively called it ‘Middletucky’” when he was a child because it had so many transplants like his family. He said they brought problems with them from Kentucky such as drug addiction, ”Mountain Dew mouth” and problematic fathers.</p><p>In the 2024 election, Trump and Vance won about 62% of the vote in the city's precincts. His mother, Beverly Aikins, and his sister still live in Middletown.</p><p>Ohio has lost its political bellwether status and turned red during the Trump era, but Democrats see a chance to win both the governor’s office and a U.S. Senate seat from Republican hands this year as anti-Trump sentiment buoys their party.</p><p>Republican Sen. Jon Husted, who was appointed to replace Vance in the Senate, is trying to hold on to his seat against a challenge from former Sen. Sherrod Brown, a longtime Ohio politician with a pro-working class message who lost his reelection bid to Republican Bernie Moreno two years ago.</p><p>Brown has capitalized on public opposition to data centers in the campaign and aired ads calling Husted the “face of data centers in Ohio.” The National Republican Senatorial Committee, the GOP’s Senate campaign arm, warned in a memo this week that backlash to the centers has left Husted vulnerable.</p><p>Vivek Ramaswamy, a Vance ally, is the party’s nominee for governor in a race against Democrat Amy Acton. Democrats have not won the Ohio governor’s office in two decades.</p><p>Vance, whose family still keeps a home in Cincinnati where they sometimes spend weekends, is making his first public visit since his fourth child was born in July.</p><p>As part of his plans for ramping up his travel schedule, his office announced a trip Monday to Brewer, Maine, where former Republican Gov. Paul LePage is running against Democrat Matt Dunlap, the state auditor, in a competitive House district.</p><p>___</p><p>Price reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OLU3XJI2I57277QWSUPMQAP5ZY.jpg?auth=4b5e77ecaaff2d7af940b7c39c67492bb3f8fa691598d335194e6a583c86cb68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance smiles during a roundtable event in the Eisenhower Executive Office Building on the White House campus, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Trump warns of 'economic D-Day' against Iran, but Tehran is well acquainted with sanctions]]></title><link>https://www.local10.com/news/politics/2026/08/21/trump-warns-of-economic-d-day-against-iran-but-tehran-is-well-acquainted-with-sanctions/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/21/trump-warns-of-economic-d-day-against-iran-but-tehran-is-well-acquainted-with-sanctions/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Nearing the six-month mark of the Iran war and facing diminishing stockpiles of key weapons, the Trump administration is touting a crushing financial campaign against Tehran, promising an “economic D-Day” against a country that has so far withstood nearly five decades of punishing American sanctions.]]></description><pubDate>Fri, 21 Aug 2026 04:03:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Nearing the six-month mark of the Iran war and facing diminishing stockpiles of key weapons, the Trump administration is touting a crushing financial campaign against Tehran, promising an “economic D-Day” against a country that has so far withstood nearly five decades of punishing American sanctions.</p><p>With sparse details, President Donald Trump announced this week that the U.S. would be imposing an “unprecedented” level of economic warfare and isolation on Iran, aiming to force its leadership to cave to demands to end its nuclear program and fully reopen the crucial Strait of Hormuz to oil and natural gas tankers.</p><p>It reflects the dire reality Trump faces with an increasingly unpopular war he can't seem to end just months before pivotal midterm elections that will decide whether his Republican Party keeps control of Congress. Whether out of desperation or strategy, the president is refocusing America's might on bringing Iran to its knees through an accelerated sanctions campaign against one of the most economically penalized countries in the world.</p><p>The immediate response from Iran hawks has been praise and a call for patience as it plays out, while other analysts warn that Trump is refusing to learn the lessons of his predecessors.</p><p>In an interview Thursday on CNBC, Treasury Secretary Scott Bessent offered a small glimpse of what may be ahead, threatening secondary sanctions on nations and companies that conduct business with Iran.</p><p>He did not say exactly whom would be targeted as part of this next phase of the administration’s “ Operation Economic Fury, ” which earlier had focused on entities and individuals that buy oil from or bank with Iran. China and India, however, are major buyers of Iranian oil.</p><p>“If you insist on doing business with them, then the U.S. Treasury and U.S. government will put its full might and force against you,” Bessent said. “It’s time for our allies and the rest of the world to make a decision."</p><p>Some experts see ‘uncharted waters’ that could force Iran's hand</p><p>Despite decades of U.S. sanctions against Iran, the Trump administration is arguing that it’s only a matter of time and that striking the right economic target would get Tehran to its breaking point.</p><p>Richard Goldberg, who coordinated efforts to put diplomatic pressure on Iran in Trump's first term, said the consequences of U.S. strikes on Iran's nuclear sites last year, the war this year and the American naval blockade on Iranian ports have created the perfect storm for capitulation — one that didn't previously exist.</p><p>“I think we’re watching a strategy, whether it takes a short time or a long time, that is very much about fundamentally changing the future of the world by seeing the end of this regime," said Goldberg, who is now at the hawkish Washington think tank Foundation for Defense of Democracies.</p><p>“I caution everyone — including myself, who has worked on sanctions, who’s worked on financial warfare — to have the humility to admit that we are in uncharted waters,” he said.</p><p>He said the decision this week by the United Arab Emirates — once one of Tehran's most important trading partners — to suspend trade with Iran over an alleged missile attack will only further isolate the government.</p><p>Beyond trade in domestically produced goods, the Emiratis had helped the country absorb some of the shocks caused by sanctions through its re-export hub.</p><p>Targeting allies and partners comes at a price</p><p>With nearly all of Iran's energy, financial and transportation sectors already covered by U.S. sanctions, Trump’s aim appears to be to apply secondary sanctions on countries, including allies and partners, that have not cut all ties with Iran to starve the country of any remaining income it may still be receiving.</p><p>In many ways, it is a redux of Trump’s first-term “maximum pressure” campaign, which he has ramped up during his second term to include military action.</p><p>But as Trump and his allies discovered during his first administration, it can be difficult to enforce secondary sanctions without harming U.S. interests and provoking reciprocal measures. There were numerous instances of the administration granting sanctions waivers to countries, particularly those that rely on Iranian oil for their energy needs.</p><p>“Trump’s strategy now rests on targeting Tehran directly by impeding its touch points and access to the formal financial system and international economy,” said Behnam Ben Taleblu, senior director of FDD’s Iran program. “This will require making the Iran issue more important in U.S. bilateral relations with countries in Europe and Asia.”</p><p>Iran doesn't see an ‘open door’ at the end of the sanctions campaign</p><p>Iranian officials and analysts have accused the Republican president of flip-flopping with his latest pivot to economic pressure against Iran. Trump has long derided past leaders who used sanctions to limit Iran’s ability to pay for its military and nuclear development.</p><p>In a post last week on X, Esmail Baghaei, spokesman for Iran’s Foreign Ministry, wrote that Washington's pattern of retreating to sanctions when it doesn't want to pursue diplomacy has proven to be futile.</p><p>“Iran has demonstrated over decades that it will not be strangled by these exhausted refrains,” he said. “The real risk is that American politicians, clinging to this bad habit, will instead strangle their own remaining chances of a less humiliating exit from a crisis of their own making.”</p><p>Ali Vaez, Iran director at the International Crisis Group, said the Trump administration's decision to take its own “maximum pressure” policy to new heights with military action seems to ignore years of U.S. foreign policy lessons that show Iran does not respond well to pressure.</p><p>If anything, he says, the latest economic campaign has only “hardened Iran's position.”</p><p>“I think (Trump's) blind spot is the fact that the only thing that the Iranian regime views as more dangerous than suffering from U.S. sanctions is surrendering to U.S. terms," Vaez said.</p><p>Plus, the past year of start-stop diplomacy has only worsened the already fragile dynamic between the longtime adversaries, Vaez says, adding that Iranian officials' lack of trust in Trump and his mediators has created an untenable foundation.</p><p>“They believe that even if they capitulate to U.S. terms under economic duress, Trump would move the goalposts and ask for more,” he said. “And this is really the fundamental problem: Pressure without an open door is an exercise in futility.”</p><p>___</p><p>Associated Press writers Matthew Lee and Fatima Hussein in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VICCUVQHBVASVCMFCY4NYIWNAU.jpg?auth=9e7efe7c9b6a83059c93b36397fd422a371662536af5e13116946c1264c7276b&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 during a meeting with technology leaders in the Roosevelt Room of the White House, Wednesday, Aug. 19, 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/LQUINHIZGQNPOOF3I5WPR5EKLQ.jpg?auth=d1d6deabb027c18589986e695eb0323708eb8128ba2fa377133a6a3c78e54991&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oil residue lines the shore near fishing boats on Qeshm Island, Iran, Thursday, Aug. 13, 2026, amid ongoing wartime attacks on vessels and infrastructure in and around the Strait of Hormuz, though the spill's source has not been independently determined.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[First group of deportees arrives in troubled Haiti after US ends TPS program]]></title><link>https://www.local10.com/news/world/2026/08/20/first-group-of-deportees-arrives-in-troubled-haiti-after-us-ends-tps-program/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/first-group-of-deportees-arrives-in-troubled-haiti-after-us-ends-tps-program/</guid><dc:creator><![CDATA[By GERARD MAXINEAU and DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[CAP-HAITIEN, Haiti (AP) — The U.S. deported more than 160 people to Haiti on Thursday for the first time since the Trump administration won a legal battle to end Temporary Protected Status for some 350,000 Haitians.]]></description><pubDate>Fri, 21 Aug 2026 03:36:29 +0000</pubDate><content:encoded><![CDATA[<p>CAP-HAITIEN, Haiti (AP) — The U.S. deported more than 160 people to Haiti on Thursday for the first time since the Trump administration won a legal battle to end Temporary Protected Status for some 350,000 Haitians.</p><p>The plane landed in the northern Haitian city of Cap-Haitien because the main international airport in Port-au-Prince is considered too dangerous. The U.S. government currently has a ban on U.S. commercial flights to Haiti’s capital through early September because of ongoing gang violence.</p><p>The deportees were clad in white, and many covered their faces out of safety as journalists filmed their arrival. Nearly all declined to talk, with some fearing being targeted by gangs that control an estimated 70% of Port-au-Prince and swaths of land beyond.</p><p>The deportees included TPS holders and Haitians who had served prison sentences, said Jean Négot Bonheur Delva, director general of Haiti’s National Office of Migration.</p><p>“It is not the Haitian state that asks for them to be sent back,” he said. “Our mission is to welcome migrants of forced return. … We welcome them with the aim of accompanying them to their home.”</p><p>Deported Haitians search for a home</p><p>Delva noted that some of the deportees were not born in Haiti, although they are of Haitian descent.</p><p>He said that several deportees planned to travel to Haiti’s southern region, a dangerous journey because gangs control the main routes leading to that area and are known to randomly open fire on vehicles passing through.</p><p>Others are going to Haiti's western region, he said.</p><p>“There is one migrant who knows nothing about Haiti because he said he was coming from the Dominican Republic; that’s where he was born,” Delva said.</p><p>He said the government would attempt to reunify him with any potential relatives in Haiti or the Dominican Republic, where his mother and father live.</p><p>Immigration officials in Haiti on Thursday offered deportees a maximum of $65 and something to drink and eat.</p><p>“Those who cannot reach their homes today, we will host them in secure spaces and the next day the process will continue until all migrants return home as they should,” Delva said.</p><p>Delva did not say how many of the 161 deportees were TPS holders who had been living and working legally in the U.S. since 2010.</p><p>In late June, the U.S. Supreme Court allowed the TPS program to end, affecting some 1 million people from more than a dozen countries.</p><p>The cases went back to the lower courts, but by late July, the government had not extended work permits for Haitians.</p><p>On Aug. 5, a federal judge in Washington, D.C., lifted an order preventing deportations of Haitians on Temporary Protected Status, which was effectively a formality after the Supreme Court ruling in June.</p><p>Activists warn Haiti is too dangerous for deportees</p><p>Activists have warned that Haiti is currently too dangerous and doesn’t have enough resources to help those being deported to a country of nearly 12 million people, of which more than half need humanitarian assistance because of surging gang violence and deepening poverty, hunger and violence.</p><p>Gang violence already has displaced a record 1.5 million people across Haiti, where more than 3,100 people were reported killed from January to June and another 1,189 injured, according to U.N. statistics.</p><p>One deportee briefly spoke to The Associated Press as he arrived in Cap-Haitien. He identified himself as Jean Diane Louis and said he left Haiti when he was 5 years old. He said his family lives in New York City and that he was sentenced to 19 years in prison for an unspecified crime he asserted he did not commit.</p><p>“Then ICE came and took me without questioning me,” Louis said. “They just sent me here.”</p><p>As gang violence persists, Haitian migrants in the U.S. continue to be arrested and deported.</p><p>On Thursday, U.S. authorities arrested a popular Haitian pastor at a gas station in Springfield, Ohio, according to Springfield G92, a faith-based group supporting Haitian immigrants. U.S. Immigration and Customs Enforcement arrested a second Haitian man who was with him.</p><p>The pastor, Gilbert Joubert Adrien, was being held by immigration authorities in Ohio, said Marjory Wentworth, a spokesperson for Springfield G92. She said ICE has been a heavy presence in recent days in Springfield, a city of about 60,000 people that gained attention when U.S. President Donald Trump said falsely during his 2024 campaign that Haitian residents there ate dogs.</p><p>Haiti’s Group Supporting Refugees and Returnees has decried the deportations.</p><p>“Haiti is not ready to receive this number of migrants who were in the TPS program,” it said in a statement Thursday.</p><p>The group noted that more than 140,000 Haitians have been deported from neighboring countries, including the Dominican Republic, in the first half of the year alone.</p><p>“We note that there are no government measures in place to adequately assist these migrants,” the group said.</p><p>It added that many of those deported “have seen their dreams go up in smoke; the bonds they had already made in their communities are broken. Many are experiencing family separation.”</p><p>The U.S. had conducted about one deportation flight to Haiti since December 2023, according to Human Rights First’s ICE Flight Monitor, which tracks flight data. Since December 2025, flights have originated in Alexandria, Louisiana, a hub for ICE deportation flights, with a stop in Miami on the way to Cap-Haitien International Airport.</p><p>___</p><p>Coto reported from San Juan, Puerto Rico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SITBWLMVUYPBASA25UQVF77NQU.jpg?auth=48bfb0a6af72e24171c35899e80cb1c70ef8ca757ae75eebe4c95cb9ff3a240c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children watch a movie on a mobile device at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Wednesday, Aug. 19, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2J6RZSX4O2MVXH7RG52WXV3LCU.jpg?auth=ad5e0814a176c7863863382761c3cb507c6b3d00b1bb414f34d9d8fda38e14b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children eat at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Wednesday, Aug. 19, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOXUKRD7TC4AMJRA6DTBVB5DLE.jpg?auth=3bd457e5e90b9914b90422b6380f5883f1a6b2f823af2537c00822cbc2430528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl rests at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Wednesday, Aug. 12, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">OJ</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GNZISQCCSVFYLZRDCMNYEYIQ3Q.jpg?auth=6ae93bb686be47245a4890478df136cd9659dcdde75a22d1d03cac21d53403ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy plays at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Monday, Aug. 17, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDKPJX6QXZABNDD7NVHYA3P2WE.jpg?auth=fbfdabc6a47d3cf7ec1c40133d58df2080150b96eb9b3ce58448f610ef4166ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries a buckets of water where families displaced by gang violence are living in Port-au-Prince, Haiti, Wednesday, Aug. 12, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">OJ</media:credit></media:content></item><item><title><![CDATA[Fernando Mendoza throws a pick-6, struggles in 1st half of Raiders' 22-20 preseason win over Texans]]></title><link>https://www.local10.com/sports/2026/08/20/fernando-mendoza-throws-a-pick-6-struggles-in-1st-half-of-raiders-22-20-preseason-win-over-texans/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/fernando-mendoza-throws-a-pick-6-struggles-in-1st-half-of-raiders-22-20-preseason-win-over-texans/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — Top pick Fernando Mendoza is finding out quickly that he has a lot of work to do as he begins his NFL career.]]></description><pubDate>Fri, 21 Aug 2026 04:36:53 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Top pick Fernando Mendoza is finding out quickly that he has a lot of work to do as he begins his NFL career.</p><p>Mendoza struggled in his second preseason game, throwing an interception that Houston returned for a touchdown before the Las Vegas Raiders rallied late for a 22-20 victory over the Texans on Thursday night.</p><p>Mendoza, the Heisman Trophy winner who led Indiana to a national title, played the first half and went 8 of 15 for 86 yards. The performance came after he threw a touchdown pass in his preseason debut last week against Arizona playing behind Kirk Cousins.</p><p>“I came away with there’s a lot more learning to do, and although that maybe you may have had a lot of success at another level, this level is a whole step further and that the margins are so small, and that one tiny mistake can lead to catastrophe,” Mendoza said.</p><p>On Thursday, Mendoza’s third pass was overthrown and intercepted by Wade Woodaz, who returned it 80 yards for a touchdown that made it 14-0. Mendoza chased him down, but Woodaz shoved him aside near the 15 and continued to the end zone.</p><p>“That’s what we are built for is attacking the football, so when we do that it puts us in a really good position,” Houston coach DeMeco Ryans said.</p><p>Mendoza was sacked once and took several other hits playing against Houston’s second-string defense. He played five series and led his team to just one field goal.</p><p>“I think there’s plenty to clean up, plenty to get better at,” Las Vegas coach Klint Kubiak said. “Plenty that we can do better for him as coaches. Plenty that he can learn from.”</p><p>Though Cousins is expected to start in Week 1, Kubiak wouldn't say that after the game.</p><p>“We got another week of playing. I don’t want anyone to be comfortable in their job,” he said. “It should always be that way from all positions, so let’s keep going forward.”</p><p>C.J. Stroud led the Texans (0-2) to a touchdown on his only series in his first action of the preseason. Stroud and the offensive line were among the few Texans starters who played.</p><p>Stroud was 4 of 6 for 27 yards, and a 20-yard scoring run by Woody Marks on the drive he led made it 7-0.</p><p>“C.J. made some really good decisions,” Ryans said. “Didn’t throw it around a ton but when he did throw it, it was good decisions with the football.”</p><p>The Raiders (1-1) also rested most of their starters, including Cousins, defensive end Maxx Crosby, running back Ashton Jeanty and tight end Brock Bowers.</p><p>A 4-yard run by Dylan Laube with about five minutes left in the third got the Raiders within 20-10.</p><p>Former Texan Dare Ogunbowale scored on a 19-yard run with less than eight minutes to go. Kansei Matsuzawa's extra point failed to make it 20-16.</p><p>Aidan O'Connell relieved Mendoza in the second half. He scored a 1-yard touchdown on a tush push with 14 seconds to go to put the Raiders ahead 22-20. Matsuzawa missed that extra point, too.</p><p>Kickers convert 3 from 50-plus</p><p>Houston’s Ka’imi Fairbairn made field goals of 51 and 57 yards in his first preseason action after sitting out last week. Matt Gay kicked a 52-yarder in the second quarter for the Raiders.</p><p>Clowney returns to Houston</p><p>Houston defensive end Jadeveon Clowney, the No. 1 pick in the 2014 draft, played the entire first half after sitting out last week. He rejoined the Texans on a one-year contract earlier this month after spending his first five seasons in Houston.</p><p>He had a tackle and a quarterback hurry Thursday night. Clowney spent last season with the Cowboys and had 8 1/2 sacks.</p><p>Injuries</p><p>Las Vegas linebacker Buddy Johnson left early in the third quarter with a shoulder injury but returned in the fourth. … Las Vegas CB Chigozie Anusiem was carted off the field in the third quarter with a knee injury.</p><p>Up next</p><p>Raiders: Host San Francisco next Thursday night in their final preseason game.</p><p>Texans: End the preseason with a visit to Carolina on Aug. 28.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7K5CMGFTOG5F67Y6MKIGOLBXXE.jpg?auth=0b760c75763f462bd5a3906dbb9feb44769f3866119e13affe22d48bd2fd31a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Raiders quarterback Fernando Mendoza (15) throws against the Houston Texans while under pressure during the first half of an NFL preseason football game, Thursday, Aug. 20, 2026, in Houston. (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/2S7NPTM7MEX7JMCVP6JWNHV2TM.jpg?auth=99e46bde621343850b263165ad035a5aa218c49cc02c9aa004f01d1810050110&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Raiders quarterback Fernando Mendoza (15) is hit by Houston Texans defensive end Jadeveon Clowney (90) during the first half of an NFL preseason football game Thursday, Aug. 20, 2026, in Houston. (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/TYKPUSMEID3VJH755KW52USMIU.jpg?auth=e6697fbdf0e0fdccee90ee900b077db9bc3917c377b8898578ff32afcffbf12f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans quarterback C.J. Stroud (7) throws against the Las Vegas Raiders during the first half of an NFL preseason football game, l Thursday, Aug. 20, 2026, in Houston. (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/K4JRI5DXONSSWZ5AV5BOB5LWNA.jpg?auth=8d43f086f47520cb7c52b11c572bcecaba8a1ca02abe59f8a5e149e6e2af67c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans quarterback C.J. Stroud (7) throws to wide receiver Xavier Hutchinson (19) during the first half of an NFL preseason football game against the Las Vegas Raiders, Thursday, Aug. 20, 2026, in Houston. (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/6UJYMF5M744T7HQJLPPMTDYAC4.jpg?auth=b6048ee1a02f8ab338ae7fbe794ee53a9a25063bd68d15e3f2f3e9836c80d55b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans linebacker Wade Woodaz (30) returns an interception for a touchdown against the Las Vegas Raiders during the first half of an NFL preseason football game, Thursday, Aug. 20, 2026, in Houston. (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[Live rodents found in South Beach kitchen, restaurant ordered shut!]]></title><link>https://www.local10.com/food/dirty-dining/2026/08/17/live-rodents-found-in-south-beach-kitchen-restaurant-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/08/17/live-rodents-found-in-south-beach-kitchen-restaurant-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Several South Florida restaurants were ordered shut this week after state inspectors found serious food-safety violations, including live rodents, roaches, flies, mold and food being held at unsafe temperatures. ]]></description><pubDate>Mon, 17 Aug 2026 13:43:40 +0000</pubDate><content:encoded><![CDATA[<p>Several South Florida restaurants were ordered shut this week after state inspectors found serious food-safety violations, including live rodents, roaches, flies, mold and food being held at unsafe temperatures. </p><p><a href="https://www.local10.com/espanol/2026/08/17/encuentran-roedores-vivos-en-cocina-de-south-beach-y-ordenan-cierre-de-restaurante/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/17/encuentran-roedores-vivos-en-cocina-de-south-beach-y-ordenan-cierre-de-restaurante/">Leer en español</a></p><p>The closures included restaurants in Miami Beach, Miami, Aventura, Plantation and Cutler Bay. </p><p>All of the restaurants mentioned were allowed to reopen following an ordered cleanup and re-inspection.</p><p>No restaurants in the Florida Keys were ordered shut.</p><p><b>**OSTERIA DEL MAR</b></p><p><b>BEACON SOUTH BEACH HOTEL</b></p><p><b>720 OCEAN DR.</b></p><p><b>MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/13</b></p><p><b>5 VIOLATIONS FOUND</b></p><p><i><b>“Live rodent present. Observed at ware washing area live rodent crawling on the floor under dishwasher and another crawling on the floor at cook line.”</b></i></p><p>“Reach-in cooler /Walk- cooler interior/shelves have accumulation of soil residues. Observed shelves at walk in cooler and reach in cooler across from walk in soiled with mold like substance.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed can opener blade at prep table soiled.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw shell eggs stored over a container of marinara sauce at walk in cooler.”</p><p><b>**VILLA PIZZA</b></p><p><b>MIAMI INTERNATIONAL AIRPORT</b></p><p><b>CONCOURSE D</b></p><p><b>4200 NW 21ST </b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/11</b></p><p><b>22 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately one rodent dropping by the flour container, three rodent droppings on a shelf on top of the three compartment sink, one by the front counter behind reach in cooler.”</p><p>“Roach activity present as evidenced by live roaches found. Observed three live roaches on the floor under the front counter pizza display area.”</p><p>“Dead roaches on premises. Observed two dead roaches in the lobby.”</p><p>“Live, small flying insects found. Observed three flies by the ice machine, one under the soda machine.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed Mixed tomatoes (51 F - Cold Holding); Shredded mozzarella (56 F - Cold Holding); Mixed vegetables (59 F - Cold Holding); Diced pineapple (58 F - Cold Holding); Diced olives (58 F - Cold Holding); Diced pepperoni (57 F - Cold Holding) in the prep cooler area, according to operator stored in unit for more than five hours. Repeat Violation.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed soda nozzles located in the lobby soiled. Observed pizzas on the front counter on wood service area. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall soiled under the three compartment sink, walls behind kitchen equipment with heavy soiled.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling vents soiled throughout the establishment.”</p><p>“Cold holding equipment not maintained in good repair. Do not store time/temperature control for safety food in this unit until the unit is repaired. observed prep reach in cooler ambient temperature 56 F. Repeat Violation.”</p><p>“Equipment in poor repair. Observed flour lid broken, observed prep reach in cooler ambient temperature 56 F. “Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Observed floor soiled under oven, kitchen equipment. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed walk in fan cover soiled. Repeat Violation.”</p><p><b>**REN’S SUSHI JAPANESE AND THAI CUISINE</b></p><p><b>801 S. UNIVERSITY DR.</b></p><p><b>PLANTATION</b></p><p><b>ORDERED SHUT 8/14</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach in the dishwashing area crawling on clean dishes. Observed 2 live roaches under the sushi area crawling on the floor. Operator killed and disposed of roach and rewashed the dishes.”</p><p>“Dead roaches on premises. Observed 1 dead roach in the triple sink, 3 dead roaches under the prep sink, 5 dead roaches in the dry storage area, 1 dead roach in a box of single use cups, 6 dead roaches in the back storage area, 12 dead roaches in the expo area, 3 dead roaches in the sushi area and 4 dead roaches near the ice machine.”</p><p>“Live, small flying insects found. Observed approximately 12 small flying insects at the dishwashing area landing on clean and dirty dishes.”</p><p>“Floor soiled/has accumulation of debris between large pieces of equipment in the kitchen.”</p><p>“Handwash sink used for purposes other than handwashing. Observed handwashing sink used to thaw shrimp. Operator removed item from handwashing sink.” </p><p><b>**TEJAS DE HONDURAS</b></p><p><b>19200 SW 106TH AVE.</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 8/12</b></p><p><b>22 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 6 live roaches, one roach crawling inside the gasket of the reach in freezer, one crawling inside the oven, two crawling on the floor of the kitchen area next to the reach in cooler, one crawling on the floor at the cook line and the other roach crawling under the preparation table in the kitchen area.”</p><p>“Dead roaches on premises. Observed 7 dead roaches in the kitchen of the establishment, one dead roach on preparation table in the kitchen,3 on the floor of the kitchen , two inside a dirty pot stored on the floor of the kitchen and one under the AC located behind the mop in the kitchen area.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed a can of raid on the floor of the kitchen next to the stove.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed cheese (52 F - Cold Holding); chicken (46 F - Cold Holding) at the reach in cooler in the kitchen. Also observed cheese (51 F - Cold Holding); milk (46 F - Cold Holding) at the reach in cooler at the front counter. As per operator foods were stored inside reach in cooler since yesterday. Foods have been out of temperature for more than 4 hours. Stop sale was issued. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed fan covers with accumulated grease in the kitchen area.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout the kitchen.”</p><p>“Floor area(s) covered with standing water. Observed at the kitchen.”</p><p>“Floor not cleaned when the least amount of food is exposed. Kitchen. Repeat Violation.”</p><p>“Food stored on floor. Observed plastic waters and sodas stored on the floor at the front counter.”</p><p>“Time/temperature control for safety food thawed in an improper manner. Observed chicken and beef inside a plastic bucket stored on the floor.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout the kitchen.”</p><p>“No soap provided at handwash sink. Observed at the front counter.”</p><p><b>**CVI.CHE 105 AVENTURA</b></p><p><b>AVENTURA MALL</b></p><p><b>19501 BISCAYNE BLVD.</b></p><p><b>AVENTURA</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/13</b></p><p><b>13 VIOLATIONS FOUND</b></p><p>Roach activity present as evidenced by live roaches found. Observed 10 + live roaches crawling on food bags and containers, wall and underneath the shelves in dry storage area.</p><p>Floor soiled/has accumulation of debris. Observed accumulation of old food debris underneath the shelves inside dry storage area.</p><p>Accumulation of black/green mold-like substance in the interior of the ice machine/bin. All three ice machines with excessive accumulation of mold like substance inside .</p><p>Dish machine not sanitizing properly. Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Observed dishwasher machine at the bar chlorine 0 ppm. No sanitizer container in use at the dishwasher machine at bar.</p><p>Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. Observed bar dishwasher in use with glasses and cups without sanitizer solution. Manager adjusted the machine, then chlorine sanitizer 100 ppm.</p><p>Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employees wearing gloves without washing their hands first. All employees were coached and washed hand correctly. </p><p>Hand sink used for ware washing. Observed employee washing utensils in the hand sink at the bar and at the grill/sauté line. **Repeat Violation**</p><p><b>**LA GRANJA CHICKEN STEAK AND SEAFOOD</b></p><p><b>6144 SOUTH DIXIE HIGHWAY</b></p><p><b>SOUTH MIAMI</b></p><p><b>ORDERED SHUT 8/11</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed 25 + live flies on dry food racks inside bag of onions in kitchen area.”</p><p>“Live, small flying insects found. Observed 25 + live flies on dry food racks inside bag of onions in kitchen area. Observed 1 live fly above triple sink on clean container. Observed 1 live fly on wall above prep table in kitchen area. Observed 1 live fly on wall above sauces in kitchen area. Observed 1 live fly on wall above soda container in kitchen area.”</p><p>“Insect control device installed over food preparation area. Observed above prep table.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw eggs behind herbs and corn in lowboy. Repeat Violation.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken above raw pork in cooler drawers under cook line. Repeat Violation.” </p><p><b>**TEJAS DE HONDURAS</b></p><p><b>19200 SW 106TH AVE.</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 8/12</b></p><p><b>22 VIOLATIONS FOUND </b></p><p>“Roach activity present as evidenced by live roaches found. Observed 6 live roaches, one roach crawling inside the gasket of the reach in freezer, one crawling inside the oven, two crawling on the floor of the kitchen area next to the reach in cooler, one crawling on the floor at the cook line and the other roach crawling under the preparation table in the kitchen area.”</p><p>“Dead roaches on premises. Observed 7 dead roaches in the kitchen of the establishment, one dead roach on preparation table in the kitchen,3 on the floor of the kitchen , two inside a dirty pot stored on the floor of the kitchen and one under the AC located behind the mop in the kitchen area.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed a can of raid on the floor of the kitchen next to the stove.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout the kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed cheese (52 F - Cold Holding); chicken (46 F - Cold Holding) at the reach in cooler in the kitchen. Also observed cheese (51 F - Cold Holding); milk (46 F - Cold Holding) at the reach in cooler at the front counter. As per operator foods were stored inside reach in cooler since yesterday. Foods have been out of temperature for more than 4 hours. Stop sale was issued. Repeat Violation.”</p><p>“Floor area(s) covered with standing water. Observed at the kitchen.”</p><p>“Floor not cleaned when the least amount of food is exposed. Kitchen. Repeat Violation.”</p><p>“Food stored on floor. Observed plastic waters and sodas stored on the floor at the front counter.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed reach in cooler and reach in freezer door gaskets soiled and also hood filters soiled. Repeat Violation.”</p><p>“Hole in or other damage to wall. Observed 3 holes in the wall next to the hand wash sink in the kitchen. Also observed a hole at the kitchen entrance.”</p><p>“Employee has not received adequate training related to their assigned duties as evidenced by lack of general knowledge in performing their assigned duties. Employee did not how to sanitize utensils.”</p><p>“No soap provided at handwash sink. Observed at the front counter.”</p>]]></content:encoded></item><item><title><![CDATA[High School Spotlight: Columbus dominates Southridge 45-7]]></title><link>https://www.local10.com/sports/local/2026/08/20/high-school-spotlight-columbus-dominates-southridge-45-7/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/20/high-school-spotlight-columbus-dominates-southridge-45-7/</guid><dc:creator><![CDATA[Pablo Hernandez, Will Manso]]></dc:creator><description><![CDATA[It was a big night of high school football, with Columbus taking on Southridge in a showdown that also drew Miami Hurricanes coach Mario Cristobal.]]></description><pubDate>Fri, 21 Aug 2026 02:33:18 +0000</pubDate><content:encoded><![CDATA[<p>It was a big night of high school football, with Columbus taking on Southridge in a showdown that also drew Miami Hurricanes coach Mario Cristobal.</p><p>One of Cristobal’s five-star recruits, A’Mir Sears, got things going for Columbus, taking a pass and racing it in for a touchdown to make it 7-0.</p><p>Quarterback Kai Moore then connected with Brian Wilson Jr., who finished the play for another Columbus score.</p><p>Columbus pulled away for a 45-7 win.</p><p>Over in Broward County, South Plantation battled Cypress Bay.</p><p>Cypress Bay held a 14-7 lead in the third quarter before its offensive line helped open the way for a short rushing touchdown.</p><p>Cypress Bay went on to beat South Plantation 28-21.</p>]]></content:encoded></item><item><title><![CDATA[Charter plane crash kills 8 near remote radar site in western Alaska, military says]]></title><link>https://www.local10.com/news/2026/08/21/charter-plane-crash-kills-8-near-remote-radar-site-in-western-alaska-military-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/21/charter-plane-crash-kills-8-near-remote-radar-site-in-western-alaska-military-says/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — A charter aircraft carrying eight people crashed at a remote radar site in western Alaska on Thursday, killing all on board, the U.S. military said.]]></description><pubDate>Fri, 21 Aug 2026 11:19:30 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — A charter aircraft carrying eight people crashed at a remote radar site in western Alaska on Thursday, killing all on board, the U.S. military said.</p><p>The crash happened near Cape Newenham Long Range Radar Site Airport, approximately 450 miles (725 kilometers) west of Anchorage, Alaska.</p><p>“This is a devastating loss for our military family and the communities we serve,” U.S. Air Force Lt. Gen. Robert Davis, commander of Alaskan Command, the Alaskan North American Aerospace Defense Command Region and Eleventh Air Force, said in a statement.</p><p>The radar site is managed by the Pacific Air Forces Regional Support Center. It’s part of a network of remote radar sites that tracks aircraft operating in Alaska’s airspace and along its borders, the statement from Alaskan Command said.</p><p>The statement did not provide details on the specific work the individuals were doing. It referred to the plane involved as a “civilian-contracted aircraft.”</p><p>Davis described those on board as “dedicated professionals carrying out a vital mission in a demanding environment. Our absolute priority right now is providing unwavering support to their families, friends and teammates during this devastating time. We are profoundly grateful for the swift and tireless response of our search and recovery professionals.”</p><p>Clint Johnson, the National Transportation Safety Board’s Alaska region chief, said earlier Thursday evening that two pilots and six passengers were on board.</p><p>The plane, a Cessna 441, had taken off from the Ted Stevens Anchorage International Airport and was headed to Cape Newenham, the Federal Aviation Administration said in a statement. The crash happened about 12:15 p.m. Thursday west of Cape Newenham.</p><p>U.S. Sen. Lisa Murkowski of Alaska posted online that the flight was operated by Security Aviation, an airplane charter company based in Anchorage.</p><p>An email was sent to the company Friday morning seeking comment.</p><p>“I join Alaskans in offering condolences as we learn of the plane crash in Cape Newenham,” Murkowski posted Thursday night. “I’ve traveled extensively with Security Aviation throughout Alaska, and have met many of their experienced pilots. I appreciate the U.S. Coast Guard, NTSB, Alaska State Troopers, and the Rescue Coordination Center for responding to the site. Alaska is praying for those on board, their loved ones, and the team at Security Aviation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XQY2Y5TEULS5F2KHR36DTSSEUY.jpg?auth=ff2bd3a0e2928b7834df99c80dbdd9ab499c9e37f3e55db6a2547ed7c2952899&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The National Transportation Safety Board logo and signage are seen at a news conference at NTSB headquarters in Washington, Dec. 18, 2017. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUFSVE5QG5V4IVGWHHXSP2WBHY.jpg?auth=d26f71a634961e29d9c9d7d1c12c7a1b5ab8c5c040b211f44e6ce2cd7f776151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shows the location of a plane crash in Alaska. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Storms and possible tornadoes pummel the Northeast US, flooding roads and damaging beaches]]></title><link>https://www.local10.com/news/2026/08/21/storms-and-possible-tornadoes-pummel-the-northeast-us-flooding-roads-and-damaging-beaches/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/21/storms-and-possible-tornadoes-pummel-the-northeast-us-flooding-roads-and-damaging-beaches/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Heavy rain and winds pounded the Northeast U.S. on Thursday as storms tore through a beach on Long Island, stranded dozens of people in their cars in New Jersey and knocked out power in parts of Delaware’s capital city.]]></description><pubDate>Fri, 21 Aug 2026 04:56:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Heavy rain and winds pounded the Northeast U.S. on Thursday as storms tore through a beach on Long Island, stranded dozens of people in their cars in New Jersey and knocked out power in parts of Delaware’s capital city.</p><p>Photos and video shared on social media show debris thrown in the air and pummeling rain as a possible tornado touched down at Atlantic Beach on Long Island’s outer barrier. It tore apart a major beach club, leaving broken beach chairs and wood beams littered across the shoreline.</p><p>Nassau County Executive Bruce Blakeman said there were no reports of serious injuries or deaths, but there had been damage to property and a search team was making sure no one was trapped in the cabanas. He declared a state of emergency.</p><p>“There are reports of people trapped in their vehicles due to flooding in the south shore, and first responders are assisting in their rescue,” he said in a statement.</p><p>The Sun and Surf Beach Club said buildings had been significantly damaged and it temporarily closed that club and nearby Silver Point.</p><p>The National Weather Service had warned of waterspouts, tornado-like hazards that happen over water, in the area but wasn’t able to immediately confirm a tornado on the beach.</p><p>Bryan Ramsey, a meteorologist for the weather service in New York, said the storm was moving East offshore Thursday evening and was expected to taper over the next several hours.</p><p>In other parts of New York, flooding caused part of the Long Island Expressway in Queens to close in both directions, according to New York City Emergency Management. Photos on social media showed lines of stopped cars as emergency crews traversed the water.</p><p>In Jersey City, New Jersey, emergency crews rescued 69 people trapped in cars that had been overtaken by flash flooding Thursday, said Mayor James Solomon. Emergency crews waded through roads with knee-high water with small inflatable boats to help those stranded.</p><p>A likely tornado touched down in Dover, Delaware, and caused significant damage across the city, the police department reported. There were no reports of serious injuries, police said.</p><p>“Dover — please take this seriously. Stay home. Stay safe,” the department said on Facebook.</p><p>Photos and video online show fallen trees, downed power lines and flooded roads.</p><p>The Delaware Electric Cooperative said more than 1,000 customers didn’t have power in the northern part of its service area, but within a few hours most of the outages had been fixed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XMXTP7PV5Y6TIXQ2CDQROLLH4I.jpg?auth=d73996548ee719c1eb5a0a5dd25d4a4f08004b8bc21e4612df38f81f3f575768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the City of Jersey City, first responders try to rescue people stranded in a flooded street in Jersey City, N.J., Thursday, Aug. 20, 2026, after storms went through the area. (City of Jersey City via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ECMGA767ARWUFOBQ56QAFOPOP4.jpg?auth=5f685a83112c2a992664dc48988b12f28f0fe9a4177c09b8f72db1af19fe57ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the City of Jersey City, first responders try to rescue people stranded in Jersey City, N.J., Thursday, Aug. 20, 2026, after storms went through the area. (City of Jersey City via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MD2EFL5AQQGUWROGN37I47L42Y.jpg?auth=8fa68ddb869f914715ec7204c57ab4cdc0c51944c14ca0099544646f55c0c163&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the City of Jersey City, first responders try to rescue stranded people in Jersey City, N.J., Thursday, Aug. 20, 2026, after storms went through the area. (City of Jersey City via AP)null]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DHDWDX7BMJRW73KSIUGH6LJBDM.jpg?auth=da9ae1a523448601c16dc2549420b1737a0207ec62bcaddfed9de5c409ec0ba4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the City of Jersey City, a city official inspects a damaged tree in Jersey City, N.J., Thursday, Aug. 20, 2026, after storms went through the area. (City of Jersey City via AP)]]></media:description></media:content></item><item><title><![CDATA[Diamondbacks star Ketel Marte will move to 10-day injured list after mysterious absence]]></title><link>https://www.local10.com/sports/2026/08/20/diamondback-star-ketel-marte-will-move-to-10-day-injured-list-after-mysterious-absence/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/diamondback-star-ketel-marte-will-move-to-10-day-injured-list-after-mysterious-absence/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Arizona Diamondbacks second baseman Ketel Marte will be transferred to the 10-day injured list from the restricted list, three days after he failed to show up for a game in Boston.]]></description><pubDate>Fri, 21 Aug 2026 02:06:20 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Arizona Diamondbacks second baseman Ketel Marte will be transferred to the 10-day injured list from the restricted list, three days after he failed to show up for a game in Boston.</p><p>General manager Mike Hazen confirmed Thursday that Marte is headed to the injured list and will return once he's healthy, which The Arizona Republic and MLB.com first reported.</p><p>The three-time All-Star traveled back to Phoenix for tests on his left knee Tuesday. Manager Torey Lovullo said he has struggled to get information from the veteran slugger throughout the process.</p><p>Marte's absence and apparent injury come at a difficult time for the D-backs, who are fighting to make the playoffs for the first time since a run to the World Series in 2023. Arizona has a 67-61 record and is one game behind the San Diego Padres for the final National League wild-card spot.</p><p>Marte is hitting .249 with 21 homers and 67 RBIs so far this season.</p><p>This wasn’t the first time Marte had a strange disappearance.</p><p>Last season, he went on the restricted list when his home in Arizona was broken into during the All-Star break. He missed three games after flying back to his native Dominican Republic and later apologized for his absence.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/45WTER44L6FH3JSE2JBEYJJFXE.jpg?auth=c1083bbcca9c1b2ca9f6513e8670383a85f89602e1a2df635bef3a843b257f4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte celebrates with Nolan Arenado (28) after hitting a solo home run against the Colorado Rockies in the first inning of a baseball game, Tuesday, Aug. 11, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIW7FJVI52Q7GAGVJOXD5C6FJY.jpg?auth=96b7d1fe6a4dac7ffff377f6ac6ac52a0b6bc981be042097ac24d89a03d02649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte (4) hits a run-scoring single as Colorado Rockies catcher Brett Sullivan reaches for the ball during the first inning of a baseball game, Wednesday, Aug. 12, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZOZRTWF4M7PPFORS2Q7QMKAQ4.jpg?auth=3efd45aa7be5e85b1c154404df39d9cbfd5fd75f16e5def58a39653163094067&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte reacts after hitting a two-run home run against the Los Angeles Dodgers in the first inning of a baseball game, Sunday, Aug 9, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[No debating this win: Yankees complete a 3-game sweep with a 6-1 rout of the Orioles]]></title><link>https://www.local10.com/sports/2026/08/20/no-debating-this-win-yankees-complete-a-3-game-sweep-with-a-6-1-rout-of-the-orioles/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/no-debating-this-win-yankees-complete-a-3-game-sweep-with-a-6-1-rout-of-the-orioles/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — Gerrit Cole pitched six sharp innings, Luis García Jr. and Spencer Jones homered and the New York Yankees completed a three-game sweep in Baltimore with a 6-1 victory over the Orioles on Thursday night.]]></description><pubDate>Fri, 21 Aug 2026 01:46:58 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — Gerrit Cole pitched six sharp innings, Luis García Jr. and Spencer Jones homered and the New York Yankees completed a three-game sweep in Baltimore with a 6-1 victory over the Orioles on Thursday night.</p><p>Cole (7-6) allowed four hits and a walk with eight strikeouts. A fifth-inning homer by Dylan Beavers produced the lone Baltimore run. The Yankees pulled within four games of AL East-leading Tampa Bay.</p><p>Ryan Yarbrough relieved Cole and pitched three perfect innings for his third save.</p><p>The Orioles have dropped four in a row after briefly taking sole possession of the lead in the race for the final American League wild card. Kyle Bradish (7-12) allowed three earned runs and eight hits in 5 2/3 innings, and Baltimore also permitted a pair of unearned runs in the third.</p><p>With men on first and third and nobody out that inning, second baseman Jackson Holliday fielded a tough grounder and threw to second, but shortstop Gunnar Henderson dropped the ball for an error and everyone was safe.</p><p>With a run already in, Bradish induced a double play, but Ben Rice followed with an RBI single and then Heliot Ramos brought in a run with a double that made it 3-0.</p><p>Beavers' drive to right made it 3-1, but García and Jones answered with solo shots to chase Bradish in the sixth. Jazz Chisholm Jr. tripled in a run in the eighth.</p><p>There was no controversy about this New York win, a night after Pete Alonso's deep fly ball against the Yankees was ruled foul with the game tied. Alonso did single twice Thursday to extend his hitting streak to a career-high 12 games.</p><p>Cole (1,015) moved one strikeout ahead of Roger Clemens for 12th place on the Yankees' career list.</p><p>Up next</p><p>The Yankees return home to face Toronto on Friday night. Cam Schlittler (10-6) takes the mound for New York.</p><p>Baltimore hosts Tampa Bay, with Trevor Rogers (8-8) starting for the Orioles.</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHRU4WXZYFP3DKRQFEQ4KMFBIQ.jpg?auth=76675a7523413ab4fd6c34079b92d95f78454b28a5bfd6215946ceb8e2b10deb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole throws during the second inning of a baseball game against the Baltimore Orioles, Thursday, Aug. 20, 2026, in Baltimore. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3M7LNZORCBAHQ7LXGD676V5GA.jpg?auth=fff98d811463c556637f7a0bf9e194353f50562677cc7de05fb00f1c9bfc8149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Spencer Jones (78) celebrates after his solo home run with Austin Wells, right, during the sixth inning of a baseball game against the Baltimore Orioles, Thursday, Aug. 20, 2026, in Baltimore. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZWUDAZPXIUQAKEO3QA6DVOYGE.jpg?auth=4f2bd330a196a0e372eae08aa4f7e303982ef2c5bf8bbffbadf896db5358a66d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles pitcher Kyle Bradish walks back to the dugout after he was pulled during the sixth inning of a baseball game against the New York Yankees, Thursday, Aug. 20, 2026, in Baltimore. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Federal court is asked to block Kennedy Center from returning Trump's name to building]]></title><link>https://www.local10.com/entertainment/2026/08/20/federal-court-is-asked-to-block-kennedy-center-from-returning-trumps-name-to-building/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/federal-court-is-asked-to-block-kennedy-center-from-returning-trumps-name-to-building/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Rep. Joyce Beatty made an emergency request on Thursday that a federal court block the Kennedy Center from returning President Donald Trump’s name to the building.]]></description><pubDate>Fri, 21 Aug 2026 01:44:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Rep. Joyce Beatty made an emergency request on Thursday that a federal court block the Kennedy Center from returning President Donald Trump’s name to the building.</p><p>The Trump-aligned board at the Kennedy Center voted earlier this month to inscribe the president's name on the venue’s facade so it would read “The John F. Kennedy Center for the Performing Arts Restored and Renovated By President Donald J. Trump.” If the Trump Kennedy Center Fund reached $100 million, another inscription would be added reading “Endowed by the Trump Kennedy Center Fund.”</p><p>The plaza in front of the Kennedy Center would also be renamed to recognize Trump.</p><p>The Kennedy Center has said it wouldn’t attempt to engrave Trump’s name on the building before Sept. 8 to allow for legal arguments to unfold.</p><p>Beatty, an Ohio Democrat and ex officio member of the Kennedy Center, has led the effort to prevent Trump from memorializing himself there. In asking for the court’s intervention, her lawyers, Norm Eisen and Nathaniel Zelinsky, wrote that the board's actions amounted to “clear violations” of an earlier court order.</p><p>A representative for the Kennedy Center didn’t immediately respond to a request for comment. The resolution approved by Trump’s allies on the board said the Kennedy Center “would be in financial ruin without President Trump’s unique stature as both an unparalleled fundraiser and world-class developer.”</p><p>Congress named the performing arts center as a living memorial to Kennedy in 1964, the year after he was assassinated. The law explicitly prohibits the board of trustees from making the center into a memorial to anyone else, and from putting another person’s name on the building’s exterior.</p><p>U.S. District Court Judge Christopher Cooper ruled in May that the Kennedy Center illegally added Trump’s name to the building, ordering it removed. The institution’s leaders complied in June but left a tarp and scaffolding in place where Trump’s name once stood.</p><p>Lawyers for the Kennedy Center wouldn’t commit this week to taking down the scaffolding, saying it’s needed as part of a broader system for “water testing and structural repairs to the roof overhang.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRKX6QTIXBHZV6KX3DHFF5J3TQ.jpg?auth=bf85502d9b4e2728b00dc1b300115787239e54ae9df869715fc6d7f6cbe8a066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The exterior of the Kennedy Center is seen, Friday, July 31, 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/LTBXCSV23XDR3GWPJVVMJ43PVE.jpg?auth=24c0e258853b52c90bcfd485b27c4a419167c5555dc96713dd57b4f9d74950fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Kennedy Center is seen from the Washington Monument, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Jury says The New York Times defamed Alabama basketball player with incorrect story about shooting]]></title><link>https://www.local10.com/sports/2026/08/20/jury-says-the-new-york-times-defamed-alabama-basketball-player-with-incorrect-story-about-shooting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/jury-says-the-new-york-times-defamed-alabama-basketball-player-with-incorrect-story-about-shooting/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TUSCALOOSA, Ala. (AP) — An Alabama jury on Thursday awarded $9.25 million in damages after finding that The New York Times defamed a college basketball player by incorrectly reporting that he was at the scene of a fatal shooting in Tuscaloosa.]]></description><pubDate>Fri, 21 Aug 2026 02:21:22 +0000</pubDate><content:encoded><![CDATA[<p>TUSCALOOSA, Ala. (AP) — An Alabama jury on Thursday awarded $9.25 million in damages after finding that The New York Times defamed a college basketball player by incorrectly reporting that he was at the scene of a fatal shooting in Tuscaloosa.</p><p>Kai Spears, who played for the University of Alabama men’s team, sued the Times in 2023 after it published a report, citing a person familiar with the investigation, that indicated he was a passenger in a car involved in the shooting. The Times reported that the person had spoken “on the condition of anonymity to discuss sensitive matters.”</p><p>Days later, the Times acknowledged its error in an editor's note and corrected the story.</p><p>The eight-person jury delivered its verdict after a nine-day trial in the U.S. District Court for the Northern District of Alabama. Matt Glover, an attorney for Spears, said he was pleased with the decision and believes “this verdict will improve journalism throughout the country.”</p><p>The Times was reviewing its legal options after losing in court, spokesperson Charlie Stadtlander said.</p><p>“We’re disappointed the jury found The Times liable for an honest mistake,” Stadtlander said in a statement Thursday. “We thank the jury for its service, but believe the verdict and award of damages are contrary to law and not supported by the evidence."</p><p>Three other basketball players from the school were present at the January 2023 shooting, which killed a 23-year-old mother. In the lawsuit, Spears claimed the inaccurate reporting had caused him emotional distress and forever linked him with a murder.</p><p>A Times article reporting on the verdict Thursday said the newspaper “had not lost a defamation lawsuit brought in the United States over one of its articles in more than 50 years.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTEY3ACD7CY6OV2VNK6QLCRT4Y.jpg?auth=8bd18021f08aec45a40a7dac6d8cc1580258f203a25b0f092347ce2ce9362c49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for The New York Times hangs above the entrance to its building in New York, May 6, 2021. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content></item><item><title><![CDATA[Canal de Panamá anuncia restricciones en el tránsito de buques debido a disminución de las lluvias]]></title><link>https://www.local10.com/espanol/2026/08/20/canal-de-panama-anuncia-restricciones-en-el-transito-de-buques-debido-a-disminucion-de-las-lluvias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/canal-de-panama-anuncia-restricciones-en-el-transito-de-buques-debido-a-disminucion-de-las-lluvias/</guid><dc:creator><![CDATA[Por ALMA SOLÍS, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE PANAMÁ (AP) — El Canal de Panamá anunció el jueves que reducirá temporalmente el número máximo de buques que transitan por la vía fluvial comercial a 34 por día debido a una disminución de las precipitaciones que ha bajado el suministro de agua necesaria para el funcionamiento de sus operaciones.]]></description><pubDate>Fri, 21 Aug 2026 00:50:47 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE PANAMÁ (AP) — El Canal de Panamá anunció el jueves que reducirá temporalmente el número máximo de buques que transitan por la vía fluvial comercial a 34 por día debido a una disminución de las precipitaciones que ha bajado el suministro de agua necesaria para el funcionamiento de sus operaciones.</p><p>En tiempos normales de operación por la vía interoceánica, de unos 80 kilómetros que conecta el Atlántico con el Pacífico, pasan diariamente 36 a 38 buques. La vía mueve alrededor del 3% de comercio marítimo mundial.</p><p>De acuerdo con el anuncio, sólo nueve barcos podrán utilizar diariamente las esclusas Neopanamax —las más grandes que operan tras la ampliación de la vía interoceánica— mientras que 25 podrán pasar por las antiguas esclusas Panamax a partir del 6 de septiembre y 23 desde el 15 del mismo mes.</p><p>La Autoiridad del Canal señaló que a pesar del inicio de la temporada de lluvias en Panamá y de las medidas de ahorro de agua implementadas por la vía para mitigar los efectos adversos del fenómeno de El Niño, las condiciones actuales de la cuenca hidrográfica, incluyendo precipitaciones inferiores a las esperadas, requieren acciones adicionales para garantizar la sostenibilidad a largo plazo de las operaciones de tránsito.</p><p>El miércoles, el administrador del Canal de Panamá, Ricaurte Vasquez, dijo a la prensa que el actual fenómeno de El Niño es diferente. “Este es un evento del Niño que tiene una conducta muy temprana... que nos encuentra o nos encontró por los lagos en niveles más altos, pero que posiblemente tiene una duración mucho más larga que cualquier fenómeno anterior”.</p><p>Las esclusas del Canal de Panamá funcionan con agua dulce que obtiene de los lagos Gatún y Alahueja, los cuales también aportan el agua para el consumo el 50% de la población del país centroamericano.</p><p>No es la primera vez que la vía panameña pone en vigor este tipo de medidas. Durante 2023 y 2024 sus autoridades se vieron obligadas a restringir más drásticamente el número de buques debido a la sequía y a los bajos niveles de agua de los lagos que provocaron congestionamientos en las entradas de la vía.</p><p>El Canal de Panamá también indicó en su comunicado del jueves que ajustará temporalmente a partir del 3 de septiembre la oferta de sus cupos diarios de subasta, para promover un proceso de asignación más equitativo que “refleje mejor la composición del mercado, incluyendo los distintos tipos de carga y las características de los segmentos de mercado”.</p><p>Las autoridades también avanzan en un proyecto multimillonario para embalsar un río que asegure el suministro de agua al canal y para el consumo humano.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HCH6RQMJLAMVDJVP5IKBDFFCUE.jpg?auth=facd0efc2b42deecb07f494245b35cbc33680ab0b5c507b169bfd69afc8fcb53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un buque de carga atraviesa las esclusas de Cocoli del Canal de Panamá el domingo 9 de agosto de 2026 en Ciudad de Panamá. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Charter captain airlifted after lightning strike off Islamorada]]></title><link>https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/</guid><dc:creator><![CDATA[Chris Gothner, Janine Stanwood, Hannah Yechivi]]></dc:creator><description><![CDATA[A Florida Keys charter captain was airlifted to a hospital in Miami-Dade County after being struck by lightning Thursday morning, Local 10 News has learned.]]></description><pubDate>Thu, 20 Aug 2026 14:45:00 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Keys charter captain was airlifted to a hospital in Miami-Dade County after being struck by lightning Thursday morning, Local 10 News has learned.</p><p><a href="https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/">Leer en español</a></p><p>The strike happened at around 6 a.m. off mile marker 81 in Islamorada as the group, headed by Capt. Richard Stanczyk of Stanz Fishing, encountered a rain shower while heading out to fish in the bay with clients, one of whom called for help afterward.</p><p>Authorities said the boat became inoperable after the strike and a tow boat brought it to Bud N’ Mary’s Marina, at 79851 Overseas Highway, where medics airlifted Stanczyk, 44, north to HCA Florida Kendall Hospital.</p><p>Greg Poland, a fellow South Florida charter captain, spoke to Local 10 News on Thursday. A friend of Stanczyk’s, Poland described him as “a very safe guy” and an experienced captain.</p><p>“It’s not uncommon that there would be a rainstorm and you know sometimes the rain has some lightning in it, but I know he’s a very experienced captain,” Poland said. “I very seriously doubt he was putting him(self) or his party anywhere in harm’s way. But, you know, the weather in South Florida and the tropics ― you know we’re all scared of lightning out there for sure."</p><p>Stanczyk is in serious condition as of Thursday night.</p><p>His brother told Local 10 News that his family is at the hospital with him, but declined to give further details on his condition or the incident.</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[Prince Harry and Meghan are returning to the UK with their children]]></title><link>https://www.local10.com/entertainment/2026/08/20/prince-harry-and-meghan-are-returning-to-the-uk-with-their-children/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/prince-harry-and-meghan-are-returning-to-the-uk-with-their-children/</guid><dc:creator><![CDATA[By DANICA KIRKA and JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry and his wife, Meghan, have decided to return to the United Kingdom for an extended stay starting this fall, but they won’t resume their roles as working members of the royal family, The Associated Press learned Wednesday.]]></description><pubDate>Thu, 20 Aug 2026 21:46:33 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry and his wife, Meghan, have decided to return to the United Kingdom for an extended stay starting this fall, but they won’t resume their roles as working members of the royal family, The Associated Press learned Wednesday.</p><p>The couple’s children, Prince Archie, 7, and Princess Lilibet, 5, have already enrolled at British schools and will start classes in September, according to a person close to the Sussexes who was not authorized to speak publicly. The family plans to live at a private, non-royal residence outside of London, but plans to maintain their home in Montecito, California, and their vacation property in Portugal.</p><p>The Daily Telegraph first reported the story. When asked to discuss the reports by the AP at a roundtable event with U.S. veterans in Washington Wednesday night, Harry replied, “Nothing to say.”</p><p>Harry and Meghan gave up their royal duties and moved to California more than six years ago to earn their living through lucrative contracts with Netflix and Spotify. Although relations with the rest of the royal family have soured since then, Harry has recently expressed an interest in reconciliation so he could spend more time with his father, King Charles III, who is being treated for an undisclosed form of cancer.</p><p>Charles was informed of the couple’s plans on Sunday. Harry and Meghan visited the U.K. last month.</p><p>Buckingham Palace has a policy of not commenting on speculation about non-working members of the royal family. A representative for Harry and Meghan declined to comment.</p><p>According to a source close to the Sussexes, Meghan will continue heading her As Ever company from the U.K., while Harry can spend more time working with his U.K.-based charities.</p><p>Harry and Meghan have had a stormy relationship with the royal family ever since they decamped to a mansion in the exclusive Southern California enclave of Montecito.</p><p>In a series of interviews and Harry’s memoir “Spare,” the couple said they left Britain to escape the restrictions of royal life and criticized palace officials for being insensitive to Meghan’s mental health while alleging that at least one member of the royal family had expressed racist views when she was pregnant with their first child. Meghan describes herself as biracial.</p><p>Those tensions were exacerbated by Harry’s long-running legal battle with Britain’s tabloid newspapers, which he alleges illegally hacked his phones and invaded his privacy when he was younger.</p><p>The prince recently lost a lawsuit against the publisher of the Daily Mail, though he won a 2023 judgment that condemned the publisher of the Daily Mirror for phone hacking. He also reached a settlement with the publisher of the Sun, which apologized for intruding on his life and agreed to pay substantial damages.</p><p>The latest trial has left Harry facing a potential bill for millions of pounds after the court ruled he and other plaintiffs in the case were liable for the publisher’s legal fees. Associated Newspapers has filed documents showing that its legal costs amounted to 34.5 million pounds ($47 million).</p><p>Harry has also been embroiled in a legal wrangle with the British government after a government committee refused to authorize police protection for the prince and his family when they are in the U.K. The prince says he and his family need armed police protection because they are at risk simply because they are members of the royal family, regardless of whether they are working royals.</p><p>After losing a court battle over the security issue last year, Harry said he hoped to rebuild relations with his family.</p><p>“I would love reconciliation with my family. There’s no point in continuing to fight anymore,” Harry told the BBC. “I don’t know how much longer my father has.”</p><p>Last month, Harry returned to the U.K. for a series of charity engagements. Meghan and the children joined Harry for part of the visit and they spent time with the king at his Highgrove estate in western England. It was the first time Archie and Lilibet had seen their grandfather since the late Queen Elizabeth II’s platinum jubilee in 2022.</p><p>While Harry has recently met with his father, there are no signs of a warming of relations with his brother, Prince William, the heir to the throne.</p><p>Peter Hunt, a former BBC royal correspondent, said the surprise announcement would make William “apoplectic.”</p><p>“In the short term, Harry will be able to deepen his rapprochement with his father,” Hunt told Britain’s Press Association. “And his presence back home will make it harder for his brother to duck a reconciliation.”</p><p>___</p><p>Pollard reported from Washington.</p>]]></content:encoded></item><item><title><![CDATA[Jurors hear 'Keffe D' say his nephew fired fatal shots at Tupac Shakur in 1996 drive-by shooting]]></title><link>https://www.local10.com/entertainment/2026/08/20/jurors-hear-keffe-d-say-his-nephew-fired-fatal-shots-at-tupac-shakur-in-1996-drive-by-shooting/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/jurors-hear-keffe-d-say-his-nephew-fired-fatal-shots-at-tupac-shakur-in-1996-drive-by-shooting/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — Jurors on Thursday heard Duane “Keffe D” Davis tell detectives in 2008 that his nephew Orlando “Baby Lane” Anderson fired the shots that killed Tupac Shakur.]]></description><pubDate>Fri, 21 Aug 2026 00:47:56 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Jurors on Thursday heard Duane “Keffe D” Davis tell detectives in 2008 that his nephew Orlando “Baby Lane” Anderson fired the shots that killed Tupac Shakur.</p><p>Davis, who said in the interview that he was also in the car with Anderson, is accused of orchestrating the 1996 killing of the 25-year-old hip-hop superstar in Las Vegas. At the time of the interview, his nephew had been dead for a decade.</p><p>Davis said the white Cadillac he and Anderson were riding in with two other men pulled up alongside a car with Shakur inside, along with hip-hop mogul and Death Row Records head Marion “Suge” Knight.</p><p>“If we would have been on my side, I would have blasted,” Davis said. Instead, Knight’s car was on the other side, so Davis passed his gun back to Deandre “Big Dre” Smith. But Smith didn’t want it, Davis said.</p><p>Anderson, who was also in the back seat, took the weapon and started firing, Davis said.</p><p>Jurors watched the screen as the transcript of the audio recording rolled. Some occasionally took notes. At the beginning of the audio interview, Davis and his attorney whispered to each other. Shakur’s family sat still, occasionally looking at the screen or looking down to the floor. The room was quiet as Davis described the shooting.</p><p>It was the first time Davis directly discussed his involvement in the killing with authorities. The interview is essential evidence in the state's case against the 63-year-old Davis. Prosecutors told jurors in opening statements that they would lean heavily on Davis' own admissions in interviews with police and on podcasts, as well as the 2019 memoir he co-authored, “Compton Street Legend.”</p><p>He also previously told the FBI that his nephew was not involved in the 1996 shooting of Shakur, and speculated that Knight or Sean “Diddy” Combs were involved.</p><p>Davis has pleaded not guilty. His lawyer has called the prosecution’s narrative “fiction” and said Davis was “full of crap” when he told stories of his involvement, and that authorities knew it. He argued investigators failed to back up the statements his client made with evidence.</p><p>The Los Angeles police detectives had actually brought Davis in to talk about the 1997 shooting death of Shakur's archrival, the Notorious B.I.G.</p><p>Davis had briefly been one of the suspects in that still unsolved killing, but he was later discounted.</p><p>“Everybody was a suspect at that time,” Daryn Dupree, one of the detectives in the interview, said in court testimony Thursday.</p><p>The detectives tell Davis that their discussion is confidential.</p><p>“Nothing you say today can be used against you,” said Greg Kading, the other detective conducting the interview who described it in a book a few years later.</p><p>Some in the audience shook their heads when someone in the audio tells Davis that “nothing leaves this room.”</p><p>Dupree adds, “If you don’t say nothing, it’s cool, but if you go out there and start talking …”</p><p>Prosecutors say Davis did in fact “go out there and start talking” a decade later when he told stories about the shooting in interviews and the memoir. They said that nullifies any agreement he had with law enforcement over this and other recorded conversations.</p><p>Prosecutors allege Shakur was killed to avenge Shakur’s entourage attacking Davis’ nephew Anderson a few hours earlier at the MGM Grand after a Mike Tyson fight. Davis was at the fight but not the brawl.</p><p>Later in the evening, they were in the Cadillac and saw Shakur hanging out of a black BMW with people calling out “Tupac!”</p><p>Davis said that after Lane fired the shots, he thought Knight was dead.</p><p>Decades after his death, Shakur remains a cultural icon, and one of the most influential and versatile rappers of all time. He died as his popularity was peaking and his film career as an actor was taking off. His legend has only grown in the years since.</p><p>____</p><p>Associated Press Writer Rebecca Boone contributed from Boise, Idaho and AP Entertainment Writer Andrew Dalton contributed from Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZOXOBRSFUHRHWTOF6465FX7WO4.jpg?auth=b50010cd6c71337681615b9cd03ce402d9893f9eec0151bbe2259eda18920665&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis appears in court during his murder trial, related to the 1996 killing of rapper Tupac Shakur, in Clark County District Court at the Regional Justice Center in Las Vegas, Thursday, Aug. 20, 2026. (Steve Marcus/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SR3C3R4L6XJFX3JZKI6XE5F4XE.jpg?auth=dd7da7273b40b5ccb812824576571fccdb0c529f112981c08b1dc11813494ad5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Tupac Shakur attends a voter registration event in South Central Los Angeles, Aug. 15, 1996. (AP Photo/Frank Wiese, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Wiese</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDOFADPGUS3SAJS2OUSS5R5KGA.jpg?auth=e981b03e0ced58268cf96e32731b8719f0b1dd63358e3f17545140daa89b572d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denvonta Lee responds to a question from Michael Sanft, attorney for Duane Davis, during Davis' murder trial, related to the 1996 killing of rapper Tupac Shakur, in the Clark County District Court at the Regional Justice Center in Las Vegas, Thursday, Aug. 20, 2026. (Steve Marcus/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52WJFNAXBNWRVIEBRW4GQ5WD2I.jpg?auth=37d337affa97a79f4adaaf23731801e80da4a56ad05aa232d6d8b0ede076862c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Michael Sanft questions a witness during the Duane Davis murder trial, related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court at the Regional Justice Center in Las Vegas, Wednesday, Aug. 19, 2026. (David Becker/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Becker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4NS3WECHUXCO7HNYO3BUJWJK4.jpg?auth=baa8f57e6b416ecd9119aa20c356138fa84af4432292b680e22e6a0b8df7578d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis, left, listens to his attorney Michael Sanft during Davis' murder trial, related to the 1996 killing of rapper Tupac Shakur, in Clark County District Court at the Regional Justice Center in Las Vegas, Thursday, Aug. 20, 2026. (Steve Marcus/Pool Photo via AP]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content></item><item><title><![CDATA[Atlantic could perk up late next week as Hawaii eyes another weekend storm threat]]></title><link>https://www.local10.com/weather/hurricane/2026/08/20/atlantic-could-perk-up-late-next-week-as-hawaii-eyes-another-weekend-storm-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/20/atlantic-could-perk-up-late-next-week-as-hawaii-eyes-another-weekend-storm-threat/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The Atlantic will stay on a hurricane hiatus through at least the early part of next week.]]></description><pubDate>Thu, 20 Aug 2026 14:19:37 +0000</pubDate><content:encoded><![CDATA[<p>The Atlantic will stay on a hurricane hiatus through at least the early part of next week.</p><p><a href="https://www.local10.com/espanol/2026/08/20/atlantico-podria-activarse-a-finales-de-la-proxima-semana-mientras-hawai-enfrenta-otra-amenaza-de-tormenta-para-el-fin-de-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/atlantico-podria-activarse-a-finales-de-la-proxima-semana-mientras-hawai-enfrenta-otra-amenaza-de-tormenta-para-el-fin-de-semana/">Leer en español</a></p><p>As we discussed in yesterday’s newsletter, however, longer range forecast models continue to indicate the possibility of development by later next week with a strong tropical wave emerging over the eastern Atlantic around next Tuesday or Wednesday (August 25-26).</p><figure><img src="https://www.local10.com/resizer/v2/KJBJQBFEKRAM5HJLDVGRH54QMM.png?auth=8d88b1a829e0d0c3d894ffce568c91e938b1c3b616bd2acb734094a8651b62bd&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org.</figcaption></figure><p>The development of this next candidate is by no means a lock, but the signal has been the most pronounced we’ve seen amongst all major models and modeling camps (AI and traditional physics-based models). We saw some models perk up with the last two waves – Invest 92L and Invest 94L – only to fall flat in later cycles as the waves fizzled. And even with this one, we’re seeing some hemming and hawing between model runs, with Google’s DeepMind peeling back its early enthusiasm in overnight runs.</p><figure><img src="https://www.local10.com/resizer/v2/OQGUB43HJJBO5LEUAVMO7K3JYM.gif?auth=8478858bd11442674e007990590b43f46254b6f37b15da32164e778b8ab594c3&smart=true&width=1200&height=900" alt="Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala.</figcaption></figure><p>Nevertheless, the difference between mid-August with the last two waves and late August with the one ahead is noteworthy, and the Atlantic is better primed to support development in late August and early September than it is just a few weeks prior, something we know well from climatology.</p><p>Systems this season will largely struggle, but late August through mid-October is kind of like July in the South. Even on “cool” days, it can still feel hot. A heatwave in July hits differently than one in March, and that’s why we stay vigilant this time of year. Hurricane season wants to give us storm-equivalent heatwaves by September, even in “cool” years.</p><p>The good news in late August and early September is the threats often, though certainly not always, originate over the wide open Atlantic, which gives us plenty of time to watch and prepare. That’s obviously the case here, and regardless, we have plenty of time to follow the trends.</p><p>For now, we don’t anticipate any tropical threats on the Atlantic side through at least the end of next week.</p><h3><b>Another close call for Hawaii this weekend?</b></h3><p>Meanwhile, out in the central Pacific, we can’t give the same reassurances to Hawaii, where officials are still assessing damage and only beginning recovery efforts in the wake of Lala last weekend.</p><p>Invest 90E, located about 1,000 miles southeast of Hawaii, is expected to gradually organize into a tropical depression and named storm (Moke pronounced MOH-keh) in the coming days as it moves in the general direction of Hawaii.</p><figure><img src="https://www.local10.com/resizer/v2/XYNSRHMPZJCFBNYU5IENPDMBRI.png?auth=f3e8a9815bc254d728c41aa921a02024e242f6ef0221dcdbbf8b648c9b5789b4&smart=true&width=1200&height=900" alt="Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>It’s too soon to know if future Moke will pose a direct threat to the islands, but models suggest it could be in the vicinity by this upcoming weekend.</p><p>Until the system fully forms, models will be jumpy, and for now, this is simply one that interests in the state – and particularly on the Big Island – should monitor. At least for now, conditions don’t seem as conducive to strengthening as they were with Lala, but it doesn’t take a direct hit from a hurricane to cause problems, especially in places with weakened infrastructure and still-swollen rivers from Lala’s historic rain.</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/AOCA25ZLZVH7JJMBNFBIRLEJ24.png?auth=c6f40430d53046cae1ec6308eb688e911c4869419bfb91ec59f65f19966e73ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Eastern Pacific satellite early Thursday showing Invest 90E about 1,000 miles southeast of Hawaii. The system is expected to strengthen into Tropical Storm Moke in the days ahead and could threaten parts of Hawaii by this weekend. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Rory McIlroy makes quick turnaround for 5-way share of the lead at BMW as ailing Scheffler fades]]></title><link>https://www.local10.com/sports/2026/08/20/rory-mcilroy-makes-quick-turnaround-for-5-way-share-of-the-lead-at-bmw-as-ailing-scheffler-fades/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/rory-mcilroy-makes-quick-turnaround-for-5-way-share-of-the-lead-at-bmw-as-ailing-scheffler-fades/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Rory McIlroy might not be as far away as he thought four days ago, playing bogey-free at Bellerive for a 6-under 64 that gave him a share of the lead Thursday in the BMW Championship with three other U.S. Open champions and Chris Gotterup.]]></description><pubDate>Thu, 20 Aug 2026 23:59:06 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Rory McIlroy might not be as far away as he thought four days ago, playing bogey-free at Bellerive for a 6-under 64 that gave him a share of the lead Thursday in the BMW Championship with three other U.S. Open champions and Chris Gotterup.</p><p>Four days brought a big change for Scottie Scheffler, too. The world's No. 1 player went from an eight-shot victory in the postseason opener to feeling under the weather and having to rally for a 72, his highest opening round since the U.S. Open in June.</p><p>Scheffler's voice was hoarse when he said he didn't want to stop to talk, saying only that he was sick as he headed for the locker room.</p><p>McIlroy returned from a four-week break after the British Open with plenty of rust and very little golf and failed to break par in any of the four rounds for the first time in more than five years at the FedEx St. Jude Championship.</p><p>He went home to Florida and worked with swing coach Michael Bannon.</p><p>“I went home and I worked on a few things and at least got myself back in a frame of mind where like I felt like I’m at least back on the right path of what I’m doing with my game and with my swing,” McIlroy said. “It’s certainly a work in progress. Days like this are encouraging, obviously. There’s still a lot of work to be done.”</p><p>McIlroy is fond of saying players never remember what it's like to play bad when they're going well and they think they'll never play good again when the game is going poorly. It's never that far away, and Thursday was a reminder of that.</p><p>Bellerive originally was designed by Robert Trent Jones Sr. and later updated by his son, Rees, who had the reputation as the “Open Doctor” for trying to modernize and toughen courses. While soft conditions contributed to a bunched leaderboard, it was hard to look past so many U.S. Open champions at the top.</p><p>Gary Woodland, a Kansas native getting plenty of support in Missouri as he continues to recover from brain surgery and make it to the FedEx Cup finale, holed out for eagle on the 11th fairway and didn’t miss a green until the 18th, his lone bogey. He won the U.S. Open in 2019 at Pebble Beach.</p><p>Wyndham Clark, who birdied five of his last six holes, is a two-time U.S. Open champion, including this year at Shinnecock Hills. J.J. Spaun went back to the putter he used when he won the U.S. Open at Oakmont two years ago and had seven birdies until a bogey on the final hole.</p><p>Among those a shot behind was 2022 U.S. Open champion Matt Fitzpatrick.</p><p>“Coincidence,” Clark said about five of seven U.S. Open champions at 65 or better.</p><p>Woodland is the only one at 64 who really needed a start like this. The triple-digit heat last week in Memphis, Tennessee, made it difficult for him to slow his heart rate, which is key for him to prevent his brain from being overly engaged.</p><p>He is at No. 31 in the FedEx Cup — only the top 30 reach the Tour Championship next week in Atlanta, which would guarantee him starts in all four majors next year, along with giving him a chance to play for the FedEx Cup and its $10 million prize.</p><p>“I can promise you East Lake wasn’t on my mind to start the year,” Woodland said. "It’s a goal, I think you write it down, but it seemed like far, far away. I’ve had up-and-down days. I’ve had some rough days lately. But we’ve built this together, Randy (Smith) and I, to get to a point where I feel very comfortable over the golf ball.</p><p>“If I can find a way to get through 18 holes mentally, my game’s in a pretty good spot where I can compete out here at a level I haven’t been able to compete in a while.”</p><p>Woodland kept the excitement down when the crowd erupted in cheers to see his sand wedge from 99 yards spin back and roll into the cup for eagle on the 11th hole. He smiled and raised his arm and gave high-fives to Adam Scott and the caddies.</p><p>Most impressive was his 2-iron from 286 yards on the par-5 17th that rolled out to 12 feet on the fringe. He narrowly missed that and settle for birdie.</p><p>Woodland occasionally places his hand on the left side of his chest before putting. It looked like a reminder to keep his shoulders in place. Turns out it has a much deeper purpose.</p><p>“When I’m struggling I put my hand on my heart to just to remind myself that I’m alive, and if I can feel my heart beat I know I’m breathing,” he said. “And I’ve done that this year just to try to slow my heart down, tell myself I’m safe and I’ll be all right.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DSMMQFDQTMAGSIZS4LUJA7S5AA.jpg?auth=6b21efe445c0653d41a4481d28635b9e12ed5e3ec7f3d3b308f8dd114d18d1c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, hits from the fifth tee during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FY6JNPV777O46N5AKWN6HFYGI.jpg?auth=b6976609e5a203034bd02c91b0dfc607e4dfc9d2f085b60b3a682e3233d1fafb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler walks to the fifth hole during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HA2FW4S7ALO2PPGQO7DEYIV6UI.jpg?auth=d90ae6d4eaf0f00acf12aed702d345697314f3c945bc01c25703ed94133f2044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Woodland kneels next to his bag on the second tee during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLYQ3CPHNLDH6EUJEME3DXFSAQ.jpg?auth=431e3edfb0bbe57f3793f63daab0e622f769f0fac0797434f408be6e8f9b5e8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun, right, talks to his caddie Mark Carens, right, on the 16th tee during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KLVNJCFKNLF2GXGRYD6FVLTZ4.jpg?auth=6516e36a387e1c568cc80a1d8dca8bbd8309af653f839453650cd40ed574c62e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark hits from the bunker on the first hole during the first round of the BMW Championship golf tournament Thursday, Aug. 20, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Interfaith minister remembers 2 of 7 helicopter crash victims who died in Kenya ]]></title><link>https://www.local10.com/news/world/2026/08/20/interfaith-minister-remembers-2-of-7-helicopter-crash-victims-who-died-in-kenya/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/interfaith-minister-remembers-2-of-7-helicopter-crash-victims-who-died-in-kenya/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres, Jackie Pascale]]></dc:creator><description><![CDATA[On Thursday, in Coral Gables, Rev. Eddie Rodriguez remembered his time with two of the seven victims of the helicopter crash on Wednesday in northern Kenya.]]></description><pubDate>Thu, 20 Aug 2026 23:26:26 +0000</pubDate><content:encoded><![CDATA[<p>On Thursday, in Coral Gables, Rev. Eddie Rodriguez remembered his time with two of the seven victims of the helicopter crash <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">on Wednesday </a>in northern Kenya.</p><p>Rodriguez, an interfaith minister, said he officiated the wedding of Adam Hlavaty and Henry Parra, a “great couple,” in 2017 at the Biltmore Hotel in Coral Gables. </p><p>“There are couples that stand out for you, and they certainly did,” Rodriguez said. </p><p>Josh Outram, the pilot of the single-engine helicopter, was flying six tourists from the <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" target="_self" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Suyian Conservancy</a> to <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" target="_self" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">Mount Ololokwe</a> when they crashed in <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" target="_self" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">Samburu County</a>, according to Kenya’s <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Civil Aviation Authority</a> and <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" target="_self" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori</a>, the operator.</p><p>Hlavaty, 42, and Parra, 55, were traveling with José Suárez, Roger Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, and Stephany Hollihan. The seven died. </p><p><a href="https://www.mrktgroup.com/copy-of-about-us" target="_self" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> was a real estate executive. He was the vice president of development for Benihana and served as a board member of the Coral Gables Art Museum. <a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" target="_self" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a>, a software executive, co-founded <a href="https://www.trax.aero/" target="_self" rel="" title="https://www.trax.aero/">Trax USA</a>, a company based in Coral Gables. </p><p><a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" target="_self" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a>, 44, the director of CIES, Ecuador’s strategic intelligence center, and <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" target="_self" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a>, 42, a fashion designer who founded the <a href="https://sensistudio.com/" target="_self" rel="" title="https://sensistudio.com/">Sensi Studio</a> in 2010, were also a married couple and close <a href="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/">friends of Ecuadorian President Daniel Noboa</a>. </p><p><a href="https://www.linkedin.com/in/josetv" target="_self" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a>, who grew up in Coral Gables, was the president and general manager of the Telemundo-owned stations in Orlando, Tampa, and Fort Myers. He was 55. </p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" target="_self" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> was the entrepreneur behind <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" target="_self" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a>, George Stone Crabs, and the restaurateur who co-founded My Ceviche, Zuuk Mediterranean Kitchen, and El Tropico Cuban Kitchen. He was 42. </p><p>Duarte is survived by his two sons, Roger and George, and his wife, Nicole Valls, whose family founded La Carreta restaurants and Versailles, the iconic Cuban restaurant in Miami’s Little Havana. </p><p>The Loisaba Conservancy in Kenya released a statement on Wednesday describing the group as “guests” of <a href="https://www.andbeyond.com/" target="_self" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a>, a travel agency. </p><p>On Thursday, the Loisaba Conservancy released a statement on Instagram, remembering Outram, who had worked for the conservancy from 2020 to 2023, was a resident there, and a part of their community. </p><p>“He supported elephant rescues, aerial surveillance for our security teams and responses to incidents on the ground, and helped with the work to establish the Loisaba Rhino Sanctuary, including building of the fence,” a spokesperson wrote. “A fourth-generation Kenyan, Josh had been flying across the country’s conservation and commercial aviation sectors for more than fifteen years. His experience was evident to everyone who flew with him: colleagues and clients alike knew him for his skill, professionalism and calm in some of the most demanding flying conditions.”</p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/">Noboa reacts to fatal helicopter crash in Kenya: ‘There was nothing more important to them than their children’</a></li><li><a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">South Florida friends’ trip to Kenya ends in tragedy after helicopter crash</a></li><li><a href="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Safari helicopter crashes in northern Kenya, killing 7 people, including 5 Americans</a></li></ul><p>Noboa reacts to fatal helicopter crash in Kenya: ‘There was nothing more important to them than their children’</p><p><b>Related social media posts on Thursday</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El accidente en Kenia me quitó a dos amigos, pero sobre todo nos quitó a dos personas que eran familia para nosotros.<br><br>Michele estuvo a mi lado en algunos de los momentos más difíciles de estos años. Leal, valiente y firme, me acompañó sin titubear cuando tocó tomar decisiones… <a href="https://t.co/NLJme76bxB">pic.twitter.com/NLJme76bxB</a></p>&mdash; Daniel Noboa Azin (@DanielNoboaOk) <a href="https://x.com/DanielNoboaOk/status/2090426583987405221?ref_src=twsrc%5Etfw">August 20, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcQ9pP5DK3v/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcQ9pP5DK3v/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p><b>Related social media posts on Wednesday</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our deepest condolences to the loved ones of those who perished in today’s helicopter crash in Samburu County.  We are in touch with local authorities and providing consular assistance.</p>&mdash; U.S. Embassy Nairobi, Kenya (@USEmbassyKenya) <a href="https://x.com/USEmbassyKenya/status/2090128660095455444?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcPduj3jJbf/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcPduj3jJbf/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p><b>Read the statement</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Noboa reacts to fatal helicopter crash in Kenya: ‘There was nothing more important to them than their children’]]></title><link>https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/noboa-reacts-to-fatal-helicopter-crash-in-kenya-there-was-nothing-more-important-to-them-than-their-children/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Ecuadorian President Daniel Noboa released a statement on Thursday morning reacting to the helicopter crash in northern Kenya that killed seven, including a group of friends with links to South Florida. ]]></description><pubDate>Thu, 20 Aug 2026 16:25:28 +0000</pubDate><content:encoded><![CDATA[<p>Ecuadorian President Daniel Noboa released a statement on Thursday morning reacting to the helicopter crash <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">on Wednesday </a>in northern Kenya that killed seven, including a group of friends from South Florida. </p><p><a href="https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/">Leer en español</a></p><p>The pilot of a single-engine helicopter was flying a group of six tourists from the <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" target="_self" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Suyian Conservancy</a> to <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" target="_self" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">Mount Ololokwe</a> when they crashed in <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" target="_self" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">Samburu County</a>, according to Kenya’s <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Civil Aviation Authority</a> and <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" target="_self" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori</a>, the helicopter operator.</p><p>The seven victims were José Suárez, Roger Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, Stephany Hollihan, and Josh Outram. There were two married couples: Hlavaty, 42, and Parra, 55, and <a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" target="_self" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a>, 44, and <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" target="_self" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a>, 42. </p><p>“There was nothing more important to them than their children,” Noboa wrote in a statement in Spanish about Sensi-Contugi and Hollihan <a href="https://x.com/DanielNoboaOk/status/2090426583987405221" target="_self" rel="" title="https://x.com/DanielNoboaOk/status/2090426583987405221">on X</a>. “We know how much they loved them and everything they dreamed for them, and as long as we’re here, they’ll never be alone. We’ll take care of them and stand by them, just as we know they would have done for ours.”</p><p>Authorities in Ecuador identified Sensi-Contugi, as the director of CIES, the country’s strategic intelligence center. In <a href="https://www.instagram.com/p/DcO3o7YpxA9/" target="_self" rel="" title="https://www.instagram.com/p/DcO3o7YpxA9/">a statement</a>, a spokesperson for the Latin American Fashion Summit described Hollihan, a fashion designer, as “a true visionary and an extraordinary force.”</p><p>Harpers Bazaar <a href="https://www.instagram.com/p/DcOenmmkVQe/" target="_self" rel="" title="https://www.instagram.com/p/DcOenmmkVQe/">reported</a> Hollihan, the founder of the <a href="https://sensistudio.com/" target="_self" rel="" title="https://sensistudio.com/">Sensi Studio</a>, was from Ecuador’s port city of Guayaquil and was passionate about promoting Ecuadorean artisans’ work with “paja toquilla” in the U.S. and Europe. </p><p><a href="https://www.linkedin.com/in/josetv" target="_self" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a>, who grew up in Coral Gables, was the president and general manager of the Telemundo-owned stations in Orlando, Tampa, and Fort Myers. He was 55. </p><p><a href="https://www.mrktgroup.com/copy-of-about-us" target="_self" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> was a real estate executive. He was the vice president of development for Benihana and served as a board member of the Coral Gables Art Museum. <a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" target="_self" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a>, a software executive, co-founded <a href="https://www.trax.aero/" target="_self" rel="" title="https://www.trax.aero/">Trax USA</a>, a company based in Coral Gables. </p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" target="_self" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> was the Miami-Dade County-based entrepreneur behind <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" target="_self" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a>, the owner of George Stone Crabs, which he had started <a href="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html" target="_self" rel="" title="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html">in Key Biscayne</a>, and the co-founder of My Ceviche, Zuuk Mediterranean Kitchen, and El Tropico Cuban Kitchen. He was 42. </p><p>Duarte is survived by his two sons, Roger and George, and his wife, Nicole Valls, whose family founded La Carreta restaurants and Versailles, the iconic Cuban restaurant in Miami’s Little Havana. </p><p>The spokesperson for Duarte’s family identified Suárez and the two couples as “dear friends” and Outram as the pilot. The Loisaba Conservancy in Kenya released a statement on Wednesday describing the group as “guests” of <a href="https://www.andbeyond.com/" target="_self" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a>, a travel agency. </p><p>On Thursday, the Loisaba Conservancy released a statement on Instagram, remembering Outram, who had worked for the conservancy from 2020 to 2023, was a resident there, and a part of their community. </p><p>“He supported elephant rescues, aerial surveillance for our security teams and responses to incidents on the ground, and helped with the work to establish the Loisaba Rhino Sanctuary, including building of the fence,” a spokesperson wrote. “A fourth-generation Kenyan, Josh had been flying across the country’s conservation and commercial aviation sectors for more than fifteen years. His experience was evident to everyone who flew with him: colleagues and clients alike knew him for his skill, professionalism and calm in some of the most demanding flying conditions.”</p><p><b>Related social media posts on Thursday</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El accidente en Kenia me quitó a dos amigos, pero sobre todo nos quitó a dos personas que eran familia para nosotros.<br><br>Michele estuvo a mi lado en algunos de los momentos más difíciles de estos años. Leal, valiente y firme, me acompañó sin titubear cuando tocó tomar decisiones… <a href="https://t.co/NLJme76bxB">pic.twitter.com/NLJme76bxB</a></p>&mdash; Daniel Noboa Azin (@DanielNoboaOk) <a href="https://x.com/DanielNoboaOk/status/2090426583987405221?ref_src=twsrc%5Etfw">August 20, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcQ9pP5DK3v/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcQ9pP5DK3v/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">South Florida friends’ trip to Kenya ends in tragedy after helicopter crash</a></li><li><a href="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Safari helicopter crashes in northern Kenya, killing 7 people, including 5 Americans</a></li></ul><p><b>Related social media posts on Wednesday</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our deepest condolences to the loved ones of those who perished in today’s helicopter crash in Samburu County.  We are in touch with local authorities and providing consular assistance.</p>&mdash; U.S. Embassy Nairobi, Kenya (@USEmbassyKenya) <a href="https://x.com/USEmbassyKenya/status/2090128660095455444?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><p><b>Read the statement</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists]]></media:description><media:credit role="author" scheme="urn:ebu">Kenya Red Cross</media:credit></media:content></item><item><title><![CDATA[Noboa reacciona a accidente fatal de helicóptero en Kenia: “No había nada más importante para ellos que sus hijos”]]></title><link>https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/noboa-reacciona-a-accidente-fatal-de-helicoptero-en-kenia-no-habia-nada-mas-importante-para-ellos-que-sus-hijos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El presidente de Ecuador, Daniel Noboa, emitió un comunicado la mañana de este jueves en reacción al accidente de helicóptero en el norte de Kenia que dejó siete personas muertas, incluido un grupo de amigos con vínculos con el sur de Florida.]]></description><pubDate>Thu, 20 Aug 2026 19:11:39 +0000</pubDate><content:encoded><![CDATA[<p>El presidente ecuatoriano, Daniel Noboa, emitió un comunicado el jueves por la mañana en respuesta al accidente de helicóptero ocurrido <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">el miércoles</a> en el norte de Kenia, en el que murieron siete personas, entre ellas un grupo de amigos del sur de Florida.</p><p>Según la <a href="https://x.com/CAA_Kenya/status/2090067673333854307" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Autoridad de Aviación Civil</a> de Kenia y <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori</a> , la empresa operadora del helicóptero, el piloto de un helicóptero monomotor transportaba a un grupo de seis turistas desde la <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Reserva de Suyian</a> hasta <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">el Monte Ololokwe</a> cuando se estrellaron en el <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">condado de Samburu .</a></p><p>Las siete víctimas fueron José Suárez, Roger Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, Stephany Hollihan y Josh Outram. Dos de ellas eran parejas casadas: Hlavaty, de 42 años, y Parra, de 55, y <a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a> , de 44, y <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a> , de 42.</p><p>“Para ellos, nada era más importante que sus hijos”, escribió Noboa en un comunicado en español sobre Sensi-Contugi y Hollihan <a href="https://x.com/DanielNoboaOk/status/2090426583987405221" rel="" title="https://x.com/DanielNoboaOk/status/2090426583987405221">en X.</a> “Sabemos cuánto los amaban y todo lo que soñaban para ellos, y mientras estemos aquí, nunca estarán solos. Los cuidaremos y estaremos a su lado, tal como sabemos que ellos lo habrían hecho con los nuestros”.</p><p>Las autoridades ecuatorianas identificaron a Sensi-Contugi como la directora del CIES, el centro de inteligencia estratégica del país. En <a href="https://www.instagram.com/p/DcO3o7YpxA9/" rel="" title="https://www.instagram.com/p/DcO3o7YpxA9/">un comunicado</a> , un portavoz de la Cumbre Latinoamericana de la Moda describió a Hollihan, diseñadora de moda, como “una verdadera visionaria y una fuerza extraordinaria”.</p><p><a href="https://www.instagram.com/p/DcOenmmkVQe/" rel="" title="https://www.instagram.com/p/DcOenmmkVQe/">Según</a> Harpers Bazaar, Hollihan, fundadora de <a href="https://sensistudio.com/" rel="" title="https://sensistudio.com/">Sensi Studio</a> , era originaria de Guayaquil, ciudad portuaria de Ecuador, y le apasionaba promover el trabajo de los artesanos ecuatorianos con “paja toquilla” en Estados Unidos y Europa.</p><p><a href="https://www.linkedin.com/in/josetv" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a> , quien creció en Coral Gables, era presidente y gerente general de las estaciones propiedad de Telemundo en Orlando, Tampa y Fort Myers. Tenía 55 años.</p><p><a href="https://www.mrktgroup.com/copy-of-about-us" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> era ejecutivo del sector inmobiliario. Fue vicepresidente de desarrollo de Benihana y miembro del consejo de administración del Museo de Arte de Coral Gables. <a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a> , ejecutivo de software, cofundó <a href="https://www.trax.aero/" rel="" title="https://www.trax.aero/">Trax USA</a> , una empresa con sede en Coral Gables.</p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> era un empresario del condado de Miami-Dade, fundador de <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a> , propietario de George Stone Crabs, restaurante que él mismo había fundado <a href="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html" rel="" title="https://www.islandernews.com/news/keybiscayne/key-biscayne-mourns-entrepreneur-roger-duarte-after-fatal-kenya-helicopter-crash/article_7dd87252-4333-404a-a5a6-31dfc3632358.html">en Key Biscayne</a> , y cofundador de My Ceviche, Zuuk Mediterranean Kitchen y El Tropico Cuban Kitchen. Tenía 42 años.</p><p>A Duarte le sobreviven sus dos hijos, Roger y George, y su esposa, Nicole Valls, cuya familia fundó los restaurantes La Carreta y Versailles, el emblemático restaurante cubano en la Pequeña Habana de Miami.</p><p>El portavoz de la familia de Duarte identificó a Suárez y a las dos parejas como “queridos amigos” y a Outram como el piloto. La Reserva de Loisaba en Kenia emitió un comunicado el miércoles describiendo al grupo como “invitados” de <a href="https://www.andbeyond.com/" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a> , una agencia de viajes.</p><p>El jueves, la Loisaba Conservancy publicó un comunicado en Instagram recordando a Outram, quien había trabajado para la organización desde 2020 hasta 2023, era residente de la zona y formaba parte de su comunidad.</p><p>«Apoyó los rescates de elefantes, la vigilancia aérea para nuestros equipos de seguridad y la respuesta a incidentes en tierra, y colaboró ​​en la creación del Santuario de Rinocerontes de Loisaba, incluyendo la construcción de la valla», escribió un portavoz. «Josh, keniano de cuarta generación, llevaba más de quince años volando en los sectores de conservación y aviación comercial del país. Su experiencia era evidente para todos los que volaban con él: tanto colegas como clientes lo conocían por su habilidad, profesionalismo y serenidad incluso en las condiciones de vuelo más exigentes».</p><p><b>Publicaciones relacionadas en redes sociales el jueves</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El accidente en Kenia me quitó a dos amigos, pero sobre todo nos quitó a dos personas que eran familia para nosotros.<br><br>Michele estuvo a mi lado en algunos de los momentos más difíciles de estos años. Leal, valiente y firme, me acompañó sin titubear cuando tocó tomar decisiones… <a href="https://t.co/NLJme76bxB">pic.twitter.com/NLJme76bxB</a></p>&mdash; Daniel Noboa Azin (@DanielNoboaOk) <a href="https://x.com/DanielNoboaOk/status/2090426583987405221?ref_src=twsrc%5Etfw">August 20, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcQ9pP5DK3v/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcQ9pP5DK3v/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p><b>Informes relacionados</b></p><ul><li><a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">El viaje de un grupo de amigos del sur de Florida a Kenia termina en tragedia tras un accidente de helicóptero.</a></li><li><a href="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Un helicóptero de safari se estrella en el norte de Kenia, causando la muerte de 7 personas, entre ellas 5 estadounidenses.</a></li></ul><p><b>Publicaciones relacionadas en redes sociales el miércoles</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our deepest condolences to the loved ones of those who perished in today’s helicopter crash in Samburu County.  We are in touch with local authorities and providing consular assistance.</p>&mdash; U.S. Embassy Nairobi, Kenya (@USEmbassyKenya) <a href="https://x.com/USEmbassyKenya/status/2090128660095455444?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><p><b>Lea la declaración</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Informes relacionados</b></p><p><i>Carson Merlo, editor de noticias de Local 10 News, contribuyó a este reportaje.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists]]></media:description><media:credit role="author" scheme="urn:ebu">Kenya Red Cross</media:credit></media:content></item><item><title><![CDATA[James O’Keefe faces backlash over undercover video of him posing as registered voter ]]></title><link>https://www.local10.com/news/politics/2026/08/20/james-okeefe-faces-backlash-over-undercover-video-of-him-posing-as-minnesota-registered-voter/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/james-okeefe-faces-backlash-over-undercover-video-of-him-posing-as-minnesota-registered-voter/</guid><dc:creator><![CDATA[Jenise Fernandez, Andrea Torres]]></dc:creator><description><![CDATA[James O’Keefe, a far-right activist, faced backlash on Thursday after he shared a video on Aug. 13 showing him posing as a registered voter during the primary on Aug. 11 in Minnesota. ]]></description><pubDate>Thu, 20 Aug 2026 22:34:36 +0000</pubDate><content:encoded><![CDATA[<p>James O’Keefe, a far-right activist, faced backlash on Thursday after he shared <a href="https://www.youtube.com/watch?v=eUux9ddXqV8" target="_self" rel="" title="https://www.youtube.com/watch?v=eUux9ddXqV8">a video</a> on Aug. 13 showing him posing as a registered voter during the primary on Aug. 11 in Minnesota. </p><p>In the video, O’Keefe, 42, who has ties to West Palm Beach, described his costume as “traditional Muslim attire.” He faked a foreign accent as he talked to a poll worker about a <a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">Minnesota law</a>. </p><p>On Wednesday, the Council on American-Islamic Relations released <a href="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/" target="_self" rel="" title="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/">a statement</a> calling for a criminal investigation into O’Keefe’s actions in the undercover video.</p><p>“Falsely impersonating a real voter, and using anti-Muslim stereotypes to do it, is not an acceptable substitute for legitimate civic oversight,” Jaylani Hussein, the CAIR-Minnesota executive director, said, according to <a href="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/" target="_self" rel="" title="https://www.cair.com/press_releases/cair-minnesota-calls-for-criminal-probe-of-muslim-voter-impersonation-stunt/">the statement</a>. </p><p>Critics cite that the video shows O’Keefe identifying as <a href="https://www.pharmacy.umn.edu/our-faculty-staff/our-faculty/william-pomerantz" target="_self" rel="" title="https://www.pharmacy.umn.edu/our-faculty-staff/our-faculty/william-pomerantz">William Pomerantz</a>, who was born in Pittsburgh and is a <a href="https://pomerantz.chem.umn.edu/people/william-pomerantz" target="_self" rel="" title="https://pomerantz.chem.umn.edu/people/william-pomerantz">professor</a> and <a href="https://pomerantz.chem.umn.edu/" target="_self" rel="" title="https://pomerantz.chem.umn.edu/">researcher</a> at the University of Minnesota in Minneapolis. </p><p>“I actually had a student contact me that had showed me what was online about my identity being misrepresented. So, that was pretty much a shock ... Kudos to the poll workers. They reported it afterwards. and frankly, I got to vote that evening without a problem. So, you know, the voting process, in my mind, worked,” Pomerantz told <a href="https://www.cbsnews.com/minnesota/news/activists-posing-voters-minnesota-primary-legal/" target="_self" rel="" title="https://www.cbsnews.com/minnesota/news/activists-posing-voters-minnesota-primary-legal/">WCCO-TV CBS Minnesota</a> on Wednesday, adding that he had learned about the video on Aug. 14. </p><p>Minnesota Secretary of State Steve Simon released <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">a statement </a><a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">on Aug. 14</a> about the “hidden-camera video” and <a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">the state election law</a> that O’Keefe and other activists were criticizing. </p><p><i>“</i>Their apparent goal was to cast doubt on one or more <a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">Minnesota election laws</a> that have been in force for over fifty years,” Simon said in <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">the statement</a>. “Instead, they revealed their ignorance of how those laws actually work – while putting themselves in legal jeopardy.”</p><p>The poll workers reported the incidents to local election officials, and local law enforcement was investigating the reports, according to Simon. </p><p>“The misconduct by this group is outrageous and totally unacceptable,” Simon said. “We have zero tolerance for lying, lawbreaking, and disruptions at our polling places.”</p><p><a href="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3" target="_self" rel="" title="https://www.revisor.mn.gov/statutes/cite/201.061#stat.201.061.3">Minnesota law</a> allows eligible registered voters with identification to sign an oath to vouch for up to eight potential voters who meet the state’s requirements in their precinct. </p><p>“In the 2024 general election, less than 0.6% of votes cast used this process,” Simon said in <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">the statement</a>. “Around 71% of those voters were already registered to vote but needed to update their name or address in their voter record. Vouching is commonly used in senior living facilities by residents who have not updated their driver’s licenses to reflect their current residence.” </p><p>Simon said “vouching” is also used in cases where an eligible voter has recently moved to a new address and lacks identification indicating the new address. He described a process with checks and balances.</p><p>“Vouchers must sign an affidavit under penalty of perjury that they personally know the person being vouched for is a resident of the precinct,” Simon <a href="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/" target="_self" rel="" title="https://www.sos.mn.gov/about-the-office/news-room/secretary-simon-statement-on-hidden-camera-videos-inside-polling-places/">said</a>. “Every voter who registers or updates their registration on Election Day, including those who are vouched for, is recorded by local election officials and verified in our state database after each election. If a discrepancy is found during this process, it is referred to local law enforcement for investigation and possible prosecution.”</p><p>O’Keefe founded the <a href="https://okeefemediagroup.com/" target="_self" rel="" title="https://okeefemediagroup.com/">O’Keefe Media Group</a>, or OMG, in 2023 after leaving <a href="https://www.projectveritas.com/" target="_self" rel="" title="https://www.projectveritas.com/">Project Veritas</a>, which he had founded in 2010.</p><p>On Aug. 13, O’Keefe released the video and reported that it was recorded in partnership with members of the <a href="https://x.com/ctznjusticelg" target="_self" rel="" title="https://x.com/ctznjusticelg">Citizen Justice League</a>, <a href="https://x.com/camhigby" target="_self" rel="" title="https://x.com/camhigby">Cameron Higby</a> and Anthony Rubin, one of the <a href="https://x.com/realmuckraker?s=20" target="_self" rel="" title="https://x.com/realmuckraker?s=20">Muckraker Brothers</a>.</p>]]></content:encoded></item><item><title><![CDATA[2 organizers of Hong Kong's Tiananmen vigils convicted in national security case]]></title><link>https://www.local10.com/news/world/2026/08/21/2-organizers-of-hong-kongs-tiananmen-vigils-convicted-in-national-security-case/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/21/2-organizers-of-hong-kongs-tiananmen-vigils-convicted-in-national-security-case/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — Two former organizers of Hong Kong’s annual vigils in remembrance of the 1989 Tiananmen Square crackdown were convicted Friday for what the government-approved judges ruled was inciting others to overthrow China’s communist leadership.]]></description><pubDate>Fri, 21 Aug 2026 12:38:44 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — Two former organizers of Hong Kong’s annual vigils in remembrance of the 1989 Tiananmen Square crackdown were convicted Friday for what the government-approved judges ruled was inciting others to overthrow China’s communist leadership.</p><p>Lee Cheuk-yan and Chow Hang-tung, former leaders of the Hong Kong Alliance in Support of Patriotic Democratic Movements of China, were charged in 2021 with inciting subversion under a China-imposed national security law that has effectively crushed the city’s previously thriving pro-democracy movement. They face a maximum prison term of 10 years. The alliance was also found guilty.</p><p>The three judges ruled that the alliance’s call to “end one-party dictatorship” aimed to end the ruling Communist Party’s leadership status under the constitution, and that the “end” in the phrase carried the meaning of “overthrowing” and “undermining.”</p><p>In the verdict, they wrote that the defendants persisted in the call after the law's introduction, neglecting that it was in breach of the constitution, which states the party's leadership is a defining feature of socialism with Chinese characteristics. That falls within “other unlawful means” under the security law, the judges said.</p><p>The defendants “intentionally encouraged supporters of the alliance to wait for the right time to carry out the goal to ‘end one-party dictatorship’ by unlawful means,” they said.</p><p>“They did not genuinely believe their words and deeds had not violated the national security law. They just refused to pull back from the brink,” wrote the judges, who insisted they were not tried because of political views.</p><p>Lee and Chow smiled and waved at the public gallery before they left the courtroom. They are expected to be sentenced at a later date. They will plead for lesser sentences next week, one of the judges said.</p><p>Observers say the trial is a barometer for Hong Kong’s civil rights</p><p>The verdict is among the latest involving Hong Kong’s once-vibrant pro-democracy movement, which has largely been dismantled after the security law's introduction in 2020.</p><p>For decades, Hong Kong’s annual candlelight vigil was the only large-scale public commemoration of the Tiananmen crackdown in China, drawing tens of thousands of people annually. The crackdown remains a political taboo on the mainland, where authorities tightly censor discussion and prohibit public commemorations.</p><p>Hong Kong’s greater political freedoms, granted under Beijing’s “one country, two systems” governing framework, allowed the vigil to occur until authorities banned it during the coronavirus pandemic.</p><p>Observers said their trial symbolized the erosion of freedom of expression in the former British colony, which returned to Chinese rule in 1997.</p><p>Eric Lai, a senior fellow with the Georgetown Center for Asian Law, said every actor in Hong Kong civil society who assumed that renouncing violence and working within the law would be fine has to revise that assumption.</p><p>“Moderation of method offers no protection if the objective itself is held to be unconstitutional,” he said.</p><p>During the trial, Lee told the court that their call was not about ending the party’s leadership but about moving toward democracy, letting the people decide who leads them, and that the Communist Party should not enforce “dictatorship.”</p><p>In a Patreon post Thursday, Chow recalled being shackled in handcuffs, and in waist and ankle chains, for trips to court from prison, saying she was walked by correctional service officers “like a dog."</p><p>“Justice lives in the hearts of the people," she said. “One verdict doesn’t matter much.”</p><p>When the trial began in January, codefendant Albert Ho pleaded guilty, which typically could result in a reduced sentence. He will also plead for a lesser sentence next week.</p><p>Supporters cast doubt on allegations</p><p>After the conviction, Lee’s wife, Elizabeth Tang, told reporters she was disappointed and angry about the result.</p><p>“I feel it's unfair. I feel the judges did not consider our lawyers' opinions and materials,” she said, adding that they would decide whether to appeal later.</p><p>Chow's mother, Medina Chow Lau Wah-chun, said she hoped the “environment can be a little healthier" and “flowers and plants of all colors can bloom.”</p><p>Dozens of people lined up outside the court under drizzling rain ahead of the hearing.</p><p>Tang Ngok-kwan, a former alliance member, said police wouldn't let him join the line if he insisted on bringing along “sensitive” materials, including bookmarks printed with “vindicate June 4.” The date is the anniversary of the Tiananmen Square crackdown. He decided not to go into the court.</p><p>Former vigil goer Margaret Chan, who joined the queue at 6 a.m., said the alliance’s name carried the word “patriotic.”</p><p>“Everyone is patriotic. How to incite? Incite others to be patriotic?” she said.</p><p>Hong Kong authorities defend the verdict</p><p>Hong Kong leader John Lee said the alliance has long deliberately planted seeds of hatred against the party and the central government in society, and their acts endangered national security.</p><p>Steve Li, chief superintendent of the police's national security department, said the case would help with future law enforcement.</p><p>“It also lets the public know that it is not that one cannot criticize," he said. “It is simply that there must be no incitement, and no subversion of state power.”</p><p>Rosie Winterton, the minister for the Indo-Pacific region at the U.K. Foreign Office, said the verdict is a further demonstration that even peaceful acts of remembrance in Hong Kong are now treated by the authorities as threats to national security. The European Union said the convictions confirmed the ongoing deterioration of the city's freedom of expression.</p><p>Hundreds of people, possibly thousands, were killed in the 1989 crackdown as military tanks rolled into the center of Beijing. The Tiananmen Square crackdown was a pivotal moment in China’s modern history, showing that the market reform that transformed the country into the world’s second-largest economy would not be coupled with political liberalization.</p><p>After COVID-19 restrictions were lifted, the former vigil site in Hong Kong was occupied instead by a carnival organized by pro-Beijing groups.</p><p>Beijing said the security law was necessary for the city’s stability. Many leading activists have been jailed under the same law, including pro-democracy former media tycoon Jimmy Lai. Under the drastic political changes, the alliance was among dozens of civil society groups dissolved.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZXVYFIFFBP3GGP6ZAF4O6A2FAY.jpg?auth=afdb2603eea2bf1f3cae1845f01fb8456b131a2da8ec4f9804d83f470cc9f129&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fom left, pro-democracy activists Lee Cheuk-yan, Chow Hang-tung, and Cheung Man-kwong attend a gathering to mourn for those killed in the 1989 Tiananmen crackdown at Victoria Park, in Hong Kong on June 4, 2020. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O6OHQIZLWEFDS2UDWUDJTBOVTY.jpg?auth=63f51255a431ddba106e1d5f5601314b0ae5671d54d67d0882fbc763283de4d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medina Chow Lau Wah-chun, mother of pro-democracy activist Chow Hang-tung, leaves West Kowloon Magistrates' Courts in Hong Kong, Friday, Aug. 21, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z7VRTE4I7ISIR5EWBGVELQVRYY.jpg?auth=689f77ee55dfbc5abe844f43d5761db59120d0e6541c6e2666cad011440a78e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elizabeth Tang, wife of pro-democracy activist Lee Cheuk-yan, leaves West Kowloon Magistrates' Courts in Hong Kong, Friday, Aug. 21, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6WRXEC4MVI3R624LPFZCXIN5HM.jpg?auth=e99c40ffb5015fea14d7f9258fce4387bfd83a2ebeeaf9955abf4ea5289655a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A woman holds up a candle and an image of a man facing off tanks to mark the anniversary of the military crackdown on a pro-democracy student movement in Beijing, during a light candle vigil outside Victoria Park in Hong Kong, Friday, June 4, 2021. (AP Photo/Kin Cheung, File, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QE2JEO32QZ6JYQPQ66IJ6P32W4.jpg?auth=f29bba2c635ce66c195f0055d9888fb379128b47b028cd0099170b9c4dff3f8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chinese troops and tanks gather near Tiananmen Square in Beijing, one day after the military crackdown that ended a seven week pro-democracy demonstration on the square on June 5, 1989. (AP Photo/Jeff Widener, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Widener</media:credit></media:content></item><item><title><![CDATA[Residentes de Indiana entran en “modo de supervivencia” tras 9 días sin electricidad]]></title><link>https://www.local10.com/espanol/2026/08/20/residentes-de-indiana-entran-en-modo-de-supervivencia-tras-9-dias-sin-electricidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/residentes-de-indiana-entran-en-modo-de-supervivencia-tras-9-dias-sin-electricidad/</guid><dc:creator><![CDATA[Por LAURA BARGFELD, R.J. RICO y ED WHITE, Associated Press]]></dc:creator><description><![CDATA[GARY, Indiana, EE.UU. (AP) — Decenas de miles de residentes del noroeste de Indiana estaban en modo de supervivencia el jueves, mientras enfrentaban el noveno día sin electricidad, descartando comida echada a perder, haciendo fila para conseguir comidas calientes y buscando sitios donde cargar sus teléfonos.]]></description><pubDate>Thu, 20 Aug 2026 23:03:01 +0000</pubDate><content:encoded><![CDATA[<p>GARY, Indiana, EE.UU. (AP) — Decenas de miles de residentes del noroeste de Indiana estaban en modo de supervivencia el jueves, mientras enfrentaban el noveno día sin electricidad, descartando comida echada a perder, haciendo fila para conseguir comidas calientes y buscando sitios donde cargar sus teléfonos.</p><p>En Gary, Indiana, las escuelas seguían cerradas tras el paso de la tormenta del 11 de agosto, que derribó árboles y líneas eléctricas. Los residentes recurrieron a las redes sociales para encontrar lavanderías abiertas y Wi-Fi funcionando, mientras que otros buscaban comida, pañales y toallitas de limpieza para vecinos de bajos ingresos.</p><p>Mientras tanto, las fuertes lluvias en el centro de Ohio provocaron inundaciones repentinas que cubrieron las carreteras la mañana del jueves en Columbus, la capital del estado, donde equipos de emergencia rescataron a automovilistas de autos varados y salvaron a un niño de 12 años que fue arrastrado desde un puente.</p><p>La empresa Northern Indiana Public Service Co. informó que 68.000 clientes seguían sin electricidad hasta la mañana del jueves, la mayoría de ellos en el condado de Lake, junto a la frontera con Illinois. La empresa de servicios públicos indicó que ha restablecido el suministro a otros 306.500 clientes desde el 11 de agosto. Pero no se espera que la electricidad se restablezca por completo hasta el martes en algunos lugares, incluido Gary.</p><p>Courtney Page-Tan, catedrática de Indiana University Indianapolis que estudia la resiliencia comunitaria, señaló que las preocupaciones de salud aumentan cada día durante un corte prolongado. Como muchas personas usan generadores, una ventilación deficiente puede provocar intoxicación por monóxido de carbono. Además, quienes dependen de dispositivos médicos corren el riesgo de que se queden sin carga, mientras que los alimentos refrigerados que antes eran seguros para comer podrían representar riesgos para la salud a medida que se echan a perder.</p><p>“Nueve días es mucho tiempo para que una comunidad esté sin electricidad”, afirmó.</p><p>Los residentes están agotados tras varios días sin electricidad</p><p>Shatiya Hardin, estilista en Gary desde hace 25 años, no ha podido abrir su salón desde la tormenta. Dijo que los residentes de su vecindario de menores ingresos al principio afrontaron los apagones con calma. Pero ahora la paciencia se agota.</p><p>“Siempre estamos en modo de supervivencia en Gary. Y creo que probablemente por eso no hubo tanto alboroto, porque los primeros días era como: ‘Bueno, estamos acostumbrados a esto...’. Pero ya es la segunda semana”, señaló. “No está bien que estemos continuamente en modo de supervivencia, haciendo lo mejor que podemos”.</p><p>Más de una semana después de la tormenta inicial, muchos residentes de East Chicago, Indiana, que se quedaron sin electricidad la recuperaron, pero luego la volvieron a perder. Kevin Mejia, quien tiene una página comunitaria en Facebook, estaba en esa situación el jueves.</p><p>“Si hago una publicación, recibo 500 comentarios”, contó Mejia, de 30 años. “Mucha gente se ha comunicado conmigo por asuntos de comida: ‘Oye, tiré cientos de dólares en comestibles’. Las personas mayores no saben a quién recurrir”.</p><p>Ha estado durmiendo en el suelo porque su colchón es demasiado cálido. Sin electricidad, sus aires acondicionados de ventana están en silencio.</p><p>Raydia Martin, subdirectora del Flourish Community Hub en Flourish Church en Gary, dijo que el “lado positivo” ha sido la respuesta de voluntarios y grupos comunitarios.</p><p>“Los seres humanos prosperamos mejor, ya sabes, con certeza y previsibilidad”, manifestó. “Así que cuando algo tan devastador ocurre tan rápido, definitivamente afecta mentalmente a las personas. Simplemente no saber qué viene después, de dónde va a salir la próxima comida y cuándo va a terminar todo esto. Necesitamos ver una luz al final del túnel”.</p><p>La empresa de servicios públicos NIPSCO ha calificado la destrucción como “sin precedentes y generalizada”, y dijo que cuadrillas de todo el país han llegado para ayudar a reparar cables caídos, postes rotos y equipos dañados.</p><p>Illinois, que recibe servicio de otra empresa, se recuperó antes de la misma tormenta, pero Melody Birmingham, ejecutiva de la empresa matriz de NIPSCO, explicó que esa parte de Illinois tenía menos árboles y una infraestructura diferente, incluidas algunas líneas eléctricas que podrían haber estado enterradas.</p><p>“Ninguna tormenta es igual”, sostuvo. “Ningún territorio de servicio es el mismo”.</p><p>Las escuelas de todo el noroeste de Indiana siguen cerradas</p><p>Los cortes de electricidad también han alterado el inicio del año escolar para miles de niños.</p><p>El distrito escolar de Gary, con unos 4.300 estudiantes, comenzó su año escolar a inicios de agosto, pero ha estado cerrado desde el 13 de agosto y permanecerá así al menos hasta el viernes, informaron las autoridades.</p><p>Portage Township Schools tuvo que cancelar el inicio de clases previsto para el 12 de agosto debido a la tormenta y ahora planea comenzar el año académico el 25 de agosto. Las autoridades dijeron esta semana que existen “preocupaciones de seguridad por árboles caídos en varias propiedades y daños que deben repararse”.</p><p>Page-Tan indicó que los cierres escolares pueden tener consecuencias importantes para las familias vulnerables.</p><p>“Para muchos hogares que viven al día, faltar al trabajo porque no pueden encontrar cuidado infantil puede ser perjudicial para la estabilidad de una familia”, explicó.</p><p>Las inundaciones repentinas provocan nuevos problemas en el centro de Ohio</p><p>A unos 400 kilómetros (250 millas) al sureste de Gary, las fuertes lluvias afectaron gravemente a Columbus, Ohio, con más de 7 centímetros (3 pulgadas) de lluvia en 12 horas, informó el alcalde de Columbus, Andrew Ginther.</p><p>Dos mujeres que iban a pie y quedaron atrapadas en un arroyo inundado fueron rescatadas, dijo el teniente Nick Davis, de la División de Bomberos. También informó que los equipos de primera respuesta salvaron la vida de un ciclista de 12 años que fue arrastrado desde un puente por la crecida.</p><p>La ciudad aún realizaba labores de limpieza tras las fuertes tormentas eléctricas del fin de semana cuando las intensas lluvias golpearon a mitad de semana.</p><p>“Hemos estado con todos los recursos disponibles apoyando a los residentes desde la semana pasada”, declaró Ginther el jueves por la mañana en una conferencia de prensa. “Vamos a enfocarnos en la recuperación, aun con este giro inesperado de la Madre Naturaleza”.</p><p>___</p><p>Rico informó desde Atlanta y White desde Detroit. Dylan Lovan, en Louisville, Kentucky, contribuyó.</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/E6TEGOEJIPX2WC6T2TVON4ZQUQ.jpg?auth=4ff5233dbbe2ce6b52f854704767e60785f82b5141555ab25c3f45f903d507a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona ora antes de recibir una comida gratuita en City Life Center en Gary, Indiana, el jueves 20 de agosto de 2026, más de una semana después del paso de una fuerte tormenta en el área. (AP Foto/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[The US national debt now stands at $40 trillion]]></title><link>https://www.local10.com/business/2026/08/19/the-us-national-debt-now-stands-at-40-trillion/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/19/the-us-national-debt-now-stands-at-40-trillion/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The national debt surpassed a record $40 trillion on Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.]]></description><pubDate>Wed, 19 Aug 2026 23:07:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The national debt surpassed a record $40 trillion on Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.</p><p>The milestone figure was recorded just five months after the U.S. hit a record $39 trillion debt in March. It reached $38 trillion five months before that, in October.</p><p>The unprecedented $40 trillion figure highlights competing administration priorities, from boosting defense spending that the U.S. relies on to carry out President Donald Trump’s almost-6-month-old war in Iran to lowering the cost of gas and groceries.</p><p>Kush Desai, a White House spokesman, said the Trump administration “has been focused on slashing waste, fraud, and abuse in federal spending while accelerating economic growth to get America’s debt-to-GDP ratio trending in the right direction.”</p><p>However, experts say the exploding debt and the latest record milestone are already affecting Americans’ pocketbooks by raising borrowing costs for things like mortgages and cars, lowering wages from businesses that have less money available to invest, and creating more expensive goods and services.</p><p>“If we want to improve our living standards, today and for the next generation, now is the time for lawmakers to put our nation on a more affordable and sustainable path,” says Michael A. Peterson, CEO of the Peter G. Peterson Foundation, a think tank focused on U.S. fiscal challenges.</p><p>The debt has exploded over several presidential administrations, as the nation’s leaders spend more money than it collects in taxes. In recent memory, the multi-year COVID-19 pandemic shut down much of the U.S. economy, where the federal government borrowed heavily during President Trump’s first term and under former President Joe Biden to stabilize the economy and support a recovery.</p><p>More government spending was approved after Trump signed Republicans’ tax cut and spending legislation into law last year.</p><p>Advocates for a balanced budget also warn that the long-term trend of borrowing more and paying more in interest will force Americans to face tougher fiscal tradeoffs ahead.</p><p>“The federal debt is already raising the cost of living and choking out other spending and investment, threatening our economy and Americans’ long-term prosperity,” said Margaret Spellings, president and CEO of the Bipartisan Policy Center.</p><p>“Our current fiscal trajectory is plainly unsustainable, and that’s the best-case scenario. AI disruption, a recession, global war, or any number of other events could quickly push us over the edge from a challenge into a full-blown crisis,” Spellings said in a statement.</p><p>The U.S. is subject to a statutory debt limit, or a limit to federal borrowing, which Congress has the authority to set, adjust or abolish. The Bipartisan Policy Center estimates that the U.S. will most likely reach the $41.1 trillion debt limit sometime between late winter and mid-summer of 2027, requiring Congress to again vote on whether to raise or suspend it.</p><p>The U.S.’ fiscal position stands as the worst among other developed countries, according to recent data analysis from the Organization for Economic Co-operation and Development</p>]]></content:encoded></item><item><title><![CDATA[California lawmaker Aisha Wahab wins special election to succeed Eric Swalwell in Congress]]></title><link>https://www.local10.com/news/politics/2026/08/20/california-lawmaker-aisha-wahab-wins-special-election-to-succeed-eric-swalwell-in-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/california-lawmaker-aisha-wahab-wins-special-election-to-succeed-eric-swalwell-in-congress/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — California state Sen. Aisha Wahab will serve out the rest of former Rep. Eric Swalwell's term after securing victory Thursday in a special election.]]></description><pubDate>Fri, 21 Aug 2026 00:48:01 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — California state Sen. Aisha Wahab will serve out the rest of former Rep. Eric Swalwell's term after securing victory Thursday in a special election.</p><p>Swalwell, a Democrat who was running for California governor, ended his campaign and resigned from Congress in April after he was accused of sexual assault and harassment, which he denies. Wahab will represent the state’s 14th Congressional District, which covers parts of Alameda County on the eastern side of the San Francisco Bay, through Swalwell's term ending in January.</p><p>She will be the first Afghan American to serve in Congress. The progressive Democrat defeated Bay Area Rapid Transit Director Melissa Hernandez even after a swell of spending by outside groups opposing Wahab in the race's final stretch. She said her victory shows her district “cannot be bought.”</p><p>“I will fight for this district that raised me,” Wahab said in a statement. "From foster care to Congress, this journey shows the possibility of the American Dream.”</p><p>The conclusion of the race to replace Swalwell comes as criminal investigations continue into the sexual assault allegations he faces. Over the weekend, federal agents seized electronic devices from Swalwell at the San Francisco airport and later searched his home in Washington, D.C., according to a person familiar with the matter who was not authorized to publicly discuss an ongoing investigation and spoke on the condition of anonymity. Swalwell’s attorney did not immediately respond to an email and phone message seeking comment.</p><p>Wahab became the first Afghan American elected to public office in the U.S. when she won a Hayward City Council seat in 2018.</p><p>She has championed housing affordability and access in her time in the Legislature and throughout her campaign. She also wrote a bill in 2023 to ban caste-based discrimination, which garnered national attention. Democratic Gov. Gavin Newsom vetoed it, saying such discrimination is already outlawed by civil rights protections.</p><p>Wahab and Hernandez will face off again in a separate November election determining who will serve the next full two-year term.</p><p>Wahab won the June primary decisively, but outside spending in favor of her rival poured into the race ahead of the general election.. Groups affiliated with the American Israel Public Affairs Committee, or AIPAC, spent millions into supporting Hernandez, and thousands into opposing Wahab.</p><p>At a candidate forum in April, Wahab answered “yes” when asked if she considered “what is happening to the Palestinian people” to be a genocide.</p><p>Hernandez did not give a straight yes or no answer. She said Israel had a right to defend itself following the October 2023 attack by Hamas but that “the destruction into Gaza has gone too far.”</p><p>Hernandez, a moderate Democrat, said she was proud to put up a competitive fight after Wahab’s success in the primary.</p><p>“I’ve been a fighter my whole life, and when I promised the residents of CA-14 I would fight for them, I never gave up,” she said in a statement.</p><p>___</p><p>Associated Press reporter Alanna Durkin Richer contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4OUCVZ4IMHZKGB23EEOA2SARM.jpg?auth=e269fd08d52078a60b9e7e16e42abc006a6fccb20b4ffb82608b351ee4ef032d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, speaks during a primary election night event on Tuesday, Aug. 18, 2026, in Hayward, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KQYS4THH2GRWNVS2SCBVWLDCGE.jpg?auth=61a6f587e985f5c0adaab2e6b75d4b1c79b8b3ffa89a7c698048406671abe419&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, speaks during a primary election night event on Tuesday, Aug. 18, 2026, in Hayward, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZNOIYLD4SA7IXE5AWU7K7K234.jpg?auth=96a23c5450acd377fcd3db16c32815a380897a69110eb5f5619d36858123bfec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, speaks during a primary election night event on Tuesday, Aug. 18, 2026, in Hayward, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3EWXYMVXX2EZMIPJ3EO5VUG5P4.jpg?auth=9db065235c3f3e66cc2bdf62ae0a3c08877d79f93d988cbf810e2380f37c5535&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FYI - Rep. Eric Swalwell, D-Calif., talks with reporters after holding a town hall meeting in Sacramento, Calif., April 7, 2026. (AP Photo/Rich Pedroncelli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[Does baseball need even more technology for plays like Pete Alonso's disputed fly ball?]]></title><link>https://www.local10.com/sports/2026/08/20/does-baseball-need-even-more-technology-for-plays-like-pete-alonsos-disputed-fly-ball/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/does-baseball-need-even-more-technology-for-plays-like-pete-alonsos-disputed-fly-ball/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — Pete Alonso skipped sideways toward first base while his drive sailed toward the foul pole in left field. Then he tossed the bat aside, seemingly convinced he'd hit a home run.]]></description><pubDate>Thu, 20 Aug 2026 22:41:06 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — Pete Alonso skipped sideways toward first base while his drive sailed toward the foul pole in left field. Then he tossed the bat aside, seemingly convinced he'd hit a home run.</p><p>From that distance and that angle, however, it was hard to be too certain.</p><p>Alonso's deep fly was ruled foul, and the call stood after a review in Baltimore's 5-3 loss to the New York Yankees on Wednesday night. That led to plenty of outcry — and calls for baseball to use technology to evaluate possible home runs near the foul pole.</p><p>It doesn't sound like that is imminent.</p><p>If baseball were to start using additional technology on fly balls like these, it would have to be developed, tested and installed by MLB, according to a person with knowledge of the issue. The person spoke on condition of anonymity because of the sensitivity of the situation.</p><p>Unlike with the Automated Ball/Strike system, Hawk-Eye data above the foul pole is unlikely to be accurate that far from the field. It’s based on data from the first part of the ball’s flight, with the rest of the path estimated — meaning factors like wind aren’t fully accounted for.</p><p>Before Thursday's game, Orioles manager Craig Albernaz said the front office had communicated with Major League Baseball about the call.</p><p>“Just said that there wasn't enough video evidence to overturn the call on the field,” Albernaz said.</p><p>One angle showed the ball on the right side of the pole and another showed it on the left side. Neither provided much clarity on where the ball was at the moment it passed the pole and the wall in left, which was the key question.</p><p>If the ball were lower, the camera angles might've shown it passing in front of or behind the pole, but when a hit sails higher than the top of the pole, it's not easy to find a definitive view.</p><p>The difference between a home run and a foul ball is substantial, so it's understandable players would want to feel confident those calls are correct.</p><p>“Obviously, this is a big game in division, so obviously this one’s going to be a little bit more amplified. But this happens quite a few times throughout the season, more than you would think,” Alonso said after the game. “I think having a camera or laser shooting straight up, we have all the technology, analytics and whatever and funds. I don’t see why we can’t do it.”</p><p>The ABS system launched in the majors this year, and MLB has been experimenting in the minors with technology allowing challenges to checked swing calls.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHKOJGCEUCIRW4BX3Q62CRTHFY.jpg?auth=1836d0c9ffd8278e300370ae518a899049d29ff264faec97eb9045dcea14fd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles' Pete Alonso (25) reacts after hitting a foul ball during the seventh inning of a baseball game against the New York Yankees, Wednesday, Aug. 19, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Daughter seeks justice months after dad shot dead by woman in North Lauderdale Walmart parking lot]]></title><link>https://www.local10.com/news/local/2026/08/20/daughter-seeks-justice-months-after-dad-shot-dead-by-woman-in-north-lauderdale-walmart-parking-lot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/daughter-seeks-justice-months-after-dad-shot-dead-by-woman-in-north-lauderdale-walmart-parking-lot/</guid><dc:creator><![CDATA[Roy Ramos, Ryan Mackey]]></dc:creator><description><![CDATA[Nearly two months after a 62-year-old man was shot and killed following an argument over a parking spot outside a North Lauderdale Walmart, his family is still waiting for answers and says criminal charges should be filed.]]></description><pubDate>Thu, 20 Aug 2026 22:24:16 +0000</pubDate><content:encoded><![CDATA[<p>Nearly two months after a 62-year-old man was shot and killed following an <a href="https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/">argument over a parking spot outside a North Lauderdale Walmart</a>, his family is still waiting for answers and says criminal charges should be filed.</p><p>Bart Diguglielmo, of Lauderhill, was shot in late June after an argument with another woman, according to deputies with the Broward Sheriff’s Office. They said the two were arguing over a parking space when Diguglielmo was shot in the stomach and fell to the ground.</p><p>Deputies said Diguglielmo was taken to a hospital, where he later died from his injuries.</p><p>His daughter, Amanda Diguglielmo, described her father in an exclusive interview with Local 10 on Thursday as a devoted family man who worked as an emergency room trauma nurse for 30 years.</p><p>“He was a great man. He was a father, he was a grandfather (and) he was a brother,” she said.</p><p>Amanda Diguglielmo said her father was also a twin brother, a father of three and a sergeant in the Army.</p><p>When asked what she would miss most about her father, Amanda said, “Everything — being able to call him, have lunch, holidays, everything.”</p><p>Deputies said the woman who shot Diguglielmo claimed she fired in self-defense. But Amanda Diguglielmo and her attorney, Melissa Rodriguez, dispute that account.</p><p>“This was not a situation of self defense or stand your ground immunity. I don’t believe that the shooting was justified,” Rodriguez said. “I believe that criminal charges should be filed.” </p><p>Nearly two months after the shooting, no arrest has been made.</p><p>“Whether they find that it was justified or not, she has to live with that so really she ruined two families over a parking spot,” Amanda Diguglielmo said. “I want a full investigation and I want justice for him.” </p><p>The Broward State Attorney’s Office said its prosecutors continue to investigate the case.</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[Harvard agrees to $53 million settlement over body parts stolen and sold by former morgue manager]]></title><link>https://www.local10.com/news/national/2026/08/20/harvard-agrees-to-53-million-settlement-over-body-parts-stolen-and-sold-by-former-morgue-manager/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/harvard-agrees-to-53-million-settlement-over-body-parts-stolen-and-sold-by-former-morgue-manager/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Harvard Medical School says it agreed to pay $53 million to settle class action lawsuits by relatives of body donors whose remains were sold on the black market by its former morgue manager.]]></description><pubDate>Thu, 20 Aug 2026 22:20:26 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Harvard Medical School says it agreed to pay $53 million to settle class action lawsuits by relatives of body donors whose remains were sold on the black market by its former morgue manager.</p><p>Harvard Medical School Deans George Q. Daley and Bernard S. Chang announced the development in a letter to the community on Tuesday, calling the actions of former morgue manager Cedric Lodge “despicable, abhorrent, and a flagrant betrayal of our values as a medical community.”</p><p>Pending court approval, Harvard said that two class action settlement funds totaling $53 million will be established to resolve the lawsuits. A Harvard Medical School spokesperson on Thursday referred to the letter when asked for comment and said they had no additional information to share.</p><p>The lawsuits were brought by 47 relatives of people whose remains were potentially mishandled and sold. The remains were donated for research and education.</p><p>Harvard has said it cannot determine precisely which donors’ remains Lodge stole. After he was charged in 2023, the school said it reviewed information from federal investigators along with records showing when donors’ remains were sent for cremation and when Lodge was on campus to determine which donors may have been affected. The settlement covers relatives or designees of people who donated their remains to Harvard Medical School between Jan. 1, 2018, and March 31, 2023.</p><p>Last year, Lodge was sentenced to eight years in prison for stealing and selling body parts “as if they were baubles.” Authorities said Lodge was at the center of a ghoulish scheme in which he shipped brains, skin, hands and faces from cadavers to buyers in Pennsylvania and elsewhere.</p><p>His wife, Denise Lodge, was sentenced to just over a year in prison for assisting him. Six other people who bought remains from Cedric Lodge also pleaded guilty and have been sentenced, according to Harvard.</p><p>In one example, Cedric Lodge provided skin to a buyer so it could be tanned into leather and bound into a book, a “deeply horrifying reality,” Assistant U.S. Attorney Alisan Martin said in a court filing.</p><p>After Harvard finishes using a donated body for research or teaching, the body typically is returned to the family or cremated. Lodge acknowledged removing body parts before cremation. Harvard has said he acted without the school’s knowledge or permission.</p><p>In their letter, Daley and Chang said Lodge’s actions “do not reflect the reverence we hold for the altruistic individuals who selflessly donate their bodies” to the school’s Anatomical Gift Program.</p><p>“We reaffirm our deep sorrow and empathy for the families of donors who may have been impacted,” they said.</p><p>In addition to the payments, Harvard Medical School agreed to provide families with a statement condemning Lodge’s actions and summarizing improvements made to the Anatomical Gift Program. The school also plans to establish an annual financial aid scholarship for medical students beginning in the 2027-28 academic year to honor anatomical donors.</p><p>Harvard said it has enacted recommendations from a panel of outside experts appointed in 2023 to review the program after Lodge was charged.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OTEMRBBGCUCKXZ6RXCXKA3VF4A.jpg?auth=576b57aa8bec20e1a3a1f7d13bb115a0879a529df1e778272c1fcfd59696edb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Harvard Medical School is seen Aug. 18, 2022, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[‘Survival mode’: Indiana residents endure a ninth day without power]]></title><link>https://www.local10.com/news/national/2026/08/20/survival-mode-indiana-residents-endure-a-ninth-day-without-power/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/survival-mode-indiana-residents-endure-a-ninth-day-without-power/</guid><dc:creator><![CDATA[By LAURA BARGFELD, R.J. RICO and ED WHITE, Associated Press]]></dc:creator><description><![CDATA[GARY, Ind. (AP) — Tens of thousands of residents in northwest Indiana were in survival mode Thursday as they endured a ninth day without power, throwing out spoiled food, lining up for hot meals and searching for places to charge their phones.]]></description><pubDate>Thu, 20 Aug 2026 22:14:51 +0000</pubDate><content:encoded><![CDATA[<p>GARY, Ind. (AP) — Tens of thousands of residents in northwest Indiana were in survival mode Thursday as they endured a ninth day without power, throwing out spoiled food, lining up for hot meals and searching for places to charge their phones.</p><p>In Gary, Indiana, schools remained closed after the deadly Aug. 11 storm downed trees and power lines. Residents turned to social media to find open laundromats and working Wi-Fi, while others sought food, diapers and cleaning wipes for low-income neighbors.</p><p>Meanwhile, heavy rains in central Ohio brought flash flooding that covered roadways Thursday morning in Columbus, the state capital, where emergency crews rescued motorists from stranded cars and saved a 12-year-old boy who was swept off a bridge.</p><p>Northern Indiana Public Service Co. said 68,000 customers were still without power as of Thursday morning, the majority of them in Lake County beside the Illinois border. The utility said it has restored power to 306,500 others since Aug. 11. But power is not expected to be fully restored until Tuesday in some places, including Gary.</p><p>Courtney Page-Tan, an Indiana University Indianapolis professor who studies community resilience, said health concerns grow each day of a prolonged outage. With many people using generators, poor ventilation can lead to carbon monoxide poisoning. In addition, those reliant on medical devices risk having them lose their charge, while refrigerated food once safe to eat could pose health risks as it spoils.</p><p>“Nine days is a long time for a community to be without power,” Page-Tan said.</p><p>Residents are exhausted from days without power</p><p>Shatiya Hardin, a hair stylist in Gary for 25 years, has been unable to open her salon since the storm. She said residents in her lower-income neighborhood initially took the outages in stride. But now patience is wearing thin.</p><p>“We’re always in survival mode in Gary. And I think that’s probably why it wasn’t so much of an uproar because the first few days, it was like, ‘OK, we’re used to this .... but this is the second week now," Hardin said. "It’s not OK for us to continually be in survival mode, doing the best that we can.”</p><p>More than a week after the initial storm, many residents in East Chicago, Indiana, who lost power regained it, but then lost it again. Kevin Mejia, who has a community Facebook page, was in that category Thursday.</p><p>“If I make one post, I get 500 comments,” Mejia, 30, said. “A lot of people have been reaching out to me for food: ‘Hey, I threw out hundreds of dollars in groceries.’ Elderly people don’t know who to turn to.”</p><p>He’s been sleeping on the floor because his mattress is too warm. With no power, his window air conditioners are silent.</p><p>Raydia Martin, assistant director of the Flourish Community Hub at Flourish Church in Gary, said the “silver lining” has been the response from volunteers and community groups.</p><p>“We thrive best, you know, as humans on certainty and predictability,” Martin said. “So for something so devastating to happen so quickly, it definitely takes a toll on people mentally. Just not knowing what’s coming next, where the next meal is going to come from, and when this is all going to be over. We need to have a light at the end of the tunnel."</p><p>The utility, NIPSCO, has called the destruction “unprecedented and widespread,” and said crews from around the country have arrived to help repair downed wires, broken poles and damaged equipment. Illinois, which is served by a different utility, recovered sooner from the same storm.</p><p>"No service territory is the same,” said Melody Birmingham, an executive at NIPSCO’s parent company.</p><p>Schools across northwest Indiana are still closed</p><p>The power outages have also disrupted the start of the school year for thousands of children.</p><p>Gary's school district, with about 4,300 students, started its school year in early August but has been closed since Aug. 13 and will remain closed through at least Friday, officials said.</p><p>Portage Township Schools had to cancel its Aug. 12 start of classes because of the storm and now is planning an Aug. 25 launch of the academic year. Officials this week said there are “existing safety concerns regarding trees down across several properties and damage that needs to be repaired.”</p><p>Page-Tan said school closures can have significant consequences for vulnerable families.</p><p>“For a lot of households that live paycheck to paycheck, if they are missing work because they’re unable to find childcare, it can be detrimental to the stability of a family,” she said.</p><p>Flash flooding brings new woes to central Ohio</p><p>About 250 miles (400 kilometers) southeast of Gary, heavy rains drenched Columbus, Ohio, with more than 3 inches (7 centimeters) of rain in 12 hours, Columbus Mayor Andrew Ginther said.</p><p>Two women who were on foot and trapped in a flooded creek were rescued, Fire Division Lt. Nick Davis said. He also reported that first responders saved the life of a 12-year-old bicyclist who was swept off a bridge in high water.</p><p>The city was still cleaning up from severe weekend thunderstorms when the heavy rains struck midweek.</p><p>“We’ve been all hands on deck supporting residents since last week,” Ginther said Thursday morning at a news conference. “We’re going to be focused on recovery, even with this curveball from Mother Nature.”</p><p>___</p><p>Rico reported from Atlanta and White from Detroit. Dylan Lovan in Louisville, Kentucky, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SASOQNKAZMXM43EWERCMVFH75Q.jpg?auth=26750d32f73a704d2975cec54119fa2ece4210c26095e15835182da0d9f5c0a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person prays before receiving a free boxed lunch at City Life Center in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></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/PZC3GFJOI5CRU7ZOJHBUMO5BKU.jpg?auth=cc2247f9e6b4525b200c2d0aa990dc875dd0c0c5dc23e96f5cb418331b7a6e34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyanna Borom wipes her tears while holding a free boxed lunch at City Life Center in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></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/5TLNAYOYHVYGJR555GDSAH3TNA.jpg?auth=9e8391f23242f3f402b6b1737777c66aa086146034c31680f767f2d3f3057c75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman sits inside the City Life Center as she waits for food in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></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/26MEK5LN2WK4LGAHVUME4ZSU2Q.jpg?auth=f8f33be346567bd466024be2e88b1608468ce3783f2df5b498494ff5f5649b39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look through donated clothes at City Life Center in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passed through the area. (AP Photo/Nam Y. Huh)]]></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/HRBGVY37CPQXXE4ZWVKAFJ74IQ.jpg?auth=236b9939a9c0597261f5bcdbe07591e91da333d135c7c5fad0b0f56fe8d48ea4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shatiya Hardin uses a flashlight as she looks around her basement after power outages at her house in Gary, Ind., Thursday, Aug. 20, 2026, more than a week after a deadly storm passes through the area. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA["No podemos pagar": deudores reclaman ayuda a Milei ante récord de morosidad]]></title><link>https://www.local10.com/espanol/2026/08/20/no-podemos-pagar-deudores-reclaman-ayuda-a-milei-ante-record-de-morosidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/no-podemos-pagar-deudores-reclaman-ayuda-a-milei-ante-record-de-morosidad/</guid><dc:creator><![CDATA[Por DÉBORA REY, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Argentina ha convivido durante décadas con fama de incumplidor serial de su deuda externa. Pero ahora se enfrenta al flagelo de millones de argentinos endeudados para poder sobrevivir en un contexto de una economía que no levanta y salarios insuficientes.]]></description><pubDate>Thu, 20 Aug 2026 21:53:45 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Argentina ha convivido durante décadas con fama de incumplidor serial de su deuda externa. Pero ahora se enfrenta al flagelo de millones de argentinos endeudados para poder sobrevivir en un contexto de una economía que no levanta y salarios insuficientes.</p><p>Según el Banco Central, cerca de la mitad de sus 45 millones de habitantes contrajo una deuda, principalmente con bancos y billeteras virtuales, de los cuales unos cinco millones de deudores están en mora. Préstamos personales y las tarjetas de crédito explican más del 70% del saldo irregular.</p><p>La tasa de morosidad con entidades financieras alcanzó 7,6% en mayo tras 19 meses de crecimiento interrumpido y registrando un máximo que supera los registros de las últimas dos décadas. El fenómeno se da en coincidencia con un estancamiento de la actividad económica y pérdida de poder adquisitivo de los trabajadores registrados.</p><p>Mientras el gobierno del liberal Javier Milei ha manifestado que el problema de los deudores es un “asunto privado” que deberán resolver con los bancos, este jueves tuvo lugar en Buenos Aires la primera movilización de morosos en reclamo de medidas urgentes que los ayuden a aliviar la carga de sus deudas con tasas de interés más accesibles que las actuales.</p><p>“Queremos que se declare una emergencia crediticia para los seis millones de personas que no están pudiendo pagar”, dijo a The Associated Press Fernando Moyano, de 34 años, integrante de Endeudados Organizados. “La gente quiere pagar, pero no puede. Deber te trae una cuestión de salud mental casi tan preocupante como la deuda misma”.</p><p>La agrupación ya reúne a más de 4.000 miembros con problemas para afrontar sus deudas.</p><p>Milei llegó al poder a fines de 2023 con la promesa de eliminar los altísimos aumentos de precios de Argentina, revertir sus crónicos déficits fiscales y en simultáneo honrar la deuda con acreedores externos –sólo con el FMI más de 50.000 millones de dólares--.</p><p>Si bien ha logrado desacelerar la inflación, bajar los gastos del Estado y cumplir con los pagos de deuda, la reactivación de la economía se demora y el consumo cae, en gran medida porque los salarios reales se han depreciado más del 8%.</p><p>“El aumento de la irregularidad de cartera en entidades financieras y no financieras responde a un problema macro. La insuficiencia de ingresos, sea por caída del poder adquisitivo, destrucción de puestos de trabajo o incremento de los gastos fijos por encima del promedio es el principal factor explicativo de esta dinámica”, dijo el público Banco Provincia en un informe difundido a fines de julio.</p><p>Moyano había contraído una deuda original equivalente a unos 5.280 dólares entre tarjeta de crédito y un crédito personal para saldar los gastos. A causa de los intereses por mora, la deuda actualmente asciende al equivalente a 20.000 dólares. “No estoy pagando, pero quiero pagar con tasas razonables y un plazo que pueda pagar”.</p><p>La movilización, frente al ministerio de Economía, contó con la adhesión de la Confederación General del Trabajo (CGT), la principal central sindical del país, y de otras organizaciones sociales.</p><p>“El endeudamiento de las familias trabajadoras es la consecuencia directa de un modelo que deteriora los ingresos y obliga a recurrir al crédito para asumir necesidades básicas”, expresó la central sindical en un comunicado.</p><p>Un problema político</p><p>A pesar de que distintos estudios de opinión pública muestran una caída en el apoyo a Milei por la caída de ingresos de la mayoría de la población, el gobierno por el momento no parece dispuesto modificar el rumbo del modelo económico.</p><p>“No hay que confundir empatía con políticas públicas”, dijo el ministro de Economía, Luis Caputo, en una reciente conferencia de prensa. Añadió que frente al crecimiento de la morosidad le solicitó a los bancos “mayor flexibilidad” para refinanciar las deudas y confía que la situación se irá regularizando en los próximos meses.</p><p>“Manejamos la plata de la gente, de los contribuyentes… entras en una situación incómoda: usar tu plata para compensar el banco que se te ocurra porque otorgo un mal crédito", dijo Caputo. "Se podría emitir, pero ya se sabe cómo termina eso. Es plata que no podemos usar para aumentar a fuerzas armadas o a las universidades”.</p><p>En el Congreso, partidos opositores han presentado varios proyectos para declarar la emergencia crediticia de las familias, pero por el momento las iniciativas no han prosperado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHLY7ZHZUG5W5VR7IICGVRCZ7M.jpg?auth=5707770c9e9c676500629adae486cb108985a3e8d4c022ba3816d3b710df35e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un manifestante sostiene una pancarta durante una protesta frente al Ministerio de Economía, exigiendo medidas gubernamentales ante la crisis de endeudamiento de los hogares en Buenos Aires, Argentina, el jueves 20 de agosto de 2026. (Foto AP/Víctor R. Caivano)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content></item><item><title><![CDATA[Policía: Disputa por espacio de estacionamiento termina en enfrentamiento en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una disputa por un espacio de estacionamiento terminó en un enfrentamiento con la policía el jueves por la tarde en Fort Lauderdale, dijo la policía.]]></description><pubDate>Thu, 20 Aug 2026 21:49:20 +0000</pubDate><content:encoded><![CDATA[<p>Una disputa por un espacio de estacionamiento terminó en un enfrentamiento con la policía el jueves por la tarde en Fort Lauderdale, dijo la policía.</p><p>Agentes de la policía de Fort Lauderdale respondieron a un edificio de apartamentos de un piso en Miami Road y Southeast 19th Street, en un vecindario al oeste de Port Everglades.</p><p>Un hombre y una mujer, presuntamente involucrados en la disputa, se negaron a salir de un apartamento, según el sargento Patrick O’Brien, portavoz del Departamento de Policía de Fort Lauderdale.</p><p>Los dos finalmente salieron del apartamento, los agentes de policía los detuvieron y estaban investigando un reporte de que había armas involucradas, según O’Brien.</p><p>Los detectives pidieron a cualquier persona que tenga información sobre este u otros casos y que desee permanecer en el anonimato que llame a Broward County Crime Stoppers al 954-493-8477.</p><p>El editor de asignaciones de Local 10 News Carson Merlo contribuyó a este reporte.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1787255201926!6m8!1m7!1sALovrecsW72govbfNzmYWg!2m2!1d26.09732063695196!2d-80.13454800198853!3f294.1519913049564!4f-3.4356666644083873!5f2.678787697742165" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2052.08084385593!2d-80.1352802111145!3d26.09729817616182!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9006433d89355%3A0x3a1c682fa6bf0b6d!2s1901%20Miami%20Rd%2C%20Fort%20Lauderdale%2C%20FL%2033316!5e1!3m2!1sen!2sus!4v1787255055297!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWMJDSRT55CTZKIUV2HUSUSZGA.png?auth=c8a010bbcbd28a198f54fc7ecd1bc81b55743c09e7b44d803a287313cd456254&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers respond to a report of a dispute over a parking space on Thursday in Fort Lauderdale. Photo courtesy of J. Burke]]></media:description></media:content></item><item><title><![CDATA[Police: Dispute over parking space turns into standoff in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/20/police-dispute-over-parking-space-turns-into-standoff-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/police-dispute-over-parking-space-turns-into-standoff-in-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A dispute over a parking space turned into a police standoff on Thursday afternoon in Fort Lauderdale, police said. ]]></description><pubDate>Thu, 20 Aug 2026 20:38:51 +0000</pubDate><content:encoded><![CDATA[<p>A dispute over a parking space turned into a police standoff on Thursday afternoon in Fort Lauderdale, police said. </p><p><a href="https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/policia-disputa-por-espacio-de-estacionamiento-termina-en-enfrentamiento-en-fort-lauderdale/">Leer en español</a></p><p>Fort Lauderdale police officers responded to a one-story apartment building at Miami Road and Southeast 19th Street, in a neighborhood west of Port Everglades. </p><p>A man and a woman, allegedly involved in the dispute, refused to come out of an apartment, according to Sgt. Patrick O’Brien, a spokesman for the Fort Lauderdale Police Department. </p><p>The two eventually walked out of the apartment, police officers detained them, and were investigating a report that weapons were involved, according to O’Brien. </p><p>Detectives asked anyone with information about this or other cases who wants to remain anonymous to call Broward County Crime Stoppers at 954-493-8477. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1787255201926!6m8!1m7!1sALovrecsW72govbfNzmYWg!2m2!1d26.09732063695196!2d-80.13454800198853!3f294.1519913049564!4f-3.4356666644083873!5f2.678787697742165" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2052.08084385593!2d-80.1352802111145!3d26.09729817616182!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9006433d89355%3A0x3a1c682fa6bf0b6d!2s1901%20Miami%20Rd%2C%20Fort%20Lauderdale%2C%20FL%2033316!5e1!3m2!1sen!2sus!4v1787255055297!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWMJDSRT55CTZKIUV2HUSUSZGA.png?auth=c8a010bbcbd28a198f54fc7ecd1bc81b55743c09e7b44d803a287313cd456254&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers respond to a report of a dispute over a parking space on Thursday in Fort Lauderdale. Photo courtesy of J. Burke]]></media:description></media:content></item><item><title><![CDATA[Dolphins, Giants get into multiple scuffles during heated joint practice]]></title><link>https://www.local10.com/sports/local/2026/08/20/dolphins-giants-get-into-multiple-scuffles-during-heated-joint-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/20/dolphins-giants-get-into-multiple-scuffles-during-heated-joint-practice/</guid><dc:creator><![CDATA[Clay Ferraro, Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins’ joint practice with the New York Giants on Thursday was one of the most physical practices of training camp, with multiple fights breaking out throughout the session.]]></description><pubDate>Thu, 20 Aug 2026 20:20:01 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins’ joint practice with the New York Giants on Thursday was one of the most physical practices of training camp, with multiple fights breaking out throughout the session.</p><p><a href="https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/">Leer en español</a></p><p>The practice got heated early during the one-on-one portion. </p><p>Giants EDGE Abdul Carter threw a punch at Dolphins offensive tackle Patrick Paul after their rep, which quickly led to players from both teams getting into a shoving match. The coaching staffs stepped in to separate everyone and calm things down.</p><p>That was only the beginning.</p><p>More fights broke out as practice continued, including one defensive skirmish that lasted several minutes before the players were finally separated. </p><p>Later, Dolphins offensive tackle Austin Jackson got into it with Giants defensive end Kayvon Thibodeaux and threw a punch. Jackson was removed from that 11-on-11 period and the following series before eventually returning for the situational portion of practice.</p><p>There was even another confrontation after practice ended, as both teams gathered in front of the fans to hear from their coaches.</p><p>The Dolphins had entered Thursday’s practice with a clear expectation from head coach Jeff Hafley that fighting would not be tolerated. Still, the intensity between the two teams continued to rise throughout the day.</p><p>Dolphins center Aaron Brewer said the team tried to stay composed, but things can get heated when players are competing at full speed.</p><p>“We try to hold our composure as much as we can, but when you’re out here playing football, things get chippy,” Brewer said. “People are out there competing and taking it all the way to the edge. We didn’t try to initiate anything, but when someone comes at you, you’ve got to hold your ground.”</p><p>The Dolphins also showed that they weren’t going to simply back down from the Giants. That was different from last year’s joint practice against the Chicago Bears, when Miami struggled to respond to the physicality of Chicago’s defense.</p><p>Thursday’s practice also featured several notable plays.</p><p>Giants EDGE Chauncey Golston recorded three sacks as Miami’s starting offensive line had trouble handling some of New York’s pressure packages. Giants quarterback Jaxson Dart connected with rookie wide receiver Malachi Fields for a 48-yard completion against cornerback Jason Marshall Jr..</p><p>Dolphins rookie linebacker Jacob Rodriguez also made a big play, intercepting a pass from Dart after tipping it to himself.</p><p>Offensive tackle Caedan Wallace, who Miami recently acquired from New England, struggled while filling in for Austin Jackson at first-team right tackle. Wallace appeared to have trouble in pass protection and was also involved in some questionable holding plays.</p><p>Giants cornerback Paulson Adebayo intercepted Dolphins quarterback Malik Willis after what appeared to be a poor decision on a throw intended for rookie wide receiver Caleb Douglas.</p><p>Overall, it was a long day for the Dolphins’ offense who were outplayed for most of the day by the Giants’ front seven.</p><p><b>Next up</b></p><p>The Dolphins will host the Giants in their preseason opener at Hard Rock Stadium on Saturday. </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[Dolphins y Giants protagonizan varios altercados durante acalorada práctica conjunta]]></title><link>https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/dolphins-y-giants-protagonizan-varios-altercados-durante-acalorada-practica-conjunta/</guid><dc:creator><![CDATA[Clay Ferraro, Ryan Mackey]]></dc:creator><description><![CDATA[La práctica conjunta de los Miami Dolphins con los New York Giants el jueves fue una de las más físicas del campamento de entrenamiento, con múltiples peleas que estallaron durante la sesión.]]></description><pubDate>Thu, 20 Aug 2026 21:46:12 +0000</pubDate><content:encoded><![CDATA[<p>La práctica conjunta de los Miami Dolphins con los New York Giants este jueves fue una de las más físicas del campamento de entrenamiento, con múltiples peleas que estallaron durante la sesión.</p><p>La práctica se tornó acalorada desde temprano durante la parte de enfrentamientos uno contra uno.</p><p>El EDGE de los Giants Abdul Carter lanzó un puñetazo al tackle ofensivo de los Dolphins Patrick Paul después de su enfrentamiento, lo que rápidamente provocó que jugadores de ambos equipos comenzaran a empujarse. Los cuerpos técnicos intervinieron para separarlos y calmar la situación.</p><p>Eso fue solo el comienzo.</p><p>Más peleas estallaron a medida que continuaba la práctica, incluida una trifulca defensiva que duró varios minutos antes de que los jugadores finalmente fueran separados.</p><p>Más tarde, el tackle ofensivo de los Dolphins Austin Jackson tuvo un altercado con el ala defensiva de los Giants Kayvon Thibodeaux y lanzó un puñetazo. Jackson fue retirado de ese período de 11 contra 11 y de la siguiente serie antes de regresar finalmente para la parte de situaciones específicas de la práctica.</p><p>Incluso hubo otro enfrentamiento después de que terminó la práctica, cuando ambos equipos se reunieron frente a los aficionados para escuchar a sus entrenadores.</p><p>Los Dolphins habían llegado a la práctica del jueves con una clara advertencia del entrenador en jefe Jeff Hafley de que no se tolerarían las peleas. Aun así, la intensidad entre los dos equipos continuó aumentando a lo largo del día.</p><p>El centro de los Dolphins Aaron Brewer dijo que el equipo intentó mantener la compostura, pero las cosas pueden ponerse tensas cuando los jugadores compiten a toda velocidad.</p><p>“Tratamos de mantener la compostura tanto como podemos, pero cuando estás aquí jugando fútbol americano, las cosas se ponen tensas”, dijo Brewer. “La gente está compitiendo y llevándolo todo al límite. No intentamos iniciar nada, pero cuando alguien viene contra ti, tienes que mantenerte firme”.</p><p>Los Dolphins también demostraron que no iban simplemente a dejarse intimidar por los Giants. Eso fue diferente a la práctica conjunta del año pasado contra los Chicago Bears, cuando Miami tuvo dificultades para responder al juego físico de la defensa de Chicago.</p><p>La práctica del jueves también contó con varias jugadas destacadas.</p><p>El EDGE de los Giants Chauncey Golston registró tres capturas mientras la línea ofensiva titular de Miami tuvo problemas para contener algunos de los esquemas de presión de Nueva York. El mariscal de campo de los Giants Jaxson Dart conectó con el receptor novato Malachi Fields para una recepción de 48 yardas ante el esquinero Jason Marshall Jr.</p><p>El linebacker novato de los Dolphins Jacob Rodriguez también realizó una gran jugada, interceptando un pase de Dart después de desviarlo hacia sí mismo.</p><p>El tackle ofensivo Caedan Wallace, a quien Miami adquirió recientemente de New England, tuvo dificultades mientras sustituía a Austin Jackson como tackle derecho del primer equipo. Wallace pareció tener problemas en la protección de pase y también estuvo involucrado en algunas jugadas cuestionables por sujetar.</p><p>El esquinero de los Giants Paulson Adebayo interceptó al mariscal de campo de los Dolphins Malik Willis después de lo que pareció ser una mala decisión en un pase dirigido al receptor novato Caleb Douglas.</p><p>En general, fue un día largo para la ofensiva de los Dolphins, que fue superada durante la mayor parte de la jornada por los siete defensivos frontales de los Giants.</p><p><b>Próximo partido</b></p><p>Los Dolphins recibirán a los Giants en su primer partido de pretemporada en el Hard Rock Stadium el sábado.</p>]]></content:encoded></item><item><title><![CDATA[Policía de Lantana busca a vándalos que dañaron iglesia y monumento policial]]></title><link>https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/policia-de-lantana-busca-a-vandalos-que-danaron-iglesia-y-monumento-policial/</guid><description><![CDATA[La policía del condado Palm Beach investiga una serie de actos de vandalismo en Lantana, incluidos daños a iglesias históricas y a un monumento en honor a agentes de policía caídos.]]></description><pubDate>Thu, 20 Aug 2026 21:43:21 +0000</pubDate><content:encoded><![CDATA[<p>La policía del condado Palm Beach investiga una serie de actos de vandalismo en Lantana, incluidos daños a iglesias históricas y a un monumento en honor a agentes de policía caídos.</p><p>La policía dice que uno de los edificios más antiguos de la ciudad, la Capilla del Espíritu Santo, fue vandalizado con cruces invertidas y otros grafitis anticristianos.</p><p>La policía pide la ayuda del público para identificar a los vándalos.</p><p>“Estoy consternada. Es algo muy repugnante para mí. Imagino que la mayoría de las personas están indignadas por esto”, dijo la alcaldesa de Lantana, Karen Lythgoe.</p><p>La policía trabaja para averiguar quién recorrió Lantana a altas horas de la noche con una lata de pintura en aerosol, vandalizando varios lugares.</p><p>“¿Quién hace algo así? Alguien que no es una buena persona”, dijo Cindy Sousa, residente de Lantana.</p><p>Cruces invertidas y otros grafitis anticristianos cubrieron la capilla, causando indignación entre los vecinos.</p><p>“Yo solía ser maestra en la escuela sacerdotal monetaria. Es desgarrador ver esto”, dijo Sousa. “Es repugnante ver el costado de ese edificio destruido de esa manera”.</p><p>A pocas cuadras de distancia, un monumento en honor a agentes de policía caídos también fue profanado. La palabra “cerdos” fue pintada sobre la piedra.</p><p>“Estas son personas que dieron sus vidas sirviendo a la comunidad”, dijo Lythgoe.</p><p>Al otro lado de la calle del monumento, se encontraron más grafitis en la parte trasera de un centro comercial abandonado. Un contenedor de basura de Burger King también fue vandalizado.</p><p>El subjefe Daniel Navas, del Departamento de Policía de Lantana, dijo que los investigadores creen que los incidentes ocurrieron en algún momento durante el fin de semana.</p><p>“No vamos a dejar ninguna posibilidad sin investigar. Estamos explorando todas las opciones”, dijo Navas.</p><p>No se han realizado arrestos.</p><p>“Estamos indignados y comprometidos a localizar y hacer responsables a quienes dañaron el monumento”, dijo Navas.</p><p>Desde entonces, el monumento a los agentes caídos ha sido restaurado y la pintura fue eliminada.</p><p>Lythgoe dijo que la comunidad se unió para crear el monumento como muestra de respeto.</p><p>“Todos deberíamos unirnos, no destruir las comunidades en las que vivimos”, dijo. “No tiene sentido dañar la propiedad”.</p><p>La policía pide a las personas que revisen sus cámaras de seguridad y cámaras Ring en busca de cualquier información que pueda ayudar a identificar a los vándalos.</p><p>Se exhorta a cualquier persona que tenga información a comunicarse con el Departamento de Policía de Lantana.</p>]]></content:encoded></item><item><title><![CDATA[Capitán de barco es trasladado en helicóptero tras ser alcanzado por un rayo frente a Islamorada]]></title><link>https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/capitan-de-barco-es-trasladado-en-helicoptero-tras-ser-alcanzado-por-un-rayo-frente-a-islamorada/</guid><dc:creator><![CDATA[Chris Gothner, Janine Stanwood, Hannah Yechivi]]></dc:creator><description><![CDATA[Un capitán de barco de alquiler de los Cayos de Florida fue trasladado en helicóptero a un hospital del condado Miami-Dade después de ser alcanzado por un rayo la mañana del jueves, según supo Local 10 News.]]></description><pubDate>Thu, 20 Aug 2026 15:27:57 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de barco de alquiler de los Cayos de Florida fue trasladado en helicóptero a un hospital del condado Miami-Dade después de ser alcanzado por un rayo la mañana del jueves, según supo Local 10 News.</p><p>El impacto ocurrió alrededor de las 6 a.m. frente al marcador de milla 81 en Islamorada, cuando el grupo, encabezado por el capitán Richard Stanczyk de Stanz Fishing, se encontró con un aguacero mientras se dirigía a pescar en la bahía con clientes, uno de los cuales pidió ayuda posteriormente.</p><p>Las autoridades dijeron que la embarcación quedó inoperable después del impacto y un barco de remolque la llevó a Bud N’ Mary’s Marina, en 79851 Overseas Highway, donde los paramédicos trasladaron en helicóptero a Stanczyk, de 44 años, hacia Miami-Dade.</p><p>Su condición no se conocía de inmediato hasta finales de la mañana del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Man previously accused of slashing giant FIFA ball arrested in Surfside antisemitic attack, cops say]]></title><link>https://www.local10.com/news/local/2026/08/20/man-previously-accused-of-slashing-giant-fifa-ball-arrested-in-surfside-antisemitic-attack-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-previously-accused-of-slashing-giant-fifa-ball-arrested-in-surfside-antisemitic-attack-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 35-year-old man who was arrested earlier this year after police accused him of slashing a giant inflatable FIFA ball that was on display in Miami Beach during the World Cup is now accused of threatening to kill a person during an antisemitic attack in Surfside, according to an arrest report.]]></description><pubDate>Thu, 20 Aug 2026 21:17:02 +0000</pubDate><content:encoded><![CDATA[<p>A 35-year-old man who was arrested earlier this year after police accused him of <a href="https://www.local10.com/news/local/2026/06/16/man-accused-of-slashing-giant-inflatable-fifa-ball-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/man-accused-of-slashing-giant-inflatable-fifa-ball-in-miami-beach/">slashing a giant inflatable FIFA ball</a> that was on display in Miami Beach during the 2026 FIFA World Cup is now accused of threatening to kill a person during an unrelated antisemitic attack in Surfside, according to an arrest report.</p><p><a href="https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/">Leer en español</a></p><p>Jail records show Jorden Stephen Perozo, of Miami Beach, was arrested Wednesday by the Surfside Police Department and is facing one count each of battery with prejudice and harassing or intimidating a person based on religious or ethnic heritage. </p><p>The latest incident happened around 9:15 p.m. Sunday near the 9500 block of Harding Avenue in Surfside, the report states.</p><p>According to the report, a man and his wife, who were visiting from New York, were walking along Harding Avenue when Perozo approached them on an electric scooter. </p><p>The victim told police Perozo cursed at him, his wife and others in the Jewish community as they crossed the street. </p><p>The report states that Perozo became agitated and punched the victim on the side of the head. </p><p>“Now you’re going to die,” Perozo told the victim, according to the report. “Walk away before I kill you.”</p><p>Perozo continued cursing and made statements targeting Israel and Palestine, while telling the victims, “I hate you motherf-----s. You evil demons,” according to the report.</p><p>The victim’s wife recorded the altercation on her cellphone, the report states.</p><p>Police said they arrested Perozo Wednesday at his job and took him into custody without incident. </p><p>The woman who authorities say was verbally assaulted told Local 10 News that Surfside police acted quickly to arrest the suspect.</p><p>Sunday’s incident was not Perazo’s first run-in with the law. </p><p>Police said Perozo was previously arrested June 15 on a criminal mischief charge after they accused him of slashing a giant inflatable FIFA ball that was on display in Miami Beach as the city hosted World Cup matches.</p><p>According to an arrest report from that case, a witness told police he saw a man slash the inflatable ball near 71st Street and Rue Vendome before quickly leaving on an electric scooter.</p><p>In that case, police used city surveillance cameras to locate Perozo, who was sitting inside a parked Nissan sedan near 81st Street and Hawthorne Avenue, according to the report.</p><p>Following his arrest on Wednesday, Perozo was being held at the Turner Guilford Knight Correctional Center on a $6,000 bond as of Thursday. </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[Honran a sargento de la policía de Miami Beach por salvar la vida de hombre que se asfixiaba mientras estaba fuera de servicio]]></title><link>https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Un miembro del Departamento de Policía de Miami Beach fue reconocido por actuar rápidamente para salvar la vida de un hombre.]]></description><pubDate>Thu, 20 Aug 2026 17:50:10 +0000</pubDate><content:encoded><![CDATA[<p>Un miembro del Departamento de Policía de Miami Beach fue reconocido por actuar rápidamente para salvar la vida de un hombre.</p><p>El sargento de la Policía de Miami Beach Alex Bello fue reconocido por sus acciones heroicas al salvar a un hombre de edad avanzada que se estaba asfixiando mientras almorzaba el sábado en Hialeah.</p><p>“Por lo general soy una persona muy tímida, así que toda esta atención es un poco abrumadora, pero simplemente me alegra haber estado en el lugar correcto en el momento indicado”, dijo Bello. “Y que una familia todavía pueda tener a su ser querido aquí con ellos”.</p><p>Un video del incidente muestra a Bello entrando en acción mientras el veterano de 29 años de MBPD, quien estaba fuera de servicio en ese momento, realizaba la maniobra de Heimlich a la víctima que se estaba asfixiando.</p><p>“Bueno, en el restaurante, tan pronto como todos pudieron ver que estaba despierto y consciente, comenzaron a aplaudir”, dijo Bello. “La esposa obviamente estaba eufórica y muy agradecida, y el personal del restaurante también fue muy servicial y agradecido de que estuviéramos allí para ayudar a este hombre”.</p><p>Bello estaba en Hialeah para trabajar en el almacén de evidencias de MBPD.</p><p>El jefe de la Policía de Miami Beach, Wayne Jones, entregó a Bello el Premio por Salvar una Vida del departamento durante una ceremonia el jueves.</p><p>“Para esto me inscribí, para ayudar a las personas”, dijo Bello. “Estoy muy agradecido de haber podido ayudar a salvar la vida de este hombre”.</p>]]></content:encoded></item><item><title><![CDATA[Incendio en apartamento de Miami-Dade deja dos heridos, incluido un bombero, dicen socorristas]]></title><link>https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/</guid><dc:creator><![CDATA[Ryan Mackey, Terrell Forney]]></dc:creator><description><![CDATA[Un fuerte incendio en un edificio de apartamentos de Miami-Dade la mañana del jueves dejó dos personas heridas, incluido un bombero, según funcionarios de bomberos y rescate.]]></description><pubDate>Thu, 20 Aug 2026 19:16:02 +0000</pubDate><content:encoded><![CDATA[<p>Un fuerte incendio en un edificio de apartamentos de Miami-Dade la mañana del jueves dejó dos personas heridas, incluido un bombero, según funcionarios de bomberos y rescate.</p><p>Las autoridades dijeron que paramédicos de Miami-Dade Fire Rescue respondieron aproximadamente a las 11:55 a.m. a un edificio de apartamentos de tres pisos cerca de la cuadra 1200 de Northwest 95th Street, en el área no incorporada de West Little River del condado.</p><p>Los bomberos ingresaron inmediatamente al edificio para combatir las llamas, y el incendio fue elevado a una segunda alarma mientras se solicitaban unidades adicionales, dijeron funcionarios.</p><p>Los equipos trabajaron para extinguir el incendio mientras registraban el edificio en busca de ocupantes y verificaban una posible propagación del fuego. También se desplegó una escalera aérea hasta el techo para apoyar las labores de extinción y ventilación, según MDFR.</p><p>Funcionarios de bomberos y rescate dijeron que un bombero que respondió al lugar sufrió lesiones menores. Dijeron que al menos un bombero y otra persona fueron trasladados a un hospital cercano, mientras que una tercera persona rechazó ser trasladada.</p><p>Las autoridades dijeron que el incendio fue extinguido y los bomberos permanecieron en el lugar para monitorear puntos calientes y ventilar el edificio.</p><p>Dijeron que la causa del incendio continúa bajo investigación.</p><p>Funcionarios de MDFR también confirmaron que se solicitó la asistencia de la Cruz Roja Americana para ayudar a los residentes afectados por el incendio.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a hombre previamente acusado de cortar balón gigante de la FIFA por ataque antisemita en Surfside, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/arrestan-a-hombre-previamente-acusado-de-cortar-balon-gigante-de-la-fifa-por-ataque-antisemita-en-surfside-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de 35 años que fue arrestado a principios de este año después de que la policía lo acusara de cortar un balón inflable gigante de la FIFA que estaba en exhibición en Miami Beach durante la Copa Mundial ahora está acusado de amenazar de muerte a una persona durante un ataque antisemita en Surfside, según un informe de arresto.]]></description><pubDate>Thu, 20 Aug 2026 21:38:20 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 35 años que fue arrestado a principios de este año después de que la policía lo acusara de <a href="https://www.local10.com/espanol/2026/06/16/acusan-a-hombre-de-cortar-enorme-balon-inflable-de-la-fifa-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/16/acusan-a-hombre-de-cortar-enorme-balon-inflable-de-la-fifa-en-miami-beach/">cortar un balón inflable gigante de la FIFA </a>que estaba en exhibición en Miami Beach durante la Copa Mundial de la FIFA 2026 ahora está acusado de amenazar de muerte a una persona durante un ataque antisemita no relacionado en Surfside, según un informe de arresto.</p><p>Los registros de la cárcel muestran que Jorden Stephen Perozo, de Miami Beach, fue arrestado el miércoles por el Departamento de Policía de Surfside y enfrenta un cargo de agresión física motivada por prejuicio y otro por acosar o intimidar a una persona debido a su origen religioso o étnico.</p><p>El incidente más reciente ocurrió alrededor de las 9:15 p.m. del domingo cerca de la cuadra 9500 de Harding Avenue en Surfside, señala el informe.</p><p>Según el informe, un hombre y su esposa que estaban de visita desde Nueva York caminaban por Harding Avenue cuando Perozo se les acercó en un scooter eléctrico.</p><p>La víctima dijo a la policía que Perozo lo insultó a él, a su esposa y a otras personas de la comunidad judía mientras cruzaban la calle.</p><p>El informe señala que Perozo se alteró y golpeó a la víctima en un costado de la cabeza.</p><p>“Ahora vas a morir”, le dijo Perozo a la víctima, según el informe. “Aléjate antes de que te mate”.</p><p>Perozo continuó insultando e hizo declaraciones dirigidas contra Israel y Palestina, mientras les decía a las víctimas: “Los odio, hijos de p—. Demonios malvados”, según el informe.</p><p>La esposa de la víctima grabó el altercado con su teléfono celular, señala el informe.</p><p>La policía dijo que arrestó a Perozo el miércoles en su trabajo y lo detuvo sin incidentes.</p><p>La mujer que, según las autoridades, fue agredida verbalmente dijo a Local 10 News que la policía de Surfside actuó rápidamente para arrestar al sospechoso.</p><p>El incidente del domingo no fue el primer encuentro de Perozo con la ley.</p><p>La policía dijo que Perozo fue arrestado previamente el 15 de junio por un cargo de daños a la propiedad después de que lo acusaran de cortar un balón inflable gigante de la FIFA que estaba en exhibición en Miami Beach mientras la ciudad albergaba partidos de la Copa Mundial.</p><p>Según un informe de arresto de ese caso, un testigo dijo a la policía que vio a un hombre cortar el balón inflable cerca de 71st Street y Rue Vendome antes de alejarse rápidamente en un scooter eléctrico.</p><p>En ese caso, la policía utilizó cámaras de vigilancia de la ciudad para localizar a Perozo, quien estaba sentado dentro de un sedán Nissan estacionado cerca de 81st Street y Hawthorne Avenue, según el informe.</p><p>Tras su arresto el miércoles, Perozo permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $6,000 USD hasta la mañana del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Urologist accused of sexually battering medical students while working for UM]]></title><link>https://www.local10.com/news/local/2026/08/20/urologist-accused-of-sexually-battering-medical-students-while-working-for-um/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/urologist-accused-of-sexually-battering-medical-students-while-working-for-um/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[An award-winning urologist who was once a professor at the University of Miami ― and who later went to work in Dubai ― is now back in South Florida to answer to allegations that he sexually battered multiple medical students during his time at UM.]]></description><pubDate>Thu, 20 Aug 2026 21:13:04 +0000</pubDate><content:encoded><![CDATA[<p>An <a href="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award" target="_self" rel="" title="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award">award-winning urologist</a> who was once a professor at the University of Miami ― and who later went to work in Dubai ― is now back in South Florida to answer to allegations that he sexually battered multiple medical students during his time at UM.</p><p><a href="https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/">Leer en español</a></p><p>Miami police said Dr. Ranjith Ramasamy, 45, once the university’s director of male reproductive medicine and surgery, did so under the guise of performing invasive and sometimes painful medical examinations that an outside expert later determined were unnecessary.</p><p>In an arrest warrant, Miami Police Department Detective Louis Joseph wrote that there were “six victims,” three of whom whose allegations form the basis for Ramasamy’s three sexual battery charges. They stem from his tenure of nearly a decade at UM, which ended in 2024. All of the identified victims were men.</p><p>According to the warrant, Ramasamy sought semen samples from the students ― some of which were done under the initial pretense of research ― and subjected them to unneeded testicular, penis and rectal examinations, including “prostate massages,” after claiming that the samples showed abnormalities.</p><p>Ramasamy even used a “false STD test” with one victim “to justify further interventions that were not medically necessary,” Joseph wrote, saying that Ramasamy subjected the man to “serial examinations of the genitals and prostate every week” without any medical reason.</p><p>Ramasamy, who formerly lived in Pinecrest and whose current listed address is in rural Sarasota County, returned to South Florida from Dubai to voluntarily self-surrender, according to court proceedings on Thursday. </p><p>Records show he was arrested at Miami International Airport at around 10:45 a.m. Thursday by deputies with the Miami-Dade Sheriff’s Office.</p><p>In court on Thursday, he was ordered held on a $120,000 bond, to be on house arrest with a GPS monitor and to have no contact with his accusers.</p><p>Local 10 News has contacted UM seeking comment.</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/XRVHTSGKKFA3VBNJTRCVF2TEHM.jpg?auth=121d8fb290515c79656eb8ea285d82aa88d7a17cdc545213b0583dce20a9cedf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Ranjith Ramasamy]]></media:description></media:content></item><item><title><![CDATA[Acusan a urólogo de agredir sexualmente a estudiantes de medicina mientras trabajaba para UM]]></title><link>https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/acusan-a-urologo-de-agredir-sexualmente-a-estudiantes-de-medicina-mientras-trabajaba-para-um/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un urólogo galardonado que fue profesor de la Universidad de Miami y que posteriormente se fue a trabajar a Dubái está ahora de regreso en el sur de Florida para responder a acusaciones de que agredió sexualmente a varios estudiantes de medicina durante su tiempo en UM.]]></description><pubDate>Thu, 20 Aug 2026 21:35:23 +0000</pubDate><content:encoded><![CDATA[<p>Un urólogo <a href="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award" target="_blank" rel="noreferrer" title="https://www.newswise.com/articles/ranjith-ramasamy-m-d-of-desai-sethi-urology-institute-receives-american-urological-association-s-gold-cystoscope-award">galardonado</a> que fue profesor de la Universidad de Miami y que posteriormente se fue a trabajar a Dubái está ahora de regreso en el sur de Florida para responder a acusaciones de que agredió sexualmente a varios estudiantes de medicina durante su tiempo en UM.</p><p>La policía de Miami dijo que el Dr. Ranjith Ramasamy, de 45 años, quien fue director de medicina y cirugía reproductiva masculina de la universidad, lo hizo bajo el pretexto de realizar exámenes médicos invasivos y, en ocasiones, dolorosos, que posteriormente un experto externo determinó que eran innecesarios.</p><p>En una orden de arresto, el detective Louis Joseph, del Departamento de Policía de Miami, escribió que había “seis víctimas”, tres de las cuales presentaron acusaciones que constituyen la base de los tres cargos de agresión sexual contra Ramasamy. Los cargos se derivan de su permanencia de casi una década en UM, que terminó en 2024. Todas las víctimas identificadas eran hombres.</p><p>Según la orden, Ramasamy solicitó muestras de semen a los estudiantes, algunas de las cuales fueron obtenidas inicialmente bajo el pretexto de una investigación, y los sometió a exámenes innecesarios de los testículos, el pene y el recto, incluidos “masajes de próstata”, después de afirmar que las muestras mostraban anomalías.</p><p>Ramasamy incluso utilizó una “prueba falsa de enfermedades de transmisión sexual” con una víctima “para justificar intervenciones adicionales que no eran médicamente necesarias”, escribió Joseph, quien señaló que Ramasamy sometió al hombre a “exámenes recurrentes de los genitales y la próstata todas las semanas” sin ninguna razón médica.</p><p>Ramasamy, quien anteriormente vivía en Pinecrest y cuya dirección actual registrada se encuentra en una zona rural del condado Sarasota, regresó al sur de Florida desde Dubái para entregarse voluntariamente, según lo expuesto durante una audiencia judicial el jueves.</p><p>Los registros muestran que fue arrestado en el Aeropuerto Internacional de Miami alrededor de las 10:45 a.m. del jueves por agentes de la Oficina del Sheriff de Miami-Dade.</p><p>En una audiencia judicial el jueves, se ordenó que permaneciera detenido con una fianza de $120,000 USD, que cumpliera arresto domiciliario con un monitor GPS y que no tuviera contacto con sus acusadores.</p><p>Local 10 News se comunicó con UM para solicitar comentarios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRVHTSGKKFA3VBNJTRCVF2TEHM.jpg?auth=121d8fb290515c79656eb8ea285d82aa88d7a17cdc545213b0583dce20a9cedf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Ranjith Ramasamy]]></media:description></media:content></item><item><title><![CDATA[Army will shut down a unit in Europe focused on learning drone warfare]]></title><link>https://www.local10.com/news/world/2026/08/20/army-will-shut-down-a-unit-in-europe-focused-on-learning-drone-warfare/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/army-will-shut-down-a-unit-in-europe-focused-on-learning-drone-warfare/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — An Army unit based in Europe that was specializing in drone warfare has been directed to end its efforts to learn and use the battlefield technology and return to being a traditional infantry battalion, officials said Thursday.]]></description><pubDate>Thu, 20 Aug 2026 22:06:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — An Army unit based in Europe that was specializing in drone warfare has been directed to end its efforts to learn and use the battlefield technology and return to being a traditional infantry battalion, officials said Thursday.</p><p>For more nearly a year, soldiers of the 173rd Airborne Brigade have been experimenting and building their own drones, as well as participating in drills on waging unmanned warfare after Ukraine pioneered such tactics in its yearslong conflict with Russia. Last November, 600 soldiers formed a battalion that specialized in drone warfare and was set up to be used as a dedicated unit that could deploy anywhere drones were required.</p><p>Gen. Christopher LaNeve, the Army's acting chief of staff, has ordered the battalion to refocus on its core mission of being an airborne infantry unit, according to two U.S. officials who spoke on condition of anonymity to discuss internal Army deliberations. The Wall Street Journal earlier reported the change.</p><p>The move comes amid a broader reshuffling of the Army under LaNeve, who has been its top uniformed leader since Defense Secretary Pete Hegseth suddenly ousted Gen. Randy George in April.</p><p>The decision also comes despite the Iran war showing the need for the U.S. to learn lessons about drone warfare from Ukraine. Iran has deployed its low-cost Shahed drones against ships and bases, killing U.S. troops, downing an Army helicopter and forcing the military to expend precious supplies of advanced interceptors.</p><p>Ukrainian President Volodymyr Zelenskyy said in March that Ukrainian officials were helping five countries in the Middle East and Gulf region counter Iranian drone attacks, while the United States and European countries were among others that had requested support.</p><p>Drone unit had expected to continue its work before Army leader's ousting</p><p>The overall 173rd Airborne Brigade, which is based in Italy and Germany, has been involved in drone warfare even before last November.</p><p>In May 2025, the Army highlighted that soldiers from the brigade were designing and building their own attack drones in a new “first-person view (FPV) drone lab” at Caserma Del Din, Italy.</p><p>Its commander at the time, Col. Joshua Gaspard, said in an Army media post that his soldiers “see videos of FPV drones in Ukraine all over Instagram and the news media” and they were “excited to be using these systems.”</p><p>The unit also dabbled in artificial intelligence, which Hegseth has been pushing, and designing drones resistant to jamming.</p><p>An Army statement said the specialized drone unit will wrap up its experimentation following two major exercises in Germany this month and next, then “deliver what it learned there, together with the past year’s findings, to the Army to inform force design and future experimentation.”</p><p>A third official, who, like the others, spoke on condition of anonymity to detail internal moves, noted the expectation was always that the exercises would be a “culminating event” for the drone battalion and that its future would then be reevaluated. During George’s tenure, most expected the unit to continue its work in drone warfare, the official said.</p><p>“The unit was tasked to study and absorb lessons from dedicated unmanned systems forces, including those developed by the Ukrainian armed forces, and to provide that feedback to the Army in support of the Department’s direction to accelerate U.S. military drone dominance,” the Army said in a statement.</p><p>The Army had previously prioritized efforts to use drones</p><p>Integrating drones into the Army's tactics was a major focus for LaNeve's predecessor. George, alongside Army Secretary Dan Driscoll, last year rolled out what they called the Army Transformation Initiative, which pushed to add “modernized (unmanned aircraft systems) into formations.”</p><p>George, who became Army chief of staff under President Joe Biden, regularly spoke about the need to accelerate development of new drone systems and get them in the hands of regular soldiers, not just specialized units.</p><p>After George was ousted without explanation in April, LaNeve took his place. He was George's deputy and an officer whose career has seen a meteoric rise under Hegseth.</p><p>LaNeve was commanding the U.S. Eighth Army in South Korea when he called in to the Commander in Chief Ball during President Donald Trump's inauguration in January 2025 and welcomed him back to office.</p><p>In March 2025, LaNeve was transferred to the Pentagon, where he became Hegseth's top military adviser. Trump then nominated LaNeve to be the Army’s vice chief of staff last October.</p><p>In a guiding memo for the Army published Wednesday, LaNeve argued that “the next war will not look like our last” and that soldiers need to “learn, innovate, and adapt faster by pairing our human ingenuity and judgment with advanced technologies like autonomy and artificial intelligence.”</p><p>However, the memo does not mention drones and closes by arguing that “there are timeless truths in war.”</p><p>“This is the Army we must be: disciplined, lethal, and relentless — an Army that closes with and destroys the enemy, leaving no doubt about the will and power of the United States,” the document says.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FE4J4CMAVAUJVNSKHVCKRMXFRU.jpg?auth=50a4923719e0879df33a915ea0da956a28e5a531b9d6c3952870b806e1a96b5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gen. Christopher LaNeve, vice chief of staff of the Army, testifies at the Capitol in Washington, May 19, 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[A Miami restaurateur was among the 7 people killed in a Kenya helicopter crash]]></title><link>https://www.local10.com/news/national/2026/08/20/a-miami-restaurateur-was-among-the-7-people-killed-in-a-kenya-helicopter-crash/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/a-miami-restaurateur-was-among-the-7-people-killed-in-a-kenya-helicopter-crash/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — The family of a Miami restaurateur say they are “devastated and heartbroken” after he and six others were killed by a safari helicopter crash in a remote part of northern Kenya.]]></description><pubDate>Thu, 20 Aug 2026 21:21:48 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — The family of a Miami restaurateur say they are “devastated and heartbroken” after he and six others were killed by a safari helicopter crash in a remote part of northern Kenya.</p><p>A helicopter crashed Wednesday morning while flying from the Loisaba Conservancy to the Ewaso Nyiro area in Samburu County, according to the Kenya Civil Aviation Authority. Roger Duarte, founder and owner of George Stone Crab, was identified by family members as a passenger. The cause of the crash remains under investigation, officials said. The U.S. State Department said five of those killed were U.S. citizens.</p><p>“The magnitude of this tragedy is impossible to comprehend, and there are no words to express the depth of our pain,” the statement from Duarte's family said. “We ask that you keep them all and everyone who loved them in your prayers.”</p><p>The statement also named the five other passengers and the pilot.</p><p>Among those killed were an executive with Telemundo, the U.S.-based Spanish-language network owned by NBCUniversal, and the director of Ecuador’s national intelligence service.</p><p>José Suárez was the president and general manager of the Telemundo-owned stations in Orlando, Tampa and Fort Myers, Florida. Telemundo and NBCUniversal executives called Suárez a deeply respected leader and beloved friend in a memo sent to staff and obtained by The Associated Press</p><p>“José was an exceptional colleague and mentor to many,” the message said. “He cared deeply about his teams, the communities they served and the essential role our stations play in people’s lives. He brought energy, humor, warmth and a strong sense of purpose to his work, and his impact was felt far beyond the stations he led.”</p><p>Michele Sensi-Contugi, director of the Ecuador's National Intelligence Center, died in the crash, along with his wife, fashion designer Stephany Hollihan.</p><p>“In this moment of deep sorrow, the government extends its heartfelt condolences to his family, loved ones and close associates,” Ecuador’s presidency said in a statement posted on X.</p><p>Sensi-Contugi, a friend and close associate of Ecuadorian President Daniel Noboa, and Hollihan were visiting Kenya as tourists. She was a U.S. and Ecuadorian citizen. They are survived by their two children.</p><p>The last two passengers were identified as Adam Hlavaty and Henry Parra, a South Florida married couple. Hlavaty was a real estate executive and co-founder of a development company called MRKT Group. Parra co-founded and helped manage an aviation maintenance company for nearly three decades after serving in the U.S. Navy as an aviation support tech.</p><p>Parra's former company said in a statement that he was a builder in every sense of the word.</p><p>“Henry was also deeply committed to the Miami community, generously supporting charitable organizations and initiatives that created opportunities for others and strengthened the city he called home,” the statement said.</p><p>The pilot was identified as Josh Outram, founder of Africa Heli Adventures. A conservation group called Save the Elephants posted their condolences on Facebook.</p><p>“Josh worked briefly with Save the Elephants as one of our dedicated and experienced fixed wing pilots, and we are deeply saddened by his passing,” a post said.</p><p>The helicopter crashed in a rugged area in the foothills of Mount Ololokwe, a popular tourist destination in the country, local media reported. The helicopter, owned by local company Lady Lori Helicopters, was carrying guests with travel company &Beyond. Lady Lori Helicopters said in a statement that the aircraft was operating a charter flight when it crashed.</p><p>Tropic Air Kenya, a local safari operator, said in a statement that it dispatched two of its helicopters to aid search and rescue operations.</p><p>The aviation authority said the aircraft was a Eurocopter EC130 B4.</p><p>Helicopter crashes have happened with increasing regularity in Kenya, which has a vibrant tourism industry that depends on domestic carriers to ferry visitors to distant places like Mount Ololokwe.</p><p>In February, a legislator was among six people who died after a helicopter crash in a hilly area of western Kenya.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists]]></media:description><media:credit role="author" scheme="urn:ebu">Kenya Red Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQB3Q62I3YCUBR7RVYFGNBN5RQ.jpg?auth=d9d85b7cb15ec91e13541d4be2565c767afee35b7ab0eeeeb1b36db3d80a6757&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map shows general location of a helicopter crash in the Mount Ololokwe foothills of Kenya. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Hamlin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYIWELVMMMMIXMIYVBT4WJVYMY.jpg?auth=ce6a79d272a1ca4e8fc9bd65c2a253a8081c3c4fa3323e043a4f4fe5ca8083ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by NBCU Local shows José Suárez, the president and general manager of several Telemundo stations in Florida, who was killed in a helicopter crash in Kenya on Wednesday, Aug. 19, 2026. (NBCU Local via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/H76CPZQMSOHBMGEG6D6CWD6KEQ.jpg?auth=0333e5504acee73a8ad2d118b728fbe194c3c035a5600f84e97998ef400ffdad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by the Durate-Valls family on Thursday, Aug. 20, 2026 shows Roger Duarte. (Durate-Valls family via AP)]]></media:description></media:content></item><item><title><![CDATA[2 hurt, including firefighter, in Miami-Dade apartment fire, first responders say ]]></title><link>https://www.local10.com/news/local/2026/08/20/3-hurt-including-firefighter-in-miami-dade-apartment-fire-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/3-hurt-including-firefighter-in-miami-dade-apartment-fire-first-responders-say/</guid><dc:creator><![CDATA[Ryan Mackey, Terrell Forney]]></dc:creator><description><![CDATA[A heavy blaze at a Miami-Dade apartment building Thursday morning left two people wounded, including a firefighter, according to fire rescue officials.]]></description><pubDate>Thu, 20 Aug 2026 19:02:17 +0000</pubDate><content:encoded><![CDATA[<p>A heavy blaze at a Miami-Dade apartment building Thursday morning left two people wounded, including a firefighter, according to fire rescue officials.</p><p><a href="https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/incendio-en-apartamento-de-miami-dade-deja-dos-heridos-incluido-un-bombero-dicen-socorristas/">Leer en español</a></p><p>Authorities said Miami-Dade Fire Rescue medics responded at approximately 11:55 a.m. to a three-story apartment building at the Lakeshore Presidential Apartments, near the 1200 block of Northwest 95th Street, in the county’s unincorporated West Little River area.</p><p>Firefighters immediately entered the building to attack the flames, and the fire was upgraded to a second alarm as additional units were requested, officials said.</p><p>Crews worked to extinguish the fire while searching the building for occupants and checking for possible fire spread. An aerial ladder was also deployed to the roof to support firefighting and ventilation operations, according to MDFR.</p><p>“Once the units arrived, they located the fire. It was fully engulfed. The units acted quickly,” said MDFR Chief Horacio Rodriguez. “The fire became a second alarm early on. The incident commander decided we needed more firefighters so it was due to the manpower.”</p><p>Fire rescue officials said a responding firefighter suffered minor injuries. They said at least one firefighter and another individual were transported to a nearby hospital, while a third person refused transport.</p><p>Authorities said the fire was extinguished, and firefighters remained at the scene to monitor hot spots and ventilate the building.</p><p>They said the cause of the fire remains under investigation.</p><p>MDFR officials also confirmed that the American Red Cross was requested to assist residents affected by the fire.</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[Monumentos del exilio cubano en Miami enfrentan abandono y traslado previsto]]></title><link>https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/monumentos-del-exilio-cubano-en-miami-enfrentan-abandono-y-traslado-previsto/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Residentes de un vecindario de Miami dicen que un monumento en honor a la comunidad del exilio cubano está siendo irrespetado tras años de abandono.]]></description><pubDate>Thu, 20 Aug 2026 21:11:09 +0000</pubDate><content:encoded><![CDATA[<p>Residentes de un vecindario de Miami dicen que un monumento en honor a la comunidad del exilio cubano está siendo irrespetado tras años de abandono.</p><p>El monumento, destinado a honrar a los niños de Pedro Pan, está agrietado, roto, desfigurado y cubierto de hormigas.</p><p>Entre 1960 y 1962, la Operación Pedro Pan ayudó a miles de niños cubanos a escapar del ascenso de Fidel Castro y llegar a salvo a Miami.</p><p>Vecinos cerca de Southwest 13th Avenue y 21st Street dicen que el estado del monumento es una falta de respeto.</p><p>El comisionado de Miami Rolando Escalona dijo que el monumento estuvo abandonado durante muchos años, pero que ahora está en proceso de ser reparado y trasladado.</p><p>Escalona dijo que el monumento será incorporado a un memorial más reciente creado por su predecesor como parte de un proyecto más amplio de embellecimiento.</p><p>Documentos obtenidos por Local 10 muestran que el proyecto también contempla trasladar otros monumentos históricos cubanos, incluido el memorial de Manuel Varona en Triangle Park, cerca de Brickell, y el busto de Máximo Gómez en Domino Park.</p><p>Los monumentos serían colocados en el recientemente inaugurado memorial de Pedro Pan en Cuban Memorial Boulevard, cerca de Southwest Eighth Street, aproximadamente a una milla del monumento abandonado.</p><p>Escalona dijo que reunir los monumentos permitiría a las personas conocer más de la historia cubana en un solo lugar. Funcionarios de la ciudad también esperan que el traslado proporcione mayor visibilidad y seguridad.</p><p>Pero algunos vecinos no quieren que el monumento sea trasladado.</p><p>Una mujer, que pidió no aparecer ante las cámaras, dijo que el monumento es un recordatorio de la historia y el sacrificio de su comunidad y que debería permanecer donde está.</p><p>Dijo que está en el lugar correcto y que simplemente debería recibir el mantenimiento que merece.</p><p>Funcionarios de la ciudad dijeron a Local 10 News que los trabajos de reparación y traslado no comenzarán hasta 2027.</p>]]></content:encoded></item><item><title><![CDATA[Balacera en plaza comercial de Deerfield Beach deja una persona muerta y una detenida]]></title><link>https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[Un hombre murió tras una balacera ocurrida la noche del miércoles en Deerfield Beach, confirmaron las autoridades.]]></description><pubDate>Thu, 20 Aug 2026 13:03:39 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió tras una balacera ocurrida la noche del miércoles en Deerfield Beach, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward (BSO), la balacera fue reportada alrededor de las 10:15 p.m. en la cuadra 200 de Southwest First Terrace.</p><p>La reportera de Local 10 News Jolena Esperto estuvo en el lugar la mañana del jueves y dijo que al parecer la balacera ocurrió dentro o fuera de una tienda de vapeo en la plaza comercial.</p><p>Las autoridades confirmaron que agentes de BSO y paramédicos de Broward Sheriff Fire Rescue acudieron al área y encontraron a la víctima, quien había recibido disparos.</p><p>Los socorristas lo declararon muerto en el lugar.</p><p>Los agentes confirmaron que una persona fue detenida y que no había ninguna amenaza para la comunidad, sin embargo, no está claro si esa persona enfrentará cargos por la balacera.</p><p>La investigación continúa en curso.</p><p>Se pide a cualquier persona que tenga información sobre la balacera que llame a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Funcionarios del condado recorren sitio de “Alligator Alcatraz” para evaluar daños y problemas ambientales]]></title><link>https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/funcionarios-del-condado-recorren-sitio-de-alligator-alcatraz-para-evaluar-danos-y-problemas-ambientales/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[El condado Miami-Dade vuelve a tener el control del terreno utilizado para el centro de detención de migrantes apodado “Alligator Alcatraz”.]]></description><pubDate>Thu, 20 Aug 2026 21:07:19 +0000</pubDate><content:encoded><![CDATA[<p>El condado Miami-Dade vuelve a tener el control del terreno utilizado para el centro de detención de migrantes apodado “Alligator Alcatraz”.</p><p>El jueves, Local 10 News pudo observar desde adentro lo que los funcionarios estatales dejaron atrás cuando desmovilizaron el centro a principios de este verano.</p><p>“Esto es esencialmente lo que queda de la operación”, dijo Loren Parra, directora de Resiliencia de Miami-Dade, mientras recorría el Aeropuerto de Entrenamiento y Transición Dade-Collier. “Aquí es donde había postes anclados para las cercas y la infraestructura operativa, pero aquí, donde se ven los diferentes colores, está todo lo que se ha rellenado desde la desmovilización”.</p><p>Parra mostró lo que queda del centro de detención de inmigrantes construido rápidamente, ahora que el estado ha devuelto formalmente la propiedad al condado Miami-Dade.</p><p>“La totalidad de las operaciones se llevó a cabo aquí, específicamente en esta plataforma de esta pista, y todavía se pueden ver áreas donde anteriormente había infraestructura, principalmente algunas cercas”, dijo Parra.</p><p>Funcionarios del condado dijeron que se colocó nuevo pavimento como parte de la operación.</p><p>“Así que aquí se puede ver claramente la diferencia”, dijo Parra. “Este era el pavimento existente, según nuestro departamento de aviación aquí en Miami-Dade, y este es el nuevo pavimento que formó parte de la operación. Y lo que había aquí antes era realmente solo relleno compactado”.</p><p>Una hilera de reparaciones de los postes de la cerca marca el perímetro del centro de detención.</p><p>“Aquí es donde estaba ubicada la cerca a lo largo de todos esos pequeños agujeros”, dijo Parra.</p><p>Parra dijo que hay dos maneras diferentes de rellenar los agujeros dejados por la infraestructura que anteriormente se encontraba en el sitio.</p><p>“Muchas de las áreas que han visto fueron reparadas con asfalto caliente”, dijo Parra. “Aquí estamos llegando a algunas de las áreas reparadas con asfalto frío. Necesitamos asegurarnos de que todas sean reparadas con asfalto caliente para que esta pista pueda soportar el peso de los aviones que llegan, por lo que asegurarnos de que todas estas áreas sean reparadas adecuadamente forma parte de las medidas correctivas que estamos solicitando al estado”.</p><p>Parra dijo que también debe atenderse el asfalto restante.</p><p>“Este es el asfalto restante y, como parte de las medidas correctivas de nuestro informe ambiental, estamos solicitando que el estado retire y deseche adecuadamente todo lo que queda aquí”, dijo Parra.</p><p>Con el objetivo de ayudar a satisfacer la necesidad de la administración del presidente Trump de contar con más camas federales de detención como parte de su plan de deportaciones masivas, el estado de Florida tomó el control, bajo poderes de emergencia, de la remota propiedad ubicada dentro de la Reserva Nacional Big Cypress, en el condado Miami-Dade, transportando la infraestructura necesaria, desde cercas y un sistema provisional de recolección de aguas residuales hasta iluminación industrial y combustible.</p><p>“Tan pronto como pudimos acceder al sitio, el Departamento de Gestión de Recursos Ambientales vino aquí y comenzó a realizar sus pruebas de campo”, dijo Parra.</p><p>Tomaron muestras de suelo y agua durante tres visitas diferentes y “realizaron evaluaciones de campo en varias fechas para identificar cualquier área de preocupación ambiental”, explicó Parra a la alcaldesa de Miami-Dade, Daniella Levine Cava, en un memorando reciente.</p><p>“Lo que es importante recordar es que, debido a la rapidez y la manera en que surgió la operación, el departamento no pudo contar con datos de referencia sobre cómo se encontraba el sitio antes de las operaciones, pero basándonos en las muestras que pudimos tomar y en todos los registros históricos que pudimos encontrar tanto de Miami-Dade como del condado Collier, en este momento no hay impactos ambientales aquí en este sitio”, dijo Parra.</p><p>En un memorando dirigido a la alcaldesa, fechado el 18 de agosto, Parra explicó que “las inspecciones visuales y los resultados de laboratorio no proporcionan evidencia de ninguna violación del Código de Protección Ambiental del condado Miami-Dade, Capítulo 24. Cualquier acumulación restante de pavimento asfáltico recuperado debe ser debidamente recogida, desechada y retirada de la propiedad”.</p><p>Levine Cava dijo a Local 10 News que la propiedad es crucial para el hábitat y el flujo del agua y que debe ser preservada.</p><p>“Sabemos que esta propiedad es muy importante para el hábitat, para el flujo del agua, realmente como parte de un área que necesita ser preservada. Ya forma parte oficialmente del área de preservación, así que eso es lo que estamos buscando. Esa era mi intención originalmente y tuvimos esta pequeña interrupción de un año, pero nuestros planes son seguir avanzando para encontrar un hogar permanente de conservación para estas propiedades esenciales”, dijo Levine Cava. “Mi intención es que esté protegida permanentemente como área de conservación y vamos a proceder para hacer que eso suceda”.</p><p>Parra dijo que el objetivo final es transferir el terreno para su conservación permanente.</p><p>“Así que realmente todas las operaciones, tanto las pruebas ambientales como los informes de aviación, forman parte de un esfuerzo para asegurarnos de que podamos transferir estos terrenos para su conservación a perpetuidad”, dijo Parra.</p><p>Hasta que se lleven a cabo esas medidas correctivas y los líderes del condado tomen una decisión sobre el futuro del sitio, la pista permanecerá cerrada, dijeron los funcionarios.</p><p> <iframe class="scribd_iframe_embed" title="Training and Transition Airport Damage Assessment Report_08032026 (1)" src="https://www.scribd.com/embeds/1076700727/content?start_page=1&view_mode=scroll&access_key=key-roK00XlC4Ptr4ILCgKOe" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p>]]></content:encoded></item><item><title><![CDATA[Cowboys and Saints fined $500,000 apiece by NFL after brawl-filled joint practice]]></title><link>https://www.local10.com/sports/2026/08/20/cowboys-and-saints-fined-500000-apiece-by-nfl-after-brawl-filled-joint-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/cowboys-and-saints-fined-500000-apiece-by-nfl-after-brawl-filled-joint-practice/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The Dallas Cowboys and the New Orleans Saints have been fined $500,000 apiece by the NFL after their brawl-filled joint practice Tuesday.]]></description><pubDate>Thu, 20 Aug 2026 22:10:09 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The Dallas Cowboys and the New Orleans Saints have been fined $500,000 apiece by the NFL after their brawl-filled joint practice Tuesday.</p><p>The league announced the fines Thursday after requesting video of the tumultuous workout at the Cowboys ' training camp base in Oxnard, California.</p><p>Cowboys owner Jerry Jones said his team will appeal the “pretty stiff” fine, even though he understood why the NFL issued such a hefty penalty. The Cowboys also plan to fine their own players who were involved in the fracases.</p><p>“The Competition Committee has made sportsmanship — including at joint practices — a point of emphasis over the past several years,” the league said in a statement. “All clubs were remined by memo prior to training camp of their responsibility in preventing unsportsmanlike behavior at joint practices that has the potential to result in injury.”</p><p>Players from the Cowboys and the Saints threw punches during several skirmishes throughout the joint practice, which was conducted in uncommonly hot, humid weather in the coastal town.</p><p>A lowlight of the brouhaha was Saints tight end Brock Rechsteiner’s body slam of Cowboys safety Jalen Thompson in a move worthy of Rechsteiner’s father, pro wrestler Scott Steiner. Saints center Erik McCoy threw a Cowboys helmet high in the air during one scrap, while McCoy and Cowboys linebacker Donovan Ezeiruaku threw punches at each other in an ugly sequence that ended with Ezeiruaku getting thrown out of practice for the second time in camp.</p><p>“All of that makes it a real focal point of the league to stay within good sport, and the taking of helmets off and swinging and hitting and that type of thing is not good for anybody, and it’s certainly not what we want to represent to our fans as a league or as a team,” Jones said Thursday in Oxnard. “And so it’s understandable how they’re coming with real severe fines.”</p><p>Jones said the size of the NFL's financial penalty “does make the point that it’s a serious matter. … It really emphasizes the league’s intent to control it from the very top, which when they start dealing out those kinds of fines, they get your attention.”</p><p>Saints coach Kellen Moore and Cowboys coach Brian Schottenheimer nearly called off the practice early after repeated post-whistle scuffles. Schottenheimer called the workout “a little chippy. Not the way we like to do business.”</p><p>“Obviously there was non-football stuff in that joint practice, unfortunately,” Moore said Thursday before the fines were announced.</p><p>Jones indicated Ezeiruaku, who started nine games and had two sacks last season as a rookie, is one of the Cowboys players who will be fined.</p><p>“Well, I think that you have to have consequences, and that needs to register,” Jones said. “In other words, whether you’re playing a game or out here in society, if you aren’t sensitive about consequences of your behavior, then you’ll be brought to your knees pretty quick.”</p><p>The Saints have left Louisiana for California this week, conducting a few practices on the coast before a preseason game against the Los Angeles Rams on Saturday at SoFi Stadium.</p><p>New Orleans had no scuffles or disciplinary issues Thursday during another joint practice with the Rams at Los Angeles' training complex in Woodland Hills. The teams still wrapped up their workout earlier than scheduled because the Saints had already done extensive work this week before a handful of players left this practice early with injuries that currently appear minor.</p><p>Moore said he spoke to his players about professionalism before they visited the Rams. New Orleans also had no issues last week when it hosted the Jacksonville Jaguars for a joint practice.</p><p>“We acknowledged some of the things that happened on Tuesday,” Moore said. “Thought our guys were focused, Rams were focused, and it was a really good, clean practice.”</p><p>___</p><p>AP freelance reporter Dan Greenspan in Oxnard, California, contributed to this report.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBBXNZS6ZWUBR5J5RVEG2P27FY.jpg?auth=141831bce705d06190023e752d650d8ec68672b00802ebb5e05bfc8df16ca4fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Cowboys outside linebacker Sam Williams, top, fight with New Orleans Saints tight end Moliki Matavao during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (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/OZSXKDD7Y4WHUUVED5JKBPGTIM.jpg?auth=d2a9e123cdc5ae0d4b3b3a35df86b9e070b3b00d70a126cb0fdd0de1e3d00c29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Orleans Saints tight end Moliki Matavao, center, scuffle with members of the Dallas Cowboys during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (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/NECQIJYWXJH2JEYFXEKGQAK6IE.jpg?auth=f418c1a987875c2b5a1878bdefa38c0c0566f11379f71a3ba82bcb2043a32829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Orleans Saints wide receiver Ronnie Bell, top, fights with Dallas Cowboys cornerback Derion Kendrick during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (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/ML6VTC45FQRJ6E4GYRXTEZYQ4I.jpg?auth=dbfc387b49383d9a5f3ca63c2029bdfc1f9563273191e90a57d5d20ef3c5419c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Orleans Saints running back Travis Etienne, second from left, tries to get by Dallas Cowboys safety P.J. Locke, left, as wide receiver Kevin Austin Jr., second from right, and safety Jalen Thompson battle during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (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/FU3U3YEXHCHIXZYW26TKVKOP5I.jpg?auth=db9dc5a536d9bcdfc6c9f9271c76c4f13cff9e74c480658d60a6ea4b81c2f811&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Cowboys cornerback Trikweze Bridges, left, greets New Orleans Saints quarterback Tyler Shough during an NFL football joint practice, Tuesday, Aug. 18, 2026, in Oxnard, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Miami Beach police sergeant honored for saving life of choking man while off-duty]]></title><link>https://www.local10.com/news/local/2026/08/20/miami-beach-police-sergeant-honored-for-saving-life-of-choking-man-while-off-duty/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/miami-beach-police-sergeant-honored-for-saving-life-of-choking-man-while-off-duty/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A member of the Miami Beach Police Department has been honored for jumping into action to save a man’s life. ]]></description><pubDate>Thu, 20 Aug 2026 16:29:44 +0000</pubDate><content:encoded><![CDATA[<p>A member of the Miami Beach Police Department has been honored for jumping into action to save a man’s life. </p><p><a href="https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/honran-a-sargento-de-la-policia-de-miami-beach-por-salvar-la-vida-de-hombre-que-se-asfixiaba-mientras-estaba-fuera-de-servicio/">Leer en español</a></p><p>Miami Beach Police Sgt. Alex Bello was recognized for his heroic actions, saving an elderly man who was choking while having lunch on Saturday in Hialeah. </p><p>“I’m usually a very shy person, so all this attention is a little overwhelming, but I’m just glad that I was at the right place at the right time,” said Bello. “And a family is now still able to have their loved one here with them.”</p><p>Video footage from the incident shows Bello leap into action as the 29-year MBPD veteran, who was off the clock at the time, performed the Heimlich maneuver on the choking victim. </p><p>“Well the restaurant, as soon as everybody could see that he was awake and conscious, started clapping,” said Bello. “The wife obviously was ecstatic and so thankful, restaurant staff were so helpful and thankful too, that we were there to help this gentleman out.”</p><p>Bello was in Hialeah to work at MBPD’s evidence warehouse. </p><p>Miami Beach Police Chief Wayne Jones presented Bello with the department’s Lifesaving Award during a ceremony on Thursday. </p><p>“This is what I signed up for, to help people,” said Bello. “I’m so grateful that I was able to help save this gentleman’s life.”</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[Investigators examining foes of Trump seek interviews related to Mar-a-Lago search, AP sources say]]></title><link>https://www.local10.com/news/politics/2026/08/20/investigators-examining-foes-of-trump-seek-interviews-related-to-mar-a-lago-search-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/investigators-examining-foes-of-trump-seek-interviews-related-to-mar-a-lago-search-ap-sources-say/</guid><dc:creator><![CDATA[By ERIC TUCKER and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Justice Department investigators have sought to interview law enforcement officials related to the FBI search of Donald Trump's Mar-a-Lago estate as part of a Florida-based inquiry aiming to establish a conspiracy against the Republican president, multiple people familiar with the matter said Thursday.]]></description><pubDate>Thu, 20 Aug 2026 21:16:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Justice Department investigators have sought to interview law enforcement officials related to the FBI search of Donald Trump's Mar-a-Lago estate as part of a Florida-based inquiry aiming to establish a conspiracy against the Republican president, multiple people familiar with the matter said Thursday.</p><p>The requests for interviews, made in recent weeks, suggest that a conspiracy investigation that had mostly appeared focused on the decade-old question of Russian interference in the 2016 presidential election is also examining a more contemporary event — the 2022 search of Mar-a-Lago that resulted in the FBI seizing top secret documents from the president's Palm Beach, Florida, estate.</p><p>The requests were for voluntary interviews and not made through subpoenas, said the people, who spoke on condition of anonymity to discuss an ongoing investigation with The Associated Press.</p><p>It is not clear when or if prosecutors might seek to bring charges, or for what, but investigating conduct that occurred in Florida might give the Justice Department the legal hook it needs to try to anchor a prosecution in the state.</p><p>Joe diGenova, the prosecutor brought back to the Justice Department in April to oversee the investigation, declined to comment when contacted by AP on Thursday. The Justice Department didn't immediately respond to a request for comment.</p><p>Trump was indicted in 2023 on charges of unlawfully retaining classified documents and of obstructing FBI efforts to get them back. But the case was dismissed the following year after a Trump-appointed judge, Aileen Cannon, ruled that the prosecutor who brought the indictment, Jack Smith, had been illegally appointed.</p><p>Trump has long maintained that law enforcement and intelligence officials conspired against him over the last decade, drawing a straight line between an investigation into ties between Russia and his 2016 presidential campaign and the more recent investigations related to his retention of classified documents and his efforts to undo the 2020 election.</p><p>The Justice Department has for months conducted an investigation in Florida in hopes of proving wrongdoing by the officials involved in scrutinizing Trump.</p><p>Much of the questioning known to have occurred so far has centered on the government response to Russian interference in the 2016 election and the creation of an intelligence community assessment that documented the extent of the meddling.</p><p>It was not immediately clear why investigators want to question FBI officials in connection with the Mar-a-Lago search, but the act has long infuriated Trump, who decried it as an invasion of privacy.</p><p>In addition, congressional Republicans have long seized on accounts of tension between FBI officials and senior Justice Department leaders before the search to raise questions about whether there was an adequate justification for it, though the law enforcement dispute centered not on whether investigators had gathered sufficient evidence for a search but rather on whether there was a less dramatic and intrusive way to recover the records.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJ5W52FYUXQSWPRBFFOZZWWKVU.jpg?auth=7f335b17deb8fd1a7b2fbeeb4ffa647a44f8833654eec00b3ab32a1af202bcbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image, contained in the indictment against former President Donald Trump, and partially redacted by source, shows boxes of records being stored on the stage in the White and Gold Ballroom at Trump's Mar-a-Lago estate in Palm Beach, Fla. (Justice Department via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XYSFX2IUCK5ZJZ5ZJF5I6B63KA.jpg?auth=7acf9459aaec1f2605b59172e66b09f5e314925c0cf7724e9ed4437297c17006&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 President Donald Trump's Mar-a-Lago estate is pictured, Aug. 10, 2022, in Palm Beach, Fla. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ERB2DIHE62SFZBDQIG6YHYOOI.jpg?auth=0d8a78bea2d41c5e33a100dcfda714d86aa88d95c0714cd81874bd19c44bce63&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 during a meeting with technology leaders in the Roosevelt Room of the White House, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Dane Myers' dropped fly with 2 outs in 9th gives Cardinals a wild 10-9 win over Reds]]></title><link>https://www.local10.com/sports/2026/08/20/dane-myers-dropped-fly-with-2-outs-in-9th-gives-cardinals-a-wild-10-9-win-over-reds/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/dane-myers-dropped-fly-with-2-outs-in-9th-gives-cardinals-a-wild-10-9-win-over-reds/</guid><dc:creator><![CDATA[GARY SCHATZ, Associated Press]]></dc:creator><description><![CDATA[CINCINNATI (AP) — Cincinnati's Dane Myers dropped a fly ball with two outs in the ninth, opening the flood gates in a six-run inning to give the St. Louis Cardinals a 10-9 win over the Reds.]]></description><pubDate>Thu, 20 Aug 2026 21:21:36 +0000</pubDate><content:encoded><![CDATA[<p>CINCINNATI (AP) — Cincinnati's Dane Myers dropped a fly ball with two outs in the ninth, opening the flood gates in a six-run inning to give the St. Louis Cardinals a 10-9 win over the Reds.</p><p>The Reds held a 5-4 lead going into the ninth before things fell apart in the final inning. Masyn Winn and Jose Fermin scored on Myers' error, giving St. Louis a 6-5 lead. Alec Burleson's single drove in another run and a bases-loaded walk scored another to make it 8-5. Fermin came up for the second time in the inning and singled home two more runs to make it 10-5.</p><p>But it was far from over.</p><p>Cincinnati's Eugenio Suárez singled home Matt McLain and Sal Stewart drove in two more runs to make it 10-8. St. Louis reliever Riley O'Brien walked Tyler Stephenson with the bases loaded and two outs, scoring Elly De La Cruz to make it a one-run game before Matt McLain lined out to end the wild back-and-forth contest.</p><p>McLain hit his second career grand slam to cap a five-run sixth inning and put Cincinnati up 5-4.</p><p>Jordan Walker hit a three-run home run and drove in another run on a ground out to give the Cardinals an early 4-0 lead. Walker’s 26th home run was his second home run in two games. He temporarily tied Stewart for the major league lead with 94 RBI before Stewart's single in the bottom of the ninth plated two, giving him 96 on the season.</p><p>Cardinals' starter Michael McGreevy was solid through five innings, but struggled in the sixth, giving up an RBI single and leaving the game with the bases loaded. Ryan Stanek (2-3) relieved McGreevy, giving up an RBI single to JJ Bleday and the grand slam to McLain to take the loss.</p><p>Peter Strzelecki (1-1) pitched two scoreless innings to get the win for St. Louis.</p><p>Suárez drove in the 1,000th run of his career.</p><p>The Cardinals won the series 3-2, moving to 2 1/2 games behind the last wild card spot. The Reds fell to seven games out of the wild card.</p><p>Up Next</p><p>Cardinals: St. Louis kicks off a weekend series at Philadelphia on Friday. LHP Jesús Luzardo (11-5, 3.23 ERA) takes the mound for the Phillies. The Cardinals have not announced their starter.</p><p>Reds: LHP Nick Lodolo (3-2, 4.52) takes the mound Friday as Cincinnati opens a weekend series at Arizona and LHP Eduardo Rodriguez (12-4, 2.71).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDO6HKEYLRNZQUT2O3GHRPGWAY.jpg?auth=c69814fd83ee9811ef4527e5eab14b2ec52d72085addca506201dd39463e5bc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds Elly De La Cruz, right, steals second base as St. Louis Cardinals second baseman JJ Wetherholt, left, takes the throw during the eighth inning of a baseball game, Thursday, Aug. 20, 2026, in Cincinnati. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7RPDNDKVHFKTMMXKNNNZ32UVY.jpg?auth=1554bf6b5decaf228189ea8f3f27bd28179ee8ffad252a712dc1e761ffd06364&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds' Sal Stewart hits a single to score Dane Myers, and Eugenio Suárez, during the ninth inning of a baseball game against the St. Louis Cardinals, Thursday, Aug. 20, 2026, in Cincinnati. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[De la Espriella presenta su cúpula militar y le ordena “liberar” a Colombia del “narcoterrorismo”]]></title><link>https://www.local10.com/espanol/2026/08/20/de-la-espriella-presenta-su-cupula-militar-y-le-ordena-liberar-a-colombia-del-narcoterrorismo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/de-la-espriella-presenta-su-cupula-militar-y-le-ordena-liberar-a-colombia-del-narcoterrorismo/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella presentó el jueves a la nueva cúpula militar, a la que le encomendó “liberar a Colombia del crimen” y el “narcoterrorismo”, en línea con su promesa de convertir la seguridad en una prioridad de su gobierno.]]></description><pubDate>Thu, 20 Aug 2026 20:25:44 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella presentó el jueves a la nueva cúpula militar, a la que le encomendó “liberar a Colombia del crimen” y el “narcoterrorismo”, en línea con su promesa de convertir la seguridad en una prioridad de su gobierno.</p><p>“Cumplo la palabra que dije en campaña designando a una cúpula de nuestras fuerzas militares absolutamente extraordinaria que nos va a llevar, con la ayuda de Dios, a ganarle de manera decidida y contundente la guerra al crimen, al narcoterrorismo”, aseguró De la Espriella en una declaración a la prensa desde Barranquilla, en el Caribe colombiano.</p><p>Al mando del Ejército estará el mayor general José Bertulfo Soto Sánchez; de la Armada Nacional, el vicealmirante Javier Jaimes Pinilla —quien se venía desempeñando como jefe de Planeación Naval de la institución— y de la Fuerza Aeroespacial, el mayor general Juan Jaime Martínez Ossa.</p><p>Como comandante general de las Fuerzas Armadas eligió al mayor general Erick Rodríguez Aparicio, quien fue retirado de un alto cargo en junio durante el gobierno de Gustavo Petro (2022-2026), en medio de una controversia por sus declaraciones sobre presuntas presiones de grupos armados ilegales en las elecciones presidenciales.</p><p>De la Espriella obtuvo la victoria electoral ese mes prometiendo mano dura contra los grupos armados ilegales y dando fin a las múltiples mesas de negociación de paz que había adelantado el izquierdista Petro por considerar que fue una estrategia fracasada que no logró desarmarlos.</p><p>“Vamos a traerle paz a nuestro pueblo, pero no la paz que se negocia con los bandidos arrodillando al Estado; la paz que se impone con la fuerza de las armas y las leyes”, afirmó el conservador De la Espriella.</p><p>El mandatario reiteró que los ilegales tienen una “última oportunidad” para someterse a la ley o, de lo contrario, serán “dados de baja”.</p><p>Colombia lidia con múltiples grupos armados ilegales pese a que hace una década firmó un acuerdo de paz con las Fuerzas Armadas Revolucionarias de Colombia (FARC). Esa guerrilla se desarmó, pero su vacío territorial fue copado por otros grupos ilegales, incluyendo disidencias de las FARC, que se disputan las economías ilícitas como el narcotráfico y la minería ilegal.</p><p>De la Espriella, apodado “El Tigre”, cuenta con el respaldo del presidente Donald Trump, quien lo apoyó en la campaña, para poner en marcha su estrategia de seguridad, incluida la lucha antinarcóticos.</p><p>Tras su posesión el 7 de agosto el Departamento de Estado estadounidense indicó que tiene la intención, en colaboración con el Congreso, de anunciar una ayuda de 1.000 millones de dólares para Colombia como “parte de un paquete de medidas de seguridad destinado a apoyar” al nuevo gobierno para combatir el “narcoterrorismo transnacional” y estrechar lazos económicos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHDP3OLTSWP26M5ZXNSSSNJUZA.jpg?auth=a3be396012fd541757b8320052ef4f25c80a95edb605753c6013c9b4f92649e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, habla tras presidir una reunión sobre la respuesta al terremoto en Bogotá, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Sebastián Barros)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastian Barros</media:credit></media:content></item><item><title><![CDATA[More than 2,300 Mexicans sent to Guatemala and Honduras as Trump ramps up third-country deportations]]></title><link>https://www.local10.com/news/world/2026/08/20/more-than-2300-mexicans-sent-to-guatemala-and-honduras-as-trump-ramps-up-third-country-deportations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/more-than-2300-mexicans-sent-to-guatemala-and-honduras-as-trump-ramps-up-third-country-deportations/</guid><dc:creator><![CDATA[By SONIA PÉREZ D., MARÍA VERZA and MARLON GONZÁLEZ, Associated Press]]></dc:creator><description><![CDATA[GUATEMALA CITY (AP) — The United States has deported nearly 2,300 Mexicans to Guatemala this year and sent at least dozens more to Honduras, according to official data, a shift from the beginning of U.S. President Donald Trump’s second term when such transfers were minimal.]]></description><pubDate>Fri, 21 Aug 2026 04:42:49 +0000</pubDate><content:encoded><![CDATA[<p>GUATEMALA CITY (AP) — The United States has deported nearly 2,300 Mexicans to Guatemala this year and sent at least dozens more to Honduras, according to official data, a shift from the beginning of U.S. President Donald Trump’s second term when such transfers were minimal.</p><p>Until now, Mexicans deported from the United States were sent almost exclusively back to their country by air and land. Only a handful arrived in other countries.</p><p>Some civil organizations believe this change reported in recent days is a way to increase pressure on Mexico, whose government has protested the deaths of 17 Mexicans in immigration custody or during enforcement operations. This also comes as Trump has expanded agreements with allied Latin American countries to conduct joint operations in the region against criminal groups and has increased its security demands to Mexico.</p><p>Sent to Central America by plane and Mexico by bus</p><p>Guatemalan President Bernardo Arévalo confirmed Wednesday night that, so far this year, 2,284 Mexicans deported from the U.S. have arrived in the country as part of a “transit stopover” before being taken to Mexico as part of an “arrangement” with the Mexican government, and without these individuals being under any refugee or asylum status.</p><p>“They are arriving on planes carrying Guatemalan returnees, and what we have done is bring them in transit so that, in coordination with Mexican immigration authorities, we can return them to Mexican territory within 24 hours of their arrival in the country,” he explained at a press conference.</p><p>The costs of these operations are covered by the Mexican government or, in some cases, by U.S. funding, he added.</p><p>Mexico’s National Migration Institute (INM) confirmed to The Associated Press in a brief message that Mexicans have been deported by the Trump administration to Guatemala and Honduras, primarily since April, and are then transported by bus to southern Mexico.</p><p>“The reason is that the United States wants to prevent them from crossing back into its territory,” the institution said. The INM did not provide figures or further details.</p><p>Asked about why the Mexicans were sent to Central America and not their own country, and for more details, the U.S. Department of Homeland Security, which oversees immigration enforcement, said in an emailed statement that the administration “is utilizing all lawful options to carry out the largest deportation operation in history, just as President Trump promised.”</p><p>“The Mexican government has expressed its opposition to this practice to U.S. authorities and has reiterated that every Mexican citizen has the right to enter the country,” the Mexican Foreign Ministry said in a statement on Thursday. It added that Mexico is coordinating with the countries involved to ensure the safe return of Mexican citizens.</p><p>Third-country deportations raise concerns for Mexican migrants</p><p>Historically, Mexico has always been willing to receive its deported citizens.</p><p>Since Trump’s first term, it has also accepted deportees from third countries, although the details of immigration agreements with Washington have usually been opaque. In 2025, Mexico received some 12,000 deported foreigners, mostly Cubans and Venezuelans, according to figures provided by Mexican President Claudia Sheinbaum. The government has not updated these figures since December although the practice has continued.</p><p>Authorities in Honduras also did not respond to requests for comment, but according to official documents from the country accessed by The Associated Press, 82 Mexicans deported from the United States arrived in the Honduran city of San Pedro Sula on two flights on August 13 and 15. An additional 35 arrived on Thursday.</p><p>Another 165 Mexicans were deported to Honduras between May and mid-July, according to the website Third Country Deportation Watch, run by the NGOs Human Rights First and Refugees International, which track U.S. deportation flights to third countries.</p><p>The website does not clarify the source of its nationality figures, but both organizations have expressed concern because these transfers could endanger migrants who possibly sought asylum in the U.S. or have few resources in an unknown country.</p><p>The deportation tactic “seems to be to put pressure on the Mexican government,” said Savitri Arvey of Human Rights First. “They really don’t want any Mexicans crossing the border.” Some of those deported arrived in Honduras on U.S. military flights, she added.</p><p>A recent change in the deportation pattern</p><p>At the beginning of his second term, with immigration control as one of his priorities, Trump reached agreements with Mexico, Guatemala, El Salvador, Honduras, Costa Rica and Panama to act as “bridge” or destination countries for migrants from third countries expelled from U.S. territory. These agreements gradually expanded to more countries, including some African ones, most recently Liberia.</p><p>Until recently, only a handful of Mexicans had been expelled from the U.S. to countries other than Mexico.</p><p>Arévalo said on Wednesday that Guatemala received 15 Mexicans in 2025. As of February 2026, Honduras had officially reported the arrival of six. Costa Rica has received 11 Mexicans since Trump’s return to the White House, and according to local immigration authorities, they remain in the country. Presumably, these individuals may have requested not to be returned to Mexico out of fear.</p><p>Immigration lawyers believe that the Trump administration is using deportations to third countries as a legal loophole to indirectly force asylum seekers to return to Mexico when the government cannot send them there because it would violate court orders from immigration judges that recognize the dangers. Organizations and politicians both inside and outside the U.S. have also questioned the use of force by U.S. immigration authorities.</p><p>___</p><p>Verza reported from Mexico City and González from Tegucigalpa.</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYHGVBSJI2PRCN2O2PJBWUFXSI.jpg?auth=fa88b9ba3061693fc799294ae9523576ee068341164ff1fbe1db892b6930c7bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Guatemalans deported from the U.S. arrive at La Aurora airport in Guatemala City, Dec. 30, 2025, after deplaning a repatriation flight. (AP Photo/Moises Castillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQIXUITFAFKUJIAT6D4RADRHOU.jpg?auth=8721946a88fb132ea02d6775a3d2f144192ca1678eeeb2f66c1dcdf93b2908db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Journalists take images of a bus transporting migrants deported from the United States following their arrival at the Ramón Villeda Morales Airport in San Pedro Sula, Honduras, Thursday, Aug. 20, 2026. (AP Photo/Delmer Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Delmer Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47MJRQ3A44VJY72LPBSO4NRISE.jpg?auth=d597c6e492e022f397f3f364cf2cfcef6ecd77145b89304d14180fca16b66889&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants deported from the United States are transported in a bus after arriving on plane at the Ramon Villeda Morales Airport in San Pedro Sula, Honduras, Thursday, Aug. 20, 2026. (AP Photo/Delmer Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Delmer Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPBFBOQL6PRYT4HCNVOHDM5RZY.jpg?auth=8c5d07418ce2f4e6f574a5792e767c1f6e0c50a14de757175dc8824249de570e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants deported from the United States walk to a waiting bus after deplaning at the Ramon Villeda Morales Airport in San Pedro Sula, Honduras, Thursday, Aug. 20, 2026. (AP Photo/Delmer Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Delmer Martinez</media:credit></media:content></item><item><title><![CDATA[Braves' Grant Holmes loses no-hit bid in seventh against White Sox in Chicago]]></title><link>https://www.local10.com/sports/2026/08/20/braves-grant-holmes-loses-no-hit-bid-in-seventh-against-white-sox-in-chicago/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/braves-grant-holmes-loses-no-hit-bid-in-seventh-against-white-sox-in-chicago/</guid><dc:creator><![CDATA[By MATT CARLSON, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Grant Holmes' slider was working again, and he knew he was on a roll against the Chicago White Sox.]]></description><pubDate>Thu, 20 Aug 2026 22:49:57 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Grant Holmes' slider was working again, and he knew he was on a roll against the Chicago White Sox.</p><p>The Atlanta right-hander was getting outs in a hurry Thursday. The few times White Sox batters made solid contact — flies to the warning track or infield liners — his fielders were in position.</p><p>Holmes didn’t allow a hit until Andrew Benintendi lined a single to left with no outs in the seventh. That turned out to be Chicago’s only hit in the contest, and followed a walk to Miguel Vargas that put two runners on.</p><p>Holmes was relieved by Didier Fuentes, who struck out the side. Dylan Lee and Raisel Iglesias each followed with a perfect inning as the Braves' bullpen fanned seven of nine batters to complete the one-hitter in a 2-0 victory.</p><p>“It was nice to have the slider kind of come back there for a little bit,” said Holmes, who felt good after warming up before the contest. “Went into the game knowing it’s working and just trusted it, and it came out on the good side.”</p><p>Holmes improved to 8-5 and lowered his ERA to 3.64 with a 94-pitch outing, throwing 51 sliders. He walked three and struck out three in a six-plus innings to help the Braves prevail in a meeting of division leaders that was a makeup game for a June 11 rainout.</p><p>The 30-year-old was aware during the game he hadn't allowed a hit.</p><p>“Absolutely, I looked every inning,” Holmes said. “And how the day was going, I felt like I could throw it anywhere and they were going to get hit at somebody. So I was just keeping that mindset and filling up the zone as quick as possible and getting the outs as quick as possible.”</p><p>Holmes rebounded after allowing six runs in his last start against Arizona on Saturday. In the two outings before that, however, he tossed scoreless ball through six innings.</p><p>He revived his slider by watching video and tweaking his wrist positioning.</p><p>“Opposing teams, they game-plan for (the slider) and they know it's coming, but it's a really good pitch,” manager Walt Weiss said. “It's just goes to show you if you execute pitches, even if they are sitting on it and you put it in a good spot, it's still tough to hit.”</p><p>Weiss said he wanted to let Holmes go as deep in the game as possible. Had Holmes walked Benintendi to put two runners on, Weiss would have faced a tougher decision. The single made it easier.</p><p>“He gave up the hit and the point is moot,” Weiss said. “I was going to give him as a long a leash as I should because that's a special thing, chasing that stuff.”</p><p>Holmes retired 18 of the first 20 White Sox hitters. Colson Montgomery walked with two outs in the second and Drew Romo walked with one out in the fifth for Chicago's first two baserunners.</p><p>There's been only one no-hitter in the majors this season, a combined effort by three Houston pitchers in a 9-0 win over Texas on May 25. The Braves' last no-hitter was by Kent Mercker in a 6-0 win over the Dodgers at Los Angeles on April 8, 1994.</p><p>Holmes has never pitched a complete game in the majors. His longest effort was 7 2/3 innings on April 14, 2025, in an 8-4 win over Toronto.</p><p>Holmes spent 10 years in the minors before making his major league debut on June 16, 2024, with the Braves.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RUK36XGK3SWYUELURUEXNVIACU.jpg?auth=3fc36f861df01fed8149c6d83d1b325c0fcc87b12d8266349538793fb4edcb85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Grant Holmes delivers during the first inning of a baseball game against the Chicago White Sox, Thursday, Aug. 20, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLRH2B64XMPUP7D4PPFCW4EIQE.jpg?auth=827cc3fca6960d101aa32e48556a32d176359610d971b177247ad6979665eb39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Grant Holmes delivers during the first inning of a baseball game against the Chicago White Sox, Thursday, Aug. 20, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content></item><item><title><![CDATA[NFL complains about changes by Nielsen to TV ratings measurements]]></title><link>https://www.local10.com/sports/2026/08/20/nfl-complains-about-changes-by-nielsen-to-tv-ratings-measurements/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/nfl-complains-about-changes-by-nielsen-to-tv-ratings-measurements/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[The NFL is upset about changes made by Nielsen in its methodology for measuring viewership for the upcoming season, calling them “rushed” and saying they will have a negative impact on sports.]]></description><pubDate>Thu, 20 Aug 2026 19:42:40 +0000</pubDate><content:encoded><![CDATA[<p>The NFL is upset about changes made by Nielsen in its methodology for measuring viewership for the upcoming season, calling them “rushed” and saying they will have a negative impact on sports.</p><p>Nielsen announced plans this week to change how it measures audiences on television, beginning on Aug. 31, including alterations to how the company measures whether multiple people are watching an event at the same time.</p><p>The NFL is coming off one of its most successful seasons ever on television after Nielsen began using its Big Data + Panel methodology for all events last September. The league averaged 18.7 million viewers per game during the 2025 regular season, an increase of 10% from the 2024 season and the largest for a season since 1989.</p><p>The Super Bowl had an audience of 124.9 million viewers on NBC, Peacock, Telemundo, NBC Sports Digital, and NFL+, according to Nielsen’s Big Data + Panel rating system, falling just short of the record set the previous season.</p><p>Paul Ballew, the league's head of data and analytics, said on a conference call Thursday that the league was still trying to understand how the changes will impact ratings this season.</p><p>"We don’t have enough impact data to fully assess. We’re still trying to make a sense of it,” Ballew said. “We're still trying to makes sense of some of the logic behind some of the methodological changes. From our initial impact, it looks like a negative for sports. On the other side, co-viewing or partial co-viewing implementation is a positive. So we’re going to have to continue to spend some time pulling this apart and making sense of it.”</p><p>Ballew said the priority for the league is to find the most accurate number for the audience, as well as having a deeper understanding of the demographics of the viewership.</p><p>"Media measurement matters a lot to us," he said. “It’s adding into the amount of homework we have to take on going into the season to make sense. We do think it’s a misstep on Nielsen’s part to go do this the way they’re doing it. It continues to accelerate our pressure point to continue to pursue ongoing measurement improvement because it’s so critically important to us and everybody else in this space.”</p><p>Nielsen had been working with partners for a while on the changes and nearly implemented them last October but waited until this season instead.</p><p>“Nielsen is delivering the most accurate TV measurement ever, especially when it comes to live sports," Nielsen said in a statement. "We have worked closely with clients, sports leagues and industry regulators to constantly enhance our methodologies. That includes the introduction of Big Data + Panel, the expansion of our Out of Home measurement and a pilot test of co-viewing updates, which are all successful examples of collaboration that lead into the enhancements.”</p><p>'Nothing's changed' with media deal opt outs</p><p>Hans Schroeder, NFL executive vice president of media distribution, said “nothing's changed” with the league's television partners and the possibility of negotiating contracts early.</p><p>The NFL's deals with CBS, Fox, NBC and Amazon run through the 2033 season and the contract with ESPN goes for one season beyond that. The league has the option to opt out of those deals after the 2029 season with CBS, Fox, NBC and Amazon and after the 2030 season with ESPN. The NFL gets paid an average of nearly $11 billion annually from those deals.</p><p>The league can renegotiate immediately with CBS because of a change of ownership provision that was triggered when Skydance Media bought Paramount. Schroeder said talks are ongoing.</p><p>“We’re always going to do that. We’re going to continue to engage our partners,” he said. “So nothing’s changed. We’re continuing to look at the future and figure out how we can continue to improve it."</p><p>NFL players express interest in Olympic flag football</p><p>The league said there has been high interest from NFL players about participating in the Olympics in 2028 when flag football makes its debut, with the NFL's head of global flag football, Brian Flinn, saying more than 200 players representing more than 25 countries have expressed a desire to possibly play.</p><p>Flinn said there will be more details on the process for national federations choosing players at the end of this season.</p><p>There will be six men's and six women's teams competing in Los Angeles with three of each already assured spots. The U.S. will be in as the host country, while the Canadian men's and women's teams clinched spots, along with the Italian men and Mexican women at a tournament last week in Germany.</p><p>Flinn was encouraged by the competitiveness of that tournament, where the U.S. men lost for the first time in 14 years in a group stage match against American Samoa and also narrowly beat Japan in the quarterfinals. Flinn also said the women's teams from Canada and Great Britain have closed the gap with traditional powers Mexico and the U.S. as the level of play and intensity continues to rise.</p><p>“You saw the emotion of the players because they knew what they were playing for,” Flinn said. “Certainly the Olympic dream was alive.”</p><p>Could Japan be next for an international game?</p><p>The NFL will hold a record nine international games this season, including the first regular-season contests ever in France and Australia and the first game in Mexico since 2022. There will also be games in Spain, Germany and Brazil, along with three in London.</p><p>Commissioner Roger Goodell said earlier this summer that the league is interested in playing a regular-season game in Japan for the first time. Schroeder said the process of picking countries is getting harder because there's so much interest.</p><p>“There’s more and more interest from cities around the world about hosting NFL games,” Schroeder said. "In Japan, there’s a ton of interest and appreciation and excitement about the popularity there.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S4VF6DWPVLGOOFLHY2RIBPC2R4.jpg?auth=a141783ba74f26fc033d5b6a6e753c8514883f3bb16a33b7ffd80899cab2720b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs are seen before an NFL football game in Philadelphia on Jan. 4, 2026. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Why Treasury Secretary Bessent's moves to calm the bond market haven't worked so far]]></title><link>https://www.local10.com/business/2026/08/20/why-treasury-secretary-bessents-moves-to-calm-the-bond-market-havent-worked-so-far/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/why-treasury-secretary-bessents-moves-to-calm-the-bond-market-havent-worked-so-far/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER and STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Interest rates rebounded Thursday despite efforts by Treasury Secretary Scott Bessent to put a lid on longer-term borrowing costs, a sign Wall Street investors remain worried about burgeoning government debt, heavy borrowing by tech firms, and the Federal Reserve's commitment to fighting inflation.]]></description><pubDate>Thu, 20 Aug 2026 20:25:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Interest rates rebounded Thursday despite efforts by Treasury Secretary Scott Bessent to put a lid on longer-term borrowing costs, a sign Wall Street investors remain worried about burgeoning government debt, heavy borrowing by tech firms, and the Federal Reserve's commitment to fighting inflation.</p><p>The yield on the 10-year Treasury note, a key benchmark for mortgage rates, rose back to 4.69% Thursday. That is nearly where it stood early Wednesday before Bessent surprised financial markets by announcing that Treasury would double the size of a bond buyback program starting next month to $4 billion per operation from $2 billion. The buybacks are intended to reduce the supply of 10-year to 30-year bonds and boost their prices. Yields on bonds fall when their prices rise.</p><p>Bessent said Thursday on CNBC that the bond repurchase program could be larger than $4 billion.</p><p>“We have a big toolkit so we'll see," Bessent said. “We believe that the yields don’t reflect the underlying fundamentals.”</p><p>Rising bond yields push up borrowing costs for consumers and businesses, and the Trump administration has set reducing interest rates as a top goal. Home purchases have slumped as mortgage rates have moved higher this year.</p><p>President Donald Trump has often demanded that the Federal Reserve lower rates, but the ongoing increases are driven primarily by financial markets. The 30-year bond yield rose to 5.23% Thursday, down only slightly from a 19-year high reached Tuesday.</p><p>Treasury's move doesn’t fix the fundamental problems spooking the bond market</p><p>Bessent also said the Trump administration would announce a new effort to reduce the government's budget deficit, possibly by Monday. He argued that the deficit will peak this year, in part because it has been driven higher by tariff refunds, a temporary factor.</p><p>While the deficit has been huge for years, overall debt topped $40 trillion on Wednesday, a staggering record that arrived just months after the national debt first blew past the $39 trillion mark in April. And the Congressional Budget Office estimated earlier this week that the annual gap between government revenue and spending would top $2 trillion this year, a remarkable number outside of recessions.</p><p>But Gennadiy Goldberg, head of U.S. rates strategy at TD Securities, said reducing the deficit is mostly up to Congress, rather than the Treasury Department.</p><p>“What we are seeing is the market is still a little bit skeptical that Treasury can and will be able to backstop some of these moves,” Goldberg said.</p><p>Another factor pushing yields higher is how much debt Big Tech companies are raising to build AI data centers. Their deluge of bond offerings is giving bond investors more to choose from, which lowers prices for bonds and pushes up their yields.</p><p>Investors are skeptical of the Fed's willingness to fight inflation</p><p>Inflation also remains a threat because oil prices keep climbing on uncertainty about when the war with Iran will let tankers freely exit the Persian Gulf again. They rose again Thursday after Trump threatened Iran with “the MOST CRUSHING ECONOMIC OPERATION EVER TAKEN AGAINST ANY COUNTRY.” The price of Brent crude oil is near $94 per barrel, compared with roughly $72 before the start of the war.</p><p>The Fed typically combats inflation by raising its benchmark interest rate to slow borrowing and spending and cool the economy. Yet new Fed chair Kevin Warsh hasn't signaled whether the Fed will take such a step. At his most recent press conference in late July, he sowed confusion about whether he sees higher rates as the right approach.</p><p>He also suggested the Fed could soon switch the gauge it uses to monitor inflation, which it seeks to keep at 2%. Inflation has topped that level for more than five years, and was 3.7% in June, according to the Fed's preferred measure.</p><p>Mark Cabana, head of U.S. rates strategy at Bank of America Securities, said that a key reason for higher borrowing costs “is just elevated uncertainty about how the Fed is going to contain inflation” and what it will do “in case things don’t go to plan.”</p><p>Yet Warsh has underscored he doesn't want to provide such signals because he wants financial markets to set interest rates based on economic conditions, not on what it expects the Fed to do. Bessent's intervention appears to be at cross-purposes with that goal, since markets are now considering what next steps Treasury might take to contain rates.</p><p>The rise in rates has put pressure on Warsh to clarify his approach when he delivers a high-profile speech next Friday at an annual Fed conference in Jackson Hole, Wyoming.</p><p>“Now the ball is in the Fed’s court and the ball is really in Kevin Warsh's hands,” Cabana said. “And the market is questioning, will Warsh respond? Will he articulate a better plan?”</p><p>Warsh was appointed by Trump after his predecessor, Jerome Powell, finished his term in May. Trump relentlessly attacked Powell for not cutting rates, raising concerns that Warsh is inclined to reduce rates to placate Trump.</p><p>Shorter-term bond yields dipped after the Fed’s July 28-29 rates meeting, while longer-term yields rose. It was an unusual reaction to a Fed meeting, according to strategists at BNP Paribas, and could suggest investors believe the Fed wants to keep its benchmark rate lower rather than higher.</p><p>Treasury buyback is small compared to the size of the market</p><p>While Bessent is talking about billions of dollars in bond buybacks, the Treasury market is so large that even purchases at that scale may not have much impact. Analysts at Macquarie, an investment bank, estimate that the U.S. government will need to issue nearly $550 billion in bonds this quarter to finance its operations.</p><p>History also shows that government interventions in the bond market have limited effects. “While such measures can reduce volatility and provide temporary relief, they have not permanently lowered borrowing costs when fiscal, inflation, or supply dynamics remained unfavorable,” according to strategists at UBS Wealth Management, pointing to prior examples from Japan and the United Kingdom.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPHAI42CT3PEBJF7ZGHMBMKMUY.jpg?auth=37cb44ac8ef5cb91f52f6f92019b54bad7c928325876a109fccdfaef6c191999&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to members of the media outside the White House in Washington, Thursday, Aug. 20, 2026. (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/W6OL7XYF5FLABWEPK2O5CLR5QQ.jpg?auth=eb2d9e5d07eaedc1c7b0325609956c275ed0e6e3b1a1d90a2d6f952cf0d6dfb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to members of the media outside the White House in Washington, Thursday, Aug. 20, 2026. (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/FZSOVLOLLHSHAQROCXCSO6YSNE.jpg?auth=58260f93a5259aab8f20f979c6f9015cde48ab30693f4f24379bb269b029eedb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to members of the media outside the White House in Washington, Thursday, Aug. 20, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Peña recibe a los príncipes herederos de Japón en una visita por los 90 años de inmigración japonesa]]></title><link>https://www.local10.com/espanol/2026/08/20/pena-recibe-a-los-principes-herederos-de-japon-en-una-visita-por-los-90-anos-de-inmigracion-japonesa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/pena-recibe-a-los-principes-herederos-de-japon-en-una-visita-por-los-90-anos-de-inmigracion-japonesa/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[ASUNCIÓN, Paraguay (AP) — El presidente de Paraguay, Santiago Peña, recibió el jueves a los príncipes herederos de Japón, Fumihito y Kiko de Akishino, en el marco de una gira oficial de la pareja imperial para celebrar los 90 años de la inmigración japonesa al país sudamericano.]]></description><pubDate>Thu, 20 Aug 2026 19:37:14 +0000</pubDate><content:encoded><![CDATA[<p>ASUNCIÓN, Paraguay (AP) — El presidente de Paraguay, Santiago Peña, recibió el jueves a los príncipes herederos de Japón, Fumihito y Kiko de Akishino, en el marco de una gira oficial de la pareja imperial para celebrar los 90 años de la inmigración japonesa al país sudamericano.</p><p>El príncipe heredero y su esposa desembarcaron la víspera en Asunción para una visita de ocho días a Paraguay, adonde Akishino regresa a exactos veinte años de su primera visita, en 2006, cuando participó en una serie de festejos por los 70 años de la llegada de los primeros inmigrantes nipones.</p><p>"La llegada de japoneses hace 90 años ha contribuido de manera importante con el desarrollo del Paraguay. Por eso nosotros los recibimos hoy con mucha gratitud”, dijo Peña, citado en un comunicado.</p><p>La pareja imperial fue recibida en el Palacio de Gobierno, donde igualmente mantuvieron una reunión con el mandatario, en la que reafirmaron los “lazos históricos” que unen los dos países y exploraron potenciales oportunidades para el futuro. “Sabemos que los mejores años de nuestra relación entre Paraguay y Japón están todavía por venir”, sentenció el presidente.</p><p>Durante su paso por Paraguay, Akishino y la princesa tendrán una intensa agenda de celebraciones, que incluye además una visita a las localidades de Iguazú y La Colmena, la primera colonia japonesa en el país.</p><p>Fue en este pequeño pueblo, de poco más de 5.000 habitantes, donde desembarcaron los primeros japoneses hace casi un siglo, en 1936, antes del estallido de la Segunda Guerra Mundial. La inmigración se reinició en 1953 y alcanzó su cúspide en la década de 1960, según la embajada paraguaya en Japón.</p><p>En una nota, la Presidencia destacó los “importantes aportes” realizados por la comunidad nipona a Paraguay, sobre todo al “desarrollo productivo del país”. Se estima que hoy la comunidad "nikkei" — como se conoce a los inmigrantes japoneses y sus descendientes-- tenga unos 10.000 miembros en el país.</p><p>En los próximos días se celebrará una serie de actos conmemorativos para marcar los noventa años de historia conjunta. Esta tarde, Peña y los príncipes herederos participarán en el acto de embanderamiento de una potente draga donada a Paraguay por Japón, mientras que el viernes contará con una serie de eventos y festejos que reunirán representantes de la comunidad japonesa y autoridades de ambos países.</p><p>Akishino también espera reencontrarse con sus conterráneos para expresar su agradecimiento por su contribución como puente entre ambas naciones. “Quienes emigraron de Japón son personas mayores. Durante la visita, espero escuchar sus historias y reunirme con las generaciones más jóvenes, incluyendo la segunda y la tercera”, dijo en una rueda de prensa previa al viaje.</p><p>Así como otros países de la región, la emigración japonesa a Paraguay fue parte de un programa del gobierno japonés iniciado a finales de la década de 1860 para abordar la sobrepoblación y la pobreza en las zonas rurales agrícolas. El plan consistía en enviar a los inmigrantes a trabajar en plantaciones o cultivos, pero muchos terminaron en zonas no aptas para la agricultura y sufrieron duras condiciones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMLP6X37B2A4USISL3BKXWVJFQ.jpg?auth=24e2ba2351c4717eca178990de4cfa9d6ee1a6e97c7b96d329c43ed31bdcae14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Paraguay, Santiago Peña (segundo desde la derecha), y su esposa, Leticia Ocampos, posan junto al príncipe heredero Akishino y la princesa heredera Kiko de Japón en el Palacio de López, en Asunción, Paraguay, el jueves 20 de agosto de 2026, durante una visita para conmemorar el 90 aniversario de la inmigración japonesa a Paraguay. (Foto AP/Jorge Saenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Redes sociales afirman falsamente que ola de calor amenaza queso en Italia]]></title><link>https://www.local10.com/espanol/2026/08/20/redes-sociales-afirman-falsamente-que-ola-de-calor-amenaza-queso-en-italia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/redes-sociales-afirman-falsamente-que-ola-de-calor-amenaza-queso-en-italia/</guid><dc:creator><![CDATA[Por COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILÁN, Italia (AP) — Italia ha quedado sumida en un periodo de calor extremo, y cuentas en redes sociales amplificaron y falsearon informes sobre el impacto en la producción del queso Parmigiano Reggiano y sobre un banco regional que almacena las ruedas de queso como garantía de préstamos.]]></description><pubDate>Thu, 20 Aug 2026 19:28:38 +0000</pubDate><content:encoded><![CDATA[<p>MILÁN, Italia (AP) — Italia ha quedado sumida en un periodo de calor extremo, y cuentas en redes sociales amplificaron y falsearon informes sobre el impacto en la producción del queso Parmigiano Reggiano y sobre un banco regional que almacena las ruedas de queso como garantía de préstamos.</p><p>El queso Parmigiano Reggiano se elabora conforme a especificaciones estrictas dentro de áreas geográficas definidas en la región de Emilia-Romaña, en el norte de Italia. La leche proviene de ganado lechero alimentado únicamente con forraje cultivado localmente, y las ruedas deben madurarse durante un mínimo de 12 meses e incluso puede ser 24, 36 o 40 meses.</p><p>Para ayudar a los productores a gestionar su capital, un puñado de bancos acepta las ruedas de queso como garantía de préstamos durante el proceso de maduración —el mayor de ellos es Magazini Generali delle Tagliate (MGT), de Credito Emiliano S.p.A., que opera desde 1953.</p><p>En redes sociales se afirmó que el calor extremo que azotó Italia amenazaba tanto al queso como a su principal banco de queso.</p><p>A continuación, un análisis más detallado de los hechos.</p><p>AFIRMACIÓN: El calor extremo está creando una “Gran Crisis del Parmesano” que amenaza tanto al queso Parmigiano Reggiano como a los “bancos de queso” de Italia, donde se almacenan cientos de miles de ruedas del queso como garantía de préstamos.</p><p>LOS HECHOS: Por suerte, las ruedas del apreciado queso están bien resguardadas en almacenes frescos y maduran adecuadamente mientras el resto de Italia suda. MGT, que almacena 500.000 ruedas de queso valoradas en 300 millones de euros (350 millones de dólares) en dos instalaciones de almacenamiento, confirmó que todo está bien.</p><p>Giancarlo Ravanetti, director general de MGT, indicó que el calor extremo había elevado en un 30% el consumo de energía para mantener frescas las instalaciones.</p><p>Pero sostuvo que ni las ruedas de queso ni las operaciones de MGT estaban en riesgo debido a las temperaturas extremas, que este verano se han acercado con regularidad a los 40 grados Celsius (104 grados Fahrenheit).</p><p>“Los almacenes no se han visto afectados y han seguido operando con normalidad, garantizando que las ruedas de queso se almacenen y maduren en condiciones óptimas”, declaró Ravanetti añadiendo que no prevé consecuencias a más largo plazo, incluso si el calor extremo persiste.</p><p>MGT ha estado invirtiendo desde hace varios años para hacer que los almacenes sean más eficientes energéticamente. Ha sustituido dos unidades de refrigeración obsoletas por una unidad de alta eficiencia, ha mejorado el aislamiento térmico de los edificios e instaló sistemas fotovoltaicos en ambos almacenes, alcanzando una capacidad instalada de 1,5 MW.</p><p>El consorcio del Parmigiano Reggiano, que protege y regula el apreciado queso duro, reconoce el desafío de las olas de calor, ya que el calor extremo puede reducir de forma significativa la producción de leche, con “rendimientos que podrían caer alrededor de un 10%”.</p><p>Pero el consorcio señaló en un comunicado que la producción de Parmigiano Reggiano “no está actualmente en riesgo”.</p><p>Subrayó que las vacas se alimentan en su mayoría con forraje conservado y seco para garantizar el suministro incluso durante la sequía. Las granjas que aportan el 70% de la leche utilizada para elaborar el queso están equipadas con ventiladores, sistemas controlados de rociado de agua y monitoreo ambiental para mantener a las vacas cómodas. El resto del suministro de leche proviene de zonas de colinas y montañosas donde las temperaturas suelen ser más frescas, indicó el consorcio.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6OFPXAIZCVOXYLFIYRSCPM2C4.jpg?auth=0cb1e0cf4108b906003f6a995c18fb8e584de2678bb4afb89554567b6b644e52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ruedas de queso parmigiano en Noceto, cerca de Parma, Italia, el 8 de octubre del 2019. (AP foto/Antonio Calanni)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content></item><item><title><![CDATA[Meet Matilda and get your paws on Kitty Yoga]]></title><link>https://www.local10.com/pets/2026/08/20/meet-matilda-and-get-your-paws-on-kitty-yoga/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/20/meet-matilda-and-get-your-paws-on-kitty-yoga/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Meet Matilda, a 9-week-old kitten looking for her forever home through the Humane Society of Broward County. ]]></description><pubDate>Thu, 20 Aug 2026 14:54:55 +0000</pubDate><content:encoded><![CDATA[<p>Meet Matilda, a 9-week-old kitten looking for her forever home through the Humane Society of Broward County. </p><p><a href="https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/">Leer en español</a></p><p>At just 1.9 pounds, the playful and curious little girl is already stealing hearts with her sweet personality.</p><p>HSBC’s Cherie Wachter said Matilda came to the shelter as a single kitten and is now ready for a loving family. </p><p>And if you’re a cat lover, HSBC also has a fun event coming up: Kitty Yoga this weekend at Retro Fitness in Cooper City, with classes at 9 and 10 a.m.</p><p>To learn more about Matilda, adoption opportunities and upcoming events, visit HSBC’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</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[Conoce a Matilda y disfruta de Kitty Yoga]]></title><link>https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/conoce-a-matilda-y-disfruta-de-kitty-yoga/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description></description><pubDate>Thu, 20 Aug 2026 19:19:02 +0000</pubDate><content:encoded><![CDATA[<p>Conoce a Matilda, una gatita de 9 semanas que busca un hogar permanente a través de la Humane Society of Broward County.</p><p>Con apenas 1.9 libras, la pequeña, juguetona y curiosa, ya está conquistando corazones con su dulce personalidad.</p><p>Cherie Wachter, de HSBC, dijo que Matilda llegó al refugio sola y ahora está lista para encontrar una familia que le brinde amor.</p><p>Y si eres amante de los gatos, HSBC también tiene un divertido evento próximamente: Kitty Yoga este fin de semana en Retro Fitness en Cooper City, con clases a las 9 y 10 a.m.</p><p>Para obtener más información sobre Matilda, oportunidades de adopción y próximos eventos, visita el sitio web de HSBC.</p>]]></content:encoded></item><item><title><![CDATA[Behind-the-wheel brawl between women in Coral Gables leads to crash into tree, arrest, cops say]]></title><link>https://www.local10.com/news/local/2026/08/20/behind-the-wheel-brawl-between-women-in-coral-gables-leads-to-crash-into-tree-arrest-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/behind-the-wheel-brawl-between-women-in-coral-gables-leads-to-crash-into-tree-arrest-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Miami woman is facing an aggravated battery charge after authorities said she caused a car crash while fighting with another woman as the two were driving in Coral Gables just after midnight on Thursday.]]></description><pubDate>Thu, 20 Aug 2026 16:45:24 +0000</pubDate><content:encoded><![CDATA[<p>A Miami woman is facing an aggravated battery charge after authorities said she caused a car crash while fighting with another woman as the two were driving in Coral Gables just after midnight on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/">Leer en español</a></p><p>Coral Gables police said Mariah Rose Scuiletti, 27, of Shorecrest, and the driver began arguing during the drive and “simultaneously began striking and grabbing each other in the neck and face area.”</p><p>According to police, the victim told police that as they drove in the 1900 block of Segovia Street, Scuiletti “struck her in the neck and began pulling her hair before (she) grabbed and pulled on the steering wheel, which caused the vehicle to swerve off the roadway and into a tree.”</p><p>Police said that medics took the victim to Baptist Health Doctors Hospital to be treated for minor injuries.</p><p>According to an arrest report, Scuiletti told officers that she “attempted to step over the vehicle’s center console to press the brake” before the wreck.</p><p>The report states that officers believed that Scuiletti was under the influence of alcohol at the time.</p><p>As of Thursday afternoon, Scuiletti was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online jail records.</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/AYGOS3EUJJFHDCMTQ3RBYP7JXU.jpg?auth=4fe203a2fe32a6e5297913256f35c23e166e7bb44b4aa5e9917e6d5e1d0b9094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mariah Scuiletti]]></media:description></media:content></item><item><title><![CDATA[Pelea al volante entre mujeres en Coral Gables termina en choque contra árbol y arresto, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/pelea-al-volante-entre-mujeres-en-coral-gables-termina-en-choque-contra-arbol-y-arresto-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de Miami enfrenta un cargo de agresión agravada después de que las autoridades dijeron que provocó un accidente automovilístico mientras peleaba con otra mujer cuando ambas conducían en Coral Gables poco después de la medianoche de este jueves.]]></description><pubDate>Thu, 20 Aug 2026 18:48:40 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Miami enfrenta un cargo de agresión agravada después de que las autoridades dijeron que provocó un accidente automovilístico mientras peleaba con otra mujer cuando ambas conducían en Coral Gables poco después de la medianoche de este jueves.</p><p>La policía de Coral Gables dijo que Mariah Rose Scuiletti, de 27 años y residente de Shorecrest, y la conductora comenzaron a discutir durante el trayecto y “simultáneamente comenzaron a golpearse y agarrarse en el área del cuello y el rostro”.</p><p>Según la policía, la víctima dijo que mientras conducían por la cuadra 1900 de Segovia Street, Scuiletti “la golpeó en el cuello y comenzó a halarle el cabello antes de que (ella) agarrara y halara el volante, lo que provocó que el vehículo se saliera de la carretera y chocara contra un árbol”.</p><p>La policía dijo que los paramédicos trasladaron a la víctima a Baptist Health Doctors Hospital para recibir tratamiento por lesiones menores.</p><p>Según un informe de arresto, Scuiletti dijo a los agentes que “intentó pasar por encima de la consola central del vehículo para presionar el freno” antes del accidente.</p><p>El informe indica que los agentes creían que Scuiletti estaba bajo los efectos del alcohol en ese momento.</p><p>Hasta la tarde del jueves, Scuiletti permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza que figuraba como “por determinar” en los registros de la cárcel en línea.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYGOS3EUJJFHDCMTQ3RBYP7JXU.jpg?auth=4fe203a2fe32a6e5297913256f35c23e166e7bb44b4aa5e9917e6d5e1d0b9094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mariah Scuiletti]]></media:description></media:content></item><item><title><![CDATA[Aug. 20: Heat Advisory in effect for South Florida ahead of late afternoon storms]]></title><link>https://www.local10.com/weather/2026/08/20/aug-20-heat-advisory-in-effect-for-south-florida-ahead-of-late-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/20/aug-20-heat-advisory-in-effect-for-south-florida-ahead-of-late-afternoon-storms/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[This is the 36th day this year that we’ve had a heat advisory in effect with a heat index as high as 100°. ]]></description><pubDate>Thu, 20 Aug 2026 18:43:53 +0000</pubDate><content:encoded><![CDATA[<p>This is the 36<sup>th</sup> day this year that we’ve had a heat advisory in effect with a heat index as high as 100°. Similar to yesterday, we will have spotty showers and thunderstorms developing late this afternoon. Most of them will be between 4 p.m.- 9 p.m., especially for inland areas. More of the same is on the way tomorrow.</p><p>High temperatures will level off around 92° or 93° into next week, which is still hotter than average but better than the record-shattering heat of earlier this week. A few storms are possible each day, but no organized storm systems are in the forecast to bring us the widespread rains we really need.</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[Salvavidas de Hollywood salva a familia tras accidente en flotador en Aruba: “No sabía si estaban muertos”]]></title><link>https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/salvavidas-de-hollywood-salva-a-familia-tras-accidente-en-flotador-en-aruba-no-sabia-si-estaban-muertos/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[Un salvavidas de Hollywood Ocean Rescue está siendo reconocido por sus acciones heroicas después de ayudar a salvar a varios miembros de su familia durante un incidente en el agua en Aruba.]]></description><pubDate>Thu, 20 Aug 2026 18:44:25 +0000</pubDate><content:encoded><![CDATA[<p>Un salvavidas de Hollywood Ocean Rescue está siendo reconocido por sus acciones heroicas después de ayudar a salvar a varios miembros de su familia durante un incidente en el agua en Aruba.</p><p>El salvavidas Marcelo Lorenzo estaba de vacaciones el 11 de agosto cuando dijo que un flotador remolcado por una lancha rápida chocó contra un catamarán anclado, causando heridas graves a varios miembros de su familia.</p><p>Dos flotadores viajaban uno al lado del otro cuando la embarcación hizo un giro amplio, provocando que uno de los flotadores chocara a alta velocidad contra un catamarán anclado, según funcionarios.</p><p>Varios familiares de Lorenzo salieron expulsados al agua y resultaron heridos.</p><p>Sin socorristas disponibles de inmediato, Lorenzo dijo que recurrió a su entrenamiento como salvavidas profesional y entró en acción.</p><p>Según Lorenzo, encontró a su padre atrapado debajo del catamarán y lo llevó hacia una escalera, ayudándolo a ponerse a salvo, y también encontró a su prima inconsciente y boca abajo en el agua.</p><p>Le tomó el pulso y la mantuvo a flote hasta que empleados a bordo del catamarán pudieron ayudar a sacarla del agua.</p><p>“Recuerdo que nadé hasta allí y pensé, “Esto da miedo”, y estaba pensando lo peor”, dijo. “No sabía si estaban muertos o posiblemente muy heridos, y simplemente sabía que tenía que llegar hasta allí lo antes posible y ayudarlos”.</p><p>Hollywood Fire Rescue dice que la rapidez de pensamiento, el valor y el entrenamiento de Lorenzo ayudaron a salvar vidas durante una emergencia extraordinaria.</p><p>Funcionarios dicen que su respuesta demostró cómo el entrenamiento y la preparación profesional de un salvavidas pueden marcar la diferencia cuando cada segundo cuenta.</p>]]></content:encoded></item></channel></rss>