<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 21 Jul 2026 18:05:42 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Margate police seek woman, 18, reported missing, endangered ]]></title><link>https://www.local10.com/news/local/2026/07/21/margate-police-seek-woman-18-reported-missing-endangered/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/margate-police-seek-woman-18-reported-missing-endangered/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Margate Police Department asked for the public’s help Tuesday in locating an 18-year-old woman who they say was reported missing and endangered. ]]></description><pubDate>Tue, 21 Jul 2026 17:37:39 +0000</pubDate><content:encoded><![CDATA[<p>The Margate Police Department asked for the public’s help Tuesday in locating an 18-year-old woman who they say was reported missing and endangered. </p><p><a href="https://www.local10.com/espanol/2026/07/21/policia-de-margate-busca-a-una-mujer-de-18-anos-reportada-como-desaparecida-y-en-situacion-de-peligro/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/policia-de-margate-busca-a-una-mujer-de-18-anos-reportada-como-desaparecida-y-en-situacion-de-peligro/">Leer en español</a></p><p>Police said Tehlia Madison Myrie was last seen around noon on Monday leaving her home. Investigators said she told family members she planned to take an Uber to HCA Florida Woodmont Hospital.</p><p>They said Myrie is approximately 5 feet 5 inches tall and weighs about 120 pounds. She has brown eyes and shoulder-length braided black hair.</p><p>Police said she was last seen wearing a black sweatshirt, gray sweatpants and a white beanie. </p><p>Anyone with information on her whereabouts is urged to contact Margate police at 954-972-7111.</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/LJXTEO4HHFFVVDUMZG5OEHIVTI.jpg?auth=18173676f4c86face8382a3525edc52f272f88428c239b204a800d3de37ab3fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía de Margate busca a una mujer de 18 años reportada como desaparecida y en situación de peligro]]></title><link>https://www.local10.com/espanol/2026/07/21/policia-de-margate-busca-a-una-mujer-de-18-anos-reportada-como-desaparecida-y-en-situacion-de-peligro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/policia-de-margate-busca-a-una-mujer-de-18-anos-reportada-como-desaparecida-y-en-situacion-de-peligro/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Departamento de Policía de Margate solicita la colaboración ciudadana para localizar a una joven de 18 años, vista por última vez con sudadera negra, pantalones deportivos color gris y un gorro blanco.]]></description><pubDate>Tue, 21 Jul 2026 18:03:43 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Policía de Margate solicitó el martes la colaboración ciudadana para localizar a una joven de 18 años cuya desaparición y situación de peligro han sido denunciadas.</p><p>La policía indicó que Tehlia Madison Myrie fue vista por última vez el lunes, alrededor del mediodía, al salir de su domicilio. Los investigadores señalaron que la joven había comunicado a sus familiares que tomaría un Uber para dirigirse al HCA Florida Woodmont Hospital.</p><p>Según indicaron, Myrie mide aproximadamente 5 pies 5 pulgadas y pesa unas 120 libras. Tiene ojos marrones y pelo negro trenzado hasta los hombros.</p><p>La policía señaló que fue vista por última vez vestida con sudadera negra, pantalones deportivos color gris y un gorro blanco.</p><p>Se ruega a cualquier persona que tenga información sobre su paradero que se ponga en contacto con la policía de Margate en el 954-972-7111.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LJXTEO4HHFFVVDUMZG5OEHIVTI.jpg?auth=18173676f4c86face8382a3525edc52f272f88428c239b204a800d3de37ab3fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward widower faces charges after car crash killing daughter in Palm Beach]]></title><link>https://www.local10.com/news/local/2026/07/21/broward-ex-youth-pastor-accused-of-causing-daughters-death-during-dui-crash-faces-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/broward-ex-youth-pastor-accused-of-causing-daughters-death-during-dui-crash-faces-charges/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 38-year-old widower who was arrested after the crash that killed his 8-year-old daughter and injured his 6-year-old and 12-year-old daughters was out on bond on Tuesday in Palm Beach County.]]></description><pubDate>Tue, 21 Jul 2026 15:44:44 +0000</pubDate><content:encoded><![CDATA[<p>A 38-year-old widower, whose high school sweetheart died of breast cancer last year, was a youth pastor in Broward County when his daughter died after a crash at about 9:50 p.m. on Jan. 17 in Palm Beach County. </p><p>Joel Lemiz said he had attended a church concert with his three daughters, and he was driving a 2017 Audi Q7 when he crashed into a pole in Greenacres, according to a Palm Beach Sheriff’s Office deputy’s report. </p><p>Fire rescue responded to Military Trail near Vicliff Road and took Lemiz, of Margate, and his three daughters to St. Mary’s Medical Center in West Palm Beach, according to deputies. </p><p>Lemiz’s 8-year-old daughter Zoë was pronounced dead shortly after 10:45 p.m. at St. Mary’s Medical Center, and his 6-year-old and 12-year-old daughters survived, according to deputies. </p><p>The family tragedy was about a week before Lemiz and the girls were set to mark the anniversary of their mother’s death.</p><p>A detective investigated the cause of the crash and found Lemiz had a blood alcohol level just slightly above the legal limit of .08 in Florida, records show. </p><p>“The toxicology report showed that the hospital admission blood contained .081/.083 of alcohol ... Based on [Lemiz’s] statement of not drinking, the blood results, and a retrograde analysis, I determined the BAC to be .097/.104 at the time of the collision and that [Lemiz] was impaired at the time of the collision,” a deputy wrote, according to the arrest report. </p><p>Vehicle data showed Lemiz was driving at 104 mph before crashing into the pole in a 40-mph speed zone, according to the deputies’ arrest report. </p><p>Lemiz “stated that he was traveling in the inside lane, attempting to change into the center lane. Suddenly, there was a car in front of him and he swerved right to avoid a collision and he lost control ... he did not recall how fast he was driving or what the speed limit was, but did not think he was speeding,” a deputy wrote, according to the arrest report. </p><p>Video recorded by a surveillance camera at 2450 South Military Trail showed Lemiz “traveling at a high rate of speed” and “swerving right to avoid the collision,” according to the deputy’s report. </p><p>“Based on the extensive damage to [the Audi], the video showing the amount of lift and rotation during the collision, and the tire loading mark showing the speed and extreme steering input, I determined that [Lemiz] was traveling at a high rate of speed,” the deputy wrote, according to the arrest report. </p><p>Deputies arrested Lemiz on July 19. </p><p>Lemiz faced charges of vehicular homicide and DUI manslaughter, records show. </p><p>On Monday, Lemiz appeared in bond court before Palm Beach County Circuit Judge Donald Hafele, who set his bail at $150,000, or $75,000 for each of the charges, according to Palm Beach deputies. </p>]]></content:encoded></item><item><title><![CDATA[Linebacker Jordyn Brooks agrees to 3-year extension with Dolphins, report says]]></title><link>https://www.local10.com/sports/2026/07/21/linebacker-jordyn-brooks-agrees-to-3-year-extension-with-dolphins-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/linebacker-jordyn-brooks-agrees-to-3-year-extension-with-dolphins-ap-source-says/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Jordyn Brooks has agreed to a three-year contract extension with the Miami Dolphins, ensuring the veteran linebacker remains a core piece of the team's rebuild, a person familiar with the deal told The Associated Press.]]></description><pubDate>Tue, 21 Jul 2026 17:09:50 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Jordyn Brooks has agreed to a three-year contract extension with the Miami Dolphins, ensuring the veteran linebacker remains a core piece of the team’s rebuild, a person familiar with the deal told The Associated Press.</p><p>The person spoke on condition of anonymity because the team hadn’t made an announcement. ESPN first reported the deal, which said it is worth $51.3 million with $35 million guaranteed.</p><p>Brooks was an All-Pro selection for the first time in his career last season after leading the NFL with 183 tackles, including 99 solo tackles. He was a bright spot in an otherwise disappointing season that saw general manager Chris Grier and coach Mike McDaniel fired.</p><p>New GM Jon-Eric Sullivan has said the Dolphins wanted to keep Brooks long term.</p><p>Brooks, a 2020 first-round pick by Seattle, signed with Miami in free agency ahead of the 2024 season and has become a leader in the locker room. He has 326 tackles and 6 1/2 sacks over the past two seasons.</p><p>Including Brooks, the Dolphins have signed three core players as they begin their rebuild.</p><p>Miami signed star running back De’Von Achane to a four-year, $64 million extension in March and gave veteran center Aaron Brewer a three-year deal worth $52.5 million in June.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OMC6GRICLQKWEJMLWFTX5OSLOM.jpg?auth=ce90f56bfd90f40dbe6ec3da83e729c85830680e447dc107b9a13195984a03f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Dolphins linebacker Jordyn Brooks (20) reacts as he warms-up before an NFL football game between the Washington Commanders and the Miami Dolphins in Madrid, Spain, Nov. 16, 2025. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Hegseth is facing questions from senators over funding for the Iran war]]></title><link>https://www.local10.com/news/world/2026/07/21/hegseth-is-facing-questions-from-senators-over-funding-for-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/hegseth-is-facing-questions-from-senators-over-funding-for-the-iran-war/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senators are preparing to grill Defense Secretary Pete Hegseth Tuesday over the U.S. war against Iran, as Republicans push a $95 billion budget package to fund the military, along with aid to farmers and voting law changes that are top White House priorities.]]></description><pubDate>Tue, 21 Jul 2026 17:55:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senators are preparing to grill Defense Secretary Pete Hegseth Tuesday over the U.S. war against Iran, as Republicans push a $95 billion budget package to fund the military, along with aid to farmers and voting law changes that are top White House priorities.</p><p>Hegseth, Gen. Dan Caine, chairman of the Joint Chiefs of Staff, and Agriculture Secretary Brooke Rollins are set to testify before the Senate Appropriations Committee days after the military announced that three more American service members have died in the conflict, bringing the death toll to 17, and that more than 100 have been injured since early July.</p><p>Sen. Patty Murray, the top Democrat on the panel, is warning that the conflict with Iran “could be another forever war.”</p><p>President Donald Trump “has told us over 40 times now that a deal is near, and the war will be over soon,” Murray will say, according to the senator's prepared remarks. "But now, he’s asking for $70 billion more — and for us to just trust him it’ll all work out fine.”</p><p>War funds make up the bulk of the GOP budget plan</p><p>War funding makes up the bulk of the GOP's new budget proposal, one last priority package the Republicans hope to launch before lawmakers recess to campaign for the midterm elections that will determine control of Congress. It also includes $10 billion in aid for famers struggling under Trump's tariffs and $10 billion for voter law changes that are likely to include new ID requirements, none of it paid for with offsets.</p><p>Most Americans continue to disapprove of how Trump is handling Iran, according to an AP-NORC poll. Gas prices have spiked as Iran works to control oil shipments through the Strait of Hormuz, U.S. munitions are running low amid the onslaught of American missile strikes and Trump has shifted away from his own campaign promise not to draw the U.S. into prolonged military conflicts.</p><p>Nevertheless, Trump has showed no signs of backing off the war, and the Republicans have largely refused to confront his strategy, question his objectives or use Congress' power of the purse or war powers authority to halt the conflict.</p><p>“The commander in chief and the whole Department of War are working very hard to bring this to a resolution,” said House Speaker Mike Johnson at his weekly press conference Tuesday. “There's a lot of questions about how that will be done.”</p><p>Hegseth faces questions over war, testosterone screenings and more</p><p>Hegseth appears before the panel facing a torrent of questions about not only the war, but his own leadership of the department.</p><p>Senate Democratic Leader Chuck Schumer said Hegseth has been busy promoting his plan for testosterone screenings for the troops rather than publicly disclosing the latest service member injuries in the war with Iran. Nearly 450 have been injured since the start of the war.</p><p>“One of the biggest questions Pete Hegseth has to answer today is why he was out marketing testosterone supplements for our troops last week while withholding casualty numbers in the Iran War from the American people,” Schumer said.</p><p>Senators have pressed the defense secretary to release the Pentagon's report on the deadly attack on an Iran primary school at the start of the war and threatened to withhold his own travel budget unless he complies.</p><p>This week, the Senate will consider another war powers resolution, having voted nearly a dozen times to try to halt the conflict. The House has approved a war powers resolution limiting Trump’s ability to wage war, with a few Republicans joining the Democrats to pass the measure, but no resolution has cleared both chambers to be sent to the president's desk.</p><p>Republicans work to pass budget over Democratic objections</p><p>The GOP budget proposal is expected to flow through the reconciliation process, which enables the majority to approve the plan on its own, over the objections of Democrats in the minority.</p><p>It's the same lengthy process Republicans used to approve Trump's big tax cuts bill last summer, as well as Homeland Security funds earlier this year.</p><p>The proposal is headed toward a House vote this week, which would start the process by instructing various committees to begin drafting the legislation. Johnson can afford only a few defectors from his slim majority.</p><p>So far one Republican, Rep. Warren Davidson of Ohio, has objected to the budget plan, warning it will pile onto deficits because the new funding is not being offset with spending reductions elsewhere. Other conservative Republicans share those concerns.</p><p>GOP senators have so far panned the House budget plan, but are waiting to see if Johnson can kickstart the process with this week's voting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YX4RYUTCVZVON6RLN3NDKHQ3CE.jpg?auth=b4f75353e4629e5c9dbc4d9016fd1a5f67bd9438a4970ca02606c57fc03779b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth listens during a meeting with Iraq's Prime Minister Ali al-Zaidi at the Pentagon Tuesday, July 14, 2026, in Washington. (Al Drago/Pool via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Drago</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HTL2XLUBOA23YPPXJCK5TKNRAQ.jpg?auth=6c62191afeb3d7ebd9c995b7da062b0700ca2a4b63676efa1a66e369f4bc69cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks at the United States Army War College in Carlisle, Pa., during the Pennsylvania Defense and Innovation Summit, Wednesday, July 15, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[6,600 noncitizens registered to vote after error in New Jersey motor vehicle system, governor says]]></title><link>https://www.local10.com/news/politics/2026/07/21/6600-noncitizens-registered-to-vote-after-error-in-new-jersey-motor-vehicle-system-governor-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/6600-noncitizens-registered-to-vote-after-error-in-new-jersey-motor-vehicle-system-governor-says/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[About 6,600 people who indicated they were noncitizens while obtaining New Jersey driver's licenses and other state IDs were improperly registered to vote in 2023 and 2024, Gov. Mikie Sherrill said on Tuesday.]]></description><pubDate>Tue, 21 Jul 2026 18:00:19 +0000</pubDate><content:encoded><![CDATA[<p>About 6,600 people who indicated they were noncitizens while obtaining New Jersey driver's licenses and other state IDs were improperly registered to vote in 2023 and 2024, Gov. Mikie Sherrill said on Tuesday.</p><p>The Democratic governor, who took office this year, blamed a Motor Vehicle Commission system software error but said a preliminary analysis showed that fewer than 400 of the people registered that way went on to cast ballots.</p><p>The revelation comes as President Donald Trump and other Republicans continue to assert that voting by noncitizens is rampant in U.S. elections, even though it’s rare and, when caught, can be punished as a felony that can lead to deportation.</p><p>Sherrill said she has ordered that erroneously added voter registrations from that 2023-24 period be removed and is replacing the vendor who ran the system. She also is launching an investigation into how the error happened.</p><p>“I am appalled by the reckless failures that allowed this to happen and the lack of transparency shown by those in charge at the time,” she said in a statement.</p><p>Phil Murphy, also a Democrat, was governor then. The Associated Press was making efforts to contact him or his representatives.</p><p>New Jersey is among several states that allow noncitizens to hold driver's licenses and other state-issued ID cards.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4NSTQEEHQJHGD26HBD7WFNAXOA.jpg?auth=1e8377b9b3dfa8f91313c9147acffeca658a6b7b3713ec132128dd085ba71fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Governor-elect Mikie Sherrill talks to reporters during a news conference in Trenton, N.J., Nov. 5, 2025. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Shut down in New York, exhibitor’s planned South Florida sloth encounter gets pushback: ‘Tone-deaf’]]></title><link>https://www.local10.com/news/local/2026/07/20/shut-down-in-new-york-exhibitors-planned-south-florida-sloth-encounter-gets-pushback-tone-deaf/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/shut-down-in-new-york-exhibitors-planned-south-florida-sloth-encounter-gets-pushback-tone-deaf/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[An exotic animal exhibitor who was shut down in New York is now attempting to bring his controversial animals to South Florida.]]></description><pubDate>Mon, 20 Jul 2026 21:55:29 +0000</pubDate><content:encoded><![CDATA[<p>An exotic animal exhibitor who was shut down in New York is now attempting to bring his controversial animals to South Florida.</p><p><a href="https://www.local10.com/espanol/2026/07/21/proyecto-cancelado-en-nueva-york-de-operador-turistico-que-ofrece-encuentros-con-perezosos-al-sur-de-florida-recibe-criticas-carece-de-sensibilidad/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/proyecto-cancelado-en-nueva-york-de-operador-turistico-que-ofrece-encuentros-con-perezosos-al-sur-de-florida-recibe-criticas-carece-de-sensibilidad/">Leer en español</a></p><p>He plans to host sloth encounters in Margate, but he faces plenty of obstacles not limited to just permits and licensing.</p><p>That man, Larry Wallach, showed up to the May 6 Margate city commission meeting with a sloth in his arms. </p><p>Animal activists are outraged that anyone would attempt a sloth encounter after the atrocities that just took place in the transport of wild-caught sloths from Peru to Orlando, which caused the death of 55 sloths. </p><p>“Commissioner Tommy Rizzano brought in a guy with a sloth -- just seemed incredibly tone-deaf considering what just happened in Orlando,” said James Wildman, with the Animal Rights Foundation of Florida.</p><p>Added animal activist Ana Campos: “The last thing that we need is a Sloth World in Broward County. Nothing like that should ever open up here.”</p><p>Plans ended for the now defunct Sloth World in Orlando after 55 sloths died due to improper housing in a warehouse without heat, water, humidity or electricity. </p><p>“It just blew my mind that we learned nothing from what happened in Orlando and that they are even considering it,” said animal activist Ronald Roberts. </p><p>Margate City Commissioner Joanne Simone spoke publicly against Wallach’s plan to bring his wildlife adventure business to her doorstep.</p><p>“I personally do not want this store to open up in Margate. It’s unfortunate that this is happening in our city,” Simone said. </p><p>Wallach’s proposal for his new storefront was denied at the meeting due to code-related issues, but he was told he can resubmit.</p><p>PETA has filed local and state complaints while working to keep his business out of Florida.</p><p>“For years he’s disregarded city ordinances, court orders and even federal animal welfare laws in order to exploit sloths and other animals,” said Amanda Brody, with PETA. “Larry Wallach has a decades long rap sheet of over 60 animal welfare violations from the (U.S. Department of Agriculture) and he has been cited by them for improperly caring for sloths.”</p><p>After first not wanting to talk with us, the Animal Advocate team was invited inside for a sit-down with Wallach.</p><p>“They want to say violations, they are absolutely inspection reports. If I had 60 violations, like bad, I wouldn’t have any animals,” he said. “Fifty some odd years, 60 violations, I could live with it -- broken hose, water bowl.”</p><p>There is, however, an undercover video of his sloth encounters store in Long Island that was filmed by Humane World for Animals, showing what could have been a dangerous situation. </p><p>Wallach downplayed that too.</p><p>“She was bopping Chewbacca on the head, and I’m going to tell you right now, that did not hurt him. The only way we got them apart was me grabbing him by the nape of the neck and moving him,” said Wallach. </p><p>His New York location was shut down by the courts, which may be the reason he wants to make a move to Margate.</p><p>“Brick and mortar is closed,” he said. “Because I wasn’t zoned for that at that location.”</p><p>Wallach says he plans to renew his USDA license for the South Florida move.</p><p>There is no denying Wallach is a character. He claims he loves his animals and he does not believe in the bad publicity he has been receiving, but at a time when the Florida Fish and Wildlife Conservation Commission is cracking down on sloth imports from the wild, and many sloth species are endangered or threatened, he claims his are merely exotic pets.</p><p>“Not one (came from the wild),” he said. “I get them from breeders.”</p><p>No evidence was provided to that end, but he did show Local 10 scrapbooks containing 50 years of his life spent with animals. It’s not a done deal that his life will continue with them here in the Sunshine State, though.</p><p>“There’s still a chance the Margate commission could vote no,” he said. “There’s a chance for everything, but I could always go to Loxahatchee, which is designated agricultural. I can do whatever the hell I want.”</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[Proyecto cancelado en Nueva York de operador turístico que ofrece encuentros con perezosos al Sur de Florida recibe críticas: “Carece de sensibilidad”]]></title><link>https://www.local10.com/espanol/2026/07/21/proyecto-cancelado-en-nueva-york-de-operador-turistico-que-ofrece-encuentros-con-perezosos-al-sur-de-florida-recibe-criticas-carece-de-sensibilidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/proyecto-cancelado-en-nueva-york-de-operador-turistico-que-ofrece-encuentros-con-perezosos-al-sur-de-florida-recibe-criticas-carece-de-sensibilidad/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Un exhibidor de animales exóticos al que Nueva York le prohibió ejercer su actividad, ahora intenta traer sus polémicos animales al sur de Florida mientras activistas de animales están indignados.]]></description><pubDate>Tue, 21 Jul 2026 17:51:33 +0000</pubDate><content:encoded><![CDATA[<p>Un exhibidor de animales exóticos al que Nueva York le prohibió ejercer su actividad, ahora intenta traer sus polémicos animales al sur de Florida.</p><p>Planea organizar encuentros con perezosos en Margate, pero enfrenta numerosos obstáculos que no se limitan únicamente a permisos y licencias.</p><p>Ese hombre, Larry Wallach, apareció en la reunión de la comisión de la ciudad de Margate del 6 de mayo con un perezoso en sus brazos.</p><p>Los activistas de animales están indignados de que alguien intente organizar encuentros con perezosos después de las atrocidades que ocurrieron recientemente durante el transporte de perezosos capturados en la naturaleza desde Perú a Orlando, lo que causó la muerte de 55 perezosos.</p><p>“El comisionado Tommy Rizzano trajo a un hombre con un perezoso; simplemente pareció increíblemente insensible considerando lo que acaba de ocurrir en Orlando”, dijo James Wildman, de la Fundación de Derechos de los Animales de Florida.</p><p>La activista de animales Ana Campos agregó: “Lo último que necesitamos es un Sloth World en el condado Broward. Nada de eso debería abrir jamás aquí”.</p><p>Los planes para el ahora desaparecido Sloth World en Orlando terminaron después de que 55 perezosos murieran debido a alojamiento inadecuado en un almacén sin calefacción, agua, humedad ni electricidad.</p><p>“Me dejó sorprendido que no aprendiéramos nada de lo que ocurrió en Orlando y que incluso lo estén considerando”, dijo el activista de animales Ronald Roberts.</p><p>La comisionada de Margate, Joanne Simone, habló públicamente en contra del plan de Wallach de traer su negocio de aventuras con animales silvestres a su puerta.</p><p>“Personalmente no quiero que esta tienda abra en Margate. Es desafortunado que esto esté ocurriendo en nuestra ciudad”, dijo Simone.</p><p>La propuesta de Wallach para su nuevo local fue rechazada en la reunión debido a problemas relacionados con el código, pero se le informó que puede volver a presentarla.</p><p>PETA presentó quejas locales y estatales mientras trabaja para mantener su negocio fuera de Florida.</p><p>“Durante años ha ignorado las ordenanzas de la ciudad, las órdenes judiciales e incluso las leyes federales de bienestar animal para explotar perezosos y otros animales”, dijo Amanda Brody, de PETA. “Larry Wallach tiene un historial de décadas con más de 60 violaciones de bienestar animal por parte del Departamento de Agricultura de Estados Unidos (USDA) y ha sido citado por ellos por cuidar de manera inadecuada a los perezosos”.</p><p>Después de que inicialmente no quiso hablar con nosotros, el equipo de Animal Advocate fue invitado al interior para una conversación con Wallach.</p><p>“Quieren decir que son violaciones, son absolutamente informes de inspección. Si tuviera 60 violaciones, como algo grave, no tendría ningún animal”, dijo. “Cincuenta y tantos años, 60 violaciones, puedo vivir con eso: una manguera rota, un recipiente de agua”.</p><p>Sin embargo, existe un video encubierto de su tienda de encuentros con perezosos en Long Island que fue grabado por Humane World for Animals, que muestra lo que pudo haber sido una situación peligrosa.</p><p>Wallach también restó importancia a eso.</p><p>“Ella estaba golpeando a Chewbacca en la cabeza, y les voy a decir ahora mismo, eso no le hizo daño. La única manera en que logramos separarlos fue que lo agarré por la nuca y lo moví”, dijo Wallach.</p><p>Su ubicación en Nueva York fue cerrada por los tribunales, lo que podría ser la razón por la que quiere mudarse a Margate.</p><p>“El local físico está cerrado”, dijo. “Porque no tenía la zonificación para eso en esa ubicación”.</p><p>Wallach dice que planea renovar su licencia del USDA para la mudanza al sur de Florida.</p><p>No hay duda de que Wallach es un personaje. Afirma que ama a sus animales y que no cree en la mala publicidad que ha recibido, pero en un momento en que la Comisión de Conservación de Pesca y Vida Silvestre de Florida está tomando medidas contra las importaciones de perezosos capturados en la naturaleza, y muchas especies de perezosos están en peligro o amenazadas, él afirma que los suyos son simplemente mascotas exóticas.</p><p>“Ninguno (vino de la naturaleza)”, dijo. “Los obtengo de criadores”.</p><p>No se proporcionó evidencia al respecto, pero mostró a Local 10 álbumes de recortes que contienen 50 años de su vida junto a animales. Sin embargo, no está decidido que su vida continúe con ellos aquí en el Estado del Sol.</p><p>“Todavía existe la posibilidad de que la comisión de Margate vote no”, dijo. “Hay una posibilidad para todo, pero siempre podría ir a Loxahatchee, que está designado como agrícola. Puedo hacer lo que demonios quiera”.</p>]]></content:encoded></item><item><title><![CDATA[Appeals court upholds White House adviser Peter Navarro's contempt of Congress convictions]]></title><link>https://www.local10.com/news/politics/2026/07/21/appeals-court-upholds-white-house-adviser-peter-navarros-contempt-of-congress-convictions/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/appeals-court-upholds-white-house-adviser-peter-navarros-contempt-of-congress-convictions/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal appeals court on Tuesday upheld White House adviser Peter Navarro's convictions for defying a subpoena for records from the House committee that investigated the Jan. 6, 2021, attack on the U.S. Capitol by a mob of President Donald Trump's supporters.]]></description><pubDate>Tue, 21 Jul 2026 17:43:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal appeals court on Tuesday upheld White House adviser Peter Navarro's convictions for defying a subpoena for records from the House committee that investigated the Jan. 6, 2021, attack on the U.S. Capitol by a mob of President Donald Trump's supporters.</p><p>Navarro couldn't prove Trump had shielded him from the subpoena's requirements by invoking executive privilege, according to the unanimous ruling by a three-judge panel from the U.S. Court of Appeals for the District of Columbia Circuit.</p><p>“In short, Dr. Navarro has acknowledged that even if executive privilege had been invoked, that would not have excused his categorical failure to comply with the Select Committee’s subpoena,” D.C. Circuit Judge Patricia Millett wrote.</p><p>Navarro already has served a four-month prison sentence for his contempt of Congress conviction. He was a White House trade adviser during Trump’s first term in office and is serving in a similar role during the Republican's second term.</p><p>In a book published in 2021, Navarro took credit for a plan to delay the congressional certification of Democrat Joe Biden's victory over Trump in the 2020 presidential election. Ultimately, the mob's attack on the Capitol interrupted the joint session of Congress for certifying the Electoral College results.</p><p>The House committee investigating the Jan. 6 attack issued a subpoena for him to turn over documents and appear for a March 2022 deposition. He didn't comply with the subpoena's demands.</p><p>Navarro has maintained that he couldn’t cooperate with the committee because Trump had invoked executive privilege. But the courts, including the D.C. Circuit panel, concluded that Navarro couldn’t prove Trump had actually invoked it.</p><p>In September 2023, a jury in Washington convicted Navarro of two counts of contempt of Congress. In early 2024, Navarro reported to a federal prison in Miami.</p><p>Only hours after his release from prison, Navarro spoke on stage at the Republican National Convention, telling the crowd that “I went to prison so you won’t have to.” He continued to pursue an appeal after serving his sentence.</p><p>Navarro’s appeal also was heard by Judges Cornelia Pillard and J. Michelle Childs. Millett and Pillard were nominated to the court by President Barack Obama, a Democrat. Childs was nominated by Biden. Navarro was sentenced by District Judge Amit Mehta, an Obama nominee.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4TJ6N5FFHMTCDFY4ZNGQS2PF4U.jpg?auth=6a275055980a6f6ae21a13b8593de9beb62221b6a035df81cca3f335036e4f84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House trade counselor Peter Navarro speaks during a video interview with Real America's Voice News, Friday, July 17, 2026, at the White House in Washington. (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/RWNUAPIUHHPGPKCJCFPHI7UDAA.jpg?auth=0c49159cfe3edac5cfaa912fe965cc7a000ae41958bcde95aa8ea1f1bb508f80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House trade counselor Peter Navarro speaks during a video interview with Real America's Voice News, Friday, July 17, 2026, at the White House in Washington. (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/56Z4HE7XJBTLUUMILRIWAIOMAA.jpg?auth=7d6e804971aeddd14e8638152594ee7b280246506ec315dadce13395d5cfd1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House trade counselor Peter Navarro prepares for a video interview with Real America's Voice News, Friday, July 17, 2026, at the White House in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Trump administration pushes ahead with plans to reopen the US embassy in Libya]]></title><link>https://www.local10.com/news/world/2026/07/21/trump-administration-pushes-ahead-with-plans-to-reopen-the-us-embassy-in-libya/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/trump-administration-pushes-ahead-with-plans-to-reopen-the-us-embassy-in-libya/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The State Department has informed Congress that it plans to move ahead with the potential reopening of the U.S. Embassy in Libya, proposing to allocate nearly $41 million to restore America’s formal diplomatic presence in the North African nation after a near 14-year absence.]]></description><pubDate>Tue, 21 Jul 2026 17:41:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The State Department has informed Congress that it plans to move ahead with the potential reopening of the U.S. Embassy in Libya, proposing to allocate nearly $41 million to restore America’s formal diplomatic presence in the North African nation after a near 14-year absence.</p><p>The department told lawmakers on Monday that the money would cover “a range of security-related activities associated with plans for the potential phased resumption of embassy operations in Libya,” according to a copy of the notification obtained by The Associated Press.</p><p>The move to reopen the embassy “is essential to advancing U.S. national security interests,” it said. “The United States must remain engaged in regions where near-peer competitors and other adversarial actors are actively expanding their influence.”</p><p>“Libya’s strategic location on the Mediterranean and its role in regional security, energy markets, and migration flows make it vital to U.S. interests,” it said. “The country’s instability has drawn increased involvement from near-peer competitors, notably Russia, which threatens U.S. and allied objectives in North Africa.”</p><p>Libyan officials representing both the western and eastern regions of the country that have been in conflict for more than a decade have recently met with top Trump administration officials, including Secretary of State Marco Rubio and the senior adviser for Africa, Massad Boulos.</p><p>The State Department had told Congress in March that it was looking to begin preparations for a potential reopening of the embassy in Tripoli, which was shuttered in July, 2014, as conflict enveloped the country. Since then, U.S. diplomats assigned to Libya have been based in neighboring Tunisia and the Mediterranean island of Malta.</p><p>But, until Monday, the department had yet to program any money to support that effort. The new funding will be used to vastly expand the security posture at a satellite office in Tripoli that currently handles short visits by U.S. diplomats and other officials and set the stage for a permanent presence.</p><p>The move to fund the project comes as the Trump administration has reopened the U.S. Embassy in Caracas, Venezuela, following the ouster of former President Nicolas Maduro in January and is seeking to reopen the closed embassy in Damascus, Syria, to build ties with the new Syrian government.</p><p>Yet, it also comes amid new warnings of Iranian-related attacks against U.S. facilities in interests around the world, particularly in the Middle East.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3CTQCNGZ46KS2Y4DE775VYJVVQ.jpg?auth=4d586569b97844cccbfae3a7244658a31e47abb2f9331e72fc2073ca9581a6b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Ambassador to Libya Gene A. Cretz, right, stands at the podium during a flag raising ceremony for the U.S. Embassy in Tripoli, Libya, Sept. 22, 2011. (AP Photo Abdel Magid al-Fargany, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Magid al-Fergany</media:credit></media:content></item><item><title><![CDATA[Democratic candidates for District 27 discuss reasons for running, plans if elected]]></title><link>https://www.local10.com/news/local/2026/07/20/democratic-candidates-for-district-27-discuss-reasons-for-running-plans-if-elected/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/democratic-candidates-for-district-27-discuss-reasons-for-running-plans-if-elected/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[The Democratic primary for District 27 will pit former South Florida news anchor Eliott Rodriguez against former prosecutor Robin Peguero. ]]></description><pubDate>Tue, 21 Jul 2026 01:42:28 +0000</pubDate><content:encoded><![CDATA[<p>The Democratic primary for District 27 will pit former South Florida news anchor Eliott Rodriguez against former prosecutor Robin Peguero. </p><p><a href="https://www.local10.com/espanol/2026/07/21/candidatos-democratas-por-el-distrito-27-exponen-los-motivos-para-presentarse-y-planes-en-caso-de-ser-elegidos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/candidatos-democratas-por-el-distrito-27-exponen-los-motivos-para-presentarse-y-planes-en-caso-de-ser-elegidos/">Leer en español</a></p><p>Both are hoping to take on incumbent Republican Maria Elvira Salazar in November’s election. </p><p>Local 10’s Jeff Derderain caught up with Rodriguez at the Miami home he grew up in. </p><p>“The people who grew up here, they are leaving,” he said. “They can’t afford to live here, and we need someone who is in Congress focused on these economic realities.”</p><p>He says he’ll fight for federal housing dollars.</p><p>“I will tell you when I’m elected to Congress, I will vow not to trade individual stocks,” he said. </p><p>Peguero told Derderain that Rodriguez refuses to debate.</p><p>“Will you debate him?” Derderain asked Rodriguez. </p><p>“I’ll run that by my campaign,” Rodriguez replied. </p><p>“That’s a half an answer, Eliott,” said Derderian. </p><p>“That’s what you’re going to get,” replied Rodriguez. </p><p>Peguero met with Derderain at a public library in Hialeah not far from where he grew up and was asked why he decided to run. </p><p>“To advocate for the people of this community who are suffering,” he said. </p><p>Peguero agreed with Rodriguez on term limits and stock trading. </p><p>“My plan says no stock trading while you’re in Congress,” he said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Candidatos demócratas por el Distrito 27 exponen los motivos para presentarse y planes en caso de ser elegidos]]></title><link>https://www.local10.com/espanol/2026/07/21/candidatos-democratas-por-el-distrito-27-exponen-los-motivos-para-presentarse-y-planes-en-caso-de-ser-elegidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/candidatos-democratas-por-el-distrito-27-exponen-los-motivos-para-presentarse-y-planes-en-caso-de-ser-elegidos/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[En las primarias demócratas del Distrito 27 se enfrentarán el expresentador de noticias del sur de Florida Eliott Rodríguez y la exfiscal Robin Peguero.]]></description><pubDate>Tue, 21 Jul 2026 17:36:29 +0000</pubDate><content:encoded><![CDATA[<p>En las primarias demócratas del Distrito 27 se enfrentarán el expresentador de noticias del sur de Florida Eliott Rodríguez y la exfiscal Robin Peguero.</p><p>Ambos esperan enfrentar a la republicana titular Maria Elvira Salazar en las elecciones de noviembre.</p><p>Jeff Derderain, de Local 10, se reunió con Rodriguez en la casa de Miami donde creció.</p><p>“Las personas que crecieron aquí se están yendo”, dijo. “No pueden permitirse vivir aquí, y necesitamos a alguien en el Congreso enfocado en estas realidades económicas”.</p><p>Dijo que luchará por fondos federales de vivienda.</p><p>“Les diré que cuando sea elegido al Congreso, prometeré no negociar acciones individuales”, dijo.</p><p>Peguero le dijo a Derderain que Rodriguez se niega a debatir.</p><p>“¿Debatirá con él?”, preguntó Derderain a Rodriguez.</p><p>“Lo consultaré con mi campaña”, respondió Rodriguez.</p><p>“Esa es una respuesta a medias, Eliott”, dijo Derderain.</p><p>“Eso es lo que van a obtener”, respondió Rodriguez.</p><p>Peguero se reunió con Derderain en una biblioteca pública de Hialeah, no lejos de donde creció, y le preguntaron por qué decidió postularse.</p><p>“Para defender a las personas de esta comunidad que están sufriendo”, dijo.</p><p>Peguero coincidió con Rodriguez sobre los límites de mandato y el comercio de acciones.</p><p>“Mi plan dice que no habrá comercio de acciones mientras estés en el Congreso”, dijo.</p>]]></content:encoded></item><item><title><![CDATA[Mammoth sign defenseman John Marino to 8-year, $54 million extension]]></title><link>https://www.local10.com/sports/2026/07/21/mammoth-sign-defenseman-john-marino-to-8-year-54-million-extension/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/mammoth-sign-defenseman-john-marino-to-8-year-54-million-extension/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SALT LAKE CITY (AP) — The Utah Mammoth have signed defenseman John Marino to an eight-year, $54 million extension with an annual average value of $6.75 million.]]></description><pubDate>Tue, 21 Jul 2026 17:30:37 +0000</pubDate><content:encoded><![CDATA[<p>SALT LAKE CITY (AP) — The Utah Mammoth have signed defenseman John Marino to an eight-year, $54 million extension with an annual average value of $6.75 million.</p><p>Marino's deal, announced on Tuesday, comes on the heels of a career-best season that included his first career playoff goal.</p><p>"We view John as a foundational piece of our future,” Mammoth general manager Bill Armstrong said in a statement. “His ability to control the game from the back end, his play in transition and our trust in him to make the right decisions in critical situations allows him to be a difference-maker on most nights. Beyond his skill, John brings a level of calmness under pressure that our group feeds off of and that’s exactly what you need from your veteran players.”</p><p>Marino had career highs of 36 points and 32 assists with four goals in his second season with the Mammoth after being traded from New Jersey in 2024. The 29-year-old ranked second among all NHL defenseman at plus-42 and played all six games in Utah's first playoff appearance since moving from Arizona.</p><p>Marino has 23 goals and 134 assists in seven NHL seasons with Utah, New Jersey and Pittsburgh.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HQPA2BN7P35ELLI753QRNJLI5A.jpg?auth=f8991fbeb018a6de56d265339aedb6118c2bbce71364860343b434bba9e9c7f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Utah Mammoth defenseman John Marino (6) hits the puck during the third period of an NHL hockey game against the Los Angeles Kings, March 28, 2026, in Los Angeles. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[US civil rights agency moves to end demographic data collection after 60 years]]></title><link>https://www.local10.com/business/2026/07/21/us-civil-rights-agency-moves-to-end-demographic-data-collection-after-60-years/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/us-civil-rights-agency-moves-to-end-demographic-data-collection-after-60-years/</guid><dc:creator><![CDATA[By ALEXANDRA OLSON and CLAIRE SAVAGE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — How many women hold executive-level positions at top U.S. companies? What is the racial and ethnic breakdown of those roles? What is the gender and racial breakdown of the lowest-paid roles at those companies?]]></description><pubDate>Tue, 21 Jul 2026 17:29:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — How many women hold executive-level positions at top U.S. companies? What is the racial and ethnic breakdown of those roles? What is the gender and racial breakdown of the lowest-paid roles at those companies?</p><p>The Trump administration is making it harder for the public to know, moving to toss aside a 60-year-old requirement for tens of thousands of private sector employers to submit workforce demographic reports each year to the Equal Employment Opportunity Commission, the agency responsible for enforcing anti-discrimination laws in the workplace.</p><p>The EEOC's Republican majority voted 2-1 Tuesday to rescind the data collection requirement, submitting the proposal to a 30-day public commentary period before final approval. The proposal is a quiet but profound salvo in President Donald Trump's shake up of civil rights enforcement, ending a practice that has endured through 10 Republican and Democratic administrations.</p><p>EEOC Chair Andrea Lucas, an outspoken critic of diversity and inclusion practices who has urged white men to come forward with discrimination complaints, argued that requiring companies to submit the annual demographic reports risks encouraging companies to justify discriminatory practices to diversify their workforce.</p><p>“It may promote racial stereotyping at work, and it may encourage employers to engage in discrimination," Lucas said during a hearing ahead of the vote.</p><p>Former Democratic EEOC commissioners and civil rights organizations have denounced the proposal, saying it will deprive the agency of a critical tool for uncovering discrimination patterns and tracking how women and racial minorities have fared since the 1964 Civil Rights Act, which created the EEOC and prohibited employment discrimination based on race, color, sex, national origin and religion.</p><p>The EEOC, which receives more than 88,000 worker complaints each year, has historically used the data to guide its enforcement priorities and inform some of its investigations.</p><p>Commissioner Kalpana Kotagal, the sole Democrat left on the EEOC since Trump moved to wrest control of the agency, voted against the proposal.</p><p>“Today, the commission discusses whether to turn back time to a period before the civil rights movement, kneecapping its ability to protect workers,” Kotagal said.</p><p>Here's what to know about the reporting requirement and the proposal to end it:</p><p>How the EEOC has collected the data</p><p>Since 1966, the EEOC has required companies with at least 100 employees, or federal contractors with at least 50 workers, to submit a form called the EEO-1 each year.</p><p>The form, which has evolved over time, identifies 10 job categories from “Executive/Senior Level Officials and Managers” to “Laborers” and “Service Workers.” It asks employers to report on the number male and female workers in each job category, as well as the number of workers from different race and ethnicities: Hispanic or Latino, Black or African American, Asian, Native Hawaiian, American Indian or Alaska Native and two or more races.</p><p>The data typically covers more than 50 million employees and 73,000 employers nationwide.</p><p>A view into gender and race in the private sector</p><p>The EEOC launched during the Biden administration an interactive tool allowing the public to explore historical demographic metrics across industries and job categories. The most recent data is from 2023. Under the Trump administration, the EEOC last collected EE0-1 data for the year 2024 but has not publicly disclosed it. Collection of the year 2025 would have begun this year.</p><p>The data shows white men dominating executive and senior manager roles at private companies, though women and minorities have made inroads, especially in the years following the #MeToo and Black Lives Matters movements.</p><p>Women remain underrepresented in the top ranks of companies. While they make up nearly half the workforce at the companies surveyed, women held just 34.5% of executives and senior manager roles in 2023. That was up from 29.2% a decade earlier.</p><p>White and Asian women made the fastest gains, and by 2023, were no longer underrepresented in senior roles compared to their numbers in the overall workforce. In contrast, Black and Hispanic women remained sharply underrepresented in executive and senior manager roles despite making modest gains.</p><p>Asian men have been proportionally represented in senior roles for years, while Black and Hispanic men remained underrepresented in 2023.</p><p>Of those demographic groups, only one was overrepresented in senior roles: white men, who made up a third of the overall workforce at the companies surveyed but held 52.7% of executive and senior management roles.</p><p>Why the government wants to end the data collection</p><p>Lucas said the annual reporting requirements impose “hundreds of millions of dollars” on costs on employers, a burden she argued was unnecessary absent “any allegation, indication, or evidence of discrimination.”</p><p>The move was recommended by Project 2025, the conservative Heritage Foundation’s blueprint that has guided many of the Trump administration’s policies.</p><p>A group of former Democratic EEOC commissioners and legal counselors said there is little evidence that companies are routinely using employment data to engage in quotas or race-based hiring.</p><p>“This is simply inaccurate and unsupported speculation, at odds with the ways in which this data is actually collected, managed and used,” the former officials said in a statement.</p><p>Instead, the officials said, tracking such data encourages companies to proactively examine their hiring, promotion, benefits and other policies to ensure they are not unnecessarily erecting barriers.</p><p>Kotagal said the agency has used the data to determine whether a discrimination charge might be part of a deeper pattern at a company. She cited recent investigation of California supermarket chain Vallarta Food Enterprises, in which the EEOC alleges the grocer failed or refused to recruit, hire or promote non-Hispanic individuals. In that case, EEO-1 data showed that “nearly 100 percent of its employees were Hispanic,” Kotagal said. “It’s a key tool in our toolbox.”</p><p>The agency has also issued special reports on demographic employment trends across certain industries or roles.</p><p>Kotagal highlighted a 2024 report on the tech sector, which showed that women had made virtually no gains between 2014 and 2022, and that workers under 40 years old had actually lost ground. The report also found tech company workers were more likely that others to file age or pay discrimination charges, suggesting systemic barriers to women and older workers in the industry.</p><p>The report has been removed from the EEOC’s website.</p><p>Corporate retreat from demographic disclosure</p><p>The EEOC is prohibited from publicly releasing an individual company’s EEO-1 form, only publishing the information in the aggregate. In recent years, however, a growing number of the country’s top companies began publicly releasing their forms in response to pressure from shareholders and Democratic elected officials to show transparency in their diversity efforts.</p><p>Many of those companies have complained that job categories in the EEO-1 forms don't align with their internal structures, a point Lucas echoed Tuesday, saying the categories don't reflect the modern workforce. But advocates of EEO-1 disclosure argued it's the only standardized form that allows for comparison across companies, and offer more detail.</p><p>However, the trend toward transparency has started to reverse.</p><p>Companies have started to pull back on publicizing both EEO-1 forms and their own diversity reports, which conservative advocates and the Trump administration have seized on to argue that companies are using discriminatory tactics to add women and minorities to their ranks.</p><p>In 2025, 24 companies in the S&P 100 — the largest U.S. publicly traded companies — chose not to disclose their EEO-1 data after having done so the year before, according to Andrew Jones, principal researcher at The Conference Board Governance & Sustainability Center. Still, 60 S&P 100 companies did release the data.</p><p>Meanwhile, fewer companies are publicizing any form of demographic metrics. The number of Russell 3,000 companies that disclosed metrics on women in the workforce fell from 75% in 2024 to 62% in 2025, according to a study by The Conference Board. Those disclosing metrics on minority representation fell from 30.9% to 26.5%.</p><p>Why companies may keep gathering data</p><p>Companies are still likely to keep track of their demographic data, whether or not they disclose any of those metrics publicly, and even if they are no longer required to submit annual EEO-1 reports. That's because Title VII requires employers to keep records that could be pertinent to any discrimination investigation, and the EEOC is empowered to request them.</p><p>“What we are generally advising is to stay the course,” Jennifer Robins, counsel in law firm Saul Ewing’s Labor and Employment Group. “Private litigants, employment discrimination lawsuits are not going away, and this data is helpful to defending oneself.”</p><p>The EEOC has demanded extensive demographic data from companies to bolster Lucas' own marquee cases. Those include an investigation into diversity, equity and inclusion practices of sports giant Nike, which Lucas has alleged discriminate against white employees; a lawsuit against the New York Times for allegedly discriminating against a white man who was passed over for a promotion, and an investigation into alleged antisemitism against staff at the University of Pennsylvania.</p><p>Lucas emphasized Tuesday that the EEOC would continue to demand data in the course of its investigations. Kotagal warned employers that under future leadership, the EEOC could reinstitute the EEO-1 collection.</p><p>Jocelyn Frye, president of the National Partnership for Women & Families, said she sees the elimination of EE0-1 data as part of an effort to obscure the prevalence of discrimination against racial minorities and women and create of a sense of urgency around protecting white workers from DEI-related policies.</p><p>But Frye said the data "doesn’t suggest that their top priority ought to be discrimination against white men.</p><p>"If the chair is moving forward with an agenda that thinks she ought to be focused on men and ought to be focused on white people, my answer is, ‘Well, does the data tell you that?’” Frye said.</p><p>___</p><p>The Associated Press’ women in the workforce coverage receives financial support from Pivotal Ventures. 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/DEUZ7WY5MSUZTHXIEFD655E45A.jpg?auth=0a20295d4a1250b510a922ab461692654b7d60fc08d10bb7732ea9ea163caea4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrea Lucas, nominee to be a member of the Equal Employment Opportunity Commission, testifies during a Senate Health, Education, Labor, and Pensions (HELP) Committee hearing on June 18, 2025, on Capitol Hill in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Parked pet grooming truck goes up in flames ]]></title><link>https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A smoky scorching scene is what first responders found on Monday afternoon as they arrived to a fully engulfed commercial truck. ]]></description><pubDate>Tue, 21 Jul 2026 02:07:41 +0000</pubDate><content:encoded><![CDATA[<p>A smoky scorching scene is what first responders found on Monday afternoon as they arrived to a fully engulfed commercial truck. </p><p><a href="https://www.local10.com/espanol/2026/07/21/se-incendia-camion-estacionado-de-peluqueria-canina/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/se-incendia-camion-estacionado-de-peluqueria-canina/">Leer en español</a></p><p>Fort Lauderdale Fire Rescue crews responded to the flaming truck, which was parked in a spot near Northeast Sixth Street and Fourth Avenue. </p><p>Once the flames were out, crews began to get a real sense of the damage.</p><p>The vehicle was a total loss for a mobile pet grooming business.</p><p>Investigators said the groomer left the vehicle to grab a client from a nearby business and returned to find the truck already on fire. </p><p>Officials said there was a lot of equipment inside, from the truck’s generator to essentials needed in the pet grooming process, all of which were destroyed.</p><p>There were no injuries reported, human or animal, authorities said. </p><p>A Honda that was parked behind the truck was damaged by the fire, with its front end partially melted down because of the intense heat. </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[Se incendia camión estacionado de peluquería canina ]]></title><link>https://www.local10.com/espanol/2026/07/21/se-incendia-camion-estacionado-de-peluqueria-canina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/se-incendia-camion-estacionado-de-peluqueria-canina/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Servicios de emergencia se encontraron con una escena llena de humo y llamas por un camión comercial estacionado en plaza cercana a la calle Northeast Sixth Street y la avenida Fourth Avenue.]]></description><pubDate>Tue, 21 Jul 2026 17:26:45 +0000</pubDate><content:encoded><![CDATA[<p>Los servicios de emergencia se encontraron la tarde del lunes con una escena llena de humo y llamas donde un camión comercial estaba completamente envuelto en fuego.</p><p>Los equipos del Cuerpo de Bomberos de Fort Lauderdale acudieron al camión en llamas, que se encontraba estacionado en una plaza cercana a la calle Northeast Sixth Street y la avenida Fourth Avenue.</p><p>Una vez extinguidas las llamas, pudieron hacerse una idea real de los daños.</p><p>El vehículo pertenecía a un negocio móvil de peluquería canina y quedó totalmente destruido.</p><p>Los investigadores dijeron que el peluquero salió del vehículo para recoger a un cliente en un comercio cercano y al volver se encontró con el camión en llamas.</p><p>Las autoridades señalaron que al interior había gran cantidad de equipamiento, desde el generador del camión hasta los elementos esenciales necesarios para el proceso de peluquería canina, lo que quedó destruido en su totalidad.</p><p>No se reportaron heridos,humanas o animales, dijeron autoridades.</p><p>Un Honda estacionado detrás de la furgoneta resultó también dañado por el incendio, con la parte delantera parcialmente derretida debido al intenso calor.</p>]]></content:encoded></item><item><title><![CDATA[The Gates Foundation met with Epstein about 30 times despite staff concerns, an external review says]]></title><link>https://www.local10.com/business/2026/07/21/the-gates-foundation-met-with-epstein-about-30-times-despite-staff-concerns-an-external-review-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/the-gates-foundation-met-with-epstein-about-30-times-despite-staff-concerns-an-external-review-says/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Bill Gates and the staff of his charitable foundation met with convicted sex offender Jeffrey Epstein more than two dozen times even as employees expressed concerns about the reputational risk of working with him, an external review commissioned by the Gates Foundation found.]]></description><pubDate>Tue, 21 Jul 2026 17:21:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Bill Gates and the staff of his charitable foundation met with convicted sex offender Jeffrey Epstein more than two dozen times even as employees expressed concerns about the reputational risk of working with him, an external review commissioned by the Gates Foundation found.</p><p>The conversations appeared to focus on a public health fund that never materialized and a grant to the International Peace Institute, which was run by an associate of Epstein.</p><p>The roughly 30 meetings, which took place from 2011 to 2014, included several visits to Epstein's Manhattan townhouse and one meeting on the Gates Foundation campus, according to the review by law firm WilmerHale. The review found no evidence the foundation paid Epstein or did anything illegal. The foundation released a three-page summary of WilmerHale's report Tuesday and did not say if it would release the full version.</p><p>Gates, who chairs the Gates Foundation, has not been accused in connection with Epstein's crimes and has repeatedly denied any knowledge of Epstein's abuse of girls. He told a congressional committee last month that he made a “grave error in judgment" by meeting with the disgraced financier.</p><p>Gates' name appears in the trove of documents released by the Justice Department as part of its Epstein probe. The Epstein files include the names of powerful men across tech, finance, politics and business, all of whom have denied involvement in Epstein's crimes.</p><p>Epstein was federally indicted in July 2019 on charges of sex trafficking of minors and conspiracy to commit sex trafficking of minors. He died by suicide while awaiting trial.</p><p>The release of the Gates Foundation summary follows last week's revelation that Warren Buffett, a longtime friend of Gates who has put the majority of his charitable gifts toward the tech billionaire's philanthropy, omitted the Gates Foundation from his annual donations this year. Buffett explained that the decision was more about his belief that his three children are ready to manage his fortune than it was about Gates' “distasteful” association with Epstein.</p><p>That association began when an adviser to both the foundation and Gates' personal office introduced the two men, according to the review. Three years earlier, Epstein had pleaded guilty to soliciting prostitution from a minor.</p><p>Epstein recommended that Gates establish a charitable investment fund to pool wealthy individuals' gifts for global public health. Staff followed up with Epstein at Gates' request on the legal considerations and tax benefits to donors.</p><p>Those discussions led to a December 2014 breakfast at Epstein's Manhattan residence with Gates, foundation staff and potential donors. Gates concluded that Epstein had “misrepresented” the donors' willingness to contribute, according to the review, and the foundation stopped working on the concept.</p><p>Epstein also brought together Gates and the head of a nonprofit that would eventually receive money from the foundation. In 2012, the review concluded, Epstein introduced Gates to Terje Rød-Larsen, then the president of the International Peace Institute. The Gates Foundation reached a grant agreement the following year with the International Peace Institute related to polio eradication. Rød-Larsen resigned in 2020 over his connections to Epstein.</p><p>Throughout their interactions, according to the review, Gates knew about Epstein's sex offense and heard concerns about their association from staff working with Epstein on the charitable investment fund.</p><p>Gates Foundation CEO Mark Suzman said the board has approved measures that will strengthen their vetting process and risk management.</p><p>“The work we do depends on integrity and earning and maintaining the trust of partners,” Suzman said in a press release. The foundation offered no further comment.</p><p>WilmerHale noted that its five-month review did not include access to Gates' personal communications or encompass Epstein's interactions with Gates in a personal capacity.</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/OTVOJCVCMUQBXPNNI4MJB6TQ4U.jpg?auth=f7f5770f73453a53d81f6d1fbc1705e0c710996b4739b04de49ca67fefd24224&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bill Gates, co-founder of Microsoft, leaves after a closed-door interview with the House Oversight Committee investigating convicted sex offender Jeffrey Epstein, on Capitol Hill, June 10, 2026, in Washington. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Desde el lunes, compras de regreso a clases estarán libres de impuestos en Florida]]></title><link>https://www.local10.com/espanol/2026/07/17/desde-el-lunes-compras-de-regreso-a-clases-estaran-libres-de-impuestos-en-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/desde-el-lunes-compras-de-regreso-a-clases-estaran-libres-de-impuestos-en-florida/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Conoce qué artículos estarán libres de impuestos del lunes 20 de julio al jueves 20 de agosto.]]></description><pubDate>Fri, 17 Jul 2026 14:59:20 +0000</pubDate><content:encoded><![CDATA[<p>Prepare su lista de compras. La exención del impuesto sobre las ventas por el regreso a clases en Florida comenzará el lunes y estará vigente durante varias semanas.</p><p>De acuerdo con el Departamento de Ingresos de Florida, del lunes 20 de julio al jueves 20 de agosto no se cobrará el impuesto sobre las ventas en la compra de:</p><p>• Ropa, calzado, carteras, bolsos, mochilas, cangureras y pañaleras con un precio de hasta 100 dólares por artículo.• Determinados útiles escolares con un precio de hasta 50 dólares por artículo.• Materiales didácticos y rompecabezas con un precio de hasta 30 dólares.• Computadoras personales y ciertos accesorios de computadora con un precio de hasta 1,500 dólares, siempre que se compren para uso personal o doméstico y no con fines comerciales.</p><p>La exención<b> no aplica</b> para:</p><p>• Portafolios, maletas o bolsas para prendas de vestir.</p><p>• Relojes, correas para reloj, joyería, paraguas y pañuelos.</p><p>• Esquís, aletas para nadar, patines en línea y patines.</p><p>• Prendas de vestir con un precio superior a 100 dólares.</p><p>• Útiles escolares con un precio superior a 50 dólares.</p><p>• Libros que no estén exentos por otras disposiciones.</p><p>• Computadoras y accesorios con un precio superior a 1,500 dólares.</p><p>• Teléfonos celulares, consolas de videojuegos, receptores de medios digitales o dispositivos que no estén diseñados principalmente para procesar datos.</p><p>• Computadoras y accesorios adquiridos con fines comerciales.</p><p>• Alquiler de cualquiera de los artículos elegibles.</p><p>• Reparaciones o modificaciones de cualquiera de los artículos elegibles.</p><p>• Compras de artículos elegibles realizadas dentro de parques temáticos o complejos de entretenimiento, establecimientos de hospedaje público o aeropuertos.</p><p>Para conocer todos los detalles de la exención del impuesto sobre las ventas de este año, <a href="https://floridarevenue.com/backtoschool/Pages/default.aspx" target="_self" rel="" title="https://floridarevenue.com/backtoschool/Pages/default.aspx">consulte la información del Departamento de Ingresos de Florida</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XEMN2GAALJAJBB2LTKFA7HRCHE.png?auth=3d4937866e34939c4e201b957722346fa10c69e1ca4670a35154722e9335e8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Policía: Motociclista muere en accidente con una SUV en North Miami ]]></title><link>https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[Autoridades investigan accidente ocurrido en North Miami en el que fallece un motociclista.]]></description><pubDate>Tue, 21 Jul 2026 15:00:54 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades investigan un accidente ocurrido en North Miami en el que falleció un motociclista el martes por la mañana.</p><p>Según la policía de North Miami, el accidente tuvo lugar en la zona de la calle Northwest 135 y la Séptima Avenida.</p><p>Un testigo declaró a Jeff Derderian, de Local 10, que la culpa fue del motociclista.</p><p>“No miró”, dijo Steve Antoine. “El conductor del coche blanco tenía luz verde, podía avanzar sin problemas. El motociclista debía de llegar tarde al trabajo o algo así, se metió en la carretera de golpe y, de hecho, chocó contra el coche”.</p><p>Antoine afirmó que el motociclista llevaba casco. No está claro si la velocidad fue un factor determinante en el accidente.</p><p>La policía de North Miami confirmó que está “ocupándose del accidente de tráfico”, mientras que la Unidad de Homicidios de Tráfico de la Oficina del Sheriff de Miami-Dade lleva a cabo una investigación por homicidio de tráfico.</p><p>No se han dado a conocer más detalles por el momento.</p>]]></content:encoded></item><item><title><![CDATA[Tugboat captain pleads guilty over Biscayne Bay sailing camp crash that killed 3 girls]]></title><link>https://www.local10.com/news/local/2026/07/21/tugboat-captain-pleads-guilty-over-biscayne-bay-sailing-camp-crash-that-killed-3-girls/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/tugboat-captain-pleads-guilty-over-biscayne-bay-sailing-camp-crash-that-killed-3-girls/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[A Miami tugboat captain who is facing a criminal charge for a deadly 2025 Biscayne Bay crash that killed three children is expected to plead guilty under a deal with prosecutors, according to his attorneys.]]></description><pubDate>Tue, 21 Jul 2026 16:30:39 +0000</pubDate><content:encoded><![CDATA[<p>A 46-year-old tugboat captain pleaded guilty on Tuesday to a federal charge stemming from the <a href="https://www.local10.com/news/local/2025/07/28/victims-pulled-from-biscayne-bay-5-children-reportedly-missing-after-sailboat-sinks-off-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2025/07/28/victims-pulled-from-biscayne-bay-5-children-reportedly-missing-after-sailboat-sinks-off-miami-beach/">Biscayne Bay crash</a> that killed three girls in Miami.</p><p><a href="https://www.local10.com/espanol/2026/07/21/el-capitan-de-un-remolcador-se-declara-culpable-del-accidente-ocurrido-en-el-campamento-de-vela-en-la-bahia-de-biscayne-en-el-que-murieron-tres-menores/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/el-capitan-de-un-remolcador-se-declara-culpable-del-accidente-ocurrido-en-el-campamento-de-vela-en-la-bahia-de-biscayne-en-el-que-murieron-tres-menores/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2026/04/03/tugboat-captain-pleads-not-guilty-to-manslaughter-over-biscayne-bay-crash-killing-3-girls/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/03/tugboat-captain-pleads-not-guilty-to-manslaughter-over-biscayne-bay-crash-killing-3-girls/">Yusiel Lopez Insua</a> will not be going to trial in the case of the deaths of 7-year-old <a href="https://www.local10.com/news/local/2025/07/29/girl-7-from-argentine-show-biz-family-killed-in-biscayne-bay-boat-crash-reports/" rel="" title="https://www.local10.com/news/local/2025/07/29/girl-7-from-argentine-show-biz-family-killed-in-biscayne-bay-boat-crash-reports/">Mila Yankelevich</a>, 10-year-old <a href="https://www.local10.com/news/local/2025/08/03/us-coast-guard-10-year-old-injured-in-biscayne-bay-boat-crash-has-died/" rel="" title="https://www.local10.com/news/local/2025/08/03/us-coast-guard-10-year-old-injured-in-biscayne-bay-boat-crash-has-died/">Arielle Buchman</a>, and 13-year-old <a href="https://www.local10.com/news/local/2025/07/31/grieving-father-of-13-year-old-killed-in-biscayne-bay-boat-crash-i-need-to-know-what-happened/" rel="" title="https://www.local10.com/news/local/2025/07/31/grieving-father-of-13-year-old-killed-in-biscayne-bay-boat-crash-i-need-to-know-what-happened/">Erin Ko Han</a>.</p><p>Lopez Insua had been <a href="https://www.local10.com/news/local/2026/03/31/tugboat-captain-federally-charged-in-biscayne-bay-sailing-camp-crash-that-killed-3-children/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/31/tugboat-captain-federally-charged-in-biscayne-bay-sailing-camp-crash-that-killed-3-children/">charged with seaman’s manslaughter</a> after the July 28, 2025, collision off Hibiscus Island, as the girls participated in a youth sailing camp. </p><p>“My client will not put the families through a trial and expose them to relive this terrible tragedy,” Walter Reynoso, Insua’s defense attorney, recently told Local 10 News.</p><p>Lopez Insua was using his cellphone around the time of the crash, and data “indicated activity on internet marketplaces, including at the time when the collision occurred,” according to the indictiment. </p><p>Prosecutors also alleged the tugboat’s pilothouse view was obstructed by a deckhouse and crane on the barge, and that the vessel lacked adequate lookout systems such as cameras or radar.</p><p>Court filings reported Lopez Insua had prior “near-misses” in the same area. The crash is also the subject of <a href="https://www.local10.com/news/local/2025/08/08/lawsuit-ids-owner-of-barge-in-deadly-biscayne-bay-crash-with-youth-sailing-camp-boat/" rel="" title="https://www.local10.com/news/local/2025/08/08/lawsuit-ids-owner-of-barge-in-deadly-biscayne-bay-crash-with-youth-sailing-camp-boat/">at least one lawsuit</a> in Miami-Dade County court.</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[El capitán de un remolcador se declara culpable del accidente ocurrido en el campamento de vela en la bahía de Biscayne en el que murieron tres menores ]]></title><link>https://www.local10.com/espanol/2026/07/21/el-capitan-de-un-remolcador-se-declara-culpable-del-accidente-ocurrido-en-el-campamento-de-vela-en-la-bahia-de-biscayne-en-el-que-murieron-tres-menores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/el-capitan-de-un-remolcador-se-declara-culpable-del-accidente-ocurrido-en-el-campamento-de-vela-en-la-bahia-de-biscayne-en-el-que-murieron-tres-menores/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[Lopez Insua había sido acusado de homicidio involuntario marítimo tras la colisión que privó de la vida a menores del campamento juvenil de vela.]]></description><pubDate>Tue, 21 Jul 2026 16:58:33 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de remolcador de 46 años se declaró culpable el martes de un cargo federal derivado de la <a href="https://www.local10.com/espanol/2025/07/28/victimas-sacadas-de-la-bahia-de-biscayne-5-ninos-desaparecidos-despues-de-que-un-velero-se-hundiera-frente-a-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2025/07/28/victimas-sacadas-de-la-bahia-de-biscayne-5-ninos-desaparecidos-despues-de-que-un-velero-se-hundiera-frente-a-miami-beach/">colisión en Biscayne Bay</a> que mató a tres menores en Miami.</p><p><a href="https://www.local10.com/espanol/2026/04/04/capitan-de-remolcador-se-declara-no-culpable-de-homicidio-involuntario-por-choque-en-biscayne-bay-que-dejo-tres-ninas-muertas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/04/capitan-de-remolcador-se-declara-no-culpable-de-homicidio-involuntario-por-choque-en-biscayne-bay-que-dejo-tres-ninas-muertas/">Yusiel Lopez Insua </a>no irá a juicio en el caso de las muertes de <a href="https://www.local10.com/espanol/2025/07/29/nina-fallecida-en-accidente-entre-botes-era-nieta-de-productores-de-tv-argentinos/" target="_self" rel="" title="https://www.local10.com/espanol/2025/07/29/nina-fallecida-en-accidente-entre-botes-era-nieta-de-productores-de-tv-argentinos/">Mila Yankelevich,</a> de 7 años; <a href="https://www.local10.com/espanol/2025/08/03/muere-tercera-nina-tras-accidente-naval-en-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2025/08/03/muere-tercera-nina-tras-accidente-naval-en-miami/">Arielle Buchman</a>, de 10 años; y <a href="https://www.local10.com/espanol/2025/07/31/padre-de-adolescente-ahogada-en-choque-nautico-exige-respuestas-sobre-tragedia/" target="_self" rel="" title="https://www.local10.com/espanol/2025/07/31/padre-de-adolescente-ahogada-en-choque-nautico-exige-respuestas-sobre-tragedia/">Erin Ko</a> Han, de 13 años.</p><p>Lopez Insua había sido<a href="https://www.local10.com/espanol/2026/03/31/acusan-a-capitan-de-remolcador-por-choque-en-campamento-de-vela-en-biscayne-bay-que-dejo-tres-ninos-muertos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/03/31/acusan-a-capitan-de-remolcador-por-choque-en-campamento-de-vela-en-biscayne-bay-que-dejo-tres-ninos-muertos/"> acusado de homicidio involuntario marítimo</a> tras la colisión del 28 de julio de 2025 frente a Hibiscus Island, mientras los menores participaban en un campamento juvenil de vela.</p><p>“Mi cliente no someterá a las familias a un juicio y las expondrá a revivir esta terrible tragedia”, dijo recientemente Walter Reynoso, abogado defensor de Insua, a Local 10 News.</p><p>Las autoridades han dicho que Lopez Insua estaba usando su teléfono celular alrededor del momento de la colisión y que los datos “indicaron actividad en mercados de internet, incluso en el momento en que ocurrió la colisión”.</p><p>Los fiscales también alegaron que la vista desde la cabina del remolcador estaba obstruida por una caseta y una grúa en la barcaza, también que la embarcación carecía de sistemas adecuados de vigilancia, como cámaras o radar.</p><p>Documentos judiciales indicaron previamente que Lopez Insua había operado la embarcación durante años y tuvo anteriores “casi accidentes” en la misma zona.</p><p>La colisión también es objeto de al<a href="https://www.local10.com/espanol/2025/08/08/demanda-identifica-al-propietario-de-la-barcaza-en-mortal-choque-en-bahia-de-viscaina-con-un-bote-de-campamento-juvenil-de-vela/" target="_self" rel="" title="https://www.local10.com/espanol/2025/08/08/demanda-identifica-al-propietario-de-la-barcaza-en-mortal-choque-en-bahia-de-viscaina-con-un-bote-de-campamento-juvenil-de-vela/"> al menos una demanda </a> del condado Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[ESPN starts layoffs tied to NFL Network acquisition, memo says]]></title><link>https://www.local10.com/entertainment/2026/07/21/espn-starts-layoffs-tied-to-nfl-network-acquisition-memo-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/21/espn-starts-layoffs-tied-to-nfl-network-acquisition-memo-says/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[ESPN is undergoing a significant round of layoffs for the first time in three years after taking over NFL Network in April.]]></description><pubDate>Tue, 21 Jul 2026 17:41:51 +0000</pubDate><content:encoded><![CDATA[<p>ESPN is undergoing a significant round of layoffs for the first time in three years after taking over NFL Network in April.</p><p>Chairman Jimmy Pitaro said in a memo to employees Tuesday morning, obtained by The Associated Press, that most moves are the result of ESPN’s acquisition of NFL Network and other league digital assets last year.</p><p>The deal was announced last August and also included NFL Fantasy and the rights to distribute the RedZone channel to cable and satellite operators. In return, the NFL got a 10% equity stake in ESPN.</p><p>It was approved by government regulators in January. NFL Network employees became part of ESPN on April 1.</p><p>“Over the past several months, we’ve made significant progress integrating the NFL assets that we acquired into ESPN,” Pitaro wrote in the memo. “Throughout this process, we have taken the time to carefully evaluate our collective teams, resources and organizational structure to best position us for the future. As a result, we had to make some difficult decisions about job impacts that we will be communicating today.</p><p>“While most of the job impacts are tied to the acquisition, we will also notify colleagues in other parts of the company today that their positions have been impacted. We are committed to treating employees with compassion and respect and to providing support as they navigate this transition.”</p><p>While most of the layoffs affect production and behind-the-scenes personnel, some on-air talent were affected. Ryan Clark, who joined ESPN in 2015 as an NFL analyst, learned of his layoff while on “NFL Live” on Monday. A person familiar with the situation said Clark was originally going to be told Tuesday morning before reports leaked about the decision.</p><p>Clark was told by company executives rather than hear about it elsewhere. He did not finish his appearance on the show.</p><p>The person spoke to the AP on condition of anonymity because they are not at liberty to discuss personnel decisions.</p><p>Clark took to social media on Tuesday to address the layoffs. He also shared a video of himself working out.</p><p>“Sending prayers and love to all those laid off today by ESPN. So many of you have poured your life into that company, & I know how you’re feeling right now,” Clark wrote on X. “My hope is as this door closes another opens for you all. God bless!”</p><p>Other notable names include Karl Ravech, who had been with ESPN since 1993 and had been an integral part of its baseball coverage. Ravech was the voice of “Sunday Night Baseball” from 2022-25 before the package moved to NBC this season. He did call Monday night’s game between the Los Angeles Dodgers and Philadelphia Phillies.</p><p>Tom Pelissero, who had been with NFL Network since 2017, is also part of the cuts. ESPN had recently signed NFL insiders Ian Rapoport and Adam Schefter to extensions.</p><p>The ESPN cutbacks are also part of other reductions that are taking place throughout the Walt Disney Company this week.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MDWK3E746J6GR6WFEUNXRF7N4M.jpg?auth=4afc05da55489966ade14d426bc17ad68388e9496acc535969445df55ee5a43d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - ESPN Monday Night Football Countdown commentator Ryan Clark looks to the cameras during warmups before an NFL football game between the Kansas City Chiefs and the Washington Commanders, Oct. 27, 2025 in Kansas City, Mo. (AP Photo/Reed Hoffmann, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OY5WAOIFPZXVLDGGTVFN76JY5Y.jpg?auth=614369e21014a2f6ba7f5ca9b971a786e40cc218c32ba2884964348a60c93843&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Seattle Seahawks head coach Mike Macdonald, center, talks on an NFL Network show in Indianapolis, Feb. 26, 2026. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUIQQFUAV2B7XJ2T725EWQ3TTU.jpg?auth=30d86ae468cb35fa19860c9420a30cc867d79f76a8927f55007cd79aaad23634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ESPN Chairperson James Pitaro arrives at the ESPY Awards at Lincoln Center on Wednesday, July 15, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Reward offered for information about shooting that left man dead in Lauderhill ]]></title><link>https://www.local10.com/news/local/2026/07/21/reward-offered-for-information-about-shooting-that-left-man-dead-in-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/reward-offered-for-information-about-shooting-that-left-man-dead-in-lauderhill/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A reward of up to $5,000 is being offered for information that helps solve the homicide of Sean Blake, who police say was shot and killed this past weekend in Lauderhill.]]></description><pubDate>Tue, 21 Jul 2026 16:06:08 +0000</pubDate><content:encoded><![CDATA[<p>A reward is being offered for information that helps solve the homicide of a man who police say was <a href="https://www.local10.com/news/local/2026/07/20/motive-unknown-after-man-fatally-shot-in-lauderhill-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/20/motive-unknown-after-man-fatally-shot-in-lauderhill-police-say/">shot and killed this past weekend in Lauderhill</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/21/se-ofrece-recompensa-por-cualquier-informacion-sobre-tiroteo-que-deja-un-hombre-muerto-en-lauderhill/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/se-ofrece-recompensa-por-cualquier-informacion-sobre-tiroteo-que-deja-un-hombre-muerto-en-lauderhill/">Leer en español</a></p><p>Lauderhill police said officers responded to an apartment complex in the 6800 block of Landings Drive just before 10:15 p.m. Sunday after receiving reports about gunfire and found Sean Blake suffering from multiple gunshot wounds.</p><p>Neighbors described hearing a barrage of gunfire.</p><p>“It was about 12 to 15 rounds,” one neighbor said. “It was like ‘bam, bam, bam, bam.’ All of us were hitting the deck. Super loud. I’ve heard shotguns before so I knew it was right outside because they were that close and that loud.”</p><p>Another resident said she heard voices before the shooting.</p><p>“At first I heard like talking and then screaming, and then there were a lot of gunshots,” she said. “We turned off the TV and stuff, and then a couple minutes later we heard the police and ambulance and everything.”</p><p>Lauderhill Fire Rescue medics pronounced Blake dead at the scene, authorities said.</p><p>Detectives have not identified any possible suspects, and a motive remains unclear at this time.</p><p>Anyone with information is asked to contact Broward County Crime Stoppers at 954-493-TIPS (8477). Tipsters can remain anonymous and may be eligible for a reward of up to $5,000.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7NIRKZKYJRCGBHZ6YUGDQ4F7CA.jpg?auth=bab9d8e81127027b5c3dd59ff069bdbf2cd280c648e9e64c64ab6aa446b7babc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Se ofrece recompensa por cualquier información sobre tiroteo que deja un hombre muerto en Lauderhill]]></title><link>https://www.local10.com/espanol/2026/07/21/se-ofrece-recompensa-por-cualquier-informacion-sobre-tiroteo-que-deja-un-hombre-muerto-en-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/se-ofrece-recompensa-por-cualquier-informacion-sobre-tiroteo-que-deja-un-hombre-muerto-en-lauderhill/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Se ofrece recompensa por cualquier información que ayude en el caso de un homicidio a tiros el pasado fin de semana en Lauderhill.]]></description><pubDate>Tue, 21 Jul 2026 16:38:31 +0000</pubDate><content:encoded><![CDATA[<p>Se ofrece recompensa por cualquier información que ayude a resolver el homicidio de un hombre que, según la policía, <a href="https://www.local10.com/news/local/2026/07/20/motive-unknown-after-man-fatally-shot-in-lauderhill-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/20/motive-unknown-after-man-fatally-shot-in-lauderhill-police-say/">fue asesinado a tiros el pasado fin de semana en Lauderhill.</a></p><p>La policía de Lauderhill informó de que agentes acudieron poco antes de las 22:15 horas del domingo a un complejo de apartamentos ubicado en la manzana 6800 de Landings Drive, tras recibir avisos sobre disparos donde encontraron a Sean Blake con múltiples heridas de bala.</p><p>Los vecinos describieron haber oído una ráfaga de disparos.</p><p>“Fueron entre 12 y 15 disparos”, dijo un vecino. “Era como “bam, bam, bam, bam”. Todos nos tiramos al suelo. Era un ruido ensordecedor. He oído escopetas antes, así que supe que era justo ahí fuera porque estaban muy cerca y sonaban muy fuerte".</p><p>Otra vecina afirmó que oyó voces antes del tiroteo.</p><p>“Al principio oí como si estuvieran hablando y luego gritos, y después hubo muchos disparos”, explicó. “Apagamos la tele y todo eso, y un par de minutos más tarde oímos a la policía, la ambulancia y todo lo demás”.</p><p>Los paramédicos del Cuerpo de Bomberos de Lauderhill declararon a Blake fallecido en el lugar de los hechos, según informaron las autoridades.</p><p>Los detectives aún no han identificado a ningún posible sospechoso y, por el momento, el motivo sigue sin estar claro.</p><p>Se ruega a cualquier persona que tenga información, se ponga en contacto con Broward County Crime Stoppers en el 954-493-TIPS (8477). Los informantes pueden permanecer en el anonimato y podrían optar a una recompensa de hasta 5,000 dólares</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7NIRKZKYJRCGBHZ6YUGDQ4F7CA.jpg?auth=bab9d8e81127027b5c3dd59ff069bdbf2cd280c648e9e64c64ab6aa446b7babc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[De la Espriella dice respetar autonomía del Congreso colombiano tras sufrir primer revés en Senado]]></title><link>https://www.local10.com/espanol/2026/07/21/de-la-espriella-dice-respetar-autonomia-del-congreso-colombiano-tras-sufrir-primer-reves-en-senado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/de-la-espriella-dice-respetar-autonomia-del-congreso-colombiano-tras-sufrir-primer-reves-en-senado/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente electo de Colombia, Abelardo de la Espriella, aseguró el martes que respeta la autonomía del Congreso luego sufrir su primer revés en el Legislativo en una muestra de que aún no tiene las mayorías garantizadas para poner en marcha su agenda política.]]></description><pubDate>Tue, 21 Jul 2026 16:29:46 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente electo de Colombia, Abelardo de la Espriella, aseguró el martes que respeta la autonomía del Congreso luego sufrir su primer revés en el Legislativo en una muestra de que aún no tiene las mayorías garantizadas para poner en marcha su agenda política.</p><p>La mayoría del Senado votó la víspera en contra de Alfredo Deluque, candidato apoyado por el conservador De la Espriella para ser presidente de la cámara alta, el cargo más importante en el Congreso. En cambio, eligió a Honorio Henríquez, congresista del Centro Democrático, partido que contó con el apoyo del Pacto Histórico, del mandatario saliente Gustavo Petro.</p><p>“Respeto plenamente la autonomía del Congreso de la República y la independencia de las ramas del poder público. Por eso no llamé a ningún congresista para pedir votos, ofrecer cargos, contratos o prebendas", aseguró De la Espriella en la red social X. "Hacía más de 30 años no se elegía la mesa directiva del Senado mediante una votación libre, sin repartos burocráticos”, agregó.</p><p>La elección de los presidentes del Congreso suele ser una negociación política que usualmente coincide con el apoyo que otorgue el gobierno electo, lo que hace más sencilla su gobernabilidad en el primer año.</p><p>Sin embargo, en la instalación del nuevo Congreso hubo una división entre el sector conservador que lidera De la Espriella y el Centro Democrático, dirigido por el influyente expresidente Álvaro Uribe Vélez (2002-2010), que decidió ser oficialista pero aclaró que no pretende perder “independencia” frente al Ejecutivo.</p><p>El Centro Democrático fue durante los últimos cuatro años opositor de Petro. Sin embargo, la alianza de opuestos para escoger al presidente del Senado fue celebrada por el petrismo como la “primera derrota” para De la Espriella.</p><p>De la Espriella, un abogado sin experiencia en cargos de elección popular, defendió el martes que nunca estuvo “obsesionado” por influir en la votación para la presidencia del Senado.</p><p>De la Espriella venció en el balotaje presidencial del 21 de junio al oficialista Iván Cepeda con el movimiento de ciudadanos Defensores de la Patria y rechazando el apoyo explícito de los partidos tradicionales, con los que ahora lidiará en el Congreso.</p><p>El gobierno electo deberá tramitar iniciativas clave como el presupuesto estatal y el plan de desarrollo donde quedarán consignadas sus principales propuestas, entre ellas construir grandes cárceles al estilo de El Salvador.</p><p>Además, en los próximos días el Congreso también deberá decidir si permite que De la Espriella se posesione el próximo 7 de agosto en una guarnición militar fuera de Bogotá, rompiendo la tradición de que sea en la capital del país.</p><p>Petro consiguió al inicio de su mandato las mayorías en el Congreso, lo que facilitó su agenda política, sin embargo, la relación se tensó con el tiempo y varias de sus reformas clave, como la del sistema de salud, fueron rechazadas en varias ocasiones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YUKOGFLJCJ7LZPXFI7DNPXGRIU.jpg?auth=52c3070725db4bc32224d9baa9228ac85ae99daadd429b869ef1ca454f097423&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo Abelardo de la Espriella pronuncia un discurso durante un desfile militar con motivo del Día de la Independencia en Bogotá, Colombia, el lunes 20 de julio de 2026. (Foto AP/Miguel Ángel López)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Angel Lopez</media:credit></media:content></item><item><title><![CDATA[Muere mujer en Fort Lauderdale tras saltar sobre el techo de la SUV de un hombre y caer, dice la policía ]]></title><link>https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer murió luego de haber saltado sobre el techo del auto de un hombre después de que ambos protagonizaran un altercado físico ]]></description><pubDate>Tue, 21 Jul 2026 13:44:36 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer murió luego de haber saltado sobre el techo del auto de un hombre la madrugada del martes, después de que ambos protagonizaran un altercado físico en un hotel de Fort Lauderdale, confirmó la policía.</p><p>Según la Policía de Fort Lauderdale, alrededor de las 2 a.m., agentes respondieron al llamado tras recibir un reporte sobre un accidente de tránsito que involucraba a un peatón en el 400 de Southeast 32nd Street </p><p>La policía indicó que los agentes llegaron al lugar y descubrieron que el conductor y la peatón se conocían y habían protagonizado un altercado físico en un hotel de la zona.</p><p>Según la policía, el hombre intentó salir del hotel en su vehículo, pero la mujer saltó sobre el capó del auto y cayó mientras el vehículo estaba en movimiento.</p><p>La policía informó que la mujer sufrió heridas de gravedad, mientras el hombre detuvo su vehículo y llamó al 911.</p><p>La mujer fue trasladada por paramédicos de Fort Lauderdale Fire Rescue al Broward Health Medical Center, donde murió, informaron las autoridades.</p><p>La policía indicó que los detectives investigan el incidente y que la identidad de la mujer no ha sido divulgada por el momento trabajan para notificar a sus familiares.</p><p>Las autoridades no confirmaron por qué ambos presuntamente comenzaron a pelear.</p><p>Cualquier persona que haya presenciado algún hecho relacionado con el caso debe comunicarse con el Departamento de Policía de Fort Lauderdale.</p>]]></content:encoded></item><item><title><![CDATA[‘It’s really heart wrenching’: State Rep. hoping for last-minute reprieve before Haitians lose TPS]]></title><link>https://www.local10.com/news/local/2026/07/20/its-really-heart-wrenching-state-rep-hoping-for-last-minute-reprieve-before-haitians-lose-tps/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/its-really-heart-wrenching-state-rep-hoping-for-last-minute-reprieve-before-haitians-lose-tps/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Hundreds of thousands of Haitians, many here in South Florida, are days away from losing their legal right to live and work in the United States.]]></description><pubDate>Tue, 21 Jul 2026 01:40:44 +0000</pubDate><content:encoded><![CDATA[<p>Hundreds of thousands of Haitians, many here in South Florida, are days away from losing their legal right to live and work in the United States.</p><p><a href="https://www.local10.com/espanol/2026/07/21/es-realmente-desgarrador-diputada-estatal-espera-un-respiro-de-ultima-hora-antes-de-que-los-haitianos-pierdan-el-tps/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/es-realmente-desgarrador-diputada-estatal-espera-un-respiro-de-ultima-hora-antes-de-que-los-haitianos-pierdan-el-tps/">Leer en español</a></p><p>Temporary Protected Status is set to end Friday for around 350,000 Haitians as well as around 4,000 Syrians.</p><p>Democratic State Rep. Marie Woodson, of Pembroke Pines, is someone who’s lived the American dream after being born in Haiti.</p><p>In 1981, when she was 21, Woodson moved to the U.S. in search of a better life. </p><p>She now says her heart is aching for people like her who could soon be deported.</p><p>“It’s really heart wrenching what the people are going through,” said Woodson. “And as a Haitian American serving in the state Legislature, I felt it could’ve been me because I’m also from Haiti.”</p><p>Woodson represents parts of both Miami-Dade and Broward counties and says she is constantly hearing from Haitians in need who are asking for help. </p><p>“They want to know what we are doing,” she said. “Even though immigration is a federal issue, I’m a state legislator, but they still want to know, ‘You are elected. What are you going to do about it?’”</p><p>This all comes after the U.S. Supreme Court allowed the Department of Homeland Security to end TPS for these groups, with the DHS claiming Haiti is now safe enough for people to return to. </p><p>The United Nations and the U.S. State Department, meanwhile, continue to warn of frequent gang violence and kidnappings in Haiti. </p><p>“When you look at what’s going on in Haiti, the gangs, everything, those people have nothing to go back to right now,” said Woodson. </p><p>Many South Florida Haitians work in hospitality and healthcare, and advocates have said that will hit those industries that are already dealing with staffing shortages hard. </p><p>“A lot of business owners, they come to me, their employees are mostly immigrants right, with TPS, so if they don’t have immigrants in their job, over 90% of their workforce will no longer be there,” said business owner Dinah Escarment. </p><p>Woodson is asking the president or Congress to do something before it’s too late. </p><p>“I’m just asking for compassion. I’m asking for humanity for my brothers and sisters,” she said. </p><p>While Woodson said she understands criminals being deported, she said most of the people impacted by this are hard-working, decent human beings who are just trying to have a better 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[Woman dies after jumping on hood of man’s SUV, falling off in Fort Lauderdale, police say ]]></title><link>https://www.local10.com/news/local/2026/07/21/woman-dies-after-jumping-on-hood-of-mans-car-falling-off-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/woman-dies-after-jumping-on-hood-of-mans-car-falling-off-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman has died after she jumped on the hood of a man’s SUV early Tuesday morning after the two got into a physical altercation at a hotel in Fort Lauderdale, police confirmed.]]></description><pubDate>Tue, 21 Jul 2026 12:55:49 +0000</pubDate><content:encoded><![CDATA[<p>A woman has died after she jumped on the hood of a man’s SUV early Tuesday morning after the two got into a physical altercation at a hotel in Fort Lauderdale, police confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, at about 2 a.m., officers responded to the 400 block of Southeast 32<sup>nd</sup> Street after receiving a report about a car accident involving a pedestrian.</p><p>Police said officers arrived at the scene and discovered that the driver and pedestrian knew each other and had gotten into a physical altercation at a local hotel.</p><p>According to police, the man attempted to leave the hotel in his vehicle, but the woman jumped on the hood of the SUV and fell off as the vehicle was in motion.</p><p>Police said the woman was critically injured and the man stopped his car and called 911.</p><p>The woman was then transported by Fort Lauderdale Fire Rescue medics to Broward Health Medical Center, where she died, authorities said.</p><p>Police said detectives are investigating the incident and the woman’s identity is being withheld as they work to notify her next of kin.</p><p>They did not confirm why the two were allegedly fighting to begin with. </p><p>Anyone who witnessed anything related to the case is urged to call the Fort Lauderdale 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[“Es realmente desgarrador”: diputada estatal espera un respiro de última hora antes de que los haitianos pierdan el TPS]]></title><link>https://www.local10.com/espanol/2026/07/21/es-realmente-desgarrador-diputada-estatal-espera-un-respiro-de-ultima-hora-antes-de-que-los-haitianos-pierdan-el-tps/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/es-realmente-desgarrador-diputada-estatal-espera-un-respiro-de-ultima-hora-antes-de-que-los-haitianos-pierdan-el-tps/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Cientos de miles de haitianos, muchos de ellos aquí en el sur de Florida, están a días de perder su derecho legal a vivir y trabajar en Estados Unidos.]]></description><pubDate>Tue, 21 Jul 2026 16:21:19 +0000</pubDate><content:encoded><![CDATA[<p>Cientos de miles de haitianos, muchos de ellos aquí en el sur de Florida, están a días de perder su derecho legal a vivir y trabajar en Estados Unidos.</p><p>El Estatus de Protección Temporal está programado para terminar el viernes para alrededor de 350,000 haitianos, así como para alrededor de 4,000 sirios.</p><p>La representante estatal demócrata Marie Woodson, de Pembroke Pines, es alguien que ha vivido el sueño americano después de haber nacido en Haití.</p><p>En 1981, cuando tenía 21 años, Woodson se mudó a Estados Unidos en busca de una vida mejor.</p><p>Ahora dice que su corazón está dolido por personas como ella que podrían ser deportadas pronto.</p><p>“Es realmente desgarrador lo que están viviendo estas personas”, dijo Woodson. “Y como haitiana estadounidense que sirve en la Legislatura estatal, sentí que podría haber sido yo porque también soy de Haití”.</p><p>Woodson representa partes de los condados Miami-Dade y Broward y dice que constantemente recibe mensajes de haitianos necesitados que piden ayuda.</p><p>“Quieren saber qué estamos haciendo”, dijo. “Aunque inmigración es un tema federal, soy legisladora estatal, pero ellos aún quieren saber: ‘Usted fue elegida. ¿Qué va a hacer al respecto?’”</p><p>Todo esto ocurre después de que la Corte Suprema de Estados Unidos permitió al Departamento de Seguridad Nacional poner fin al TPS para estos grupos, con el DHS afirmando que Haití ahora es lo suficientemente seguro para que las personas regresen.</p><p>Mientras tanto, las Naciones Unidas y el Departamento de Estado de Estados Unidos continúan advirtiendo sobre la frecuente violencia de pandillas y secuestros en Haití.</p><p>“Cuando uno mira lo que está pasando en Haití, las pandillas, todo eso, esas personas no tienen nada a lo que regresar en este momento”, dijo Woodson.</p><p>Muchos haitianos del sur de Florida trabajan en la industria hotelera y en el sector de salud, y los defensores han dicho que esto afectará fuertemente a esas industrias que ya enfrentan escasez de personal.</p><p>“Muchos dueños de negocios vienen a mí, sus empleados son en su mayoría inmigrantes, ¿verdad?, con TPS, así que si no tienen inmigrantes en sus empleos, más del 90% de su fuerza laboral ya no estará allí”, dijo la empresaria Dinah Escarment.</p><p>Woodson está pidiendo al presidente o al Congreso que hagan algo antes de que sea demasiado tarde.</p><p>“Solo estoy pidiendo compasión. Estoy pidiendo humanidad para mis hermanos y hermanas”, dijo.</p><p>Aunque Woodson dijo que entiende que los criminales sean deportados, afirmó que la mayoría de las personas afectadas por esto son seres humanos trabajadores y decentes que simplemente intentan tener una vida mejor.</p>]]></content:encoded></item><item><title><![CDATA[Motorcyclist killed in crash involving SUV in North Miami, police say]]></title><link>https://www.local10.com/news/local/2026/07/21/motorcyclist-killed-in-crash-involving-suv-in-north-miami-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/motorcyclist-killed-in-crash-involving-suv-in-north-miami-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[Authorities are investigating a crash that left a motorcyclist dead Tuesday morning.]]></description><pubDate>Tue, 21 Jul 2026 12:21:55 +0000</pubDate><content:encoded><![CDATA[<p>Authorities are investigating a crash in North Miami that left a motorcyclist dead Tuesday morning.</p><p><a href="https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/policia-motociclista-muere-en-accidente-con-una-suv-en-north-miami/">Leer en español</a></p><p>According to North Miami police, the crash occurred in the area of Northwest 135<sup>th</sup> Street and Seventh Avenue.</p><p>Police said a motorcycle and SUV collided in the area, and the motorcyclist died from his or her injuries.</p><p>A witness told Local 10’s Jeff Derderian that the motorcyclist was at fault.</p><p>“Didn’t look,” Steve Antoine said. “The guy in the white car had the green light -- he was clear to go. The other guy must have been late for work or something -- jumped out into the road and he actually hit the car.”</p><p>Antoine said the motorcyclist was wearing a helmet. It’s unclear whether speed was a factor in the crash.</p><p>North Miami police confirmed that they are “handling the traffic crash,” while the Miami-Dade Sheriff’s Office Traffic Homicide Unit is conducting a traffic homicide investigation.</p><p>No other details were immediately released.</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[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Today, the first humanitarian aid will arrive in Cuba as part of Secretary of State Marco Rubio’s offer to help the Cuban people as they experience the worst economic situation since the early 1990’s. Today’s cargo includes 700 hygiene kits and 700 food items to be distributed directly to the Cuban people by Catholic Relief Services Caritas Cuba and other faith-based organizations. ]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 21 update: First humanitarian aid from US will arrive in Cuba</b></p><p>Today, the first humanitarian aid will arrive in Cuba as part of Secretary of State Marco Rubio’s offer to help the Cuban people as they experience the worst economic situation since the early 1990’s. Today’s cargo includes 700 hygiene kits and 700 food items to be distributed directly to the Cuban people by Catholic Relief Services Caritas Cuba and other faith-based organizations. </p><p>Secretary Rubio wants to let the Cuban people clearly know that the U.S. stands behind them and is willing to continue to help them as part of the U.S. commitment of $100 million in humanitarian aid.</p><p><a href="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a> </p><p><b>July 20 update: Cuba releases artist Luis Manuel Otero Alcantara </b></p><p>This past Saturday, Cuba released artist and opposition leader Luis Manuel Otero Alcantara after serving five years in jail. Otero Alcantara was one of the leaders of the San Isidro movement that led to large protests across the island nation five years ago. </p><p>Upon arriving in Miami, Otero Alcantara thanked the Cuban American community for its support and asked Cuba to release all political prisoners in jail.</p><p><b>July 16 update: US Department of Defense pays $3 million to US personnel affected by Havana Syndrome</b></p><p>The U.S. Department of Defense has paid $3 million in compensation to U.S. personnel affected by the mysterious condition known as Havana Syndrome, making the first payment under the 2021 Havana Act.</p><p>Havana Syndrome first appeared in 2016 when U.S. diplomats and intelligence officers in Havana, Cuba reported unusual symptoms, including intense head pressure, dizziness, nausea, hearing disturbances and memory problems.</p><p><b>July 14 update: New U.S. sanctions increase pressure on Cuba’s military-run economy</b></p><p>The United States on Monday introduced new sanctions targeting companies controlled by GAESA, Cuba’s military economic conglomerate, as well as some of the military brigades responsible for suppressing protests like the ones we saw the other day.</p><p>How much longer can the Cuban government hold on? Information continues to reach U.S. officials indicating that there are sectors within the Cuban government that are increasingly concerned about how much longer they can survive without negotiating with the U.S. government before facing a complete collapse of their system.</p><p><b>July 10 update: Does Raul Castro’s grandson have the full authority to negotiate for the Cuban government?</b></p><p>As I expected, there seems to be a small crack within the inner circle of the Cuban government. Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?</p><p>Yesterday, the Cuban Communist Party (PCC) backed Raulito’s efforts, but the military leadership has remained quiet.</p><p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FEQMIXUHBLMSFDQHHOXSF6SQ5I.jpg?auth=3724d040eae1afbd772040dd9e8fa51632e58fceaaad9ffcfc944da53cf86b02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The vessel Astral, belonging to the Spanish humanitarian organization Open Arms, arrives in the Bay of Havana, Cuba, on Sunday, July 19, 2026.. (AP Photo/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista sobre Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no logramos reconocer que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo.]]></description><pubDate>Thu, 02 Jul 2026 16:09:25 +0000</pubDate><content:encoded><![CDATA[<p><b>Actualización del 21 de julio: Primera ayuda humanitaria de EE. UU. llegará a Cuba</b></p><p>Hoy, la primera ayuda humanitaria llegará a Cuba como parte de la oferta del secretario de Estado Marco Rubio de ayudar al pueblo cubano mientras atraviesa la peor situación económica desde principios de la década de 1990. La carga de hoy incluye 700 kits de higiene y 700 artículos de alimentos que serán distribuidos directamente al pueblo cubano por Catholic Relief Services Caritas Cuba y otras organizaciones religiosas.</p><p>El secretario Rubio quiere que el pueblo cubano sepa claramente que Estados Unidos está de su lado y está dispuesto a seguir ayudándolos como parte del compromiso de Estados Unidos de brindar $100,000,000 USD en ayuda humanitaria.</p><p><b>Actualización del 20 de julio: Cuba libera al artista Luis Manuel Otero Alcántara</b></p><p>El pasado sábado, Cuba liberó al artista y líder opositor Luis Manuel Otero Alcántara después de cumplir cinco años en prisión. Otero Alcántara fue uno de los líderes del movimiento San Isidro que encabezó grandes protestas en toda la isla hace cinco años.</p><p>Al llegar a Miami, Otero Alcántara agradeció a la comunidad cubanoestadounidense por su apoyo y pidió a Cuba liberar a todos los presos políticos en prisión.</p><p><b>Actualización del 16 de julio: Departamento de Defensa de EE.UU. paga $3 millones USD a personal estadounidense afectado por el Síndrome de La Habana</b></p><p>El Departamento de Defensa de Estados Unidos ha pagado $3 millones USD en compensación al personal estadounidense afectado por la misteriosa condición conocida como Síndrome de La Habana, realizando el primer pago bajo la Ley de La Habana de 2021.</p><p>El Síndrome de La Habana apareció por primera vez en 2016, cuando diplomáticos y oficiales de inteligencia estadounidenses en La Habana, Cuba, reportaron síntomas inusuales, incluidos intensa presión en la cabeza, mareos, náuseas, alteraciones auditivas y problemas de memoria.</p><p><b>Actualización del 14 de julio: Nuevas sanciones de EE.UU. aumentan la presión sobre la economía controlada por los militares en Cuba</b></p><p>Estados Unidos impuso el lunes nuevas sanciones dirigidas a empresas controladas por GAESA, el conglomerado económico militar de Cuba, así como a algunas de las brigadas militares responsables de reprimir protestas como las que vimos el otro día.</p><p>¿Cuánto tiempo más podrá resistir el gobierno cubano? Continúa llegando información a funcionarios estadounidenses que indica que hay sectores dentro del gobierno cubano cada vez más preocupados por cuánto tiempo podrán sobrevivir sin negociar con el gobierno de Estados Unidos antes de enfrentar un colapso total de su sistema.</p><p><b>Actualización del 10 de julio: ¿Tiene el nieto de Raúl Castro plena autoridad para negociar por el gobierno cubano?</b></p><p>Como esperaba, parece haber una pequeña fisura dentro del círculo interno del gobierno cubano. Algunos han criticado a Raulito (nieto de Raúl Castro) por ofrecer negociar directamente con el presidente Trump. La crítica se centra en si tiene plena autoridad para negociar en nombre del gobierno cubano o si solo está negociando en nombre de la familia Castro.</p><p>Ayer, el Partido Comunista de Cuba (PCC) respaldó los esfuerzos de Raulito, pero el liderazgo militar ha permanecido en silencio.</p><p><b>Actualización del 8 de julio: Las Naciones Unidas no tienen derecho legal para levantar el embargo de EE.UU. a Cuba</b></p><p>Cada año, Cuba argumenta ante las Naciones Unidas que el embargo económico de Estados Unidos es la causa de sus problemas económicos. Cada año, Cuba pierde más apoyo para ese argumento. Las Naciones Unidas no tienen un derecho legítimo ni legal para levantar el embargo. Solo el Congreso de Estados Unidos puede levantar el embargo.</p><p>La maquinaria de propaganda del gobierno cubano ha fracasado. La mayoría de los cubanos en la isla, incluidos economistas residentes en Cuba, responsabilizan al gobierno cubano por las actuales malas condiciones económicas.</p><p><b>Actualización del 6 de julio: Nieto de Raúl Castro dice que Cuba está dispuesta a negociar con EE.UU.</b></p><p>Reuters informó temprano esta mañana que Raulito, nieto de Raúl Castro, conocido como “El Cangrejo”, anunció que Cuba está dispuesta a negociar con Estados Unidos. La pregunta que debemos hacernos es si Raulito está negociando en nombre de la familia Castro o del gobierno cubano.</p><p>Sabemos que Cuba ha estado vendiendo algunos de sus activos, incluidos algunos pertenecientes al conglomerado económico militar GAESA, durante las últimas semanas. El intento de Cuba por atraer inversión extranjera no ha despertado mucho interés debido al temor de perder el dinero invertido.</p><p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p>Cuando hablamos de Cuba, normalmente nos concentramos en su sistema político y económico centralizado. Sin embargo, no reconocemos que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo. Ese sistema de gobierno crea un conjunto psicológico de actitudes y valores que ayuda a definir el comportamiento diario para alinear los deseos y necesidades de la población con las restricciones impuestas por el gobierno.</p><p>Romper con esos comportamientos podría tomar años de entrenamiento psicológico y de cambios. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría tomar tiempo.</p><p>Las actualizaciones de junio del Dr. Andy S. Gómez pueden consultarse haciendo clic aquí.</p><p><i>El Dr. Andy S. Gómez es el analista sobre Cuba de Local 10. Gómez es considerado uno de los principales especialistas sobre Cuba. Trabajó en educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FEQMIXUHBLMSFDQHHOXSF6SQ5I.jpg?auth=3724d040eae1afbd772040dd9e8fa51632e58fceaaad9ffcfc944da53cf86b02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El navío Astral, de la organización humanitaria española Open Arms, llega el domingo 19 de julio de 2026 a la bahía de La Habana, Cuba. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Analysis: Have progressives peaked? The next few weeks will be crucial in Democrats' tug-of-war]]></title><link>https://www.local10.com/news/politics/2026/07/21/have-progressives-peaked-the-next-few-weeks-will-be-crucial-in-democrats-tug-of-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/have-progressives-peaked-the-next-few-weeks-will-be-crucial-in-democrats-tug-of-war/</guid><dc:creator><![CDATA[By STEVE PEOPLES, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The progressive movement may already have hit its high point in the 2026 midterms. Or this may be the beginning of a much more powerful shift as voters, eager for change, decide to embrace far-left populism on a national scale.]]></description><pubDate>Tue, 21 Jul 2026 16:06:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The progressive movement may already have hit its high point in the 2026 midterms. Or this may be the beginning of a much more powerful shift as voters, eager for change, decide to embrace far-left populism on a national scale.</p><p>It depends upon who you ask within a Democratic Party that is undeniably locked in a tug-of-war between emboldened progressives demanding radical change and the party's pragmatic establishment.</p><p>Progressives expect their newest candidate in Maine, former state lawmaker Troy Jackson, will clinch the Democratic nomination Saturday to replace Graham Platner on the November ballot, giving the party a chance to recover from Platner's downfall earlier this month. Next up will be August Senate primaries in Michigan and Minnesota — contests that put the intraparty divide on clear display less than four months before the midterms are decided. All three states will be important in the fight for Senate control, raising the stakes over who Democrats should nominate.</p><p>“We’re seeing the pendulum shift from right to left. That’s ultimately what this midterm election is about,” said Joseph Geevarghese, who leads Our Revolution, the progressive organization founded by Vermont Sen. Bernie Sanders a decade ago. “We're in a transitional moment in national politics.”</p><p>On the other side of the same party, establishment leaders, including the Democratic leadership in the House and Senate, believe that the progressive movement's momentum this summer will ultimately hurt the party's chances in the general election this fall. Democrats are in position to win control of at least one chamber in Congress given President Donald Trump's low approval ratings, the unpopular war in Iran and surging costs.</p><p>Count Matt Bennett, co-founder of the centrist Democratic group Third Way, as those fighting to stop his party's ascendant progressive wing from undermining their midterm chances.</p><p>“It is an enormous mistake and an enormous risk for them to be engaged in an effort to push the party to the left,” Bennett said. Sanders' brand of far-left politics, he added, “is not what America is asking for.”</p><p>Voters will ultimately decide who is right this fall — and the results could shape policy and politics inside the Democratic Party for years to come.</p><p>In the meantime, as establishment Democrats worry from Washington, Sanders and his allies like Rep. Alexandria Ocasio-Cortez are barnstorming through key swing states to harness the energy of the party's grassroots.</p><p>Republican officials were watching with glee.</p><p>“Socialists have gone from a sideshow in the Democrat Party to the main event," said Bernadette Breslin, spokesperson for the National Republican Senatorial Committee.</p><p>Sanders rallied for progressives in Michigan and Minnesota</p><p>On Monday night in Minneapolis, Sanders railed against billionaires and corporations as he campaigned for Peggy Flanagan, Minnesota's lieutenant governor who has aligned herself with his populist movement in Minnesota's contentious primary for U.S. Senate.</p><p>“When you stand up to these billionaires, as you will, and when you defeat them, you will bring hope and inspiration to people all across our country and in fact, all over the world,” Sanders said.</p><p>Flanagan faces U.S. Rep. Angie Craig, who is backed by much of the party's establishment in a race that has brought in millions of dollars from super PACS and other independent groups backing both candidates.</p><p>“I want you to know that we have an opportunity to change the way that Washington works,” Flanagan said.</p><p>When they were done, Sanders, Flanagan, U.S. Rep. Ilhan Omar and retiring Sen. Tina Smith locked arms as John Lennon's “Power to the People” thundered from the speakers.</p><p>The scene was similar a day earlier in Michigan, where Sanders, Ocasio-Cortez and other progressives campaigned with Abdul El-Sayed, whom many centrist Democrats worry is too far left for a must-win seat for Democrats in a battleground state.</p><p>The progressive movement has also seen setbacks</p><p>Dozens of progressive candidates up and down the ballot aligned with Sanders, including more than 30 backed by the Democratic Socialists of America, have won Democratic nomination contests in recent weeks — in some cases defeating sitting members of Congress.</p><p>There have been setbacks, however, none more painful for the progressive movement than Platner's implosion in Maine.</p><p>Platner, a Sanders acolyte and political newcomer who dominated Maine's sitting governor in the Democratic Senate primary, was forced to drop out barely a week ago after a sexual assault allegation emerged from his former girlfriend. Platner has denied the accusation, which many allies deemed credible.</p><p>Geevarghese described the situation as “a bump in the road” that would not cause any lasting damage for the broader progressive movement.</p><p>Rep. Ro Khanna, D-Calif., a 2028 presidential prospect aligned with the progressive wing, acknowledged that he made a mistake by supporting Platner when so little was known about his background.</p><p>“It’s an important lesson of being more aware of the red flags of candidates,” Khanna said, while insisting that the progressive movement “is so much bigger than any individual.”</p><p>“Despite a very flawed candidate, the platform of Medicare for all and no foreign wars and taxing billionaire wealth was so strong that he did well,” Khanna said of Platner. “No one candidate is a test for the progressive movement.”</p><p>But the fallout from Platner’s campaign renewed a long-running debate among Democratic establishment figures over whether the party’s progressive wing is hurting its chances of winning competitive general election races.</p><p>The divide has been especially apparent in the Senate, where some rank-and-file senators have backed progressive candidates at odds with Schumer and other party leaders. Platner’s collapse sparked behind-the-scenes finger pointing and prompted some establishment figures to more actively step into other competitive primaries.</p><p>In Michigan, for example, Sen. Gary Peters endorsed Haley Stevens last week after previously saying he wouldn’t get involved.</p><p>“We do want to have candidates who are fully vetted running in these high-profile races,” Peters said.</p><p>Bennett, of Third Way, says that it's all about winning in November. That's not to say he thinks it's impossible for Democrats to win with a nominee like El-Sayed on the ballot.</p><p>“In this cycle, with the war raging again, anyone might be able to beat a Republican in a place like Michigan,” he said. “But it sure as hell is going to be harder.”</p><p>___</p><p>Associated Press writers Joey Cappelletti in Washington and Jonathan J. Cooper in Phoenix contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CZJSIKHKXZWKZFQI5ZOJL3CM6U.jpg?auth=5218a6084b63d18f3ddd30dce3a2634ef028240b4ee94e3cc59ec169196a9010&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left foreground, Michigan state Rep. Donavan McKinney, D-Detroit, U.S. Rep. Alexandria Ocasio-Cortez, D-N.Y., Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed, U.S. Sen. Bernie Sanders, I-VT., United Auto Workers President Shawn Fain, and U.S. Rep. Rashida Tlaib, D-Mich. join hands together following a campaign rally for El-Sayed, Saturday, July 18, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEKM4K6CLQSTRAW3ND4JVRSR2E.jpg?auth=8297fb40e90cf74d5434054aa705fd47262a5e89a0d7dcb4964006c658b50c60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lt. Gov. Peggy Flanagan, center, a Democratic candidate for U.S. Senate, poses with politicians including Sen. Bernie Sanders, I-Vt., second from left, during a campaign rally Monday, July 20, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZK3AMNQY4OAJZGISZKDUF2CUKA.jpg?auth=019f8fa1d946b94cfa75e0218532cdf4d6144c10aa5358ef43997711293ce2ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senate candidate Troy Jackson takes part in a debate at the WCSH-6 television studio, Thursday, July 16, 2026, in Portland, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RIXDBJKCKOTPKSSRJK7XRAHZQE.jpg?auth=075301526ee63cb679066e27708e57a03fa1b4bef21cd1a7922522eae533ed6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo combination shows Rep. Angie Craig, D-Minn., left, Jan. 15, 2026, in Washington and Minnesota Lt. Gov. Peggy Flanagan, Nov. 5, 2024, in St. Paul, Minn. (AP Photo/Allison Robbert, Abbie Parr, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VZB2XXFP52VPNPBS4VG5VOPIA.jpg?auth=417bcf443b40b69bf0c94453d1de29441efeed40cc6b43bdf08b4fa63be32ce9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Haley Stevens, D-Mich., shops at the Decadent Dogs pet store with owner, Roxanne Leder, in South Haven, Mich., on Tuesday, July 7, 2026. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content></item><item><title><![CDATA[New video shows woman attacking senior couple outside Miami Beach business, police say ]]></title><link>https://www.local10.com/news/local/2026/07/21/new-video-shows-woman-attacking-senior-couple-outside-miami-beach-business-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/new-video-shows-woman-attacking-senior-couple-outside-miami-beach-business-police-say/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[New surveillance video obtained by Local 10 News on Tuesday shows the moments that police say a 25-year-old woman attacked a senior couple in Miami Beach back in April.]]></description><pubDate>Tue, 21 Jul 2026 15:09:02 +0000</pubDate><content:encoded><![CDATA[<p>New surveillance video obtained by Local 10 News on Tuesday shows the moments that police say a 26-year-old woman <a href="https://www.local10.com/news/local/2026/04/21/woman-accused-of-attacking-senior-couple-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/21/woman-accused-of-attacking-senior-couple-in-miami-beach/">attacked a senior couple in Miami Beach back in April</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/21/nuevo-video-muestra-una-mujer-que-agrede-a-pareja-de-ancianos-frente-a-local-comercial-de-miami-beach-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/nuevo-video-muestra-una-mujer-que-agrede-a-pareja-de-ancianos-frente-a-local-comercial-de-miami-beach-segun-la-policia/">Leer en español</a></p><p>The video shows Jeanne and Richard Korman entering a business near 1000 Fifth St. on April 20 when police said Thalia Rodríguez approached them from behind.</p><p>According to an arrest report, Rodríguez called 80-year-old Jeanne Korman a derogatory name before striking her in the face.</p><p>The video shows Richard Korman immediately stepping in to defend his wife.</p><p>“She wasn’t going to get to swing another time,” Richard Korman said.</p><p>Jeanne Korman said the attack left her with injuries to her face.</p><p>Police said Richard Korman intervened after his wife was struck, leading to a struggle with Rodríguez.</p><p>Miami-Dade Circuit Judge Mindy Glazer described the allegations during Rodríguez’s first appearance hearing.</p><p>“She smacked the victim in the face, walked up behind them, called the wife a wh--e and smacked her in the face with an open hand,” Glazer said. </p><p>Authorities say Rodríguez was arrested on April 20 and charged with two counts of battery on a person 65 years or older.</p><p>Investigators said the couple’s injuries were minor. </p><p>They said Jeanne Korman suffered a cut to her lip, while Richard Korman had scratches to his face. Both were treated at the scene and declined to be taken to a hospital.</p><p>The motive for the attack remains unclear.</p><p>Jail records show Rodríguez was released in April on a $20,000 bond and placed on house arrest.</p><p>Jeanne and Richard Korman said they do not know why they were targeted but are grateful they are OK.</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[Nuevo video muestra una mujer que agrede a pareja de ancianos frente a local comercial de Miami Beach, según la policía]]></title><link>https://www.local10.com/espanol/2026/07/21/nuevo-video-muestra-una-mujer-que-agrede-a-pareja-de-ancianos-frente-a-local-comercial-de-miami-beach-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/nuevo-video-muestra-una-mujer-que-agrede-a-pareja-de-ancianos-frente-a-local-comercial-de-miami-beach-segun-la-policia/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Un nuevo video de vigilancia obtenido el martes por Local 10 News muestra el momento en que, según la policía, la mujer se acerca por  por detrás y los agrede.]]></description><pubDate>Tue, 21 Jul 2026 15:42:10 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo video de vigilancia obtenido el martes por Local 10 News muestra el momento en que, según la policía, una mujer de 26 años <a href="https://www.local10.com/espanol/2026/04/21/acusan-a-mujer-de-atacar-a-pareja-de-adultos-mayores-en-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/21/acusan-a-mujer-de-atacar-a-pareja-de-adultos-mayores-en-miami-beach/">atacó a una pareja de adultos mayores en Miami Beach en abril.</a></p><p>En las imágenes se ve a Jeanne y Richard Korman entrando a un negocio cerca de la cuadra 1000 de Fifth St. el 20 de abril, cuando, según la policía, Thalia Rodríguez se les acercó por detrás.</p><p>Según el reporte de arresto, Rodríguez llamó a Jeanne Korman, de 80 años, con un insulto despectivo antes de golpearla en el rostro.</p><p>El video muestra a Richard Korman interviniendo de inmediato para defender a su esposa.</p><p>“No iba a permitir que la golpeara otra vez”, dijo Richard Korman.</p><p>Jeanne Korman dijo que el ataque le causó lesiones en el rostro.</p><p>La policía indicó que Richard Korman intervino después de que su esposa fue golpeada, lo que provocó un forcejeo con Rodríguez.</p><p>La jueza del Tribunal de Circuito de Miami-Dade, Mindy Glazer, describió las acusaciones durante la audiencia de primera comparecencia de Rodríguez.</p><p>“Abofeteó a la víctima en el rostro, se acercó por detrás, llamó prostituta a la esposa y la golpeó en la cara con la mano abierta”, dijo Glazer.</p><p>Las autoridades informaron que Rodríguez fue arrestada el 20 de abril y acusada de dos cargos de agresión física contra una persona de 65 años o más.</p><p>Los investigadores indicaron que las lesiones de la pareja fueron leves.</p><p>Señalaron que Jeanne Korman sufrió un corte en el labio, mientras que Richard Korman presentó rasguños en el rostro. Ambos fueron atendidos en el lugar y rechazaron ser trasladados a un hospital.</p><p>El motivo del ataque sigue sin estar claro.</p><p>Los registros de la cárcel muestran que Rodríguez fue puesta en libertad en abril tras pagar una fianza de $20,000 USD y quedó bajo arresto domiciliario.</p><p>Jeanne y Richard Korman dijeron que no saben por qué fueron atacados, pero agradecen haber salido bien del incidente.</p>]]></content:encoded></item><item><title><![CDATA["El barco se hundió en minutos”, relata sobreviviente del ferry que naufragó en Guyana]]></title><link>https://www.local10.com/espanol/2026/07/21/el-barco-se-hundio-en-minutos-relata-sobreviviente-del-ferry-que-naufrago-en-guyana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/el-barco-se-hundio-en-minutos-relata-sobreviviente-del-ferry-que-naufrago-en-guyana/</guid><dc:creator><![CDATA[Por ROYSTON DRAKE y BERT WILKINSON, Associated Press]]></dc:creator><description><![CDATA[CHARITY, Guyana (AP) — Una sobreviviente de un ferry que naufragó en Guyana el fin de semana con hasta 179 personas a bordo afirmó que perdió a cuatro nietos en el caótico desastre y que el barco pareció hundirse en un instante.]]></description><pubDate>Tue, 21 Jul 2026 15:39:12 +0000</pubDate><content:encoded><![CDATA[<p>CHARITY, Guyana (AP) — Una sobreviviente de un ferry que naufragó en Guyana el fin de semana con hasta 179 personas a bordo afirmó que perdió a cuatro nietos en el caótico desastre y que el barco pareció hundirse en un instante.</p><p>“Estaba luchando por mi vida. El barco se hundió en minutos, en segundos”, relató Helena Moonsammy y contó que le cayeron cajas encima mientras intentaba salvar a sus nietos. “Les dije a mis nietecitos que se aferraran a cualquier cosa mientras yo les gritaba. Recé toda la noche y estuve en el agua durante nueve horas”.</p><p>Al menos 69 personas fueron rescatadas después de que el MV Barima se hundió el sábado en la noche frente a la costa de Essequibo, y hasta ahora se han encontrado 27 cuerpos —cuatro de ellos de niños—, informó el primer ministro Mark Phillips. Se espera que la cifra de muertos aumente de forma drástica.</p><p>Aunque el manifiesto del barco registraba 116 pasajeros y 17 tripulantes, las autoridades creen que hasta 179 personas iban a bordo, indicó Phillips.</p><p>Está en marcha una investigación sobre el vuelco del ferry, de 87 años de antigüedad. Empezó a entrarle agua durante un viaje el sábado desde la capital, Georgetown, hacia Port Kaituma, en el noroeste de Guyana, cerca de Venezuela.</p><p>“Prepárense para los próximos días”, señaló el presidente Irfaan Ali en un mensaje nacional. “Va a ser un periodo difícil para nosotros como pueblo y como país. Que Dios cuide a Guyana y nos ayude a superar esta horrible experiencia”.</p><p>Moonsammy estaba entre decenas de amigos y familiares de los desaparecidos que se han reunido en un hospital de la localidad costera de Charity para identificar a sus seres queridos. Llevaba un cubrebocas, como muchos guyaneses a su alrededor: “Tengo que ver los cuerpos antes de irme a casa”.</p><p>Funcionarios han señalado que el capitán rescatado y al menos otro miembro de la tripulación dieron positivo a marihuana y permanecen bajo custodia policial como parte de la investigación penal.</p><p>Países vecinos han enviado embarcaciones, aviones de reconocimiento y personal de rescate, incluido un contingente de buzos de la Guayana Francesa, mientras las autoridades se preparan para pasar de una operación de rescate a una de recuperación.</p><p>El ministro de Obras Públicas, Juan Edghill, manifestó que todo el personal vinculado con la gestión y la carga del MV Barima fue suspendido ante la sospecha de que podrían haber cargado ilegalmente el ferry con personas y carga adicionales sin incluirlas en el manifiesto.</p><p>Pasajeros se han quejado durante años de que los empleados que venden boletos colocan asientos de manera extraoficial para amigos o conocidos a cambio de dinero en efectivo sin añadir esos nombres al manifiesto, una práctica que ha persistido durante décadas en las terminales de ferry administradas por el Estado.</p><p>El MV Barima estaba en dique seco, fue reacondicionado en 2024, y tenía programadas reparaciones importantes en octubre.</p><p>_____</p><p>Wilkinson informó desde Georgetown, Guyana.</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/UTYC6Y62YURJWUEELOTGMDETUM.jpg?auth=7112038051d6982848a7f98b815e26d863298ac68f17fb71f2fd812728c72ed2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Gente sentada en un muelle al atardecer en Georgetown, Guyana, el martes 19 de noviembre de 2024. (AP Foto/Matias Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Suben a 10 los fallecidos por temporales en Chile y más de 100.000 personas siguen aisladas]]></title><link>https://www.local10.com/espanol/2026/07/21/suben-a-10-los-fallecidos-por-temporales-en-chile-y-mas-de-100000-personas-siguen-aisladas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/suben-a-10-los-fallecidos-por-temporales-en-chile-y-mas-de-100000-personas-siguen-aisladas/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — La cifra de fallecidos por los fuertes temporales que golpean a Chile desde la semana pasada ascendió el martes a 10, mientras las autoridades mantienen las labores para localizar a por lo menos cuatro desaparecidos y brindar apoyo a más de 100.000 personas que siguen aisladas.]]></description><pubDate>Tue, 21 Jul 2026 15:34:46 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — La cifra de fallecidos por los fuertes temporales que golpean a Chile desde la semana pasada ascendió el martes a 10, mientras las autoridades mantienen las labores para localizar a por lo menos cuatro desaparecidos y brindar apoyo a más de 100.000 personas que siguen aisladas.</p><p>Según las informaciones más recientes del Servicio Nacional de Prevención y Respuesta ante Desastres (Senapred), la contingencia también ha dejado hasta el momento 16 heridos, 3.281 personas damnificadas y otras 1.031 albergadas.</p><p>En los últimos días, el organismo ha enviado sendas alertas de evacuación en diversas regiones del país ante el riesgo de deslizamientos de tierra, crecida de los caudales de ríos, intensos vientos, tormentas y nevascas, en lo que ya se considera como una de las peores emergencias climáticas en el país.</p><p>Los aguaceros son los más fuertes registrados en las últimas décadas en Chile. Están potenciados por El Niño, un fenómeno climático cíclico que consiste en el calentamiento de las aguas oceánicas y que altera los patrones de viento y clima a nivel mundial, provocando olas de calor, sequía o inundaciones extremas.</p><p>Una decena de las 16 regiones de Chile permanecen en estado de alerta. Las de Coquimbo y del Atacama, en el norte, son las más castigadas, lo que llevó al gobierno de José Antonio Kast a decretar la víspera el estado de excepción por catástrofe. Desde la madrugada, la situación se recrudeció también en la costera región de Valparaíso, ante el aumento de marejadas y subidas de los niveles de agua en ríos y embalses.</p><p>"Los cauces de los ríos no necesariamente aumentan al mismo tiempo que se está sintiendo la precipitación. La acumulación de agua en los sectores precordilleranos hace que estos cauces aumenten incluso horas después de terminado el sistema frontal”, explicó en una rueda de prensa la directora de Senapred, Alicia Cebrián.</p><p>El gobierno determinó la suspensión de las clases el martes en todas las comunas de Valparaíso e instó a la población a redoblar los cuidados, elevando a casi 70 las zonas con actividades escolares suspendidas.</p><p>El subsecretario de Interior, Máximo Pavez, dijo a periodistas que se tomó la medida debido a la intensidad de precipitaciones que cayeron durante la noche y la dificultad para los traslados en dicha región, entre otros motivos.</p><p>Un total de 104.271 personas se encuentran aisladas, principalmente entre Atacama y Coquimbo, al tiempo que 81 viviendas han resultado completamente destruidas y más de 20.000 presentan daños de distintas magnitudes.</p><p>El aislamiento, según explicó Cebrián, es una “situación circunstancial”, pues "en la medida en que se logre llegar a ciertos lugares, reponer algún camino o que baje el cauce de algún río, esa condición se va levantando”.</p><p>Frente al avance de los temporales, el presidente chileno viajó al norte del país para evaluar los daños y acompañar los labores de emergencia, que incluyen la entrega de ayuda humanitaria a los afectados, ya que miles de personas se han visto sin suministro eléctrico ni agua potable en medio de la catástrofe.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7Y5XP5BPILPHOW34KFTPWY5SY.jpg?auth=8901c657b8d0f2627193698b8c66187434e16da5e05ea8fd6981cf9edef975dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer espera el autobús durante un chaparrón en Santiago de Chile, a primera hora del lunes 20 de julio de 2026. (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Miami, Hollywood thefts lead police to recover motorcycle at North Miami home]]></title><link>https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A South Florida medical student says she had her dream motorcycle for only 12 days before it was stolen. ]]></description><pubDate>Mon, 20 Jul 2026 21:52:32 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida medical student says she had her dream motorcycle for only 12 days before it was stolen. </p><p><a href="https://www.local10.com/espanol/2026/07/21/los-robos-en-miami-y-hollywood-llevan-a-la-policia-a-recuperar-motocicleta-en-vivienda-de-north-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/los-robos-en-miami-y-hollywood-llevan-a-la-policia-a-recuperar-motocicleta-en-vivienda-de-north-miami/">Leer en español</a></p><p>The crime was caught on camera around 4:45 p.m. Wednesday outside her Hollywood apartment.</p><p>In a matter of minutes, crooks pulled up in a white van with a Comcast sticker on the side and stole Isabella San Juan’s $7,000 motorcycle. </p><p>San Juan is a third year medical student. </p><p>“Everything I spent on the bike is pretty much everything I’ve saved working before medical school,” she said. “So I don’t have any way of replacing it.”</p><p>She posted about what happened on social media in hopes someone might know something. </p><p>That is when she connected with Aiden, who had his $15,000 motorcycle swiped from outside his Miami apartment building around 2:45 a.m. Saturday. </p><p>Turns out, he had a tracker on his bike, which led him to a home in North Miami. </p><p>North Miami police found his motorcycle in the back of a van at the home, releasing a statement about the incident that read, in part: </p><p>“The motorcycle, which had been reported (stolen) from the city of Miami was recovered at the residence along with a white van. No arrests were made.” </p><p>“I was more so just shocked and just so, like, disappointed that it comes down to that,” Aiden said. “When it’s actually they think it’s their job or something, or it’s their way of making money to just steal other people’s property.”</p><p>The license plate on the van matches the one in San Juan’s surveillance video, and she is hopeful her motorcycle will be recovered too. </p><p>“I don’t think criminals care much about the feelings of people they steal things from,” she said. “I just want the bike back. They could just leave it somewhere. I’ll pick it up, no worries.”</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[Los robos en Miami y Hollywood llevan a la policía a recuperar motocicleta en vivienda de North Miami]]></title><link>https://www.local10.com/espanol/2026/07/21/los-robos-en-miami-y-hollywood-llevan-a-la-policia-a-recuperar-motocicleta-en-vivienda-de-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/los-robos-en-miami-y-hollywood-llevan-a-la-policia-a-recuperar-motocicleta-en-vivienda-de-north-miami/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Estudiante de medicina comenta que solo disfrutó 12 días de la moto, el robo quedó grabado por una cámara alrededor de las 16:45 horas del miércoles frente a su piso de Hollywood.]]></description><pubDate>Tue, 21 Jul 2026 15:30:50 +0000</pubDate><content:encoded><![CDATA[<p>Una estudiante de medicina del sur de Florida afirma que solo pudo disfrutar durante 12 días de la moto de sus sueños, antes de que se la robaran.</p><p>El robo quedó grabado por una cámara alrededor de las 16:45 horas del miércoles frente a su piso de Hollywood.</p><p>En cuestión de minutos, unos delincuentes llegaron en una camioneta blanca con un adhesivo de Comcast en un costado y robaron la motocicleta de $7,000 USD de Isabella San Juan.</p><p>San Juan cursa el tercer año de la carrera de Medicina.</p><p>“Todo lo que gasté en la motocicleta es prácticamente todo lo que había ahorrado trabajando antes de entrar a la escuela de Medicina”, dijo. “No tengo manera de reemplazarla”.</p><p>Publicó lo ocurrido en redes sociales con la esperanza de que alguien supiera algo.</p><p>Fue entonces cuando se puso en contacto con Aiden, a quien le robaron su motocicleta de $15,000 USD frente al edificio de apartamentos donde vive en Miami alrededor de las 2:45 a.m. del sábado.</p><p>Resulta que él tenía un rastreador instalado en la motocicleta, lo que lo llevó hasta una vivienda en North Miami.</p><p>La Policía de North Miami encontró su motocicleta en la parte trasera de una camioneta en esa vivienda y emitió un comunicado sobre el incidente que señala, en parte:</p><p>“La motocicleta, que había sido reportada como robada en la ciudad de Miami, fue recuperada en la vivienda junto con una camioneta blanca. No se realizaron arrestos”.</p><p>“Lo que más sentí fue sorpresa y mucha decepción de que esto llegue a ese punto”, dijo Aiden. “Como si realmente pensaran que ese es su trabajo o su forma de ganarse la vida: robar la propiedad de otras personas”.</p><p>La placa de la camioneta coincide con la que aparece en el video de vigilancia de San Juan, y ella mantiene la esperanza de que su motocicleta también sea recuperada.</p><p>“No creo que a los delincuentes les importen mucho los sentimientos de las personas a las que les roban”, dijo. “Solo quiero recuperar la motocicleta. Pueden dejarla en cualquier lugar. Yo iré a recogerla, no hay problema”.</p>]]></content:encoded></item><item><title><![CDATA[México y EEUU abren diálogo para revisar T-MEC entre tensiones migratorias y aranceles a Canadá]]></title><link>https://www.local10.com/espanol/2026/07/21/mexico-y-eeuu-abren-dialogo-para-revisar-t-mec-entre-tensiones-migratorias-y-aranceles-a-canada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/mexico-y-eeuu-abren-dialogo-para-revisar-t-mec-entre-tensiones-migratorias-y-aranceles-a-canada/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México y Estados Unidos inician el martes una nueva ronda bilateral de conversaciones comerciales para la revisión del T-MEC, el tratado de libre comercio norteamericano, en medio de crecientes tensiones por las muertes de mexicanos vinculadas a las acciones de control migratorio estadounidense y cuando el presidente Donald Trump acaba de imponer aranceles del 50% a la mayoría de los productos de Canadá.]]></description><pubDate>Tue, 21 Jul 2026 15:20:07 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México y Estados Unidos inician el martes una nueva ronda bilateral de conversaciones comerciales para la revisión del T-MEC, el tratado de libre comercio norteamericano, en medio de crecientes tensiones por las muertes de mexicanos vinculadas a las acciones de control migratorio estadounidense y cuando el presidente Donald Trump acaba de imponer aranceles del 50% a la mayoría de los productos de Canadá.</p><p>Las negociaciones se prolongarán hasta el jueves. El anuncio de Trump contra Canadá demuestra que, pese a la imagen de unidad que quisieron dar los tres líderes norteamericanos el domingo en la final del Mundial de fútbol que organizaron, los asuntos económicos se mueven al margen.</p><p>Estados Unidos justificó los aranceles anunciados contra Canadá en lo que Trump considera un trato discriminatorio contra automóviles, alcohol y productos lácteos estadounidenses.</p><p>México no solo aspira a bloquear cualquier nuevo gravamen por parte de Washington sino que disminuyan los aranceles ya existentes al acero y los automóviles. Trump, por su parte, insiste en endurecer las “reglas de origen” para que aumente el porcentaje de autopartes fabricadas por Estados Unidos.</p><p>La revisión del tratado tripartito se está realizando en conversaciones paralelas. México ha tenido la mayor parte del diálogo de forma bilateral bien con Estados Unidos o solo con Canadá.</p><p>Sheinbaum decidió acudir a la final de fútbol entre España y Argentina de forma imprevista, después de unas semanas de relaciones marcadas por polémicas en temas de seguridad y por las muertes de migrantes mexicanos en territorio estadounidense vinculadas a operaciones de ICE, el Servicio de Control de Inmigración y Aduanas estadounidense.</p><p>En este último tema, México pasó la semana pasada del plano diplomático al penal presentado denuncias formales y pidiendo que se presenten cargos contra quien resulte responsable de esos fallecimientos. Pero el viernes la Oficina de Asuntos del Hemisferio Occidental del Departamento de Estado informó en su cuenta de X que devolvió al embajador mexicano en Washington, Roberto Lazzeri, las cartas que pretendían dar instrucciones a funcionarios estadounidenses y pidió tratar cualquier inquietud por la vía diplomática.</p><p>También el viernes, Sheinbaum y Trump hablaron por teléfono. “Me dijo ‘¿Claudia, vas a venir’ (a la final de la Copa)? Y le dije, ‘bueno, si usted me invita, presidente Trump’. Dijo ‘sí, sí, estás invitada, ven, vas a estar sentada ahí con junto a nosotros’. Y entonces dije bueno, pues hay que ir”, explicó la mexicana el lunes.</p><p>En el palco de honor estaba también el primer ministro canadiense, Mark Carney.</p><p>La mexicana aprovechó para decirle a Trump que debían hablar de “varias cosas pendientes” en una nueva llamada o en persona, pero no en el estadio de fútbol y, según dijo, platicó brevemente de comercio. También intercambió algunas palabras con el secretario de Estado, Marco Rubio; el de Comercio, Howard Lutnick, y el representante estadounidense en las negociaciones sobre el T-MEC, Jamieson Greer, a quien verá esta semana en Ciudad de México.</p><p>Greer estará en la capital mexicana hasta el viernes y entre los temas que tratará con el secretario de Economía mexicano, Marcelo Ebrard, están el acero, el aluminio, los automóviles, la seguridad económica, asuntos laborales, de agricultura y los servicios de pago electrónico, según un comunicado de su gobierno.</p><p>México aspira a poder llegar a acuerdos con Estados Unidos que den estabilidad a ambos países y cuyo cumplimiento pueda revisarse cada año sin tener que abrir de nuevo cada tema del tratado trilateral.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U6JO3KHQXXT2DO2GERPKOFRI3I.jpg?auth=ffeea45904a0f309874f95a3001597d8694fb16651a09e7f20de14573e5cd16b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Donald Trump, a la izquierda, saluda mientras la presidenta de México, Claudia Sheinbaum, y el primer ministro de Canadá, Mark Carney, a la derecha, ríen durante la entrega del trofeo en la final del Mundial de fútbol entre España y Argentina, el domingo 19 de julio de 2026, en East Rutherford, Nueva Jersey, cerca de Nueva York. (Frank Gunn/The Canadian Press vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Gunn</media:credit></media:content></item><item><title><![CDATA[Messi returns to Argentina for rest after World Cup final loss to Spain]]></title><link>https://www.local10.com/sports/2026/07/21/messi-returns-to-argentina-for-rest-after-world-cup-final-loss-to-spain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/messi-returns-to-argentina-for-rest-after-world-cup-final-loss-to-spain/</guid><dc:creator><![CDATA[By HERNÁN ÁLVAREZ, Associated Press]]></dc:creator><description><![CDATA[ROSARIO, Argentina (AP) — Lionel Messi arrived back in Argentina on Tuesday for a few days of rest following the World Cup final loss to Spain.]]></description><pubDate>Tue, 21 Jul 2026 17:42:51 +0000</pubDate><content:encoded><![CDATA[<p>ROSARIO, Argentina (AP) — Lionel Messi arrived back in Argentina on Tuesday for a few days of rest following the World Cup final loss to Spain.</p><p>Messi's private jet landed near his hometown of Rosario from Fort Lauderdale, Florida, at 6:27 a.m. Although many fans were waiting with signs and flags, he did not make a public appearance.</p><p>“The pain is immense, and this wound will take time to heal,” he posted on his Instagram account. “I cherish all the good moments, memories that will last forever — and the support of an entire nation which, combined with this group’s hard work and effort, propelled us once again into the ranks of the world’s best.”</p><p>Supporters only caught a brief glimpse of the SUV that met Messi on the tarmac to transport him and his family to the private neighborhood of Funes, roughly 300 kilometers (185 miles) north of Buenos Aires.</p><p>The Argentina captain reportedly traveled with his wife, Antonela Roccuzzo, and their three children, all of whom had accompanied him throughout the tournament in North America. Waiting for him in Rosario was his 68-year-old father, Jorge, whose ongoing medical treatment for an undisclosed illness had been revealed by the family during the World Cup.</p><p>Fans had gathered at the airport as early as 3:30 a.m. hoping to catch a sight of the star. Among them were two young girls in Albiceleste jerseys holding welcome signs, one of which read: “Messi: You’re a legend. Thank you for bringing joy to our hearts. A whole country loves you!”</p><p>Messi is expected to rejoin Inter Miami in late July or early August for the ongoing MLS season</p><p>Fifteen members of Argentina’s 26-player World Cup roster, led by head coach Lionel Scaloni, landed at Buenos Aires’ Ezeiza Airport on Monday on a chartered flight.</p><p>The squad’s arrival followed Sunday’s 1–0 extra-time loss to Spain in the World Cup final in East Rutherford, New Jersey, decided by a Ferran Torres goal.</p><p>“It is hard to fully appreciate our achievement right now, but this group reached two consecutive World Cup finals. Thank you all from the bottom of my heart for every greeting and message,” Messi added. “I also want to congratulate Spain on winning the championship.”</p><p>The match marked Messi’s third World Cup final appearance, following 2014 and 2022. He ended the tournament as the runner-up for the Golden Boot with eight goals, two behind France's Kylian Mbappé.</p><p>Mbappé tops the all-time World Cup goal-scoring chart with 22, one more than Messi.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5RPR2GKJS6KZ7WUE4ZXHTYL4ZM.jpg?auth=99ba29ce38f4d563ee3bcf91e282f258a9f75f20fee2f4ca0aab90eb320f09ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Argentina fan wrapped in a flag bearing an image of Lionel Messi gathers outside the Argentine Football Association headquarters while waiting for the national team to arrive in Ezeiza, on the outskirts of Buenos Aires, Monday, July 20, 2026, following its World Cup final loss to Spain. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKXF56TV23KDYEFTZI4PHM3JZI.jpg?auth=920c4c9dda113834a41d73d00325a173949558413d13106f5f2d4e24769b03cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina fans hold a photo of Lionel Messi as they gather outside the Argentine Football Association headquarters and wait for the national team to arrive in Ezeiza, on the outskirts of Buenos Aires, Monday, July 20, 2026, following its World Cup final loss to Spain. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SIJUKCBX4735BHFNBOMZFQKLC4.jpg?auth=cc8b6bd3742bb3e5a063e0c23e70c3b2e60f26d6d09815ca07b55d8c3ddac9bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) reacts after the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Hallan una persona muerta junto a vía tren en Fort Lauderdale tras atropello con fuga, según la policía]]></title><link>https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Autoridades dicen haber descubierto que dicha muerte se trató de atropello con fuga, el vehículo implicado ya ha sido recuperado, aunque el conductor sigue en libertad.]]></description><pubDate>Mon, 20 Jul 2026 16:08:33 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Fort Lauderdale investiga la muerte de un hombre cuyo cuerpo fue descubierto la mañana del lunes junto a una vía.</p><p>Según la policía, el departamento recibió una llamada alrededor de las 8:15 a.m. sobre un cuerpo hallado en la cuadra 2600 de West Commercial Boulevard.</p><p>Los detectives dijeron que descubrieron que el hombre identificado como Dario Alejandro, de 20 años, había fallecido en un atropello con fuga y señalaron que el vehículo implicado en el accidente ya ha sido recuperado, aunque el conductor sigue en libertad.</p><p>Sky 10 sobrevolaba el lugar de los hechos poco antes de las 10:30 de la mañana, cuando se pudo ver una bicicleta eléctrica dañada en la hierba, cerca de la calzada.</p><p>El cadáver de Dario fue hallado a poca distancia de allí.</p><p>La policía ha informado de que la Unidad de Homicidios de Tráfico de la Policía de Fort Lauderdale (FLPD) está investigando el caso.</p><p>Se pide a cualquier persona que tenga información que llame a la FLPD o a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Smithsonian history museum chief rejects White House criticism of its leaders as radical activists]]></title><link>https://www.local10.com/news/politics/2026/07/21/smithsonian-history-museum-chief-rejects-white-house-criticism-of-its-leaders-as-radical-activists/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/smithsonian-history-museum-chief-rejects-white-house-criticism-of-its-leaders-as-radical-activists/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The director of the Smithsonian's National Museum of American History pushed back Tuesday against a recent White House report that branded the institution's leadership as radical activists who cannot be trusted.]]></description><pubDate>Tue, 21 Jul 2026 17:59:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The director of the Smithsonian's National Museum of American History pushed back Tuesday against a recent White House report that branded the institution's leadership as radical activists who cannot be trusted.</p><p>The testimony from Anthea M. Hartig came as President Donald Trump has engaged in a broad national effort to reshape the stories of America told by cultural institutions controlled or influenced by the federal government and, in particular, to purge diversity, equity and inclusion elements from those narratives. Many historians are alarmed by the revisionism.</p><p>“As we continue to fact check the report, we unwaveringly attest that it does not fairly or accurately characterize the full body of work at the museum,” Hartig told a House Oversight subcommittee. “There is always room for improvement. But I also know the beauty and the inspiration and the expertise that lies in our collections, our exhibits, and our programming.”</p><p>Coinciding with the 250th anniversary of American independence, the White House Domestic Policy Council released a report on July Fourth arguing that the museum, a centerpiece of the sprawling Smithsonian complex on the National Mall, doesn't tell history “in a way that is inspiring, unifying, and worthy of our great republic.”</p><p>Republicans on the panel reiterated some of those concerns on Tuesday.</p><p>“In the museum’s current telling, history is just an ongoing power struggle between oppressors and the oppressed,” said Rep. Tim Burchett, R-Tenn. “The report makes clear that the museum’s woke exhibits and materials reflect a broader vision held by the museum leadership.”</p><p>Hartig, the first woman to serve as director of the National Museum of American History, said the institution “does not take sides in America's political debates.” She described the museum's presentation of the nation's story as an evolution intended to add voices, not erase history as detractors sometimes argue.</p><p>“When historians talk about reframing a traditional narrative, we don’t mean erasing it,” she said. “We mean adding the evidence, the voices, the objects, that earlier tellings left out, so that more Americans can see themselves reflected in the national story.”</p><p>The White House report argued that the museum “has refused to celebrate the Nation and its history.”</p><p>“It has not created any exhibit dedicated to presenting a general narrative of American history or telling the story of any of our Founding Fathers, the Second Continental Congress, the Declaration of Independence, the American Revolutionary War, or the achievement of independence and the establishment of the constitutional rule of law,” the report said.</p><p>But the museum opened an exhibit in May dubbed “In Pursuit of Life, Liberty and Happiness” that displays 250 objects throughout the building to celebrate America's 250th anniversary. The artifacts include the desk used by Thomas Jefferson to draft the Declaration of Independence, a Revolutionary War-era gunboat and the Star Spangled Banner.</p><p>Some Republicans on the panel on Tuesday acknowledged that the museum displays important material related to the anniversary but argued it was challenging to navigate. Rep. Michael Cloud, R-Texas, said he expected references to the Declaration of Independence to be more prominent during a recent visit.</p><p>“I'm not saying it's not there, but it's hard to find,” he said.</p><p>Hartig faced particular scrutiny from Republicans over an exhibit entitled “Girlhood (It's Complicated),” which included a diary from a 13-year old exploring issues including gender identity. The museum director said the exhibit, which ran from 2020 through 2023, included a label making clear it was not designed for children.</p><p>Hartig's future as the museum's director hung over the hearing. Trump last year said he was firing the longtime leader of the National Portrait Gallery, another Smithsonian museum that, like the National Museum of American History, operates independently of the executive branch. The National Portrait Gallery's director, Kim Sajet, nonetheless stepped down from the museum in the face of the White House pressure.</p><p>At one point, Burchett asked Hartig why she should continue in her job. She responded simply that overseeing the museum is “the honor of my career.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V3WVYT6WXOH6VB54R2UAXKY5W4.jpg?auth=45be31d61748152f59599a95967825f37286112de93ed266b40e21cc97ec61b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthea Hartig, Director of the National Museum of American History, part of the Smithsonian Institute, testifies during a House Committee on Oversight and Government Reform Subcommittee on Delivering on Government Efficiency hearing about the Smithsonian, Tuesday, July 21, 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/XZAF4Y3BONDAPKF5HY723UKGEI.jpg?auth=5ed3bcf00fa7196e8f7d1357214d1f39ad2fa7fbf10711fe68cd353254b8aa06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthea Hartig, Director of the National Museum of American History, Smithsonian Institute, attends a House Committee on Oversight and Government Reform Subcommittee on Delivering on Government Efficiency hearing about the Smithsonian, Tuesday, July 21, 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/N5NO7YGOL6CFITYAVHK7ARY5CI.jpg?auth=e12468beadef90736bfcd6853809fc253a0ed6df6a1e4b50bf902435d2035c59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Committee on Oversight and Government Reform Subcommittee on Delivering on Government Efficiency Chair Rep. Tim Burchett, R-Tenn., attends a subcommittee hearing about the Smithsonian, Tuesday, July 21, 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/4Q2LK2PFNUX4NGQSVJ4KP5VODQ.jpg?auth=972b2884087a4cff1b0dbd4b03f18dfabd421a4846f035d1def12a322ddb4e21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthea Hartig, Director of the National Museum of American History, Smithsonian Institute, speaks during a House Committee on Oversight and Government Reform Subcommittee on Delivering on Government Efficiency hearing about the Smithsonian, Tuesday, July 21, 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/GCQEMFDACHVON5HL764GN344R4.jpg?auth=ddabd6dbbfda73df731283d1f510d1f0f2d423c34de9fe41e67b2b28cd96e496&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Spalding, Kirby Professor in Constitutional Government at Hillsdale College, testifies during a House Committee on Oversight and Government Reform Subcommittee on Delivering on Government Efficiency hearing about the Smithsonian, Tuesday, July 21, 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[SafeSport Center to begin publicizing names of people who go on its banned list]]></title><link>https://www.local10.com/sports/2026/07/21/safesport-center-to-begin-publicizing-names-of-people-who-go-on-its-banned-list/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/safesport-center-to-begin-publicizing-names-of-people-who-go-on-its-banned-list/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The U.S. Center for SafeSport began making public announcements of people placed on its disciplinary database Tuesday, a move designed to increase transparency and bring more attention to what the center believes is one of its top tools in the fight against sex abuse.]]></description><pubDate>Tue, 21 Jul 2026 16:40:40 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Center for SafeSport began making public announcements of people placed on its disciplinary database Tuesday, a move designed to increase transparency and bring more attention to what the center believes is one of its top tools in the fight against sex abuse.</p><p>The center, in charge of combating abuse in Olympic sports, has long published what it calls its Centralized Disciplinary Database. But without publicizing who lands on the list, people had to access the database and know who they were looking for to learn about banned and restricted people in their orbit.</p><p>Now, the center will share weekly updates about people added to the list; the updates will include cases taken to arbitration that have reached a decision.</p><p>"Knowledge is power and maintaining safe sport environments improves when information is as accessible as possible,” said the center's CEO, Benita Fitzgerald Mosley. “By sharing weekly news updates of individuals who have been added to the Centralized Disciplinary Database, we hope to improve safeguarding through increased public awareness.”</p><p>Among those who receive the center's correspondence are national governing bodies, the U.S. Olympic and Paralympic Committee and media, making the news of someone's listing on the database more likely to be seen.</p><p>Publicizing offenders is a core principle in anti-doping. Public announcements of people who get caught doping is considered a deterrent to drug use and the practice is part of the world drug-fighting rulebook.</p><p>In the SafeSport Center’s news release announcing the change, it said people listed on the database are currently restricted or banned from participating in Olympic or Paralympic sports — a penalty that encompasses elite level down to the grassroots. The center said the database is a snapshot in time — i.e., someone on the list could come off of it — and that the center's process is neither a criminal nor civil legal proceeding.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QXA77S7KRAIXTKZQ5XXZKDOJCY.jpg?auth=afdb44d275cf4a4d18c00221a0945d0cc6c35e9419a6c5e2f143f10910420575&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Olympic rings are seen at the 2026 Winter Olympics in Cortina d'Ampezzo, Italy, Feb. 8, 2026. (AP Photo/Robert F. Bukaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Man previously accused of dumping feces-filled backpack on ex now faces vehicle homicide charge: Cops ]]></title><link>https://www.local10.com/news/local/2026/07/21/man-previously-accused-of-dumping-feces-filled-backpack-on-ex-now-faces-vehicle-homicide-charge-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/man-previously-accused-of-dumping-feces-filled-backpack-on-ex-now-faces-vehicle-homicide-charge-cops/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Coral Springs man already facing charges in a domestic violence case is back behind bars for the second time this month after Margate police arrested him in connection with an unrelated fatal crash that occurred earlier this year, which they say was caused by “reckless” speeding.]]></description><pubDate>Tue, 21 Jul 2026 14:41:22 +0000</pubDate><content:encoded><![CDATA[<p>A Coral Springs man already <a href="https://www.local10.com/news/local/2026/07/08/coral-springs-man-accused-of-choking-ex-girlfriend-dumping-feces-filled-backpack-on-her-as-payback/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/08/coral-springs-man-accused-of-choking-ex-girlfriend-dumping-feces-filled-backpack-on-her-as-payback/">facing charges in a domestic violence case</a> is back behind bars for the second time this month after Margate police arrested him in connection with an unrelated fatal crash that occurred earlier this year, which they say was caused by “reckless” speeding.</p><p><a href="https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/">Leer en español</a></p><p>Jail records show Daniel Edward Niemiec, who turns 21 on Sunday, was arrested Monday by the Margate Police Department on one count of vehicular homicide and four traffic-related charges involving damage to a person or property.</p><p>According to his arrest report, the crash occurred Feb. 2 in the 4900 block of West Atlantic Boulevard in Margate. </p><p>Investigators said Niemiec was driving a 2025 Lexus NX350H eastbound on Atlantic Boulevard when a Kia began making a left turn. </p><p>They said the Lexus struck the passenger-side doors of the Kia before the vehicles collided a second time, with the driver’s side of the Lexus hitting the Kia’s passenger-side rear quarter panel.</p><p>Police said the second impact caused the Kia to spin multiple times before coming to a rest on a nearby median. They said Niemiec’s Lexus then crashed into an electrical light pole.</p><p>According to investigators, the male passenger in the Kia, whose name and age were redacted from the arrest report, had to be extricated by the Margate Fire Department and was taken to a nearby hospital, where he was pronounced dead.</p><p>The Kia’s driver was also hospitalized with injuries to her stomach and legs, police said.</p><p>“Prior to the crash, multiple witnesses described the Lexus driving erratically at a high rate of speed and weaving in and out of traffic,” investigators wrote in the report.</p><p>Police said investigators determined Niemiec was traveling about 90 mph with a 22% accelerator input just before impact in a 45- mph zone.</p><p>After reviewing surveillance video, investigators concluded Niemiec was “operating the Lexus in a reckless manner,” resulting in the passenger’s death and injuries to the Kia’s driver, the report stated.</p><p>The arrest marks Niemiec’s second this month.</p><p>Coral Springs police arrested him July 2 after accusing him of choking his ex-girlfriend and dumping a backpack filled with feces, urine, hot sauce, soda, ketchup and other fluids at her home as “payback” over suspicions she had been unfaithful. </p><p>Investigators alleged Niemiec admitted to filling the backpack with the substances because it would be “payback for her cheating.”</p><p>In that case, Niemiec is facing two counts of domestic battery and one count of domestic battery by strangulation, according to jail records. </p><p>As of Tuesday morning, he was being held at the Broward County Main Jail on a $100,000 bond. A judge also ordered him to wear a GPS monitor.</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/K2F6L7DC5VCIDIU67YTPONEEDA.jpg?auth=97a8b637a4505e3a4d240c8e5401c322b7c66febf83052a69003d1cf6a139833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre acusado previamente de tirar mochila llena de heces a su ex, ahora enfrenta cargo de homicidio por atropello, según Policía]]></title><link>https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/hombre-acusado-previamente-de-tirar-mochila-llena-de-heces-a-su-ex-ahora-enfrenta-cargo-de-homicidio-por-atropello-segun-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Coral Springs, vuelve a la cárcel tras ser arrestado en relación con un accidente fatal causado por conducir a exceso de velocidad de manera “temeraria”.]]></description><pubDate>Tue, 21 Jul 2026 14:53:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Coral Springs que ya <a href="https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/">enfrentaba cargos en un caso de violencia doméstica </a>volvió a la cárcel por segunda vez este mes, luego de que la Policía de Margate lo arrestara en relación con un accidente fatal no relacionado ocurrido a principios de este año que, según las autoridades, fue causado por conducir a exceso de velocidad de manera “temeraria”.</p><p>Los registros de la cárcel muestran que Daniel Edward Niemiec, quien cumplirá 21 años el domingo, fue arrestado el lunes por el Departamento de Policía de Margate y enfrenta un cargo de homicidio vehicular y cuatro cargos relacionados con infracciones de tránsito que ocasionaron daños a una persona o propiedad.</p><p>Según el reporte de arresto, el accidente ocurrió el 2 de febrero en la cuadra 4900 de West Atlantic Boulevard, en Margate.</p><p>Los investigadores dijeron que Niemiec conducía un Lexus NX350H modelo 2025 en dirección este por Atlantic Boulevard cuando un Kia comenzó a girar a la izquierda.</p><p>Indicaron que el Lexus impactó las puertas del lado del pasajero del Kia antes de que ambos vehículos chocaran por segunda vez, cuando el lado del conductor del Lexus golpeó el panel trasero del lado del pasajero del Kia.</p><p>La policía informó que el segundo impacto hizo que el Kia girara varias veces antes de detenerse en el separador central de la vía. Agregaron que el Lexus de Niemiec luego chocó contra un poste de alumbrado eléctrico.</p><p>Según los investigadores, el pasajero del Kia, cuyo nombre y edad fueron censurados en el reporte de arresto, tuvo que ser rescatado por el Departamento de Bomberos de Margate y fue trasladado a un hospital cercano, donde fue declarado muerto.</p><p>La conductora del Kia también fue hospitalizada con lesiones en el abdomen y las piernas, informó la policía.</p><p>“Antes del accidente, varios testigos describieron al Lexus conduciendo de manera errática, a alta velocidad y zigzagueando entre el tráfico”, escribieron los investigadores en el reporte.</p><p>La policía indicó que los investigadores determinaron que Niemiec conducía a unas 90 mph con un 22 % de presión sobre el acelerador justo antes del impacto en una zona con límite de velocidad de 45 mph.</p><p>Tras revisar videos de vigilancia, los investigadores concluyeron que Niemiec “operaba el Lexus de manera temeraria”, lo que provocó la muerte del pasajero y las lesiones de la conductora del Kia, señala el reporte.</p><p>Este arresto marca el segundo de Niemiec en lo que va del mes.</p><p>La Policía de Coral Springs lo arrestó el 2 de julio tras acusarlo de estrangular a su ex novia y arrojar una mochila llena de heces, orina, salsa picante, refresco, kétchup y otros líquidos en la vivienda de ella como “venganza” por sospechar que le había sido infiel.</p><p>Los investigadores alegan que Niemiec admitió haber llenado la mochila con esas sustancias porque sería una “venganza por haberle sido infiel”.</p><p>En ese caso, Niemiec enfrenta dos cargos de agresión física en un caso de violencia doméstica y un cargo de agresión física por estrangulamiento en un caso de violencia doméstica, según los registros de la cárcel.</p><p>Hasta la mañana del martes, permanecía detenido en la cárcel principal del condado Broward con una fianza de $100,000 USD. Un juez también le ordenó usar un monitor GPS.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K2F6L7DC5VCIDIU67YTPONEEDA.jpg?auth=97a8b637a4505e3a4d240c8e5401c322b7c66febf83052a69003d1cf6a139833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man shot in leg during attempted robbery in Opa-locka, police say]]></title><link>https://www.local10.com/news/local/2026/07/21/man-shot-in-leg-during-attempted-robbery-in-opa-locka-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/man-shot-in-leg-during-attempted-robbery-in-opa-locka-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was shot in the leg Monday night during an attempted robbery at a townhome community in Opa-locka, authorities said.]]></description><pubDate>Tue, 21 Jul 2026 14:27:19 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot in the leg Monday night during an attempted robbery at a townhome community in Opa-locka, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/">Leer en español</a></p><p>According to police, the shooting was reported at The Mirage at Sailboat Cove complex in the 1800 block of Northwest 143<sup>rd</sup> Terrace.</p><p>Police said the victim was shot once in the leg after several unknown males approached him and tried to rob him.</p><p>Miami-Dade Fire Rescue medics responded to the scene and treated the victim.</p><p>Police confirmed that OLPD’s Criminal Investigation Unit is investigating the incident.</p><p>No other details were immediately released.</p><p>Anyone with information about the attempted robbery and shooting is asked to call the Opa-locka Police Department or Miami-Dade Crime Stoppers at 305-471-8477. </p><p>“We urge all residents to remain vigilant and report any suspicious activity or emergencies promptly to local authorities,” OLPD said in a news release. “The safety and security of our community are paramount, and we appreciate the cooperation of all residents in maintaining a safe environment for everyone.”</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/UQOQZOCAQ5HE7OKBWCXPB3S5FA.jpeg?auth=74088a2db7c90fceaf5ff9bbc280ac0ce2d70740f5bab468eb364e66f1104f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[UN says nearly 150 migrants are dead or missing off West Africa in separate incidents]]></title><link>https://www.local10.com/news/world/2026/07/21/un-says-nearly-150-migrants-are-dead-or-missing-off-west-africa-in-separate-incidents/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/un-says-nearly-150-migrants-are-dead-or-missing-off-west-africa-in-separate-incidents/</guid><dc:creator><![CDATA[By AHMED MOHAMED, Associated Press]]></dc:creator><description><![CDATA[NOUAKCHOTT, Mauritania (AP) — The United Nations refugee agency said Tuesday it is “extremely saddened” after nearly 150 people died or went missing from boats off Mauritania last week while trying to make their way to Europe.]]></description><pubDate>Tue, 21 Jul 2026 16:18:05 +0000</pubDate><content:encoded><![CDATA[<p>NOUAKCHOTT, Mauritania (AP) — The United Nations refugee agency said Tuesday it is “extremely saddened” after nearly 150 people died or went missing from boats off Mauritania last week while trying to make their way to Europe.</p><p>The agency said 144 people were dead or missing after two incidents between July 14 and 18. It said 387 people were rescued.</p><p>Mauritania’s coast guard has said 122 people went missing off the coast near the capital, Nouakchott. It said the boat carrying 160 people from Gambia toward the Canary Islands ran out of fuel and was stranded at sea for 25 days.</p><p>In a separate incident, the coast guard said it rescued 179 people who had boarded a boat from Senegal on Saturday.</p><p>The difference in the numbers given was not immediately clear.</p><p>Mauritania's waters have become a major route for people from sub-Saharan Africa seeking a better life in Europe as economic opportunities remain scarce at home.</p><p>The route toward the Canary Islands is “one of the world’s deadliest” with long distances and unseaworthy and overcrowded boats, the U.N. agency said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WKQMASEJYKJGAZFRR43A6U4NUI.jpg?auth=3602d25b165806bc2e3a1886e747d41ca9b89b51d8695b5deb6f2e0038339a85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The United Nations logo is seen at the General Assembly hall at U.N. headquarters, Sept. 21, 2021. (Eduardo Munoz/Pool Photo via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz</media:credit></media:content></item><item><title><![CDATA[Judge approves a $1.5B Anthropic settlement over pirated books used to train the Claude chatbot]]></title><link>https://www.local10.com/business/2026/07/21/judge-approves-a-15b-anthropic-settlement-over-pirated-books-used-to-train-the-claude-chatbot/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/judge-approves-a-15b-anthropic-settlement-over-pirated-books-used-to-train-the-claude-chatbot/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — A federal judge has approved a $1.5 billion copyright settlement in which artificial intelligence company Anthropic will pay thousands of authors about $3,000 per book after using pirated copies of their works to train its Claude chatbot.]]></description><pubDate>Tue, 21 Jul 2026 18:01:07 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — A federal judge has approved a $1.5 billion copyright settlement in which artificial intelligence company Anthropic will pay thousands of authors about $3,000 per book after using pirated copies of their works to train its Claude chatbot.</p><p>District Judge Araceli Martínez-Olguín said in a Monday ruling that the class-action settlement provides “meaningful relief” to affected authors and publishers.</p><p>About 91% of the more than 482,000 books covered by the ruling have been claimed by authors or publishers who are now due payment.</p><p>Plaintiff attorney Justin Nelson said in a statement that the settlement was "the largest known copyright recovery in history. We look forward to making distributions to the Class as promptly as possible.”</p><p>U.S. District Judge William Alsup issued the preliminary approval in San Francisco federal court last September and has since retired. Alsup had dealt the case a mixed ruling last summer, finding that training AI chatbots on copyrighted books wasn’t illegal but that Anthropic wrongfully acquired millions of books through pirate websites.</p><p>Anthropic's deputy general counsel, Aparna Sridhar, highlighted that ruling Friday as a landmark showing “that training AI on books is fair use under copyright law.”</p><p>“We are pleased that more than 91% of authors and publishers covered by the settlement have claimed their share of the payment, and we’re looking forward to bringing this matter to a close,” Sridhar said in a written statement.</p><p>Bestselling thriller novelist Andrea Bartz first brought the suit with two other authors in 2024. It's the first major settlement in dozens of AI copyright lawsuits that are still working their way through courts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGSFOZSYJ4W6QSXLD2UI3MNQVA.jpg?auth=dd11e316b33adec03d79724fc738a04aadb34761977614d705d300aa6bcc7800&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Thriller novelist Andrea Bartz is photographed in her home, in the Brooklyn borough of New York, Sept. 4, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Ex-UK politician Widdecombe was hit 21 times with a hammer, prosecutors say]]></title><link>https://www.local10.com/news/world/2026/07/21/ex-uk-politician-widdecombe-was-hit-21-times-with-a-hammer-prosecutors-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/ex-uk-politician-widdecombe-was-hit-21-times-with-a-hammer-prosecutors-say/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Former British politician Ann Widdecombe was struck 21 times on the head with a hammer as she was eating lunch at home, a prosecutor told a court hearing on Tuesday for the man charged in her murder.]]></description><pubDate>Tue, 21 Jul 2026 16:18:46 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Former British politician Ann Widdecombe was struck 21 times on the head with a hammer as she was eating lunch at home, a prosecutor told a court hearing on Tuesday for the man charged in her murder.</p><p>Joshua Kerry, 28, appeared at Westminster Magistrates’ Court in London over the killing that shocked the public and the political establishment.</p><p>Widdecombe, 78, was eating around noon on July 8 when Kerry drove to her house in an isolated southwest England village, prosecutor Kashif Malik said. Kerry walked through the front door and beat her with a hammer, took her wallet and was gone two minutes after the attack began.</p><p>Blunt force injury to the head was listed as the provisional cause of death.</p><p>Kerry was charged Monday while in custody after being arrested on suspicion of murder and acts of terror. Police are investigating his motive, including a potential political or terrorist connection, prosecutors said.</p><p>Kerry, who wore a gray sweatsuit, spoke only to confirm his identity and did not enter a plea. He was ordered held in custody and is scheduled to appear in the Central Criminal Court on Oct. 9.</p><p>Widdecombe, a former member of Parliament and government minister, was a prominent political voice known for her blunt-spoken, socially conservative views opposing abortion and the expansion of LGBTQ+ rights.</p><p>When she failed to appear for a scheduled interview on July 8, TV producers called her assistant, who contacted her gardener, prosecutors said. He found Widdecombe lying face down on her kitchen floor the next day.</p><p>Kerry was arrested July 11 in South Yorkshire, a northern England county where he lived, more than 250 miles (400 kilometers) from Widdecombe's home in the village of Haytor, on the edge of Dartmoor National Park.</p><p>Widdecombe was a MP in the House of Commons from 1987 to 2010, serving as a prisons minister in Prime Minister John Major’s 1990s Conservative government.</p><p>She found fame after leaving Parliament as a contestant on the reality television shows “Strictly Come Dancing” and “Celebrity Big Brother.”</p><p>She later joined the Brexit Party, briefly serving as a member of the European Parliament before Britain left the European Union in 2020. Most recently, she joined the anti-immigration Reform UK, often appearing in the media as the party's immigration and justice spokesperson.</p><p>Widdecombe's killing has renewed concerns over the security for politicians, which had been tightened in the past decade after the murders of two prominent MPs. Labour lawmaker Jo Cox was shot and stabbed in 2016 by a far-right extremist, and Conservative David Amess was stabbed in 2021 by an attacker inspired by the Islamic State group.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DFLLD6MPDK6K6VAIVO5ZVTZ6VY.jpg?auth=e045d55f9710b10ea63e53f5d449aa0f8c055abe35d2f8dddc13bc12e8dd38d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This court artist sketch by Elizabeth Cook shows Joshua Kerry, 28, appearing at Westminster Magistrates' Court in London on Tuesday, July 21, 2026 charged with the murder of MP Ann Widdecombe. (Elizabeth Cook/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Elizabeth Cook</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E5YXWSBN2XHMP5UIQCVM2LXNZY.jpg?auth=ad67a472cbcad8604989040f82b767b8e79c0ba78fdd2076a4471566314dbd25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Ann Widdecombe, Brexit Party member, is interviewed after Nigel Farage, Leader of Britain's Brexit Party, spoke on stage at the launch of their policies for the General Election campaign, in London, Nov. 22, 2019. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JEQUYIIUMNCHJLQGZHFRJ7W5ZU.jpg?auth=db8ee863adc509b5bfa4b42f25c97acab3d2164f848a5eff2d99258ed60517f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A prison van arriving at Westminster Magistrates' Court in London, Tuesday, July 21, 2026 where Joshua Kerry is due to appear charged with the murder of MP Ann Widdecombe. (Yui Mok/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yui Mok</media:credit></media:content></item><item><title><![CDATA[Balean a hombre en una pierna durante un intento de robo en Opa-locka, dice la policía ]]></title><link>https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/balean-a-hombre-en-una-pierna-durante-un-intento-de-robo-en-opa-locka-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre recibió un disparo al intentar robarle en el fraccionamiento The Mirage at Sailboat Cove, en Opa-locka.]]></description><pubDate>Tue, 21 Jul 2026 14:38:56 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre recibió un disparo en una pierna la noche del lunes durante un intento de robo en un fraccionamiento de casas en Opa-locka, informaron las autoridades.</p><p>Según la policía, la balacera fue reportada en el fraccionamiento The Mirage at Sailboat Cove, ubicado en la cuadra 1800 de Northwest 143rd Terrace.</p><p>La policía indicó que la víctima recibió un disparo en una pierna luego de que varios hombres desconocidos se le acercaran e intentaran robarle.</p><p>Paramédicos de Miami-Dade Fire Rescue respondieron al lugar y atendieron a la víctima.</p><p>La policía confirmó que la Unidad de Investigaciones Criminales del Departamento de Policía de Opa-locka investiga el incidente.</p><p>No se dieron a conocer de inmediato más detalles.</p><p>Cualquier persona con información sobre el intento de robo y la balacera debe comunicarse con el Departamento de Policía de Opa-locka o con Miami-Dade Crime Stoppers al 305-471-8477.</p><p>“Instamos a todos los residentes a mantenerse vigilantes y reportar de inmediato cualquier actividad sospechosa o emergencia a las autoridades locales”, indicó el Departamento de Policía de Opa-locka en un comunicado de prensa. “La seguridad de nuestra comunidad es primordial y agradecemos la cooperación de todos los residentes para mantener un entorno seguro para todos”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQOQZOCAQ5HE7OKBWCXPB3S5FA.jpeg?auth=74088a2db7c90fceaf5ff9bbc280ac0ce2d70740f5bab468eb364e66f1104f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[July 21: South Florida remains on drier side of Bertha]]></title><link>https://www.local10.com/weather/2026/07/21/july-21-south-florida-remains-on-drier-side-of-bertha/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/21/july-21-south-florida-remains-on-drier-side-of-bertha/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[South Florida remains situated between Tropical Storm Bertha in the northern Gulf and an area of high pressure in the Atlantic.]]></description><pubDate>Tue, 21 Jul 2026 14:37:52 +0000</pubDate><content:encoded><![CDATA[<p>South Florida remains situated between Tropical Storm Bertha in the northern Gulf and an area of high pressure in the Atlantic. This will keep a persistent southeast wind around through midweek as drier air keeps rain chances low. Temperatures are heating up quickly into the afternoon as highs returns to the lower 90s with heat indices in the triple digits. A lower storm chance today will keep conditions very warm into the evening with overnight temperatures in the lower 80s under a partly cloudy sky. Some coastal showers could arrive by Wednesday morning which may impact your morning commute. Showers and storms will then move inland into the afternoon, with highs remaining in the lower 90s.</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[Road rage driver confronts American rider Brandon McNulty before Tour de France time trial]]></title><link>https://www.local10.com/sports/2026/07/21/road-rage-driver-confronts-american-rider-brandon-mcnulty-before-tour-de-france-time-trial/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/road-rage-driver-confronts-american-rider-brandon-mcnulty-before-tour-de-france-time-trial/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[THONON-LES-BAINS, France (AP) — American rider Brandon McNulty was apparently the subject of a road rage incident before Tuesday’s time trial at the Tour de France.]]></description><pubDate>Tue, 21 Jul 2026 14:37:08 +0000</pubDate><content:encoded><![CDATA[<p>THONON-LES-BAINS, France (AP) — American rider Brandon McNulty was apparently the subject of a road rage incident before Tuesday’s time trial at the Tour de France.</p><p>McNulty, a teammate of overall race leader Tadej Pogačar, was confronted by an angry motorist who overtook him on his way to the start of stage 16, Mauro Gianetti, the CEO of UAE Emirates XRG, told broadcaster Eurosport.</p><p>Gianetti said the driver of the car was furious and that he stopped his vehicle after overtaking McNulty, who then collided with the vehicle.</p><p>“Nothing so big, but it was not nice,” said Gianetti, who said the driver was a member of the public and not affiliated with the race.</p><p>McNulty was unhurt and scheduled to race later Tuesday.</p><p>Pogačar had a commanding 5-minute lead over Remco Evenepoel before Tuesday’s technical 26.1-kilometer time trial beside Lake Geneva on the boarder with Switzerland.</p><p>Evenepoel won stage 15 on Sunday when Pogačar’s main rival Jonas Vingegaard crashed out.</p><p>The race ends July 26 in Paris.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D7TEBT6F7QC2QRQUEEXF7MFD7Y.jpg?auth=a52b02ce92c2dd4a9e749c402024346424beedf890e11ff2100ad342672de9cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman draws as Britain's Fred Wright rides during the sixteenth stage of the Tour de France cycling race, an indivdual time-trial with start in Evian-Les-Bains and finish in Thonon-les-Bains, France, Tuesday, July 21, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPFKYKD3EU7WPCNB4EH446HW4Q.jpg?auth=bc998417ebe9f5b1e11442d3f321714349260d5a44c5584a34f36122335c526f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherland's Dylan Van Baarle rides during the sixteenth stage of the Tour de France cycling race, an indivdual time-trial with start in Evian-Les-Bains and finish in Thonon-les-Bains, France, Tuesday, July 21, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ORIKQEMJYJ2UL3EXQXRJMOUDQQ.jpg?auth=1eb4678469fb741c424b427ce73bf0e9512c17a21046ed257dd88769052fa2e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Hugo Page rides during the sixteenth stage of the Tour de France cycling race, an indivdual time-trial with start in Evian-Les-Bains and finish in Thonon-les-Bains, France, Tuesday, July 21, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[UEFA punishes Bulgarian club for fans' Nazi salutes and disorder at Europa League game]]></title><link>https://www.local10.com/sports/2026/07/21/uefa-punishes-bulgarian-club-for-fans-nazi-salutes-and-disorder-at-europa-league-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/uefa-punishes-bulgarian-club-for-fans-nazi-salutes-and-disorder-at-europa-league-game/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NYON, Switzerland (AP) — UEFA punished CSKA Sofia on Tuesday for fans’ Nazi salutes and violent conduct at a Europa League game with a 50,000 euros ($57,000) fine and a ban on ticket sales.]]></description><pubDate>Tue, 21 Jul 2026 14:30:00 +0000</pubDate><content:encoded><![CDATA[<p>NYON, Switzerland (AP) — UEFA punished CSKA Sofia on Tuesday for fans’ Nazi salutes and violent conduct at a Europa League game with a 50,000 euros ($57,000) fine and a ban on ticket sales.</p><p>The incidents delayed play for 15 minutes last Thursday when CSKA won 2-1 at Derry City in the first qualifying round of the Europa League.</p><p>UEFA’s urgent disciplinary ruling prohibits the Bulgarian club selling tickets for one away game for “throwing of objects, acts of damage and crowd disturbances.” CSKA plays Thursday against Qarabag in Azerbaijan.</p><p>On the charge of “racist and/or discriminatory behavior” for the Nazi salutes, UEFA imposed a further one-game ban on ticket sales suspended for two years of probation.</p><p>Video clips on social media showed a CSKA fan making Nazi salutes when Derry fans raised a banner with an anti-fascist slogan.</p><p>CSKA fans advanced across a neutral area of the stadium to confront a line of security guards while Derry fans backed away. Some home fans including children got on the playing area to move toward a safer part of the stadium.</p><p>UEFA said a CSKA official was fined 5,000 euros ($5,700) for “violating the basic rules of decent conduct” and the club must pay Derry City for damage to the stadium.</p><p>The League of Ireland club was fined 20,000 euros ($22,800) for fan disorder including an “effective invasion of the field of play by its supporters.”</p><p>Derry City lost 5-3 on aggregate score and dropped down to the third-tier Conference League qualifying rounds. It faces Rijeka in Croatia on Thursday and hosts the second leg next week.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/426J6XKI3D6OFLAPSAD2UVCMXM.jpg?auth=d53cb9ff1b29a591e3fedfe861c5bee0dfe87ae302d20efe419f1b467190a19b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The trophy is displayed before before the Europa League final soccer match between Freiburg and Aston Villa in Istanbul, Turkey, Wednesday, May 20, 2026. (AP Photo/Emrah Gurel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content></item><item><title><![CDATA[Bertha forms, expected to remain weak and lopsided as it skirts the northern Gulf Coast ]]></title><link>https://www.local10.com/weather/hurricane/2026/07/21/bertha-forms-expected-to-remain-weak-and-lopsided-as-it-skirts-the-northern-gulf-coast/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/21/bertha-forms-expected-to-remain-weak-and-lopsided-as-it-skirts-the-northern-gulf-coast/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[NOAA Hurricane Hunters investigating Tropical Depression Two Monday evening, centered about 120 miles south of Panama City Beach, Florida, in the northeastern Gulf, found winds of 40 mph – the threshold for tropical storm strength – supporting its upgrade to Tropical Storm Bertha, the second named storm of the 2026 Atlantic hurricane season. ]]></description><pubDate>Tue, 21 Jul 2026 13:51:41 +0000</pubDate><content:encoded><![CDATA[<p>NOAA Hurricane Hunters investigating Tropical Depression Two Monday evening, centered about 120 miles south of Panama City Beach, Florida, in the northeastern Gulf, found winds of 40 mph – the threshold for tropical storm strength – supporting its upgrade to Tropical Storm Bertha, the second named storm of the 2026 Atlantic hurricane season. </p><p><a href="https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/CCXGLBKVR5GRNJOKXNE7PM2REY.PNG?auth=7fbd24573720370128b2d4396b5983091d27f88803e160f7aaabee2c2046b88f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>On average over the past 30 years, the <a href="https://www.nhc.noaa.gov/climo/" rel=""><u>second named storm has formed on July 17</u></a> in the Atlantic basin. </p><h3><b>Bertha’s disheveled appearance a sign of its struggles</b> </h3><p>Hurricane Hunters flying Bertha Tuesday morning found pressures down slightly from earlier missions with thunderstorms trying to build near or over to its earlier exposed center, which could give the storm a brief window to organize further today. That said, wind shear is high and is forecast to only strengthen in the days ahead, which should mean any strengthening will be short-lived and limited. </p><p>The strong upper-level winds from the north responsible for the high wind shear will also keep the storm lopsided, with a relatively dry north side and the heaviest rainfall and worst weather to the south of the center. </p><h3><b>Heaviest rainfall to remain well offshore</b> </h3><p>The lopsided nature of Bertha means its highest rainfall totals exceeding a foot will remain well offshore and widespread flooding isn’t expected as it skirts westward along the northern Gulf Coast this week. </p><figure><img src="https://www.local10.com/resizer/v2/3WPSPX6RYFFUTN644XLPTRCNPI.PNG?auth=7e510e71e427c37ef43772e33a01255662d449cf66187233147cf9403afa5b88&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Locally heavy rain is possible in outer bands near and north of the center, however, and some parts of the Florida Panhandle, coastal Alabama, and southern Mississippi and Louisiana could see localized flooding through Thursday. </p><figure><img src="https://www.local10.com/resizer/v2/5KAHADTAEZFD3ESXKFSZIN42JM.png?auth=be4352908d30ffe1f0717d90223c3e429f449e54800fb5b66a9c8963d47e25da&smart=true&width=1200&height=900" alt="Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas." height="900" width="1200"/><figcaption>Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas.</figcaption></figure><h3><b>Bertha not so big and full of bluster</b> </h3><p>Overall, the threat Bertha poses to the coast is low. The storm is likely peaking or will peak today as a mid-tier tropical storm (highest winds in the 50-60 mph range; hurricane winds start at 74 mph) and weakening should commence in earnest by tomorrow. </p><figure><img src="https://www.local10.com/resizer/v2/HXIXRAIUSZB6HFNNQGBPISLOXE.png?auth=2f097f9d863abfd3476356095463b57ea6590d93d64196cd2ce9019632a84aa6&smart=true&width=1200&height=900" alt="Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com.</figcaption></figure><p>Although Tropical Storm Warnings are posted from extreme southeastern Louisiana to the Alabama/Florida border for the likelihood of tropical storm conditions, Bertha doesn’t pose a widespread damaging wind threat and sustained tropical storm winds (winds of 40 mph or higher) should be contained mostly to rain squalls and periodic gusts over the next few days. </p><p>High surf along the north Florida and Alabama shoreline will lead to treacherous beach conditions and life-threatening rip currents. If you’re on a beach vacation in these areas, this is a week you’ll want to stay out of the water. </p><h3><b>Deafening crickets across the Atlantic</b> </h3><p>Elsewhere, the Atlantic appears closed for business for the rest of the month. As we’ve discussed in previous newsletters, we’ll keep an eye to the subtropics this season (like the zone in the Gulf where Bertha formed), but for now, we’re not seeing any candidates for at least the next few weeks. </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/TIB5LEEVQFGKPI7KQLN4Y64ITM.png?auth=617327c7abdb6658907b5b42d2be854f8008e233a9f3d6d08330c1f83cb95422&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning sunrise “sandwich” satellite (combined visible and enhanced satellite) of Tropical Storm Bertha, whose center was located about 100 miles south-southwest of Panama City Beach, Florida. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Se forma Bertha, se espera que permanezca débil y asimétrica mientras bordea la costa norte del Golfo de México ]]></title><link>https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/se-forma-bertha-se-espera-que-permanezca-debil-y-asimetrica-mientras-bordea-la-costa-norte-del-golfo-de-mexico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La depresión tropical Dos registró vientos que la elevaron a categoría de tormenta tropical y su reclasificación, Bertha, se convierte en la segunda tormenta con nombre de la temporada de huracanes del Atlántico de 2026.]]></description><pubDate>Tue, 21 Jul 2026 14:25:04 +0000</pubDate><content:encoded><![CDATA[<p>Los “Cazahuracanes” de la NOAA, que investigaban la tarde del lunes la depresión tropical Dos y cuyo centro se ubicaba a unas 120 millas al sur de Panama City Beach, Florida, en el noreste del Golfo de México, registraron vientos de 40 mph, el umbral para alcanzar la categoría de tormenta tropical, lo que justificó su reclasificación como la tormenta tropical Bertha, la segunda tormenta con nombre de la temporada de huracanes del Atlántico de 2026.</p><figure><img src="https://www.local10.com/resizer/v2/CCXGLBKVR5GRNJOKXNE7PM2REY.PNG?auth=7fbd24573720370128b2d4396b5983091d27f88803e160f7aaabee2c2046b88f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En promedio, durante los últimos 30 años,<a href="https://www.nhc.noaa.gov/climo/" target="_self" rel="" title="https://www.nhc.noaa.gov/climo/"> la segunda tormenta con nombre se ha formado el 17 de julio</a> en la cuenca del Atlántico</p><p><b>La apariencia desorganizada de Bertha refleja las dificultades que enfrenta</b></p><p>Los “Cazahuracanes” que sobrevolaron Bertha la mañana del martes encontraron una ligera disminución en la presión con respecto a misiones anteriores, mientras las tormentas eléctricas intentaban desarrollarse cerca o sobre el centro previamente expuesto del sistema, lo que podría darle una breve oportunidad para organizarse mejor durante el día. Dicho esto, la cizalladura del viento es fuerte y se pronostica que seguirá aumentando en los próximos días, por lo que cualquier fortalecimiento será breve y limitado.</p><p>Los fuertes vientos en los niveles altos provenientes del norte, responsables de la elevada cizalladura, también mantendrán la tormenta asimétrica, con un lado norte relativamente seco y las lluvias más intensas, así como las peores condiciones del tiempo, al sur del centro.</p><p><b>Las lluvias más intensas permanecerán mar adentro</b></p><p>La naturaleza asimétrica de Bertha significa que los mayores acumulados de lluvia, superiores a un pie, permanecerán bien mar adentro y no se esperan inundaciones generalizadas mientras el sistema avanza hacia el oeste a lo largo de la costa norte del Golfo de México durante esta semana.</p><figure><img src="https://www.local10.com/resizer/v2/3WPSPX6RYFFUTN644XLPTRCNPI.PNG?auth=7e510e71e427c37ef43772e33a01255662d449cf66187233147cf9403afa5b88&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sin embargo, son posibles lluvias localmente intensas en las bandas exteriores cerca y al norte del centro, y algunas zonas del Panhandle de Florida, la costa de Alabama y el sur de Mississippi y Luisiana podrían registrar inundaciones localizadas hasta el jueves.</p><figure><img src="https://www.local10.com/resizer/v2/5KAHADTAEZFD3ESXKFSZIN42JM.png?auth=be4352908d30ffe1f0717d90223c3e429f449e54800fb5b66a9c8963d47e25da&smart=true&width=1200&height=900" alt="Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas." height="900" width="1200"/><figcaption>Flash flood forecast from the National Weather Service’s Weather Prediction Center puts the flood risk from heavy rainfall at level 1 of 4 (4 being the highest risk) for the northern Gulf from the Florida panhandle to southern Louisiana and southeast Texas.</figcaption></figure><p><b>Bertha no es muy grande ni muy intensa</b></p><p>En términos generales, la amenaza que representa Bertha para la costa es baja. Es probable que la tormenta haya alcanzado o alcance hoy su máxima intensidad como una tormenta tropical de intensidad moderada, con vientos máximos de entre 50 y 60 mph (los vientos con fuerza de huracán comienzan en las 74 mph), y se espera que comience a debilitarse de manera sostenida a partir de mañana.</p><figure><img src="https://www.local10.com/resizer/v2/HXIXRAIUSZB6HFNNQGBPISLOXE.png?auth=2f097f9d863abfd3476356095463b57ea6590d93d64196cd2ce9019632a84aa6&smart=true&width=1200&height=900" alt="Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Intensity guidance for Tropical Storm Bertha as of early Tuesday. All reliable intensity models weaken Bertha over the next few days. The pink line that indicates strengthening to a hurricane in a few days is from the outdated, legacy HMON hurricane model and is an outlier among its newer and more up-to-date peers. Credit: cyclonicwx.com.</figcaption></figure><p>Aunque se han emitido advertencias de tormenta tropical desde el extremo sureste de Luisiana hasta la frontera entre Alabama y Florida debido a la probabilidad de condiciones de tormenta tropical, Bertha no representa una amenaza generalizada por vientos destructivos y los vientos sostenidos de tormenta tropical (de 40 mph o más) deberían limitarse, en su mayoría, a bandas de lluvia y ráfagas ocasionales durante los próximos días.</p><p>El fuerte oleaje a lo largo de la costa del norte de Florida y Alabama provocará condiciones peligrosas en las playas y corrientes de resaca que ponen en riesgo la vida. Si está de vacaciones en la playa en estas zonas, esta es una semana en la que deberá mantenerse fuera del agua.</p><p><b>Silencio absoluto en el Atlántico</b></p><p>En otras partes, el Atlántico parece permanecer tranquilo durante el resto del mes. Como hemos comentado en boletines anteriores, esta temporada seguiremos atentos a las zonas subtropicales (como la región del Golfo de México donde se formó Bertha), pero por ahora no observamos ningún sistema con potencial de desarrollo durante, al menos, las próximas semanas.</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/TIB5LEEVQFGKPI7KQLN4Y64ITM.png?auth=617327c7abdb6658907b5b42d2be854f8008e233a9f3d6d08330c1f83cb95422&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning sunrise “sandwich” satellite (combined visible and enhanced satellite) of Tropical Storm Bertha, whose center was located about 100 miles south-southwest of Panama City Beach, Florida. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Miami-Dade teacher accused of attacking boyfriend with knife, snatching his cellphone]]></title><link>https://www.local10.com/news/local/2026/07/21/miami-dade-teacher-accused-of-attacking-boyfriend-with-knife-snatching-his-cellphone/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/miami-dade-teacher-accused-of-attacking-boyfriend-with-knife-snatching-his-cellphone/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade County teacher was arrested over the weekend in connection with a domestic violence incident involving her boyfriend, who she has been dating for about a year, authorities said.]]></description><pubDate>Tue, 21 Jul 2026 12:41:46 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade County teacher was arrested over the weekend in connection with a domestic violence incident involving her boyfriend, who she has been dating for about a year, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/">Leer en español</a></p><p>According to an arrest report by the Miami-Dade Sheriff’s Office, Ada Caballero, 44, of Homestead, was arrested Sunday on charges of armed robbery with a deadly weapon, aggravated assault with a deadly weapon and battery.</p><p>St. John’s Episcopal School’s website lists Caballero as a first-grade teacher at the Homestead school, who has more than 10 years of experience working in education and “loves to teach and shape young minds with love.”</p><p>Deputies said she didn’t show any love to her boyfriend, however, on Saturday when she allegedly attacked him.</p><p>According to her arrest report, Caballero and the victim got into an argument and the victim began recording with his cellphone, at which time Caballero grabbed her boyfriend by the shirt and reached for his cellphone, scratching his chest in the process.</p><p>Deputies said a struggle ensued for the victim’s phone and Caballero eventually snatched it from his hand.</p><p>The victim then “bear-hugged” Caballero to stop her from attacking him, but she pulled out a knife and “took a swipe at the victim but missed,” the report stated.</p><p>According to the report, the victim pushed Caballero away from him, and his phone and the knife fell to the floor.</p><p>Deputies said another brief struggle ensued for the victim’s cellphone, but the victim was able to take his phone back and call 911 for assistance.</p><p>According to the report, Caballero invoked her rights and did not make any statements to detectives.</p><p>Details about what she and her boyfriend were initially arguing about were not mentioned in the arrest report. </p><p>As of Tuesday morning, Caballero was being held at the Turner Guilford Knight Correctional Center on a $6,000 bond.</p><p>Local 10 News has reached out to St. John’s Episcopal School for comment on the status of her employment following her arrest.</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/VC4XU6AQGJCMBETBZWUMHGDFZM.jpg?auth=f5b9baa97a89b4c695365aae243f7637f2c5e73e3b4e35b4588f1811ddc0416d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US actions harm global efforts to prevent and treat HIV in dozens of countries, new report says]]></title><link>https://www.local10.com/news/world/2026/07/21/us-actions-harm-global-efforts-to-prevent-and-treat-hiv-in-dozens-of-countries-new-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/us-actions-harm-global-efforts-to-prevent-and-treat-hiv-in-dozens-of-countries-new-report-says/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[The Trump administration’s disruptions to a global AIDS relief program have forced organizations to close clinics, lay off staff and cut services, seriously impeding efforts to prevent and treat the disease in dozens of countries, a new report released Tuesday shows.]]></description><pubDate>Tue, 21 Jul 2026 16:02:23 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration’s disruptions to a global AIDS relief program have forced organizations to close clinics, lay off staff and cut services, seriously impeding efforts to prevent and treat the disease in dozens of countries, a new report released Tuesday shows.</p><p>The President’s Emergency Plan for AIDS Relief, known as PEPFAR, is credited with saving at least 26 million lives since its inception in 2003. But last year, it was impaired by the dismantling of the U.S. Agency for International Development and cuts to thousands of global health grants.</p><p>“The disruptions were very widespread,” with services for young women, orphans and children impacted, said Elise Lankiewicz, policy associate for the nonprofit amfAR, The Foundation for AIDS Research, which released the report.</p><p>Researchers contacted groups that got PEPFAR funding to deliver HIV services last year. Nearly a quarter — 166 groups from 46 countries — responded to an electronic survey conducted between last November and April, providing information on their funding, staff and services.</p><p>The survey didn’t reach all PEPFAR groups and certain types of organizations — like those that were most severely disrupted or still receiving U.S. funding — may have been less likely to respond. That could result in an underestimate or an overestimate of disruptions, depending on which organizations were missed. Nevertheless, the findings are a window into the struggles that some groups faced last year.</p><p>Some key findings were:</p><p>—Most organizations had at least one award terminated or payment delayed last year. Terminations led to the closure of more than 1,700 clinics, drop-in centers and other service delivery sites, and to the loss of more than 16,000 full-time staff members.</p><p>—Even though the U.S. government directed services providing HIV treatment, testing, and prevention of mother-to-child transmission to continue, a majority of partners still reported a disruption to those services.</p><p>—Cuts were concentrated on services for populations most impacted by HIV. Most organizations previously serving groups such as sex workers, men who have sex with men, transgender people, and people who inject drugs reported permanently ending a service for these groups. Even among organizations that didn’t lose funding, some reported stopping a service for one of these key populations to comply with U.S. policy.</p><p>—HIV prevention has been sharply reduced, with many organizations stopping condom programs or services offering what's called PrEP, preventive medicines to guard against sexually transmitted HIV. From fiscal years 2024 to 2025, prevention spending fell 51%, according to PEPFAR expenditure data.</p><p>—Locally-based partners were much more likely than international organizations to have an award terminated and to close service delivery sites. Funding disruptions also destabilized interconnected HIV service systems.</p><p>“Taken together, these results describe widespread degradation of the infrastructure built to deliver HIV services worldwide, with the deepest damage falling on the populations and partners most essential to controlling the epidemic,” the report says.</p><p>The survey doesn’t provide data at the country level, but amfAR officials point out that the majority of responses came from African countries.</p><p>When asked about the report, a State Department spokesperson said in an email that the Trump administration has “strengthened PEPFAR through clear, strategic direction.”</p><p>“As a result, the number of children testing positive and on treatment for HIV has continued to decline,” the spokesperson said.</p><p>In April, the U.S. State Department released PEPFAR data for one quarter in 2025: July through September. Officials said PEPFAR-supported programs provided standard HIV treatment for 20.6 million people in more than 50 countries, which they said is stable from the same reporting period in 2024. They also said PEPFAR started 103,000 pregnant and breastfeeding women on PrEP, up from 43,000 the previous year.</p><p>The data from that quarter “demonstrates the resilience and strength of the program,” the spokesperson said.</p><p>But researchers from amfAR and the International AIDS Society combined that quarter's data with another data release that included all four quarters and found substantial disruptions across PEPFAR services.</p><p>Other research, published in the journal Nature Health in June, specifically examined treatment globally using PEPFAR data. It found that nearly two million fewer people living with HIV were receiving PEPFAR-supported antiretroviral treatment in fiscal year 2025 as compared with the previous fiscal year — about a 10% decline.</p><p>“That does raise really important questions about program stability," said Ramona Godbole, an author of that study who wasn’t involved in the latest report.</p><p>AmfAR's report made numerous recommendations to help restore care. It said the U.S. government and PEPFAR leaders should reinstate support for all HIV services, not just treatment. It also called on other national governments to spend more on HIV services and contract with nongovernmental organizations, including those led by people in key vulnerable populations.</p><p>But Jennifer Sherwood, amfAR’s director of research and public policy, said even if money is put back into the system, it will take time to get the services up and running and regain the trust of communities.</p><p>“And unfortunately, with HIV and infectious disease, each day is deadly,” she said. “Each day that we don’t have those systems in place, you see new infections.”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D2MPMVR4WUZ3BALJQMBHPYXJF4.jpg?auth=7292894877be936a9c7831534cd5ca382cbf6af72b4196ebe85550fe18522f07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florence Makumene holds HIV medication that she received through funding from the U.S. President's Emergency Plan for AIDS Relief (PEPFAR), along with her hospital records book, at her home in Harare, Zimbabwe, Feb. 7, 2025. (AP Photo/Aaron Ufumeli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Ufumeli</media:credit></media:content></item><item><title><![CDATA[Acusan a maestra de Miami-Dade de atacar a su novio con un cuchillo y arrebatarle el celular ]]></title><link>https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una maestra del condado Miami-Dade fue arrestada por un incidente de violencia doméstica que involucró a su pareja.]]></description><pubDate>Tue, 21 Jul 2026 13:58:52 +0000</pubDate><content:encoded><![CDATA[<p>Una maestra del condado Miami-Dade fue arrestada durante el fin de semana en relación con un incidente de violencia doméstica que involucró a su novio, con quien mantenía una relación desde hacía aproximadamente un año, informaron las autoridades.</p><p>Según un reporte de arresto de la Oficina del Sheriff de Miami-Dade, Ada Caballero, de 44 años y residente de Homestead, fue arrestada el domingo y enfrenta cargos de robo a mano armada con un arma mortal, agresión agravada con un arma mortal y agresión física.</p><p>El sitio web de St. John’s Episcopal School identifica a Caballero como maestra de primer grado en la escuela de Homestead, con más de 10 años de experiencia en educación y señala que “le encanta enseñar y formar mentes jóvenes con amor”.</p><p>Sin embargo, los agentes dijeron que el sábado no mostró ese amor hacia su novio, cuando presuntamente lo atacó.</p><p>Según el reporte de arresto, Caballero y su novio comenzaron a discutir y la víctima empezó a grabar con su celular. En ese momento, Caballero lo sujetó por la camisa e intentó quitarle el teléfono, arañándole el pecho durante el forcejeo.</p><p>Los agentes indicaron que se produjo un forcejeo por el celular de la víctima y que Caballero finalmente logró arrebatárselo.</p><p>La víctima entonces abrazó con fuerza a Caballero para impedir que continuara atacándolo, pero ella sacó un cuchillo e “intentó lanzar una cuchillada contra la víctima, pero falló”, señala el reporte.</p><p>Según el informe, la víctima empujó a Caballero y tanto el celular como el cuchillo cayeron al piso.</p><p>Los agentes dijeron que hubo otro breve forcejeo por el celular, pero la víctima logró recuperarlo y llamar al 911 para pedir ayuda.</p><p>De acuerdo con el reporte, Caballero invocó sus derechos y no hizo declaraciones a los detectives.</p><p>El reporte de arresto no menciona qué originó la discusión entre Caballero y su novio.</p><p>Hasta la mañana del martes, Caballero permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $6,000 USD.</p><p>Local 10 News se comunicó con St. John’s Episcopal School para solicitar comentarios sobre la situación laboral de Caballero tras su arresto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VC4XU6AQGJCMBETBZWUMHGDFZM.jpg?auth=f5b9baa97a89b4c695365aae243f7637f2c5e73e3b4e35b4588f1811ddc0416d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US soldier killed in Iraq was a 30-year-old father from North Carolina]]></title><link>https://www.local10.com/news/2026/07/21/us-soldier-killed-in-iraq-was-a-30-year-old-father-from-north-carolina/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/21/us-soldier-killed-in-iraq-was-a-30-year-old-father-from-north-carolina/</guid><dc:creator><![CDATA[By ALLEN G. BREED and DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, North Carolina (AP) — A U.S. soldier killed in Iraq during a controlled detonation of an Iranian drone was a 30-year-old father from North Carolina who had served for nearly a decade, according to a military statement Tuesday and his family.]]></description><pubDate>Tue, 21 Jul 2026 17:10:24 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, North Carolina (AP) — A U.S. soldier killed in Iraq during a controlled detonation of an Iranian drone was a 30-year-old father from North Carolina who had served for nearly a decade, according to a military statement Tuesday and his family.</p><p>Sgt. Michael Emmanuel Swinton will receive a Bronze Star, Purple Heart and Combat Action Badge, and will be promoted to staff sergeant. The Army said it was investigating the circumstances of his death Sunday at an air base in Irbil.</p><p>He leaves behind a 6-year-old son and a 4-year-old daughter, his mother said.</p><p>“I will never recover from this,” his wife, Mia Gonzalez-Swinton, posted Monday on Facebook. “We had so many plans for when you got back, I’m sick to my stomach.” She said she was notified Sunday that he had been killed.</p><p>Two U.S. Army soldiers were also killed in Jordan last week while defending against Iranian ballistic missile and drone attacks. They were the first U.S. troop deaths from direct Iranian fire since the opening days of the war.</p><p>His wife and kids were the center of his world, his mother, Christel Swinton Andujar, told The Associated Press.</p><p>“His legacy will live on through the countless lives he touched, the laughter he shared, the strength he gave others, and the unconditional love he poured into his family,” she said via text message. “He will forever be missed, forever honored, and forever our hero.”</p><p>Swinton enlisted in the Army in 2017 and was assigned to the 55th Air Defense Artillery Regiment, 108th Air Defense Artillery Brigade, out of Fort Bragg, North Carolina.</p><p>He lived in Spring Lake, a popular off-base location for Fort Bragg families, according to pubic records. The military gave his hometown as Fayetteville, another nearby community.</p><p>“Sgt. Swinton was an experienced noncommissioned officer who took great pride in his work and the people around him,” said Brig. Gen. John L. Dawber, commanding general of the Army Air and Missile Defense Command. “He answered the call to duty with courage, honor, and selfless dedication.”</p><p>Renewed fighting between the U.S. and Iran is now in its 10th day, with both sides launching barrages of strikes. Iran has attacked U.S. allies in the region, and American soldiers are stationed across the Middle East.</p><p>The Defense Department identified the soldiers killed in Jordan as 1st Lt. Tyler James Feehan, 25, of Ewa Beach, Hawaii, and Pvt. Isabella Gonzales, 19, of Carrollton, Texas. They were also with Army Air and Missile Defense Command units.</p><p>A third service member was reported missing after the attack. U.S. Central Command, which oversees the Middle East, said “unidentified remains” have been found and were being examined.</p><p>Iranian authorities say U.S. strikes in just the past three weeks have killed at least 50 people and wounded more than 500 others.</p><p>Both sides have targeted civilian infrastructure relied on by millions of people. Workers on ships, as well as foreign workers and others in Gulf nations, Israel and Lebanon have also died in the conflict.</p><p>The U.S. State Department said in a new warning to Americans that “Iran and groups supportive of Iran may target other U.S. interests overseas or at locations associated with the United States and Americans throughout the world.”</p><p>U.S. President Donald Trump has said the war is necessary to stop Iran from developing nuclear weapons. Trump, a Republican, now faces political pressure to bring the war to a close and avoid the kind of prolonged Middle East conflict he had campaigned against. The escalation has pushed oil prices higher in recent weeks.</p><p>Swinton Andujar said her son was the kind of person who could light up a room with his humor and contagious laugh.</p><p>“Michael had a remarkable ability to excel at whatever he set his mind to,” she said. “He knew when it was time to laugh and when it was time to be serious. Whether serving his country, supporting his family, or helping a friend, he gave his whole heart and expected nothing in return.”</p><p>___</p><p>This story was corrected to show Sgt. Michael Emmanuel Swinton died Sunday, not Saturday, as earlier reported by the military.</p><p>___</p><p>Collins reported from Hartford, Connecticut.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BJUALLQYQFIWHUIK7SJ4LLEFGU.jpg?auth=78b7a9763636744fbdcba35303a78fc65ab4b0ba4c088186f7ddb96290738abe&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 U.S. Army Space and Missile Defense Command on Tuesday, July 21, 2026, shows Army Sgt. Michael Emmanuel Swinton. (U.S. Army Space and Missile Defense Command via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AKIU4545WSSIWCUIBA73SXMFSQ.jpg?auth=14b8d06ca7f65fcd6db07078a1229805215c67e417a6bea2e9100020f5b9ca27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing strikes in and around Iran early Tuesday. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z3LQGJPOFG4T7HHUTAY3R7LD24.jpg?auth=2955016b9ada67b20478f045df33a2bc43e502672c3ae6c3ca16f794abee8905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[American flags fly above the Lincoln Memorial, Thursday, July 9, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[The Latest: Republicans prepare to face voters as the bombing continues]]></title><link>https://www.local10.com/news/politics/2026/07/21/the-latest-republicans-prepare-to-face-voters-as-the-bombing-continues/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/the-latest-republicans-prepare-to-face-voters-as-the-bombing-continues/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.]]></description><pubDate>Tue, 21 Jul 2026 17:38:23 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.</p><p>While the Trump administration says it is open to diplomacy, Iran so far has refused to loosen its grip over the crucial oil shipping corridor in the Persian Gulf. It is raising questions about the strategy for the conflict's next phase. The intensifying attacks have collapsed an interim ceasefire deal, killed more American troops and sent U.S. gasoline prices back up, posing more problems for Republicans hoping to get reelected.</p><p>The Latest:</p><p>Trump appears to try to shift blame for US soldiers’ deaths</p><p>The president told reporters he would go to Dover for the dignified transfer of U.S. soldiers killed in the Middle East over the weekend.</p><p>“They did slip something through in Jordan,” he said, appearing to refer to the deadly Iranian ballistic missile and drone attacks there. “If we had other operators, you know, it would have not happened, unfortunately.”</p><p>He went on: “We’ve stopped almost everything, but when you let other people do your job with the United States — we let other people do the job — and sometimes it doesn’t work out so well.”</p><p>Trump did not elaborate on his comments, and it was not immediately clear who Trump was saying was responsible for protecting U.S. forces in Jordan. The White House did not immediately respond to a request for more information.</p><p>Trump says US will strike Pickaxe Mountain ‘very soon’</p><p>Discussing plans to stop Iran from obtaining a nuclear weapon, Trump said the United States will soon target the area near Pickaxe Mountain — a fortified underground site near one of Iran’s primary nuclear enrichment facilities.</p><p>“We’ll be hitting that area pretty soon, and very heavily,” Trump told reporters on Tuesday.</p><p>The president made the comment after being asked whether he believes Iran has moved nuclear centrifuges to the site. He said it “doesn’t mean anything” unless Iran has uranium to enrich.</p><p>“We follow the material,” he said. “That’s where the action is.”</p><p>Trump says he’ll pay his respects to fallen service members at Dover</p><p>The president is expected to attend the dignified transfer on Wednesday. It’s a ritual considered to be one of the most somber duties of the commander-in-chief.</p><p>“I’ll be going to Dover for something that I feel is — it’s a great honor for me to do it,” Trump told reporters.</p><p>Two soldiers killed in Iranian missile and drone attacks in Jordan will be returned during the dignified transfer, according to an administration official speaking on condition of anonymity because they were not authorized to discuss it publicly.</p><p>The remains of another soldier killed in Iraq during a detonation of an Iranian drone will also be returned, the official said, as well as a fourth service member whose remains have not yet been identified but who is believed to be a soldier missing after the Jordan attacks.</p><p>—- Collin Binkley</p><p>Biden disagrees with the decision to expose his private discussions</p><p>Biden spokesperson T.J. Ducklo said the former president disagrees with the ruling but “respects the courts and the vital role an independent judiciary plays in a healthy democracy.”</p><p>“President Biden’s conversations for a book a decade ago that discussed his late son are private, and were provided to the Department of Justice on the express condition they stay that way,” Ducklo said in a statement. “Reversing course and making them public is just the latest example of this administration weaponizing the (Justice Department) for political retribution.”</p><p>Trump says US will ‘take care of business’ if Houthis impose blockade</p><p>Asked about his level of concern about a blockade of the Red Sea by the Iranian-backed Houthi rebels, Trump suggested it wasn’t an immediate problem.</p><p>“So far, it hasn’t happened,” Trump told reporters in the Oval Office. “I think that if there is something like that, we’ll just have to take care of business.”</p><p>The Houthi-run SABA news agency said six ships were forced to reroute on Tuesday after being warned by the rebels, a day after they announced a maritime embargo against Saudi Arabia.</p><p>But Trump said “we’ve had no problem with the Houthis” recently, and “they’ve had no problem with us for a long period of time, including during this conflict.”</p><p>Vance is in the Oval Office for Lebanon meeting days after son’s birth</p><p>Vice President JD Vance sat with other top administration officials for Trump’s meeting with Aoun.</p><p>Vance’s wife, second lady Usha Vance, gave birth on Sunday to the couple’s fourth child.</p><p>Alec Neel Vance is the first baby born to a sitting vice president in more than 150 years.</p><p>Trump says he’s looking at a tariff on Canada over wildfires</p><p>Days of smoke from wildfires in Canada drifting into the United States contributed to poor air quality in cities from Detroit to Washington, D.C.</p><p>“They’re not managing their forests properly. And the wind has a tendency to blow right over New York City,” said Trump, once a longtime resident of the city. “Michigan was really affected,” he added.</p><p>Asked about the issue during an Oval Office appearance with the president of Lebanon, Trump said Canada seems unable to manage the problem.</p><p>Trump says US has ‘no interest’ in Iran talks for now</p><p>Speaking in the Oval Office on Tuesday, Trump gave a dim view on possible talks with Iran to end the war.</p><p>“I will tell you, they want to desperately meet. And until they’re ready to meet in a meaningful way, we have no interest in meeting,” Trump told reporters.</p><p>He said that in dialogue behind the scenes, Iranian officials have said “they want to meet desperately to try and end it, because they’re getting decimated.”</p><p>Iran and the U.S. have escalated attacks recently as their interim deal to end the war falls apart.</p><p>Iran-backed Houthi rebels say their Red Sea blockade is working</p><p>The rebels have opened a new front against Saudi Arabia by declaring a naval blockade of the kingdom, threatening the flow of global oil supplies and trade through the Red Sea.</p><p>With the Strait of Hormuz blocked, Saudi Arabia has been relying on a pipeline to the Red Sea to get millions of barrels of oil to market.</p><p>Six ships in the Red Sea were forced to reroute on Tuesday after they received warnings from the rebels, according to the Houthi-run SABA news agency.</p><p>Separately, three Houthi officials told The Associated Press that the rebel group warned international shipping companies on Monday to avoid transiting in the Bab el-Mandeb Strait, the gateway to the Red Sea at the southern tip of the Arabian Peninsula.</p><p>— By Jon Gambrell and Munir Ahmed</p><p>Report says Trump administration has harmed global efforts to prevent and treat HIV</p><p>The President’s Emergency Plan for AIDS Relief, known as PEPFAR, is credited with saving at least 26 million lives since its inception in 2003. But it’s been impaired by the dismantling of the U.S. Agency for International Development and cuts to thousands of global health grants.</p><p>These disruptions to the global AIDS relief program have forced organizations to close clinics, lay off staff and cut services, seriously impeding efforts to prevent and treat the disease in dozens of countries, according to a report released Tuesday by amfAR, the Foundation for AIDS Research.</p><p>Other research, published in the journal Nature Health in June, found a 10% decline in antiretroviral treatment — nearly two million fewer people living with HIV — getting the life-saving treatment through PEPFAR.</p><p>▶ Read more</p><p>Trump administration pushes ahead with plans to reopen US embassy in Libya</p><p>The State Department has informed Congress that it plans to move ahead with the potential re-opening of the U.S. Embassy in Libya. It’s proposing to allocate nearly $41 million to restore America’s formal diplomatic presence in the North African nation.</p><p>The effort comes amid new warnings of Iranian-related attacks against U.S. facilities and interests around the world, particularly in the Middle East.</p><p>The department told lawmakers that the money would cover “a range of security-related activities associated with plans for the potential phased resumption of embassy operations in Libya.” The embassy in Tripoli was shuttered in July 2014.</p><p>The Trump administration reopened the U.S. Embassy in Caracas, Venezuela following the ouster of former President Nicolas Maduro in January and is also seeking to reopen the closed embassy in Damascus, Syria.</p><p>AI stocks keep rising, even as Brent oil’s price tops $90</p><p>More gains for makers of computer chips and other winners of the artificial-intelligence boom are carrying Wall Street higher on Tuesday after tumbling the week before.</p><p>After rocketing higher because of the boom in investment in AI chips and data centers, they’ve come under pressure in recent weeks on worries that they shot too high. Concerns are also weighing that AI investments may fall off if they don’t produce as much profit and productivity as promised.</p><p>The gains came despite more climbs for oil prices, and Brent crude oil topped $90 per barrel because of continued attacks between the United States and Iran. It rose 2.2% to $91.17, up from less than $72 early this month.</p><p>The oil price hikes threaten a reacceleration of inflation, just as it was slowing more than economists expected. That in turn could push the Federal Reserve and other central banks to raise interest rates, which would slow economies and undercut prices for stocks and other investments.</p><p>▶ Read more</p><p>Rubio will meet with Chinese counterpart in Manila</p><p>Secretary of State Marco Rubio will meet with Chinese Foreign Minister Wang Yi on Wednesday in Manila, the State Department said.</p><p>The top diplomats from the world’s two largest economies are attending annual talks of the Association of Southeast Asian Nations this week in the Philippine capital.</p><p>The ASEAN summit comes amid unfolding crises led by renewed fighting between the U.S. and Iran as well as a violent skirmish in the disputed South China Sea.</p><p>The Rubio-Wang meeting could help set up the next sitdown between Trump and Chinese leader Xi Jinping.</p><p>Rubio said ahead of the summit that he expects Xi to visit the U.S. in September and that “it’s incumbent on powerful, important countries like ours to continue to talk and have a relationship.”</p><p>Secret Service agent injured at White House correspondents’ dinner will be honored at make-up event</p><p>Secret Service Police Officer Victor Gonzales will be given a special award for exceptional service at a rescheduled White House Correspondents’ Association Dinner, the association said Tuesday.</p><p>Gonzales was at a security checkpoint during the April dinner when it was interrupted by a gunman who prosecutors say was trying to assassinate Trump. The Secret Service said Gonzales was struck in his protective vest as he engaged the gunman, who was tackled outside the ballroom.</p><p>“His swift and decisive actions assisted in deterring the gunman from proceeding any further,” the Secret Service said.</p><p>A make-up event being held Friday at the Waldorf Astoria hotel at Trump’s encouragement will also honor Washington Hilton hotel staff who helped guests in the aftermath.</p><p>Soldier’s widow says she’ll ‘never recover’</p><p>Swinton’s wife, Mia Gonzalez-Swinton, posted on social media that she was informed of his death on Sunday. The couple have a 6-year-old son and a 4-year-old daughter.</p><p>“I will never recover from this, you should be home. We had so many plans for when you got back, I’m sick to my stomach,” she wrote in a Facebook post Monday.</p><p>US military identifies soldier killed while disarming a drone in Iraq</p><p>The military said it was investigating the death of Sgt. Michael Emmanuel Swinton of Fayetteville, North Carolina, during a controlled detonation of an Iranian drone on Sunday at an air base in Irbil.</p><p>Swinton, 30, will get a Bronze Star, Purple Heart and Combat Action Badge, and be promoted to staff sergeant, the military said in a statement.</p><p>He enlisted in the Army in 2017, and was assigned to the 55th Air Defense Artillery Regiment, 108th Air Defense Artillery Brigade, out of Fort Bragg.</p><p>Two U.S. Army soldiers were killed in Jordan on Friday while defending against Iranian ballistic missile and drone attacks. They were the first U.S. troop deaths from direct Iranian fire since the opening days of the war.</p><p>Seeking calm for his country, Lebanon’s president will meet with Trump at the White House</p><p>The landmark meeting between Joseph Aoun and Trump comes as Lebanon and Israel continue to hold rare direct talks mediated by Washington in a bid to bring about long-term calm in Lebanon after months of war between Israel and Hezbollah, the Iran-backed militant group.</p><p>Lebanon hopes the talks will lead to Israeli troops withdrawing from large swaths of southern Lebanon, and for the Lebanese military to receive support to assert full control in areas where Hezbollah militants had held sway.</p><p>Lebanon and Israel announced a “framework agreement” on June 26, setting a plan for Israeli forces to withdraw from southern Lebanon as well as the disarmament of Hezbollah.</p><p>Aoun is scheduled to arrive at the White House at 11 a.m.</p><p>Trump’s Justice seeking phone records of reporters’ mother and spouses</p><p>Subpoenas for phone records of New York Times reporters now include the mother of one journalist and the spouses of two others as the Justice Department seeks to unmask the confidential sources of reporters who wrote about Trump’s Qatari-gifted Air Force One jet.</p><p>The Times’ lawyers have moved to quash the subpoenas, noting that the mother in question is a mental health professional with confidential client relationships and that one of the two spouses is the general counsel of a law firm.</p><p>The Justice Department has previously said that the reporters are not the targets of the investigation and asserted in a new legal filing Tuesday that it had followed its own protocols in issuing the subpoenas.</p><p>U.S. District Judge Arun Subramanian is scheduled to hear arguments Thursday.</p><p>Appeals court rejects Biden’s bid to withhold recordings and transcripts of ghostwriter interviews</p><p>The appellate panel’s 2-1 ruling late Monday found “substantial” public interest in disclosing what former President Joe Biden wants to keep under wraps. Redactions to the recordings would help protect Biden’s privacy, the majority noted.</p><p>The judges suspended their decision until Aug. 3 to allow more time for Biden to consider another appeal.</p><p>Mark Zwonitzer, who worked with Biden on his two memoirs, interviewed the Democrat at his home in 2016 and 2017, before his presidency. Biden’s lawyers say the conversations were candid, personal and intended to remain private.</p><p>The recordings were obtained by special counsel Robert Hur, who investigated Biden’s handling of classified documents from his time as a senator from Delaware and as vice president. Republicans demanded the material after Hur declined to file charges against the then-president.</p><p>Civilian infrastructure now targeted by both the US and Iran</p><p>Both sides have targeted civilian infrastructure relied on by millions of people.</p><p>Kuwait’s Electricity, Water and Renewable Energy Ministry said Tehran struck desalination and power plants for a fourth straight day on Monday night, causing fires and damage. Some 90% of Kuwait’s drinking water comes from desalination, making the attacks a matter of life and death for the tiny nation.</p><p>U.S. strikes have been hitting electrical equipment in Iran as well, and Iranian officials also have said Americans targeted water facilities.</p><p>US command says its broad strikes are in response to Iran’s attacks on shipping</p><p>The U.S. military’s Central Command said Tuesday it targeted “Iranian military command centers, maritime capabilities, missile and drone launch sites and air defense systems.” It released more footage of bombings that targeted sites in Iran.</p><p>“American forces remain postured and prepared to hold Iran accountable for unwarranted aggression toward civilian mariners seeking to freely and openly transit the strait,” the command said.</p><p>Iranian state media reported that explosions were heard in across six different provinces.</p><p>Tanker attacks expand, forcing crew to abandon ship</p><p>Traffic through the strait has slowed to a crawl during the latest violence. Lloyd’s List Intelligence said only three ships transited the strait on Sunday.</p><p>The British military’s United Kingdom Maritime Trade Operations center said a tanker came under attack early Tuesday in the strait off Oman, forcing the crew to abandon the vessel.</p><p>Iran’s paramilitary Revolutionary Guard claimed the attack, as well as two other attacks on ships Monday in the waterway.</p><p>The route around Oman has been the one the U.S. military has encouraged ships to travel to avoid Iran’s control. The UKMTO separately reported Tuesday that another previously unknown attack on a ship took place early the previous day.</p><p>Iranian official meets mediators in Pakistan as attacks rage</p><p>An Iranian official began meetings Tuesday with mediators in Pakistan as diplomats sought to salvage the collapsed interim deal between Iran and the United States, even as both countries continued to launch attacks for a 10th day of renewed fighting.</p><p>The visit by Iran’s Interior Minister Eskandar Momeni comes as Pakistan has intensified diplomatic efforts in recent days to resuscitate the deal. However, it remains unclear just what new arrangement could be reached to end the fighting.</p><p>Momeni met Pakistan’s army chief Field Marshal Asim Munir, according to two officials who spoke on condition of anonymity to discuss the closed-door negotiations. Momeni later met Prime Minister Shehbaz Sharif. Pakistan’s political leadership and Munir, who serves as both the chief of army staff and defense forces, have worked to persuade the United States and Iran back to resume negotiations.</p><p>— By Munir Ahmed</p><p>The limits of intensifying attacks emerge as US and Iran dig in</p><p>The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.</p><p>While the Trump administration says it is open to diplomacy, Iran so far has refused to loosen its grip over the crucial oil shipping corridor in the Persian Gulf. It is raising questions about the strategy for the next phase of the conflict as intensifying attacks have collapsed an interim ceasefire deal, left additional American troops dead and sent U.S. gasoline prices back up — posing new problems for Republicans ahead of the midterm elections.</p><p>Even with glimmers of hope for talks, the sides could be headed back to all-out war, with Trump warning that “every time Iran kills an American Soldier” going forward, “they will pay for that killing many times over.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3WD3DK45K2MDLVZAL6P3NYJ5XE.jpg?auth=01a6af0ffae2293536359589b565a96b65d08fc7c7fc28f6e9cf990db0d4630f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks down the stairs of Air Force One upon his arrival at Joint Base Andrews, Md., Sunday, July 19, 2026. (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EQ2FAV2BQU5O2XPEDRL5PD7MD4.jpg?auth=281311cae443b80a437630b531886becf5d561ba691483385ae7a482b28b6294&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cross a street in Tehran, Iran, Tuesday, July 21, 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/3WSBI7GXWCJEAGDTA2XUL3QRFE.jpg?auth=47cee05c46b608534d10d480ec9632d503c69175479718b45c14ec6a619e9d44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident inspects the damage to his home, destroyed in an Israeli airstrike during the Israel-Hezbollah war in Ghandouriyeh village, southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IREFDLCHELGKGHYOS4JWPLJOCQ.jpg?auth=a34155b29f08b99c5d73ee1014d9bafc461152fc701cbc733c55331b1c03dd84&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><media:content url="https://www.local10.com/resizer/v2/4LVJWLT2FBE5AK63RX64UZKSFE.jpg?auth=db73d93dd25de03cd9239166c7324a42476ea64b5ab471861aa6c3b985f32077&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks at the United States Army War College in Carlisle, Pa., during the Pennsylvania Defense and Innovation Summit, Wednesday, July 15, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Police: Woman may have fallen to her death from mango tree in Miramar]]></title><link>https://www.local10.com/news/local/2026/07/20/police-on-death-investigation-woman-may-have-fallen-from-mango-tree-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/police-on-death-investigation-woman-may-have-fallen-from-mango-tree-in-miramar/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[A woman may have fallen to her death from a mango tree in Miramar, police said on Monday.  ]]></description><pubDate>Mon, 20 Jul 2026 19:24:35 +0000</pubDate><content:encoded><![CDATA[<p>A woman may have fallen to her death from a mango tree at a gated community in Miramar, police said on Monday. </p><p><a href="https://www.local10.com/espanol/2026/07/20/hallan-a-fallecida-en-miramar-creen-que-se-cayo-de-un-arbol-de-mango/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/hallan-a-fallecida-en-miramar-creen-que-se-cayo-de-un-arbol-de-mango/"><b>Leer en español</b></a></p><p>Police officers reported finding the woman, identified as Lucrecia Cardozo, 56, dead outside a house in the 21000 block of Southwest 176th Avenue.</p><p>The investigation remained active on Monday afternoon, according to police. </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 Mariana Ortiz contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Woman accused of attacking senior couple in Miami Beach ]]></title><link>https://www.local10.com/news/local/2026/04/21/woman-accused-of-attacking-senior-couple-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/21/woman-accused-of-attacking-senior-couple-in-miami-beach/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 26-year-old woman, who is listed as homeless in her arrest report, was taken into custody Monday afternoon after police said she allegedly battered a senior couple in Miami Beach. ]]></description><pubDate>Tue, 21 Apr 2026 15:17:14 +0000</pubDate><content:encoded><![CDATA[<p>A 26-year-old woman, who is listed as homeless in her arrest report, was taken into custody Monday afternoon after police said she allegedly battered a senior couple in Miami Beach. </p><p><a href="https://www.local10.com/espanol/2026/04/21/acusan-a-mujer-de-atacar-a-pareja-de-adultos-mayores-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/acusan-a-mujer-de-atacar-a-pareja-de-adultos-mayores-en-miami-beach/">Leer en español</a></p><p>According to the report, Thalia Rodriguez was taken into custody by the Miami Beach Police Department following a disturbance call near the 400 block of Euclid Avenue.</p><p>The report states officers initially responded around 1 p.m. to a call about a “suspicious person causing a disturbance outside a business.” </p><p>When Miami Beach police arrived at the scene, they said the individual had left the area, but they recovered belongings, including a wallet containing a Florida driver’s license identifying Rodriguez.</p><p>While canvassing the area, an officer spotted a woman matching the description involved in a physical altercation with Jeanne and Richard Korman near 1000 Fifth St., according to the report. </p><p>Officers then separated the individuals and detained Rodriguez pending an investigation.</p><p>According to the report, the victims told officers they were walking into a business for an appointment when Rodriguez approached them from behind, called 80-year-old Jeanne Korman a w----, and then slapped her in the face. </p><p>Police said Richard Korman intervened to protect his wife, and a struggle with Rodriguez ensued, the report states.</p><p>“She (Rodriguez) wasn’t going to get to swing another time. I figured the easiest way to get her down was to grab her by the hair,” he said. </p><p>Investigators said Jeanne Korman suffered a superficial cut to her lip, while Richard Korman had minor scratches to his face. Both were treated at the scene and declined to be transported to the hospital. </p><p>Jeanne Korman told Local 10’s Rosh Lowe on Tuesday that she was heading to the lab for blood work when she and her husband of 55 years were attacked.</p><p>“She took her fist and hit me right in the face,” she said. “My husband said he saw my head move.” </p><p>A witness and surveillance video from the building corroborated the victims’ accounts, according to the report.</p><p>A motive for the attack remains unclear at this time. </p><p>Jail records show Rodriguez is facing two counts of battery on a person 65 years or older. </p><p>Records show she was released from the Turner Guilford Knight Correctional Center on a $20,000 bond. A judge also placed her on house arrest. </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[Appeals court rejects Biden's bid to block release of recordings of ghostwriter interviews]]></title><link>https://www.local10.com/news/2026/07/21/appeals-court-rejects-bidens-bid-to-block-release-of-recordings-of-ghostwriter-interviews/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/21/appeals-court-rejects-bidens-bid-to-block-release-of-recordings-of-ghostwriter-interviews/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal appeals court has rejected a request by Joe Biden to block the release of audio recordings and transcripts of his interviews with a memoir ghostwriter before he was elected president.]]></description><pubDate>Tue, 21 Jul 2026 13:26:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal appeals court has rejected a request by Joe Biden to block the release of audio recordings and transcripts of his interviews with a memoir ghostwriter before he was elected president.</p><p>A divided three-judge panel from the U.S. Court of Appeals for the District of Columbia Circuit suspended its decision until Aug. 3 to allow more time for Biden to consider another appeal.</p><p>The panel's 2-1 ruling late Monday found there is a “substantial” public interest in disclosing the material that Biden wants to keep under wraps. Redactions to the recordings would help protect Biden's privacy, the majority noted.</p><p>“We conclude that any remaining incursion on personal privacy from disclosure of the now-redacted materials likely does not outweigh the public interest in disclosure,” the ruling says.</p><p>Judge Florence Pan, who was nominated by Biden, a Democrat, wrote a dissenting opinion in which she said Biden has shown a “substantial privacy interest” in keeping the material hidden.</p><p>“The conversations at issue took place in Biden’s home, and the recordings of them were obtained by the government in the course of a criminal investigation that did not lead to an indictment,” she wrote.</p><p>The appeal also was heard by D.C. Circuit Chief Judge Sri Srinivasan and Judge Gregory Katsas. Srinivasan was nominated by President Barack Obama, a Democrat who chose Biden as his vice president. Katsas was nominated by President Donald Trump, a Republican who lost to Biden in 2020 but was elected again to the White House in 2024.</p><p>Mark Zwonitzer, who worked with Biden on two memoirs, 2007’s “Promises to Keep” and 2017's “Promise Me, Dad,” interviewed him at his home in 2016 and 2017. Biden’s lawyers say the conversations were candid, personal and intended to remain private.</p><p>The recordings were obtained by special counsel Robert Hur, who investigated Biden's handling of classified documents from his time as a senator from Delaware and as Obama's vice president. Republicans in Congress demanded the material after Hur declined to file charges against the then-president.</p><p>Biden sued and sought an injunction to prevent the Justice Department under Trump from releasing the recordings to Congress and the conservative Heritage Foundation. The department previously argued that the recordings were exempt from disclosure under public records law.</p><p>Biden appealed after U.S. District Judge Dabney Friedrich, who was nominated by Trump, ruled in June that the public interest in the material outweighed whatever privacy rights Biden had.</p><p>Pan noted that the majority is effectively ruling in favor of immediately disclosing the material by denying Biden's request for an injunction pending appeal.</p><p>“That, of course, will moot this case,” she wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMYSFS7TTBX5JB52SPWBEJWAQQ.jpg?auth=9cd4d8c7b3104ec51ad4bc357d1ebbb38405ae361e22564e22656517a43b1057&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden waits to speak about foreign policy at the State Department in Washington, Jan. 13, 2025. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72GUSE4BTBQE3UEQYCRVME6X3M.jpg?auth=a3e08c0998545aa58fc1d6672b5a8cb090292a15e00b3172b26ec0889eb3607d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden speaks during a Department of Defense Commander in Chief farewell ceremony at Joint Base Myer-Henderson Hall, Jan. 16, 2025, in Arlington, Va. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2NDEXKRUIZK4XSYOHIOLMOWFQ.jpg?auth=0f2b89b045a90a11eb7a5d2e3c4bd60c0c0bb5755ca0788059aae380567fda70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Joe Biden looks out at the crowd during the dedication ceremony for the Obama Presidential Center, June 18, 2026, in Chicago. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TORFYAUDSFIF4OOAYT6E7BY56Y.jpg?auth=3f7ac4627e6e157e68653fe58e8f30528b1e163f7da2e364f2a51c9a4c5c2390&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -President Joe Biden attends the Department of Defense Commander in Chief farewell ceremony at Joint Base Myer-Henderson Hall, Jan. 16, 2025, in Arlington, Va. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AJBDG3GM7JKP62W3I7HPXWG5VY.jpg?auth=e01fefd28ed97d5739204d9e1ddff402d6baa5ee5187a1ab97bec5f791406158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[File - President Joe Biden speaks at the International African American Museum in Charleston, S.C., Jan. 19, 2025. (AP Photo/Stephanie Scarbrough, File )]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[A Minnesota town now boasts the world's tallest nutcracker]]></title><link>https://www.local10.com/news/weird-news/2026/07/21/a-minnesota-town-now-boasts-the-worlds-tallest-nutcracker/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/21/a-minnesota-town-now-boasts-the-worlds-tallest-nutcracker/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[LUVERNE, Minn. (AP) — Crossing the open farmland of southwestern Minnesota, you'll encounter an otherworldly sight: a massive head with a beard, mustache and red-striped top hat looming over the horizon.]]></description><pubDate>Tue, 21 Jul 2026 17:55:03 +0000</pubDate><content:encoded><![CDATA[<p>LUVERNE, Minn. (AP) — Crossing the open farmland of southwestern Minnesota, you'll encounter an otherworldly sight: a massive head with a beard, mustache and red-striped top hat looming over the horizon.</p><p>Pull into the small town of Luverne and the figure — a nearly 66-foot (20-meter) tall nutcracker, decked out like Uncle Sam — comes into full view.</p><p>Luverne, which thanks to a local collector claims to have more of the decorative figurines than people, now boasts the world's tallest nutcracker too. And yes, the star-spangled behemoth has a working jaw.</p><p>Outside a quirky rock shop in the town's center, hundreds of people gathered for a weekend ribbon cutting where the nutcracker's name and exact height were revealed to a crowd that was later served red, white and blue cookies and slushies.</p><p>“Please welcome our newest Luverne resident, Verne the Patriot,” Katie Walgrave announced to cheers.</p><p>It stands 65 feet and 7 1/2 inches tall, with the pedestal pushing Verne an additional 9 feet (2.7 meters) over the surrounding prairie, according to Walgrave. That's almost twice the height of a 33-foot (10-meter) tall nutcracker in Neuhausen, Germany, that Guinness World Records currently has ranked as the largest.</p><p>Walgrave, who runs the rock shop called Those Blasted Things with her family, said that since the nutcracker was completed in mid-June, customers have quadrupled. Other local businesses have reported more traffic too.</p><p>“Our goal is to have something that’s different and that you won’t see anywhere else. And so that’s what we have here,” she said.</p><p>Given the association between nutcrackers and Tchaikovsky's namesake holiday ballet, the July unveiling seemed a bit out of season. But nutcrackers are a year-round obsession in Luverne, which also hosts a “Nutcracker Fest” every summer.</p><p>It all traces back to Betty Mann, 96, and a trip that she made to a Cracker Barrel in January 2001 after her daughter and husband had recently died.</p><p>“I said to my daughter-in-law, ‘I had a hard Christmas and I’ve always wanted a wooden nutcracker. I’m buying myself a belated Christmas present,’” she recalled.</p><p>She got her first in the Cracker Barrel’s gift shop. She kept buying them, and Mann's collection eventually ballooned to more than 2,500 nutcrackers. In 2016, she donated them to the town’s historical society, where she was president, hoping to draw more visitors to its museum.</p><p>Others also started donating and today, Luverne’s 7,554 nutcrackers outnumber its roughly 5,000 residents. No two are the same.</p><p>A few years ago, when the city brought in a tourism expert to figure out how to lure more visitors, he concluded “we’re crazy if we don’t utilize the nutcracker collection,” Mayor Patrick Baustian said.</p><p>A city committee came up with the idea of building the world's tallest nutcracker, and so Verne was conceived. It was timed perfectly to arrive as the nation celebrates its 250th anniversary.</p><p>The nutcracker was several years in the making, with the pieces crafted in Utah and assembled in Luverne. The head and hat had to be lifted on with a crane three weeks ago, completing the structure.</p><p>It cost around $600,000, and was funded by donations and grants, Walgrave said.</p><p>John Hawkinson of Lakeville, Minnesota, surprised his wife, Francine, with a trip to Luverne (nearly 200 miles, or 321 kilometers, away) after a house fire last month destroyed her collection of nearly 300 nutcrackers. Many represented times from their life together — a nutcracker resembling a sailor for John’s time in the Navy, and matching bride and groom nutcrackers for their marriage.</p><p>“Betty started her collection as a way of dealing with grief,” John Hawkinson said Saturday. “We came down here out of loss as well. … I thought that was kind of a full circle moment.”</p><p>Luverne is about 30 miles (48 kilometers) from Sioux Falls, South Dakota, and about 200 miles (322 kilometers) from Minneapolis. One of its other claims to fame is being a setting for the second season of the TV show “Fargo.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKSJ2OOKS4BAVAEULPNVCDNBUA.jpg?auth=3f621935ac9e8f6563076d8bee10369e66f4aada83651e4fac51f4711c544a2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Verne the Patriot, a nutcracker sculpture, is unveiled in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I5QNEMGH6I4YQGOYIGHKN543MM.jpg?auth=5426ff620cef2be64e37f2f1cb9a487bd1c1a627c2e0dfe1f7d934bd9ee4b5f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of nutcrackers are displayed at the Rock County History Center in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEU5M5FM7YYUE5HFPRVHGFUBPE.jpg?auth=42bb99fdc1b3f5e05823a04c4af1a341332bf263ebcedd2a78ff0f6398474057&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Verne the Patriot rises behind the shop Those Blasted Things in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQLKEGCQAQFTPXDC56VYYQYL6Y.jpg?auth=b08b63d779b33b7292fdfc878ff02dad750daf8d7cadd6b0ffb51238b89a99ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A city welcome sign greets visitors as they exit the interstate into Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q53AH7QFXUA46BPVXDS6VPSCQQ.jpg?auth=cb81f8d3f0d2262c15dfa15e9d228e916c68072d74956ffdf0ae0f6b846c44a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather for the ribbon-cutting ceremony for Verne the Patriot in Luverne, Minn., Saturday, July 18, 2026. (AP Photo/Sarah Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Raza</media:credit></media:content></item><item><title><![CDATA[Making recess more routine — inside the 40+ Double Dutch Club, SoFlo ]]></title><link>https://www.local10.com/features/2026/07/21/making-recess-more-routine-inside-the-40-double-dutch-club-soflo/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/21/making-recess-more-routine-inside-the-40-double-dutch-club-soflo/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[No men. No kids. No pets. No stress. Those are the house rules of the 40+ Double Dutch South Florida subclub, where your age is your ticket in. ]]></description><pubDate>Tue, 21 Jul 2026 10:43:40 +0000</pubDate><content:encoded><![CDATA[<p>No men. No kids. No pets. No stress.</p><p>Those are the house rules of the <a href="https://www.40plusdoubledutchclub.org" target="_self" rel="" title="https://www.40plusdoubledutchclub.org">40+ Double Dutch South Florida </a>subclub, where your age is your ticket in.<b> </b></p><p>Growing older gets you access. Growing old is optional. The club is part of an international sisterhood that’s turning a childhood pastime into something much bigger.</p><p>“We take care of everyone. We continuously pour out into others,” said South Florida subclub captain Adrienne “Asia” Philpart. “Our kids, our pets, our spouses, our significant others. We need a time and a place where we can get poured back into us.” </p><p>“Take that break from adulting and let go of the cares,” she continued. </p><p><a href="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub" target="_self" rel="" title="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub"><b>CLICK HERE</b></a><b> to find a subclub near you.</b></p><p>That need is what sparked the global movement in the first place. Women 40 years and older can walk into any group and start jumping right away. </p><p>Founder Pamela Robinson launched the <a href="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#" target="_self" rel="" title="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#">40+ Double Dutch Club</a> in Chicago in 2016 while searching for the woman she was before adulthood took over. She returned to the game she loved as a child — one that reminded her of life before responsibilities consumed it. Nearly a decade later, that personal journey has grown tremendously into an international sisterhood with more than 100 chapters in place.</p><p><a href="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA==" target="_self" rel="" title="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA=="><b>CLICK HERE</b></a><b> to find the 40+ Double Dutch Club on Instagram.</b></p><p>“We have women that are taking care of parents with Alzheimer’s, special needs children,” said Philpart. </p><p>Philpart learned of the movement through social media and worked fast to bring that energy to South Florida, launching the subclub in 2019 with a few close friends. </p><p>Membership has since grown quickly, jumping rope at community events and getting together twice a week to practice and “play.” </p><p>For co-captain Natasha “T Boogie” Hendricks, joining the chapter in 2020 came at exactly the right time.</p><p>“There were a lot of times where I just felt I was losing myself,” Hendricks said. “We know exactly who we are when we’re young. When we’re in our 20s. But then we get married and it’s not that we don’t love our families, but we do so much - we’re running here, we’re running there and we never take time out for ourselves.”</p><p>While balancing work, family and caring for her nonverbal daughter, Hendricks said the club became an opportunity to make connections while staying sharp and active.</p><p>Today, members proudly wear their ages across their backs — the club’s favorite humble brag.</p><p>Ages range across all groups from women starting in their 40s and jumping well into their 90s.</p><p>Double Dutch may be the draw, but hula hoops, jacks and plenty of laughter are all part of the experience. Philpart said women can simply walk up and join. Before long, they’re part of a sisterhood built on friendship, fitness and fun.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UHW4DZCBBJASNLPL4JYTB24J7A.jpeg?auth=4c7e606773358e272e77230beb928775cd306528aa998c698b3d54d9da4e1271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[International criminal groups use technology to expand in and beyond Asia, UN report says]]></title><link>https://www.local10.com/news/world/2026/07/21/international-criminal-groups-use-technology-to-expand-in-and-beyond-asia-un-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/international-criminal-groups-use-technology-to-expand-in-and-beyond-asia-un-report-says/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Southeast Asia-based criminal groups are using increasingly integrated networks and technology to build a rapidly growing illicit economy with tentacles that reach far beyond Asia, with scams alone causing estimated combined losses of $88.3 billion to $114.1 billion in 2025, a U.N. report says.]]></description><pubDate>Tue, 21 Jul 2026 10:37:14 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Southeast Asia-based criminal groups are using increasingly integrated networks and technology to build a rapidly growing illicit economy with tentacles that reach far beyond Asia, with scams alone causing estimated combined losses of $88.3 billion to $114.1 billion in 2025, a U.N. report says.</p><p>The report by the United Nations Office on Drugs and Crime outlines how transnational crime that used to be concentrated in Southeast Asia has expanded to other regions, while global criminal groups are increasingly engaging in drug, human and wildlife trafficking in Asia.</p><p>Criminals are using new technologies to launder money through global financial systems and using artificial intelligence to steal from victims worldwide, said the report, released Tuesday.</p><p>Children are increasingly at risk</p><p>One key finding of the report is the threat to children both from AI and from online gaming, as hundreds of scam compounds scattered across Southeast Asia provide venues for sex trafficking and selling of child sexual abuse content.</p><p>“There is a huge jump in AI-generated child sexual images ... communicated through encrypted communications platforms,” said Inshik Sim, UNODC researcher and coordinator for the report, told reporters at a briefing at the Foreign Correspondents Club of Thailand.</p><p>East Asian crime syndicates are running businesses that use malware, generative AI and deepfakes for sexual extortion and exploitation in a trend that increases risks of in-person abuse as well as livestreamed abuse and grooming of victims. Apart from outright trafficking for the sex industry, victims can be sold into domestic servitude, forced begging and forced labor, among other forms of exploitation, the report says.</p><p>Social media and online gaming and gambling also pose dangers for children, the report notes, citing surveys showing that hundreds of children and teens across Southeast Asia are engaged in online gambling, some to the extent of addiction.</p><p>Trafficking in drugs, guns tobacco and wildlife is expanding</p><p>The report estimates the combined annual sales of illicit drugs in Southeast Asia and nearby countries at up to $109 billion, with seizures of illegal shipments soaring. That includes methamphetamines, heroin and ketamine.</p><p>It points to the Sulu-Celebes maritime “triangle” between Indonesia, Malaysia and the Philippines as an increasingly important corridor for shipments of cocaine from Latin America to Asia, with illicit cargoes sometimes embedded in legitimate shipments such as Chinese tea.</p><p>The area is also often used for smuggling of wildlife and small arms, the report says.</p><p>Meanwhile, Thailand and Vietnam increasingly are the source of cannabis sent to Japan, where it is illegal, and to Europe, it says.</p><p>Earlier this year, authorities in Malaysia's Sabah seized more than 3 tons of methamphetamine, ketamine and ecstasy in the largest such seizure for Sabah so far.</p><p>Money laundering and other tools keep criminals in business</p><p>The report outlines how cross border financial and technology networks are supporting what it calls a “criminal service infrastructure” that facilitates global organized crime.</p><p>The tools used include cryptocurrency, encrypted and private communications platforms and generative AI to create convincing phishing content, deploy real-time deepfake videos and voice calls. Using AI-powered translations, they can target victims across many languages at the same time, the report says.</p><p>Satellite communications also enable scam compounds to operate in places that are remote or subject to close surveillance.</p><p>To counter this growing criminal ecosystem, authorities need a coordinated, cross-border strategy that integrates enforcement across data, communications and financial systems, and online services and marketplaces, the report said.</p><p>Crackdowns drive scam centers offshore and underground</p><p>As authorities in Thailand, China and elsewhere have raided industrial-sized scam centers mostly located in border regions of Myanmar, Laos and Cambodia, criminals have responded by shifting to other parts of the world or operating on a smaller scale.</p><p>“They were destroyed, but none of the operations stopped,” said Seong Jae Shin, an analyst and counter-terrorism office at the UNODC.</p><p>Scam centers moved to villas and other properties, he said, going underground.</p><p>“It's much harder for the Cambodian authorities to crack down now,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3PBBJCOHRAU5Y2BFANJ5VS5RY.jpg?auth=40c0d13cf87c58d9798b49f7d460c3fefcc6ad89d44faad77bb9586b108264ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Colocousis holds up a screenshot of the fake app where he invested his savings showing his account had more than doubled to nearly $826,000 as part of a scam in which he says he lost $400,000 at his home in Raynham, Mass., Tuesday, March 10, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXXYSIYAUORNJR3PGMSU6H56UQ.jpg?auth=3098385a0ec49594b792d34c66f0e96f8b3982d2880c636c6e725ada40c7c134&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image provided by the Myanmar military on Oct. 19, 2025, soldiers stand next to Starlink satellite internet devices from the KK Park scam compound in Myawaddy township, Karen State, Myanmar. (The Myanmar Military True News Information Team via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SZ2FJVDISQHJEN7VATLO2BHS2I.jpg?auth=2079e79259b9982e6784a7686e6d3efe28d778ab5c05d27fc92904db2cc2d004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People from China, Vietnam and Ethiopia, believed to have been trafficked and forced to work in scam centers, sit with their faces masked while in detention after being released from the centers in Myawaddy district in eastern Myanmar, Feb. 26, 2025. (AP Photo/Thanaphon Wuttison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanaphon Wuttison</media:credit></media:content></item><item><title><![CDATA[July 21: South Florida on drier side of Tropical Strom Bertha]]></title><link>https://www.local10.com/weather/2026/07/21/july-21-south-florida-on-drier-side-of-tropical-strom-bertha/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/21/july-21-south-florida-on-drier-side-of-tropical-strom-bertha/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome to your Tuesday! Lows this morning are in the mid-80s, with heat indices already in the 90s.]]></description><pubDate>Tue, 21 Jul 2026 10:36:49 +0000</pubDate><content:encoded><![CDATA[<p>Welcome to your Tuesday! Lows this morning are in the mid-80s, with heat indices already in the 90s. High temperatures will be in the low 90s, but heat indices will reach into the triple digits. With Tropical Strom Bertha spinning in the Gulf, we are on the drier side of the system. These drier breezy conditions keep South Florida mostly dry, hot and hazy again today. 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[Conflicts and energy shocks threaten progress against global hunger, UN agency head warns]]></title><link>https://www.local10.com/business/2026/07/21/conflicts-and-energy-shocks-threaten-progress-against-global-hunger-un-agency-head-warns/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/conflicts-and-energy-shocks-threaten-progress-against-global-hunger-un-agency-head-warns/</guid><dc:creator><![CDATA[By GIADA ZAMPANO and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Conflicts and disruptions to global energy markets could push millions more people into hunger by driving up fuel, fertilizer and food costs, the head of the Rome-based International Fund for Agricultural Development warned, as a new United Nations report showed global progress against hunger remains fragile.]]></description><pubDate>Tue, 21 Jul 2026 10:27:30 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Conflicts and disruptions to global energy markets could push millions more people into hunger by driving up fuel, fertilizer and food costs, the head of the Rome-based International Fund for Agricultural Development warned, as a new United Nations report showed global progress against hunger remains fragile.</p><p>The U.N. food security report, released Tuesday, found global hunger has eased modestly in recent years, but projected more than 500 million people could still face chronic hunger by 2030. Africa is expected to bear the largest share of that burden.</p><p>In an interview with The Associated Press on July 10, IFAD President Alvaro Lario said geopolitical tensions and potential disruptions to shipping and energy supplies, including uncertainty surrounding the Strait of Hormuz during the Iran war, could leave an additional 9-18 million people facing hunger if the shocks persist.</p><p>“We are in a current era where we have the highest number of conflicts and are still increasing,” Lario said. “Whenever there is a conflict, also hunger, displacement, refugees increase.”</p><p>Conflict fuels food insecurity</p><p>Conflict remains one of the biggest obstacles to reducing hunger worldwide, Lario added.</p><p>Wars and geopolitical tensions can disrupt shipping, energy supplies and agricultural inputs, increasing costs across food systems already strained by inflation. Lario stressed that hunger and conflict often reinforce one another, creating a cycle that is difficult to break without greater stability.</p><p>Higher energy prices are already affecting fertilizers and agricultural production, he said. The impact is especially significant for small-scale farmers, many of whom rely on diesel fuel to pump water, harvest crops and transport goods to market.</p><p>Rising fuel costs increase production expenses and can feed directly into higher food prices.</p><p>Climate shocks add pressure</p><p>The new report identifies affordability as one of the world’s biggest food security challenges. While food production continues to grow, roughly a third of the global population still can't afford a healthy diet. In low-income countries, that figure rises to about 77%, according to Lario.</p><p>“The biggest challenge is no longer simply producing enough food, but making healthy diets affordable,” he said.</p><p>Climate change is adding further pressure to food systems and rural livelihoods.</p><p>Lario noted that floods, prolonged droughts and extreme heat are increasingly disrupting agriculture around the world and have become a common reality for many communities.</p><p>Governments should focus on resilience and adaptation before disasters strike, rather than relying solely on emergency responses afterward, he said.</p><p>“This is just becoming the new normal,” Lario said. “We are seeing floods in many countries. We’re still seeing droughts that have been expanding for four or five years.”</p><p>The fund is increasing investments in climate-adaptation programs aimed at helping rural communities withstand floods, droughts and extreme heat, he said, arguing that support is urgently needed for the millions of small farmers who produce much of the world’s food.</p><p>Africa emerges as the epicenter</p><p>The report highlights Africa as the world’s most pressing food-security challenge. For the first time, the continent has overtaken Asia as the region with the largest number of hungry people, and nearly 60% of the world’s chronically undernourished people could live there by 2030.</p><p>Lario attributed the shift partly to rapid population growth and slower economic gains than in parts of Asia, and he called for greater investment in agriculture, infrastructure and food systems.</p><p>African countries currently import nearly $100 billion worth of food each year, he said, underscoring the need for stronger local production, storage, distribution and regional trade networks.</p><p>Conflicts, energy-market disruptions and climate extremes threaten to derail progress unless governments invest in more resilient food systems, Lario said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4YKJFGOMQ4VZJQORDZ5PA654R4.jpg?auth=75259e1dbceedb0ac6baf2d313720c3c8f03ac972e1cead1dbde2692c2d7a7c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Martha Waema, stands on her farm after it was submerged by weeks of rainfall in Machakos, Kenya, May 8, 2024. (AP Photo/Andrew Kasuku, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DLUCNNLAE73S5WCVCWLNXUXV4.jpg?auth=dd71a665a6d75ece4e4bc6c846c54f5edecfceffbb9b8fd5aeca7af956eee74a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alvaro Lario, president of the International Fund of Agricultural Development, participates in the Global Citizen NOW conference in New York, April 28, 2023. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[A blast in a tunnel at an Indian hydropower project leaves 12 dead and 13 missing]]></title><link>https://www.local10.com/news/world/2026/07/21/a-blast-in-a-tunnel-at-an-indian-hydropower-project-leaves-12-dead-and-13-missing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/a-blast-in-a-tunnel-at-an-indian-hydropower-project-leaves-12-dead-and-13-missing/</guid><dc:creator><![CDATA[By WASBIR HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[GUWAHATI, India (AP) — A suspected gas explosion collapsed part of a tunnel under construction at a hydropower project in India’s northeastern Himalayan state of Sikkim, leaving at least 12 people dead and 13 missing, officials said Tuesday.]]></description><pubDate>Tue, 21 Jul 2026 16:15:37 +0000</pubDate><content:encoded><![CDATA[<p>GUWAHATI, India (AP) — A suspected gas explosion collapsed part of a tunnel under construction at a hydropower project in India’s northeastern Himalayan state of Sikkim, leaving at least 12 people dead and 13 missing, officials said Tuesday.</p><p>Rescue teams with oxygen gear raced to find survivors Tuesday as toxic levels of gas were detected at the disaster site in Samardung village near the Chinese border.</p><p>The blast had ripped through the tunnel Monday while 21 laborers were inside working on the 500-megawatt Teesta hydroelectric project, officials said. Two of them managed to escape. Six power utility officials later entered the tunnel to help in the rescue, but became trapped themselves, officials said.</p><p>The explosion was believed triggered by a buildup of methane, said State Chief Minister Prem Singh Tamang, who visited the site Tuesday. Survivors told authorities they heard a loud explosion before debris came crashing through the tunnel, civil official Anupama Tamling said.</p><p>Officials had recovered 12 bodies on Tuesday while rescuers from the National Disaster Response Force, or NDRF, raced to reach the 13 people believed to be still trapped.</p><p>“We found toxic gases such as methane, carbon monoxide and hydrogen sulfide inside the tunnel,” NDRF official Nitin Kumar said at the scene.</p><p>The conditions late Tuesday were so dangerous that, although equipped with oxygen gear, the rescuers could enter the disaster site only for shifts of about 15 minutes at a time, officials said.</p><p>Construction accidents are not uncommon in India, where rapid infrastructure growth often collides with fragile geology, construction lapses, extreme weather and safety standards.</p><p>In the Himalayan region, fragile mountains, seismic activity and unpredictable underground conditions make tunnel projects especially risky. An explosion inside a coal mine in neighboring Meghalaya state in February killed at least 18 workers. In 2023, a tunnel section in northern Uttarakhand state collapsed, trapping 41 workers for 17 days before they were rescued.</p><p>Experts say the Teesta River basin, where the hydropower project is being built, lies in a seismically active region marked by young, fragile rock formations riddled with fractures and underground pockets that can trap ancient gases.</p><p>Dr. Devesh Walia, a geology professor at North-Eastern Hill University in Meghalaya, said the area contains relatively young rock formations, some associated with coal-bearing strata.</p><p>“It is quite possible that methane along with other gases accumulated underground and may have triggered an explosion,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4CSHNBCFEIDK3HKFWW5XYTM6I.jpg?auth=9527e9c7c23c16b1747d7564399ec8e1816f3a46d56f92d359e6d2bad34bd750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the rescue team carry oxygen cylinders outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6W6ELQ5JGZXWB552GKLGA3QN5Y.jpg?auth=7f115632f7771c0277bf964b6fd4b7ad1de4c78b5b8a56062b3ef2627f182573&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by the Information and Public Relations Department, Government of Sikkim, an ambulance moves through an under-construction tunnel at a hydropower project in Samardung village, about 40 kms. (25 miles) from Gangtok, India, late Monday, July 20, 2026. (Government of Sikkim via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/J55Y3GPP4GOAOYMPZLKEDR4NG4.jpg?auth=b06666d0d30d710dd45b2ea0ce4987ccf378cf7242d2401555575164043f5da4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by the Information and Public Relations Department, Government of Sikkim, National Disaster Response Force personnel prepare for a rescue operation at the site of an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, late Monday, July 20, 2026. (Government of Sikkim via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/3PURJKBMGH44ZN22ND2UE4U47U.jpg?auth=025e2685ebdfa92f8316a2d8df603c27dd062e923211f3787bd53f25f3d1954c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry the body of a victim into an ambulance outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYSCNUP24CAO47S4ALZZWX6D5M.jpg?auth=fe4d955bafacef3984fd60e89ea0b085bb8b5b25b08625ea7cb62327f88ec309&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry the body of a victim into an ambulance outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content></item><item><title><![CDATA[Southeast Asia's top diplomats hold security talks in Manila as US-Iran fighting rages]]></title><link>https://www.local10.com/news/politics/2026/07/21/southeast-asias-top-diplomats-hold-security-talks-in-manila-as-us-iran-fighting-rages/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/southeast-asias-top-diplomats-hold-security-talks-in-manila-as-us-iran-fighting-rages/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — Southeast Asia’s top diplomats opened three days of talks in the Philippine capital on Tuesday with an agenda topped by their most daunting security problems and a backdrop of unfolding crises led by resurging U.S.-Iran fighting and a violent skirmish in the disputed South China Sea.]]></description><pubDate>Tue, 21 Jul 2026 14:56:58 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — Southeast Asia’s top diplomats opened three days of talks in the Philippine capital on Tuesday with an agenda topped by their most daunting security problems and a backdrop of unfolding crises led by resurging U.S.-Iran fighting and a violent skirmish in the disputed South China Sea.</p><p>The foreign ministers of the Association of Southeast Asian Nations met behind closed doors in Manila before issuing a joint statement calling for an immediate halt to fighting in the Middle East and the full and safe reopening of the Strait of Hormuz, a key corridor for energy shipments.</p><p>“We expressed serious concern over the rapidly evolving situation in the Middle East, particularly the renewed hostilities involving the United States of America and the Islamic Republic of Iran,” the ASEAN ministers said.</p><p>The ministers said they reaffirmed the obligations of states to peacefully resolve their differences and respect national sovereignty and territorial integrity.</p><p>Southeast Asia, a bustling region of more than 680 million people, relies heavily on Middle East oil and gas and was severely hit by the global supply and price shocks sparked by the Iran war. Philippine President Ferdinand Marcos Jr. declared a national energy emergency in March to ensure the availability of fuel, food and other basic goods and prevent hoarding and profiteering.</p><p>Rubio to meet his Chinese counterpart</p><p>U.S. Secretary of State Marco Rubio arrived in Manila on Tuesday morning for an annual meeting with his ASEAN counterparts on Wednesday, where the Middle East crisis will be high on the agenda along with other security and economic issues.</p><p>Rubio plans to join regional security talks called the ASEAN Regional Forum, which also will include the European Union, Russian Foreign Minister Sergey Lavrov and Chinese Foreign Minister Wang Yi.</p><p>Rubio will meet Wang on the sidelines on Wednesday, the State Department said. It will be the highest-level contact between the U.S. and China since President Donald Trump flew to flew to Beijing in May for talks with Chinese President Xi Jinping that focused on the U.S.-Israel war on Iran, trade and the status of Taiwan, among other issues.</p><p>Rubio, Wang and Lavrov will attend a final forum Thursday called the East Asia Summit, where 18 Western and Asian countries, including the 11-nation ASEAN, will tackle geopolitical, economic and security concerns.</p><p>Tensions have grown in the South China Sea</p><p>ASEAN ministers were scheduled to meet Wang on Wednesday with an agenda that includes a discussion on the status of negotiations between China and the regional bloc on a proposed pact called a “code of conduct,” which aims to prevent territorial disputes in the South China Sea from spiraling out of control.</p><p>A new clash in the disputed waters underscored the urgency of the proposed nonaggression pact, which has been negotiated by the two sides for about two decades. They aim to conclude talks within the year.</p><p>The Philippine military accused China’s coast guard of injuring a Filipino sailor during an altercation Monday in the disputed Second Thomas Shoal.</p><p>Chinese coast guard personnel aboard a motorboat repeatedly struck the sailor on the head with a wooden baton, injuring him and damaging his smaller vessel, the Philippine military said.</p><p>Philippine officials condemned the Chinese coast guard, which blamed the Filipinos for starting the high seas confrontation. Marcos called the Chinese Ambassador Jing Quan for a meeting Tuesday afternoon, his spokesperson said without providing details.</p><p>In Beijing, China’s Foreign Ministry said the Philippine ambassador was summoned on Tuesday to protest his country’s actions in the confrontation.</p><p>___</p><p>Associated Press writers Michelle L. Price in Manila, Philippines, and Ken Moritsugu in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPKA6XBW5TKXYF2SFUQYONXVB4.jpg?auth=529e31af8ab05d53f40b442dbe151e21a3659e8c52baef768febf0c07467a57d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ASEAN Chair and Philippine Foreign Secretary Theresa Lazaro hosts an informal consultation with Foreign Ministers during the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting at the Philippine International Convention Center in Manila, Tuesday, July 21, 2026. (Francis R. Malasig/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Francis R. Malasig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTSVND7P4LTCSBWRJT5BFWAMUQ.jpg?auth=24afb1d7c5f446096274b75740476af39bffd983c277ca513ddebe8ad6af68b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ASEAN Chair and Philippine Foreign Secretary Theresa Lazaro, center, hosts an informal consultation with Foreign Ministers during the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting at the Philippine International Convention Center in Manila, Tuesday, July 21, 2026. (Francis R. Malasig/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Francis R. Malasig</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li>Breaking News: Police investigation underway in Fort Lauderdale</li><li><a href="https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/20/miami-hollywood-thefts-lead-police-to-recover-bike-at-north-miami-home/">Miami, Hollywood thefts lead police to recover bike at North Miami home</a></li><li><a href="https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/20/parked-pet-grooming-truck-goes-up-in-flames/">Parked pet grooming truck goes up in flames</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Equipos de rescate en Afganistán buscan desaparecidos tras inundaciones repentinas]]></title><link>https://www.local10.com/espanol/2026/07/21/equipos-de-rescate-en-afganistan-buscan-desaparecidos-tras-inundaciones-repentinas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/equipos-de-rescate-en-afganistan-buscan-desaparecidos-tras-inundaciones-repentinas/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[KABUL (AP) — Los equipos de rescate en Afganistán buscaban el martes sobrevivientes y cuerpos entre los escombros de viviendas destruidas por devastadoras inundaciones repentinas que, según las autoridades, han dejado casi dos decenas de muertos y más de 100 desaparecidos.]]></description><pubDate>Tue, 21 Jul 2026 09:50:40 +0000</pubDate><content:encoded><![CDATA[<p>KABUL (AP) — Los equipos de rescate en Afganistán buscaban el martes sobrevivientes y cuerpos entre los escombros de viviendas destruidas por devastadoras inundaciones repentinas que, según las autoridades, han dejado casi dos decenas de muertos y más de 100 desaparecidos.</p><p>La Autoridad Nacional de Gestión de Desastres de Afganistán informó el martes que 23 personas habían muerto, 80 habían resultado heridas y más de 100 estaban desaparecidas después de que las inundaciones golpearan el lunes la provincia oriental de Nuristán, lo que provocó el derrumbe de un número indeterminado de edificios. La capital provincial, Parun, estuvo entre las zonas afectadas, indicaron las autoridades.</p><p>Se han pronosticado más fenómenos meteorológicos extremos, con lluvias intensas, tormentas eléctricas, vientos fuertes acompañados de polvo y arena e inundaciones repentinas en 10 de las 34 provincias del país, señaló el lunes por la noche el departamento de meteorología del Ministerio de Transporte y Aviación Civil. El ministerio advirtió a los residentes que eviten las riberas de los ríos y otras zonas con riesgo de inundación.</p><p>Afganistán es altamente vulnerable a los fenómenos meteorológicos extremos, con nieve y lluvias intensas que desencadenan inundaciones repentinas, que a menudo matan a decenas o incluso a cientos de personas de una sola vez. En 2024, más de 300 personas murieron en inundaciones repentinas de primavera. A principios de este año, al menos 110 personas murieron por inundaciones generalizadas y deslizamientos de tierra en varias partes del país.</p><p>Décadas de conflicto, junto con una infraestructura deficiente, una economía en dificultades, la deforestación y los efectos cada vez más intensos del cambio climático han amplificado el impacto de este tipo de desastres, particularmente en zonas remotas donde muchas viviendas están construidas de barro y ofrecen una protección limitada frente a aguaceros repentinos o fuertes nevadas.</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/KZ3R4WFI7OOP5MHCQQ2QFAMWEQ.jpg?auth=251bcbed161809bdf09cc4377d2c2926ea264b7a7f037193683fdd4736696814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vecinos y rescatistas inspeccionan edificios dañados por fuertes inundaciones en la provincia oriental de Nuristán, Afganistán, el martes 21 de julio de 2026. (AP Foto/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content></item><item><title><![CDATA[Rescuers in Afghanistan search for scores missing after floods kill at least 23]]></title><link>https://www.local10.com/news/world/2026/07/21/rescue-crews-in-afghanistan-search-for-missing-dead-in-rubble-left-by-flash-flooding/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/rescue-crews-in-afghanistan-search-for-missing-dead-in-rubble-left-by-flash-flooding/</guid><dc:creator><![CDATA[By ABDUL QAHAR AFGHAN, Associated Press]]></dc:creator><description><![CDATA[KABUL, Afghanistan (AP) — Rescue crews in Afghanistan searched Tuesday for survivors and bodies in the rubble of houses destroyed by devastating flash floods that authorities said have killed at least 23 people and left more than 100 missing.]]></description><pubDate>Tue, 21 Jul 2026 13:28:33 +0000</pubDate><content:encoded><![CDATA[<p>KABUL, Afghanistan (AP) — Rescue crews in Afghanistan searched Tuesday for survivors and bodies in the rubble of houses destroyed by devastating flash floods that authorities said have killed at least 23 people and left more than 100 missing.</p><p>The Afghanistan National Disaster Management Authority said Tuesday that 80 people also were injured when floods struck the eastern province of Nuristan on Monday, causing an undetermined number of buildings to collapse. The provincial capital city of Parun was among the areas affected, authorities said.</p><p>Video footage from Parun showed scenes of utter devastation, with piles of mud, rocks and rubble where buildings used to be. Bulldozers helped clear mud and smashed concrete while local residents used shovels to dig away at piles of earth.</p><p>“The flood came through here. We saw bodies being swept away in the floodwaters with our own eyes," said Parun resident Zubair Ahmad, who said homes and shops were destroyed. “The flooding caused extensive damage and heavy losses for the local people.”</p><p>Forecasters predicted more extreme weather, with heavy rain, thunderstorms, strong winds accompanied by sand and flash floods in 10 of the country's 34 provinces, the Ministry of Transport and Civil Aviation’s meteorology department said Monday evening. The ministry warned residents to avoid riverbanks and other areas at risk of flooding.</p><p>Afghanistan is highly vulnerable to extreme weather events, with snow and heavy rain that trigger flash floods, often killing dozens, or even hundreds, of people at a time. In 2024, more than 300 people died in springtime flash floods. Earlier this year, at least 110 people were killed by widespread flooding and landslides in several parts of the country.</p><p>Decades of conflict, along with poor infrastructure, a struggling economy, deforestation and the intensifying effects of climate change, have amplified the impact of such disasters, particularly in remote areas where many homes are built of mud and offer limited protection against sudden deluges or heavy snowfall.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF26S464NMMXSFHTSAOKFGNQZM.jpg?auth=574c864ecbb3c6d5093192073e5464d72191a2dc0da17331d1d82ba89951f876&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers inspect buildings damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T6DOSRVAJLG3NO2PDN2PDAAZDQ.jpg?auth=656f3a5d91136f596718778830b410b44a60cae59e8ee4b9ce351a437d460489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing areas with severe flooding - and areas with flood warnings - in Afghanistan. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F66QTSN3C6SQZQ42FLVSKAGLVQ.jpg?auth=4597f61426edb9882ee2f97b3dc44afd6a10e703c6b7d8cdbf6f34a7e182ac07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers inspect buildings damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AHLZ5O4SXIMNSEYOOTEPBV5DAQ.jpg?auth=0fd6a37758d5f0fa40b2b793ac01fc59184f2497f71ec28db1bc3e1a6ebb09c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers inspect buildings damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQOHJEO4GGQN7N7YY5LCY4RQHA.jpg?auth=91b3947a6046d7be07cae82b6856568a05098719c07c5d40515ac86f040abdb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medical workers carry equipment through an area damaged by heavy flooding in the eastern province of Nuristan, Afghanistan, Tuesday, July 21, 2026. (AP Photo/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content></item><item><title><![CDATA[La tormenta tropical Bertha avanza hacia el noroeste de Florida y Alabama]]></title><link>https://www.local10.com/espanol/2026/07/21/la-tormenta-tropical-bertha-avanza-en-el-golfo-de-mexico-hacia-el-noroeste-de-florida-y-alabama/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/la-tormenta-tropical-bertha-avanza-en-el-golfo-de-mexico-hacia-el-noroeste-de-florida-y-alabama/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[NUEVA ORLEANS (AP) — La tormenta tropical Bertha se fortalece en el Golfo de México y avanza lentamente hacia la franja noroeste de Florida y Alabama, lo que provocó una alerta de tormenta tropical y avisos por marejada ciclónica, informaron los meteorólogos.]]></description><pubDate>Tue, 21 Jul 2026 15:06:52 +0000</pubDate><content:encoded><![CDATA[<p>NUEVA ORLEANS (AP) — La tormenta tropical Bertha se fortalece en el Golfo de México y avanza lentamente hacia la franja noroeste de Florida y Alabama, lo que provocó una alerta de tormenta tropical y avisos por marejada ciclónica, informaron los meteorólogos.</p><p>La tormenta se encontraba unos 177 kilómetros (110 millas) al sur de Panama City, Florida, y 274 kilómetros (170 millas) al sureste de Mobile, Alabama, y se desplazaba hacia el noroeste a 8 km/h (5 mph) con vientos máximos sostenidos de 80 km/h (50 mph), según informó el martes por la mañana el Centro Nacional de Huracanes, con sede en Miami.</p><p>La velocidad del viento aumentó 16 km/h (10 mph) desde que Bertha se formó la noche del lunes. Una alerta de tormenta tropical —lo que significa que se prevé que las condiciones se presenten dentro del área bajo advertencia en un plazo de 36 horas— estaba vigente a primera hora del martes desde la frontera entre Florida y Alabama hasta la línea entre las parroquias de Jefferson y Plaquemines, en Luisiana.</p><p>El centro de huracanes indicó que se emitió una vigilancia por marejada ciclónica —que señala el aumento del nivel del agua, potencialmente mortal, que puede avanzar tierra adentro desde la costa en un plazo de 48 horas— desde la frontera entre Alabama y Florida hasta la desembocadura del río Mississippi, informó el centro de huracanes.</p><p>Bertha se mantendría cerca de la costa</p><p>Bertha es la segunda tormenta tropical de la temporada de huracanes del Atlántico, después de que la tormenta tropical Arthur llevó fuertes lluvias al sureste de Estados Unidos en junio.</p><p>Se esperaba que la tormenta se mantuviera cerca de, o a lo largo de, la costa norte del Golfo esta semana, dejando lluvias intensas en zonas costeras de Florida, Alabama, Mississippi y Luisiana, mientras avanzaba hacia el oeste en dirección a Texas.</p><p>El centro de huracanes advirtió de posibles marejadas ciclónicas potencialmente mortales de hasta 1,2 metros (4 pies) en partes de Luisiana, Alabama y Florida, y advirtió que Bertha podría generar uno o dos tornados aislados sobre la región de Florida Big Bend.</p><p>Los meteorólogos añadieron que también podrían producirse inundaciones repentinas hasta el viernes a lo largo de la costa desde el oeste de Florida hasta el centro de Texas, y que la lluvia podría sumar de 7 a 12 centímetros (entre 3 y 5 pulgadas) de agua a lo largo de la costa de Luisiana, con cantidades mayores en algunas zonas dispersas.</p><p>Banderas rojas en la playa de Orange Beach, Alabama, advirtieron a los nadadores sobre el fuerte oleaje y las corrientes. En el condado de Escambia, Florida, funcionarios de emergencias ofrecieron arena para que las personas que viven en zonas propensas a inundaciones la usaran para llenar sacos de arena.</p><p>El huracán Fausto se agita en el Pacífico</p><p>En el océano Pacífico oriental, el huracán Fausto se agitaba lejos de la península mexicana de Baja California y no representaba ninguna amenaza para tierra firme, informó el centro de huracanes.</p><p>Fausto alcanzó la categoría de huracán la noche del lunes. Se encontraba unos 1.191 km (740 millas) al suroeste del extremo sur de la península de Baja California, con vientos máximos sostenidos de 129 km/h (80 mph), y se desplazaba hacia el noroeste a 19 km/h (12 mph).</p><p>Se esperaba que la tormenta se fortaleciera el martes y el miércoles. No había avisos ni alertas costeras en vigor, aunque el oleaje generado por la tormenta podría provocar condiciones de oleaje fuerte y corrientes de resaca potencialmente mortales en la costa de Baja California, indicó el centro.</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/4O3W23QBQDYG5DZJ3T45IG65OI.jpg?auth=280a3ed502ba216d23d66a3c294e227c1c2304df33c5ebc1f6c8b8bacf0c34b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen por satélite de la Oficina Nacional de Administración Oceánica y Atmosférica tomada a las 7:31 de la tarde EDT muestra la tormenta tropical Bertha en el golfo de México el lunes 21 de julio de 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[UK leader Burnham gathers his Cabinet after sweeping away Starmer supporters]]></title><link>https://www.local10.com/news/world/2026/07/21/uk-leader-burnham-gathers-his-cabinet-after-sweeping-away-starmer-supporters/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/uk-leader-burnham-gathers-his-cabinet-after-sweeping-away-starmer-supporters/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — New U.K. Prime Minister Andy Burnham gathered his Cabinet for its first meeting on Tuesday and vowed to take a “one-team approach” despite purging allies of predecessor Keir Starmer from the government.]]></description><pubDate>Tue, 21 Jul 2026 16:58:16 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — New U.K. Prime Minister Andy Burnham gathered his Cabinet for its first meeting on Tuesday and vowed to take a “one-team approach” despite purging allies of predecessor Keir Starmer from the government.</p><p>Burnham told his top team that he would lead a “cost-of-living government” focused on easing the economic burden felt by millions of people.</p><p>“We need to think every day, what can we do just to take that little bit of pressure off people’s shoulders, to give them that little extra sense that help is coming, so they can have that bit of hope that things are getting better,” Burnham said.</p><p>He made a small down payment on that pledge by announcing a tax cut on domestic electricity bills that will save the average household about 45 pounds ($60) a year. The cut will take effect Oct. 1, Burnham said, with the funding coming from scrapping a plan for digital ID cards announced by Starmer.</p><p>The former mayor of Greater Manchester entered Downing Street on Monday after replacing Starmer as leader of the governing Labour Party, becoming Britain’s seventh prime minister since 2016. Starmer resigned just two years after winning a landslide election victory, forced out by his party after missteps and U-turns.</p><p>In his first speech as prime minister, Burnham pledged to ease the cost of living, decentralize political power, revitalize industry and end street sleeping by homeless people — a tall order, especially given Britain's sluggish economic growth in recent years.</p><p>Burnham acknowledged at the Cabinet meeting that the government would have to make difficult financial decisions and “take a really hard look at what our priorities are.”</p><p>Starmer loyalists removed from office</p><p>After taking office Monday, Burnham set about remaking the government.</p><p>Starmer’s finance minister, Rachel Reeves, was ousted, replaced by John Healey, a former defense secretary who resigned in June and accused the Treasury of failing to spend enough on the military at a time of rising threats. In an interview after he quit, Healey called the Treasury “a dead hand on dynamic government” and “in denial.”</p><p>Healey has said defense spending, due to be 2.6% of GDP next year, should rise to 3% by 2030. Now he will have to find the money.</p><p>Wes Streeting, whose resignation as health secretary in May helped topple Starmer, took over the defense portfolio.</p><p>Other key Cabinet appointees include Foreign Secretary Ed Miliband, Housing Secretary Angela Rayner and Business Secretary Jonathan Reynolds, who has an expanded brief that includes innovation and science.</p><p>Louise Haigh, a key Burnham ally who helped engineer his rise to the top, was named First Secretary of State and Chancellor of the Duchy of Lancaster, effectively the deputy prime minister.</p><p>Home Secretary Shabana Mahmood, who has overseen contentious rules designed to reduce immigration, kept her job.</p><p>Burnham has huge support from the party that is desperate for a new leader to reverse its decline in popularity under Starmer. But there is some grumbling after Burnham removed several of Starmer’s senior ministers including ex-Deputy Prime Minister David Lammy, former Business Secretary Peter Kyle and Starmer’s chief secretary, Darren Jones.</p><p>Foreign policy challenges lie ahead</p><p>Burnham has little experience of foreign policy and faces a stack of challenges including wars in Ukraine and the Middle East and managing relations with U.S. President Donald Trump, who first warmed to Starmer before souring on him.</p><p>Burnham’s office said he had an “extremely warm” conversation with Trump in one of his first calls as prime minister and “underlined his commitment to defense and security.” Trump posted on social media that the men had “a very good conversation” and would be “meeting in the not too distant future for topics of mutual interest.”</p><p>The prime minister also spoke to Ukraine’s President Volodymyr Zelenskyy, French President Emmanuel Macron, German Chancellor Friedrich Merz and leaders of the European Union and NATO.</p><p>Burnham told NATO Secretary-General Mark Rutte that putting former defense chief Healey in charge of the nation’s finances “was a signal of his intent.”</p><p>In a reminder of the growing international tensions Britain faces, a Russian warship carried out a live-fire weapons exercise in the English Channel on Monday, the day Burnham took office.</p><p>The Ministry of Defense said the frigate Neustrashimy was being shadowed by the Royal Navy when it conducted the exercise in international waters about 46 miles (74 kilometers) south of the southwest England port city of Plymouth. It said the navy “continues to track the vessel’s activity closely and stands ready to protect U.K. national security.”</p><p>Streeting, the new defense secretary, said the Russian ship's actions were “performative and irresponsible.”</p><p>“Russia should be in no doubt about the resolve of this government and this prime minister, our resolve to stand against Russian aggression in Ukraine but also Russian aggression against all of our allies,” he said at a news conference.</p><p>Kremlin spokesperson Dmitry Peskov said Russian warships always acted “in strict accordance” with international and maritime law.</p><p>Asked whether the Russian government felt relations with the U.K. would improve under the new prime minister, Peskov said it had “no such hopes.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YVJWNTSIZAJK5JZQJK3ZBYK2E.jpg?auth=b8acc7f7d10cf3e78f2f74d8f1266288ce69257b61bc2881a10a23fa1b4333ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham, center, attends his first cabinet meeting as prime minister at 10 Downing Street, London, Tuesday July 21, 2026. (Eddie Mulholland/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddie Mulholland</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EZ4UHVUFJ23ZMA73SQOB5X3H4.jpg?auth=a4c264062a141872b305697455db3304cdf5332d6bfed0b3d1c180fee36f6484&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Home Secretary Shabana Mahmood, left, Defence Secretary Wes Streeting, center, and Secretary of State for Environment, Food and Rural Affairs Angela Eagle attend the first cabinet meeting held by Prime Minister Andy Burnham at 10 Downing Street, London, Tuesday July 21, 2026. (Eddie Mulholland/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddie Mulholland</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3S333Z72IUCXIBITBMXDMTDU3Q.jpg?auth=c6527ec490c6e8bfeb3821eecbe016ddf02c5988be999a37cb3eae5ece0a40c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[John Healey, Britain's Chancellor of the Exchequer, arrives for a Cabinet meeting in Downing Street in London, Tuesday, July 21, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGX5NHUETBKCJQH4HX4OGV5ROA.jpg?auth=dd4036287ad1eeb13e511b6b259f3748f2f69b3d6c1498e068e2d2952d520428&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ed Miliband, Britain's Foreign Secretary arrives for a Cabinet meeting in Downing Street in London, Tuesday, July 21, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63RMDVPBLTK6LOBKQOEUQAJTGA.jpg?auth=8836d4c4f24d2617443de301b48512c8c09169123d2dd2bc970e9ca97c846e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Defence Secretary Wes Streeting arrives at the Global Combat Air Programme (GCAP), at Wellington Barracks in London, Tuesday July 21, 2026. (Aaron Chown/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Chown</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Bertha is expected to bring heavy rain, flooding along the Gulf Coast]]></title><link>https://www.local10.com/news/florida/2026/07/21/tropical-storm-bertha-in-the-gulf-of-mexico-is-moving-toward-the-florida-panhandle-and-alabama/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/21/tropical-storm-bertha-in-the-gulf-of-mexico-is-moving-toward-the-florida-panhandle-and-alabama/</guid><dc:creator><![CDATA[By JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[Tropical Storm Bertha strengthened in the Gulf of Mexico on Tuesday but was expected to weaken as it chugs closer to the U.S., potentially bringing coastal flooding and heavy rain from the Florida Panhandle to Louisiana.]]></description><pubDate>Tue, 21 Jul 2026 17:51:41 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Storm Bertha strengthened in the Gulf of Mexico on Tuesday but was expected to weaken as it chugs closer to the U.S., potentially bringing coastal flooding and heavy rain from the Florida Panhandle to Louisiana.</p><p>Those areas along the northern Gulf Coast were under a tropical storm warning through Wednesday and could see heavy rain and flooding into Thursday morning, the Miami-based National Hurricane Center said Tuesday. New Orleans was under a tropical storm watch.</p><p>The storm was about 70 miles (115 kilometers) south-southwest of Panama City, Florida, and 145 miles (235 kilometers) southeast of Mobile, Alabama, and moving north-northwest at 3 mph (6 kph) with maximum sustained winds of 60 mph (95 kph), the hurricane center said Tuesday.</p><p>The wind speed increased by 20 mph (32 kph) since Bertha formed Monday night. A tropical storm warning, meaning the conditions are expected within the warning area within 36 hours, was in effect from the Florida and Alabama border to the Terrebonne-Lafourche Parish Line in Louisiana.</p><p>Authorities open sites to distribute sandbags</p><p>Authorities in Mississippi, Louisiana and Florida opened sites to provide sandbags to residents while red flag warnings were posted along some beaches advising swimmers about the dangers of rip tides.</p><p>The storm was expected to diminish as it moves along the coast, said Jamie Rhome of the hurricane center. It's possible that the worst of the storm will stay offshore, he said Tuesday.</p><p>Bertha was expected to weaken further as it pushes into Texas, forecasters said.</p><p>Forecasts called for as much as 2 to 4 inches (5 to 10 centimeters) of rain from western Florida to the southern Louisiana coastline, with higher amounts in some scattered areas.</p><p>That could cause flash flooding in some urban areas.</p><p>Authorities also advised that areas in Louisiana from the mouth of the Mississippi River to the Alabama-Mississippi state line could see storm surges of up to 4 feet (1.2 meters). Parts of Florida and Alabama could see smaller surges.</p><p>Bertha is the second tropical storm of the Atlantic hurricane season</p><p>Bertha is the second tropical storm of the Atlantic hurricane season. Tropical Storm Arthur last month brought heavy rainfall to the southeastern U.S.</p><p>The National Oceanic and Atmospheric Administration expects this year to see a below-average Atlantic hurricane season although that doesn’t eliminate the chances of a catastrophic storm.</p><p>Bertha could dump heavy rain on coastal areas of Mississippi that are still recovering from flooding brought by Arthur that destroyed and damaged homes in June.</p><p>“Because of that, people are definitely paying attention, or at least you would hope so,” said Jeff Clark, a spokesperson for Mississippi's Harrison County, where six sites were open for sandbag distribution.</p><p>So far, there hasn't been a need to open any shelters or order evacuations, Clark said on Tuesday.</p><p>Hurricane Fausto churns in the Pacific</p><p>In the eastern Pacific Ocean, Hurricane Fausto churned far from Mexico’s Baja California peninsula and posed no threat to land, the hurricane center said.</p><p>Fausto gained hurricane status Monday night. It was about 735 miles (1,185 kilometers) southwest of the southern tip of Baja California, had top sustained winds of 75 mph (120 kph) and was moving northwest at 12 mph (19 kph).</p><p>The storm was expected to strengthen Tuesday and Wednesday. No coastal watches or warnings were in effect, though ocean swells generated by the storm could cause life-threatening surf and rip tide conditions on the Baja California coast, the center said.</p><p>___</p><p>Associated Press journalist Haya Panjwani in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIAGWDA3QOFRIQ77KZEIWVGRPU.jpg?auth=30797ba5c39ffd37b24585c89756bd20d566473acb6fda342bfc0dbf8a86fc91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This NOAA satellite image taken at 10:30 a.m. EST on Tuesday, July 21, 2026, shows Tropical Storm Bertha moving along the Gulf of Mexico's northern coast. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XRJMEUALC7FZ5RNHT3HKGNRH7Y.jpg?auth=ac925b110ad2ad6246f4ae85897c7481146b617b72b0366cbfbf28e199274371&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from the National Oceanic and Atmospheric Administration taken shows Hurricane Fausto in the eastern Pacific off Mexico’s Baja peninsula on Monday, July 20, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[India’s youth-led Cockroach movement vows to keep demanding reforms after police crackdown]]></title><link>https://www.local10.com/news/world/2026/07/21/indias-youth-led-cockroach-movement-vows-to-keep-demanding-reforms-after-police-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/indias-youth-led-cockroach-movement-vows-to-keep-demanding-reforms-after-police-crackdown/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ and SHONAL GANGULY, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — Supporters of India’s youth-led Cockroach movement demanding educational reforms and government accountability refused to leave their New Delhi protest site Tuesday, a day after their thousands-strong march toward Parliament drew police tear gas, beatings and a new wave of sympathy from across the country.]]></description><pubDate>Tue, 21 Jul 2026 13:53:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Supporters of India’s youth-led Cockroach movement demanding educational reforms and government accountability refused to leave their New Delhi protest site Tuesday, a day after their thousands-strong march toward Parliament drew police tear gas, beatings and a new wave of sympathy from across the country.</p><p>The movement, now attracting professionals and families beyond students, represents a rare public challenge to Prime Minister Narendra Modi ’s government, reviving criticism over its handling of dissent and use of force to respond to protests.</p><p>Opposition leader Rahul Gandhi and dozens of his Congress party lawmakers showed their support Tuesday with a sit-in outside Modi’s residence before police forcibly removed them in a dramatic escalation.</p><p>Footage showed Gandhi, who had urged “every patriotic Indian who believes that our students should get justice” to join, resisting. Government minister Jitendra Singh said Gandhi was told the location was not “suitable for a sit-in."</p><p>Meanwhile, hundreds of protesters remained camped at Jantar Mantar, a designated protest site, under heavy police presence, saying they would stay until Education Minister Dharmendra Pradhan resigns over alleged failures in India’s examination system.</p><p>“We are going to continue our protest,” said Abhijeet Dipke, founder of the Cockroach Janta Party, which emerged just two months ago as a satirical protest after a Supreme Court judge described India's youth as “cockroaches” but quickly evolved.</p><p>It gained momentum over the weekend after prominent activist Sonam Wangchuk, whose three-week hunger strike became a symbol of the protests, was forcibly taken to a hospital by police.</p><p>Video of police beating protesters and dragging them away spread on social media, fueling public outrage. Footage showed young protesters crying and pleading with officers not to hit them, while others stood their ground and endured blows.</p><p>Delhi Police said nearly 180 people were injured, including 118 security personnel and 60 protesters.</p><p>Sona Bisht, a 20-year-old student who was part of the protest, said the confrontation strengthened her resolve.</p><p>“If the government thinks that doing this with Gen Z, they can stop us, then that won’t happen. We are here talking about education, talking about securing our future. And till the time our demands are not met, we will not move from here,” she said.</p><p>After nearly a month of silence, the government made its first apparent move to engage with the protesters Monday, when a senior minister held talks with movement representatives. The outreach failed to ease tensions.</p><p>Movement leaders said they wanted action rather than assurances, including Pradhan’s resignation, examination reforms and compensation for families of students who died by suicide after alleged exam irregularities.</p><p>Dipke accused authorities of breaking their word, saying police resorted to a baton charge after protesters were invited for talks.</p><p>Rights group Amnesty International said in a statement late Monday that the police action showed “how peaceful dissent is being suppressed in India," noting that the right to freedom of peaceful assembly is recognized under the Indian constitution.</p><p>More people have joined the movement after seeing the confrontation.</p><p>Rabina Kashyap, a 26-year-old working professional, said she joined the protest on Tuesday.</p><p>“I have nothing to do with this protest," she said. “But this is India, this is my country, and these are my people. So I will stand by them.”</p><p>___</p><p>Associated Press video journalist Piyush Nagpal contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KMZVCAAVSCZ3HOYQ344B75RYYI.jpg?auth=c0eaf305c290a6a05addbde7f0f5413f1c59f75b46d74c305109221cdbf6b6b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter of the Cockroach Janta Party holds posters of Bhagat Singh, an Indian revolutionary freedom fighter, at Jantar Mantar in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MZVTUPFH7UY4FYZRQF4Z3UQWE.jpg?auth=2666c38b290b58470b96d285f82a064586f90da141caf2808773babe465d45a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters gather at the camping site of the Cockroach Janta Party at Jantar Mantar in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q35GQEHRX7KDYUIXFUUG62WYBI.jpg?auth=2a8b6ca1b9e775906f0aab8da6150c7baff934b34b7ee8b0ae87e94eeefeb3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[India's opposition Congress party leader Rahul Gandhi, center, with his hands tied, participates in a sit-in protest with his sister and lawmaker Priyanka Gandhi Vadra, center right, outside the residence of Prime Minister Narendra Modi in New Delhi, India, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRQPD5AFL5BY4SPMZL4GKHB4UI.jpg?auth=27897c323bc57d974257ceddb8612ca2bad130a47a0710f136793757d1b81268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abhijeet Dipke, founder of the Cockroach Janta Party, sits by a portrait of hunger-striking activist Sonam Wangchuk during a protest in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WSOPGC63SMJFYULIGLPIUNDVH4.jpg?auth=93d87d5b01885468406493fdd976d5502377b3f1944c98a68afe9ab93a099986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security officers stand guard at the camping site of the Cockroach Janta Party at Jantar Mantar in New Delhi, Tuesday, July 21, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content></item><item><title><![CDATA[WNBA enjoys 'hypergrowth' under Commissioner Cathy Engelbert amid strained relationship with players]]></title><link>https://www.local10.com/sports/2026/07/21/wnba-enjoys-hypergrowth-under-commissioner-cathy-engelbert-amid-strained-relationship-with-players/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/wnba-enjoys-hypergrowth-under-commissioner-cathy-engelbert-amid-strained-relationship-with-players/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The WNBA has grown at an exponential rate during Cathy Engelbert's tenure as commissioner, a stewardship that at times has been tumultuous during her nearly seven years at the helm.]]></description><pubDate>Tue, 21 Jul 2026 10:00:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The WNBA has grown at an exponential rate during Cathy Engelbert's tenure as commissioner, a stewardship that at times has been tumultuous during her nearly seven years at the helm.</p><p>Engelbert, the second-longest tenured WNBA president or commissioner, helped negotiate a transformative collective bargaining agreement this past spring that gives the WNBA its first core of million-dollar player salaries.</p><p>“There’s not a lot of jobs where you can make over 30-plus millionaires instantly, right?” Engelbert said in a phone interview with The Associated Press heading into this weekend's WNBA All-Star festivities in Chicago. “It just doesn’t exist in most companies, except if you’re like a stock-option company, and your stock does really well. Most of them are under the age of 30 and there are more to come.”</p><p>Even with the financial gains, the WNBA’s growth has come amid a strained partnership between the commissioner and players. Engelbert has been criticized for how she has handled various situations, including for being out of touch or not doing enough to help combat social media vitriol.</p><p>Engelbert will meet with the executive committee of the players’ union on Tuesday to discuss the recent uptick in online hatred and threats directed toward players.</p><p>New York Liberty All-Star Breanna Stewart, vice president of the WNBA players' union executive committee, said there is a respect for Engelbert among the players, just not much of a relationship.</p><p>Her Liberty teammate, Sabrina Ionescu, said she talks more to NBA Commissioner Adam Silver than Engelbert.</p><p>WNBA business is booming</p><p>While the commissioner continues to try and strengthen her relationship with players, the business of the WNBA has thrived.</p><p>Engelbert was involved in talks that led to a record media rights deal worth over $3 billion. The league has had record ratings, attendance and team valuations, and will expand to a record 18 teams by 2030.</p><p>“We’ve been in hypergrowth mode now for two or three years and companies, if you look back in time, you are not in hypergrowth mode forever,” Engelbert said. “We’re preparing ourselves now for the next version of ourselves, which probably isn’t as hypergrowth.”</p><p>From a business standpoint, though, the league has grown, including navigating the coronavirus pandemic that could have crippled the WNBA.</p><p>“Give Cathy credit, as she advocated for the season,” Seattle Storm owner Ginny Gilder said. "We had no idea what was going to happen. People had to make decisions. Cathy pushed the Board of Governors to not only have a shortened season, but to fully pay the players. Don’t bicker. We were going to figure out the finances.”</p><p>Expansion fees have gone up five-fold over the past few seasons. Golden State paid $50 million to join the league and Cleveland, Detroit and Philadelphia — all joining the league over the next four years — each paid $250 million.</p><p>“Look at the financial side in such a short period of time — Cathy with all the work she did and the staff she hired deserves a tremendous amount of credit for that,” Gilder said. “If you look around the league from 2015 to 2020 to now, you know it is a completely new day.”</p><p>Valuations of teams were around $5-10 million a decade ago and now the average is around $460 million, Engelbert said.</p><p>“When you’re CEO, when you’re commissioner, you’re going to have good days and bad days. But if you just looked at the overall scorecard, you’d have to say we’re doing great,” Washington Mystics owner Ted Leonsis said.</p><p>More endorsements for WNBA players</p><p>It's nearly impossible to turn on a major sporting event over the past few years without seeing a WNBA player featured in a commercial. From Gatorade to State Farm, Nike and CarMax, product ads feature some of the league's top newsmakers, including Caitlin Clark, Angel Reese, A'ja Wilson and Sabrina Ionescu.</p><p>Engelbert said when Clark was drafted, it created a "domino effect, because they started seeing the value of putting players in their ads and then separately endorsing the players. I’m really proud of that because when I came to the league, absent a few sneakers ads, I don’t remember any players in spots. Maybe there were a few.”</p><p>The commissioner has seen the trend continue with younger players coming into the league, including Paige Bueckers, Azzi Fudd and Olivia Miles.</p><p>“Everybody sees the W is here to stay,” the commissioner said.</p><p>The commissioner's future and what's next for the WNBA</p><p>Engelbert deflected questions about her future other than to say she's turning 62 this year and that was the mandatory retirement age at her old job at Deloitte, where she was the president.</p><p>“I haven’t given it a ton of thought. We’ll think about it,” Engelbert said of how long she will stay in her current role, adding she is "focused on the whack-a-mole that is our season. I always tell people don’t focus on me, focus on the rest of my team.</p><p>"You always want to leave an organization better than you found it. Internally we’re proud of the team we’ve built.”</p><p>Silver said in Las Vegas that he supports what Engelbert is doing.</p><p>“I think Cathy continues to do a strong job building that league,” the NBA commissioner said. “We’ll have ongoing discussions about what the future looks like.”</p><p>With media rights stable for the next decade as well as labor peace achieved and expansion finished for the immediate future, Engelbert said her list of priorities includes a look at officiating, with WNBA referees finding themselves at the center of questions from frustrated players, coaches and fans. She also wants to help teams with lower attendance improve those numbers, and expand the league's international footprint.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3O2LT47QWGMRD57K26U6PQOGEU.jpg?auth=76b97551835ee1e8b99b6b3d58ff6ed2eba9f6a96f10b52a3c6e14ea29c32baf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - WNBA commissioner Cathy Engelbert speaks prior to Game 1 of a WNBA basketball final playoff series between the Las Vegas Aces and the Phoenix Mercury, Oct. 3, 2025, in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VHKZ5KLVVPX6QBHBJITT37LNBI.jpg?auth=45c8561c1edb153bace0e7e68df6fadb60cc1dca98da3ad179705abab79884dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - WNBA commissioner Cathy Engelbert speaks at the WNBA basketball draft, April 13, 2026, in New York. (AP Photo/Pamela Smith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content></item><item><title><![CDATA[Missing the World Cup? Relief is on the way next summer with the Women's World Cup in Brazil]]></title><link>https://www.local10.com/sports/2026/07/21/missing-the-world-cup-relief-is-on-the-way-next-summer-with-the-womens-world-cup-in-brazil/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/missing-the-world-cup-relief-is-on-the-way-next-summer-with-the-womens-world-cup-in-brazil/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[It's the women's turn now.]]></description><pubDate>Tue, 21 Jul 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>It's the women's turn now.</p><p>The next World Cup, the women's edition, is set for next summer in Brazil. Just as Spain won the men's trophy in the recently concluded tournament, that nation's women were the champions three years ago.</p><p>Currently the top-ranked women's team in the world, Spain topped England 1-0 in the 2023 Women's World Cup final in Sydney. That squad was loaded with talent, including Ballon d'Or winners Aitana Bonmati and Alexia Putellas, as well as young star Salma Paralluelo.</p><p>In a television interview following the men's final, Spain star Rodri paid Bonmati the ultimate compliment: “I'm trying to see if I can get to her level.”</p><p>The memories of 2023 aren't so sweet for the United States, which was knocked out of the tournament in the round of 16 by Sweden. Still, the U.S. has won four World Cup titles and is currently ranked No. 2 in the world.</p><p>The United States will host Spain twice in October, serving as a tuneup for CONCACAF qualifying to start in late November in Texas. The friendly matches against Spain could provide a glimpse of what both teams might look like next summer.</p><p>“We know Spain is an amazing team, and I think we’re just really looking forward to having this prep. Especially before qualifying,” said U.S. midfielder Lily Yohannes. “And yeah, I think it will be a really great opportunity for us. Playing these players, I played against them in the Champions League, and I know how great they are.”</p><p>The road to Brazil</p><p>Qualification for the World Cup is well under way, with 14 teams already securing berths. Brazil, which has an automatic spot as host, has never won the women’s tournament.</p><p>“Some time ago the opportunities for men and women were not equal. But that’s changing. This World Cup has tremendous potential to make that change truly happen,” said former Brazil defender Aline Pellegrino, now executive director of legacy and stakeholder affairs for Women’s World Cup in Brazil. “So there’s a great deal of excitement and expectation that we’ll have the best possible atmosphere in our stadiums, just as we recently saw in the two matches between the Brazilian national team and the United States. FIFA, together with the federal government and the host cities, have been working very hard to ensure that we’ll have full stadiums and that everything runs as efficiently as possible.”</p><p>The biggest question around the Brazilians is the status of veteran captain Marta, the nation's all-time leading scorer with 122 goals. Marta retired from international play following Brazil's 1-0 loss to the United States in the gold-medal match at the Paris Olympics, but returned the next year for the Copa America Femenina. She will be 41 when her nation hosts the World Cup.</p><p>The United States visited Brazil for a pair of matches in June, falling 2-1 in Sao Paulo before a 1-0 victory in Fortaleza. U.S. coach Emma Hayes said the team needed to embrace those “moments of chaos” in a hostile environment.</p><p>Who's in so far?</p><p>Australia, the Philippines, Japan, North Korea, China, South Korea, Argentina, Colombia, New Zealand, Germany, France, Spain and Denmark are among the nations that have qualified. Germany, the 2003 and 2011 world champions, are ranked No. 3 globally.</p><p>Brazil previously hosted both the men's World Cup in 2014 and the Olympics in 2016. All eight cities that will host women’s matches next year also hosted men’s games in 2014: Rio de Janeiro, Sao Paulo, Belo Horizonte, Brasilia, Fortaleza, Porto Alegre, Recife and Salvador.</p><p>Next year's tournament will be the last with 32 teams before jumping up to 48 teams like the men’s tournament. The 2031 Women's World Cup is expected to be hosted by the United States, Mexico, Costa Rica and Jamaica. The formal decision will likely be announced in November.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7TXHR5UNJRSY5LJKFPQGLTFWU.jpg?auth=511664ee7611e914e4f7bbc5d55fe4745e5bb8bd0eeb93e5964a4e011e9db129&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Team Spain celebrates with the trophy after winning the Women's World Cup soccer final against England at Stadium Australia in Sydney, Australia, August 20, 2023. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SNP3EST6FZXE2JUVONJQJBEQ4.jpg?auth=1a7740afc40c4c8919a055b82e82e7f1927d80b551fa1bf2db52619328dcc37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[Attacks between US and Iran across Mideast overshadow efforts to keep diplomacy alive]]></title><link>https://www.local10.com/news/world/2026/07/21/attacks-between-us-and-iran-across-mideast-overshadow-efforts-to-keep-diplomacy-alive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/attacks-between-us-and-iran-across-mideast-overshadow-efforts-to-keep-diplomacy-alive/</guid><dc:creator><![CDATA[By JON GAMBRELL and MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — A 10th straight day of attacks between the United States and Iran across the Middle East on Tuesday overshadowed diplomatic efforts in Pakistan to salvage an interim ceasefire deal that collapsed earlier this month as the two countries battled for control of a waterway vital to world energy supplies.]]></description><pubDate>Tue, 21 Jul 2026 17:04:14 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — A 10th straight day of attacks between the United States and Iran across the Middle East on Tuesday overshadowed diplomatic efforts in Pakistan to salvage an interim ceasefire deal that collapsed earlier this month as the two countries battled for control of a waterway vital to world energy supplies.</p><p>Iranian Interior Minister Eskandar Momeni visited Pakistan, a key mediator in the conflict that is seeking to rejuvenate diplomacy, but it was unclear what new arrangement might be reached to end the war. Speaking from the Oval Office, U.S. President Donald Trump gave a dim view on possible talks, saying the U.S. had “no interest in meeting.”</p><p>Shipping through the Strait of Hormuz has largely stalled, and as the fight for control over the waterway intensifies, both sides have targeted civilian infrastructure in the region relied on by millions of people.</p><p>A barrage of U.S. strikes hasn’t compelled Tehran to loosen its grip on the strait, through which about one-fifth of the world's crude oil and natural gas was shipped before the war. The U.S. continued its airstrikes on the Islamic Republic early Tuesday, and Iran attacked a tanker in the strait, forcing the crew to abandon the ship.</p><p>Iran also kept up attacks against U.S. allies in the region. Sirens in Bahrain and Kuwait warned residents on Tuesday afternoon of incoming projectiles.</p><p>In the Red Sea, Iran-backed Houthi rebels have opened a new front against Saudi Arabia by declaring a naval blockade of the kingdom, threatening the flow of global oil supplies and trade. With the Strait of Hormuz blocked up, Saudi Arabia has been relying on a pipeline to the Red Sea to get millions of barrels of oil out to market.</p><p>A news agency in Yemen that is run by the Houthis, SABA, said Tuesday that six ships in the Red Sea were forced to reroute after they received warnings from the rebel group. The Associated Press could not immediately confirm the claim.</p><p>Three Houthi officials said the group warned international shipping companies on Monday to avoid transiting in the Bab el-Mandeb Strait, the gateway to the Red Sea at the southern tip of the Arabian Peninsula. The officials spoke on condition of anonymity, saying they weren't authorized to speak to journalists.</p><p>The escalation has pushed oil prices higher. Benchmark Brent crude traded Tuesday at about $91 a barrel and regular gasoline in the U.S. climbed to an average of $4 a gallon.</p><p>With U.S. midterm elections approaching in the fall, polls have pointed to the unpopularity of the war among Americans, who have felt the pain of pricier gas and seen new casualties in a conflict that weeks ago seemed to be winding down.</p><p>Trump says U.S. has ‘no interest’ in Iran talks</p><p>Momeni met Pakistan’s army chief Field Marshal Asim Munir, according to two officials who spoke on condition of anonymity to discuss the closed-door negotiations. Momeni later met Prime Minister Shehbaz Sharif.</p><p>In a statement, Sharif expressed deep concern over the recent escalation between the U.S. and Iran, and he urged all sides to exercise restraint and avoid actions that could further destabilize the region.</p><p>Pakistan’s political leadership and Munir, who serves as both the chief of army staff and defense forces, played a key role in brokering last month’s interim agreement between the United States and Iran. Islamabad has been working to persuade both sides to return to the negotiating table to resolve outstanding issues under the June memorandum of understanding.</p><p>Trump told reporters that Iranian officials "want to desperately meet. And until they’re ready to meet in a meaningful way, we have no interest in meeting.” He said the U.S. would soon target the area near Pickaxe Mountain — a fortified underground site near one of Iran’s primary nuclear enrichment facilities.</p><p>A deep level of mistrust persists on both sides. Iran came under a surprise attack in June 2025 and again in February while it was engaging in nuclear negotiations with the U.S. The interim deal unraveled when Iran resumed attacks on ships in the Strait of Hormuz, which was supposed to be reopened under the agreement.</p><p>US strikes come as ships attacked</p><p>The U.S. military’s Central Command said Tuesday it targeted “Iranian military command centers, maritime capabilities, missile and drone launch sites and air defense systems.” It released more footage of bombings that targeted sites in Iran.</p><p>“American forces remain postured and prepared to hold Iran accountable for unwarranted aggression toward civilian mariners seeking to freely and openly transit the strait,” the command said.</p><p>Iranian state media reported that explosions were heard in Fars, Hormozgan, Ilam, Kerman, and Sistan and Baluchistan provinces.</p><p>The British military’s United Kingdom Maritime Trade Operations center said a tanker came under attack early Tuesday in the strait off Oman, forcing the crew to abandon the vessel.</p><p>Iran’s paramilitary Revolutionary Guard claimed the attack, as well as two other attacks on ships Monday in the waterway.</p><p>The route around Oman has been the one the U.S. military has encouraged ships to travel to avoid Iran’s control.</p><p>Iran strikes US allies around the region</p><p>Tehran also hit U.S.-allied countries throughout the Middle East.</p><p>Jordan's military said Tuesday that Iran targeted it with five drones and three missiles, all of which were shot down. Bahrain sounded its missile alert sirens Tuesday afternoon as another Iranian barrage targeted the island kingdom, which is home to the U.S. Navy’s 5th Fleet.</p><p>The Kuwaiti government said Iran had struck desalination and power plants for a fourth straight day on Monday night. Authorities said the attacks sparked fires and caused damage.</p><p>Some 90% of Kuwait’s drinking water comes from desalination, making the attacks a matter of life and death for the tiny nation.</p><p>U.S. strikes have been hitting electrical equipment in Iran as well, and Iranian officials also have said Americans targeted water facilities.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates. Fatma Khaled in Cairo, and Collin Binkley in Washington, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WBLVUHJ7OJV5TNUF3MPCIP53AI.jpg?auth=b7d48288c5de00e5122cde7b6b0a855526a580aa95f4e993b83120d96df043fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fireworks burst as Houthi supporters rally against the Saudi-led coalition in Sanaa, Yemen, Monday, July 20, 2026. Placards in Arabic read: "God is great, Death to America, Death to Israel, A curse on the Jews and Victory to Islam" and "boycott American and Israeli goods". (AP Photo/Osamah Abdulrahman)]]></media:description><media:credit role="author" scheme="urn:ebu">Osamah Abdulrahman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IF6UCASYKDXBZCSNFFOLNLTJPY.jpg?auth=a5bb2614ac5da5d71aeef53e4eabd59b2a8b140ebd13b744951add39679470fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand on a bridge destroyed after a strike in Hormozgan province, southern Iran, Saturday, July 18, 2026. (Amirhosein Khorgooi/Iranian Students' News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSO4GQKIXQEHDHMDCS47ZJCZGQ.jpg?auth=2fe60e426e7a668eb6fa04a1cbb325fe1ab0c0a655788e77b8ef50f0b8784377&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a mural depicting a portrait of the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strike on Feb. 28, in downtown Tehran, Iran, Saturday, July 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/6K34XRYTO5R7PZRJBS3HF2R4RY.jpg?auth=eb76d4bc21c7baf1e8a141de4452a95294ca2916dcaa619c8ee7c05a7ea99be8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Pakistan Prime Minister Office, Iran's Interior Minister Eskandar Momeni, left, meets with Pakistan's Prime Minister Shehbaz Sharif, right, in Islamabad, Pakistan, Tuesday, July 21, 2026. (Pakistan Prime Minister Office via AP)]]></media:description></media:content></item><item><title><![CDATA[This year's supersized World Cup had some things go wrong. There was also a lot that went right]]></title><link>https://www.local10.com/sports/2026/07/21/this-years-supersized-world-cup-had-some-things-go-wrong-there-was-also-a-lot-that-went-right/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/this-years-supersized-world-cup-had-some-things-go-wrong-there-was-also-a-lot-that-went-right/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[There are a lot of things that could have gone wrong during this summer's World Cup — a complicated logistical undertaking that included three host nations, 16 stadiums, 48 teams, 104 games and endless opportunities for controversy on and off the soccer field.]]></description><pubDate>Tue, 21 Jul 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>There are a lot of things that could have gone wrong during this summer's World Cup — a complicated logistical undertaking that included three host nations, 16 stadiums, 48 teams, 104 games and endless opportunities for controversy on and off the soccer field.</p><p>But in retrospect, a lot of things went right.</p><p>The United States, Canada and Mexico spent nearly six weeks hosting soccer's biggest showcase and — at least for the most part — the action stayed on the field.</p><p>Star players like Argentina's Lionel Messi, France's Kylian Mbappé and Norway's Erling Haaland became household names across North America, television ratings remained high in the U.S. even after the Americans were eliminated and despite high ticket prices, most games featured packed stadiums.</p><p>FIFA President Gianni Infantino gave effusive praise to the host countries on Sunday after Spain won the final by beating Argentina 1-0 in extra time.</p><p>Attendance was good, so were ratings</p><p>Fox broadcast all 104 games in English on its platforms and American viewership remained strong even after the U.S. was eliminated by Belgium in the round of 16.</p><p>Spanish broadcasts on Telemundo were also a popular option — even for non-native speakers.</p><p>Fox hasn't yet released its viewership numbers for Sunday's final, but Telemundo's preliminary numbers show the Spain-Argentina matchup had a total audience of 22.6 million, putting it on track to become the most-watched World Cup final in Spanish-language media history.</p><p>The US-Belgium game on July 6 was watched by more than 45 million, including 33.1 million on Fox and 12 million on Telemundo.</p><p>And despite a few early hiccups, stadium attendance was strong throughout the U.S., Canada and Mexico.</p><p>“We have had a record number of spectators in the stadiums, almost 7 million," Infantino said. "We will have had, I mean the official figures will come out soon, but probably over 6 billion people watching it from home."</p><p>The weather cooperated — usually</p><p>Fans and players from other countries found out what Americans, Canadians and Mexicans have known for a long time — it can get pretty hot here in the summer. Climate change isn't helping matters.</p><p>But Mother Nature could have been a lot meaner than she decided to be.</p><p>Even so, there were a handful of games that featured particularly hot and muggy conditions. The best example was a knockout-round game between Paraguay and France on July 4 in Philadelphia when temperatures hovered around 100 degrees Fahrenheit (38 Celsius).</p><p>The World Cup final on Sunday also dodged a potential problem when smoke from Canadian wildfires that wrapped the Northeast in haze mostly cleared from the New Jersey area just in time thanks to some well-timed thunderstorms.</p><p>Size doesn't matter</p><p>This year's 48-team World Cup field was the biggest in the tournament's history and many thought it would water down the competition.</p><p>That wasn't the case.</p><p>Cape Verde held eventual champion Spain to a draw in its opening game, advanced to the round of 32 and gave Argentina a scare before losing 3-2 in extra time in a World Cup classic. Congo also advanced beyond the group stage and pushed England before eventually losing, while Curaçao was still in with a chance of making the knockouts going into its final group match.</p><p>After those Cinderella stories, fans eventually got to enjoy semifinal games full of heavyweights. England, Argentina, Spain and France were the top four in the world rankings.</p><p>Politics can't be ignored</p><p>The World Cup is famously a petri dish for political conflict, and this year's version provided its share of strife.</p><p>Iran's participation in the tournament amid the war in the Middle East was a particularly thorny issue and the team had to move its base camp from Arizona to Mexico. The Iranians' participation was overshadowed by travel complaints and visa issues, with the U.S. refusing visas to several members of Iran’s delegation.</p><p>U.S. President Donald Trump's relationship with Infantino was scrutinized after American striker Folarin Balogun’s one-game ban for a red card was suspended ahead of the team’s round of 16 game against Belgium.</p><p>Travel restrictions for a series of countries prevented some fans from traveling to the U.S., but there were no reports of the aggressive immigration enforcement that some human rights groups had feared could take place around World Cup stadiums.</p><p>Infantino brushed aside most of the controversies, instead focusing on the positives. While the FIFA president has a vested interest in painting a rosy picture of this year's World Cup, there's little doubt the tournament was a hit from a soccer perspective.</p><p>“I think we have to invent a new vocabulary, new words to define the success of this World Cup,” Infantino said.</p><p>___</p><p>AP Soccer Writer James Robson and AP Sports Writer Joe Reedy contributed to this story.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYNHQ4NQ4LVPBZYEDA6SW5RT7I.jpg?auth=a51254375733c8b0047ce7aca0da799a7b5b792486a2a3357682ad8a9ad42e30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain players, from left, cheer alongside President Donald Trump and FIFA President Gianni Infantino at the conclusion of the World Cup championship final soccer match between Spain and Argentina in East Rutherford, N.J., Sunday, July 19, 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/7WLLSYPKMAPTDUX4WCQAPT74OE.jpg?auth=f576528873fceef36e99fbeb46d69d75ede9228605a0f21170547308d9ae389d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) cries at the end of the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KU3LI6YT7A4ZJ5F5HSBQOVXB3A.jpg?auth=13f658a38ff9443f9571f98553d530f785c995a844f95b36087a2df022eb5256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jude Bellingham celebrates England's victory over Norway in a World Cup quarterfinal soccer match in Miami Gardens, Fla., Saturday, July 11, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SPNHAUMLBLUAYZYS4YHURQSOU.jpg?auth=017cd9c91e5ff5f9ac544ec863286ee999d8c52175b7a4ba5cbbd7cd5bf41b8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) and Andreas Schjelderup (21) celebrate after Haaland scored their second goal during the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROASNUOAII3VL72DO5G42HWLFM.jpg?auth=ac453ae25ea0187b9c3078ab51e275ff2e0b5c4eb457fc1d63c2d3659a69b91b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) takes a shot as England's Ezri Konsa (2) defends during the World Cup third-place playoff soccer match between France and England in Miami Gardens, Fla., Saturday, July 18, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Man stabs and wounds tourists near the Acropolis in Athens, Greece]]></title><link>https://www.local10.com/news/world/2026/07/21/man-stabs-and-wounds-tourists-near-the-acropolis-in-athens-greece/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/man-stabs-and-wounds-tourists-near-the-acropolis-in-athens-greece/</guid><dc:creator><![CDATA[By ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[ATHENS, Greece (AP) — A man stabbed and wounded two tourists Tuesday morning near the ancient Acropolis in Athens, Greece’s top tourist attraction, police said, in what appeared to be a random attack.]]></description><pubDate>Tue, 21 Jul 2026 11:50:18 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — A man stabbed and wounded two tourists Tuesday morning near the ancient Acropolis in Athens, Greece’s top tourist attraction, police said, in what appeared to be a random attack.</p><p>The assailant, identified only as a 60-year-old Greek man, attacked a Greek American couple with a knife on a pedestrian street near an entrance to the archaeological site and near the entrance to the Acropolis Museum, which lies at the foot of the Acropolis hill.</p><p>The 53-year-old male victim suffered a serious wound to his arm which required a tourniquet to be applied, while the 48-year-old woman was more lightly wounded in the leg, police said. Both were transported by ambulance to a nearby hospital. Neither of their injuries was reported to be life-threatening.</p><p>The attacker was detained at the scene and was to appear in court before a prosecutor later Tuesday to be formally charged, police said. Authorities did not provide further details on his identity, in line with Greek law regarding the identification of suspects. The motivation for the attack was not immediately clear, but police said the assailant appeared to have been suffering from psychological problems.</p><p>The incident did not lead to any closure to the sites, which continued operating as usual. Greek media reported that the assailant had allegedly been randomly threatening passersby with a knife, and that police had been alerted by a member of the public.</p><p>The attack occurred shortly after 8 a.m. local time, just as the ancient site opened. Early morning visits to the Acropolis are popular as they avoid the intense midday summer heat on the exposed hill, where there is little shade. Greece is currently experiencing its first heat wave of the summer, with temperatures forecast to reach 38 degrees Celsius (100 degrees Fahrenheit) in Athens and 41 degrees Celsius (105 Fahrenheit) in some parts of the country.</p><p>Violent street attacks are rare in Greece. In April, authorities arrested an 89-year-old man who allegedly opened fire with a shotgun in a social security office and a courthouse in central Athens, wounding at least four people, reportedly over social security grievances.</p><p>The Acropolis hill in Athens hosts the nearly 2,500-year-old Parthenon temple as well as other monuments, and attracts millions of tourists. Last year, about 4.6 million people visited the site.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6RGMYHTM6WZXHL4P62ERISDAAQ.jpg?auth=59f7fe91b33cfa82882ffb2f768e75775b5feb565ec60836add3a2b4bd24788a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists walk near the Acropolis in Athens, Greece, Tuesday, July 21, 2026, after two tourists were stabbed and injured nearby in an attack on a pedestrian street near the entrance to the archaeological site. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPOXICKPOZNNCSJYZWKRKGB5QY.jpg?auth=83dad3df4ff1e1f30457e8b6f87f37dc14f50c1fea5a1cb263125139bbce7708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists walk near the Acropolis in Athens, Greece, Tuesday, July 21, 2026, after two tourists were stabbed and injured nearby in an attack on a pedestrian street near the entrance to the archaeological site. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWUSJTB5CLOJN4GBJNUC2ATQTY.jpg?auth=e88876c5e75c0c349c893759e4b2e2685477a57626a1cb1b37e776fa65729731&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sun rays break through the clouds above the ancient Parthenon temple as tourists walk across the Acropolis during a hot day in Athens, Thursday, July 2, 2026. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content></item><item><title><![CDATA[Israel is building a miles-long earthen barrier inside Gaza, entrenching its division]]></title><link>https://www.local10.com/news/world/2026/07/21/israel-is-building-a-miles-long-earthen-barrier-inside-gaza-entrenching-its-division/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/israel-is-building-a-miles-long-earthen-barrier-inside-gaza-entrenching-its-division/</guid><dc:creator><![CDATA[By LEE KEATH and JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — The Israeli military is quietly but quickly building a giant earthen barrier separating the over 50% of the Gaza Strip it controls from the rest of the territory, according to satellite imagery, further entrenching the division of the tiny Palestinian enclave.]]></description><pubDate>Tue, 21 Jul 2026 11:11:20 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — The Israeli military is quietly but quickly building a giant earthen barrier separating the over 50% of the Gaza Strip it controls from the rest of the territory, according to satellite imagery, further entrenching the division of the tiny Palestinian enclave.</p><p>More than 23 kilometers (14 miles) have been constructed in recent months, running through Palestinian communities demolished by the military. That is equivalent to more than half the length of the coastal strip, which is some 40 kilometers (25 miles) long and 11 kilometers (7 miles) wide, and home to over 2 million Palestinians.</p><p>When presented with the satellite images, Israel’s military confirmed to The Associated Press it has built a physical barrier in the area of the so-called yellow line, the boundary to which Israeli troops withdrew under the October ceasefire deal with Hamas. The line was envisioned in the U.S.-backed agreement as a temporary division of the territory pending a fuller Israeli withdrawal.</p><p>But as the truce stagnates, it appears Israel is digging in, heightening Palestinian fears that the line is morphing into a border. Neither U.S. Central Command, which is tasked with monitoring the ceasefire, nor the Board of Peace, the body led by U.S. President Donald Trump meant to eventually oversee Gaza, would comment on the barrier.</p><p>Along with the barrier, the military told AP it has developed a “security zone” around the line, equipped with intelligence and technological assets. It declined to give details on the route of the barrier when asked how far it would be extended. It said the barrier aimed to prevent infiltration and protect Israeli troops and Israeli communities near Gaza.</p><p>Construction of the barrier is proceeding rapidly</p><p>Since the ceasefire deal took hold, Palestinians in Gaza have feared Israel would not return the area of Gaza it controls. But few appear to be aware of the berms now being built around them — because of the danger of even approaching that area.</p><p>A portion of the berm network in southern Gaza was extended by more than 2 kilometers (1.2 miles) in two weeks this month, according to the satellite images provided by Planet Labs PBC.</p><p>The berm was about 500 meters (0.3 miles) long on July 1. By July 15, it was about 2.4 kilometers (1.5 miles), splicing the Israel-controlled ruins of the city of Rafah from Muwasi, site of some of the largest Palestinian tent camps.</p><p>If construction continues in its current direction, it will join up with the longest stretch of the barrier, which runs nearly unbroken for around 17 kilometers (10 miles) from the southern city of Khan Younis to near Gaza City, in the north.</p><p>Construction began on that stretch in February, and it appears work to extend it further south is continuing, according to the satellite images. More than a kilometer (0.6 miles) was added between June 21 and July 7, running close to an Israeli military base built on the ruins of the town of Bani Suheila, near Khan Younis.</p><p>In the far north of Gaza, several unconnected stretches of berms run just outside the largely leveled town of Beit Lahia.</p><p>The height of the berms in each place remains unclear. In some places, the barriers appear to run outside the yellow line.</p><p>Israel has mostly destroyed and depopulated the half of Gaza it controls</p><p>Gaza’s population has been crowded into the coastal area west of the yellow line, most living in squalid tent camps and dependent on aid.</p><p>On the other side of the line, satellite imagery shows that Israeli forces have leveled the vast majority of buildings using bulldozers and explosives, virtually erasing several towns and Rafah, once home to more than a quarter million people.</p><p>They have carved new road networks and erected new bases on the ruins of Palestinian towns. Agricultural land has also been destroyed. The Israeli military says it is demolishing infrastructure used by Hamas.</p><p>The yellow line was never precisely defined, whether in the ceasefire deal or by Israeli or U.S. officials, and it has been inconsistently marked on the ground. The military told AP it is working to clearly mark the route of the yellow line to “reduce friction and prevent harm to uninvolved individuals.”</p><p>Israeli forces have killed Palestinians who came close to the line or crossed it. The Israeli military says it fires on those believed to be militants threatening its troops. But those killed have included children and other civilians seemingly unaware of the line. Some soldiers have said they don’t always know who they are firing on and have orders to kill anyone crossing the boundary.</p><p>Israeli strikes have killed hundreds of Palestinians since the ceasefire</p><p>Israeli forces have killed more than 1,100 Palestinians since the ceasefire began, most in airstrikes and drone strikes around Gaza. Militant attacks have killed five Israeli soldiers in the same period.</p><p>Early on Tuesday, an Israeli strike in Gaza City killed Firas al-Masri, his wife and their four children, ages 6 to 13, according to Shifa Hospital. Israel's military only said that they conducted a strike on Hamas militants in the area at that time.</p><p>Firas' brother, Ahmad al-Masri, lives nearby and said he heard the children's voices at the moment of the blast.</p><p>“They were calling out to me, ‘Uncle! Uncle!’” he said. “But the fire was raging, and we couldn’t do anything.”</p><p>Under the ceasefire deal, Israel is eventually supposed to withdraw its troops further to the very edges of Gaza, to be replaced by an international security force. But implementation of the deal has been stalled for months.</p><p>A former U.N. diplomat now in charge of coordinating the ceasefire has blamed Hamas’ failure to disarm. Sporadic talks to reach a formula for decommissioning its weapons appear to have made little progress, and Hamas accuses Israel in turn of violating the ceasefire.</p><p>The war began after Hamas-led militants attacked Israeli communities on Oct. 7, 2023, killing around 1,200 people, mostly civilians, and taking 251 others hostage. Israel responded with a punishing military offensive that has killed more than 73,000 people, according to the Gaza Health Ministry.</p><p>The ministry, which was part of the recently dissolved Hamas-run government, maintains detailed records viewed as generally reliable by U.N. agencies and international organizations. It does not distinguish between civilians and militants but says women and children make up around half of all fatalities.</p><p>___</p><p>Frankel reported from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KBOEH3M6TPWTKDCJNGSDGRUXYE.jpg?auth=ba5e302867d26b8db67470718a3061b497229cf245e060a3a21a46a720cb0ade&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military, right side of image moving top to bottom, in the central Gaza Strip, July 1, 2026. At left is the Maghazi refugee camp, and on the other side are homes demolished by the military. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDWWFWRVB2QH2NVBLLD4ODICQQ.jpg?auth=5da4dfefd6b62f5f54acf4c85ed8a4e7810e2cbb18b2927aff5201f1e2985656&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military, seen starting at top center of image and moving down at an angle to the left, near the city of Khan Younis in the southern Gaza Strip, July 7, 2026. Two Israeli military bases are visible in the demolished town of Bani Suheila. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63U2SULTFXD2K2TVN4WMBLRBPI.jpg?auth=1da2de9a8aa3419443dbf001da527fc8339c53170df597d552d0a480a7b67df3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military in the central Gaza Strip, July 7, 2026. The Bureij refugee camp is visible on the left, with the Wadi Gaza stream interrupting the barrier. An Israeli military base is on the other side. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5NDXGFY6ZYLHRDHV4J63GFXHZM.jpg?auth=6c6b612928f6e0ae3a3a1d78f0dd7a7449c1503a4a4b54c23794157294f3f302&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from Planet Labs PBC shows a section of an earthen barrier being built by the Israeli military in the northern Gaza Strip, July 8, 2026. To the left is the demolished town of Beit Lahia, and at right a defunct sewage treatment plant. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOWSQ3H7HDCJLR643KU4HWMRNQ.jpg?auth=d8953414a458491e8ad65b730396308e9c255bd8ab0c6ea1cb9e3afa56b7905f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A satellite image from Planet Labs PBC shows a section of an earthen barrier, cutting horizontally across the middle of the image, being built by the Israeli military in the southern Gaza Strip, July 15, 2026. On one side are two military bases, and on the other the Palestinian tent city of Muwasi. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WO7Z67JJYYQAVCA3JFP5YPOKWI.jpg?auth=a4c95b58b63b32fe3cbc1ff3c2e32e9bf0fd7871927ed82921968f93a2dc3c09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The map above shows the progress of a berm being constructed by Israel in Gaza that isolates the areas which Israel controls from the rest of the territory. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[Trump promises US help for Lebanon during a White House meeting with its president]]></title><link>https://www.local10.com/news/politics/2026/07/21/lebanons-president-meets-with-trump-in-washington-to-push-for-israeli-troop-withdrawal/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/lebanons-president-meets-with-trump-in-washington-to-push-for-israeli-troop-withdrawal/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB and WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump pledged to help Lebanon “a lot” during a White House meeting on Tuesday with the country's leader, Joseph Aoun, who came to push for long-term calm after months of war between Israel and the Iran-backed Hezbollah militant group.]]></description><pubDate>Tue, 21 Jul 2026 16:33:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump pledged to help Lebanon “a lot” during a White House meeting on Tuesday with the country's leader, Joseph Aoun, who came to push for long-term calm after months of war between Israel and the Iran-backed Hezbollah militant group.</p><p>“It’s been a very badly treated place and country and we’re going to have it properly treated and treated with the respect it deserves,” Trump told Aoun during a meeting which wrapped up the Lebanese leader's four-day visit to Washington. “We’re gonna help it a lot," he said, without giving concrete details.</p><p>The U.S. has pushed for peace in Lebanon but been increasingly distracted by a new round of escalation with the war in Iran, which has destabilized much of the Middle East. On Wednesday, Trump said he had little interest in talks with Iran's leader to end the war — at least for now.</p><p>Lebanon and Israel have held rare direct talks mediated by Washington. Aoun's White House visit was the first by a Lebanese president since 2009.</p><p>Lebanon hopes the talks result in Israeli troops withdrawing from large swaths of southern Lebanon that they currently occupy, and the Lebanese military receiving support to assert full control in areas where Hezbollah militants had held sway.</p><p>Trump said of Israel’s army fully withdrawing from Lebanon, “They’re in the process of doing that. They’re in the process of redeploying” but didn't elaborate.</p><p>Aoun told Trump, “Your vision is peace,” calling it Trump's “legacy.”</p><p>The U.S. president responded by joking, “I do agree with that" and said Aoun was handsome and “knows how to get to me,” adding, ““Now he can have anything.”</p><p>Framework agreement is being tested</p><p>Lebanon and Israel announced a “framework agreement” on June 26, setting a plan for Israeli forces to withdraw and for the disarmament of Hezbollah, which for decades had a strong presence in southern Lebanon.</p><p>It also lays out steps toward an eventual peace agreement between the countries, which have never held formal diplomatic ties and have been nominally in a state of war for nearly 80 years after Israel’s establishment.</p><p>Trump noted Tuesday of Lebanon, “There’s a Hezbollah problem” and suggested that he personally could speak with Hezbollah if Aoun wanted him to. He also floated the idea of having Syria intervene to fight Hezbollah — though didn't fully commit to that.</p><p>Such a concept would be highly unpopular in Lebanon and potentially embarrass Aoun.</p><p>Meanwhile, the State Department announced Monday that operations in three villages deemed part of a “pilot zone” had begun, without giving details. Two of the villages, Froun and Srifa, are not under Israeli military control and the Lebanese army is present, while Israeli forces are in part of Zawtar al-Gharbieh.</p><p>The Lebanese army in a statement said it was preparing for Israel to withdraw from Zawtar al-Gharbieh and that it had begun deploying troops Tuesday. The Israeli military said it “will adjust its force posture in one of the pilot areas in order to enable the Lebanese Armed Forces to carry out their mission,” without specifying the location.</p><p>The Lebanese military later said Israeli troops fired near that area in Zawtar al-Gharbieh, without giving details, and warned it could delay deployment.</p><p>An Israeli military official, speaking on condition of anonymity in accordance with military guidelines, said the withdrawal had not yet begun.</p><p>Village mayor waits for safety to be confirmed</p><p>Abed Ezzeldine, mayor of Zawtar al-Gharbieh, said they were waiting for the Lebanese military to say whether it's safe for residents to check on their homes after they fully deploy and patrol the area. He was concerned about safety, given that the Israeli military is still present in a village next door, while Israeli strikes continue nearby.</p><p>“The villages are intertwined, so we don’t feel safe because the Israelis are present there, they’re on our borders and are not very far from us,” Ezzeldine told The Associated Press, who said Zawtar al-Gharbieh is uninhabitable.</p><p>“Once the army gives us permission to enter Zawtar al-Gharbieh, we as civilians will go in, but only to check it out and see how things are and then we will leave,” he said. "We can’t stay because the infrastructure is completely damaged and houses have been leveled. They (the Israelis) have bulldozed the roads.”</p><p>The Lebanese military last week increased its presence in some of the areas expected to be included in the pilot zone, including the three villages, with troops patrolling and setting up checkpoints.</p><p>Rubio says US will support the framework agreement</p><p>Aoun on Sunday met with Secretary of State Marco Rubio, who said Washington will continue to endorse the Lebanese agreement and support its full implementation. Rubio described the meeting as “very positive” and warned that Lebanon will “never be fully at peace” as long as the Hezbollah issue is not resolved.</p><p>“How do you replace Hezbollah? You defeat and replace them with a government that is strong enough to be the sole force of arms in the country,” Rubio said.</p><p>Skeptics in Lebanon fear that a military confrontation with Hezbollah could lead to a civil war.</p><p>Government officials have urged investment in the country's battered infrastructure to empower the weakened state, which Rubio echoed.</p><p>“This is not just about military stuff," he said. "This is about how can we attract more U.S. and international investment into Lebanon.”</p><p>Israel plans on a long-term presence</p><p>Israeli officials, meanwhile, have said they plan to keep military forces long-term in a “security zone” in southern Lebanon.</p><p>Hezbollah has dismissed the U.S.-brokered direct talks and instead backed Washington’s talks with its key ally and patron Iran to end their war, which includes ending the war in Lebanon as a condition.</p><p>Lebanon’s government came to power on a reformist platform in early 2025, vowing to disarm all non-state groups including Hezbollah. It blames Hezbollah for dragging the country into another war with Israel in March, when the militant group fired several rockets toward northern Israel two days after the U.S. and Israel attacked Iran.</p><p>Beirut's leadership, however, has condemned Israel’s subsequent ground invasion and massive aerial campaign in the country, which has killed over 4,000 people and displaced 1.2 million others.</p><p>While grappling with stark political opposition from Hezbollah and allies within the deeply divided country, Lebanon's leadership insists that Israeli withdrawal and international financial support for Lebanon’s cash-strapped army is crucial for a sustainable security solution.</p><p>___</p><p>Chehayeb reported from Beruit. Associated Press writer Giovanna Dell'Orto in Jerusalem contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF2SAYY3CPQ6M5RI2BNNBLQWQI.jpg?auth=7e10635a527b5da21a6f341d752bc0062f8a03e743e3aab6a4c122b11af81060&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lebanese President Joseph Aoun speaks as he meets with President Donald Trump in the Oval Office at the White House, Tuesday, July 21, 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/VDGUCEBCKPSYA7WAL3AWZINVGE.jpg?auth=e2a22f5dca7a684975215441a6e89181ae5a94cc30bb73659b422b9593fa931c&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 Lebanese President Joseph Aoun in the Oval Office at the White House, Tuesday, July 21, 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/OOUVSMEEVIOMBLJYDESN346C6Q.jpg?auth=0827b4923b238953612017b875334c006e2c2eba4c3d050d3c5f18923c13da5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump greets Lebanese President Joseph Aoun on his arrival at the White House, Tuesday, July 21, 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/2H5FPU3JBUZBXYZR7N5WXHZAL4.jpg?auth=fd3b7529d9d4ab3d30f2cb2f90ad2b20570934726a2979c7e2d6ff00c6130098&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump greets Lebanese President Joseph Aoun on his arrival at the White House, Tuesday, July 21, 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/3WSBI7GXWCJEAGDTA2XUL3QRFE.jpg?auth=47cee05c46b608534d10d480ec9632d503c69175479718b45c14ec6a619e9d44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident inspects the damage to his home, destroyed in an Israeli airstrike during the Israel-Hezbollah war in Ghandouriyeh village, southern Lebanon, Tuesday, July 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[AI stocks gather more strength, even as Brent oil's price nears $92]]></title><link>https://www.local10.com/business/2026/07/21/ai-stocks-gather-more-strength-even-as-brent-oils-price-nears-92/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/21/ai-stocks-gather-more-strength-even-as-brent-oils-price-nears-92/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — More gains for makers of computer chips and other winners of the artificial-intelligence boom are carrying Wall Street higher on Tuesday.]]></description><pubDate>Tue, 21 Jul 2026 17:16:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — More gains for makers of computer chips and other winners of the artificial-intelligence boom are carrying Wall Street higher on Tuesday.</p><p>The S&P 500 climbed 0.9%. The Dow Jones Industrial Average was up 480 points, or 0.9%, as of 1:12 p.m. Eastern time, and the Nasdaq composite was 1.4% higher.</p><p>AI stocks once again were at the center of the action, and they rose for a second straight day after tumbling the week before.</p><p>After rocketing higher because of the boom in investment in AI chips and data centers, they’ve come under pressure in recent weeks on worries that they shot too high. Concerns are also weighing that investment in AI may fall off if it doesn’t produce as much profit and productivity as hoped.</p><p>Micron Technology jumped 13.1% and added to its 1.9% gain from the day before, coming off its 13.3% drop from last week. Nvidia added 1.3%, and they were among the strongest forces lifting the S&P 500.</p><p>The gains came despite more climbs for oil prices, and Brent crude oil topped $90 per barrel because of continued attacks between the United States and Iran. It rose 2.2% to $91.22 and briefly got near $92 for the first time in more than five weeks. That's up from less than $72 early this month, which is roughly where it was before the war with Iran.</p><p>Rising oil prices are threatening a reacceleration of inflation, just as increases for prices were slowing more than economists expected. That in turn could push the Federal Reserve and other central banks to raise interest rates to keep a lid on inflation, which would slow economies and undercut prices for stocks and other investments.</p><p>The yield on the 10-year Treasury edged up to 4.63% from 4.60% late Monday and from just 3.97% before the war with Iran began.</p><p>On Wall Street, several stronger-than-expected profit reports from big U.S. companies helped stocks to strengthen despite the added pressure.</p><p>3M climbed 7.6% after topping analysts’ expectations for both profit and revenue in the latest quarter. It also raised its forecast for profit over the full year of 2026.</p><p>Hasbro rallied 7.2% after the toy maker said its Magic: The Gathering game topped $500 million in revenue for a quarter for the first time. It also raised its revenue forecast for the year.</p><p>General Motors cruised 5.4% higher after the automaker's profit and revenue for the latest quarter beat analysts' expectations and CEO Mary Barra said demand in North America remains strong.</p><p>They helped offset a drop for Danaher, which slid 12.8% even though it likewise topped analysts’ expectations for profit and revenue. Analysts pointed to its forecast for an underlying measure of revenue growth for the summer, which was weaker than Wall Street expected.</p><p>Homebuilder D.R. Horton edged 0.1% higher after topping profit and revenue expectations for the latest quarter. Executive Chairman David Auld said it's still feeling the effects of affordability concerns in the housing market and caution among potential home buyers.</p><p>Mortgage rates have already climbed to their highest level in nearly a year because of higher Treasury yields in the bond market. That could force D.R. Horton to offer more incentives to homebuyers in the current quarter, which would cut into its profits.</p><p>Companies broadly are under pressure to deliver strong growth in profit and revenue because of how high their stock prices have shot. Indexes are near their records, even with the recent shakiness for AI stocks.</p><p>In stock markets abroad, indexes rose modestly in Europe. The United Kingdom’s FTSE 100 added 0.6% as new Prime Minister Andy Burnham hosted his first Cabinet meeting.</p><p>In Asia, stocks swung more. South Korea’s Kospi jumped 3.6% on strong gains for its two dominant stocks. Both Samsung Electronics and SK Hynix have been big beneficiaries of the AI boom, and the Kospi has soared 60% so far this year even with its 20% drop for July so far.</p><p>Tokyo’s Nikkei 225 climbed 3.3% after returning from Monday’s holiday, while indexes rose 1.8% in Shanghai and edged down by less than 0.1% in Hong Kong.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZF5IDBBAFQZKURFBKOK3FOT7Q4.jpg?auth=e8c1fc458d54ce738136820ba6a1a04eb7563e171dfca18db7d3aa7c260dd78f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traders work on the floor at the New York Stock Exchange in New York, Monday, July 6, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Thousands of African winter skiing tourists are flocking to snowy Lesotho]]></title><link>https://www.local10.com/news/world/2026/07/21/ski-enthusiasts-flock-to-sub-saharan-africa-and-a-snowy-mountain-resort-in-lesotho/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/ski-enthusiasts-flock-to-sub-saharan-africa-and-a-snowy-mountain-resort-in-lesotho/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME, Associated Press]]></dc:creator><description><![CDATA[BUTHA-BUTHE, Lesotho (AP) — One may not expect thousands to flock each winter to Lesotho but for many ski enthusiasts from across southern Africa, the small, landlocked mountain kingdom has become the go-to place in recent years.]]></description><pubDate>Tue, 21 Jul 2026 12:07:11 +0000</pubDate><content:encoded><![CDATA[<p>BUTHA-BUTHE, Lesotho (AP) — One may not expect thousands to flock each winter to Lesotho but for many ski enthusiasts from across southern Africa, the small, landlocked mountain kingdom has become the go-to place in recent years.</p><p>Lesotho's high elevation and mountainous terrain combine to make it the coldest country on the continent, with temperatures in the highlands typically plunging to minus 8 degrees Celsius (about 18 degrees Fahrenheit) between June and August.</p><p>The Afriski Mountain Resort, some 3,200 meters (10,499 feet) above sea level, nestled in the northern Maluti Mountains, is Lesotho's single fully operational ski resort — and the only one in sub-Saharan Africa.</p><p>The majestic snow-covered landscape is ideal for skiing, and both seasoned and new visitors enjoy the slopes that are spread over 17 hectares (42 acres) surrounding the resort — about the size of 24 standard soccer pitches. The resort opened 25 years ago, a short bus or car ride from the nearest major town of Butha-Buthe, about 80 kilometers (50 miles) away.</p><p>Last year, tourism contributed about 7% to Lesotho's annual GDP of some $2.6 billion. For its part, Afriski provides a chunk of needed cash in a country cited by the World Bank as one of the poorest in the world — and its artificial snow machines ensure it stays open throughout the Southern Hemisphere’s winter.</p><p>Thousands come to a country Trump says no one's heard of</p><p>U.S. President Donald Trump may have joked in 2025 about Lesotho being a country that “nobody has ever heard of” but just a year earlier, the kingdom, bordered on all sides by South Africa and with a population of 2.3 million, celebrated 200 years of the founding of the Basotho nation and 58 years of independence from British rule.</p><p>Located in its entirety at and over 1,000 meters (3,280 feet) above sea level, Lesotho sees a lot of snow — and skiing is growing in popularity here from a rare sport previously mainly associated with North America and the European Alps.</p><p>Most people drive into Lesotho from neighboring South Africa but international visitors can also fly in to the airport in Maseru, the country's capital.</p><p>Afriski's CEO, Theo Ferreira, says almost 70% of the visitors come from South Africa; the rest are mostly from Lesotho or elsewhere in southern Africa. The resort now has 227 full-time and seasonal employees, nearly all Lesotho nationals, with about 30 South Africans, working mainly as skiing instructors, he said.</p><p>While the resort has rooms for 420 overnight guests, the nearby Butha-Buthe and Mohlokong towns can offer extra accommodations in peak season. The busiest day so far this year saw over 1,400 visitors while in 2025, the record was over 1,600 day visitors and those staying overnight or longer, Ferreira said.</p><p>Because unreliable weather patterns can make natural snow scarce, the resort relies on artificial snow to make skiing possible all winter long.</p><p>Lesotho's snow may not be how you imagine Africa</p><p>The resort has played role in helping ski tourism emerge as another attraction in southern Africa, known for its wildlife and scenic coastlines along the Indian and Atlantic Oceans.</p><p>For many visitors, Afriski is where they had their first ski lessons, braving falls and dusting themselves off before having another try, and another — until making that first, full glide down without falling.</p><p>Janco Smits, a student from Cape Town, South Africa, describes it as "an amazing slope to learn on.”</p><p>“At the start it was a little discouraging because you fall, and you fall hard,” he said. “But the people here, they gave me one lesson and after an hour, honestly, I felt confident.”</p><p>“When you think of the African continent, you don't think of snow. You think about ... the sun and the Sahara (Desert),” said Thato Ramaphoko, a first-timer at the resort from Pretoria, South Africa’s capital. "But that you can actually go to all that and also come here and it also snows at the same time, it is just mind-blowing, so I just had to see it for myself."</p><p>Visitors at Afriski can also sample a taste of Lesotho in the form of traditional sausage rolls and Maluti Lager, the country's proudly home-brewed beer.</p><p>As for a souvenir to take home, try the colorful Basotho blanket, which comes in vibrant colors and patterns that also pop up in local garments and are creatively integrated into various skiing jackets and gear.</p><p>___</p><p>This story has been edited to correct the spelling of Janco Smits's name.</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTNAKYQBXNRHSZ6CA25IV6AKYQ.jpg?auth=9ff37f4375e1cc56c3406b456d8fe898351b1ebec559bbbb614bf13cec6ce71b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group of skiers gather on the slopes at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YXEBQU7DQHKP6P4MJE6HEC2AU.jpg?auth=5fe549f9ed057ae1241483ee0105b2753c06b1a0c8d710fffdef2ff40646baf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A skier descends carving through the snow at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUOHNW4JK6NCEB7TJT2TZIKIJE.jpg?auth=750673798f380198797ce7ffe5a59c74ef6c2bc2b64d61fb46822e85361c19aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A skier descends through the snow at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6E4P4IWXLRTU5EVILADBROGKDE.jpg?auth=e25ca49abcf7732d91443bebcf601523683376ef5d9405bf7f44105f811f96fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker poses near the slopes at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O24ESVAWSRBCLTWNQOH4AU7CHA.jpg?auth=5836ee5a603978c79be6646c6a6174b2a860e9e73bd4e98cb53ae4918ead4c0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Afriski Mountain Resort is seen at Afriski Mountain Resort in Maluti, Lesotho, Saturday, July 11, 2026. (AP Photo/Kayleen Morgan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayleen Morgan</media:credit></media:content></item><item><title><![CDATA[Benches clear in Pirates-Yankees game after Santana shouts at Caballero]]></title><link>https://www.local10.com/sports/2026/07/21/benches-clear-in-pirates-yankees-game-after-santana-shouts-at-caballero/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/21/benches-clear-in-pirates-yankees-game-after-santana-shouts-at-caballero/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Pittsburgh Pirates reliever Dennis Santana said he yelled at José Caballero for taking too long to get ready in the batter’s box, triggering a heated altercation in Monday night’s 8-5 loss to the New York Yankees.]]></description><pubDate>Tue, 21 Jul 2026 04:05:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pittsburgh Pirates reliever Dennis Santana said he yelled at José Caballero for taking too long to get ready in the batter’s box, triggering a heated altercation in Monday night’s 8-5 loss to the New York Yankees.</p><p>Both benches and bullpens emptied after Caballero bounced into an inning-ending double play in the eighth. Santana got angry following the play, gesturing and shouting a few times at Caballero on the field.</p><p>“Just don’t (take) that long (at) home plate and that’s it,” Santana said when asked what he said to Caballero.</p><p>The right-hander was restrained by teammates Rafael Flores and Bryan Reynolds before order was restored after a few minutes without any punches or ejections.</p><p>“Dennis just got frustrated by something,” Pittsburgh manager Don Kelly said. “Thankfully it didn’t end up being a big deal.”</p><p>Since the pitch clock was implemented in 2023, hitters are required to be in the batter’s box and facing the pitcher with eight seconds remaining on the clock. Caballero was trying to wait until the last second available during his at-bat, which lasted three pitches.</p><p>“I just grounded into a double play, turning my back to the coach at first base to give my guards to him, and he was chirping at me,” Caballero said. "I was a little bit surprised about it.”</p><p>Caballero had two hits, including a two-run double, before his at-bat against Santana, who has a 6.05 ERA in 44 appearances and gave up a game-ending two-run homer to Cleveland rookie Travis Bazzana on Saturday.</p><p>“At this point, he’s lucky he doesn’t get a ball right away because at this point, it’s been four years with the same rules, which we all should know about the rules,” Caballero said. “The whole league should know who I am, what I do (in) the box, and they should be aware of it. For you to get mad at something that the league’s implementing — you shouldn’t be mad at me, you should be mad at someone else.”</p><p>During New York’s 8-3 win in Toronto on June 14, Caballero was issued a warning for intentionally delaying an at-bat. He was warned by plate umpire Stephen Jaschinski that he would get an automatic strike called if it happened again, and Yankees manager Aaron Boone spoke to Major League Baseball officials about it the following day.</p><p>“I know he does it every pitch. It’s his thing,” Reynolds said.</p><p>Caballero’s deliberate style in the batter’s box has periodically irked opponents, including the Yankees, who acquired him from Tampa Bay on July 31 last year.</p><p>As a rookie with the Seattle Mariners in June 2023, Caballero annoyed Yankees ace Gerrit Cole so much the right-hander threw a 97 mph fastball to him that landed high up on the backstop.</p><p>Cole’s pitch was in response to Caballero stepping out repeatedly during his first two plate appearances until the pitch clock was down to the eight-second requirement to be in the batter’s box and alert.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYHSYCR74XYAKQFQF74FR4JXYY.jpg?auth=428b38d457efd593c2f4bcbf130dc7243fed476a8ce2115bc82dfa446741021e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Gregory Soto, left, exchanges words with New York Yankees' José Caballero (72), right, during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLJD3BOLVRS7UEGKTKCTSZ3JNI.jpg?auth=a604cef28f98cf2cc781720861278f1c478e5e2fc88b925d2ecffd644c6f5a8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates catcher Rafael Flores Jr. keeps pitcher Dennis Santana from going after New York Yankees' José Caballero during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MGZZUCD4E22N3QSGI7SSWJ7GQ.jpg?auth=6231b71aa2d6b370f23892c675a322b12b16d1add1ee5785dfe71cf61162ccf7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates catchers Henry Davis (32) and Rafael Flores Jr. keep pitcher Dennis Santana from going after New York Yankees' José Caballero during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQ5B6FZJB3CRKGKNDJRL5TFAYA.jpg?auth=b7d60377f85cceab7362e6150e514108ccc8d43e209cd24f16732c444f884019&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' José Caballero looks at Pittsburgh Pirates pitcher Dennis Santana after a scuffle during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTTVRFEOYXUL2BQDG5M74BZICM.jpg?auth=4be6300513475c37e898d18673c175193d58fd2711bbba8a7e65ef5f07a9c29e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates catcher Rafael Flores Jr. keeps pitcher Dennis Santana from going after New York Yankees' José Caballero during the ninth inning of a baseball game, Monday, July 20, 2026 in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Judge to hear evidence against singer D4vd in killing, dismemberment of teen and decide on trial]]></title><link>https://www.local10.com/entertainment/2026/07/21/judge-to-hear-evidence-against-singer-d4vd-in-killing-dismemberment-of-teen-and-decide-on-trial/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/21/judge-to-hear-evidence-against-singer-d4vd-in-killing-dismemberment-of-teen-and-decide-on-trial/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A judge is set to decide at a hearing that opens Tuesday whether there is enough evidence to put singer D4vd on trial in the killing and dismemberment of a 14-year-old girl that authorities said had threatened to expose their relationship.]]></description><pubDate>Tue, 21 Jul 2026 10:29:12 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A judge is set to decide at a hearing that opens Tuesday whether there is enough evidence to put singer D4vd on trial in the killing and dismemberment of a 14-year-old girl that authorities said had threatened to expose their relationship.</p><p>Prosecutors have said the evidence will show that 21-year-old D4vd, whose legal name is David Burke, brought Celeste Rivas Hernandez to the Hollywood Hills house he was renting, stabbed her multiple times then cut apart her body in his garage using chain saws.</p><p>The preliminary hearing in Los Angeles is expected to last about four days and will look much like an abbreviated trial. There is no jury. Judge Charlaine Olmedo will decide whether the prosecution offered enough evidence to demonstrate probable cause to proceed to trial.</p><p>The hearing will resemble a mini trial</p><p>It will be the first public presentation of evidence against Burke, who was arrested in April and pleaded not guilty to murder, continuous sexual abuse of a child under the age of 14 and unlawful mutilation of human remains. His attorney, Blair Berk, has said Burke is not responsible for Rivas Hernandez's death.</p><p>The defendant, who has been held without bail in a jail near the courthouse since his arrest, will appear in court in his jail clothes, after the judge rejected a request that he be able to wear a suit as is usually allowed at a jury trial. No cameras will be allowed in the courtroom.</p><p>Soon after his arrest, prosecutors filed a memo, which the defense unsuccessfully tried to have sealed, outlining what their evidence would show at this hearing.</p><p>The defendant and the victim had known each other several years</p><p>The filing said Burke met Rivas Hernandez when she was 11, began sexually abusing her when she was 13 and he was 18, and killed her when she threatened to report him.</p><p>She was reported missing multiple times in the years before her death, and prosecutors said they have evidence she was with Burke for long stretches, including a trip to Texas where she met his family. Detectives had contacted him about her, but authorities say he lied and said he had only met her once and didn't know she was a minor. Prosecutors said they have sexual text messages and photos the two exchanged.</p><p>A court filing said he sent a car to pick her up on the night of April 23, 2025, from her hometown of Lake Elsinore, California, some 80 miles (129 km) outside of Los Angeles. The two exchanged messages until she arrived at his Hollywood home, after which her phone went dead.</p><p>“Knowing he had to silence the victim before she ruined his music career as she had threatened, very soon after her arrival at his home, defendant stabbed the victim to death multiple times and stood by while she bled out,” the document said.</p><p>Prosecutors say they have evidence linking Burke to girl's death</p><p>Prosecutors said they have records showing Burke ordered chain saws and wading pools that he used to dismember her body in his garage, and that her DNA was found there on blood stains discovered when police served a search warrant.</p><p>They said he then drove around for months with the body in the trunk. About four months after her death, her decomposing body was found in the Tesla registered to Burke that had been towed from the Hollywood Hills in September.</p><p>Prosecutors said the car was parked around the corner from his house, and surveillance video will show he was the last person to drive it.</p><p>It's not entirely clear why it took seven more months to arrest Burke — though uncooperative witnesses had to be subpoenaed and the final autopsy report showing she was stabbed was not released until December.</p><p>The defense has not publicly provided its version of events.</p><p>Preliminary hearings like this one serve a similar function to that of grand jury proceedings. Prosecutors generally present only as much evidence as they think they need to, and witnesses are kept to a minimum — mostly police and other investigators. For defense attorneys, it can provide ways to explore potential weaknesses in witness testimony that they can exploit at a trial.</p><p>D4vd had budding music career</p><p>D4vd began making music for YouTube videos he created of the video game Fortnite when he was a teenager.</p><p>The songs he wrote and recorded on his phone were a blend of indie rock, R&B and lo-fi pop. The music made him a phenomenon on TikTok, Instagram, Soundcloud and Spotify, where his top songs, including his 2022 breakthrough “Romantic Homicide,” have more than a billion plays. In 2023, he released two EPs and opened for SZA on tour.</p><p>He performed at last year's Coachella music festival just a few weeks before prosecutors said Rivas Hernandez was killed, and his album was released. Five months later, he was on tour promoting it when the body was discovered.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/476DQTAIBPWJIAJOXOCJLAISH4.jpg?auth=23146c29216d28a46e60bd58ed7d58bc5cf0d2aaca2cb9ff8626103657e82b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift Memorial for Celeste Rivas Hernandez, who was killed and found inside a vehicle owned by singer D4vd, is placed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT2QR4JZOV6ME4NXY6WLM3LNJA.jpg?auth=c042bcbb856273f25cd6a6f1e20be12984231732c893bd70d0a57dbb657d8249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - David Anthony Burke, whose stage name is D4vd, is arraigned in Los Angeles, April 20, 2026, on charges of killing a 14-year-old girl whose dismembered body was found in his car. (Ted Soqui/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Soqui</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKKKPBIUOZA63JE2RCQCEYZLVU.jpg?auth=736dd150db96802c5efc5cbd9b33a517574eb7d862879c08a34a29278479308e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift memorial for Celeste Rivas Hernandez, whose body was found inside a vehicle owned by singer D4vd, is displayed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YJHULGIFMIVLQEGS6HY4SXWXU.jpg?auth=6b8eea3da5633a2abb40fffccdb294a56028625b366a1a40d70c7005cdb6f4f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - D4vd appears at Variety's Power of Young Hollywood in Los Angeles on Aug. 8, 2024. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[Powerball ticket sales begin Tuesday in the United Kingdom]]></title><link>https://www.local10.com/news/world/2026/07/21/powerball-ticket-sales-begin-tuesday-in-the-united-kingdom/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/powerball-ticket-sales-begin-tuesday-in-the-united-kingdom/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[Powerball ticket sales in the United Kingdom will begin Tuesday, giving players across the Atlantic a chance at winning the same massive jackpot that U.S. players already play for — with the same minuscule odds.]]></description><pubDate>Tue, 21 Jul 2026 04:05:03 +0000</pubDate><content:encoded><![CDATA[<p>Powerball ticket sales in the United Kingdom will begin Tuesday, giving players across the Atlantic a chance at winning the same massive jackpot that U.S. players already play for — with the same minuscule odds.</p><p>The expansion, first announced in April through an agreement between the Multi-State Lottery Association in the U.S. and Allwyn UK, will mark the first time a lottery outside the U.S. contributes to the Powerball jackpot. The expansion will allow U.K. players to play for much larger jackpots than are now available at lotteries in the country and Europe.</p><p>Wednesday night’s drawing will be the first Powerball drawing open to players in the U.K.</p><p>The largest Powerball payout was just over $2 billion (about 1.5 billion pounds) from a ticket bought in 2022 in California. EuroMillions, a lottery offered across nine European countries and also operated in the U.K. by Allwyn, awarded the maximum 250 million euros (about $285 million) to players from France, Ireland and Austria over the course of 2025.</p><p>The odds of winning a Powerball jackpot are a minuscule 1 in 292.2 million. Those odds will be the same for U.S. and U.K. players, lottery officials say.</p><p>U.S. lottery officials say the expanded player base will allow Powerball jackpots to grow more quickly, likely increasing sales as more people are drawn to larger grand prizes.</p><p>Powerball tickets cost $2.</p><p>Tickets purchased in the U.K. will only go toward the Powerball jackpot — not lower-tier prizes. Players in the U.K. will have a different lower-tier prize structure.</p><p>The estimated jackpot amounts in each country will differ due to currency conversion rates and because the U.S. advertises prize amounts pretax, unlike in the U.K.</p><p>U.K. Powerball jackpots will also be paid over 30 years, whereas in the U.S. jackpot winners have a choice between taking their winnings spread over years through an annuity or in cash — nearly all winners opt for cash.</p><p>Powerball is played in 45 U.S. states, and Washington, D.C., Puerto Rico and the U.S. Virgin Islands.</p><p>In the game, players choose five white-ball numbers from 1 to 69 and one red Powerball number from 1 to 26. Drawings will continue to be held Mondays, Wednesdays and Saturdays.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OVRIGUX33AHW3JIM26RTMNXJ7M.jpg?auth=37de8f78ef9ecbddadcefcaa23387558c6f32f1b81ca37f706547e53db3fe5a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Powerball lottery tickets are sold at a convenience store, Dec. 22, 2025, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Arizona Republicans pick nominees Tuesday for governor and other top offices]]></title><link>https://www.local10.com/news/politics/2026/07/21/arizona-republicans-pick-nominees-tuesday-for-governor-and-other-top-offices/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/21/arizona-republicans-pick-nominees-tuesday-for-governor-and-other-top-offices/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Arizona Republicans are choosing nominees Tuesday to challenge Democrats who hold top offices as the GOP searches for a path back to power in a battleground state it used to dominate.]]></description><pubDate>Tue, 21 Jul 2026 16:34:35 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Arizona Republicans are choosing nominees Tuesday to challenge Democrats who hold top offices as the GOP searches for a path back to power in a battleground state it used to dominate.</p><p>U.S. Reps. Andy Biggs and David Schweikert, who represent neighboring districts in metro Phoenix, offer a clash of styles in the race to take on Democratic Gov. Katie Hobbs, considered the most endangered Democratic governor in the country this election cycle.</p><p>With President Donald Trump's endorsement and support from the grassroots turnout machine of the conservative group Turning Point Action, Biggs says he can unite the party going into a general election.</p><p>Schweikert says his low-key, pro-business, fiscal conservatism can win back voters turned off by a string of Trump loyalists like Kari Lake, the Republican nominee for governor four years ago.</p><p>Both parties have hotly contested primaries to replace Schweikert in the highly competitive 1st Congressional District.</p><p>Republicans also are picking nominees for secretary of state and attorney general, key posts with power over elections in a state that was pivotal for Trump's efforts to overturn his loss in 2020.</p><p>Biggs and Schweikert responded differently to Trump's GOP takeover</p><p>Biggs built a national profile as chair of the House Freedom Caucus from 2019 to 2022 and as a staunch defender of Trump. He assisted the president’s attempt to block the certification of his loss in the 2020 election, voting against accepting Electoral College votes from Arizona and other battleground states after the Jan. 6 riot.</p><p>He has always represented safe Republican seats and is a veteran of factional brawls within the GOP. Before going to Congress, he nearly lost his post as state Senate president during a confrontation with then-Gov. Jan Brewer, also a Republican, over her push to expand Medicaid.</p><p>Schweikert has walked a tightrope with Trump, carefully keeping his distance without antagonizing him. That has helped him win a string of tough races in a competitive House district — a track record he says will help him win over swing voters and beat Hobbs — but has left him isolated from Trump's “Make America Great Again” base.</p><p>Democrats have focused their attacks on Biggs, whom they plan to portray as an extremist focused on helping Trump and not Arizonans.</p><p>Primaries will set the field for a top House battleground</p><p>Schweikert’s 1st District is a top battleground in the fight for a congressional majority. Anchored in Scottsdale, it is home to many of the white, highly educated and affluent voters who have soured on the GOP under Trump.</p><p>The Democratic Congressional Campaign Committee controversially threw its support behind Marlene Galán-Woods, a former television news anchor who used to be a Republican. Her late husband, Grant Woods, was the Republican attorney general in the 1990s and later became a vocal Trump critic.</p><p>Galán-Woods’ chief opponent, Amish Shah, is an emergency medicine doctor and former state legislator who was the nominee in 2024 but lost narrowly to Schweikert.</p><p>On the Republican side, former Arizona Cardinals kicker Jay Feeley has Trump’s endorsement. But he has been dogged by criticism for living outside the district — he resides in Biggs’ district and originally was running there until Trump endorsed a rival in that contest.</p><p>Feeley faces Joseph Chaplik, a former state legislator popular with many of the GOP’s grassroots activists, and businessperson John Trobough.</p><p>In Tucson, retired Marine drill instructor JoAnna Mendoza is running unopposed for the Democratic nomination to challenge second-term Republican Rep. Juan Ciscomani, who also has no primary opponent. The seat is perennially competitive in general elections and is a top pickup target for Democrats in November.</p><p>Meanwhile, the GOP primary for the safe Republican seat Biggs is vacating has turned salacious: Former Pinal County Sheriff Mark Lamb, who is endorsed by Trump, came under scrutiny for alleged sexual misconduct and abuse of power.</p><p>The county attorney cleared him of criminal wrongdoing, and Trump reiterated his endorsement this month. Lamb dismissed the allegations as “slander and lies.”</p><p>He faces Daniel Keenan, who owns a construction company.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6CR323HY64F2YU34IUILPXBQ3Q.jpg?auth=4ab42b05aa13ffa0fbe7fc97550e64d723083865d9719233d215c13cc238eaee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Andy Biggs, right, R-Ariz., who is running in the primary for Arizona governor, hugs a supporter at a campaign event, Friday, July 17, 2026, in Gilbert, Ariz. (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/UMFGGK2ELGLOPRFN6SOK73Y7MY.jpg?auth=4fd09708f3e940226d43ab72cb7d620568549b36454335844889cdb62572023e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. David Schweikert, R-Ariz., debates with his Republican opponents in the 2026 AZ Clean Elections governor primary debate, June 17, 2026, in Scottsdale, Ariz. (Diannie Chavez/The Arizona Republic via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Diannie Chavez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCPGWOUDFWA2MBCGUSSEVXOXXM.jpg?auth=d2692ef40c69f2e67e859c84d36699544704c8f559b46a2ec62254d6d7db1186&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marlene Galán-Woods, a Democratic candidate for the 1st Congressional District in Arizona, smiles as she speaks with a campaign volunteer at a voting location as voters cast their ballots on primary election day, Tuesday, July 21, 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/MUEVOHOPZUVEZRA64JOFWIWJIM.jpg?auth=ee2f7ffc792d973d4d53b5e0933461d16057ebb626faa1937471e88890132ef9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic candidate for Arizona's 1st Congressional Dr. Amish Shah poses, Thursday, July 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[US and Iran dig in over the Strait of Hormuz, showing the limits of intensifying airstrikes]]></title><link>https://www.local10.com/news/world/2026/07/21/us-and-iran-dig-in-over-the-strait-of-hormuz-showing-the-limits-of-intensifying-airstrikes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/21/us-and-iran-dig-in-over-the-strait-of-hormuz-showing-the-limits-of-intensifying-airstrikes/</guid><dc:creator><![CDATA[By BEN FINLEY and FARNOUSH AMIRI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.]]></description><pubDate>Tue, 21 Jul 2026 04:01:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. and Iran are back to bombing every day in a bid to control the Strait of Hormuz. And neither is backing down, showing the limitations of President Donald Trump’s reliance on escalating airstrikes to bend Tehran to his will.</p><p>While the Trump administration says it is open to diplomacy, Iran so far has refused to loosen its grip over the crucial oil shipping corridor in the Persian Gulf. It is raising questions about the strategy for the next phase of the conflict as intensifying attacks have collapsed an interim ceasefire deal, left additional American troops dead and sent U.S. gasoline prices back up — posing new problems for Republicans ahead of the midterm elections.</p><p>Even with glimmers of hope for talks, the sides could be headed back to all-out war, with Trump warning that “every time Iran kills an American Soldier” going forward, “they will pay for that killing many times over.”</p><p>The renewed escalations reflect "a fundamental misreading of the Iranian psyche and a lack of learning” from previous fighting, said Mona Yacoubian, director of the Middle East Program at the Center for Strategic and International Studies.</p><p>“I think it’s driven by a calculus on either side that they can double down on military escalation as a way of breaking the impasse and getting the other side to relent,” Yacoubian said. “The danger, of course, is that the more escalatory it becomes, the harder it will be to seize any potential opening back to diplomacy.”</p><p>The Trump administration says the door to diplomacy is open</p><p>Secretary of State Marco Rubio said the U.S. is still open to negotiating, telling reporters Sunday night that Iran continues "to send signals that they want to talk, that they want to negotiate, but their behavior is what we’re responding to. And their behavior is they’re launching missiles and drones at ships” in the Strait of Hormuz, where a fifth of the world's oil normally passes.</p><p>“The United States always remains open to a diplomatic solution, and we’ve tried multiple times with Iran, and we’ll continue to try," he said. "If that door opens, we’ll be happy to see it open.”</p><p>Trump is focused on making Iran pay for the recent deaths of U.S. troops, violations of the interim deal reached last month and attacks on ships in the strait, according to a U.S. official, who was not authorized to comment publicly and spoke on condition of anonymity.</p><p>The official said that military strikes on Iran would continue until Trump decides otherwise, but that talks between the countries also would go on.</p><p>For some outside observers, the administration appears to be struggling to find an off-ramp, both militarily and diplomatically.</p><p>“This administration currently is flustered,” said Alan Eyre, a former U.S. diplomat once involved in past nuclear negotiations with Tehran and now a fellow at the Middle East Institute. “It really doesn’t have a coherent and consistent strategy as to how to extricate itself from this quagmire.”</p><p>There are some limitations to Trump's air war</p><p>The U.S. military can only accomplish so much as it ramps up attacks on Iran, experts say.</p><p>The conflict has demonstrated the limits of relying solely on air power, said Christopher Preble, a scholar at the Stimson Center think tank focused on U.S. foreign policy. But he noted that sending in ground troops would be unpopular with many Americans and members of Congress.</p><p>“It seems that President Trump certainly has the capability to continue to bomb, and Iran will have the capability to continue to keep the strait closed — or closed well enough,” Preble said.</p><p>David Schenker, a former official in the first Trump administration who is now a fellow at the Washington Institute for Near East Policy, said the renewed strikes on Iranian infrastructure are a repeat of attacks during the early weeks of the war. And those did not result in Iran’s capitulation.</p><p>“The U.S. hit 13,000 targets in the first 6 weeks of the war, and this didn’t sway Iran to take a knee,” he said.</p><p>Retired Air Force Secretary Frank Kendall, who served under President Joe Biden, said previous wars such as Vietnam showed the limitations of air power alone.</p><p>“Generally, you have to couple air power with ground operations, sometimes naval operations as well, and certainly space today,” he said.</p><p>When launching the war on Feb. 28, the U.S. and Israel struck many fixed targets identified before the conflict began. But Iran had a long time to prepare for the attacks by concealing and dispersing weapons.</p><p>“So the easy targets are pretty much gone,” Kendall said. “They can hide ballistic missiles and cruise missiles and small air vehicles pretty easily. So it’s a very hard job to try to suppress that kind of a threat over a period of time. And that’s why they’re still able to attack not just ships in the Straits, but also our bases in the region and so on.”</p><p>Diplomacy has struggled with a lack of trust between the US and Iran</p><p>A diplomatic solution also could prove elusive.</p><p>Eyre, of the Middle East Institute, said the Trump administration has shown no preference for “actual diplomacy,” relying instead on close advisers with little international relations experience while outsourcing some of the work to mediators such as Qatar, Pakistan and Egypt.</p><p>“We’ve got a tough road ahead of us, but it theoretically could be done,” Eyre said of potential negotiations to end the conflict. “Unfortunately, there is so little mutual confidence in the other side. There’s so little bilateral trust between the U.S. and Iran that it makes everything so much harder.”</p><p>Both Schenker and Yacoubian said recent comments from Trump, Rubio and their Iranian counterparts reflect some openness to diplomacy.</p><p>Yacoubian pointed to the “measured” response from Trump and Defense Secretary Pete Hegseth to the recent killing of U.S. service members in Jordan, indicating a possibility for an off-ramp. Iran’s release last week of an Iranian-American woman who had not been allowed to leave the country also showed a sign of goodwill from Tehran, she said.</p><p>But these small, positive signals could quickly become moot if the decision by Yemen's Iran-backed Houthi rebels Monday to announce a maritime embargo against Saudi Arabia expands to a complete shutdown of the Bab el-Mandeb Strait.</p><p>That, Yacoubian says, could constitute “a perfect storm of disruption” for the already precarious global economy.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Aamer Madhani and Michelle L. Price contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7NIHZWU25S6FCO2LVGT4CDF2Y.jpg?auth=e19d7802cf5708fb934e8f85a7bb8ac7b13c3d6f2b18838578d9276b801ffa26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, right, salutes Air Force 89th Air Wing Deputy Commander Melissa Dombrock, left, before boarding Marine One upon his arrival at Joint Base Andrews, Md., Sunday, July 19, 2026. (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YIML5VAWQT7AKTER7JOKNIKSM.jpg?auth=cde541e19f8db7d9bb276b8f49eca512aca8bedadb588436d16433fd48246313&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks to reporters before departing Joint Base Andrews, Md., Sunday, July 19, 2026, en route to Manila, Philippines to attend the 59th ASEAN Foreign Ministers' Meeting. (Brendan Smialowski, Pool via AP) CORRECTION: Corrects day of the week from Monday to Sunday.]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLAA65FKLDWPAYKC5EXUIQ5KVU.jpg?auth=900509f17a940c9a7d617ba921fbc62912df252f2880551420db5f439b0e4385&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks to reporters before departing Joint Base Andrews, Md., Sunnday, July 19, 2026, en route to Manila, Philippines to attend the 59th ASEAN Foreign Ministers' Meeting. (Brendan Smialowski, Pool via AP) CORRECTION: Corrects day of the week from Monday to Sunday.]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content></item><item><title><![CDATA[Brewers remaining careful with Jacob Misiorowski as he returns from layoff]]></title><link>https://www.local10.com/sports/2026/07/20/brewers-remaining-careful-with-misiorowski-as-he-returns-from-layoff/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/brewers-remaining-careful-with-misiorowski-as-he-returns-from-layoff/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Milwaukee manager Pat Murphy says the Brewers want to monitor Jacob Misiorowski’s workload coming out of the All-Star break.]]></description><pubDate>Tue, 21 Jul 2026 04:55:01 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Milwaukee manager Pat Murphy says the Brewers want to monitor Jacob Misiorowski’s workload coming out of the All-Star break.</p><p>The first example of that came Monday night.</p><p>Misiorowski worked just four innings in an 8-3 victory over the New York Mets that marked his first appearance since pitching seven innings in a July 7 victory at St. Louis. The Brewers scratched Misiorowski from a scheduled July 12 start in Pittsburgh due to arm fatigue, and he didn’t pitch in the All-Star Game last week despite getting selected to the team for a second straight year.</p><p>“I think we take that as kind of a reset,” Murphy said before the game. “Now I think we have to build him back up and make sure that we are mindful of it.”</p><p>Misiorowski struck out six Monday while allowing one unearned run, four hits and a walk. Twenty-six of his 65 pitches went at least 100 mph, and he topped out at 104 mph on a first-inning fastball to Juan Soto. He reached 102 mph on 12 pitches, though all but one of them came in the first inning.</p><p>Murphy noted after the game that limiting Misiorowski to four innings wasn’t simply a matter of being careful with the flamethrowing right-hander. He said it was more a matter of “just being mindful of when a guy’s not right.”</p><p>“We would have probably let him go further if his delivery and his legs felt great,” Murphy said. “I think he was a little bit out of it. The long layoff kind of affected his delivery and everything else. I think it was important to notice that and get him out of there then. The velo dropped. He couldn’t find the rhythm on his heater and went to off-speed stuff.”</p><p>Misiorowski acknowledged that it felt a little more difficult than usual pitching Monday after such a long layoff.</p><p>“Of course,” Misiorowski said. “I felt like I wasn’t in my legs as well as I should have been, but I felt halfway decent. Good enough.”</p><p>The Brewers have reason to be careful with their star as he makes his way through his first full season in the big leagues.</p><p>Misiorowski already has pitched 115 innings this season. He worked 141 1/3 innings last year, including his regular-season totals in the majors and minors plus his 12 postseason innings during Milwaukee’s run to the NL Championship Series.</p><p>The Brewers (63-37) have the best record in the major leagues and lead the Chicago Cubs by seven games in the NL Central. Misiorowski has been baseball’s best pitcher, and the Brewers’ chances of making a deep postseason run likely depend on him staying healthy and effective.</p><p>Misiorowski hasn’t allowed an earned run in eight of his last 13 starts, and he owns a 9-2 record and 0.87 ERA during that stretch. He has a 1.57 ERA and 173 strikeouts this season to lead the majors in both categories.</p><p>The 24-year-old said after Monday’s game that he’s hopeful he can go longer in his next start and can ramp his way back up quickly after this recent time off. Misiorowski had spent the offseason preparing for the greater workload he expected to encounter this year.</p><p>“The offseason last year, we focused on legs and doing all that stuff to get myself ready for this track of the year,” Misiorowski said. “I feel good where I’m at. Ready to go.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WOLFA55LW4XW5RRWOFN4ZGGIAE.jpg?auth=985905738ae3b62e895c7556f2f900ffd81333719f4b57180f5e78691a7eebe5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski smiles during the fourth inning of a baseball game against the New York Mets, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEE223I47BLN2C6MBK2LJVH3XY.jpg?auth=9d842639bc03328326b9036c52c9aafbc66ca54bfdc9c83573a5bdccde9c20b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Jacob Misiorowski winds up to deliver during the second inning of a baseball game against the New York Mets, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FCRJOHRHHGJ4P7VAFU4RWXEDYY.jpg?auth=b084e0b8edbc0c0e63b3ec547913a0db0d637eb703f54cba10adb823edf60281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the second inning of a baseball game against the New York Mets, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[The Red Sox have won 14 straight and need 1 more to match an 80-year-old franchise record]]></title><link>https://www.local10.com/sports/2026/07/20/the-red-sox-have-won-14-straight-and-need-1-more-to-match-an-80-year-old-franchise-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/the-red-sox-have-won-14-straight-and-need-1-more-to-match-an-80-year-old-franchise-record/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Eighty years ago, a Boston Red Sox team led by future Hall of Famer Ted Williams went on a 15-game winning streak early in the season that still stands as the longest in team history.]]></description><pubDate>Tue, 21 Jul 2026 03:42:16 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Eighty years ago, a Boston Red Sox team led by future Hall of Famer Ted Williams went on a 15-game winning streak early in the season that still stands as the longest in team history.</p><p>On Tuesday night, the Red Sox can match that mark set by the 1946 club.</p><p>Caleb Durbin hit a tiebreaking homer over the Green Monster with two outs in the eighth inning, and the Red Sox extended the second-longest winning streak in club history to 14 games, beating Baltimore 6-5 on Monday night to snap the Orioles’ season-best win streak at seven.</p><p>“I’m trying not to, but I want it,” Durbin said about the possibility of tying the club record. “I can’t speak for anyone else. We really haven’t talked about it, but I want to make history here.”</p><p>Durbin, who had a miserable start to the season after being picked up in an offseason trade with Milwaukee, connected on a 1-0 cutter from Tyler Wells, setting off a celebration by his teammates in front of Boston’s dugout.</p><p>“It would mean a lot, for sure,” first baseman Willson Contreras said. “We are trying to play the same way every day. … If it happens, that would be great for us. We can celebrate that. If it doesn’t happen, you have to keep going.”</p><p>Boston was 37-48 when the streak began and is now in position for a wild-card playoff berth.</p><p>The Red Sox overcame three deficits on Monday.</p><p>“I can’t imagine it being more electric than tonight,” Durbin said. “It might be. Tonight was awesome, though.”</p><p>What was he thinking as he rounded the bases, heading toward a handful of players who were jumping up and down in front of the dugout?</p><p>“There’s not a lot of times that you black out -- as they say,’’ he said. “I think that was one of the moments where I didn’t know what was happening. I couldn’t tell you what I looked like running around the bases.”</p><p>Contreras was one of the first players to jump over the railing onto the field after Durbin’s shot.</p><p>“I felt like (the) playoffs, going to the World Series, to be honest,” he said. “Hopefully it happens. We’re on the way, but there’s a lot of season left, a lot of games to be played.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IS32T6OC7Y7FJKTZRX37HBHKCI.jpg?auth=04a59bbf8c28b40d525ae223ea75dfedf3df157752955fa0ab0b9b56608cf85e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin celebrates after defeating the Baltimore Orioles following a baseball game, Monday, July 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KL2JFWCZ34N3HBOGPMKI3Q3HYM.jpg?auth=e25d2e4cbd35563c2fe8ca39b235ae2bfb483b1af3ec25b46049b470737808c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin, right, celebrates with Willson Contreras after defeating the Baltimore Orioles following a baseball game, Monday, July 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LBZGLHK2ZTBJC33KUCQJBDF25M.jpg?auth=13fe68b5f7f5b9fbb95fd83f70f91f5480fdb75bfe846f8a0b318d29fea94559&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin celebrates after his home run in the eighth inning of a baseball game against the Baltimore Orioles, Monday, July 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[United Way Miami President Symeria Hudson discusses affordability on Local 10]]></title><link>https://www.local10.com/news/local/2026/07/20/united-way-miami-president-symeria-hudson-discusses-affordability-on-local-10/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/united-way-miami-president-symeria-hudson-discusses-affordability-on-local-10/</guid><dc:creator><![CDATA[Nicole Perez, Calvin Hughes]]></dc:creator><description><![CDATA[Affordability is an issue that impacts Americans on a day-to-day basis.]]></description><pubDate>Tue, 21 Jul 2026 02:01:53 +0000</pubDate><content:encoded><![CDATA[<p>Affordability is an issue that impacts Americans on a day-to-day basis.</p><p>That includes many in South Florida households that have found themselves struggling in recent years. </p><p>United Way Miami President and CEO Symeria Hudson spoke about the ongoing situation with Local 10’s Calvin Hughes and Nicole Perez, and their discussion can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man found dead near Fort Lauderdale roadway after hit-and-run crash, police say]]></title><link>https://www.local10.com/news/local/2026/07/20/man-found-dead-near-fort-lauderdale-roadway-after-possible-hit-and-run-crash-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/20/man-found-dead-near-fort-lauderdale-roadway-after-possible-hit-and-run-crash-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Fort Lauderdale police are investigating the death of a man whose body was discovered Monday morning along a roadway.]]></description><pubDate>Mon, 20 Jul 2026 15:08:53 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are investigating the death of a man whose body was discovered Monday morning along a roadway.</p><p><a href="https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/20/hallan-a-persona-muerta-junto-a-via-de-fort-lauderdale/"><b>Leer en español</b></a></p><p>According to police, the department was called at about 8:15 a.m. about a body being found along the 2600 block of West Commercial Boulevard.</p><p>Detectives said they discovered the man, identified as Dario Alejandro , 20, had been killed in a hit-and-run crash and said the vehicle involved in the crash has since been recovered, although the driver remains at large. </p><p>Sky 10 was above the scene shortly before 10:30 a.m. as a damaged e-bike was in the grass near the roadway.</p><p>Dario’s body was spotted a short distance away.</p><p>Police said FLPD’s Traffic Homicide Unit is investigating.</p><p>Anyone with information is asked to call the FLPD or Broward Crime Stoppers at 954-493-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[Power surge: Guardians hit 7 homers against Twins, 1 short of franchise record]]></title><link>https://www.local10.com/sports/2026/07/20/power-surge-guardians-hit-7-homers-against-twins-1-short-of-franchise-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/power-surge-guardians-hit-7-homers-against-twins-1-short-of-franchise-record/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Manager Stephen Vogt and the Cleveland Guardians have been searching for a breakout game on offense for most of the season.]]></description><pubDate>Tue, 21 Jul 2026 03:29:26 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Manager Stephen Vogt and the Cleveland Guardians have been searching for a breakout game on offense for most of the season.</p><p>They finally got it Monday night.</p><p>The Guardians hit seven home runs in a 13-4 victory over Minnesota Twins, one short of the franchise record and matching the record for a home game.</p><p>It was an unlikely power surge for the Guardians, who came into the game tied with Tampa Bay for the third-fewest homers in the majors with 94.</p><p>“A really fun night,” Vogt said. “The coolest feeling in the world is hitting a home run in the big leagues. So to see our guys keep doing it, obviously we’re getting good pitches to hit and we’re not missing them. I think that’s more telling than anything.”</p><p>Five of the longballs were by players who came into the game batting under .200. Petey Halpin and Rhys Hoskins each went deep twice and Patrick Bailey's shot in the seventh made it the sixth game in the franchise’s 125 seasons with at least seven homers. Cleveland hit eight home runs at Milwaukee on April 25, 1997, and at Seattle on July 16, 2004.</p><p>“We’ve been talking a lot about how both good and bad things are so contagious in this game and we feed off that as a team,” said Hoskins, who came into the game batting .177.</p><p>It was the first time two Cleveland players homered at least twice in a game since José Ramírez and Carlos Santana did it in 2019 against the Yankees.</p><p>Brayan Rocchio and Travis Bazzana also went deep for Cleveland, which also homered seven times at home on April 30, 2013 against the Philadelphia Phillies.</p><p>It’s the fourth time this season a major league team has hit at least seven homers. The Chicago Cubs had eight in their 23-3 win over the San Diego Padres on July 1.</p><p>Twins starter Joe Ryan became the 11th starting pitcher in major league history to give up six homers in a game. It was also a franchise record for homers allowed. Ryan, who pitched in his second All-Star Game last week, left too many of his 78 pitches over the middle of the plate as the Guardians took advantage of an off night by the right-hander.</p><p>“It’s a tough one, right, because I’m the one that’s wearing it. It’s definitely all on me,” said Ryan, who allowed eight runs and a career-high 10 hits in four innings, raising his ERA from 2.85 to 3.38. “It’s definitely frustrating and not the way you want to start a series against this team. They beat me to the spot more times than I got them.”</p><p>Vogt was happiest for Halpin, who hit his first two major league homers with drives to right-center in the second and fourth innings.</p><p>“It feels incredible. I think that my role and what I try to do is get on base for the guys that do hit home runs. And today I was able to connect on a couple of them,” Halpin said.</p><p>Halpin's homer in the fourth extended Cleveland's lead to 8-2. According to Sportradar, it was the first time since 1974 — when innings data started to be tracked — that Cleveland had six homers in the first four innings. It had five on July 22, 1994, against the Chicago White Sox and on Aug. 15, 2019, at the New York Yankees.</p><p>It was the 24th time that has happened in the majors during that span. The last was by the New York Yankees on Aug. 27, 2025, against the Washington Nationals.</p><p>Rocchio hit a two-run homer to right in the first. Two pitches later, Hoskins followed with a drive down the line in left to make it 3-0. It was the second time this season that Rocchio and Hoskins have gone back to back. They also did it against the Twins on July 8.</p><p>Bailey led off the seventh with a solo shot to center off Woo-Suk Go. The Guardians also had three other balls that went off the wall for doubles.</p><p>“I think it was just a great commitment on our part to really not be sold out, but be really confident about what we’re trying to do with the fastball,” Hoskins said. “I also think it gives you some conviction on which ones are balls. And I think we just did a really good job of that today. Ready to hit on the ones that weren’t up. And I think a lot of those are the ones that we did damage on, those are the pitches that you can’t miss against a guy like that and we just didn’t do that tonight.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WKGTPWBYI72E5SHHIMEPNFFBXA.jpg?auth=e6f75cf72f244a4d7d248dd50ad16ae5f7aa23cc9773cf4dc599c29945ac5508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Rhys Hoskins celebrates in the dugout after hitting a home run in the first inning of a baseball game against the Minnesota Twins in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZFPWSGAQ25G7D6MM2LZUXGZ4JI.jpg?auth=44db40085305a3211ff6db4c6e3ef0ae5117367be53197576f1f61b0b3938b2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Twins center fielder Austin Martin jumps for but can't get to a ball hit for a home run by Cleveland Guardians' Patrick Bailey in the seventh inning of a baseball game in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZVDMQGJX6BRDD3KAXUSQGLWGE.jpg?auth=0c4bd73f0cef9c1cd580c182939992a42d945bf19976939261cf5482432c7061&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Petey Halpin drops his bat as he watches his home run in the fourth inning of a baseball game against the Minnesota Twins in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZRWAZFFXKB5SJXYSHETWXRJ5Q.jpg?auth=d1f165826681af9aaac5939ad526b729e498344458574d1db30cc49e552bf3e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Travis Bazzana (37) gestures as he runs the bases with a home run in the second inning of a baseball game against the Minnesota Twins in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KY2674OWT6WF7BLRKYAJSZXL4U.jpg?auth=76f2f1523bf8b1947207894793b20ccbd71c6838a0fdfdb4a60f1690c788b5aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Twins pitcher Joe Ryan (41) waits for a new ball as Cleveland Guardians' Rhys Hoskins, left, runs the bases after hitting a home run in the first inning of a baseball game in Cleveland, Monday, July 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Ortega cancela los comicios de 2027 en Nicaragua y advierte que "no volverá a haber elecciones"]]></title><link>https://www.local10.com/espanol/2026/07/20/ortega-cancela-los-comicios-de-2027-en-nicaragua-y-advierte-que-no-volvera-a-haber-elecciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/20/ortega-cancela-los-comicios-de-2027-en-nicaragua-y-advierte-que-no-volvera-a-haber-elecciones/</guid><dc:creator><![CDATA[Por ANNA-CATHERINE BRIGIDA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — El presidente Daniel Ortega manifestó que Nicaragua no celebrará elecciones en el corto plazo, una declaración que subraya sus empeños por prolongar su gobierno de casi 20 años y que frustra las esperanzas de la oposición de que pudiera atender sus exigencias de una votación democrática.]]></description><pubDate>Tue, 21 Jul 2026 00:27:15 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El presidente Daniel Ortega manifestó que Nicaragua no celebrará elecciones en el corto plazo, una declaración que subraya sus empeños por prolongar su gobierno de casi 20 años y que frustra las esperanzas de la oposición de que pudiera atender sus exigencias de una votación democrática.</p><p>El anuncio canceló de facto los próximos comicios en el país, previstos originalmente para noviembre de 2027, luego de que en enero de 2025 el Congreso controlado por el gobierno votara ampliar un año el mandato presidencial de cinco años.</p><p>Ortega habló el domingo durante el aniversario de la Revolución Sandinista, la cual derrocó la dictadura de Anastasio Somoza en 1979 y lo llevó por primera vez al poder. Regresó a la presidencia en 2007, y desde entonces ha reescrito la Constitución, aplastado a la oposición política y consolidado su control sobre prácticamente todas las ramas del gobierno nicaragüense.</p><p>Desde las protestas masivas de 2018, que derivaron en una sangrienta represión gubernamental que dejó cientos de muertos, Ortega y su esposa y copresidenta, Rosario Murillo, se han aferrado al poder.</p><p>Ortega se declaró ganador de las elecciones de 2021 —una votación que la comunidad internacional considera ilegítima— después de encarcelar a todos los candidatos que podrían haberlo derrotado. Estados Unidos no reconoce su presidencia.</p><p>“Aquí no volverá a haber elecciones”, declaró Ortega en un discurso en el que arremetió contra Washington, su adversario de larga data. “Aquí se acabó la historia de que los partidos puestos por los yanquis, puestos por los somocistas, volverán a llegar al gobierno”.</p><p>“Jamás, jamás, jamás”, expresó al referirse a cualquier elección futura.</p><p>Opositores y grupos defensores de los derechos humanos señalaron que el anuncio del domingo representa una intensificación de las maniobras, a medida que Ortega afianza aún más su control sobre Nicaragua.</p><p>Juan Sebastián Chamorro, candidato en 2021 que estuvo preso hasta que fue enviado a Estados Unidos en 2023 junto con más de 200 presos políticos, dijo que el anuncio deja al descubierto el plan de larga data de Ortega de concentrar el poder en manos del Partido Sandinista, en forma similar a otros países de partido único como China y Cuba.</p><p>“Es evidente que Ortega y Murillo temen la idea de que la más mínima apertura política pueda crear las condiciones para que se manifieste la disidencia y amenace su control del poder”, sostuvo Tiziano Breda, analista sénior para América Latina de ACLED, monitor independiente de conflictos.</p><p>“En lugar de montar una elección amañada, han optado por eliminar por completo la competencia electoral”, añadió.</p><p>Danny Ramírez Ayérdiz, abogado nicaragüense y fundador del Centro Interamericano para la Asistencia Legal en Derechos Humanos, que investiga abusos del gobierno de Ortega y Murillo desde Argentina, dijo que el anuncio “termina evidenciando el rostro de una dictadura que ya sin ningún tipo de de pudor se enraizó al poder”.</p><p>“También da cuenta de un nivel posible mayor de represión contra personas que exijan la salida del poder, o la realización de procesos electorales”, agregó.</p><p>Al menos 46 personas están encarceladas en Nicaragua por razones políticas, según el grupo Mecanismo para el Reconocimiento de Personas Presas Políticas, que da seguimiento a los casos. Nicaragua niega tener presos políticos.</p><p>Tras la operación militar de Estados Unidos en enero que capturó al entonces presidente de Venezuela, Nicolás Maduro, el gobierno nicaragüense anunció que liberaría a más presos, aparentemente en un intento por evitar presiones sobre sí mismo.</p><p>Pero no ha habido continuidad, y hay poca transparencia sobre el tema. Al menos un activista encarcelado ha muerto desde entonces.</p><p>En años recientes, el gobierno ha liberado a cientos de activistas, líderes religiosos y políticos encarcelados —incluidos varios candidatos presidenciales de 2021— hacia Estados Unidos y Guatemala, despojando a muchos de su ciudadanía nicaragüense y de sus pertenencias.</p><p>Quienes fueron liberados describieron que estuvieron recluidos en aislamiento y dijeron que fueron sometidos a tortura física y psicológica.</p><p>Desde 2018, Nicaragua también ha clausurado más de 5.000 organizaciones, en su mayoría religiosas, y ha obligado a miles a huir del país. Previamente en julio, el gobierno de Ortega y Murillo despojó masivamente a abogados de sus licencias para ejercer, en lo que expertos de la ONU calificaron como una “purga de la profesión jurídica”.</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/ZRE5S2FMCBYYSZ7EW6MPR747FE.jpg?auth=e0846b894c2831159703baa7ea895ce3fbd89a27c5271dd64d8a8855ae3c13e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente Daniel Ortega y su esposa, la vicepresidenta Rosario Murillo, encabezan un mitin el 5 de septiembre de 2018, en Managua, Nicaragua. (AP Foto/Alfredo Zúñiga, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alfredo Zuniga</media:credit></media:content></item><item><title><![CDATA[Haitian gangsters turn Port-au-Prince into ‘kill zone,’ celebrate on TikTok, U.S. diplomat says]]></title><link>https://www.local10.com/news/world/2026/07/20/haitian-gangsters-turn-port-au-prince-into-kill-zone-celebrate-on-tiktok/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/20/haitian-gangsters-turn-port-au-prince-into-kill-zone-celebrate-on-tiktok/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description></description><pubDate>Tue, 21 Jul 2026 00:02:38 +0000</pubDate><content:encoded><![CDATA[<p>Haitian gangsters have turned Port-au-Prince into a “kill zone,” the U.S. Ambassador to the United Nations said on Monday. </p><p>Michael Waltz, a former U.S. Army Special Forces officer, told <a href="https://www.youtube.com/watch?v=vYRfQo6JMxc" target="_self" rel="" title="https://www.youtube.com/watch?v=vYRfQo6JMxc">the U.N. Security Council</a> the gangsters took over the main port. </p><p>“They are exporting their crime far beyond Port-au-Prince,” Waltz said. “What was incredibly disturbing, amongs many things, is that they are valorizing it, they are celebrating it on social media sites like TikTok and Facebook and Instagram.”</p><figure><img src="https://www.local10.com/resizer/v2/UKNF3QB2JVAJ3HJFPMS36Q4K7M.jpg?auth=a978f76641ee46becd8d1bfb9a6b49a0658c3258d6d1079bccb408d55c086f23&smart=true&width=1200&height=900" alt="People place plastic tarps over their tents ahead of expected rain at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Thursday, Oct. 23, 2025. (AP Photo/Odelyn Joseph)" height="900" width="1200"/><figcaption>People place plastic tarps over their tents ahead of expected rain at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Thursday, Oct. 23, 2025. (AP Photo/Odelyn Joseph)</figcaption></figure><p>Waltz said the U.S. will be working “in the very near future” to stop the Haitian gangsters from earning an income from the traffic on their social media posts. </p><p>The gangsters are “portraying themselves as revolutionaries as they recruit children to their cause,” and “move guns and drugs and terror,” Waltz said. </p><p><a href="https://www.fbi.gov/wanted/additional/jimmy-cherizier" target="_self" rel="" title="https://www.fbi.gov/wanted/additional/jimmy-cherizier">Jimmy “Barbecue” Chérizier</a>, a former elite police officer wanted by the FBI, is the leader of the “Viv Ansanm” or Living Together, a gang alliance in Port-au-Prince. </p><p>“There will be hell to pay,“ Waltz wrote <a href="https://x.com/USAmbUN/status/2079263038952071297" target="_self" rel="" title="https://x.com/USAmbUN/status/2079263038952071297">on X</a> in a message for gang leaders in Haiti about the U.N.-backed multinational <a href="https://www.un.org/en/delegate/haiti-new-%E2%80%98suppression-force%E2%80%99-haiti-amid-gang-violence" target="_self" rel="" title="https://www.un.org/en/delegate/haiti-new-%E2%80%98suppression-force%E2%80%99-haiti-amid-gang-violence">gang suppression force</a> commanded by Mongolian Maj. Gen. Erdenebat Batsuuri. </p><p>The U.N. <a href="https://www.facebook.com/reel/911714601190368/" target="_self" rel="" title="https://www.facebook.com/reel/911714601190368/">estimates</a> that the gangs have internally displaced about 1.5 million people. </p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Haiti is only a few hundred miles from Florida. <br><br>What happens there does not stay there. <br><br>Gangs are moving guns, drugs, and terror through the Caribbean—to our shores, at our border, and in our communities. <a href="https://t.co/6oiU9uPcPg">pic.twitter.com/6oiU9uPcPg</a></p>&mdash; Ambassador Mike Waltz (@USAmbUN) <a href="https://x.com/USAmbUN/status/2079264055877870075?ref_src=twsrc%5Etfw">July 20, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The Gang Suppression Force will do EXACTLY what it was named to do: suppress the lawless thugs causing chaos in Haiti and threatening the entire region. <br><br>My message to the gang leaders, like ‘Barbecue’: There will be hell to pay. <a href="https://t.co/1uBVqwRyaa">pic.twitter.com/1uBVqwRyaa</a></p>&mdash; Ambassador Mike Waltz (@USAmbUN) <a href="https://x.com/USAmbUN/status/2079263038952071297?ref_src=twsrc%5Etfw">July 20, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IJ3OYWYHNBAZQZHNKG4GGKZ5AM.jpg?auth=0ee3b037e49b977e46bea78c9723dd7ccd62eb8a575796059ce2dc3ac76c138a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Barbecue, the leader of the "G9 and Family" gang, stands next to garbage to call attention to the conditions people live in as he leads a march against kidnapping through La Saline neighborhood in Port-au-Prince, Haiti, Friday, Oct. 22, 2021. The group said they were also protesting poverty and for justice in the slaying of President Jovenel Moise. (AP Photo/Odelyn Joseph, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Topps to release a trading card of the photo of a young Messi holding infant Lamine Yamal]]></title><link>https://www.local10.com/sports/2026/07/20/topps-to-release-a-trading-card-of-the-photo-of-a-young-messi-holding-infant-lamine-yamal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/20/topps-to-release-a-trading-card-of-the-photo-of-a-young-messi-holding-infant-lamine-yamal/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Topps is creating a trading card of what became a famous photo during the World Cup of Argentina's Lionel Messi holding Spain's Lamine Yamal, the company said Monday.]]></description><pubDate>Mon, 20 Jul 2026 23:58:27 +0000</pubDate><content:encoded><![CDATA[<p>Topps is creating a trading card of what became a famous photo during the World Cup of Argentina's Lionel Messi holding Spain's Lamine Yamal, the company said Monday.</p><p>Messi, whom many consider soccer's greatest player, was photographed holding Yamal, then an infant and now a 19-year-old rising star. The two met in Sunday's final, with Yamal and Spain defeating Messi and Argentina 1-0.</p><p>That game was a potential changing of the guard with the 39-year-old Messi perhaps playing in his final World Cup.</p><p>Playing for Barcelona at the time of the initial meeting with Yamal, Messi took part in a fundraising drive for UNICEF and wound up holding the player who could be the future face of the sport. Yamal has followed in Messi's footsteps by becoming Barcelona's standout player.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DCFBHRRLJ4CGLQ5CPNF4MOVOSA.jpg?auth=e7e7948b23708ee01664b0748190479dd28b48e6b5f40dc6c9c8070165a212dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[20-year-old soccer star Lionel Messi cradles Lamine Yamal, who was merely six months old at the time during a photo session in Sept. 2007 in the dressing room of the Camp Nou stadium in Barcelona, Spain. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDBGYXOAU7NUU3X4S2B3V3ZCAQ.jpg?auth=eadbbc2c297f0073026b9c4894c51070541641b3505ee2277cd66cf66dd9735e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[20-year-old soccer star Lionel Messi helps to bathe Lamine Yamal, who was merely six months old at the time, during a photo session in Sept. 2007 in the dressing room of the Camp Nou stadium in Barcelona, Spain. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item></channel></rss>