<?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>Mon, 24 Aug 2026 23:21:05 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[BSO deputy facing charges stemming from domestic incident in Miramar]]></title><link>https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A deputy with the Broward Sheriff’s Office is facing charges stemming from a domestic incident. ]]></description><pubDate>Mon, 24 Aug 2026 23:10:49 +0000</pubDate><content:encoded><![CDATA[<p>A deputy with the Broward Sheriff’s Office is facing charges stemming from a domestic incident. </p><p>Officials said BSO deputy Isaiah Williams was taken into custody on Monday. </p><p>According to the Miramar Police Department, officers responded to a home along the 11000 block of Southwest 45th Court at approximately 2:05 a.m. Monday after receiving reports of a domestic battery. </p><p>Officers said that Williams had already left the scene when they arrived. </p><p>After detectives arrived and investigated the incident, police said an arrest warrant was completed for Williams. </p><p>Later Monday, Williams surrendered himself to police, according to Miramar PD. </p><p>He is facing charges of simple battery, domestic battery by strangulation, robbery by sudden snatching with a firearm and tampering/altering evidence. </p><p>In a statement, BSO told Local 10 News that Williams was placed on administrative investigative leave without pay as a result of his arrest. </p><p>Authorities did not provide any additional information regarding the circumstances that led to Williams’ charges.</p><p>As of Monday evening, Williams was being held at the Broward Main Jail. </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/XQVX6VQ2URDCPP7PZHRW6PUK3Y.jpg?auth=6f3f5d4612d0a47019d6db3e84b04d36309ab2a9a2f65c413a51700e971c7563&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Minnesota's kicking competition muddied by NCAA eligibility court ruling]]></title><link>https://www.local10.com/sports/2026/08/24/minnesotas-kicking-competition-muddied-by-ncaa-eligibility-court-ruling/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/minnesotas-kicking-competition-muddied-by-ncaa-eligibility-court-ruling/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — The eligibility chaos across college football has seeped into depth charts for several programs with the regular season fast approaching.]]></description><pubDate>Mon, 24 Aug 2026 23:11:52 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — The eligibility chaos across college football has seeped into depth charts for several programs with the regular season fast approaching.</p><p>The competition at Minnesota for the place kicking job has sure become complicated.</p><p>Brady Denaburg handled that job last year for the Gophers after spending his first three college seasons at Syracuse, and he was out of the picture until a federal judge in Denver ruled on July 31 that athletes from the 2022 high school class were eligible for a fifth year.</p><p>The NCAA had previously excluded that class from the new “five-for-five” rule that was designed to add clarity and fairness to college sports in the wild era of the transfer portal, revenue sharing and name, image and likeness earnings.</p><p>The Denver ruling was then temporarily halted on Friday by an appeals court injunction, putting thousands of athletes nationwide, like Denaburg, back in the lurch.</p><p>“Playing’s in limbo,” Gophers coach P.J. Fleck said after practice on Monday, just 10 days before his team's opener against Eastern Illinois. “I do hope that we come to some resolution at some point about what we’re going to do with all these players, because at the end of the day, if all we say is it’s about the student-athlete, then we have to make the decisions for them. Right, wrong or indifferent, legal cases, all those things, let’s get some direction of exactly what they’re going to be able to do. Because it’s lawsuit after lawsuit, just a ping-pong match that goes back and forth.”</p><p>The confusion also has spilled into Indiana's national championship title defense.</p><p>Following the initial ruling, sixth-ranked Indiana welcomed back two starting defensive linemen — Stephen Daley, who was the Big Ten's co-leader in tackles for loss (19) last season despite getting injured during the conference championship game celebration, and Kellan Wyatt, who missed the final nine games last season with a knee injury in mid-October.</p><p>Daley and Wyatt were practicing, for now, and Indiana coach Curt Cignetti threw his full support behind them on Monday.</p><p>“I think in their case, you’re creating opportunities,” Cignetti said. "You look at Wyatt, he started less than half the games last year and got hurt. Then, Daley started six out of 16 games, got hurt. Both had pro potential, but because of injury didn’t end up in NFL camp. We’d have to make no roster cuts if they’re eligible to play. We’re going to support them in their quest to be eligible to play.”</p><p>For the Gophers, it's even more nuanced than that.</p><p>The federal ruling from Denver was clarified three days later to exclude athletes who'd already signed professional contracts, which prompted a countersuit filed in Louisiana state court that gained a temporary restraining order on Wednesday. Former New Mexico kicker Luke Drzewiecki, who was in rookie minicamp with the Baltimore Ravens this spring, was in that group.</p><p>Drzewiecki entered the transfer portal and picked Minnesota, following special teams coordinator Daniel Da Prato, who'd jumped from the Lobos to Gophers this offseason.</p><p>With sophomore Daniel Jackson and Michigan transfer Beckham Sunderland, who has begun his third college season, the Gophers now have four kickers in the mix in practice. Anywhere between two and four of them will be eligible to play in the opener, which has obviously complicated the decision for Fleck and Da Prato.</p><p>“It kind of reminds you of the 2020 season with COVID. You didn’t know who was going to play. You didn’t know who passed the test right before the game or who wouldn’t pass the test,” Fleck said. “You’d have no idea, so you had to prepare for all of it. In that small scale, it’s kind of a little bit what we’re preparing for.”</p><p>With four kickers rotating, the Gophers have spent more time on field goal drills in fall camp than they have in the past. Sunderland also had Da Prato as a special teams coordinator at Texas State in 2024. He has never attempted a kick in a college game, only kickoffs. Jackson took two extra points and three kickoffs last season.</p><p>Denaburg was 33 for 33 on extra points last year and 14 for 21 on field goals, missing three of five attempts from 40-plus yards. Drzewiecki sparkled for New Mexico during his senior season, making 36 of 36 extra points and 18 of 19 field goals.</p><p>“We don’t know what will happen and who will be eligible and who won’t be eligible. You’d love some answers as soon as possible,” Fleck said. “We’re preparing for some of those guys to be eligible and we’re also preparing for everybody to be eligible, and that’s why this kicking competition continues to go through all the way."</p><p>___</p><p>AP Sports Writer Mike Marot in Indianapolis contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VZ5CT4QM32CISS2NDX57YDOQ4.jpg?auth=06ad8e083e9b32a4752dd197214e4ed61611edc9794f8d483300be01361a4770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota kicker Brady Denaburg attempts a field goal during the first half of an NCAA college football game against Wisconsin Nov. 29, 2025, in Minneapolis. (AP Photo/Tom Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Baker</media:credit></media:content></item><item><title><![CDATA[Cubans turn to solar to keep lights on during fuel blockade — if they can afford it]]></title><link>https://www.local10.com/news/world/2026/08/24/cubans-turn-to-solar-to-keep-lights-on-during-fuel-blockade-if-they-can-afford-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/cubans-turn-to-solar-to-keep-lights-on-during-fuel-blockade-if-they-can-afford-it/</guid><dc:creator><![CDATA[Ed Augustin]]></dc:creator><description><![CDATA[In Cuba, the U.S. fuel blockade and the country’s aging power grids barely provide more than two hours of electricity a day. Solar panels have become the popular alternative, but at a very big price.]]></description><pubDate>Mon, 24 Aug 2026 21:17:21 +0000</pubDate><content:encoded><![CDATA[<p>In Cuba, the U.S. fuel blockade and the country’s aging power grids barely provide more than two hours of electricity a day. Solar panels have become the popular alternative, but at a very big price. </p><p>Seven months into the effective blockade, long power outages were widespread before — now many people get just one hour a day. But in Havana’s wealthier Playa municipality, people are installing their own electricity systems.</p><p>Resident Esther Torres had solar panels installed in the spring.</p><p>“It’s gone well with the panels because we spend too many hours without electricity and it’s an alternative you have to pay for to have power, to conserve food, and to be able to sleep better,” Torres said.</p><p>Her daughter, who lives in Chile, paid around $4,000 for the panels, the battery and everything needed to connect them.</p><p>“My mom is 80 years old and it was necessary for her quality of life,” Torres said. “It’s not a luxury, it’s a necessity.”</p><p>The Cuban government is pursuing the same strategy on a much bigger scale: expanding solar power — not so much to save the environment, as to keep the lights on.</p><p>In just one year, Cuban imports of Chinese solar panels increased 34-fold — the fastest growth anywhere in the world.</p><p>More than 50 solar parks have already been built. With China’s help, more are under construction.</p><p>Panels have also been installed on hospitals.</p><p>But on an island where the average state salary is just $11 a month, solar power remains out of reach for the vast majority.</p><p>“I have a neighbor who has it, but he has people outside the country who help financially,” one resident said. “I make the basic salary, so how could I afford it?”</p><p>Looking around a working-class neighborhood in Centro Habana, there are very few solar panels on the roofs of residential buildings. </p><p>The Cuban Revolution of 1959 promised people equality — but these days, one of the fault lines between rich and poor is who has electricity. The Trump administration is making a bad situation worse: sanctions this May hit shipping companies, leaving thousands of containers destined for Cuba stranded in Caribbean ports. </p><p>Fewer solar panels are getting into the country, and the price of solar has doubled. And that affects regular people desperate to get a little bit more electricity.</p>]]></content:encoded></item><item><title><![CDATA[US urges new UN sanctions to spur rivals in Sudan to negotiate an end to war]]></title><link>https://www.local10.com/news/world/2026/08/24/us-urges-new-un-sanctions-to-spur-rivals-in-sudan-to-negotiate-an-end-to-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/us-urges-new-un-sanctions-to-spur-rivals-in-sudan-to-negotiate-an-end-to-war/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The United States is urging beefed-up U.N. sanctions against the warring parties in Sudan to build pressure on them to negotiate an end to the fighting that has killed at least 59,000 people, displaced some 13 million and pushed many parts of the African nation into famine.]]></description><pubDate>Mon, 24 Aug 2026 22:44:06 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The United States is urging beefed-up U.N. sanctions against the warring parties in Sudan to build pressure on them to negotiate an end to the fighting that has killed at least 59,000 people, displaced some 13 million and pushed many parts of the African nation into famine.</p><p>President Donald Trump’s senior adviser for Arab and African affairs, Massad Boulos, told the U.N. Security Council on Monday that financial, military and political support given to either the government forces or the rival paramilitary group, Rapid Support Forces, remains a driver of the conflict, now in its fourth year.</p><p>Boulos did not name any countries providing that support. Egypt has been a vocal supporter of Sudan’s military, while the United Arab Emirates is accused by U.N. experts and human rights groups of providing arms to the RSF, which it has repeatedly denied.</p><p>He said the Security Council has the tools to curtail the provision of “a tremendous and increasing amount of military support to both warring parties” from “numerous external actors.”</p><p>U.N.-backed human rights investigators two years ago called for the expansion of an arms embargo on Sudan’s long-restive western Darfur region — scene of mass atrocities between 2003 and 2005 — to cover the entire country.</p><p>Boulos said a proposed U.S. resolution before the U.N. Security Council would expand the arms embargo throughout Sudan. It also would apply “to all parties operating in the territory” and reaffirm that drones and related technologies are part of the arms embargo.</p><p>Experts say Sudan's army and the RSF are competing to obtain new drone models. Rights groups have said the use of unmanned aircraft has become increasingly common in the northeast African nation’s war.</p><p>The U.S. draft resolution, obtained by The Associated Press, deplores “the continuous influx of external military assistance, weapons, and ammunition to the warring parties, which is prolonging the conflict and undermining mediation efforts,” including launching drones and unmanned aerial systems from third countries.</p><p>The proposed resolution demands that all countries “cease any direct or indirect support to the warring parties, be it logistical, financial or military, which enables conflict to continue.”</p><p>The conflict exploded from a power struggle that emerged following Sudan’s transition to democracy after an uprising forced the military ouster of longtime autocratic President Omar al-Bashir in April 2019.</p><p>Tensions boiled over three years later between Sudan’s military chief Gen. Abdel-Fattah Burhan, who chairs the ruling sovereign council, and RSF commander Gen. Mohamed Hamdan Dagalo, who was Burhan’s deputy.</p><p>Burhan said Monday that new sanctions would not deter his troops from carrying on with their war until all RSF-controlled areas are captured, according to the army-controlled SUNA news agency.</p><p>“Our souls and destiny are in God’s hands,” he said while attending the graduation ceremony of new police officers in the capital, Khartoum. “Our message to those staying in hotels abroad and cheering at sanctions that are meant to subjugate the Sudanese people is the following: The people will not be broken, but we will break and defeat you.”</p><p>U.N. political chief Rosemary DiCarlo told the Security Council that despite numerous diplomatic efforts to get government and paramilitary leaders to start negotiations and end hostilities, “the parties remain locked in a zero-sum military logic.”</p><p>"Greater international attention and action are urgently needed for them to change that calculus,” she said.</p><p>___</p><p>Associated Press writer Noha Elhennawy in Cairo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SXXXQN3MPIAFUCPZNLQFTH6LI.jpg?auth=ed22aaad2ee80c8099a1e9b30c822910a5c745483096cf59f187567c63939510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fighters of armed defectors from the paramilitary Rapid Support Forces (RSF) celebrate, as they are believed to be surrendering to the Sudanese army, in the west of Omdurman, just outside Khartoum, Sudan, Wednesday, Aug. 19, 2026. (AP Photo/Mohnd Blal)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohnd Blal</media:credit></media:content></item><item><title><![CDATA[Family of USS Lincoln sailor ‘stressed’ after CBP arrests father in Key West, brother says]]></title><link>https://www.local10.com/news/local/2026/08/24/family-of-uss-lincoln-sailor-stressed-after-cbp-arrests-father-in-key-west-brother-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/family-of-uss-lincoln-sailor-stressed-after-cbp-arrests-father-in-key-west-brother-says/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A South Florida family is reacting Monday after the father of a U.S. Navy sailor was arrested by U.S. Customs and Border Protection agents in Key West.]]></description><pubDate>Mon, 24 Aug 2026 22:43:03 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida family is reacting Monday after <a href="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/">the father of a U.S. Navy sailor was arrested by U.S. Customs and Border Protection agents</a> in Key West.</p><p>Luis Manuel Aviles, 48, was arrested after leaving his house to take his car to the mechanic, according to his wife, Argelia Aviles. </p><p>She said her husband, who works as a handyman in Key West, has a permit to work in the United States. Originally from Nicaragua, he has lived in the U.S. for 19 years.</p><p>Federal authorities told Local 10 News that a work permit doesn’t grant legal immigration status, and that Aviles came to the country illegally in 2006 from Nicaragua. </p><p>Aviles’ son, Joshua, posted to Facebook that he got the news while aboard the USS Lincoln while on a nine-month deployment in the Middle East. </p><p>He wrote: “This is heartbreaking for me…He is a hardworking, humble man.”</p><p>Aviles’ younger son, also named Luis, told Local 10 News on Monday the family has been “stressed.”</p><p>“He’s a good father. He doesn’t deserve it,” Aviles Jr. said. </p><p>“Having a family member in the military is not a free pass to violate our nation’s laws,” a U.S. Department of Homeland Security spokesperson wrote to Local 10, adding that the Trump administration “does not pick and choose which laws to enforce.”</p><p>There is a military program known as “parole in place” to obtain legal status. But not everyone is eligible, and it’s not granted automatically, according to DHS.</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[Trump's 'economic D-Day' threats become warnings for countries to sever financial ties with Iran]]></title><link>https://www.local10.com/news/world/2026/08/24/trumps-economic-d-day-threats-become-warnings-for-countries-to-sever-financial-ties-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/trumps-economic-d-day-threats-become-warnings-for-countries-to-sever-financial-ties-with-iran/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, CHRISTOPHER RUGABER, AAMER MADHANI and DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.]]></description><pubDate>Mon, 24 Aug 2026 21:41:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.</p><p>President Donald Trump’s pledge last week to unleash an “economic D-Day” against Tehran turned out to be new warnings to cut off Iran from the rest of the global economy. Asked why the U.S. was not imposing secondary sanctions on Iran’s trading partners, Bessent told reporters he wanted countries to have an opportunity to shift away from Iran before it was too late.</p><p>“Why would I want to blow up the global financial system?” Bessent said.</p><p>The Trump administration is struggling to find an off-ramp nearly six months into an unpopular war with an increasingly obstinate Iran. Diminishing stockpiles of key weapons appear to have forced U.S. officials to pivot to economic warfare, though Defense Secretary Pete Hegseth said later Monday that he was not ruling out resuming strikes to hit Iran during a lull in hostilities.</p><p>Washington had promised new sanctions would put even more pressure on an Iranian economy already battered by previous penalties and a U.S. naval blockade.</p><p>But the announcement Monday provided little detail and did not name which countries could face secondary sanctions. China, Turkey and the United Arab Emirates are Iran’s largest trade partners.</p><p>“We are level-setting with every country to tell them our expectations. We know who they are. They know who they are,” Bessent said. “So when the hammer of U.S. Treasury actions falls upon them, they will have no one to blame but themselves.”</p><p>Dubbing the campaign “Operation Economic Outcast,” Bessent said Trump has been “making phone calls to world leaders with specific requests to cease their interactions” with Iran and has already seen results.</p><p>The UAE announced last week that it was suspending all trade, commercial exchanges and financial transactions with Iran until further notice after a reported missile attack on the Gulf country. Bessent said the UAE decision was “not a coincidence.”</p><p>Shortly before the announcement, Iranian parliamentary Speaker Mohammad Bagher Qalibaf said the U.S. is not in an economic position to further restrict Tehran’s relations with other countries.</p><p>“Iran’s trading partners, both in the media and through messages sent to us, have made it clear that they don’t take these statements into account anywhere,” Qalibaf, who has been Iran’s lead negotiator over the past six months, posted on X.</p><p>Bessent is pressed on what the new campaign means for China</p><p>Asked whether the U.S. would target China, Bessent said that “no one is above the reach of U.S. sanctions,” despite the fragile trade truce in place between the world’s two largest economies.</p><p>“If they facilitate transactions and are part of the ecosystem that turns Iranian oil into money, into repression, they will be targeted,” he added.</p><p>Experts say the U.S. is likely to carefully calibrate its actions on China, just a month before Chinese leader Xi Jinping is expected to visit the U.S.</p><p>How much the announcement matters “depends on the aggressiveness with which President Trump is willing to enforce it,” said Ali Wyne, senior research and advocacy adviser for U.S.-China relations at the International Crisis Group. “Thus far, despite threatening severe economic consequences for countries that do business with Iran, he has largely given China a pass.”</p><p>The Treasury Department said Monday that it was imposing sanctions on nearly 60 Iran-linked entities, accusing them of roles in Iran’s nuclear and missile programs, cyber activities and oil shipments.</p><p>That includes Hong Kong-based Sweet Ocean Industrial Limited and associated people and businesses, which were accused of helping Iran acquire sensitive goods such as laser optics equipment. Also penalized was China-based Shenzhen Huamei, which is a service provider for the Iran-based logistics company BRE Line, as well as BRE Line’s branch in Hong Kong, for allegedly supporting the missile and nuclear programs.</p><p>Iranian currency falls to a record low</p><p>Hours before Bessent’s announcement, Iran’s currency hit a record low.</p><p>The rial dropped to 2.02 million to the U.S. dollar as trading opened on currency markets. Iran’s official Central Bank rate stood at around 1.5 million rials to the dollar, but the market rate is what most Iranians pay.</p><p>The currency had already been under pressure before the U.S. and Israel attacked Iran on Feb. 28, as Iran faced double-digit inflation and negative growth. The rial has repeatedly hit new lows as nearly six months of war have taken an even greater toll.</p><p>Iranians find daily staples increasingly unaffordable. Since the war began, rice is up some 60% and beef prices are more than 150% higher. The International Monetary Fund forecasts that gross domestic product will contract more than 5%.</p><p>Still, economic pressure has not yet translated into political pressure. Iran retains a key strategic advantage: Its attacks and threats on ships in the Strait of Hormuz have brought traffic in the vital waterway to a near halt, damaging the world economy and heaping pressure on U.S. President Donald Trump ahead of congressional elections.</p><p>The war, as a result, has devolved into a fight over who controls the strait, through which a fifth of the world’s traded oil transited before the conflict. Iran is now refusing to fully reopen it unless it can charge ships.</p><p>Iran and Oman, which is on the opposite side of the strait, are reportedly in the final stages of agreeing on a plan for joint management of the waterway. Oman’s foreign minister is set to visit Iran on Tuesday.</p><p>Pakistani delegation visits Iran</p><p>Pakistan, which played a key role in brokering a 60-day ceasefire in June, sent a high-level delegation to Iran on Monday to encourage the U.S. and Iran to return to negotiations, two senior officials said. The officials spoke on condition of anonymity because they were not authorized to speak to the media.</p><p>The military confirmed only Field Marshal Asim Munir’s visit, saying it was aimed at de-escalating tensions in the region.</p><p>Trump spoke with Munir ahead of the army chief’s visit to Iran, according to a person familiar with the discussion who spoke on condition of anonymity to confirm a private conversation. Reuters, citing Pakistani sources, first reported the call.</p><p>Munir met Iranian Interior Minister Eskandar Momeni in Tehran, according to the two senior officials. Munir was accompanied by Pakistani Interior Minister Mohsin Naqvi and other officials. Munir was expected to remain in Iran overnight and meet the Iranian president and other senior officials before returning to Pakistan.</p><p>His previous visit to Tehran in May helped pave the way for a memorandum of understanding signed by the U.S. and Iran in June.</p><p>In downtown Tehran, 73-year-old Sadegh Mahmoudi did not hold out hope for a resolution. He joined a line of about a dozen people to purchase U.S. dollars with his remaining savings to hedge against further declines.</p><p>“There is no hope for a deal and peace,” he said.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Nasser Karimi in Tehran, Iran; David Rising in Dubai, United Arab Emirates; Seung Min Kim and Konstantin Toropin in Washington; and Munir Ahmed in Islamabad contributed.</p>]]></content:encoded></item><item><title><![CDATA[Texans acquire WR Kayshon Boutte from Patriots to fill void after Jayden Higgins' injury]]></title><link>https://www.local10.com/sports/2026/08/24/texans-acquire-wr-kayshon-boutte-from-patriots-to-fill-void-after-jayden-higgins-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/texans-acquire-wr-kayshon-boutte-from-patriots-to-fill-void-after-jayden-higgins-injury/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — The Houston Texans acquired wide receiver Kayshon Boutte from the New England Patriots on Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:40:43 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — The Houston Texans acquired wide receiver Kayshon Boutte from the New England Patriots on Monday.</p><p>Boutte confirmed the deal on social media before either team announced it. According to multiple reports, Houston sent safety Jaylen Reed and a 2028 seventh-round draft pick to the Patriots.</p><p>The move comes after No. 2 receiver Jayden Higgins tore an ACL in a joint practice with the Las Vegas Raiders Tuesday.</p><p>Boutte, a sixth-round pick in the 2023 NFL draft, had 33 receptions for 551 yards and six touchdowns last season.</p><p>The Patriots had a logjam at the position after trading for receiver A.J. Brown in June and signing Romeo Doubs to a four-year, $68 million contract in March.</p><p>The Texans also signed veteran receivers Zay Jones and Sterling Shepard this weekend as they look to fill the void left by Higgins' injury.</p><p>Higgins, who was expected to start alongside star Nico Collins, had 41 receptions for 525 yards and six touchdowns as a rookie last year.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4KHIEW6O6LQCPO6G3QYNQBN3U.jpg?auth=700a38a0ad8658a4dbd6176daf255e6c38e1d0a8516a6263b730f9be957a7b89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots wide receivers A.J. Brown (1) and Kayshon Boutte (9) wait their turn on a drill during the team's NFL football training camp, Monday, Aug. 10, 2026, in Foxborough, Mass. (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/XMLIHUTJQAB2IX3SQ6OKGDIY5I.jpg?auth=a4433e1e902c035c1bfb656b75c84a8ddd48025697cb52aafbf46d488a02a655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots head coach Mike Vrabel, left, talks with wide receiver Kayshon Boutte (9) during a NFL football training camp, Tuesday, Aug. 11, 2026, in Foxborough, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Active wildfires lower air quality to ‘moderate’ in western Miami-Dade   ]]></title><link>https://www.local10.com/news/local/2026/08/24/active-wildfires-lower-air-quality-to-moderate-in-western-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/active-wildfires-lower-air-quality-to-moderate-in-western-miami-dade/</guid><dc:creator><![CDATA[Brett Knese, Hannah Yechivi, Jennifer Collins, Andrea Torres]]></dc:creator><description><![CDATA[As of Monday morning, five wildfires remained active in Miami-Dade County.]]></description><pubDate>Mon, 24 Aug 2026 16:35:13 +0000</pubDate><content:encoded><![CDATA[<p>Five <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" target="_self" rel="" title="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation">wildfires remained active</a> on Monday in Miami-Dade County, according to state and federal authorities. </p><p><a href="https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/"><b>Leer en español</b></a></p><p>Shark Valley reopened on Monday afternoon, according to <a href="https://www.linkedin.com/in/elizabeth-strom-441993282" target="_self" rel="" title="https://www.linkedin.com/in/elizabeth-strom-441993282">Elizabeth Strom</a>, a park ranger and spokesperson for the National Park Service.</p><p>“The fires are still going, and so you may see some smoke still,” Strom said. </p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" target="_self" rel="" title="https://floridadep.gov/air/air-monitoring/content/air-quality-today">The air quality</a> was moderate in western areas near Kendall and Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" target="_self" rel="" title="https://floridadep.gov/air/air-monitoring/content/air-quality-today">according</a> to the Florida Department of Environmental Protection.</p><p><a href="https://www.airnow.gov/?city=Miami&amp;state=FL&amp;country=USA" target="_self" rel="" title="https://www.airnow.gov/?city=Miami&amp;state=FL&amp;country=USA">Moderate air quality</a> may pose a slight risk to those who are sensitive to air pollution, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" target="_self" rel="" title="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index">according</a> to the U.S. Environmental Protection Agency. </p><p>The “Chipmunk” wildfire was the largest. It had burned more than 15,505 acres in Miami-Dade County, and it was 50% contained, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" target="_self" rel="" title="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation">according</a> to the National Interagency Wildfire Enterprise’s geospatial portal. </p><p>The “Movie Dome” wildfire had burned more than 6,200 acres, and it was 60% contained. </p><p>The “22 (13)″ wildfire, which had burned 880 acres and was 40% contained, according to The Florida Forest Service’s <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">wildfires response map</a>. The FFS Everglades field unit was working the fire. </p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The “Vulture” wildfire had burned over 345 acres and was 80% contained. </p><p>The “Tower Point” fire burned three acres. </p><p>The “Radio Tower” wildfire burned 700 acres and was contained. </p><p><a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">FFS crews</a> contained a wildfire that had been burning on Sunday in Collier County and were still fighting the “H2 (50)” fire on Monday in southwestern Palm Beach County, which was 85% contained. </p><p>For more information about the wildfires in Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" target="_self" rel="" title="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information">visit this page</a>. </p><p><b>Related reports</b></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0GXVqjPMyNSkqnpUyEjLsRRgeUunjTSrxqmUbPSqDUXgx2cxqBDo9Nh3irzQcDzACl%26id%3D100057634173476&show_text=true&width=100%" width="500" height="168" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Due to active wildfires, Shark Valley is closed, including visitor center, trails, parking, and tram road. Smoke visible; US Highway 41 open. Airboat concessions operational. Alert &amp; Conditions: <a href="https://t.co/MSupo3LDSV">https://t.co/MSupo3LDSV</a>. <a href="https://t.co/QTRvCduq0t">pic.twitter.com/QTRvCduq0t</a></p>&mdash; Everglades National Park (@EvergladesNPS) <a href="https://x.com/EvergladesNPS/status/2091328386350055636?ref_src=twsrc%5Etfw">August 23, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Montreal Victoire's missing PWHL championship Walter Cup trophy found and reunited with team]]></title><link>https://www.local10.com/sports/2026/08/24/montreal-victoires-missing-pwhl-championship-walter-cup-trophy-found-and-reunited-with-team/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/montreal-victoires-missing-pwhl-championship-walter-cup-trophy-found-and-reunited-with-team/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[The Montreal Victoire's missing Walter Cup championship trophy has been found after being lost during shipment and reunited with the team, the Professional Women's Hockey League announced Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:22:09 +0000</pubDate><content:encoded><![CDATA[<p>The Montreal Victoire's missing Walter Cup championship trophy has been found after being lost during shipment and reunited with the team, the Professional Women's Hockey League announced Monday.</p><p>The PWHL provided few details. In a statement, the league thanked “everyone who helped track it down and to our fans for their concern and support.”</p><p>The trophy went missing last week when it failed to arrive in Lethbridge, Alberta, where it was to spend Thursday with Victoire forward Dara Greig. A container did arrive, but not the one the PWHL shipped with the trophy inside.</p><p>“Turns out, even the Walter Cup can have a little offseason adventure,” the PWHL said. “We’re looking forward to the Victoire continuing their celebrations alongside their Cup.”</p><p>It’s unclear where the trophy was found or how it went missing, with the PWHL saying the cup was “lost in shipment.” The league last week said it was working with its shipping company to locate the trophy.</p><p>The missing trophy was not the one presented to teams on the ice upon winning the championship. That one is permanently housed at the Hockey Hall of Fame in Toronto.</p><p>What went missing was the team’s so-called “keeper” cup, a replica of the original sterling silver Tiffany & Co.-designed Walter Cup that weighs about 35 pounds (16 kilograms) and stands about 24 inches (61 centimeters) tall.</p><p>Montreal won the cup by defeating Ottawa in Game 4 of a best-of-five series in May to become the PWHL’s first Canadian champion. Minnesota won the PWHL’s first two titles.</p><p>The trophy is named after PWHL founder and primary financier Mark Walter and his wife, Kimbra. Walter owns the Los Angeles Dodgers and recently agreed to sell his controlling stake in the Los Angeles Lakers.</p><p>___</p><p>See AP’s full women’s hockey coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWBCV6G66ZVSJ27DFXRBAZVODU.jpg?auth=6eff0899fd829d993b29f000d5fa35bd2b717fd4f2d004b864b8520f85c7674c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Walter Cup is displayed before being presented to Minnesota after after they defeated Boston in Game 5 of the finals to win the PWHL, May 29, 2024, in Lowell, Mass. (AP Photo/Mary Schwalm)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Schwalm</media:credit></media:content></item><item><title><![CDATA[Rescuers pull worker from retention pond in critical condition after Davie excavator mishap]]></title><link>https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man was pulled from a retention pond in critical condition after an excavator mishap at a construction site off Interstate 75 in Davie on Monday.]]></description><pubDate>Mon, 24 Aug 2026 20:32:55 +0000</pubDate><content:encoded><![CDATA[<p>A worker was pulled from a retention pond in critical condition after an excavator mishap at a construction site off Interstate 75 in Davie on Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/"><b>Leer en español</b></a></p><p>According to the Davie Police Department, the incident happened Monday afternoon at a site in the 2200 block of Shotgun Road, east of the I-75 interchange with Royal Palm Boulevard.</p><p>Officer Julia Ross, a DPD spokesperson, said the agency responded to reports of a “possible drowning,” saw the excavator “submerged” in the pond, and said rescuers were able to pull the man from the water.</p><p>Officials from Davie Fire Rescue told Local 10 News that the operator was in cardiac arrest when rescuers found him; he was taken to Broward Health Medical Center.</p><p>Video from Sky 10 showed first responders, including divers, at the scene.</p><p>Ross said DPD is investigating the incident.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[New evidence prompts trial delay for Libyan man charged in 1988 bombing of Pan Am Flight 103]]></title><link>https://www.local10.com/news/politics/2026/08/24/judge-postpones-us-trial-for-libyan-man-charged-in-1988-bombing-of-pan-am-flight-103/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/judge-postpones-us-trial-for-libyan-man-charged-in-1988-bombing-of-pan-am-flight-103/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Monday postponed a trial in the U.S. for a former Libyan intelligence official charged in the 1988 bombing of Pan Am Flight 103, citing the discovery of new evidence that defense attorneys want to examine in the nearly 40-year-old case.]]></description><pubDate>Mon, 24 Aug 2026 22:52:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Monday postponed a trial in the U.S. for a former Libyan intelligence official charged in the 1988 bombing of Pan Am Flight 103, citing the discovery of new evidence that defense attorneys want to examine in the nearly 40-year-old case.</p><p>Jury selection was scheduled to begin Wednesday for the federal trial of Abu Agila Mohammad Mas’ud Kheir Al-Marimi in Washington, D.C. His trial will be the first in the U.S. for the Dec. 21, 1988, bombing.</p><p>U.S. District Judge Dabney Friedrich’s order didn’t specify the nature of the newly discovered evidence.</p><p>Al-Marimi’s lawyers say prosecutors disclosed the new evidence to them on Saturday and added that their “constitutional and ethical obligations require the defense to investigate this development.” Defense attorney Laura Koenig, an assistant federal public defender, declined to elaborate in response to an Associated Press inquiry.</p><p>The judge scheduled a Sept. 1 hearing in Washington to discuss the status of the case. Friedrich's brief order cited the complex nature of the case, the newly discovered evidence and “the need for the defense to determine how best to defend this case” as reasons to postpone the trial.</p><p>Al-Marimi is charged in the U.S. with making the bomb that downed the airplane, killing 270 people, most of them Americans.</p><p>Flight 103 was 31,000 feet (9.45 kilometers) over Lockerbie when a bomb in the plane’s forward cargo area exploded 38 minutes after takeoff from London Heathrow Airport. The flight was bound for John F. Kennedy International Airport in New York.</p><p>The blast killed all 259 passengers and crew members and 11 people on the ground in Lockerbie, where the wreckage destroyed an entire city block. Citizens of 21 countries were killed, including 190 Americans and 43 from the United Kingdom. The passengers included 35 Syracuse University students returning home from a semester abroad.</p><p>Prosecutors allege Al-Marimi and others carried out the bombing at the direction of Libyan leader Moammar Gadhafi, who was ousted and killed during a 2011 civil war.</p><p>Two other Libyan intelligence agents were tried by a panel of Scottish judges on a former U.S. military base in the Netherlands in 2000. The tribunal convicted one official and acquitted the other, but the bombmaker’s possible identity remained a mystery for years.</p><p>Al-Marimi, now in his mid-70s, is charged with two counts of destruction of an aircraft resulting in death. He faces a maximum penalty of life in prison if convicted.</p><p>Al-Marimi worked for the Libyan intelligence service from approximately 1973 to 2011, rising to the rank of colonel, according to prosecutors.</p><p>Prosecutors believe he brought a suitcase containing a bomb to an airport in Malta and gave it to co-conspirators for a flight to Frankfurt, Germany. The suitcase traveled from Frankfurt to London, where it was loaded onto Flight 103, according to investigators.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PMY2NKUTHCYGE2MSGW622AYNP4.jpg?auth=d01d3b0e92d98ee57bc58cede5ec75d4929c9d5b7f95c075be7e46d28a71e40e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Alexandria, Va., Sheriff's Office shows Abu Agila Mohammad Mas'ud Kheir Al-Marimi, who is in custody at the Alexandria Adult Detention Center, Dec. 12, 2022, in Alexandria, Va. (Alexandria Sheriff's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Deputies search for suspect who opened fire on cyclists in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Authorities in Miami-Dade County are searching for the person they said opened fire on a group of cyclists. ]]></description><pubDate>Mon, 24 Aug 2026 21:12:47 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami-Dade County are searching for the person they said opened fire on a group of cyclists. </p><p><a href="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/"><b>Leer en español</b></a></p><p>The incident was captured on video. </p><p>It happened just after 7:30 a.m. Saturday along Southwest 87th Avenue near 184th Lane. </p><p>In the video, the driver of a black SUV is heard honking his horn as the vehicle appeared to try and pass the cyclists. </p><p>It shows the SUV come to an abrupt stop, cutting off a cyclist who was then seen banging on the passenger door of the vehicle. </p><p>The video then shows someone from inside the vehicle appearing to open fire before the driver took off. </p><p>Deputies responded to reports of shots fired and arrived to find a bullet hole in the ground and no reported injures. </p><p>Anyone with information is urged to contract Miami-Dade Crime Stoppers at 305-471-TIPS. </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[Tiró balazos contra ciclistas en Miami-Dade, ahora lo buscan]]></title><link>https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Nadie resultó herido. Los agentes solo hallaron un impacto de bala en el pavimento. Las autoridades piden ayuda del público para dar con el responsable.]]></description><pubDate>Mon, 24 Aug 2026 22:00:08 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado de Miami-Dade buscan a la persona que, según dijeron, disparó contra un grupo de ciclistas.</p><p>El hecho quedó captado en video.</p><p>Ocurrió poco después de las 7:30 a.m. del sábado, en Southwest 87th Avenue cerca de 184th Lane.</p><p>En el video se escucha al conductor de una SUV negra tocar la bocina mientras el vehículo parece intentar rebasar a los ciclistas.</p><p>Las imágenes muestran que la SUV se detiene de golpe y le cierra el paso a un ciclista, quien luego aparece golpeando la puerta del lado del pasajero.</p><p>El video muestra después que alguien desde el interior del vehículo aparentemente abre fuego, antes de que el conductor se dé a la fuga.</p><p>Los agentes acudieron a reportes de disparos y al llegar encontraron un orificio de bala en el suelo, sin heridos reportados.</p><p>Se pide a cualquier persona con información que se comunique con Miami-Dade Crime Stoppers al 305-471-TIPS.</p>]]></content:encoded></item><item><title><![CDATA[Thousands of dollars in cinnamon rolls stolen after courier ride]]></title><link>https://www.local10.com/news/local/2026/08/24/thousands-of-dollars-in-cinnamon-rolls-stolen-after-courier-ride/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/thousands-of-dollars-in-cinnamon-rolls-stolen-after-courier-ride/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A South Florida woman who makes a living selling delicious cinnamon rolls is out quite a bit of money after an order went missing. ]]></description><pubDate>Mon, 24 Aug 2026 20:49:01 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman who makes a living selling delicious cinnamon rolls is out quite a bit of money after an order went missing. </p><p><a href="https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/"><b>Leer en español</b></a></p><p>Roll and Dough Bakery, run by 21-year-old Julie Pierre, has become a hit. </p><p>She has hundreds of thousands of followers on social media, and over the weekend <a href="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en" target="_self" rel="" title="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en">she told them that someone stole $3,000 worth of her cinnamon rolls</a>. </p><p>The crime happened on Saturday morning. </p><p>Pierre said she sells the rolls at a farmers market and called Uber, which offers a courier service.</p><p>But the order she sent off never arrived at their intended destination. </p><p>“A lot of people are speculating that he’s selling them on Facebook Marketplace,” she said of the assailant. </p><p>Uber sent Local 10 News a statement regarding the incident, which read: </p><blockquote><p>“This report is very troubling, and not the experience we want users to have. We’re continuing to look into this so we can take appropriate action.”</p><p class="citation">Uber Spokesperson</p></blockquote><p>Uber added that they are continuing to look into the report and removed the driver’s access to the platform during the investigation.</p><p>A police report was filed with the Sunrise Police Department. </p><p>Additionally, a <a href="https://www.gofundme.com/f/help-roll-dough-build-whats-next" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/help-roll-dough-build-whats-next">GoFundMe page</a> was sent up to help with the lost expenses. </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[Atlantic hurricane season in store for a late August awakening? ]]></title><link>https://www.local10.com/weather/hurricane/2026/08/24/atlantic-hurricane-season-in-store-for-a-late-august-awakening/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/24/atlantic-hurricane-season-in-store-for-a-late-august-awakening/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[After a historically slow start – the slowest in almost 40 years by overall tropical activity – the Atlantic hurricane season will make another attempt to jump start its engine this week, first with a disturbance in the central subtropical Atlantic and then later this week with a strong disturbance rolling westward through the main development region of the deep tropics between Africa and the Caribbean.]]></description><pubDate>Mon, 24 Aug 2026 14:16:20 +0000</pubDate><content:encoded><![CDATA[<p>After a historically slow start – the slowest in almost 40 years by overall tropical activity – the Atlantic hurricane season will make another attempt to jump start its engine this week, first with a disturbance in the central subtropical Atlantic and then later this week with a strong disturbance rolling westward through the main development region of the deep tropics between Africa and the Caribbean.</p><p><a href="https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/"><b>Leer en español</b></a></p><h3><b>Subtropical wasteland</b></h3><p>The low-pressure area several hundred miles southeast of Bermuda – designated Invest 95L – has limited prospects beyond today. Although it could become a short-lived depression or storm, strong jet stream winds will rip it apart and whisk its leftover weather toward Atlantic Canada by tomorrow into early Wednesday.</p><p>Like Cristobal, the last named storm that formed around the middle of the month in the subtropics, this one won’t survive long enough to add much to the seasonal scorecard. The next name on the list is Dolly.</p><h3><b>The first Cabo Verde storm of 2026?</b></h3><p>The system that will take center stage this week is the one without an Invest moniker, at least for now.</p><p>The strong tropical wave that we first started discussing in this newsletter last Wednesday was added to NHC’s tropical outlook late Friday, as we indicated it would be in our newsletter earlier that day.</p><p>The wave is perhaps the most impressive we’ve seen yet emerge off the African coast this season.</p><p>As tropical waves often do, it’ll probably lose a little vigor today as it hits the Atlantic waters but should gradually pick up steam again in the coming days. With the exception of some drier air to its north and west, the environment ahead this week looks reasonably conducive to development, and the National Hurricane Center is giving the system a coin flip chance of becoming a depression or named storm before the week is out.</p><p>Forecast models generally agree, with the traditional physics-based European model being the more aggressive of our models in advertising development. Its AI counterpart, on the other hand, has been a little more hot and cold with the system.</p><figure><img src="https://www.local10.com/resizer/v2/7LSXPTMB6FEONDNVAVOLIJN5X4.png?auth=1b1c4f00ae34d3397655c5455dde5954091ab66903dd401bc03a41feb3da9a5c&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com.</figcaption></figure><p>Meanwhile, Google’s first-rate DeepMind machine learning-based 1,000-member ensemble system tends to follow NHC’s thinking (or NHC tends to follow its thinking), with a 40-50% chance of development over the coming week.</p><figure><img src="https://www.local10.com/resizer/v2/DG34LI5WRVHCTILG7I73VN66HM.png?auth=52c969d970cea2b36dee25cc257f0cef5f31694e53912196a7ad610c543e31ec&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Interestingly, DeepMind suggests a development window over the next few days as it passes south of the Cabo Verde islands but then lower development odds until it lifts north of the Caribbean islands next week. This makes sense physically, as wind shear is highest and most pronounced from the Caribbean into the central Atlantic. If it’s able to survive into the subtropical Atlantic – north of around 20 degrees north latitude – and west of the islands, El Niño-driven wind shear becomes much less of an issue.</p><p>This is generally what other models suggest as well, with the possibility of a period of bona fide strengthening – perhaps into the season’s first hurricane – over the southwestern Atlantic in about a week or so. Of course, that assumes it stays a coherent system through the marginal environment this week.</p><p>There’s plenty of time to watch this one, so it’s not something we need to worry about for now. Any threat to the islands next week is low right now, with models largely indicating a track north of the islands.</p><p>However, given this is the first real long-track Cabo Verde contender this season, it’s one worth checking back on periodically this week.</p><h3><b>Moke misses Hawaii</b></h3><p>Moke passed about 250 miles safely south of the Big Island of Hawaii this weekend as a borderline tropical storm.</p><figure><img src="https://www.local10.com/resizer/v2/74WCIBWG6NCQVOQGOSEXLFFHII.png?auth=22bdd479460f81eca344818fa733276aba8c5c13f854db17c1ae1be126234ce1&smart=true&width=1200&height=900" alt="Preliminary best track and forecast for now Tropical Depression Moke. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Preliminary best track and forecast for now Tropical Depression Moke. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>The Big Island avoided widespread heavy rains from Moke, with highest totals so far under 2-3 inches.</p><p>A Flood Watch remains in effect through Monday afternoon local time for lingering rains over still-saturated grounds from Lala, but any flood issues on east-facing slopes should stay localized.</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/YDFYKC5EPZGT3KCKUVK37H32R4.PNG?auth=de733f15bedd0abcc8a29094eb6c72129789743f2d60de5abca8d89526c42372&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Fort Lauderdale woman attending Alabama college murdered by boyfriend, police say]]></title><link>https://www.local10.com/news/local/2026/08/24/fort-lauderdale-woman-attending-alabama-college-murdered-by-boyfriend-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/fort-lauderdale-woman-attending-alabama-college-murdered-by-boyfriend-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Fort Lauderdale woman attending Alabama State University was murdered by her boyfriend, also from Fort Lauderdale, authorities said.]]></description><pubDate>Mon, 24 Aug 2026 21:20:18 +0000</pubDate><content:encoded><![CDATA[<p>A Fort Lauderdale woman attending Alabama State University was murdered by her boyfriend, also from Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/"><b>Leer en español</b></a></p><p>According to court documents obtained by Local 10 News, Montgomery, Alabama police said Jalil Bivens strangled Ava Walters at an off-campus location just before 11 a.m. on Sunday.</p><p>Bivens, 21, is now facing a murder charge in the killing of Walters, 20, a health information management major in her second year at ASU.</p><p>According to court documents, Bivens gave a statement to Montgomery Police Department detectives that led to his arrest, though the documents don’t provide additional details about what he allegedly said.</p><p>ASU President Quinton Ross Jr. said in a statement posted to social media that his heart was “heavy” as he and others at the historically Black university “mourn the tragic loss of one of our Hornets.”</p><p>He said he extended his “deepest condolences” to Walters’ family, friends and classmates.</p><p>“There are no words that can truly ease the pain of losing a loved one, but please now that the entire Hornet Nation stands with you during this difficult time,” he said.</p><p>Records show Bivens, who documents state lives near Fort Lauderdale Executive Airport, was being held in the Montgomery County Detention Facility as of Monday evening.</p><div id="fb-root"></div>
<script async="1" defer="1" crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v26.0"></script><div class="fb-post" data-href="https://www.facebook.com/photo.php?fbid=1137391508871068&amp;set=a.149565527653676&amp;type=3&amp;ref=embed_post" data-width="552"></div><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/KGPSRIQ5BFFZ3KLFRUBLZ33HI4.jpg?auth=9077d4e06af9feaadc7aba81ccfefaa4e65e24c621cdabd46d918381d3113ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jalil Bivens]]></media:description></media:content></item><item><title><![CDATA[Man mourns wife, 2-year-old daughter killed by lightning strike in Margate]]></title><link>https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Byron Tollefson, Christina Vazquez]]></dc:creator><description><![CDATA[A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.]]></description><pubDate>Mon, 24 Aug 2026 16:22:20 +0000</pubDate><content:encoded><![CDATA[<p>A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.</p><p><a href="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/"><b>Leer en español</b></a></p><p>For Kameron Glasgow, a patch of grass outside his aunt’s home in the 7900 block of Northwest First Street will forever hold one of his final memories of his wife, Kenya Glasgow, and their daughter, Kennedi.</p><p>“Words can’t describe that feeling,” Kameron Glasgow said.</p><p>Margate police said Kenya, 31, and Kennedi were struck by lightning at about 2:30 p.m. Sunday.</p><p>The family of four had just arrived at the home and were trying to get inside ahead of an approaching storm.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“We saw that the rain was picking up and we just said, ‘Hey, we got to get the girls inside,’” Glasgow recalled.</p><p>Then, lightning struck.</p><p>Glasgow said he felt the electricity shock him. </p><p>“I got the aftershock from the ground,” he said. “By the grace of God, I’m still here.”</p><p>But when he turned around, he was confronted with a devastating sight.</p><p>“To turn around and see your wife and your daughter there lifeless is even worse,” Glasgow said.</p><p>Kenya and Kennedi are survived by Glasgow and Kennedi’s twin sister, Kensli.</p><p>Glasgow said he is now grappling not only with his own grief, but with what the loss will mean for his surviving daughter.</p><p><b>6 p.m. report:</b></p><p>“For her to lose her twin sister, words can’t describe that feeling because I know she can’t even fathom it right now,” he said through tears.</p><p>Glasgow described his wife as someone who was always there for the people she loved.</p><p>“My wife -- the biggest heart in the world,” he said. “The biggest heart in the world. Puts everybody before herself.”</p><p>He called Kenya, who was his high school sweetheart who he met senior year, one of his heroes, alongside his late father.</p><p>“She helped me make me into the man that I am today,” Glasgow said.</p><p>He described Kennedi as an “Energizer Bunny” with a love of music, particularly songs by Benson Boone.</p><p>“I’ve never seen a 2-year-old sing Benson Boone on a karaoke with a mic word for word,” he said. “Two years old and as clear as day. ‘Beautiful Things’, that’s her favorite song.”</p><p>Glasgow said the loss is especially painful after he viewed the birth of his twin daughters as a blessing following the death of his father.</p><p>“I thought my biggest blessing was God sending me my two daughters once my dad passed,” he said. “Just for one of them to be gone now, it’s tough.”</p><p>He said losing the woman he had spent half his life with will also be difficult to comprehend.</p><p>Despite his grief, Glasgow said he knows he must find a way forward for Kensli.</p><p>“It’s going to be OK because I have to be, because I have another beautiful daughter that’s inside,” he said.</p><p>For now, he is leaning on his faith.</p><p>“God gives no challenges to people that can’t handle it,” Glasgow said.</p><p>Family members have set up a <a href="https://www.gofundme.com/f/love-support-for-kensli-jade?attribution_id=sl:c3232b84-ea14-417a-bb3b-3a6654011f24&amp;lang=en_US&amp;ts=1787605558&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-control&amp;utm_medium=customer&amp;utm_source=copy_link" target="_self" rel="" title="https://www.gofundme.com/f/love-support-for-kensli-jade?attribution_id=sl:c3232b84-ea14-417a-bb3b-3a6654011f24&amp;lang=en_US&amp;ts=1787605558&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-control&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a> to help with expenses.</p><p>Meanwhile, doctors are warning the public to be mindful of lightning.</p><p>Dr. Adam Rubin, the medical director of Memorial Regional Hospital’s emergency department, said if you are stuck outside, seek any kind of shelter.</p><p>“Ideally you want to get down on the ground as low as possible,” Rubin said. “Lightning tends to hit the highest points first, so if there’s a ditch or something like that that’s something you could ideally be into.”</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[Rescatan a obrero atrapado bajo el agua en obra de Davie]]></title><link>https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los socorristas lo hallaron en paro cardíaco y lo sacaron del agua. Buzos participaron en la operación. El hombre fue trasladado al Broward Health Medical Center.]]></description><pubDate>Mon, 24 Aug 2026 22:06:55 +0000</pubDate><content:encoded><![CDATA[<p>Un obrero fue rescatado en estado crítico de un estanque de retención el lunes, tras un accidente con una excavadora en una obra de construcción cerca de la Interestatal 75, en Davie.</p><p>Según el Departamento de Policía de Davie, el hecho ocurrió la tarde del lunes en un predio de la cuadra 2200 de Shotgun Road, al este del intercambio de la I-75 con Royal Palm Boulevard.</p><p>La oficial Julia Ross, vocera del DPD, dijo que la agencia respondió a reportes de un “posible ahogamiento”, encontró la excavadora “sumergida” en el estanque y que los socorristas lograron sacar al hombre del agua.</p><p>Funcionarios de Davie Fire Rescue informaron a Local 10 News que el operador estaba en paro cardíaco cuando los rescatistas lo hallaron, y que fue trasladado al Broward Health Medical Center.</p><p>Imágenes de Sky 10 mostraron a los socorristas en el lugar, entre ellos buzos.</p><p>Ross señaló que el DPD investiga lo ocurrido.</p>]]></content:encoded></item><item><title><![CDATA[Orden del presidente colombiano de deportar migrantes "ilegales" genera incertidumbre en venezolanos]]></title><link>https://www.local10.com/espanol/2026/08/24/orden-del-presidente-colombiano-de-deportar-migrantes-ilegales-genera-incertidumbre-en-venezolanos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/orden-del-presidente-colombiano-de-deportar-migrantes-ilegales-genera-incertidumbre-en-venezolanos/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y MANUEL RUEDA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — La orden del presidente de Colombia Abelardo de la Espriella de iniciar operativos contra inmigrantes y deportarlos generó el lunes incertidumbre en la población venezolana que reside en el país, especialmente entre los miles de personas que aún no han regularizado su situación migratoria.]]></description><pubDate>Mon, 24 Aug 2026 22:04:21 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — La orden del presidente de Colombia Abelardo de la Espriella de iniciar operativos contra inmigrantes y deportarlos generó el lunes incertidumbre en la población venezolana que reside en el país, especialmente entre los miles de personas que aún no han regularizado su situación migratoria.</p><p>“Que empiecen los operativos coordinados con la policía de Barranquilla para dar con los inmigrantes ilegales: primero, los que están cometiendo delitos; segundo, los que no tienen regularizada su situación, y en el término de la distancia (de inmediato) tendrán que ser deportados", aseguró el conservador mandatario el domingo en esa ciudad del norte del país.</p><p>El venezolano César González, abogado migratorio residente en Colombia, aseguró el lunes a The Associated Press que la “preocupación es muchísima” entre la población venezolana. "No hemos podido ni contabilizar la cantidad de personas que nos han llamado para ver cuáles son sus opciones”, explicó.</p><p>Colombia es el mayor receptor de la diáspora venezolana en la región, al acoger a 2,8 millones de migrantes de ese país, según cifras oficiales, de los casi siete millones que han salido de Venezuela en más de una década en medio de la crisis política y social.</p><p>Según cifras públicas de Migración Colombia, en el país hay más de 527.000 venezolanos que ingresaron o permanecen en el país sin cumplir con la normativa migratoria.</p><p>Al ser consultado por la AP sobre el alcance de la orden presidencial, Migración Colombia respondió que no se ha posesionado el nuevo director de la entidad, a quien le corresponderá implementar las "decisiones del gobierno nacional en materia de operativos de control, regularización y eventuales procesos de deportación”.</p><p>De la Espriella, apoyado por el presidente estadounidense Donald Trump, advirtió desde la campaña presidencial que estaría dispuesto a “devolver” a los venezolanos que no cumplieran la ley colombiana.</p><p>Ronal Rodríguez, vocero del Observatorio de Venezuela de la Universidad del Rosario en Colombia, considera que la migración venezolana a la nación colombiana ha tenido una dinámica distinta a la de otros países de la región, al compartir con Venezuela una frontera de más de 2.200 kilómetros con decenas de pasos irregulares.</p><p>“El Estado colombiano, a diferencia de otros países que pueden jugar un poco con la dinámica de la contención o incluso de la expulsión, no tiene capacidad para hacer eso”, explicó Rodríguez. “Más se demora y más gasta el Estado colombiano en trasladarlos hasta la zona de frontera y entregar a las autoridades migratorias, que esa persona en volver”, agregó.</p><p>Llamado a no “perseguir”</p><p>Ana Karina García, directora de la Fundación Juntos Se Puede —una iniciativa privada venezolana que ayuda a los migrantes— dijo a la AP que lo primero que harán será tratar de dialogar con el gobierno para pedir que se abra de nuevo la posibilidad de regularizar a los venezolanos, como lo hicieron gobiernos anteriores con documentos que les daban acceso a los beneficios sociales del Estado.</p><p>“No se puede perseguir a un migrante por no querer regularizarse si no hay una metodología de regularización, porque recordemos que el Estatuto Temporal de Protección se encuentra cerrado desde hace más de tres años”, aseguró García.</p><p>Rodríguez coincide en que el reto de Colombia es regularizar a la población migrante, especialmente a más de 193.000 menores de edad en condición irregular. “Ellos son sujetos de especial protección”, resaltó.</p><p>Riesgo de xenofobia</p><p>La diáspora venezolana teme que se incremente la xenofobia en el país luego de que la máxima autoridad, el presidente, pusiera el foco sobre ellos.</p><p>“Obviamente esto dispara la xenofobia porque la gente no mide cuando habla del tema de deportar”, aseguró a la AP Arles Pereda, presidente de la Colonia de Venezolanos en Colombia.</p><p>García indicó por su lado que está de acuerdo con que se persiga a la delincuencia, pero no que se la relacione con la migración, lo que además dispara la xenofobia. “Está demostrado en cifras que la criminalidad no se relaciona con los migrantes”, señaló.</p><p>La preocupación se agudiza, explicó Pereda, porque los venezolanos sienten que las puertas “no solamente se están cerrando en Colombia, incluso se vienen cerrando en Chile, Perú y Ecuador”, por las políticas migratorias de los nuevos gobiernos de signo conservador.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4222X4IOGXDTK5MREIBT5JWRZI.jpg?auth=37448ed4b7f49c3075a1e21716cd8874b2b548867803f30302a40aa6f04135c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, habla tras presidir una reunión sobre la respuesta al terremoto en Bogotá, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Sebastián Barros)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastian Barros</media:credit></media:content></item><item><title><![CDATA[Le roban 3,000 dólares en rollos de canela a joven repostera]]></title><link>https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[La dueña de Roll and Dough Bakery, con cientos de miles de seguidores en redes, contó lo ocurrido en Instagram. Uber le retiró el acceso a la plataforma al conductor mientras investiga.]]></description><pubDate>Mon, 24 Aug 2026 22:02:45 +0000</pubDate><content:encoded><![CDATA[<p>Una joven del sur de Florida que se gana la vida vendiendo deliciosos rollos de canela perdió una buena suma de dinero luego de que un pedido desapareciera.</p><p>Roll and Dough Bakery, el negocio de Julie Pierre, de 21 años, se ha convertido en un éxito.</p><p>Pierre tiene cientos de miles de seguidores en redes sociales y durante el fin de semana <a href="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en" rel="">les contó que alguien le robó 3,000 dólares en rollos de canela</a>.</p><p>El hecho ocurrió la mañana del sábado.</p><p>Pierre explicó que vende los rollos en un mercado agrícola y que pidió un Uber, servicio que también ofrece envíos de mensajería.</p><p>Pero el pedido que despachó nunca llegó a su destino.</p><p>“Mucha gente está especulando que los está vendiendo en Facebook Marketplace”, dijo sobre el responsable.</p><p>Uber envió a Local 10 News una declaración sobre el caso:</p><p>“Este reporte es muy preocupante y no es la experiencia que queremos que tengan los usuarios. Seguimos investigando para poder tomar las medidas correspondientes”.— Vocero de Uber</p><p>La empresa agregó que continúa revisando el reporte y que le retiró al conductor el acceso a la plataforma mientras dura la investigación.</p><p>Se presentó un reporte ante el Departamento de Policía de Sunrise.</p><p>Además, se creó una <a href="https://www.gofundme.com/f/help-roll-dough-build-whats-next" rel="">página de GoFundMe</a> para ayudar a cubrir las pérdidas.</p>]]></content:encoded></item><item><title><![CDATA[Enes Kanter Freedom and Royce White are not eligible for the WNBA draft, AP source says]]></title><link>https://www.local10.com/sports/2026/08/24/enes-kanter-freedom-and-royce-white-are-not-eligible-for-the-wnba-draft-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/enes-kanter-freedom-and-royce-white-are-not-eligible-for-the-wnba-draft-ap-source-says/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Former NBA players Enes Kanter Freedom and Royce White are not eligible for the WNBA draft, a person familiar with the decision said Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:01:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Former NBA players Enes Kanter Freedom and Royce White are not eligible for the WNBA draft, a person familiar with the decision said Monday.</p><p>The person spoke to The Associated Press on condition of anonymity because of the sensitive nature of the situation. The person did not elaborate on the reasons for declaring the two men ineligible.</p><p>Freedom and White have declared their intention to enter next year's draft, but the WNBA has not publicly addressed their eligibility.</p><p>The WNBA has been the subject of recent debates on whether transgender women — people assigned male at birth who transition to align with their gender identity — should be allowed to participate in the league. There has never been such a player in the WNBA.</p><p>Although the league’s collective bargaining agreement says the WNBA is restricted to women, it contains no more specific language about gender identity or sex assigned at birth. When they announced their intention to enter the draft, Freedom and White said they identified as women.</p><p>The 6-foot-10, 250-pound Freedom played 11 seasons in the NBA. White played in three NBA games.</p><p>Freedom was ejected from Sunday night’s Indiana-Chicago game after he was confronted by Sky guard Natasha Cloud late in the third quarter.</p><p>Freedom was sitting along the baseline wearing a black shirt that read “WOMAN noun. adult human female.”</p><p>The Fever called for a timeout after Cloud scored inside with 1:22 left in the third. Cloud then did a chest bump with teammate Aicha Coulibaly before turning around and walking in Freedom’s direction.</p><p>Cloud, 34, started yelling and pointing at Freedom, 34, as she approached him. A standing Freedom held his arms out and took one step on the court as security and a handful of Sky players moved in between the two.</p><p>Freedom stopped near the basket to plead his case to security as he was escorted from the court area. He spun around while holding his shirt out and encouraged the crowd to respond as he walked toward the front lobby.</p><p>He had a conversation with a group of police officers before departing Wintrust Arena.</p><p>“I just got kicked out of a @WNBA game for supporting WOMEN!” Freedom wrote on social media Sunday night. “Let that sink in, AMERICA!”</p><p>Cloud met with team and league security after the game. She did not speak with the media.</p><p>Fever guard Sophie Cunningham said in an ESPN profile published last month that she was opposed to transgender girls and women competing in girls’ and women’s sports, and since then the league has been embroiled in debates about transgender participation. Freedom joined a small rally in support of Cunningham outside the arena before the game.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWL7FOYMGDSHPE2WPJN4Q4P3YI.jpg?auth=f630cd6399cf0faa5254b79fa0354b17af8d862323e28468f35d4cda9f00a532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA center Enes Kanter Freedom greets a friend before a WNBA basketball game between the Indiana Fever and the Chicago Sky, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2P4GYHLZFHGHVUBI7OVG6C7ITY.jpg?auth=09032192e877aa97ca2d59b8798a3dd283c820411d173d5ca1090573fdbc23d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky guard Natasha Cloud argues with former NBA center Enes Kanter Freedom, right, during the second half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[México reanuda con restricciones exportación de ganado a EEUU]]></title><link>https://www.local10.com/espanol/2026/08/24/mexico-reanuda-con-restricciones-exportacion-de-ganado-a-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/mexico-reanuda-con-restricciones-exportacion-de-ganado-a-eeuu/</guid><dc:creator><![CDATA[ABRAHAM TELLEZ, Associated Press]]></dc:creator><description><![CDATA[AGUA PRIETA, México (AP) — México reactivó el lunes en medio de fuertes controles las exportaciones de ganado en pie hacia Estados Unidos que estuvieron paralizadas por más de un año luego de que Washington restringió el paso de las reses ante el avance de la plaga del gusano barrenador que ya está presente en los dos lados de la frontera.]]></description><pubDate>Mon, 24 Aug 2026 22:00:21 +0000</pubDate><content:encoded><![CDATA[<p>AGUA PRIETA, México (AP) — México reactivó el lunes en medio de fuertes controles las exportaciones de ganado en pie hacia Estados Unidos que estuvieron paralizadas por más de un año luego de que Washington restringió el paso de las reses ante el avance de la plaga del gusano barrenador que ya está presente en los dos lados de la frontera.</p><p>La reanudación del tránsito del ganado comenzó pasadas las 3:00 de la tarde cuando un primer lote de 716 reses pasó desde la localidad mexicana de Agua Prieta, estado de Sonora, hacia el poblado fronterizo de Douglas, en Arizona.</p><p>El proceso se inició luego de varias horas de revisión que realizaron las autoridades de México y Estados Unidos que utilizaron perros para inspeccionar cada una de las reses y determinar que no estuvieran contagiadas con la plaga del gusano barrenador.</p><p>La larva proviene de la mosca Cochliomyia hominivorax que invade las heridas abiertas o las mucosas de los orificios corporales de cualquier animal de sangre caliente, incluidos los humanos, y devora los tejidos haciendo que las lesiones sean cada vez más hondas y dolorosas.</p><p>La plaga llegó a México en noviembre del 2024 y ya está presente en 30 de los 32 estados, entre ellos en el estado norteño de Sonora, mientras que Estados Unidos los primeros casos comenzaron a reportarse en junio en los estados de Texas y Nuevo México.</p><p>Apertura con limitaciones</p><p>Para la reactivación el 24 de agosto de las importaciones de ganado mexicano, Estados Unidos aprobó un nuevo protocolo que incluyó la colocación de identificadores con radiofrecuencia en las orejas de las vacas y la instalación de arcos para detectar los identificadores.</p><p>Asimismo, se limitó el paso del ganado hacia Arizona a 700 reses por día, que se elevará la próxima semana a 900 diarias, y a la siguiente semana subirá a 1.300 al día.</p><p>México también tiene previsto reforzar los sistemas de trazabilidad del ganado y la dispersión de moscas estériles para avanzar en la contención de la plaga, informó el lunes la secretaria mexicana de Agricultura, Columba López. El país tiene actualmente 1.937 casos activos de gusano barrenador.</p><p>A finales de junio se reabrió en el estado sureño de Chiapas una planta para la producción de moscas estériles que fue financiada por México y Estados Unidos.</p><p>López indicó que se fortalecerá la dispersión de moscas estériles en los estados norteños de Chihuahua y Sonora que son los mayores exportadores de ganado hacia Estados Unidos y ya tienen casos del gusano barrenador.</p><p>Aunque México dispone en la actualidad de cientos de reses listas para la exportación, los controles impuestos por Estados Unidos ralentizarán el ingreso del ganado y demorarán la recuperación del hato estadounidense que ronda 86 millones de cabeza —el nivel más bajo en 75 años-- y que enfrenta un déficit de alrededor de 1,2 millones de cabezas que ha incidido en el alza histórica de los precios de la carne en ese país.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DQMAFU3ZK4JD44OKWCRR6D4FGY.jpg?auth=56d4d8d96aee06fcf1d0c72866468b3ebf9eed3cb99ee3aa383d2408eede7e2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos terneros se alimentan antes de ser inspeccionados para su exportación a Estados Unidos en una asociación regional de ganaderos en Hermosillo, México, el martes 18 de agosto de 2026, previo a la reapertura de la frontera estadounidense a las importaciones de ganado mexicano. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WC5AWAYDM5FFTKLGOKIOSW5RUE.jpg?auth=6ca72ef2707fadd0b17b795b3994f0c97987fbf4196c95d8906395820bd4d864&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Subastan ganado en un mercado de ganado en Hermosillo, México, el martes 18 de agosto de 2026, antes de la reapertura de la frontera estadounidense a las importaciones de ganado mexicano. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[PortMiami’s regulated feeding program for stray cats needs volunteers, food donors ]]></title><link>https://www.local10.com/pets/2026/08/24/portmiamis-regulated-feeding-program-for-stray-cats-needs-volunteers-food-donors/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/24/portmiamis-regulated-feeding-program-for-stray-cats-needs-volunteers-food-donors/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Jeannine Frontela’s heart is with a community of stray cats at PortMiami, which spans across 500 acres on three islands. ]]></description><pubDate>Mon, 24 Aug 2026 20:21:27 +0000</pubDate><content:encoded><![CDATA[<p>Jeannine Frontela’s heart is with the community of stray cats at <a href="https://www.miamidade.gov/portmiami/home.page" target="_self" rel="" title="https://www.miamidade.gov/portmiami/home.page">PortMiami</a>, which spans across 500 acres on three islands. </p><p>Two years ago, the port and Miami-Dade Animal Services partnered to care for the cats through the <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1599404922449638" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1599404922449638">Trap, Neuter, Vaccinate and Return program or TNVR</a>.</p><p>Miami-Dade Animal Services has sterilized 146 stray cats since the program started. <a href="https://www.facebook.com/jeannine.perez143/" target="_self" rel="" title="https://www.facebook.com/jeannine.perez143/">Frontela, an advocate,</a> has helped to trap and feed the cats. </p><p>“I am the voice of some of these cats,” Frontela said. “No food is being provided.”</p><p>The program relies on food donations and counts on 14 volunteers, but they need more. </p><p>“We are looking for volunteers that either work at the port, or they are familiar with the port, to assist feeding the cats,” said Raysa Samper, the port’s property manager.</p><p>Last year, Miami-Dade County commissioners voted to allow the lawful feeding of stray animals and to prohibit the dumping of animals at the port. </p><p>The port opened five designated cat feeding stations, but four are behind security fences. Samper said the volunteers who qualify also donate the food. </p><p>“It’s a commitment, so it has to be someone that really, really, really loves the cats,” Samper said. </p><p>Volunteers have to go through an application process to become “authorized individuals” in the “lawfully established” feeding program. </p><p>For more information about volunteering for the Miami-Dade Animal Services, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser159839177136735" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser159839177136735">visit this page</a>. </p><p>For more information about volunteering at the port, contact Samper at 305-347-4908 or Raysa.Samper@miamidade.gov </p><p><b>Related link:</b> <a href="https://library.municode.com/fl/miami_-_dade_county/codes/code_of_ordinances?nodeId=PTIIICOOR_CH28ASESEOP_S28A-13PECO" target="_self" rel="" title="https://library.municode.com/fl/miami_-_dade_county/codes/code_of_ordinances?nodeId=PTIIICOOR_CH28ASESEOP_S28A-13PECO">Miami-Dade County Code Sec. 28A-13. - Personal conduct.</a></p>]]></content:encoded></item><item><title><![CDATA[Dicen que fue el novio; muchacha de Fort Lauderdale fue asesinada en Alabama]]></title><link>https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El sospechoso, también de Fort Lauderdale, permanece detenido en Montgomery. El presidente de la universidad expresó sus condolencias a la familia y a los compañeros de la joven.]]></description><pubDate>Mon, 24 Aug 2026 21:55:38 +0000</pubDate><content:encoded><![CDATA[<p>Una joven de Fort Lauderdale que estudiaba en Alabama State University fue asesinada por su novio, también de Fort Lauderdale, informaron las autoridades a <a href="https://www.wsfa.com/2026/08/24/alabama-state-students-cause-death-revealed-boyfriend-arrested/" rel="">medios de comunicación</a> de Alabama.</p><p>Según <a href="https://www.wsfa.com/2026/08/24/alabama-state-students-cause-death-revealed-boyfriend-arrested/" rel="">reportes</a> que citan documentos judiciales, la policía de Montgomery, Alabama, señaló que Jalil Bivens estranguló a Ava Walters en un lugar fuera del campus, poco antes de las 11 a.m. del domingo.</p><p>Bivens, de 21 años, enfrenta ahora un cargo de asesinato por la muerte de Walters, de 20, quien cursaba su segundo año de la carrera de administración de información de salud en ASU.</p><p>El presidente de ASU, Quinton Ross Jr., dijo en un comunicado publicado en redes sociales que tenía el corazón “adolorido” mientras él y el resto de la comunidad de esta universidad históricamente afroamericana lamentaban “la trágica pérdida de una de nuestras Hornets”.</p><p>Añadió que extendía sus “más sentidas condolencias” a la familia, los amigos y los compañeros de clase de Walters.</p><p>“No hay palabras que puedan aliviar de verdad el dolor de perder a un ser querido, pero sepan que toda la Hornet Nation está con ustedes en este momento difícil”, expresó.</p><p>Los registros muestran que hasta la noche del lunes Bivens permanecía recluido en el Centro de Detención del condado de Montgomery.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KGPSRIQ5BFFZ3KLFRUBLZ33HI4.jpg?auth=9077d4e06af9feaadc7aba81ccfefaa4e65e24c621cdabd46d918381d3113ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jalil Bivens]]></media:description></media:content></item><item><title><![CDATA[Miami-Dade deputies ID victim in e-scooter crash that escalated to fatal shooting]]></title><link>https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a deadly weekend shooting that stemmed from an e-scooter crash.]]></description><pubDate>Mon, 24 Aug 2026 14:44:49 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/">deadly weekend shooting</a> that stemmed from an e-scooter crash.</p><p><a href="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/"><b>Leer en español</b></a></p><p>According to the MDSO, Darryl Frankders Johnson Jr. was riding an e-scooter just before 5:25 p.m. Sunday near Northwest 75th Street and 22nd Court, in the county’s unincorporated Gladeview area, when he and the suspect crashed, leading to an argument.</p><p>Deputies said the suspect pulled out a gun and shot Johnson, of Liberty City, before fleeing.</p><p>Miami-Dade Fire Rescue medics pronounced Johnson dead at the scene.</p><p>Johnson’s mother, Stacy Bernard, spoke to Local 10 News.</p><p>“He’s a wonderful, awesome son,” she said. “He makes me proud every day. He wasn’t on the street selling drugs. He was on his way to work.”</p><p>Meanwhile, a nearby homeowner told Local 10 News that two of the bullets punctured her house.</p><p>An MDSO spokesperson said Monday that the suspect was with a child at the time of the shooting.</p><p>It was not immediately clear whether the two men knew each other prior to the crash and shooting.</p><p>Anyone with information on the case was asked to call investigators.</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[Trump moves toward levying new tariff on China for flooding market with cheap goods, AP sources say]]></title><link>https://www.local10.com/news/world/2026/08/24/trump-moves-toward-levying-new-tariff-on-china-for-flooding-market-with-cheap-goods-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/trump-moves-toward-levying-new-tariff-on-china-for-flooding-market-with-cheap-goods-ap-sources-say/</guid><dc:creator><![CDATA[By AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump is moving toward levying a new tariff on China that would penalize the world’s second-largest economy for flooding the global market with underpriced goods, according to three people familiar with the matter.]]></description><pubDate>Mon, 24 Aug 2026 22:17:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump is moving toward levying a new tariff on China that would penalize the world’s second-largest economy for flooding the global market with underpriced goods, according to three people familiar with the matter.</p><p>Two of the people, who spoke on condition of anonymity to discuss internal deliberations still being finalized, said Trump is considering setting the new tariff at 7.5%. It's a level administration officials believe would not endanger the one-year trade truce between Washington and Beijing or a planned White House meeting between Trump and Chinese President Xi Jinping expected to take place in late September.</p><p>The move, if finalized, appears to be a calibrated effort by the White House to work around a Supreme Court decision earlier this year that struck down Trump's plan to implement a sweeping, high-tariff scheme not seen since the 1930s.</p><p>After that decision, the Trump administration announced in March it was launching formal investigations targeting excess industrial capacity and forced-labor regulations in China and other nations.</p><p>It isn't clear if the U.S. administration is also nearing its decision in its probes of the other economies that it announced it was investigating for unfair trade practices, including the European Union, Singapore, Switzerland, Norway, Indonesia, Malaysia, Cambodia, Thailand, South Korea, Vietnam, Taiwan, Bangladesh, Mexico, Japan and India.</p><p>The White House and the U.S. Trade Representative’s office did not respond to requests for comment on the tariff deliberations, which Bloomberg News reported earlier Monday.</p><p>The Chinese embassy in Washington said in a statement that economic and trade issues should be resolved through bilateral talks rather than unilateral tariff actions, and rejected the idea that it has an issue with overcapacity.</p><p>The excess industrial capacity probe of China was initiated under Section 301 of the Trade Act of 1974, which allows the president to levy tariffs against nations that discriminate against U.S. companies or commerce.</p><p>The new tariff would come on top of existing tariffs on China</p><p>The people familiar with the deliberations stressed that Trump could still change his mind on the new tariff on China.</p><p>It would come on top of tariffs of 10% to 12.5% announced last month for 60 economies around the globe that the Trump administration accused of failing to effectively enforce a ban on goods produced with forced labor.</p><p>Many countries, including China, protested that move, which took effect just as the clock ran out on temporary tariffs Trump had turned to after the Supreme Court in February struck down sweeping “reciprocal” tariffs he levied on nearly every U.S. trade partner.</p><p>China last month pushed back against claims of overcapacity, anticipating that the U.S. would soon release results of its probe and impose new tariffs.</p><p>Massive capacity in a slew of Chinese industries, from autos to solar panels, cement and steel manufacturing, has drawn increased attention from Beijing’s trading partners in recent years.</p><p>Although China’s own leaders have prioritized rebalancing the economy, slowing domestic demand has prompted companies to expand into overseas markets. Surging exports pushed China’s trade surplus to a record of nearly $1.2 trillion last year.</p><p>China has never sought a large trade surplus, the Ministry of Commerce said in a recently published report titled “China’s Position on the So-called Excess Capacity Issue.”</p><p>The deliberations come as the Treasury Department on Monday warned countries doing trade with Iran that new secondary sanctions are in the pipeline aimed at ostracizing nations that continue to do business with Tehran. China is Iran's biggest trade partner.</p><p>Washington has promised the new sanctions would put even more pressure on an Iranian economy already battered by previous sanctions and a U.S. naval blockade as the U.S. and Israeli war against Iran nears the six-month mark.</p><p>Treasury Secretary Scott Bessent's announcement Monday provided little detail and did not name which countries could face secondary sanctions.</p><p>___</p><p>AP writer Paul Wiseman contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SG6VQ4RHHNY74J42O7BB5DKIVI.jpg?auth=7e83f4ffd231ca09eb39a509e00ce1b4fefdd218287dff4552e9c48c4af60584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens during a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[El-Sayed distances himself from popular streamer's comments on Israel and Jewish Americans]]></title><link>https://www.local10.com/news/politics/2026/08/24/el-sayed-distances-himself-from-popular-streamers-comments-on-israel-and-jewish-americans/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/el-sayed-distances-himself-from-popular-streamers-comments-on-israel-and-jewish-americans/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Democratic candidate for U.S. Senate in Michigan, Abdul El-Sayed, distanced himself Monday from progressive commentator Hasan Piker, who suggested that some pro-Israel rhetoric may lead to backlash against American Jews.]]></description><pubDate>Mon, 24 Aug 2026 23:12:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Democratic candidate for U.S. Senate in Michigan, Abdul El-Sayed, distanced himself Monday from progressive commentator Hasan Piker, who suggested that some pro-Israel rhetoric may lead to backlash against American Jews.</p><p>The controversy could complicate El-Sayed's campaign as he tries to unify Democrats in a battleground state that will help decide control of the U.S. Senate.</p><p>El Sayed is one of several Democratic candidates this year who harnessed Piker's online megaphone to appeal to younger voters, and they appeared together at campaign events during the primary, but last week's comments may have cooled the relationship.</p><p>Wearing a suit and tie during one of his typically hours-long livestreams, Piker argued against the idea that opposing Israel is antisemitic. American Jews are not uniformly supportive of Israel, he said, but many “Jewish institutions” are “teaching people the idea that Jews are monolithic" and "its a very dangerous mode of propaganda.”</p><p>“If Jews in America keep putting this idea out there that they are singularly invested in Israel, eventually someone is going to come around and take action, not against the state of Israel mind you, but against American Jews,” he said.</p><p>House Minority Leader Hakeem Jeffries, a New York Democrat, issued a sharply critical statement.</p><p>“The malicious claim that American Jews are inviting violence against themselves is dangerous and antisemitic,” he said on social media. “There is zero justification for threats against the safety of our Jewish brothers and sisters at a moment of rising hate.”</p><p>El-Sayed issued his own statement later in the day.</p><p>“I believe all Americans deserve the right to advocate for what they believe without fear of violence," he said. “This is particularly true for communities that have been intimidated for their beliefs in the past.”</p><p>He also said “antisemitism is a scourge, and we need to address it in all its forms” and "nobody speaks for this campaign besides me and my campaign spokespeople.”</p><p>“And while politicians and pundits try to make this race about a Twitch streamer, we’re going to be talking about gas, groceries, good schools and healthcare,” El-Sayed added.</p><p>While Piker was speaking on the livestream last week, he was displaying an X post with a photo of Jeremy Moss, a Jewish Democratic candidate for U.S. House in Michigan, on his screen.</p><p>Moss posted Monday, “I will not be lectured by a California podcaster about what Oakland County, Michigan's Jewish community should and shouldn't believe," adding that “we certainly won't be gaslit that we're responsible for the antisemitic harm upon us.”</p><p>Piker’s spokesperson did not immediately respond to a request for comment. On another livestream Monday, he called El-Sayed’s statement “neutral” and described the outrage as a “smear." He argued that he wasn’t advocating violence but warning against the rhetoric that could.</p><p>El-Sayed's Republican opponent, former congressman Mike Rogers, said El-Sayed's response was inadequate.</p><p>“El-Sayed doesn’t have the guts to disavow his running mate,” Rogers said. He said the Democratic nominee is "unfit to represent our state.”</p><p>Piker's previous statements has been controversial, including a past comment that “Hamas is a thousand times better” than Israel.</p><p>Some Democrats urged El-Sayed to go further in responding to Piker's comments.</p><p>“I want Abdul to win desperately, but the most predictable thing in the world was that Piker would inevitably become a serious liability in a general election," Tré Easton, a Democratic strategist, wrote on social media. "If you care about Abdul’s campaign succeeding, you should want him to distance himself from Piker clearly and directly."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4UOWJLDDCR2IORCFF72UROOQVI.jpg?auth=50333c1037218e0cbbf63adfbee7c4334e283e1b41f7d8956bb408d3734c3dff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, talks poolside with streamer Hasan Piker at a party for content creators supporting his campaign, Monday, Aug. 3, 2026, in Detroit. (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[DC's delegate candidate plans to target federal lawmakers challenging the city’s autonomy]]></title><link>https://www.local10.com/news/politics/2026/08/24/dcs-delegate-candidate-plans-to-target-federal-lawmakers-challenging-the-citys-autonomy/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/dcs-delegate-candidate-plans-to-target-federal-lawmakers-challenging-the-citys-autonomy/</guid><dc:creator><![CDATA[By MATT BROWN and GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The District of Columbia’s presumptive incoming delegate to Congress unveiled a strategy Monday to counter Republican interventions in the city’s affairs by sending local residents to congressional districts in nearby states to stump for candidates who support greater autonomy for the nation's capital.]]></description><pubDate>Mon, 24 Aug 2026 21:40:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The District of Columbia’s presumptive incoming delegate to Congress unveiled a strategy Monday to counter Republican interventions in the city’s affairs by sending local residents to congressional districts in nearby states to stump for candidates who support greater autonomy for the nation's capital.</p><p>Robert White Jr., the Democratic nominee to be the district's sole delegate to Congress, unveiled the “Defend DC” mobilization effort, which he said will recruit, train and transport city residents and supporters to canvass for candidates who support the district's independence. White will also launch a political action committee to support candidates that back D.C. statehood and local control.</p><p>“Congress has used its power over D.C. to attack us. So Washingtonians are banding together to use our collective power to change Congress,” White told a crowd of supporters in a downtown Washington plaza.</p><p>The Constitution gives federal lawmakers authority over the District of Columbia, while the Home Rule Act of 1973 lets residents elect a mayor, a council and neighborhood commissioners. But Congress maintains significant control, including approving the budget and all laws passed by the D.C. Council.</p><p>The D.C. delegate position is a nonvoting one, but it grants the nearly 700,000 people of the district, who have no other representation in Congress, a voice through speechmaking on the House floor and bill introduction.</p><p>Trump has squeezed Washington's autonomy</p><p>White's plan comes as Washington during the second Trump administration has faced multiple new challenges to its autonomy, most visibly the ongoing deployment of the National Guard which has been extended into 2029.</p><p>The plan will target U.S. House districts within driving distance of the nation's capital in states like Pennsylvania, Virginia and New Jersey with members up for reelection who have backed President Donald Trump's surge of federal agents into the district and who themselves have proposed efforts to overhaul the city's governance.</p><p>“If politicians somewhere else believe they can come into our city and take away our rights without consequences, then we will go into their communities, the communities that determine whether those politicians keep their jobs,” White said.</p><p>The program's first target will be Rep. John McGuire, a Virginia Republican who introduced legislation last year that would codify into law Trump's executive order, “ Making the District of Columbia Safe and Beautiful."</p><p>The order paved the way for the deployment of the National Guard and federal law enforcement agents onto the streets of Washington, D.C. Trump later also briefly federalized the city's police force.</p><p>D.C. Council Chair Phil Mendelson called White's strategy necessary to protect D.C. residents' constitutional rights.</p><p>“Our current situation is one that was not imagined nor intended by the Founding Fathers,” Mendelson said.</p><p>Taking the fight to the district's congressional opponents has been central to White's platform. He spoke of the strategy during debates. He also spoke of his plan the night of the June primary when he won the Democratic primary for the district’s delegate to Congress, ushering in generational change for a position long held by 18-term delegate Eleanor Holmes Norton.</p><p>White’s win in the heavily Democratic city set him up to take the top spot in November’s general elections. Norton, 89 and a fixture of the Civil Rights movement, decided not to run again after facing growing concerns over her ability to forcefully push back against the Trump administration's federal intervention into the city’s affairs.</p><p>One of Norton's key roles has been to push back against incursions by Republicans in Congress who have grown increasingly willing to step into local affairs, despite the city's Home Rule. In recent years, Congress members have tried to overturn the district's motorcycle helmet law and ban the district's use of automated traffic cameras.</p><p>White said he had spoken with House Minority Leader Hakeem Jeffries, D-N.Y., and Rep. Susan DelBene, the chair of House Democrats' campaign arm, about the strategy.</p><p>A plan modeled after a former delegate's</p><p>White modeled the strategy after one used by the district's first delegate, Walter Fauntroy Jr., a civil rights legend who mobilized voters in several key races, most notably in 1972 in South Carolina. His efforts there were instrumental in defeating Rep. John McMillan, who chaired the House District Committee and routinely blocked the district's efforts to govern itself.</p><p>Michael Fauntroy, Fauntroy's nephew, and the founding director of the Race, Politics, and Policy Center at George Mason University, said the elder Fauntroy drew on a relationship he had built during his civil rights work, especially in the South when he sought office and visited targeted districts.</p><p>“His strategy was primarily to focus on those congressional districts in which the Black voters composed the margin of victory in a particular district,” said Michael Fauntroy, who authored "Home Rule or House Rule? Congress and the Erosion of Local Governance in the District of Columbia.”</p><p>"At one point, there were roughly 100-some-odd districts around the country, primarily in the South in which the Black vote was the marginal vote,” he said.</p><p>The situation is more complicated now. Gerrymandering has left few competitive districts, and Fauntroy said he doesn’t know what kind of network White has.</p><p>“If you don’t have those connections, it’s going to be difficult to take the fight to somebody,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKIUCDYCNRVQN34WW6TARBAX4M.jpg?auth=83c6d4b520173674c78428071eff45f8fe3265e97cc47454c88ca0bd2be5ce1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional delegate candidate Robert White greets supporters after attending a news conference at Freedom Plaza in Washington, Monday, Aug. 24, 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/SZLPYBFS5CR4XML5UFBVTAZEFU.jpg?auth=9c04aca7582674f3115e5e927a0608873311a3bd97ba4d1f4dd823a140f7ab96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional delegate candidate Robert White, is hugged by District of Columbia Councilmember Elissa Silverman, left, after attending a news conference at Freedom Plaza in Washington, Monday, Aug. 24, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Woman arrested for stabbing in Deerfield Beach]]></title><link>https://www.local10.com/news/local/2026/08/24/woman-arrested-for-stabbing-in-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/woman-arrested-for-stabbing-in-deerfield-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A woman was hospitalized on Sunday morning after she suffered stab wounds in Deerfield Beach, according to Broward Sheriff’s Office deputies.]]></description><pubDate>Mon, 24 Aug 2026 17:15:43 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies accused a 38-year-old woman of a stabbing during a robbery<a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/"> on Sunday</a> morning in Deerfield Beach, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/"><b>Leer en español</b></a></p><p>Deputies reported a woman injured at about 3:45 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/">on Sunday</a> near Northwest Third Avenue, also known as Martin Luther King Jr. Avenue, and Fourth Court.</p><p>At about 10 a.m.<a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/"> on Sunday</a>, BSO deputies arrested Brittany Payne, and corrections held her on Monday afternoon without bond at the North Broward Bureau in Pompano Beach, records show. </p><p>Payne faced charges of attempted murder and armed robbery, according to inmate records. </p><p>Broward County Circuit Judge Francis Viamontes was set to preside over the case, according to court records. <i> </i></p><p><i>Local 10 News Assignment Editors Carson Merlo and Mariana Ortiz contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d431.19923520994934!2d-80.10820406155445!3d26.322961274981743!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d91d85360c688b%3A0x15566158b9a76e91!2s401%20NW%203rd%20Ave%2C%20Deerfield%20Beach%2C%20FL%2033441!5e1!3m2!1sen!2sus!4v1787493643776!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTPSXAJVTNEVXINETY7QEU2K64.jpg?auth=a47759224a3bc04f845add4180e3c9a6285f1a20d796754fb2487308df3c2a94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff's Office deputies arrested Brittany Payne after a stabbing on Sunday morning in Deerfield Beach.]]></media:description></media:content></item><item><title><![CDATA[Supreme Court sides with Trump administration on mail voting restrictions ahead of midterms]]></title><link>https://www.local10.com/news/politics/2026/08/24/supreme-court-sides-with-trump-administration-on-mail-voting-restrictions-ahead-of-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/supreme-court-sides-with-trump-administration-on-mail-voting-restrictions-ahead-of-midterms/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court opened a path Monday for possible implementation of President Donald Trump's executive order restricting mail-in voting, though it remains unclear how much can be put in place before the fast-approaching midterm elections.]]></description><pubDate>Mon, 24 Aug 2026 23:19:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court opened a path Monday for possible implementation of President Donald Trump's executive order restricting mail-in voting, though it remains unclear how much can be put in place before the fast-approaching midterm elections.</p><p>The decision leaves room for additional court challenges that could further slow Trump's order, and other similar cases have already been filed. The U.S. Postal Service laid out how it would implement the order last week, but time is running short to impose major changes. North Carolina is sending out ballots Sept. 4 overseas and to military voters, and other states will quickly follow suit in just a few weeks.</p><p>The Supreme Court's conservative majority didn’t decide the legality of Trump's order, instead ruling that states who sued did not have the legal right to challenge it.</p><p>While the emergency order is not final, it does have the potential to create chaos around voting across the country, with Trump often questioning the integrity of elections and the nation's highest court again the possible arbiter of a political controversy.</p><p>“The Court’s disposition of this application does not mean that any measure taken by the Government to implement the Order will necessarily be lawful. On that score, time will tell,” the majority wrote in an unsigned order.</p><p>The three liberal-leaning justices publicly dissented, with Justice Ketanji Brown Jackson writing that the rule “lets another shoe drop in the Kafkaesque nightmare that our precedents have been steadily creating for certain plaintiffs who seek to bring election-related challenges.”</p><p>New York Attorney General Letitia James foreshadowed more legal fights ahead, calling the decision a “painful setback” but vowing it would “not be the final word.”</p><p>The court’s order opens a path for the administration to begin action to restrict mail voting, but it also could lead to further litigation that could freeze the federal government again.</p><p>“This is just the first inning of a very fast nine-inning game,” said Derek Muller, a law professor at Notre Dame University.</p><p>Trump fights mail-in voting despite its growing popularity</p><p>Mail balloting has long been a favorite target for Trump, who has claimed that it breeds fraud despite strong evidence to the contrary and his own use of the voting method.</p><p>Trump's executive order, signed in March, calls on his administration to create lists of eligible voters and orders the U.S. Postal Service to deliver mail ballots only to people on those lists. New requirements released Friday would forbid the Postal Service from sending mail ballots from any state that does not comply with Trump’s order.</p><p>A Postal Service spokesperson did not immediately respond messages seeking comment. The White House did not immediately respond to a message seeking comment.</p><p>Democratic officials in 23 states and the District of Columbia sued to block the order. They argued that the Constitution gives states and Congress the power to run elections, and Trump’s changes could lead to chaos and partisan abuse.</p><p>“The consequences of allowing such transformative changes to take effect so close to this fall’s elections would be extreme,” attorneys for the states wrote. Dozens of state and local election officials weighed in, asking the justices to leave the order frozen while election preparations are already underway.</p><p>A judge in Massachusetts blocked the plan for the midterm elections in those states. An appeals court upheld her decision. She later granted a second order blocking it nationwide, another remaining stumbling block for Trump administration.</p><p>The Justice Department appealed to the Supreme Court on procedural grounds in late July, arguing that the states sued too soon. They also pointed to another ruling out of Washington, where a judge allowed Trump’s order to proceed. An appeals court backed that decision, while still leaving room for future court action if the changes are implemented.</p><p>Federal attorneys argued that the Massachusetts order “blocks the government’s ability to finalize and implement the President’s proposed policies to promote election integrity for the upcoming federal elections in November.”</p><p>A dozen Republican-leaning states supported the federal government in their own appeal before the high court, saying states would have input on the final voter lists.</p><p>The Supreme Court has previously ruled against Trump-backed arguments on mail-in ballots, finding in June that states can count ballots that arrive after Election Day. That case was decided after full briefing and arguments, rather than on the court’s emergency docket.</p><p>Trump has blamed mail voting — without credible evidence — for his loss to Democrat Joe Biden in 2020. He has promoted the proposed changes in his executive order as safeguards to keep non-U.S. citizens from voting.</p><p>He’s also repeatedly pressed for the passage of the legislation that requires proof of citizenship to vote. Noncitizen voting has been shown to be exceedingly rare, and is a felony that can be punishable by deportation.</p><p>Using mail ballots has become increasingly popular with voters of both parties, with about 30% of all ballots cast that way during the 2024 presidential election, according to federal data. The process also is secure. A 2025 Brookings Institution study found only about four cases of fraud out of every 10 million mail ballots cast.</p><p>David Becker, a former justice department lawyer who co-wrote a book debunking Trump’s 2020 election lies, said the high court created “pure chaos leading up to the midterm elections, waiting weeks after an administration filing, and just days before mail ballots go out, to completely rewrite the rules.”</p><p>___</p><p>Associated Press writer John Hanna in Topeka, Kansas contributed to this story. Riccardi reported from Denver.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KDYBDXLQGPURVKD5J44QR2S77Q.jpg?auth=5b9739dd3301fd5e2b781c030219d6174fea241ae1fc6420b43b1adf1e3be319&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker places a vote-by-mail ballot into a secure bin at the Miami-Dade County Supervisor of Elections Office during the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BZWNXSP54GBNYXGGNJ2JFMTII.jpg?auth=9e34ccf77db37559c73f1b13969ae509782f458673685387adff79b4f16c7f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Monday, July 27, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJW4W7S5MUG6CW7NVT4S4K4YTI.jpg?auth=97a1642aff3f97db7d350fcb3889d0f83101ea241f79fae38bd15cf543f122a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker sorts vote-by-mail ballots at the Miami-Dade County Supervisor of Elections Office for the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[1 hospitalized after car crashes into side of building in Opa-locka]]></title><link>https://www.local10.com/news/local/2026/08/24/1-hospitalized-after-car-crashes-into-side-of-building-in-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/1-hospitalized-after-car-crashes-into-side-of-building-in-opa-locka/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[One person was injured when a car crashed into the side of a building in Opa-locka on Monday, first responders confirmed.]]></description><pubDate>Mon, 24 Aug 2026 18:17:09 +0000</pubDate><content:encoded><![CDATA[<p>One person was injured when a car crashed into the side of a building in Opa-locka on Monday, first responders confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/"><b>Leer en español</b></a></p><p>The crash was reported in the 13200 block of Northwest 32<sup>nd</sup> Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/ORO2UAXJPZFBRJOXWYDDBI5LGE.jpeg?auth=a95bbc8feaa429c7dd0457ffae1a4d270cfd70c22b7fc32b764efff14dd8fc59&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sky 10 was above the scene just before 2 p.m. as a damaged Mustang convertible was towed away. A large hole was left behind in the building, along with debris from the wall and vehicle on the sidewalk.</p><p>Miami-Dade Fire Rescue officials confirmed that one adult, the driver of the vehicle, was transported to Jackson North Medical Center.</p><p>According to Miami-Dade Fire Rescue, the building sustained “significant structural damage” and was subsequently deemed both unsafe and uninhabitable. </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[US set for largest mass visa revocation in history targeting up to 200,000 foreigners, officials say]]></title><link>https://www.local10.com/news/politics/2026/08/24/us-set-for-largest-mass-visa-revocation-in-history-targeting-up-to-200000-foreigners-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/us-set-for-largest-mass-visa-revocation-in-history-targeting-up-to-200000-foreigners-officials-say/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is preparing to revoke the business and tourism visas of up to 200,000 foreigners who have applied for or are currently seeking asylum status in the United States. If it happens, the move would be the largest single mass revocation of visas in U.S. history and would likely face legal challenges.]]></description><pubDate>Mon, 24 Aug 2026 20:30:22 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is preparing to revoke the business and tourism visas of up to 200,000 foreigners who have applied for or are currently seeking asylum status in the United States. If it happens, the move would be the largest single mass revocation of visas in U.S. history and would likely face legal challenges.</p><p>Unless challenged or revised, the State Department is expected to announce in the coming weeks the revocation of so-called B1 and B2 visas issued between 2016 and 2026 whose holders have sought asylum or are now seeking asylum, according to State Department documents obtained by The Associated Press and two U.S. officials. The action will be taken in coordination with the Department of Homeland Security.</p><p>“We are coordinating with DHS to identify and revoke the nonimmigrant visas of foreigners who have come to the United States claiming to be short-term visitors, but then file for asylum to stay here permanently,” said State Department spokesman Tommy Pigott.</p><p>He declined to comment on the number of visas that might be revoked, saying "as the process will be ongoing, the number of revocations remains dynamic and will be done on a rolling basis.”</p><p>The revocations would not necessarily result in their immediate deportation, the officials said. Most of those with asylum cases currently pending would be recategorized but would lose their status as business or tourism travelers, according to the officials, who spoke on condition of anonymity because the revocations are not final yet.</p><p>Since President Donald Trump took office for his second term last year, his administration has steadily ramped up restrictions on visa applicants — demanding more information about their social media histories, requiring the posting of expensive bonds for the processing of visas, and outright banning the issuance of visas to citizens of certain countries.</p><p>In a social media post on Monday, Deputy Secretary of State Christopher Landau called out people who he said try to use tourist and business visas to get into the United States and then apply for asylum.</p><p>“People in the US and all over the world are fed up with bogus asylum claims,” Landau wrote on X. “Asylum isn’t supposed to be a loophole to circumvent immigration law.” Landau cited the case of a Colombian citizen who came to the U.S. in 2015 on a tourist visa and then applied for asylum.</p><p>B1 visas are generally issued for business trips and B2 visas are generally issued for tourism, family visits or medical care. It was not immediately clear from the documents or the officials how many of these visa holders are seeking or have sought asylum in the United States and would be affected by the revocations.</p><p>Current applicants for B1 and B2 visas are asked to affirm that they will not apply for asylum in the United States and prove that they intend to return to their home countries.</p><p>In the past 18 months, the State Department has revoked about 175,000 visas for people who have been convicted or accused of crimes ranging from drunken driving to rape and robbery, as well as for people who have spoken out publicly against U.S. policies, particularly in the Middle East.</p><p>The administration has also moved to crack down on so-called birth tourism, a practice the administration claims is used by foreign pregnant women to come to the United States to give birth so that their child will benefit from birthright citizenship. Trump has tried several times to end birthright citizenship, but those challenges have been rejected by courts, including the Supreme Court.</p><p>The State Department documents obtained by the AP suggest screening of current B1 and B2 visa holders began after the State Department received information about asylum requests from the Citizen and Immigration Service.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O564CP4T7ISMQDDI7EL5BMN3DQ.jpg?auth=428630e6433c796371cab13eca375ba3325c951330299f0b8778599c209891ef&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 past Secretary of State Marco Rubio as he arrives for a roundtable on the American mining industry, Friday, Aug. 7, 2026, at the State Department 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/C7RP4QLWPT2QUGBNYMF7EOFX3Y.jpg?auth=fdacf30c8dbafe3c0cb0dc158532ae60a5056983bb85fd45957431ec34648a1a&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 listens during a cabinet meeting with President Donald Trump, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[California Supreme Court hears arguments over sheriff's seizure of ballots]]></title><link>https://www.local10.com/news/politics/2026/08/24/california-supreme-court-hears-arguments-over-sheriffs-seizure-of-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/california-supreme-court-hears-arguments-over-sheriffs-seizure-of-ballots/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — The California Supreme Court is weighing whether a Southern California sheriff who seized election ballots must return them to county election officials.]]></description><pubDate>Mon, 24 Aug 2026 20:44:10 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — The California Supreme Court is weighing whether a Southern California sheriff who seized election ballots must return them to county election officials.</p><p>The high court heard oral arguments Monday regarding Riverside County Sheriff Chad Bianco’s seizure of approximately 650,000 ballots from a November 2025 special election on redistricting. The measure passed in the county by roughly 80,000 votes.</p><p>Bianco in March seized 1,000 boxes of election materials to investigate a complaint from a local citizens group that the count was off — though not by an amount that would've changed the outcome. Local election officials had previously said the complaint was unfounded. Bianco was running for governor at the time.</p><p>Democratic Attorney General Rob Bonta immediately launched a legal challenge in March, arguing the sheriff has no authority over election materials and warning the seizure was designed to sow distrust in elections. He ordered Bianco to return the ballots, but Bianco did not. The University of California, Los Angeles Voting Rights Project also sued the sheriff on behalf of several Riverside County voters. The state Supreme Court heard arguments in both cases.</p><p>Chad Dunn, legal director and co-founder of the UCLA Voting Rights Project, told the court there are mechanisms to contest election results, and Bianco failed to follow them.</p><p>“The elections code provides a process. Citizens could have triggered a recount within, I think, it’s five days of the canvas, and they chose not to do that. They could ask the Attorney General, the Secretary of State, and there’s other officials to trigger an official recount,” Dunn told the court.</p><p>Bianco began recounting the vote using sheriff’s officials under the supervision of a special master appointed by a court but suspended it days later, citing mounting legal challenges from the state attorney general and a voting rights group. But he has not returned the ballots.</p><p>“Nowhere else in election law, in this state, in any other that I’m familiar with, does anybody get to handle ballots on their own in the back room with their deputies,” Dunn he told the judges.</p><p>Bradley Hertz, who represented Bianco, argued the sheriff had a legal duty to open an investigation after receiving a complaint and he followed the penal code to carry out that investigation, first issuing search warrants in February.</p><p>Hertz said Bianco has not returned the ballots to the Riverside County registrar of voters because those ballots are “evidence.”</p><p>“The sheriff is holding that evidence, safeguarding it as a custodian for the court,” Hertz said.</p><p>He said Bianco didn’t follow Bonta’s order to return the ballots because a legal fight was already playing out.</p><p>Bianco said after the hearing that if he were to face the same complaint, he would again seize ballots.</p><p>“I did this and this was legal,” he said. “I went a different route. They are legal. Both routes are legal. It's just their side doesn't like the route I chose,” he told reporters.</p><p>At the time of the ballots’ seizure, Bianco was one of two prominent Republicans running for governor in a crowded June primary. He did not advance to the general election and later announced plans to run for reelection as sheriff in 2028.</p><p>Xavier Becerra, a former state attorney general and Democrat running for governor, is part of the UCLA lawsuit to halt Bianco's efforts.</p><p>The ballot investigation came as President Donald Trump has repeatedly disputed the results of the 2020 election, citing unsubstantiated instances of fraud. His administration recently seized ballots and other documents from an election office in Georgia. Some Republicans have mirrored Trump’s rhetoric on voting in their states.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N2242K4OILWPV6LRXK3ZDOKOPA.jpg?auth=98412cb6920062251fced78b7b1ae470f31b7f45cfb0605f503df289e46fe486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riverside County Sheriff Chad Bianco arrives at the Supreme Court of California for a hearing about his seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IPSWODZEMFF46K6CDGXKX5B2M.jpg?auth=316a9d33a8038fddee7492d5736ab043bc5ef2c4560b78972b4eb624893e95df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plaintiff Clarissa Cervantes takes a selfie with legal team members before attending a hearing about Riverside County Sheriff Chad Bianco's seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZH63UPU6EA64YI7YDW7T4EZEJY.jpg?auth=1876d5669e6642067b0c3e6a784bb1656108eef453eee86a0cce60d7c8870511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riverside County Sheriff Chad Bianco arrives at the Supreme Court of California for a hearing about his seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTVVSTZFZH7LLKLCVDULW5B3HE.jpg?auth=6091e8fbbe26cbeaf10d6096340ac1af3c8fd4c98c708c7d5931aa39bb808530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plaintiff Clarissa Cervantes hugs a legal team member before attending a hearing about Riverside County Sheriff Chad Bianco's seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSIW7MIROSQULIA5VENHO2QCBE.jpg?auth=6beebbfb46ff16cd588f9cfa8e36bce094b2b92ba1783836aa10604b9e3e19c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riverside County Sheriff Chad Bianco arrives at the Supreme Court of California for a hearing about his seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Roger Federer is coming back to play at the US Open, but not interested in coming back to pro tennis]]></title><link>https://www.local10.com/sports/2026/08/24/roger-federer-is-coming-back-to-play-at-the-us-open-but-not-interested-in-coming-back-to-pro-tennis/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/roger-federer-is-coming-back-to-play-at-the-us-open-but-not-interested-in-coming-back-to-pro-tennis/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Roger Federer is actually nervous about his tennis.]]></description><pubDate>Mon, 24 Aug 2026 19:59:01 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Roger Federer is actually nervous about his tennis.</p><p>The man who won five straight U.S. Open championships during the height of his dominance of the sport is set to play again in Arthur Ashe Stadium on Tuesday night for the first time since 2019. And he's not quite sure how the game that perhaps nobody ever made look more elegant will appear now.</p><p>“I haven’t played a singles set in, I don’t know, (Hubert) Hurkacz at Wimbledon maybe, so it’s been five years,” Federer said Monday, referring to his 2021 quarterfinal loss in his last Grand Slam match. “I don’t know how it’s going to go tomorrow. So there is a lot of uncertainty but a lot of happiness that I can return to Arthur Ashe, a place where I have had so many beautiful moments.”</p><p>It's only one set of singles in an exhibition against Andy Roddick and one set of doubles with John McEnroe against Roddick and Andre Agassi. The winner of 20 Grand Slam singles titles should be fine for those.</p><p>But a return to tennis beyond that, competing in major tennis tournaments in his mid-40s like Venus and Serena Williams?</p><p>“No, no, no, no. No, not at all,” Federer said during a news conference. “Thanks for asking. I wasn’t sure if the question was going to get asked, but I’m happy you did so I can clarify in case anybody thought.”</p><p>At 45, Federer still looks fit, and said he enjoys working out in the gym. But he said he goes through long stretches where he is rarely on the court.</p><p>His lengthy absence from the U.S. Open has done little to dampen his popularity, based on the amount of people around the grounds who were mentioning his name. The appearance of “Roger Federer” up on the big board for all to see again, ahead of his afternoon practice on Ashe, where Federer collected the trophy every year from 2004-08, was a welcome sight for his fans.</p><p>The trip to New York is a stop for Federer on his way to Newport, Rhode Island, where he will be enshrined in the International Tennis Hall of Fame on Saturday.</p><p>Federer never really had the chance to say goodbye to New York as a player, because there was no way to know his loss to Grigor Dimitrov in the 2019 quarterfinals would be his last match. He had reached the French Open semifinals and the Wimbledon final earlier that year, falling to Rafael Nadal in Paris and then Novak Djokovic in a fifth-set tiebreaker at the All England Club.</p><p>It was easy to imagine him returning to the U.S. Open the next year and making another deep run. But after falling to Djokovic in the semifinals of the Australian Open to begin 2020, he had knee surgery that February, then another procedure in May.</p><p>He returned to play in the French Open in 2021 but had to withdraw before his fourth-round match. After the loss to Hurkacz — where he appeared struggling and lost 6-0 in the third set — Federer had another knee surgery that August and knew there would be no more comebacks.</p><p>“The knee can’t do it anymore. It’s tired,” he recalled thinking. “The mind can’t be patient even more and wait for another couple years and see what happens.”</p><p>Federer knows Tuesday night won't be real tennis, joking that he and Roddick hopefully would be respectful and not try to drop shot each other. But it will be different from when he did return to Ashe a couple of years back to watch.</p><p>“They gave me an ovation because they saw me on the big screen, but I just feel, like, tomorrow and I guess today, as well, and Monday next week, it really gives me a true opportunity to say thank you and goodbye, which I think is important for some,” Federer said. "It’s a nice thing to do, for sure."</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X66VASWBRGYDWHVHI7FIU3METE.jpg?auth=cf29a3ca81635cdb6d09e60c56bf91b52d5f12362cedcdc57ad73d0fda0cd2ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Roger Federer, of Switzerland, clenches his fist after wining a point against Feliciano Lopez, of Spain, during the U.S. Open tennis tournament in New York, Sept. 2, 2017. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Médicos de Paraguay inician una huelga nacional de cinco días en medio de sistema de salud colapsado]]></title><link>https://www.local10.com/espanol/2026/08/24/medicos-de-paraguay-inician-una-huelga-nacional-de-cinco-dias-en-medio-de-sistema-de-salud-colapsado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/medicos-de-paraguay-inician-una-huelga-nacional-de-cinco-dias-en-medio-de-sistema-de-salud-colapsado/</guid><dc:creator><![CDATA[Por EMILIO SANABRIA, Associated Press]]></dc:creator><description><![CDATA[ASUNCIÓN (AP) — Los médicos de Paraguay iniciaron el lunes una huelga nacional de cinco días para exigir mejores condiciones laborales, un reajuste salarial y la provisión de más insumos médicos en el marco de la precarización de la salud en el país sudamericano, donde siete de cada diez personas dependen de la atención sanitaria pública.]]></description><pubDate>Mon, 24 Aug 2026 19:55:41 +0000</pubDate><content:encoded><![CDATA[<p>ASUNCIÓN (AP) — Los médicos de Paraguay iniciaron el lunes una huelga nacional de cinco días para exigir mejores condiciones laborales, un reajuste salarial y la provisión de más insumos médicos en el marco de la precarización de la salud en el país sudamericano, donde siete de cada diez personas dependen de la atención sanitaria pública.</p><p>Una ola de batas blancas, banderas paraguayas y pancartas tomó las calles con miles de profesionales de la salud de distintas partes del país concentrándose ante la catedral de la capital. Desde allí, marcharon hacia el Ministerio de Salud y luego se dirigieron al de Economía.</p><p>Los manifestantes exigieron la contratación de más personal, más insumos y un incremento salarial. Según el Sindicato Nacional de Médicos (Sinamed), los sueldos están congelados desde 2012.</p><p>Asimismo, pidieron la incorporación a la nómina permanente de los profesionales que llevan años trabajando con contratos temporales.</p><p>“Las condiciones son pésimas. No tenemos medicamentos, no tenemos insumos, se construyen hospitales nuevos, pero no tenemos médicos dentro”, dijo a The Associated Press la doctora Rosana González, secretaria general del Sinamed.</p><p>El sindicato se queja de que sus reclamos no son atendidos y pide una reunión con los ministros de Salud, María Teresa Barán Wasilchuk, y de Economía, Óscar Lovera.</p><p>No obstante el director general de Servicios del Ministerio de Salud, Gustavo Ortiz, dijo a la AP que esa cartera mantiene conversaciones regulares con los profesionales para lograr una pronta solución.</p><p>Médicos denuncian precariedad</p><p>Con pancartas que rezaban “Basta de descuentos”, “Queremos respuestas ya” y “La salud es una prioridad”, los médicos ocuparon diversas calles de Asunción pacíficamente.</p><p>Proyectaron piezas audiovisuales para denunciar las precarias condiciones en distintos hospitales e hicieron una dramatización en la que simularon el fallecimiento de un paciente crítico debido a la falta de atención adecuada.</p><p>“Estamos actualmente con escasez de medicamentos, insumos básicos y de personal... Es una situación que se vive a nivel país”, dijo el doctor David Martínez.</p><p>Está previsto que la huelga se extienda hasta el próximo viernes, aunque el sindicato indicó que podría alargarse indefinidamente en caso de no alcanzarse un acuerdo.</p><p>En algunas zonas de la capital los hospitales tan solo ofrecían los servicios básicos y atenciones de urgencia, según pudo comprobar AP. La huelga afectará a la red de asistencia de salud pública que abarca unos 1.500 centros de salud en todo el país. Mientras esté vigente, se asegurarán las guardias en áreas críticas y de urgencias, pero las consultas externas y las cirugías programadas quedarán suspendidas.</p><p>“El Ministerio de Salud Pública tiene el objetivo en este momento de garantizar la atención sanitaria mientras dure esta huelga”, afirmó Ortiz, y agregó que la cartera garantizará la cobertura continua en servicios críticos de áreas como maternidad, pediatría, oncología e internación.</p><p>Salud pública saturada</p><p>La huelga general se enmarca en el agravamiento del acceso a la salud en Paraguay, donde el 70% de la población no cuenta con un seguro médico, según un informe de Amnistía Internacional publicado en 2024 y datos oficiales enviados a AP.</p><p>Ello ha derivado en una crisis del sistema público de salud, saturado en medio de condiciones cada vez más precarias. Según la organización, “existen múltiples barreras de acceso” a la salud y el sistema está “segmentado, tiene brechas en inversión y atención, y está determinado por el estatus laboral y la capacidad adquisitiva de los hogares”.</p><p>El informe también indica que, en materia de gasto público, el gobierno paraguayo destina alrededor del 4% del PIB a la salud pública, una cifra por debajo del mínimo recomendado por la Organización Panamericana de la Salud (6%) para poder asegurar la cobertura universal.</p><p>Ortiz indicó que en los últimos meses se aprobaron una serie de medidas para hacer frente a la crisis que atraviesa la red pública, cuyos efectos deberán sentirse hasta finales del año.</p><p>Entre ellas destacan la incorporación de nuevos médicos, la habilitación de nuevas plazas de residencia en diferentes regiones y la regulación de las jornadas laborales.</p><p>Indicó además que el gobierno dio su visto bueno para el nombramiento oficial de más de 13.200 profesionales que actualmente trabajan bajo contratos temporales. De estos, 2.130 ya se han incorporado a la nómina definitiva, mientras que los demás deberán hacerlo en los próximos meses, detalló Ortiz.</p><p>____</p><p>En esta nota colaboraron Nayara Batschke desde Santiago de Chile y Jorge Sáenz desde Asunción.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3W7P4G7QFMQ22JLXWRC74TLY2A.jpg?auth=2ae982eeee161443b82b5720e2fb3504f8ce942914b4d70b865cbbc9807c1c6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Médicos se manifiestan durante una huelga para reclamar mejores salarios en Asunción, Paraguay, el lunes 24 de agosto de 2026. (Foto AP/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EJV3CDQKT4KQUADRTHKXCER3F4.jpg?auth=f4f64416b43f0218539d5702c873a6d012f3f350ccbc877acc96289998deb972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un empleado de limpieza trabaja en un pasillo vacío del hospital público Barrio Obrero durante el primer día de una huelga del sindicato de médicos para reclamar mejores salarios y condiciones laborales en Asunción, Paraguay, el lunes 24 de agosto de 2026. (Foto AP/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVAVGAAMKE5G5UFQXEGKMYGU5M.jpg?auth=85168f1d3fa997474ea95d6ca38b23cb22df609fdc474ee4051faa21b471530b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona se abriga con una manta mientras espera a que la atiendan en la entrada de urgencias del hospital público Barrio Obrero, el primer día de una huelga del sindicato de médicos para reclamar mejores salarios y condiciones laborales en Asunción, Paraguay, en la madrugada del lunes 24 de agosto de 2026. (Foto AP/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Taiwan charges 9 over illegal AI server exports to China, including Nvidia and Super Micro staff]]></title><link>https://www.local10.com/tech/2026/08/24/taiwan-charges-9-over-illegal-ai-server-exports-to-china-including-nvidia-and-super-micro-staff/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/24/taiwan-charges-9-over-illegal-ai-server-exports-to-china-including-nvidia-and-super-micro-staff/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TAIPEI, Taiwan (AP) — Taiwanese prosecutors charged nine people Monday, including one from Nvidia and two from Super Micro, for illegally exporting “high-end AI servers” to mainland China, adding another wave of turbulence in the AI ​​rivalry between China and the United States.]]></description><pubDate>Mon, 24 Aug 2026 19:33:43 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI, Taiwan (AP) — Taiwanese prosecutors charged nine people Monday, including one from Nvidia and two from Super Micro, for illegally exporting “high-end AI servers” to mainland China, adding another wave of turbulence in the AI ​​rivalry between China and the United States.</p><p>AI infrastructure, including advanced semiconductors mostly made in Taiwan, has become a key point of competition between the U.S. and China. Washington began imposing restrictions on Nvidia’s exports of advanced chips to China in 2022 and tightened them in subsequent years. In April 2025, the U.S. required licenses for exports of Nvidia’s H20 chips to China, before allowing some sales to resume later that year.</p><p>Under export controls, any sale by Nvidia of high-end AI servers — the computer infrastructure that houses the chips needed to power AI systems — requires a strict review process, according to a document from Keelung District Prosecutors' office in Taiwan. The document also said purchases of more than eight high-end AI servers require company staff to conduct on-site checks to the clients.</p><p>Prosecutors said the servers involved were graphics processing units known as “B300,” which have been banned from sale to China.</p><p>“We will work with the Taiwan authorities to help them resolve the allegations as quickly as possible,” Nvidia spokesperson Patrick Rutherford said in a written statement.</p><p>Super Micro said in a written statement that the arrests of two of its former employees were due to its cooperation with the Taiwanese authorities and the company will continue to work to “enhance its robust export compliance program to protect American innovation."</p><p>Seventy-four servers arrived in China successfully, according to the prosecutors. Of those, 50 were sent through Indonesia, 16 delivered directly to China and eight sent to Japan first, then Hong Kong, before they landed in mainland China.</p><p>Another attempt involving 56 servers failed, and the servers remain in Taiwan, said the prosecutor's office.</p><p>Prosecutors are seeking the maximum five-year sentences for four of the nine defendants, including Chang, an Nvidia manager identified just by his family name. Chang was the “key figure” responsible for “authorizing the release of the B300 GPUs” in this case but “demonstrated a clearly poor attitude following the offense,” the document said.</p><p>Some of the defendants set up a company in Japan, which helped successfully transfer eight of the servers, prosecutors said. Some allegedly created fake websites and falsified information to evade export restrictions.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KCFABH7ZZVPNU7ZJANAIOU4SQQ.jpg?auth=1a81a5d379e8dd8a16747dee9de6c24b09fe7fffc07c8115f746a35387a73b67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors listen to the introduction of NVIDIA GB300 NVL72 AI server during the Hon Hai Tech Day (HHTD 25) at the Nangang Exhibition Center in Taipei, Taiwan, Nov. 21, 2025. (AP Photo/Chiang Ying-ying, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content></item><item><title><![CDATA[As Chase’s top seed, Denny Hamlin is optimistic about NASCAR title bid against surging Team Penske]]></title><link>https://www.local10.com/sports/2026/08/24/as-chases-top-seed-denny-hamlin-is-optimistic-about-nascar-title-bid-against-surging-team-penske/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/as-chases-top-seed-denny-hamlin-is-optimistic-about-nascar-title-bid-against-surging-team-penske/</guid><dc:creator><![CDATA[By NATE RYAN, Associated Press]]></dc:creator><description><![CDATA[Heading into the NASCAR Chase, Denny Hamlin is feeling good about his “bad” days.]]></description><pubDate>Mon, 24 Aug 2026 19:23:16 +0000</pubDate><content:encoded><![CDATA[<p>Heading into the NASCAR Chase, Denny Hamlin is feeling good about his “bad” days.</p><p>By his high standards for the No. 11 Toyota, middling performances might be enough for the Joe Gibbs Racing star to capture his first Cup Series championship.</p><p>With a seventh place Sunday at New Hampshire Motor Speedway, Hamlin clinched the top seed in the 10-race title run that will begin next month at Darlington Raceway.</p><p>“These are our bad days,” Hamlin said after rebounding from a pit-stop problem and narrowly missing a crash on the opening lap. “I feel good about where our team is right now. Everyone is kind of clicking well, and we don’t have a whole lot of weaknesses.”</p><p>Hamlin will enter the 16-driver Chase as the favorite with a 25-point lead on second and the best record on the tracks that make up the bulk of the playoff.</p><p>Six of the 10 Chase tracks are at least 1.366 miles long, including the 1.5-mile ovals of Kansas Speedway, Las Vegas Motor Speedway, Charlotte Motor Speedway and the season finale at Homestead-Miami Speedway.</p><p>Hamlin’s four victories this season have been at Las Vegas (a 1.5-mile track that will play host to the fifth race of the Chase), Nashville Superspeedway (1.333 miles), Michigan International Speedway (2 miles) and Pocono Raceway (2.5 miles).</p><p>“The Toyotas’ strengths are going fast at the high-speed tracks where downforce matters a lot,” Gibbs teammate Christopher Bell said. “These shorter tracks, it seems like the Penske cars have the advantage.”</p><p>Second-ranked Ryan Blaney’s victory at New Hampshire was Team Penske’s fourth in the past six races, and three were on tracks of a mile or less in length.</p><p>But the team will need to improve on the bigger tracks in the Chase. In the five races on 1.5-mile ovals this year, Penske drivers Blaney, Joey Logano and Austin Cindric have combined for only four top 10s, with a best finish of seventh at Charlotte by Blaney.</p><p>“Obviously, we need to be a little better,” Team Penske president Michael Nelson said. “We definitely have been licking our wounds after a few of those mile-and-a-half tracks. We’re trying everything through those tracks to be better, and hopefully, we’ll have the right combination.”</p><p>Penske should excel on the three Chase tracks that are a mile or shorter — Bristol Motor Speedway, Phoenix Raceway and Martinsville Speedway – but Hamlin also finished in the top 10 on all three tracks at races earlier this season.</p><p>“We’re just not as strong as the Penske cars on these types of racetracks,” Hamlin said. “But Martinsville, we are good. Phoenix, we’ve been good. It’s just the last few have not been as strong, but it’s still top fives and top sevens. So it’s something we can work with, and the mile and a halves are certainly something that’s been our strength for a couple of years now. I look forward to getting the Chase started and seeing where it goes.”</p><p>Chase cutline outlook</p><p>Heading into Saturday’s regular-season finale at Daytona International Speedway, the top 13 spots in the Chase have been clinched, and Bubba Wallace is a virtual lock to advance.</p><p>That leaves the final two slots decided between Cindric, Shane van Gisbergen and Ryan Preece, who trails 16th by 31 points heading to Daytona. NASCAR has instituted new aerodynamic and horsepower regulations on the 2.5-mile oval, and there’ll be no practice for the 400-mile race.</p><p>“I don’t think any of us know what to expect,” Preece said. “I guess we’re all on a level playing field.”</p><p>Berry’s quest</p><p>With consecutive finishes of seventh, fourth, eighth and third, Josh Berry has delivered the longest top-10 streak by a Wood Brothers Racing driver since Morgan Shepherd in 1994. Berry admitted to racing with desperation at New Hampshire as he attempts to land a Cup ride for the 2027 season. A potential landing spot disappeared Monday as Richard Childress Racing announced Austin Hill’s return next year.</p><p>“I don’t necessarily like racing like that, but these guys know what I’m up against right now,” Berry said. “Most of them have respect for me, so I think they understand. Knocking everybody out of the way is not sustainable over a Cup season, but in this scenario, you’re just fighting for everything you can.”</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRIV2H6MX6VAA47Q6GHQR5T7ZE.jpg?auth=287ff0cdeaee00d12152000c8909291080ed3c0915d1570f77a2f8fcd0b46ba4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Gibbs Racing driver Denny Hamlin (11) pit crew goes over the wall during Cook Out 400 at Richmond Raceway, Saturday, Aug. 15, 2026, in Richmond Va. (AP Photo/Robert Simmons)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Simmons</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EZQCUEYPEY2P3LMQGW4343ZU4.jpg?auth=29c1865d16662887544051bf1bc40aeca39136e4e946a1796e83c9811204f786&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney (12) and William Byron (24) steer their cars out of Turn 4 during a NASCAR Cup Series auto race, Sunday, Aug. 23, 2026, at New Hampshire Motor Speedway in Loudon, N.H. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Broward man involved in $3.5 million sweepstakes scam targeting seniors, feds say]]></title><link>https://www.local10.com/news/local/2026/08/24/broward-man-involved-in-35-million-sweepstakes-scam-targeting-seniors-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/broward-man-involved-in-35-million-sweepstakes-scam-targeting-seniors-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A South Florida man is awaiting extradition to South Carolina after being nabbed in connection with a multimillion-dollar sweepstakes scam targeting mostly seniors, according to court documents obtained by Local 10 News on Monday.]]></description><pubDate>Mon, 24 Aug 2026 16:50:33 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man is awaiting extradition to South Carolina after being nabbed in connection with a multimillion-dollar sweepstakes scam targeting mostly seniors, according to court documents obtained by Local 10 News on Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/"><b>Leer en español</b></a></p><p>Evans Class Brown, 27, of Coral Springs, is one of several people facing federal charges including wire fraud, mail fraud and money laundering.</p><p>A March <a href="https://www.justice.gov/usao-sc/pr/five-charged-35m-fraud-and-money-laundering-scheme" target="_self" rel="" title="https://www.justice.gov/usao-sc/pr/five-charged-35m-fraud-and-money-laundering-scheme">news release</a> from federal prosecutors in Charleston, South Carolina, where the case is being tried, identified five of Brown’s accused co-conspirators as Charleston residents Kemar Christopher Edwards, 28; Xavier Gordon, 25; Warner Gordon, 27; and Kevin Milton Simpson, 30; as well as another Floridian, Tashagae Narcia Leslie, 25, of Orlando.</p><p>Two other co-defendants are identified in a Jan. 28 grand jury indictment as Justine Danielle Smith, 34, who federal court records show was arrested in June in Connecticut, and Marcia Minora Lawrence.</p><p>Federal authorities said the scammers convinced victims that they had won cash prizes in sweepstakes, but before receiving their winnings, they had to pay taxes and fees. Authorities said the 100-plus victims, “a substantial portion” of whom were seniors, sent the group money through the mail or by wire transfer.</p><p>Prosecutors said the group then laundered the money and sent a portion of the proceeds to co-conspirators in Jamaica, keeping some of the funds for themselves.</p><p>The victims lost more than $3.5 million as part of the scam, authorities said.</p><p>Brown was taken into custody on Wednesday and was being held in the Broward Sheriff’s Office Main Jail facility in Fort Lauderdale on behalf of the U.S. Marshals Service, as of Monday afternoon.</p><p>It wasn’t immediately clear when he was scheduled to be taken to South Carolina.</p><p>The suspects could face decades behind bars if convicted.</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/PRYMNJRTGVDP3BRGNEKZ74L35U.jpg?auth=2380d226bc7b651736b41d0053728161410a2e2867d5d2733b6dd469e59dfc89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evans Brown]]></media:description></media:content></item><item><title><![CDATA[Cinco incendios mantienen en “moderada” la calidad del aire en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[Hannah Yechivi, Jennifer Collins, Andrea Torres]]></dc:creator><description><![CDATA[Shark Valley vuelve a abrir sus puertas este lunes a la 1 p.m. Mientras tanto, las cuadrillas siguen conteniendo focos que ya suman más de 23,000 acres quemados en el condado.
]]></description><pubDate>Mon, 24 Aug 2026 17:23:47 +0000</pubDate><content:encoded><![CDATA[<p>Cinco <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">incendios forestales seguían activos</a> el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">La calidad del aire</a> era moderada en las zonas del oeste, cerca de Kendall y Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">de acuerdo</a> con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" rel="">según</a> la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">según</a> el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el <a href="https://ffs.firesponse.com/public/" rel="">mapa de respuesta a incendios</a> del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><a href="https://ffs.firesponse.com/public/" rel="">Las cuadrillas del FFS</a> contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" rel="">visite esta página</a>.</p><p>Cinco incendios forestales seguían activos el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p>La calidad del aire era moderada en las zonas del oeste, cerca de Kendall y Homestead, de acuerdo con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, según la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, según el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el mapa de respuesta a incendios del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><p>Las cuadrillas del FFS contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, visite esta página.</p>]]></content:encoded></item><item><title><![CDATA[‘Brazilian doctor’ accused of stealing from passengers’ luggage at Miami International Airport, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/24/brazilian-doctor-accused-of-stealing-from-passengers-luggage-at-miami-international-airport-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/brazilian-doctor-accused-of-stealing-from-passengers-luggage-at-miami-international-airport-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 68-year-old man was arrested Sunday, days after investigators said he was caught on surveillance video repeatedly taking luggage from baggage carousels at Miami International Airport, removing items from the bags and then returning for more.]]></description><pubDate>Mon, 24 Aug 2026 16:59:34 +0000</pubDate><content:encoded><![CDATA[<p>A 68-year-old man was arrested Sunday, days after investigators said he was caught on surveillance video repeatedly taking luggage from baggage carousels at Miami International Airport, removing items from the bags and then returning for more.</p><p><a href="https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/"><b>Leer en español</b></a></p><p>An arrest report from the Miami-Dade Sheriff’s Office identified the suspect, Marcos Danilo Assuncao-Oliveira, as a doctor from Brazil, however it also lists his current address as “homeless” in Miami. </p><p>Brazilian medical websites list a person with the same name as a gynecologist who works in Minas Gerais, Brazil. </p><p>According to deputies, Assuncao-Oliveira is accused of targeting several pieces of luggage in the American Airlines baggage claim area last Friday.</p><p>Investigators said surveillance video showed Assuncao-Oliveira loitering around the baggage claim before removing bags from different carousels over a short period of time.</p><p>According to the report, Assuncao-Oliveira would take one piece of luggage at a time, open it and remove items he wanted. Investigators said he would then return to the baggage carousels, select another bag and repeat the process.</p><p>Authorities said he did this several times before leaving the area on foot with the items he had taken.</p><p>Investigators have so far identified three victims and estimated the combined value of their stolen property at approximately $1,350, according to the report.</p><p>Authorities said several additional potential victims have not yet been identified.</p><p>The arrest report also states that Assuncao-Oliveira had no active flights with American Airlines during the previous six months.</p><p>The information provided in the arrest report did not specify the items that were allegedly taken from the bags.</p><p>Assuncao-Oliveira was taken into custody Sunday on three counts of third-degree grand theft.</p><p>As of Monday afternoon, he was being held at the Turner Guilford Knight Correctional Center on a $2,500 bond. </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/3GIDRMQBJBELLN7SFASZDWAIPY.jpg?auth=1f9935f8574b0f62b0619306efd380b672f62b672332724277b6db3cc7be1aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Auto se estrella contra edificio en Opa-locka]]></title><link>https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Sky 10 sobrevoló el lugar poco antes de las 2 p.m., cuando una grúa retiraba el vehículo destrozado. Los bomberos trasladaron a un adulto a un hospital cercano.]]></description><pubDate>Mon, 24 Aug 2026 19:01:43 +0000</pubDate><content:encoded><![CDATA[<p>Una persona resultó herida cuando un auto se estrelló contra el costado de un edificio en Opa-locka el lunes, confirmaron los socorristas.</p><p>El accidente fue reportado en la cuadra 13200 de Northwest 32nd Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/ORO2UAXJPZFBRJOXWYDDBI5LGE.jpeg?auth=a95bbc8feaa429c7dd0457ffae1a4d270cfd70c22b7fc32b764efff14dd8fc59&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sky 10 sobrevoló la escena poco antes de las 2 p.m., mientras una grúa se llevaba un Mustang convertible con daños. En el edificio quedó un gran boquete, y en la acera, escombros de la pared y restos del vehículo.</p><p>Funcionarios de Miami-Dade Fire Rescue confirmaron que un adulto fue trasladado a un hospital de la zona.</p><p>No se dieron a conocer otros detalles de inmediato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFB6B7VW6NB23GCUATWJV7SSDA.jpeg?auth=89061823328177b5700dba4e30c5d1b2093fef576af7544784c8a381326d9771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[2 children among 4 killed in Gaza a week after US asked Israel to curb attacks]]></title><link>https://www.local10.com/news/world/2026/08/24/2-children-among-4-killed-in-gaza-a-week-after-us-asked-israel-to-curb-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/2-children-among-4-killed-in-gaza-a-week-after-us-asked-israel-to-curb-attacks/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and SALLY ABOU ALJOUD, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — Palestinian residents of war-battered Gaza fled homes and businesses as Israeli strikes and tank fire killed at least four people Monday, including two children, hospital officials said, a week after a U.S. delegation asked Israel to draw down attacks.]]></description><pubDate>Mon, 24 Aug 2026 19:11:26 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Palestinian residents of war-battered Gaza fled homes and businesses as Israeli strikes and tank fire killed at least four people Monday, including two children, hospital officials said, a week after a U.S. delegation asked Israel to draw down attacks.</p><p>After evacuation warnings by Israel's military, a strike hit a building in the Bureij refugee camp in central Gaza. One family was unable to flee and a 4-year-old child was killed, according to Awda Hospital, where he was taken. His mother and sister were wounded. There was no Israeli military comment.</p><p>Israeli strikes hit three other buildings across the territory after residents said they received evacuation warnings. Some people sprinted away, with mothers carrying children, while others moved amid the rubble in wheelchairs or with canes.</p><p>Smoke rose over the already devastated landscape.</p><p>Israel's military said it carried out strikes in the Shati refugee camp in Gaza City and in Deir al-Balah after issuing warnings, targeting what it described as two Hamas weapons storage facilities inside mosques. The military did not provide evidence but said the facilities contained dozens of “Kalashnikov rifles, magazines and additional military equipment.”</p><p>An earlier Israeli strike on a tent in Deir al-Balah killed a man, according to Al-Aqsa Hospital, where his body was taken. Israel’s military said it killed a militant affiliated with Hamas’ special forces unit.</p><p>Others were killed or hurt in Khan Younis in the south</p><p>A man was killed and five others were wounded in an Israeli strike in Khan Younis in southern Gaza, according to Nasser Hospital, which received the casualties.</p><p>And Israeli tank fire hit an area east of Khan Younis, killing a 10-year-old girl, according to the hospital, where her body was taken.</p><p>Israel's military did not immediately comment on the strike in Khan Younis and said it was not aware of the incident with the child.</p><p>Israel has continued to carry out targeted killings in the week since a U.S. delegation met with Prime Minister Benjamin Netanyahu in an effort to push last year's ceasefire deal forward.</p><p>U.S. negotiator Jared Kushner asked Netanyahu to draw down Israel’s attacks in Gaza, a person familiar with the meeting said last week, speaking on condition of anonymity because they weren’t authorized to brief journalists.</p><p>Israel has announced strikes on six of the seven days since that meeting.</p><p>Israel says it is targeting militants and related sites</p><p>While the heaviest fighting in Gaza has subsided since the ceasefire took hold in October, Israeli airstrikes have killed at least 1,288 Palestinians, according to Gaza's health ministry. The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Militants have carried out shooting attacks on Israeli troops, and Israel says its strikes are in response to that and other ceasefire violations. Five Israeli soldiers have been killed since the ceasefire.</p><p>Palestinian officials have reported strikes on homes and police stations, and Hamas has claimed that attacks are designed to destabilize Gaza and prevent progress on the ceasefire's next steps, which include demilitarizing and reconstructing the territory and the deployment of an international stabilization force.</p><p>Israel warns against kites sent from Gaza</p><p>In the period before the Hamas-led Oct. 7, 2023, attack on southern Israel that sparked the war, burning kites and balloons were sent from Gaza into Israel, causing fires and other damage.</p><p>Now Israeli officials are expressing concern after several kites were found in a kibbutz near Gaza. No weapons or dangerous materials were attached. Netanyahu and Defense Minister Israel Katz in a statement Sunday threatened to ramp up strikes on Gaza unless Hamas ensures the kites stop flying toward Israel.</p><p>Hamas spokesperson Hazem Qassem has called the kites “essentially children’s toys” and accused Israel of using them as “an attempt to justify the continuation of aggression and violations against our people.”</p><p>The Oct. 7 attack killed some 1,200 people and saw 251 taken hostage. All hostages or their remains were later released. Israel’s retaliatory offensive in Gaza has killed more than 73,422 Palestinians, according to Gaza’s health ministry.</p><p>___</p><p>AlJoud reported from Beirut. AP writer Sam Metz in Jerusalem contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/66JRYEG4LHDI4I5IBYCVZDUR6Y.jpg?auth=12200dff018e1264a2a0f1b7638fbafbaab1b397f8bcc11af190c45973ff2941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians try to extinguish a fire in the rubble of a destroyed building following an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HAJVCH6IDYHXYCLYEQ2AHK7J6Q.jpg?auth=2085eaf467e4920be873ea1e40f0bed6973dec19679da0c39dde58514d991402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the rubble of a building destroyed in an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VG3L4VLNDYPT4PRYKQN6FHSWR4.jpg?auth=e83b8f531f0e4045d3c81c2165af8bf24d9ba75857af76911c57f3abb4ee852d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises following an Israeli military strike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERYYHTUDETWIATQZTEO7R6SUUQ.jpg?auth=8ba95fbb4fd6173a6f8f89d26c4d1b34c14ab0f357fcfd1e1cd7a7a8f06721b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the rubble of a building destroyed in an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MQBGPX2V7QCDSWLXOZTYKQPDLY.jpg?auth=95306bb5a796b4025e0a0da261d9c6918746831aa25070163ea48379ac6732f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the rubble of a building destroyed in an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Man hospitalized after northwest Miami-Dade shooting]]></title><link>https://www.local10.com/news/local/2026/08/24/man-hospitalized-after-northwest-miami-dade-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/man-hospitalized-after-northwest-miami-dade-shooting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies investigated a shooting Monday afternoon.]]></description><pubDate>Mon, 24 Aug 2026 18:40:00 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies investigated a shooting Monday afternoon.</p><p>It happened just before 1:45 p.m. near Northwest 18th Avenue and 63rd Street in the unincorporated Gladeview area.</p><p>According to MDSO, deputies responding to a ShotSpotter alert found the man shot in “his lower extremities” and medics took him to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>An MDSO spokesperson said the victim’s condition was “unknown” as of Monday afternoon and that detectives were investigating the case.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2TCW6DSKANFBLODZLEEVO7Y4CI.jpg?auth=3f9688953d10845f7ce2c0c1202cc3fa8126a23dd78f13776154e97e755606e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff’s Office deputies investigated a shooting Monday afternoon.]]></media:description></media:content></item><item><title><![CDATA[Lindsay Clancy didn't have acute psychosis when she killed her 3 children, psychologist says]]></title><link>https://www.local10.com/news/national/2026/08/24/lindsay-clancy-didnt-have-acute-psychosis-when-she-killed-her-3-children-psychologist-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/24/lindsay-clancy-didnt-have-acute-psychosis-when-she-killed-her-3-children-psychologist-says/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[Lindsay Clancy did not have acute psychosis when she killed her three children but rather took their lives so they wouldn’t “suffer” after she took her own life, a forensic psychologist testified Monday in her murder trial.]]></description><pubDate>Mon, 24 Aug 2026 21:10:21 +0000</pubDate><content:encoded><![CDATA[<p>Lindsay Clancy did not have acute psychosis when she killed her three children but rather took their lives so they wouldn’t “suffer” after she took her own life, a forensic psychologist testified Monday in her murder trial.</p><p>Kirk Heilbrun said he ruled out acute psychosis with command hallucinations because he didn’t believe Clancy when she said she heard a voice telling her to “kill the children so you can kill yourself.”</p><p>“The way she described this as happening is that she heard a voice that she’d never heard before, experienced a hallucination and she’s never experienced it since. But she only experienced it for the 18 minutes or so that it took to kill the children,” Heilbrun testified. “To put it mildly, that would be a very, very unusual pattern or manifestation of how this kind of thing comes about. Very unusual.”</p><p>A key issue at trial is Clancy's mental health. Defense attorney Kevin Reddington does not dispute that Clancy killed the children in January 2023 but says she shouldn’t be held criminally responsible because she had postpartum psychosis, a rare mental illness linked to the stress, sleep deprivation and hormonal changes that follow childbirth.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Clancy didn't want to leave her children behind</p><p>After killing her children, Clancy jumped from a second-floor window and remains paralyzed from the waist down. Heilbrun testified that he concluded that Clancy killed her children because she wanted to kill herself but didn't want to leave them behind.</p><p>“One of the things that she said when I asked about what happened, is that in the course of strangling each child, she said, `Go to God, baby. Go to God,'” he said. “That was part of her expectation that she and the children would be together in heaven with God.”</p><p>Heilbrun also mentioned Clancy's Catholic faith, prompting a request for a mistrial from Reddington that Judge William Sullivan denied.</p><p>He later instructed the jury to disregard the reference to “the religion that the defendant was raised with,” calling it “an absolutely inappropriate area of testimony.”</p><p>Prosecution argues Clancy wasn't suffering from psychosis</p><p>Heilbrun is the latest prosecution witness to say that while Clancy was mentally ill, she still knew that what she was doing was wrong.</p><p>On Friday, Dr. Avram Mack, a forensic psychiatrist, testified that he found no evidence of mania or hypomania to support a bipolar diagnosis — or of psychosis — leading up to the killings. He said Clancy was experiencing severe mental illness when she killed her children but that it was a continuation of the depression she had experienced for months in which she was able to control impulses and distinguish right from wrong.</p><p>However, Heilbrun said he did determine Clancy has bipolar 2 disorder, while saying it was difficult to diagnose at least in part “because of all the diagnoses in the records and all the symptoms that she experienced.” People with bipolar 2 disorder experience cycles of depression and hypomania, which is less intense than the mania experienced with bipolar 1 disorder.</p><p>Earlier in the trial, the jury heard that Clancy had sought treatment for mental health problems from multiple providers and even had admitted herself to a psychiatric hospital.</p><p>Prosecutors say the former labor and delivery nurse planned the killings and contrived to get her husband out of the house by sending him to pick up medicine for one of their children and dinner for the family.</p><p>Clancy, 36, has pleaded not guilty to murder charges in the deaths of Callan, Dawson and Cora Clancy, who ranged from 8 months to 5 years old. Closing arguments are expected later this week.</p><p>Defense argues she had postpartum psychosis</p><p>The condition that Clancy's attorney says she had when she killed the children, postpartum psychosis, is more serious and less common than postpartum depression.</p><p>The last witness to testify for the defense before prosecutors began calling rebuttal witnesses was Dr. Phillip Resnick, a forensic psychiatrist and expert in filicide, or the killing of a child by a parent.</p><p>Resnick testified Friday that Clancy was “clearly psychotic” on the day she killed her children and was not in control of her actions. “It was almost like she was a puppet and someone else was pulling the strings,” he said.</p><p>That echoed another defense witness, psychologist Paul Zeizel, who concluded Clancy “had no appreciation for the wrongfulness of her act.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PM3HJ7OG7ZG7GHMAR37AHDB3I4.jpg?auth=1cf4a36c981eb8e4af2a793050e4d77df87329715d84708ba3897a9261336d12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy talks with her lawyer Kevin Reddington. during her murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M7KADTPPDH2UVYZ3EEBSLVSCLE.jpg?auth=16fc62de4b8c2f8aee81f3e09f9f472083a5029c9f6604be90284cf96fb99ce2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy listens to forensic psychologist Dr. Kirk Heilbrun testify about the voices she says she heard before she strangled her three children during her murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5W2G7NVC67LJB67RBX6FQ7ECCY.jpg?auth=efb658c7b871bb522c19fedbb4cd53be75a6bc2cb5935513d146fcc088081f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic Phycologist Dr. Kirk Heilbrun speaks on the witness stand during Lindsay Clancy's murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LY5ZRHQUKYTZ2YI2DUMXMXOLGM.jpg?auth=eba1baa3a20b8905bf179a3708097feda9fa9add06f6595a1eda49ff5fca642a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge William Sullivan admonishes the prosecution after their witness Dr. Kirk Heilbrun brought up the Catholic religion during his testimony about the mental state of Lindsay Clancy during Clancy's murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2J7PUHBBB5H2T5ZTOHWOT26HU.jpg?auth=876d2a28b42dc88f9b30ceb5850122abe1a6fd9cc44d3f7f2bfc73ee494296b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy's parents Paula And Mike Musgrove listen to testimony during Clancy's murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></item><item><title><![CDATA[Aug. 24: Much needed rain on the way with daily thunderstorm chances]]></title><link>https://www.local10.com/weather/2026/08/24/aug-24-much-needed-rain-on-the-way-with-daily-thunderstorm-chances/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/24/aug-24-much-needed-rain-on-the-way-with-daily-thunderstorm-chances/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[It will be another hot week with temperatures slightly above average, but at least we’re not breaking records this time. ]]></description><pubDate>Mon, 24 Aug 2026 18:35:50 +0000</pubDate><content:encoded><![CDATA[<p>It will be another hot week with temperatures slightly above average, but at least we’re not breaking records this time. Thunderstorms are taking over as the big story this week. Each day will give us a 50% chance of afternoon storms. Some could produce some locally heavy rainfall. They will be true to the South Florida rainy season pattern with some neighborhoods getting the rain and others nearby missing out. This is still beneficial for the severe to extreme drought that is ongoing. This pattern is on repeat all week.</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[MAGA Inc. spends $827,000 to back Darline Graham on final day of South Carolina GOP Senate runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/darline-graham-ralph-norman-wrap-up-a-whirlwind-south-carolina-senate-primary-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/darline-graham-ralph-norman-wrap-up-a-whirlwind-south-carolina-senate-primary-campaign/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — The final day of South Carolina's Republican U.S. Senate runoff campaign on Monday came with a major cash infusion for Sen. Darline Graham from MAGA Inc., the super PAC that supports President Donald Trump and aligned Republicans but has spent little thus far on the president's midterm candidate picks.]]></description><pubDate>Mon, 24 Aug 2026 20:55:15 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — The final day of South Carolina's Republican U.S. Senate runoff campaign on Monday came with a major cash infusion for Sen. Darline Graham from MAGA Inc., the super PAC that supports President Donald Trump and aligned Republicans but has spent little thus far on the president's midterm candidate picks.</p><p>The spend of nearly $830,000 came as Graham and Rep. Ralph Norman wrapped up their compressed campaigns to win South Carolina's GOP nomination in a special primary to replace the late Sen. Lindsey Graham on November ballots.</p><p>Tuesday's Senate runoff tests the heft of both a famous political last name and the endorsement of Trump, who is backing Darline Graham and campaigned in the state for her days ahead of the vote.</p><p>The matchup pits the well-known Norman — fresh off an unsuccessful gubernatorial bid earlier this summer — against Graham, the late senator's sister who was thrust into the political spotlight with her interim appointment, then a sprint of a primary campaign.</p><p>Trump making final push for Darline Graham</p><p>Graham drew early criticism for being in Washington, D.C., for Senate votes instead of on the ground in South Carolina, where many voters said they didn’t know anything about her or her positions. She’s been trying to make up that ground, holding meet and greet events, including two on Monday in Aiken and Seneca, as well as a news conference with Gov. Henry McMaster, who appointed her to the interim post and endorsed Graham on Friday.</p><p>Trump on Monday night also planned the second of two tele-rallies for Graham.</p><p>The president, long closely allied with Lindsey Graham, has done more to promote Darline Graham's candidacy than he has for others he’s endorsed in this year’s midterms. Trump encouraged her to run and traveled to South Carolina on Friday for a rally with Graham in Myrtle Beach.</p><p>Before several thousand people — some of whom said they came mostly to see the president, not his chosen candidate — Trump urged “every South Carolina patriot to go to the polls and vote for Darline Graham.”</p><p>When McMaster appointed Graham last month, a person familiar with McMaster’s thinking but unauthorized to speak publicly about it said the governor had never contemplated that she would run for the seat herself.</p><p>Asked Monday why he had waited until late last week to endorse Graham, McMaster said simply that “I thought that was the right time.”</p><p>Also Monday, the super political action committee that supports Trump and other Republicans infused Graham's campaign with more than $827,000, according to federal campaign finance filings. The money, aimed at text message blasts and phone calls to voters, marks a major investment for the group that up until now has been largely silent in this year's contests.</p><p>As of the end of last month, the group had more than $400 million in its coffers, and it's been unclear how much MAGA Inc. was willing to spend on this year's races — even as Senate Republican leaders have urged Trump’s team, both privately and publicly, to pick up the tab for candidates the president has endorsed in the 2026 midterms.</p><p>Norman crisscrossing the state to make his final campaign case</p><p>On Monday, Norman planned two events with pastors, ending his runoff campaign in Greenville. The most populous in the state, Greenville County typically contributes the most votes in statewide Republican primaries.</p><p>It’s also bucked against the front-runners in recent GOP contests. Norman also carried Greenville County in the gubernatorial primary earlier this year — and it was one of the only counties Lindsey Graham lost in his final election, this year’s original June primary.</p><p>Norman has decried the role of super PAC spending against him in the runoff campaign, accusing Graham of being funded by special interests who are pushing their own agenda through her candidacy. The wealthy developer has made large personal transfers into his campaign coffers and promoted his voting record and business acumen.</p><p>Norman has frequently reminded voters of his history supporting the president’s policies in Congress. He’s also portrayed his opponent as inexperienced for a six-year shot at the Senate job, saying in a wide-ranging interview with The Associated Press that the “Washington elite” who funded Graham were “dictating the terms and giving her the political answers” in her campaign.</p><p>At a town hall Friday, Norman leaned into his experience in elected politics and in the business world, reiterating his campaign trail slight against Graham, a political newcomer, that the Senate isn't a place to get “training on the job.”</p><p>“We've had a short runway, and I'm so glad I did this,” Norman told voters at a town hall in Anderson. “You have to know it. You have to be in it, and that's one of the advantages that I have.”</p><p>The winner of Tuesday's GOP runoff will face Democrat Annie Andrews in November. No Democrat has won a statewide-elected office in South Carolina in two decades.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AEVNXYAXTUAY2HMC6XQX5MMJZY.jpg?auth=f384a396b3767c228260cac4b1bb7b0fe484c115e1baf2d4e44be4b569ea25e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Henry McMaster, R-S.C., left, looks on as Sen. Darline Graham, R-S.C., speaks at a news conference for her campaign a day ahead of the special GOP Senate runoff to replace her brother, the late Sen. Lindsey Graham, R-S.C., Monday, Aug. 24, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFNAQTIBLMUXU7XS73FTSRAFOQ.jpg?auth=65fcb7da1354ce948ce47b43a5579ae4d40c554fc9b23196b919cd7ef0a1c39e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., speaks during a special GOP Senate runoff debate to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3WFIYB4Z55B6MC5WJLA6VYMZA.jpg?auth=cde89ecd5d53452c80addd73381b65e9627c0a3232e23b3bd9a2767a98ba2770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, looks on as Sen. Darline Graham, R-S.C., speaks during a special GOP Senate runoff debate to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PKY2RERI6BOAZYP7VJEUVGZ2TU.jpg?auth=73611af88d810638cc73b7dac82582a517a1f8bf6d9b8e6289d9b47259e77027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., gestures to Gov. Henry McMaster, R-S.C., at a news conference for her campaign a day ahead of the special GOP Senate runoff to replace her brother, the late Sen. Lindsey Graham, R-S.C., Monday, Aug. 24, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[US Postal Service issues new rule for mail ballots, but its impact on the midterms is uncertain]]></title><link>https://www.local10.com/news/politics/2026/08/24/us-postal-service-issues-new-rule-for-mail-ballots-but-its-impact-on-the-midterms-is-uncertain/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/us-postal-service-issues-new-rule-for-mail-ballots-but-its-impact-on-the-midterms-is-uncertain/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The U.S. Postal Service unveiled new requirements for mail ballots less than two weeks before some states begin sending them and in time for the conservative majority of the Supreme Court to clear the way for President Donald Trump's executive order limiting the method to be used in November's elections.]]></description><pubDate>Mon, 24 Aug 2026 21:32:48 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Postal Service unveiled new requirements for mail ballots less than two weeks before some states begin sending them and in time for the conservative majority of the Supreme Court to clear the way for President Donald Trump's executive order limiting the method to be used in November's elections.</p><p>The provisions are still subject to additional legal challenges and may not go into effect in time to meet the tight deadline to change procedures for the midterm elections. They would forbid the Postal Service from sending mail ballots from any state that does not comply with Trump's order and would require an overhaul of the envelopes containing the ballots.</p><p>Despite the high court's initial clearance of the order, it did not decide on the constitutionality of the new regulation— only on whether the challenge was premature when Democratic-controlled states persuaded a federal judge in Boston to suspend them in June. A second ruling from the same judge would prevent the Postal Service from implementing any procedural changes before this year's midterms and would likely need to be nullified, as well.</p><p>Time is running out for the administration to make any changes in the nation's voting procedures. The first mail ballots are required to be sent to military and overseas voters from North Carolina on Sept. 4. At that point, it would be virtually impossible for all states to alter the formatting of their mail ballots to comply with Trump's directive. The Postal Service rule also requires states to submit voter lists in order to get their mail ballots delivered.</p><p>The Postal Service said it could not comment on its rule given the litigation.</p><p>Lawyers from Democratic-run states and civil rights groups who sued to block the order argued that Trump doesn't have the authority to change election regulations in states. The U.S. Constitution vests that power in the states or Congress, which has been unable to pass Trump's desired election changes.</p><p>The Trump administration appealed to the Supreme Court last month to let it move forward with the executive order, which calls for the federal government to compile a list of eligible voters and send mail ballots only to those on the list.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXXGSCYKUANEF2UJPSUNFMJX44.jpg?auth=7c2e55b8843ad49ef45c5857b50fb3b06c6eb097fe393a1a93d4fb2da2ac7e1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delivery vans bearing the logo sit during a protest staged as part of a countrywide National Day of Action Tuesday, July 28, 2026, outside the main United States Postal Service headquarters in northeast Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Fuertes nevadas obligan a suspender decenas de vuelos y cerrar carreteras en Bolivia]]></title><link>https://www.local10.com/espanol/2026/08/24/fuertes-nevadas-obligan-a-suspender-decenas-de-vuelos-y-cerrar-carreteras-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/fuertes-nevadas-obligan-a-suspender-decenas-de-vuelos-y-cerrar-carreteras-en-bolivia/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Una nevada que caía el lunes en el altiplano de Bolivia obligó a cancelar más de 60 vuelos en el aeropuerto de La Paz y suspender decenas de viajes por carretera hacia otras ciudades del occidente, informaron autoridades.]]></description><pubDate>Mon, 24 Aug 2026 18:07:25 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Una nevada que caía el lunes en el altiplano de Bolivia obligó a cancelar más de 60 vuelos en el aeropuerto de La Paz y suspender decenas de viajes por carretera hacia otras ciudades del occidente, informaron autoridades.</p><p>La operadora de aeropuertos informó el lunes que las nevadas “han reducido la visibilidad por lo que las operaciones aeroportuarias se encuentran temporalmente suspendidas” con el resto del país.</p><p>La terminal de autobuses de La Paz también suspendió salidas a otras ciudades del occidente debido a la intensa nevada que cae desde el domingo en el altiplano boliviano. Otras tres ciudades también cerraron carreteras anulando viajes de pasajeros.</p><p>La Paz registraba lluvia y bajas temperaturas, mientras que en la vecina ciudad de El Alto caía una profusa nevada y lluvia, fenómenos que son habituales al finalizar el invierno pero que este año se presentan más intensos con lluvias en el oriente, según los expertos. El Servicio Nacional de Meteorología e Hidrología declaró un alerta debido a las nevadas de “intensidad de moderada a fuerte”.</p><p>Hace unos días varios turistas quedaron atrapados en el sur de Potosí cuando visitaban el Salar de Uyuni, el mayor atractivo turístico boliviano.</p><p>El temporal se presenta en medio del fenómeno meteorológico de El Niño, que este año se anuncia más intenso con sequías en el occidente y lluvias e inundaciones el oriente. Los expertos dicen que los mayores efectos del fenómeno se sentirán en Bolivia desde noviembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTHQEQERZUSM5XTZPSUVCNAAOE.jpg?auth=71077e88cc3c077f2a4240aa35700717629ef0eeb6889850136608603b246ede&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los camiones se acumulan en una autopista bloqueada por la nieve en La Cumbre, a las afueras de La Paz (Bolivia), el miércoles 19 de agosto de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNNIFG2Z3CZQY5WFDRP7J4RGDM.jpg?auth=6ed1b1b9d83d647ab48ba7a421f08126e1c81bd71d5c25b38beae3a5d5dea667&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina por una carretera cubierta de nieve tras bajarse de un autobús que no pudo continuar su recorrido debido al mal estado de la carretera en La Cumbre, a las afueras de La Paz (Bolivia), el miércoles 19 de agosto de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Corvette-driving Miami robbery suspect had victim’s stolen pills ‘in between his buttocks,’ cops say]]></title><link>https://www.local10.com/news/local/2026/08/24/corvette-driving-miami-robbery-suspect-had-victims-stolen-pills-in-between-his-buttocks-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/corvette-driving-miami-robbery-suspect-had-victims-stolen-pills-in-between-his-buttocks-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man from the Fort Myers area is in custody in South Florida in connection with an armed robbery at a Miami apartment building in mid-August in which police said he fled in a Chevrolet Corvette.]]></description><pubDate>Mon, 24 Aug 2026 17:50:00 +0000</pubDate><content:encoded><![CDATA[<p>A man from the Fort Myers area is in custody in South Florida in connection with an armed robbery at a Miami apartment building in mid-August in which police said he fled in a Chevrolet Corvette.</p><p>Miami police said the robbery happened on the morning of Aug. 14. Lee County deputies arrested Xavier Vance Thompson, 19, of Lehigh Acres, later that morning as he drove the Corvette in Fort Myers, according to an arrest warrant. Thompson would be taken back to Miami-Dade County to be booked on Friday.</p><p>Authorities said four other suspects were involved, one of whom was identified as 22-year-old Giovanni Lee Veilleux, who records show also lives in Lehigh Acres. He was not in custody in either Miami-Dade or Lee counties as of Monday morning.</p><p>The arrest warrant states that the victim had been invited over the apartment, the location of which wasn’t specified, to “hang out” to socialize with Thompson, Veilleux and another man, along with two women, on Aug. 12.</p><p>When he was invited back on Aug. 14, police said the victim was “smoking and socializing” with Thompson, Veilleux and three other men when he looked up to see the group armed with pistols and AR-15s, pointing the guns at him.</p><p>“You lacking, we got you,” police said Veilleux told the victim. “Give it up.”</p><p>One of the men hit the victim in the head with the AR-15 “several times” while he was restrained and placed in a chokehold, according to the warrant.</p><p>According to the warrant, the victim told investigators that “his face was pushed into the couch while the offenders searched his pockets and removed his Rose Gold 22 inch Cuban link with baguette diamonds necklace, Chrome Hearts designer reading glasses, red Nike shoes, identification card, bank card, cash and prescription pills inside their prescription bottle with (his) name,” along with his cellphone.</p><p>Authorities said he pleaded with the group to return his belongings to no avail; they instead “mocked him.”</p><p>They said two of the men “escorted him to the elevator and threatened him while forcing him inside.”</p><p>“The victim entered the elevator, and the doors closed,” the warrant states. “However, the elevator did not move because a key fob was required for operation. When the elevator doors reopened, the victim exited and heard the stairwell door closing. The victim then ran down the stairwell to check whether his vehicle had been taken.”</p><p>Police said his car was still there but he saw the group fleeing in the aforementioned Corvette, as well as a Dodge Durango. According to the warrant, he ran out of the parking garage and spotted a Miami police sergeant and reported what happened.</p><p>Authorities said downtown license plate readers captured both vehicles fleeing toward Interstate 95.</p><p>Just after 11:45 a.m., a detective with the Lee County Sheriff’s Office spotted the Corvette in Fort Myers and took Thompson into custody after conducting a felony traffic stop, according to police.</p><p>Authorities said while the LCSO detective searched Thompson, “a foreign cylindrical object was observed protruding from (his) rear area.”</p><p>That object, according to an LCSO report, was under the victim’s pants and boxers, stuffed “in between his buttocks” and turned out to be the victim’s pill bottle with his name on it.</p><p>Deputies said Thompson told them “something to the effect of knowing he wasn’t supposed to have the pills and stuffing them down his pants when he got pulled over.”</p><p>Detectives were able to identify two full pills inside as being Adderall and the opioid buprenorphine. They arrested Thompson on drug possession charges.</p><p>Now facing an armed robbery charge in Miami-Dade, Thompson was being held without bond in the Metrowest Detention Center as of Monday morning.</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/OTH6X2N3OBEVTJT4VWGLTJ2LJM.jpg?auth=483a1b4e6ed057ca762143458c86c1f2cf8ef824bb482c76542cc45cbe15cb97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xavier Thompson]]></media:description></media:content></item><item><title><![CDATA[Coalición de pandillas desata nuevo ataque violento contra comunidad agrícola en Haití]]></title><link>https://www.local10.com/espanol/2026/08/24/coalicion-de-pandillas-desata-nuevo-ataque-violento-contra-comunidad-agricola-en-haiti/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/coalicion-de-pandillas-desata-nuevo-ataque-violento-contra-comunidad-agricola-en-haiti/</guid><dc:creator><![CDATA[Por PIERRE-RICHARD LUXAMA y EVENS SANON, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — Una poderosa coalición de pandillas atacó una pacífica comunidad agrícola enclavada en las colinas sobre la capital de Haití, matando a varias personas, informó un funcionario a The Associated Press el lunes.]]></description><pubDate>Mon, 24 Aug 2026 20:24:44 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — Una poderosa coalición de pandillas atacó una pacífica comunidad agrícola enclavada en las colinas sobre la capital de Haití, matando a varias personas, informó un funcionario a The Associated Press el lunes.</p><p>El alcalde de Kenscoff, Jean Massillon, relató que hombres armados irrumpieron en la comunidad a última hora del domingo, incendiaron viviendas y mataron a residentes.</p><p>“Sigue siendo imposible establecer una cifra definitiva de muertos debido a las dificultades de acceso y los problemas de comunicación”, declaró Massillon.</p><p>Los lamentos llenaban el aire en Kenscoff al tiempo que los sobrevivientes encontraban los cuerpos de amigos y familiares esparcidos en las calles a primera hora del lunes.</p><p>“¡Mataron a mi hijo!”, seguía gritando una mujer cuando personas cercanas intentaban consolarla.</p><p>Un hombre se arrojó al costado de la carretera, con la cabeza sobre su brazo derecho y lloraba en el suelo. Cerca, la gente recogía los cadáveres de los asesinados, algunos envueltos en sábanas salpicadas de sangre.</p><p>Robert Jean recordó cómo escuchó disparos antes del amanecer e intentó despertar a la gente para evitar que fuera asesinada. Dijo que buscaba frenéticamente a su hermano, quien fue asesinado: “Estaba llamando para ver si todos estaban a salvo. No pude encontrar a mi hermano”.</p><p>Otro residente de Kenscoff culpó al gobierno por las muertes.</p><p>“Si tan solo tuviéramos una buena fuerza policial que hubiera colocado aquí un camión blindado, lo que pasó aquí se habría evitado”, dijo Verti Enold-Saint, levantando una sábana sobre el cuerpo de su cuñado.</p><p>El agricultor Mathurin Pierre, de 41 años, contó a The Associated Press que perdió a 14 seres queridos y que un número desconocido permanece desaparecido.</p><p>Massillon atribuyó el ataque a integrantes de Viv Ansanm, que el gobierno de Estados Unidos designó el año pasado como organización terrorista extranjera.</p><p>“Sembraron el caos”, indicó Massillon.</p><p>Contó que los agresores atacaron una iglesia y viviendas, incluidas las del doctor Jean “Bill” Pape. Es un médico reconocido que dirige una organización no gubernamental en Haití que ayuda a pacientes, incluidos aquellos con VIH y tuberculosis.</p><p>No se disponía de más detalles sobre el ataque. Un portavoz de la fuerza de supresión de pandillas respaldada por la ONU no ha respondido a un mensaje en que se solicitaban comentarios.</p><p>El gobierno de Haití emitió un comunicado condenando lo que calificó como un atroz ataque criminal.</p><p>“Se están desplegando refuerzos”, indicó. “Kenscoff no será abandonada”.</p><p>Resaltó que se ha ordenado a las fuerzas de seguridad perseguir a los responsables.</p><p>“La población debe mantenerse confiada”, señaló el gobierno, y agregó que no dará marcha atrás.</p><p>Las pandillas controlan aproximadamente el 70% de Puerto Príncipe, la capital, y Viv Ansanm ha atacado repetidamente la cercana Kenscoff.</p><p>La violencia de las pandillas ha desplazado a una cifra récord de 1,5 millones de personas en todo Haití, donde se reportó la muerte de más de 3.100 personas de enero a junio y otras 1.189 resultaron heridas, según estadísticas de la ONU.</p><p>El ataque ocurre menos de una semana después que el gobierno de Estados Unidos deportara a más de 160 personas al atribulado país caribeño por primera vez desde que el gobierno de Trump ganó una batalla legal para poner fin al Estatus de Protección Temporal para unos 350.000 haitianos.</p><p>El gobierno de Haití ha dicho que algunos de los deportados incluían a beneficiarios del TPS. El Departamento de Seguridad Nacional de Estados Unidos indicó el lunes, en un comunicado a la AP, que entre los deportados el viernes había varios pandilleros con antecedentes penales que iban desde agresión hasta narcotráfico.</p><p>Haití tiene previsto celebrar elecciones generales por primera vez en más de una década el 13 de diciembre, y ha estado registrando votantes en Puerto Príncipe y otras localidades. Expertos han advertido que actualmente es demasiado peligroso celebrar elecciones.</p><p>___</p><p>La periodista de The Associated Press Dánica Coto contribuyó a este despacho desde San Juan, Puerto Rico.</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/HOFAH4E3TQCO5TCPBW3PV47PFE.jpg?auth=023b04ef1ebf787136082f8a152c3106d558e883117893fe385589831a97ede6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas se reúnen junto a los cuerpos de quienes, según dijeron, eran sus familiares y fueron asesinados en un ataque de pandillas en el barrio de Kenscoff, en Puerto Príncipe, Haití, el lunes 24 de agosto de 2026. (Foto AP/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IT72HV3VLQF7GNMRDKDU4QKLP4.jpg?auth=21c87998199e700d517449d90c81e8e7d90365feca4383710797e467a7d2292b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño juega en un refugio para familias desplazadas por la violencia de las pandillas en Puerto Príncipe, Haití, el lunes 17 de agosto de 2026. (Foto AP/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Newsom returns to a defining California fight: Who pays for wildfire damage?]]></title><link>https://www.local10.com/news/2026/08/24/newsom-returns-to-a-defining-california-fight-who-pays-for-wildfire-damage/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/newsom-returns-to-a-defining-california-fight-who-pays-for-wildfire-damage/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — The bookends of California Gov. Gavin Newsom's nearly eight years in office have been defined by a crucial question: Who should cover the cost of damage from wildfires caused by utility equipment?]]></description><pubDate>Mon, 24 Aug 2026 17:42:18 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — The bookends of California Gov. Gavin Newsom's nearly eight years in office have been defined by a crucial question: Who should cover the cost of damage from wildfires caused by utility equipment?</p><p>The most destructive wildfire in state history, a blaze that killed 85 people and destroyed more than 18,000 buildings in Northern California, started two days after Newsom won the governorship in 2018. Investigators determined it was caused by Pacific Gas & Electric equipment. Facing tens of billions of dollars in liability, the giant utility filed for bankruptcy just weeks after Newsom's inauguration.</p><p>Months later, Newsom signed a law creating a $21 billion fund, paid for by utility shareholders and ratepayers, to help utilities pay for wildfire damages if they take certain safety measures.</p><p>Now, as the final legislative session of his governorship ends, Newsom is trying to broker a deal with lawmakers aimed at further shielding utilities from financial trouble if their equipment sparks a wildfire. His push comes as another major utility, Southern California Edison, faces claims from the state's second-most destructive blaze, a 2025 fire that killed 19 people outside of Los Angeles. Investigators ruled this month that it was sparked by one of the company’s transmission towers.</p><p>Newsom's plan could limit the amount electric and gas companies have to pay victims and attorneys. One of the goals is to stabilize the state's electricity rates, which are among the highest in the nation and have continued to climb in recent years. Utilities have raised rates to pay for wildfire prevention and recovery as climate change has made the blazes more intense and frequent. Six of the state’s 10 most destructive wildfires have been caused by utility equipment.</p><p>Newsom says the state needs to act quickly because he expects the wildfire fund to run out soon. His plan would require survivors to get paid by utilities sooner.</p><p>“Status quo is not going to work,” Newsom recently told reporters. “It’s not going to work for victims, who consistently are last in line. And that’s at the core of this reform."</p><p>But some of those victims are pushing back. They've said Newsom's plan prioritizes utilities over the needs of fire survivors. Meanwhile, insurance companies are concerned they would foot more of the bill for property damage. A coalition including the state's major utilities — PG&E, Southern California Edison, and San Diego Gas & Electric — has been urging lawmakers to pass the plan. The last-minute legislative battle could help shape Newsom's legacy as he considers a run for president in 2028.</p><p>Newsom says his plan strikes a fair balance</p><p>Under California law, utilities have to pay damages for fires ignited by their equipment, even if a judge doesn't find them negligent. Home insurers that pay for policyholders' rebuilding expenses can try to get reimbursed by utilities.</p><p>Newsom's plan could change that by making insurance companies cover more of the cost of property damage. The proposal would also require utility CEOs to forfeit bonuses if their company sparks a wildfire resulting in more than $1 billion worth of damage. And utility shareholders could be fined up to $10 million for violating wildfire prevention requirements, according to the governor's office, which hasn't released the full details.</p><p>Personal Insurance Federation of California, a group representing property insurers across the state, said insurance rates will increase if the plan is implemented. The onus should remain on utilities to pay, said Rex Frazier, the federation's president.</p><p>“Being responsible for your actions is something that parents tell children,” he said in a statement. "Hopefully the Legislature will tell this to the utilities.”</p><p>Fire survivors are also frustrated with the plan, which could limit their payouts. Joy Chen, executive director of Every Fire Survivor's Network, a group of survivors of the 2025 Los Angeles-area fires, blasted it at a virtual town hall this month.</p><p>“This is overall a massive transfer of liability for the three for-profit utility monopolies that have continued to burn down communities across California,” Chen said.</p><p>The Legislature has until Aug. 31 to pass a plan. If they don't, Newsom could call them back for a special session.</p><p>Democratic legislative leaders say the state needs to address the issue but haven't specified what a deal could include. Newsom proposed another $18 billion last year to supplement the wildfire fund, which the Legislature approved.</p><p>An economist says the state should reduce utility liability</p><p>California's longstanding requirement that utilities cover the cost of wildfire damages regardless of whether they were negligent is based on the fact that they are providing a public service, said Meredith Fowlie, an economist who co-directs an energy institute at the University of California, Berkeley.</p><p>But as climate change has fueled more frequent and destructive fires, the state should rethink how to distribute the ballooning costs of recovering from those blazes, she said.</p><p>“Utilities can start fires, but they don’t by themselves create catastrophe,” Fowlie said.</p><p>Other factors make wildfires turn into catastrophes, such as failing to clear vegetation or upgrade homes to make them more fire-resistant, she said. The question of who should be held responsible — and by how much — is “a critical, core issue that we have not dealt with and is not going away,” Fowlie said.</p><p>Newsom says he's prepared to tackle the issue he's kept revisiting since he took office.</p><p>“I'm not going to walk away and hand a real mess to the next governor,” he said last week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FSHT5IXXIEBKNWWIIWKYII4GZQ.jpg?auth=13c3ef0e4e58a7046fa06fea46927a6e19994dbb04acb4d3b29e4669152f3b6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - California Gov. Gavin Newsom attends the National Association of Latino Elected and Appointed Officials conference in Los Angeles, July 14, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SFNRDOTPBZE3QDWL4AIA26AHDU.jpg?auth=0e4f5fcceb8bf72fe07560c78d855c6a109d9c2f461e09ac4b246963647f40d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Palisades Fire burns a residence in the Pacific Palisades neighborhood of Los Angeles, Jan. 7, 2025. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VKAXWS2FEBMG7KBIGVCUFLKPQ.jpg?auth=8e4e458f2c15bdf110870cafb7d22077e9d06b5a4d90bca8bc02fa3a6d9fb481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fire crews watch the devastation from the Palisades Fire in the Pacific Palisades neighborhood of Los Angeles, Jan. 11, 2025. (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/EHJKICWBB5W2N3RDNNDBOJGI4Q.jpg?auth=f36638ba2ee44b3ee0f388f4f288ebbe8bd44769787366eca6659fdc1731c139&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Palisades Fire ravages a neighborhood amid high winds in the Pacific Palisades neighborhood of Los Angeles, Jan. 7, 2025. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content></item><item><title><![CDATA[Identifican al joven asesinado tras choque de scooters en Gladeview]]></title><link>https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La víctima, residente de Liberty City, murió en plena calle. Los investigadores aún no establecen si ambos hombres se conocían antes del encontronazo.]]></description><pubDate>Mon, 24 Aug 2026 15:23:32 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Alguacil de Miami-Dade informaron que un hombre de 24 años, residente de Miami, fue la víctima de un <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" rel="">tiroteo mortal ocurrido el fin de semana</a> que se originó por un choque entre scooters eléctricos.</p><p>Según la MDSO, Darryl Frankders Johnson Jr. conducía un scooter eléctrico poco antes de las 5:25 p.m. del domingo, cerca de Northwest 75th Street y 22nd Court, en el área no incorporada de Gladeview, cuando chocó con el sospechoso, lo que derivó en una discusión.</p><p>Los agentes dijeron que el sospechoso sacó un arma y le disparó a Johnson, residente de Liberty City, antes de darse a la fuga.</p><p>Los paramédicos de Miami-Dade Fire Rescue declararon muerto a Johnson en el lugar.</p><p>Un vocero de la MDSO informó el lunes que el sospechoso estaba acompañado de un menor al momento del tiroteo.</p><p>No estaba claro de inmediato si los dos hombres se conocían antes del choque y del tiroteo.</p><p>Se pidió a cualquier persona con información sobre el caso que llame a los investigadores.</p>]]></content:encoded></item><item><title><![CDATA[Mató a cuchilladas a otra mujer para robarle en Deerfield Beach]]></title><link>https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El ataque ocurrió de madrugada cerca de la avenida Martin Luther King Jr. La detención se produjo apenas unas horas después, la misma mañana del domingo.]]></description><pubDate>Mon, 24 Aug 2026 17:31:44 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Alguacil de Broward acusaron a una mujer de 38 años de un apuñalamiento mortal ocurrido durante un robo la mañana <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" rel="">del domingo</a> en Deerfield Beach, según los registros.</p><p>Los agentes reportaron a una mujer herida alrededor de las 3:45 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" rel="">del domingo</a>, cerca de Northwest Third Avenue —también conocida como Martin Luther King Jr. Avenue— y Fourth Court.</p><figure><img src="https://www.local10.com/resizer/v2/KGWF2J6UERA4DC5OOZLZIXOYQA.jpg?auth=fde793f6737ef769233b434b275e6e70e3602312709994f8ec0a04d25e011248&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Cerca de las 10 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" rel="">del domingo</a>, los agentes de la BSO arrestaron a Brittany Payne, quien hasta la tarde del lunes permanecía bajo custodia en el North Broward Bureau, en Pompano Beach, según los registros.</p><p>Payne enfrenta cargos de asesinato en primer grado y robo a mano armada, un delito grave de primer grado. La jueza del Circuito del condado de Broward Francis Viamontes tenía previsto presidir el caso, de acuerdo con los registros judiciales.</p><p>Los editores de asignaciones de Local 10 News Carson Merlo y Mariana Ortiz contribuyeron a este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTPSXAJVTNEVXINETY7QEU2K64.jpg?auth=a47759224a3bc04f845add4180e3c9a6285f1a20d796754fb2487308df3c2a94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff's Office deputies arrested Brittany Payne after a stabbing on Sunday morning in Deerfield Beach.]]></media:description></media:content></item><item><title><![CDATA[Lo agarraron abriendo maletas ajenas en el aeropuerto de Miami]]></title><link>https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El sospechoso figura como médico brasileño en el reporte policial, aunque su dirección aparece como “sin hogar”. Tres víctimas ya fueron identificadas y podría haber más.]]></description><pubDate>Mon, 24 Aug 2026 17:29:38 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 68 años fue arrestado el domingo, días después de que los investigadores dijeran que las cámaras de vigilancia lo captaron sacando maletas de las cintas de equipaje del Aeropuerto Internacional de Miami en repetidas ocasiones, retirando artículos de las bolsas y volviendo por más.</p><p>Un informe de arresto de la Oficina del Alguacil de Miami-Dade identificó al sospechoso, Marcos Danilo Assuncao-Oliveira, como un médico de Brasil, aunque también consigna su dirección actual como “sin hogar” en Miami.</p><p>Sitios web médicos brasileños registran a una persona con ese mismo nombre como ginecólogo en Minas Gerais, Brasil.</p><p>Según los agentes, Assuncao-Oliveira está acusado de hurtar varias maletas en el área de reclamo de equipaje de American Airlines el viernes pasado.</p><p>Los investigadores señalaron que el video de vigilancia lo muestra merodeando por la zona antes de retirar maletas de distintas cintas transportadoras en un lapso corto.</p><p>De acuerdo con el informe, Assuncao-Oliveira tomaba una maleta a la vez, la abría y sacaba los artículos que quería. Los investigadores dijeron que luego regresaba a las cintas, escogía otra maleta y repetía el proceso.</p><p>Las autoridades indicaron que lo hizo varias veces antes de irse del lugar a pie con lo que había tomado.</p><p>Hasta ahora los investigadores han identificado a tres víctimas y calculan el valor total de lo sustraído en unos 1,350 dólares, según el informe.</p><p>Las autoridades señalaron que hay otras posibles víctimas que aún no han sido identificadas.</p><p>El informe de arresto también indica que Assuncao-Oliveira no tenía vuelos activos con American Airlines durante los seis meses anteriores.</p><p>La información del informe de arresto no especificó qué artículos habría sacado de las maletas.</p><p>Assuncao-Oliveira fue detenido el domingo bajo tres cargos de hurto mayor en tercer grado.</p><p>Hasta la tarde del lunes permanecía recluido en el Centro Correccional Turner Guilford Knight con una fianza de 2,500 dólares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3GIDRMQBJBELLN7SFASZDWAIPY.jpg?auth=1f9935f8574b0f62b0619306efd380b672f62b672332724277b6db3cc7be1aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Lo acusan de sacarle millones a personas mayores con estafas en Broward]]></title><link>https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Más de cien personas perdieron su dinero. Parte de las ganancias terminó en manos de cómplices en Jamaica, según los fiscales federales que llevan el caso en Carolina del Sur.]]></description><pubDate>Mon, 24 Aug 2026 17:27:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida espera ser extraditado a Carolina del Sur tras ser capturado por su presunta participación en una estafa millonaria de sorteos dirigida principalmente a personas de la tercera edad, según documentos judiciales obtenidos el lunes por Local 10 News.</p><p>Evans Class Brown, de 27 años y residente de Coral Springs, es una de varias personas que enfrentan cargos federales por fraude electrónico, fraude postal y lavado de dinero.</p><p>Un <a href="https://www.justice.gov/usao-sc/pr/five-charged-35m-fraud-and-money-laundering-scheme" rel="">comunicado</a> emitido en marzo por los fiscales federales de Charleston, Carolina del Sur, donde se lleva el caso, identificó a cinco de los presuntos cómplices de Brown: los residentes de Charleston Kemar Christopher Edwards, de 28 años; Xavier Gordon, de 25; Warner Gordon, de 27; y Kevin Milton Simpson, de 30; además de otra floridana, Tashagae Narcia Leslie, de 25 años, de Orlando.</p><p>Otros dos coacusados aparecen en una acusación formal del gran jurado del 28 de enero: Justine Danielle Smith, de 34 años, quien según los registros judiciales federales fue arrestada en junio en Connecticut, y Marcia Minora Lawrence.</p><p>Las autoridades federales señalaron que los estafadores convencían a las víctimas de que habían ganado premios en efectivo, pero que antes de cobrarlos debían pagar impuestos y cargos. Según las autoridades, más de cien víctimas —“una porción sustancial” de ellas de la tercera edad— enviaron el dinero al grupo por correo o mediante transferencias bancarias.</p><p>Los fiscales indicaron que el grupo luego lavaba el dinero y enviaba parte de las ganancias a cómplices en Jamaica, quedándose con el resto.</p><p>Las víctimas perdieron más de 3.5 millones de dólares con la estafa, informaron las autoridades.</p><p>Brown fue detenido el miércoles y hasta la tarde del lunes permanecía recluido en la cárcel principal de la Oficina del Alguacil de Broward, en Fort Lauderdale, a disposición del Servicio de Alguaciles de Estados Unidos.</p><p>No estaba claro de inmediato cuándo sería trasladado a Carolina del Sur.</p><p>Los sospechosos podrían enfrentar décadas tras las rejas si son declarados culpables.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRYMNJRTGVDP3BRGNEKZ74L35U.jpg?auth=2380d226bc7b651736b41d0053728161410a2e2867d5d2733b6dd469e59dfc89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evans Brown]]></media:description></media:content></item><item><title><![CDATA[8-year-old Louisiana girl dies from a rare brain-eating amoeba found in warm freshwater]]></title><link>https://www.local10.com/news/national/2026/08/24/8-year-old-louisiana-girl-dies-from-a-rare-brain-eating-amoeba-found-in-warm-freshwater/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/24/8-year-old-louisiana-girl-dies-from-a-rare-brain-eating-amoeba-found-in-warm-freshwater/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[An 8-year-old girl in Louisiana has died after being infected by an extremely rare brain-eating amoeba that is found in warm freshwater, her family says.]]></description><pubDate>Mon, 24 Aug 2026 22:05:55 +0000</pubDate><content:encoded><![CDATA[<p>An 8-year-old girl in Louisiana has died after being infected by an extremely rare brain-eating amoeba that is found in warm freshwater, her family says.</p><p>Lillian Smart died over the weekend after being diagnosed with an infection from Naegleria fowleri, according to a spokesperson for her family. Health authorities describe it as a “brain-eating amoeba" that thrives in freshwater bodies around the U.S. and can shoot up the nose and cause an infection that almost always proves fatal. On average there are fewer than 10 cases annually in the U.S.</p><p>“Last night Lillian ran from our arms to the arms of Jesus,” her parents, Daniel and Rebecca Smart, wrote Sunday in a public post on Facebook. “The injuries to her brain were too severe for her little body to recover from. Everyone did everything they could to keep her here.”</p><p>The Louisiana Department of Health said last week that the state had experienced its first confirmed Naegleria fowleri infection since 2013. The department, which did not identify Smart, does not comment on individual cases or specific patients, according to spokesperson Stacey Grow.</p><p>“Heartbroken over the news of Lillian’s passing,” Louisiana Gov. Jeff Landry wrote on X.</p><p>The infection was likely contracted while swimming in Lake Claiborne in north Louisiana, the Louisiana Department of Health said.</p><p>The amoeba can lead to a fatal infection known as primary amoebic meningoencephalitis when water carrying the amoeba travels up the nose and into the brain. Between 1937 and 2025, there have only been approximately 180 confirmed infections in the U.S., according to the Health Department, which added that the cases are “nearly always fatal.” The infection cannot spread from person to person.</p><p>Naegleria fowleri is found in warm freshwater lakes, rivers, canals and ponds throughout the U.S. The amoeba becomes dangerous in water that stays over 77 degrees Fahrenheit (25 degrees Celsius) and for years has been seen almost exclusively in the summer in the southern part of the country. A few recent cases have appeared in Maryland, Indiana and Minnesota, scientists said.</p><p>“The amoeba is naturally occurring, and there is no routine environmental test for Naegleria fowleri in bodies of water,” the Louisiana Department of Health stated.</p><p>Last year, a 12-year-old boy in South Carolina also died from an infection caused by the amoeba.</p><p>___</p><p>Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKJHMLU54NI4BII3Y4UPS4SRMM.jpg?auth=aca38ade19e2dc0476b33bccbfbf1d7bdd4373ae5c7470a2e583a79f23b53fda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo shows Lillian Smart. (Love for Lillian Facebook via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Katie McCormick</media:credit></media:content></item><item><title><![CDATA[Un rayo le arrebató a su esposa y a una de sus mellizas en Margate]]></title><link>https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[La familia acababa de llegar a casa de una tía para cenar. Corrían hacia la puerta bajo la lluvia cuando cayó el rayo. Ahora él debe explicarle a una niña de 2 años la ausencia de su melliza.]]></description><pubDate>Mon, 24 Aug 2026 16:32:37 +0000</pubDate><content:encoded><![CDATA[<p>Un padre del sur de Florida llora a su esposa y a su hija de 2 años, quienes, según la policía, murieron alcanzadas por un rayo el domingo, cuando llegaban a una cena familiar en Margate.</p><p>Para Kameron Glasgow, un pedazo de grama frente a la casa de su tía, en la cuadra 7900 de Northwest First Street, guardará para siempre uno de sus últimos recuerdos de su esposa, Kenya Glasgow, y de su hija Kennedi.</p><p>“No hay palabras para describir lo que uno siente”, dijo Kameron Glasgow.</p><p>La policía de Margate informó que Kenya, de 31 años, y Kennedi fueron alcanzadas por un rayo alrededor de las 2:30 p.m. del domingo.</p><p>La familia de cuatro acababa de llegar a la casa e intentaba entrar antes de que se desatara la tormenta que se acercaba.</p><p><i>Kennedi (izquierda) abraza a su hermana melliza, Kensli.</i></p><p>“Vimos que la lluvia estaba arreciando y dijimos: ‘Oye, hay que meter a las niñas’”, recordó Glasgow.</p><p>Entonces cayó el rayo.</p><p>Glasgow contó que sintió la descarga.</p><p>“Me llegó el remezón desde el suelo”, dijo. “Por la gracia de Dios, todavía estoy aquí”.</p><p>Pero al voltearse, se encontró con una escena devastadora.</p><p>“Voltearse y ver a tu esposa y a tu hija ahí, sin vida, es todavía peor”, dijo Glasgow.</p><p>A Kenya y a Kennedi les sobreviven Glasgow y Kensli, la hermana melliza de Kennedi.</p><p>Glasgow dijo que ahora enfrenta no solo su propio duelo, sino lo que la pérdida significará para la hija que le queda.</p><p>“Que ella pierda a su hermana melliza... no hay palabras, porque sé que ni siquiera lo puede entender ahora mismo”, dijo entre lágrimas.</p><p>Glasgow describió a su esposa como alguien que siempre estaba ahí para los suyos.</p><p>“Mi esposa: el corazón más grande del mundo”, dijo. “El corazón más grande del mundo. Ponía a todos antes que a ella misma”.</p><p>Dijo que Kenya, su novia desde el último año de secundaria, era una de sus heroínas, junto con su padre, ya fallecido.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Ella me ayudó a convertirme en el hombre que soy hoy”, dijo Glasgow.</p><p>De Kennedi dijo que era un “conejito Energizer” enamorado de la música, sobre todo de las canciones de Benson Boone.</p><p>“Nunca había visto a una niña de 2 años cantar a Benson Boone en un karaoke con micrófono, palabra por palabra”, contó. “Dos años, y clarito. ‘Beautiful Things’, esa era su canción favorita”.</p><p>Glasgow dijo que la pérdida duele aún más porque vivió el nacimiento de sus mellizas como una bendición tras la muerte de su padre.</p><p>“Pensé que mi bendición más grande había sido que Dios me mandara a mis dos hijas después de que murió mi papá”, dijo. “Y que ahora una ya no esté, es duro”.</p><p>Dijo que también le costará asimilar la pérdida de la mujer con la que compartió la mitad de su vida.</p><p>Pese al dolor, Glasgow dijo que sabe que tiene que salir adelante por Kensli.</p><p>“Todo va a estar bien porque tengo que estarlo, porque tengo otra hija hermosa que está adentro”, dijo.</p><p>Por ahora, se aferra a su fe.</p><p>“Dios no le pone a nadie una prueba que no pueda soportar”, dijo Glasgow.</p><p><!-- GRÁFICO DE SERVICIO — Seguridad ante rayos. Pegar en el módulo de HTML. Sin scripts.
     COLORES DE MARCA: reemplazar los dos valores de abajo con los del manual de Local 10.
       Acento (barra superior y numeración):  #003C71
       Texto de titulares:                    #16181d
     Buscar y reemplazar esos hex en todo el bloque.
-->
<div style="max-width:720px;margin:24px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;border:1px solid #d8dade;">

  <div style="background:#003C71;padding:14px 20px;">
    <p style="margin:0;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#ffffff;">Qué hacer ante una tormenta eléctrica</p>
  </div>

  <div style="padding:22px 20px 6px;">
    <p style="margin:0 0 4px;font-size:21px;line-height:1.3;font-weight:700;">Si escucha un trueno, ya está a distancia de impacto</p>
    <p style="margin:0 0 22px;font-size:16px;line-height:1.5;color:#5f646d;">Un rayo puede caer a 10 millas de donde está lloviendo, incluso con el cielo despejado sobre usted.</p>

    <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">1</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Entre de inmediato</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Al primer trueno, no cuando empiece la lluvia. Tenga en cuenta el tiempo que le tomará llegar al refugio.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">2</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Busque un techo cerrado</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Un edificio con electricidad y plomería, o un auto de techo duro con las ventanas cerradas.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">3</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Espere 30 minutos</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Contados desde el último trueno. Que pare la lluvia no significa que haya pasado el peligro.</p>
        </td>
      </tr>
    </table>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 16px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">No sirven de refugio</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Cocheras abiertas, garajes sin cerrar, patios techados, quioscos y árboles. Tampoco los convertibles.</p>
    </div>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 4px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">A la víctima se le puede auxiliar de inmediato</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Quien recibe un impacto no queda cargado de electricidad. Se le puede tocar sin riesgo y practicarle RCP mientras llega la ayuda.</p>
    </div>
  </div>

  <div style="border-top:1px solid #d8dade;padding:12px 20px;background:#f6f6f4;">
    <p style="margin:0;font-size:13px;line-height:1.5;color:#5f646d;">Fuente: Servicio Nacional de Meteorología (National Weather Service), <a href="https://www.weather.gov/safety/lightning-espanol" style="color:#003C71;">guía de seguridad ante rayos</a>. Gráfico: Local 10 News.</p>
  </div>

</div></p>]]></content:encoded></item><item><title><![CDATA[Inspectores cierran 10 locales por plagas en el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Cucarachas vivas detrás de las neveras, moscas posadas sobre los dulces y carne guardada a temperaturas peligrosas. La lista de esta semana no le va a abrir el apetito a nadie.]]></description><pubDate>Mon, 24 Aug 2026 14:28:14 +0000</pubDate><content:encoded><![CDATA[<p><!-- DIRTY DINING — Nota con ficha de cada negocio. Sin scripts.
     Cada embed busca el local por NOMBRE + DIRECCIÓN, así que Google muestra
     el rótulo con el nombre del establecimiento, no un pin anónimo.
     Al hacer clic, el lector llega al listado del negocio con sus fotos.
-->
<div style="max-width:720px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;font-size:17px;line-height:1.65;">

<p style="margin:0 0 18px;">Los inspectores del estado no descansaron esta semana. Diez establecimientos del sur de Florida y los Cayos fueron cerrados entre el 18 y el 21 de agosto por plagas, fallas de higiene y comida guardada a temperaturas inseguras. En Florida, un local clausurado puede reabrir después de una limpieza y una nueva inspección.</p>

<p style="margin:0 0 28px;">A continuación, lo que encontraron los inspectores en cada uno y dónde queda.</p>


<!-- ============ SECCIÓN 1 ============ -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:36px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Roedores: la papa mordida y los excrementos por todo el local</h2>


<!-- Seph -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:28px 0 4px;">Seph Restaurant &amp; Bakery</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">1362 NE 163rd St., North Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 10 violaciones</span></p>
<p style="margin:0 0 14px;">El caso más llamativo de la semana. El inspector encontró una papa con mordidas de roedor junto al calentador de agua y anotó excrementos en seis puntos distintos: más de 50 debajo del lavamanos de la cocina, más de 25 bajo la mesa de vapor del mostrador, más de 20 bajo los estantes de condimentos, más de 10 junto al calentador, más de 5 en los estantes donde se guardan los utensilios limpios y 3 donde se almacenan los químicos.</p>
<p style="margin:0 0 16px;">En la reinspección del día siguiente aparecieron más de 10 excrementos bajo una nevera y otros 4 detrás de un congelador. El lavamanos del mostrador estaba bloqueado por platos.</p>
<iframe src="https://maps.google.com/maps?q=Seph+Restaurant+%26+Bakery,+1362+NE+163rd+St,+North+Miami+Beach,+FL+33162&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Seph Restaurant and Bakery, North Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Seph Restaurant &amp; Bakery, en el 1362 de NE 163rd Street.</p>


<!-- CM Chicken -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">CM Chicken</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">1256 NE 163rd St., North Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 8 violaciones</span></p>
<p style="margin:0 0 16px;">A dos cuadras del anterior y cerrado el mismo día. Los inspectores anotaron más de 10 excrementos de roedor bajo las freidoras y otros 3 en la ventana de la puerta trasera. También registraron heces de cucaracha en cuatro puntos, entre ellos más de 20 en el piso del mostrador y más de 15 bajo el fregadero de tres compartimientos.</p>
<iframe src="https://maps.google.com/maps?q=CM+Chicken+NMB,+1256+NE+163rd+St,+North+Miami+Beach,+FL+33162&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de CM Chicken, North Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">CM Chicken, sobre la misma cuadra de NE 163rd Street.</p>


<!-- Eat and Run -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Eat and Run Subs</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">16775 N. Miami Ave., North Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 10 violaciones</span></p>
<p style="margin:0 0 16px;">El reporte registra más de 20 excrementos de roedor bajo las freidoras, más de 20 bajo la vitrina del mostrador, 5 sobre el calentador de agua y 5 junto al lavadero de trapeadores. A eso se sumaron dos cucarachas vivas en la cortina de la entrada de la cocina y una rebanadora con restos de comida vieja.</p>
<iframe src="https://maps.google.com/maps?q=Eat+%26+Run+SUBS,+16775+N+Miami+Ave,+North+Miami+Beach,+FL+33169&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Eat and Run Subs, North Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Eat and Run Subs, sobre North Miami Avenue.</p>


<!-- Boardwalk -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Boardwalk Bar &amp; Grill</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">31044 Avenue A, Big Pine Key · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 11 violaciones</span></p>
<p style="margin:0 0 16px;">El único de la lista fuera del área metropolitana. Los inspectores hallaron unos 10 excrementos de roedor sobre la máquina lavaplatos, moho en la máquina de hielo y arroz, brócoli y lechuga guardados entre 52 y 56 grados Fahrenheit. Según el operador, esos alimentos llevaban menos de cuatro horas en la nevera de las cervezas y fueron trasladados a otra unidad.</p>
<iframe src="https://maps.google.com/maps?q=Boardwalk+Bar+%26+Grill,+31044+Ave+A,+Big+Pine+Key,+FL+33043&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Boardwalk Bar and Grill, Big Pine Key"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Boardwalk Bar &amp; Grill, en Big Pine Key.</p>


<!-- ============ SECCIÓN 2 ============ -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:44px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Cucarachas: dos vecinos de North Andrews Avenue</h2>

<p style="margin:0 0 8px;">En Fort Lauderdale, dos locales de la misma cuadra cayeron con un día de diferencia.</p>


<!-- LongHorn -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:28px 0 4px;">LongHorn Steakhouse</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">6225 N. Andrews Ave., Fort Lauderdale · <span style="color:#b4231f;font-weight:600;">Cerrado el 21 de agosto · 5 violaciones</span></p>
<p style="margin:0 0 16px;">La inspección se hizo por una queja. El inspector reportó unas 15 cucarachas vivas en la pared detrás del fregadero de tres compartimientos, donde en ese momento se preparaba lechuga cortada, más otras siete repartidas por la cocina. En el reporte quedó anotado que no se observó contaminación cruzada.</p>
<iframe src="https://maps.google.com/maps?q=LongHorn+Steakhouse,+6225+N+Andrews+Ave,+Fort+Lauderdale,+FL+33309&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de LongHorn Steakhouse, Fort Lauderdale"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">El LongHorn Steakhouse de North Andrews Avenue.</p>


<!-- Moonlite -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Moonlite Diner</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">6201 N. Andrews Ave., Fort Lauderdale · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 15 violaciones</span></p>
<p style="margin:0 0 14px;">El vecino de la misma cuadra acumuló 15 violaciones: unas 12 cucarachas vivas detrás de una nevera de la línea de cocción, cinco más en otros puntos y cinco muertas. El lavaplatos no tenía suficiente cloro sanitizante.</p>
<p style="margin:0 0 16px;">La lista de alimentos que se ordenó desechar es larga: tomates, pavo, feta, huevos duros, quesos, camarones crudos, atún y huevo líquido, este último a 62 grados. También se retiró salmón crudo empacado al vacío que debía mantenerse congelado.</p>
<iframe src="https://maps.google.com/maps?q=Moonlite+Diner,+6201+N+Andrews+Ave,+Fort+Lauderdale,+FL+33309&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Moonlite Diner, Fort Lauderdale"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">El Moonlite Diner, a menos de una cuadra del LongHorn.</p>


<!-- El Machetico -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">El Machetico</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">9674 NW 25th St., Doral · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 18 violaciones</span></p>
<p style="margin:0 0 16px;">El local con más infracciones de la semana. El inspector vio seis cucarachas vivas —una dentro del lavamanos y otra flotando en el agua con sanitizante del fregadero— y más de 16 muertas, incluidas cinco dentro de un envase limpio en el gabinete del café. Una empleada empezó a preparar café sin lavarse las manos después de recoger platos sucios, y el lavamanos no tenía jabón.</p>
<iframe src="https://maps.google.com/maps?q=El+Machetico+Doral,+9674+NW+25th+St,+Doral,+FL+33172&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de El Machetico, Doral"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">El Machetico, en Doral.</p>


<!-- Family Kitchen -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Family Kitchen Restaurant and Catering</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">3134 W. Commercial Blvd., Tamarac · <span style="color:#b4231f;font-weight:600;">Cerrado el 18 de agosto · 12 violaciones</span></p>
<p style="margin:0 0 14px;">El reporte describe unas 20 cucarachas vivas detrás de los congeladores del almacén, otras 15 entre la pared y una nevera del mismo sector, y varias más en la cocina y el comedor.</p>
<p style="margin:0 0 16px;">Ahí la comida llevaba toda la noche fuera de temperatura —pollo, cerdo, frijoles, alitas de pavo a 65 grados— y unos pepinillos estaban a 80 grados en el mostrador. El local no tenía ningún sistema de lavado de platos.</p>
<iframe src="https://maps.google.com/maps?q=Family+Kitchen,+3134+W+Commercial+Blvd,+Tamarac,+FL+33309&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Family Kitchen Restaurant and Catering, Tamarac"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Family Kitchen, sobre West Commercial Boulevard.</p>


<!-- The Licking -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">The Licking South Beach</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">754-758 Washington Ave., Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 11 violaciones</span></p>
<p style="margin:0 0 16px;">Cuatro cucarachas vivas, dos muertas, macarrones con queso del día anterior a 50 grados y una marinada de suero de leche a 70 grados. Ni el gerente ni al menos un empleado tenían al día su certificación de manejo de alimentos.</p>
<iframe src="https://maps.google.com/maps?q=The+Licking+South+Beach,+754+Washington+Ave,+Miami+Beach,+FL+33139&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de The Licking South Beach, Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">The Licking South Beach, sobre Washington Avenue.</p>


<!-- ============ SECCIÓN 3 ============ -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:44px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Moscas sobre los dulces</h2>


<!-- Chill N -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:28px 0 4px;">Chill N Kendall Place</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">9065 SW 107th Ave., Kendall · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 9 violaciones</span></p>
<p style="margin:0 0 14px;">El inspector contó más de 15 insectos voladores posándose directamente dentro de los recipientes de galletas Oreo, nueces picadas, gomitas, Kit Kats y crema de maní del mostrador, lo que obligó a desechar todo ese producto. Más de 20 estaban sobre las esponjas del fregadero y otros grupos volaban alrededor de la lavaplatos y del congelador del área de preparación.</p>
<p style="margin:0 0 16px;">Como agravante, el local tenía dos matainsectos eléctricos instalados encima de áreas de preparación de comida, algo prohibido.</p>
<iframe src="https://maps.google.com/maps?q=Chill-N+Ice+Cream+Kendall+Place,+9065+SW+107th+Ave,+Miami,+FL+33176&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Chill N Kendall Place, Kendall"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Chill N Kendall Place, en Kendall.</p>


<!-- CIERRE -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:44px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Cómo consultar los reportes</h2>
<p style="margin:0 0 24px;">Los reportes completos del Departamento de Negocios y Regulación Profesional de Florida son públicos y se pueden consultar por nombre del establecimiento.</p>

</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWP33OFGWJFZ3H66QBHVP4QFZI.jpg?auth=e2c6ab0fa5b38b5663da3d9d820e5ce2bfd5e1e57c76617f6540852ea2980ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[49ers owner Jed York pleads no contest to two misdemeanor charges in Ohio]]></title><link>https://www.local10.com/sports/2026/08/24/49ers-owner-jed-york-pleads-no-contest-to-two-misdemeanor-charges-in-ohio/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/49ers-owner-jed-york-pleads-no-contest-to-two-misdemeanor-charges-in-ohio/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[San Francisco 49ers owner Jed York was arrested over the weekend in Ohio and pleaded no contest to misdemeanor charges of disorderly conduct and possessing criminal tools.]]></description><pubDate>Mon, 24 Aug 2026 20:29:50 +0000</pubDate><content:encoded><![CDATA[<p>San Francisco 49ers owner Jed York was arrested over the weekend in Ohio and pleaded no contest to misdemeanor charges of disorderly conduct and possessing criminal tools.</p><p>Court records show that York initially was charged with engaging in prostitution, but prosecutors amended that to disorderly conduct. York was charged with possessing criminal tools for using his phone to respond to an undercover online prostitution advertisement, according to prosecutors.</p><p>York was arrested Sunday morning at a mobile home community in East Palestine, Ohio, near where he was born and raised in Youngstown. He was released after posting a $5,000 bond. He was sentenced to one day in jail for both offenses to be served concurrently and was credited with one day served when he pleaded no contest Monday morning. He also was fined $1,150.</p><p>Records also show that York had his cellphone returned to him and that $160 that was seized was to be given to the Mahoning Valley Human Trafficking Task Force as part of the plea agreement. York also completed on online course.</p><p>Columbiana County Prosecutor Vito Abruzzino said most of these prostitution cases typically end in plea agreements.</p><p>“Each case is looked at individually and for specific facts of the conduct, what evidence the police provide, and input from the arresting officer,” he said in an email. “You also have to factor in criminal history of the defendant, and whether or not they have committed these types of offenses in the past, and importantly, what the judges will allow.”</p><p>The NFL issued a statement saying the league was aware of the arrest and would review it under the personal conduct policy. Owners are subject to possible fines or suspensions for violating the personal conduct policy. New England Patriots owner Robert Kraft was investigated but not punished by the league after he was arrested in Florida in 2019 for allegedly paying for sex with a woman at a massage parlor. The charge was later dropped after a court ruled that police violated the rights of Kraft and the other customers when they secretly installed video cameras inside massage rooms at the spa.</p><p>The team said it would not have any comment on the situation.</p><p>“As this is a legal matter, which has been resolved, we will not be providing any further comment at this time,” the team said in a statement.</p><p>York took over day-to-day control of the 49ers from his parents in 2008. He became the team's principal owner in 2024. After some initial struggles under York's leadership, the team has been a consistent contender since hiring coach Kyle Shanahan and general manager John Lynch in 2017.</p><p>The Niners have made the Super Bowl three times under York's leadership, losing in the 2012 season under coach Jim Harbaugh and the 2019 and '23 seasons under Shanahan and Lynch.</p><p>York also oversaw the building of Levi's Stadium in Santa Clara, California. The team moved from San Francisco to the new stadium in 2014. The stadium has hosted two Super Bowls, a World Cup and a College Football Playoff title game.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PJEGREOKVWBVQSM2Z3FHL4AKNM.jpg?auth=bcc6dfdf4a1cf67736966bc891ab78d0c79784c09cb498846c11985bc52733a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco 49ers team owner Jed York speaks at a news conference in San Francisco, Monday, Feb. 2, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[VOTER GUIDE: Here is how to prepare for midterm election in South Florida]]></title><link>https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[More than 1,077 positions, ranging from national, state, county, or district office, are up for election during the primary on Aug. 18 in Florida ahead of the general election on Nov. 3. ]]></description><pubDate>Wed, 18 Mar 2026 20:32:28 +0000</pubDate><content:encoded><![CDATA[<p>More than<a href="https://www.ballotready.org/elections/florida-general-election-8864453a-1d68-450e-8d48-71bae597ed15" target="_self" rel="" title="https://www.ballotready.org/elections/florida-general-election-8864453a-1d68-450e-8d48-71bae597ed15"> 2,360</a> positions are up for <a href="https://dos.fl.gov/elections/candidates-committees/offices-up-for-election/" target="_self" rel="" title="https://dos.fl.gov/elections/candidates-committees/offices-up-for-election/">election and retention</a> on Nov. 3rd in Florida, including governor, a <a href="https://www.senate.gov/senators/senators-contact.htm" target="_self" rel="" title="https://www.senate.gov/senators/senators-contact.htm">U.S. Senate seat</a>, and the <a href="https://www.govtrack.us/congress/members/FL" target="_self" rel="" title="https://www.govtrack.us/congress/members/FL">28</a> <a href="https://ziplook.house.gov/htbin/findrep_house" target="_self" rel="" title="https://ziplook.house.gov/htbin/findrep_house">representatives in the U.S. House</a>.</p><p>In Miami-Dade County, <a href="https://www.votemiamidade.gov/elections/index.page" target="_self" rel="" title="https://www.votemiamidade.gov/elections/index.page">the list of local elections</a> includes a <a href="https://ballotpedia.org/Miami-Dade_County_Public_Schools,_Florida,_elections_(2026)" target="_self" rel="" title="https://ballotpedia.org/Miami-Dade_County_Public_Schools,_Florida,_elections_(2026)">school board</a> seat, judges, and mayoral elections in <a href="https://www.palmettobay-fl.gov/1710/Elections-Voting-2026" target="_self" rel="" title="https://www.palmettobay-fl.gov/1710/Elections-Voting-2026">Palmetto Bay</a>, <a href="https://www.somifl.gov/130/Elections" target="_self" rel="" title="https://www.somifl.gov/130/Elections">South Miami</a>, <a href="https://www.northmiamifl.gov/1425/November-3-2026-Election" target="_self" rel="" title="https://www.northmiamifl.gov/1425/November-3-2026-Election">North Miami</a>, and<a href="https://www.sibfl.gov/Resident-Services/Elections" target="_self" rel="" title="https://www.sibfl.gov/Resident-Services/Elections"> Sunny Isles Beach</a>. </p><p>In Broward County, <a href="https://browardvotes.gov/results-information/municipal-election" target="_self" rel="" title="https://browardvotes.gov/results-information/municipal-election">the list of local elections</a> includes five <a href="https://ballotpedia.org/Broward_County_Public_Schools,_Florida,_elections_(2026)" target="_self" rel="" title="https://ballotpedia.org/Broward_County_Public_Schools,_Florida,_elections_(2026)">school board</a> seats and mayoral elections in <a href="https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/">Dania Beach</a>, Davie, Lauderdale-by-the-Sea, North Lauderdale, Parkland, Plantation, Tamarac, and Wilton Manors. </p><p>In Monroe County, <a href="https://www.votemonroeflkeys.gov/Candidates-Petitions/Announced-Candidates" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Candidates-Petitions/Announced-Candidates">the local elections</a> include <a href="https://www.cityofkeywest-fl.gov/509/Election-Information" target="_self" rel="" title="https://www.cityofkeywest-fl.gov/509/Election-Information">Key West</a>, <a href="https://islamorada.fl.us/186/2026-Municipal-Election" target="_self" rel="" title="https://islamorada.fl.us/186/2026-Municipal-Election">Isla Morada</a>, and <a href="https://keycolonybeach.net/city-commission-elections-2026/" target="_self" rel="" title="https://keycolonybeach.net/city-commission-elections-2026/">Key Colony Beach</a>. </p><h3><b>Deadlines to remember</b></h3><ul><li>The deadline to <a href="https://registertovoteflorida.gov/home" target="_self" rel="" title="https://registertovoteflorida.gov/home">register to vote</a> in the midterm election is <a href="https://www.myfloridaelections.com/election-dates-deadlines" target="_self" rel="" title="https://www.myfloridaelections.com/election-dates-deadlines"><mark class="hl_red"><b>Oct. 5</b></mark></a><mark class="hl_red"><b>.</b></mark><mark class="hl_red"> </mark></li><li>The deadline to request a <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote-by-mail ballot</a> is<u> </u><mark class="hl_red"><u><b>Oct. 22</b></u></mark><u>.</u> </li><li><a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/">Early voting</a> begins on <mark class="hl_red"><u><b>Oct. 24</b></u></mark> and ends on <mark class="hl_red"><u><b>Oct. 31</b></u></mark><u>.</u> </li><li>General Election Day is<mark class="hl_red"><u><b> Nov. 3</b></u></mark></li><li>For information about the general election results reporting timeline, <a href="https://files.floridados.gov/media/709430/election-results-reporting-timeline-ge-2026-v20250821.pdf" target="_self" rel="" title="https://files.floridados.gov/media/709430/election-results-reporting-timeline-ge-2026-v20250821.pdf">visit this page</a>. </li></ul><h3><b>How to be prepared</b></h3><p><b>SEARCH DATABASES: </b>Check that you are registered to vote, confirm your assigned voting precinct, and research your ballot</p><ul><li><a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank" rel="" title="https://registration.elections.myflorida.com/CheckVoterStatus">Voter information look-up database </a></li><li><a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser151187731708822" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser151187731708822">Miami-Dade voting precinct finder</a></li><li><a href="https://browardvotes.gov/voters/precinct-finder" target="_self" rel="" title="https://browardvotes.gov/voters/precinct-finder">Broward voting precinct finder</a></li><li><a href="https://www.votemonroeflkeys.gov/Where-to-Vote/Maps" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Where-to-Vote/Maps">Monroe voting precinct finder</a></li><li>Research your ballot:<a href="https://www.ballotready.org/" target="_self" rel="" title="https://www.ballotready.org/"> BallotReady database</a> and <a href="https://www.vote.org/ballot-information/" target="_self" rel="" title="https://www.vote.org/ballot-information/">Vote database</a></li></ul><h3><b>Frequently asked questions </b></h3><p><b>Who can vote?</b></p><p>To be eligible to vote, the applicant for registration has to be a U.S. citizen, a legal resident, at least 18 years old, and not have been adjudicated mentally incapacitated, or a convicted felon without <a href="https://dos.fl.gov/elections/for-voters/voter-registration/felon-voting-rights/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voter-registration/felon-voting-rights/">a restoration of rights</a>.</p><p>A military member, a military family member, or an overseas citizen can register and request an absentee ballot with the <a href="https://www.fvap.gov/florida" target="_blank">online Federal Post Card Application</a>.</p><p><b>Who can’t vote?</b></p><p>A felony conviction in Florida for murder or a sexual offense makes a person ineligible to vote unless the <a href="https://www.fcor.state.fl.us/restoration.shtml">State Clemency Board</a> restores the right to vote.</p><p><b>How do I know if I am registered to vote?</b></p><p>There is a <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">database online to look up voter information</a>.</p><p><b>Can this be done online?</b></p><p><a href="https://registertovoteflorida.gov/home" target="_blank">The voter registration process can be done online</a>. The application requires a Florida driver’s license or identification card, the date when it was issued, and the last four digits of the Social Security Number.</p><p><b>When can one pre-register to vote?</b></p><p>Florida allows 16-year-olds to pre-register, but they won’t be allowed to vote until they are 18 years old.</p><p><b>How can I update my voter registration?</b></p><p>To change the address on the voter information card, the Florida driver’s license or Florida ID has to reflect the change before contacting the supervisor of elections. To request a record update, <a href="https://registertovoteflorida.gov/eligibilityreactive" target="_self" rel="" title="https://registertovoteflorida.gov/eligibilityreactive">visit this page</a>. </p><p><b>Can I register by mail and cast a ballot by mail?</b></p><p>Yes, if done on time and there is access to the forms online, a printer, and a post office. In Florida, those eligible are allowed to <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">register to vote </a>or <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote by mail</a>.</p><p>To vote: U.S. military members, military family members, and overseas citizens can <a href="https://www.fvap.gov/fpca-privacy-notice" target="_blank" rel="" title="https://www.fvap.gov/fpca-privacy-notice">register and request an absentee ballot with the Federal Post Card Application</a> as soon as possible.</p><p>If done in Miami-Dade, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1512065909614490" target="_blank">visit this page</a>. If done in Broward, <a href="https://www.browardvotes.gov/Voting-Methods/Vote-By-Mail-Voting/Absentee-Ballot-and-Early-Voting-Instructions" target="_blank">visit this page</a>. If done in Monroe, <a href="https://www.keys-elections.org/Voter-Information/Vote-by-Mail" target="_blank">visit this page</a>.</p><p>To register: <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">Download the form to print</a>, fill out, and mail.</p><p>Here are the <a href="https://www.usa.gov/state-election-office" target="_blank">mailing addresses</a> for Monroe, Broward, and Miami-Dade counties:</p><p><b>BROWARD</b></p><p><a href="https://www.browardvotes.gov/" target="_blank"><i>Broward County Elections Office</i></a></p><p><i>4650 NW 21st Avenue</i></p><p><i>Fort Lauderdale, FL 33309.</i></p><p><b>MIAMI-DADE</b></p><p><a href="https://www.miamidade.gov/global/elections/home.page" target="_blank"><i>Miami-Dade County Elections Office</i></a></p><p><i>2700 NW 87 Ave.</i></p><p><i>Miami, Fla., 33172</i></p><p><b>MONROE</b></p><p><a href="https://www.keys-elections.org/" target="_blank"><i>Monroe County Elections Office</i></a></p><p><i>530 Whitehead Street #101</i></p><p><i>Key West, Fla., 33040-6577</i></p><p><b>What if I forget to sign my vote-by-mail ballot?</b></p><p>In Miami-Dade, sign inside the red box <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" target="_blank" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">on the back of the vote-by-mail envelope</a>. If you forgot to sign the envelope or the signature does not match, Florida law allows you to submit an affidavit to cure your vote-by-mail ballot. The affidavit must be completed and submitted to the Elections Department along with a copy of your identification by 5 p.m. on the second day after the election.</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (English)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (Español &amp; Kreyòl)<b> </b></p><h3><b>Useful links</b></h3><ul><li>For information about your voter status, <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">visit this page</a>.</li><li>To download the online registration form, <a href="https://dos.fl.gov/elections/for-voters/voter-registration/online-voter-registration/" target="_blank">visit this page</a>.</li><li>The national 27-page voter registration application with instructions for each state is <a href="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf" target="_blank" rel="" title="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf">available here</a>.</li><li>For vote-by-mail ballot information and status lookup, <a href="https://dos.fl.gov/elections/for-voters/check-your-voter-status-and-polling-place/vote-by-mail-ballot-information-and-status-lookup" target="_blank">visit this page.</a></li><li>For more information about federal election guidelines, <a href="https://www.fvap.gov/guide/chapter2/florida" target="_blank">visit this page</a>.</li><li>For more information about early voting and ballot intake stations, <a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_blank">visit this page. </a></li></ul><h3><b>Useful contacts</b></h3><ul><li>For more information from the Florida Division of Elections, call 1-866-308-6739 from 8 a.m. to 5 p.m., Monday to Friday.</li><li>For more information in Broward, call 954-357-7050</li><li>For more information in Miami-Dade, call 305-499-8683</li><li>For more information in Monroe, call 305-292-3416</li></ul><p><b>Who handles the process?</b></p><p>The <a href="https://dos.elections.myflorida.com/supervisors/" target="_blank">Supervisor of Elections</a> in the county of residence.</p><ul><li><a href="https://www.votemiamidade.gov/elections/about/biography.page" target="_self" rel="" title="https://www.votemiamidade.gov/elections/about/biography.page">Alina Garcia</a> in Miami-Dade County</li><li><a href="https://browardvotes.gov/" target="_self" rel="" title="https://browardvotes.gov/">Joe Scott</a> in Broward County </li><li><a href="https://www.votemonroeflkeys.gov/" target="_self" rel="" title="https://www.votemonroeflkeys.gov/">Sherri Hodies</a> in Monroe County </li></ul><p><b>Can I register by mail and cast a ballot by mail?</b></p><p>Yes, if done on time and there is access to the forms online, a printer, and a post office. In Florida, those eligible are allowed to <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">register to vote </a>or <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote by mail</a>.</p><p>To vote: U.S. military members, military family members, and overseas citizens can <a href="https://www.fvap.gov/fpca-privacy-notice" target="_blank" rel="" title="https://www.fvap.gov/fpca-privacy-notice">register and request an absentee ballot with the Federal Post Card Application</a> as soon as possible.</p><p>If done in Miami-Dade, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1512065909614490" target="_blank">visit this page</a>. If done in Broward, <a href="https://www.browardvotes.gov/Voting-Methods/Vote-By-Mail-Voting/Absentee-Ballot-and-Early-Voting-Instructions" target="_blank">visit this page</a>. If done in Monroe, <a href="https://www.keys-elections.org/Voter-Information/Vote-by-Mail" target="_blank">visit this page</a>.</p><p>To register: <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">Download the form to print</a>, fill out, and mail.</p><p>Here are the <a href="https://www.usa.gov/state-election-office" target="_blank">mailing addresses</a> for Monroe, Broward, and Miami-Dade counties:</p><p><b>BROWARD</b></p><p><a href="https://www.browardvotes.gov/" target="_blank"><i>Broward County Elections Office</i></a></p><p><i>4650 NW 21st Avenue</i></p><p><i>Fort Lauderdale, FL 33309.</i></p><p><b>MIAMI-DADE</b></p><p><a href="https://www.miamidade.gov/global/elections/home.page" target="_blank"><i>Miami-Dade County Elections Office</i></a></p><p><i>2700 NW 87 Ave.</i></p><p><i>Miami, Fla., 33172</i></p><p><b>MONROE</b></p><p><a href="https://www.keys-elections.org/" target="_blank"><i>Monroe County Elections Office</i></a></p><p><i>530 Whitehead Street #101</i></p><p><i>Key West, Fla., 33040-6577</i></p><p><b>What if I forget to sign my vote-by-mail ballot?</b></p><p>In Miami-Dade, sign inside the red box <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" target="_blank" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">on the back of the vote-by-mail envelope</a>. If you forgot to sign the envelope or the signature does not match, Florida law allows you to submit an affidavit to cure your vote-by-mail ballot. The affidavit must be completed and submitted to the Elections Department along with a copy of your identification by 5 p.m. on the second day after the election.</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (English)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (Español &amp; Kreyòl)<b> </b></p><h3><b>Useful links</b></h3><ul><li>For information about your voter status, <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">visit this page</a>.</li><li>To download the online registration form, <a href="https://dos.fl.gov/elections/for-voters/voter-registration/online-voter-registration/" target="_blank">visit this page</a>.</li><li>The national 27-page voter registration application with instructions for each state is <a href="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf" target="_blank">available here</a>.</li><li>For vote-by-mail ballot information and status lookup, <a href="https://dos.fl.gov/elections/for-voters/check-your-voter-status-and-polling-place/vote-by-mail-ballot-information-and-status-lookup" target="_blank">visit this page.</a></li><li>For more information about federal election guidelines, <a href="https://www.fvap.gov/guide/chapter2/florida" target="_blank">visit this page</a>.</li><li>For more information about early voting and ballot intake stations, <a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_blank">visit this page. </a></li><li>To find your U.S. House representative, <a href="https://ziplook.house.gov/htbin/findrep_house" target="_self" rel="" title="https://ziplook.house.gov/htbin/findrep_house">search this database</a>. </li><li>Database: <a href="https://dos.elections.myflorida.com/candidates/CanList.asp?elecid=20261103-GEN" target="_self" rel="" title="https://dos.elections.myflorida.com/candidates/CanList.asp?elecid=20261103-GEN">Candidate listing for the general election in Florida</a></li></ul><h3><b>Useful contacts</b></h3><ul><li>For more information from the Florida Division of Elections, call 1-866-308-6739 from 8 a.m. to 5 p.m., Monday to Friday.</li><li>For more information in Broward, call 954-357-7050</li><li>For more information in Miami-Dade, call 305-499-8683</li><li>For more information in Monroe, call 305-292-3416</li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7FN5RB6KYJFURG5ACK7BDSUFDU.jpg?auth=5f6458607a0019cb1e20f21a8d03cdcb6134154517cd397ca94b31ea7ffdc33a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Washington Post ordered to reinstate Black opinion writer fired after Charlie Kirk posts]]></title><link>https://www.local10.com/news/politics/2026/08/24/washington-post-ordered-to-reinstate-black-opinion-writer-fired-after-charlie-kirk-posts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/washington-post-ordered-to-reinstate-black-opinion-writer-fired-after-charlie-kirk-posts/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[An arbitrator has ordered The Washington Post to reinstate a Black opinion writer fired over social media posts about violent white men following last year's killing of Charlie Kirk.]]></description><pubDate>Mon, 24 Aug 2026 17:29:41 +0000</pubDate><content:encoded><![CDATA[<p>An arbitrator has ordered The Washington Post to reinstate a Black opinion writer fired over social media posts about violent white men following last year's killing of Charlie Kirk.</p><p>The ruling Thursday said the newspaper did not have sufficient cause to terminate Karen Attiah, who at the time was the last Black full-time member of the Post’s opinion desk. The arbitrator, Sarah Miller Espinosa, also ordered the Post to award Attiah full back pay and lost benefits.</p><p>Kirk, who rose from a teenage conservative campus activist to become a top podcaster and ally of President Donald Trump, was shot and killed Sept. 10 during a public appearance at Utah Valley University. He was 31.</p><p>Kirk launched Turning Point USA in 2012 and made provocative statements about race, gender and politics. He was critical of the Black Lives Matter movement on college campuses and called George Floyd, the Black man whose 2020 murder at the hands of Minneapolis police sparked protests, a “scumbag.”</p><p>His death elicited a torrent of comments about him, both pro and con, and some who spoke out against him in the days after the killing faced sanctions or dismissal at work.</p><p>Attiah posted after Kirk's killing</p><p>After Kirk's killing, Attiah, the founding global opinion editor for the Post and the newspaper's only Black female opinion writer, made several posts to her Bluesky account.</p><p>One post read: “Refusing to tear my clothes and smear ashes on my face in performative mourning for a white man that espoused violence is … not the same as violence.”</p><p>“If anything, the rush to coddle violent white men is self-protective — that we know they are not used to feeling vulnerable and mortal — and will react violently out of fear. And we will all suffer,” read another post.</p><p>Attiah was emailed a termination letter on Sept. 11, accusing her of “gross misconduct.”</p><p>“Your public comments on social media regarding the death of Charlie Kirk violate the Post’s social media policies, harm the integrity of our organization, and potentially endanger the physical safety of our staff,” the letter read.</p><p>But Espinosa found that the newspaper, in a June 4 hearing, failed to establish that Attiah “engaged in gross misconduct” and that the Post “did not have good and sufficient cause to terminate” her employment, which violated the collective bargaining agreement with the newspaper's union.</p><p>“After wrongfully firing me last year, an independent arbitrator has ordered the @washingtonpost to reinstate me immediately, with back pay,” Attiah posted on Instagram on Monday. “It’s been a year-long fight, but this is a victory for journalists everywhere. More to come soon.”</p><p>Ruling welcomed as a landmark moment</p><p>The Democracy Defenders Fund, which, along with Washington-Baltimore News Guild, represented Attiah, said the ruling marks a landmark moment for press freedom, “confirming that corporate media institutions cannot use retaliatory discipline to silence journalists who address uncomfortable truths.”</p><p>The Post said in a statement that it respects the arbitration process, but declined to comment further.</p><p>At the time, Attiah’s firing was among dozens of others across various professions stemming from comments about Kirk’s assassination, igniting a debate over First Amendment rights as Trump vowed retribution for remarks he considers disparaging.</p><p>The National Association of Black Journalists, the nation’s largest professional advocacy organization for journalists of color, added at the time that Attiah’s firing had “raised an alarm about the erosion of Black voices across the media.”</p><p>During the organization's annual convention this month in Atlanta, the NABJ gave The Post a “Thumbs Down Award” because the newspaper has laid off Black journalists and eliminated race and culture beats.</p><p>“When the NABJ raises concerns about the treatment of Black journalists, we do so because the decisions news organizations make have real consequences for our members, our profession and the communities we serve,” NABJ President Errin Haines said Monday in a statement supporting Attiah.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2DZFSXPX6NEG53OIFFEC63ISYA.jpg?auth=0a7ceedac2c92988d7a46c7bfc6d4a7c372368b04c132bd796c655af6099741b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Washington Post columnist Karen Attiah is pictured in Washington, June 3, 2026. (Ashara Wilson via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashara Wilson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6UNK3AGKTJR4F66245CP77GP4Y.jpg?auth=07f207fedf5207b4466e57add2c96a5399cbaad35b5fbaf992d640bca8ccad6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The One Franklin Square Building, home of The Washington Post newspaper, is seen June 21, 2024, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[How Dania Beach will elect their new mayor and vice mayor during midterm elections]]></title><link>https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dania Beach has an at-large election for mayor and vice mayor at five precincts on Nov. 3rd, according to the office of Broward County’s supervisor of elections.]]></description><pubDate>Mon, 24 Aug 2026 15:41:32 +0000</pubDate><content:encoded><![CDATA[<p>Dania Beach has an <a href="https://ballotpedia.org/By-district_vs._at-large_election_boundaries" target="_self" rel="" title="https://ballotpedia.org/By-district_vs._at-large_election_boundaries">at-large election</a> for mayor and vice mayor at five precincts on Nov. 3rd, <a href="https://browardvotes.gov/results-information/municipal-election" target="_self" rel="" title="https://browardvotes.gov/results-information/municipal-election">according</a> to the office of Broward County’s supervisor of elections. </p><p>The Dania Beach commission candidate who receives the most votes will be elected to a two-year term as mayor and succeed <a href="https://www.floridamayors.org/joyce-davis-2/" target="_self" rel="" title="https://www.floridamayors.org/joyce-davis-2/">Joyce Davis</a>, who was elected in 2020 and re-elected in 2024. </p><p>The Dania Beach candidate who gets the second-highest number of votes will be elected to a two-year term as vice mayor and succeed <a href="https://www.facebook.com/msalvinosr1/" target="_self" rel="" title="https://www.facebook.com/msalvinosr1/">Marco Salvino</a>, who was elected in 2024.</p><p>The city <a href="https://www.daniabeachfl.gov/city-elections" target="_self" rel="" title="https://www.daniabeachfl.gov/city-elections">listed</a> six qualified commission candidates who are campaigning for office: Maoz Druskin, Diana Fahmie, Aaron Hollis, Kevin Johnson, Colman Ryan, and Kristof Von Anderson. </p><p>Druskin filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 27. The Israeli Times <a href="https://blogs.timesofisrael.com/author/maoz-druskin/" target="_self" rel="" title="https://blogs.timesofisrael.com/author/maoz-druskin/">described Druskin, 45, </a> as an Israeli-born entrepreneur and writer. He <a href="https://maozdruskin.com/" target="_self" rel="" title="https://maozdruskin.com/">identifies</a> as a candidate committed to safety and supporting local businesses. </p><p>Fahmie filed her <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 8. Fahmie, who has experience in real estate, <a href="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f" target="_self" rel="" title="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f">identifies</a> as a grandmother of three who will prioritize protecting the city’s charm and coastal areas. </p><p>Hollis filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. He founded KidsAlways1st, a nonprofit that focuses on crime prevention, <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770">in 2019</a>. He <a href="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647" target="_self" rel="" title="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647">identifies</a> as someone whose work experience includes being an ice cream man and a diversion program facilitator.</p><p>Johnson filed his statement of candidacy on March 9. He earned a doctorate in business administration and sports administration from St. Thomas University and works at Florida Memorial University. He <a href="https://drkevinjohnson.com/" target="_self" rel="" title="https://drkevinjohnson.com/">identifies</a> as a candidate who wants the city to increase community engagement. </p><p>Ryan filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 26. Ryan <a href="https://colmanryan2026.com/" target="_self" rel="" title="https://colmanryan2026.com/">identifies </a>as the president of the <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311">Dania Improvement Committee</a>, a civic organization. The Broward County Police Benevolent Association<a href="https://www.facebook.com/BrowardCountyPoliceBenevolentAssociation/posts/the-broward-county-pba-is-proud-to-endorse-colman-ryan-for-danis-beach-city-comm/1428800785939156/" target="_self" rel="" title="https://www.facebook.com/BrowardCountyPoliceBenevolentAssociation/posts/the-broward-county-pba-is-proud-to-endorse-colman-ryan-for-danis-beach-city-comm/1428800785939156/"> endorsed him</a> in July. </p><p>Von Anderson filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. The U.S. Army veteran is a construction project manager who <a href="https://www.votekristof.com/" target="_self" rel="" title="https://www.votekristof.com/">identifies</a> as a father and a “fresh voice.” </p><p><i>Local 10 News Assignment Planner Abby Lawing contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGVCITZ745AZFOHFLPT3XNIELU.png?auth=aa25807f2b410e591a1eeea9673e8ca37c9e0b3fb388512ff922f4c85c2f991f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Denmark's prime minister blasts unsolicited beauty advice from plastic surgeon on Instagram]]></title><link>https://www.local10.com/news/world/2026/08/24/denmarks-prime-minister-blasts-unsolicited-beauty-advice-from-plastic-surgeon-on-instagram/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/denmarks-prime-minister-blasts-unsolicited-beauty-advice-from-plastic-surgeon-on-instagram/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[COPENHAGEN, Denmark (AP) — Danish Prime Minister Mette Frederiksen is fed up with getting unsolicited beauty advice.]]></description><pubDate>Mon, 24 Aug 2026 15:11:57 +0000</pubDate><content:encoded><![CDATA[<p>COPENHAGEN, Denmark (AP) — Danish Prime Minister Mette Frederiksen is fed up with getting unsolicited beauty advice.</p><p>The 48-year-old wrote Monday on Instagram that she had just returned back home from a trip to Ukraine, where she was exposed to air raid sirens in the ongoing war, only to find a message by a plastic surgeon offering her to “fix that little spot on your nose.”</p><p>“I’ve lost count of how many messages I’ve received over the years about my appearance,” Frederiksen wrote. “Especially that I have ugly teeth and thin hair. That I have an ugly ‘wart’ on my nose and well-meaning advice to get some Botox.”</p><p>The prime minister of the Nordic country posted a screen shot of the plastic surgeon's offer on Instagram but without identifying him.</p><p>She also posted her response: “Oh no. I’m happy with my body — I really don’t need a male plastic surgeon to have an opinion about it!”</p><p>Frederiksen, a Social Democrat and Denmark ’s second female prime minister, is now in her third term, making her one of Europe's longest-serving and most experienced leaders. She has led the European Union and NATO member country since mid-2019.</p><p>She has pledged to maintain a firm stance against U.S. President Donald Trump’s ambitions for Greenland, the kingdom’s semiautonomous territory, and continue supporting Ukraine against Russia's war of aggression.</p><p>On Instagram, Frederiksen stressed that she does not interfere with other people's looks and that “I’m perfectly fine with my body — as it is when you’re a woman approaching 50.”</p><p>She added that "if you’re going to write to me (and you’re more than welcome to), I hope you’ll use your time to talk about something more meaningful. Not my nose."</p><p>The prime minister also said that those unsolicited beauty tips and suggestions made her feel “indignant” and that “today, I’m sending an extra loving thought to all of you who have to put up with the 'perfect imperfections' we all walk around with every day.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ZC4E3TEM6QZIZLIHJYMDD5TMU.jpg?auth=eb6cefc653587b3168b6e201a65b29b8c0670a0d821e11e6ba32544ba3b9cf70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denmark's Prime Minister Mette Frederiksen talks to journalists as she arrives for the EU summit in Brussels, Thursday, June 18, 2026. (AP Photo/Marius Burgelman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marius Burgelman</media:credit></media:content></item><item><title><![CDATA[Firefighters make progress against a Nevada wildfire that's destroyed more than 30 homes]]></title><link>https://www.local10.com/news/2026/08/24/firefighters-make-progress-against-a-nevada-wildfire-thats-destroyed-more-than-30-homes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/firefighters-make-progress-against-a-nevada-wildfire-thats-destroyed-more-than-30-homes/</guid><dc:creator><![CDATA[By HAVEN DALY and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[RENO, Nevada (AP) — Crews have started to contain a wildfire in the Sierra Nevada foothills near Reno, Nevada, that destroyed more than 30 homes as it spread perilously close to dense neighborhoods, officials said Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:17:11 +0000</pubDate><content:encoded><![CDATA[<p>RENO, Nevada (AP) — Crews have started to contain a wildfire in the Sierra Nevada foothills near Reno, Nevada, that destroyed more than 30 homes as it spread perilously close to dense neighborhoods, officials said Monday.</p><p>Containment reached 27% and there was no new growth of the Hawk Fire, which has held steady at about 23 square miles (60 square kilometers) since it burned out of control on Sunday, authorities said at an afternoon news briefing.</p><p>“We are making progress,” said U.S. Forest Service District Ranger Matt Zumstein.</p><p>The number of residents under evacuation orders and warnings was reduced to about 63,000, down from more than 90,000 people when the blaze mushroomed over the weekend. While winds have eased, there's still concern that gusts could push the flames through dry brush into newly developed neighborhoods in Nevada's largest city outside of metro Las Vegas.</p><p>Firefighters are also contending with hot temperatures and low humidity. At least 32 homes have burned and six are damaged, but authorities said those numbers are sure to rise as assessment teams begin to survey the charred areas.</p><p>Reno Mayor Hillary Schieve said the way the fire spread so quickly at its height had her fearing for the worst.</p><p>“It lit up these areas like nothing I’ve seen before,” she said Monday. “It took your breath away, in the worst way.”</p><p>Hawk Fire triggers evacuations and school closures</p><p>Schools across Washoe County were closed Monday because of the evacuations and to keep roads clear for emergency crews. Nevada's governor declared a state of emergency in the county and mobilized the National Guard to help with aerial firefighting and protecting evacuated neighborhoods northwest of downtown Reno.</p><p>At one roadblock, residents expressed frustration Monday that they could not get back into their homes.</p><p>"There’s no fire here! Why are the National Guard here?” a driver yelled.</p><p>Washoe County Sheriff Darin Balaam said he understands that some residents are frustrated that they can’t get home but the danger isn’t over yet. “It just takes that little breeze and one ember,” he said.</p><p>Wildfires near Reno are blamed on human activity</p><p>The fire near the California state line began Saturday and exploded in size on Sunday. At least seven people — three first responders and four civilians — have been injured.</p><p>This is the third large wildfire in the rugged terrain north of Reno in the past two weeks — all caused by human activity, according to fire officials. They haven't said whether the Hawk Fire was intentionally set or accidental. Much of the area that burned was sagebrush and grass.</p><p>Reno, home to about 280,000 people, is known for its casinos and as a gateway to nearby Lake Tahoe, North America’s largest alpine lake and a popular vacation destination. It's also southwest of Nevada’s Black Rock Desert, site of the annual Burning Man festival, which begins next Sunday.</p><p>Many who travel to Burning Man make Reno a regular stop. But some are saying on social media they should avoid the city so they don’t take hotel rooms and other resources away from evacuees.</p><p>Fire claims a Reno woman's home for a second time</p><p>Videos posted on social media showed the smoldering ruins of homes and cars, with only a scorched basketball hoop still standing.</p><p>Crystal Hallock, 53, lost her home to fire for a second time in less than a decade. She moved into the rebuilt house in 2019, a year after an electrical fire burned it down.</p><p>On Saturday, with a giant plume of smoke and flames visible on the nearby mountaintop, she fled with her children, grandchildren and pets. Her ex-husband tried to save the property and her vintage Cadillac, grabbing a garden hose as flames melted children’s toys and burned bushes.</p><p>She urged him over the phone to get out and feared the worst when the line went dead. “He was saying he can’t breathe, it’s so dark I can’t see, and I’m screaming at him, ‘Leave the car, just leave it,’” she said Monday.</p><p>Thirty minutes later, he called to say he had gotten out with the car. “I’m truly blessed because I have a place to stay with my animals and my grandkids. We were all able to get out safely," she said from a niece’s apartment in Reno.</p><p>Nevada fire spread quickly in foothills</p><p>Many residents had little time to evacuate after the fire exploded in size.</p><p>“Honestly, I thought it was like in a movie,” said Ruby Delatorre, who got back from a concert only to find her home in the evacuation zone. She returned Sunday to walk to her house and get a few more possessions.</p><p>“I literally want to cry and go back for all my stuff. I just got what I thought I needed," Delatorre said.</p><p>Some who spotted the smoke on Saturday thought it was from another wildfire that has been burning the past two weeks.</p><p>“The flames were pretty close to my house, and the smoke was really thick, but we have no idea if our house survived or not,” Jon Hanbury said Monday at Reno's convention center, which is now a shelter.</p><p>Wildfire threat remains high in the West</p><p>Much of Nevada’s western edge is under an increased risk of wildfires this week because of high winds and low relative humidity, the National Interagency Fire Center said. The National Weather Service says the region will see warm, dry and breezy conditions, and that critical fire weather conditions are possible in the week's later half. Reno sits at an elevation of 4,500 feet (1,370 meters).</p><p>Extremely dry conditions across the American West have sparked a rash of wildfires this summer. Fires in eastern Washington state forced the evacuation of 60,000 people in the Spokane area in early August.</p><p>Nationwide, there have been more than 50,000 wildfires — the most over the past 10 years covering the same time period, according to the national fire center.</p><p>___</p><p>Seewer reported from Toledo, Ohio. Associated Press writers Christopher Weber in Los Angeles, Martha Bellisle in Seattle, and Sudhin Thanawala in Atlanta contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJD22LJAWLVLK2ZNJKVFDWNIRQ.jpg?auth=d8e2cb4e8cde7f72853b150ed0b11329e05e7722c1fa08cdd08ccfb084dbe8cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows plumes of smoke rising from active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDPD7CEIV5V5ZZKX73PWYHSUJU.jpg?auth=5fdd8bfebee794052ebc28d03f8cfc0542edf9bfd59453e58b983b569aa740bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows a charred neighborhood following wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMK2UV32EIK6CMNIJABSLPRPEA.jpg?auth=480d206b4254456a64646df2cafc615236d198a621e546dd1407ae00fa0460d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by Cari Kieffer shows part of the Hawk fire in Reno, Nev. (Cari Kieffer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Cari Kieffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUWHM4QG5NGZAGMG6IOG54YFSM.jpg?auth=a9872eb87aca75829b14f832b85f1b388242fa393587001f9794c3f4f1c1aa1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYJDCV5I3L75KHMYXXFNMK7SFY.jpg?auth=82b9196a0f7e11314879248cc894202c745df9a3d3a7b08e93272fb938427fc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content></item><item><title><![CDATA[After a stop in the NFL, Dae’Quan Wright could be heading back to LSU thanks to court order]]></title><link>https://www.local10.com/sports/2026/08/24/after-a-stop-in-the-nfl-daequan-wright-could-be-heading-back-to-lsu-thanks-to-court-order/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/after-a-stop-in-the-nfl-daequan-wright-could-be-heading-back-to-lsu-thanks-to-court-order/</guid><dc:creator><![CDATA[By BRETT MARTEL and ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — After a stop in the NFL, former Ole Miss tight end Dae’Quan Wright could be heading to LSU thanks to a court order that is creating havoc throughout college sports by allowing Wright and others an unexpected fifth year of eligibility.]]></description><pubDate>Mon, 24 Aug 2026 20:25:19 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — After a stop in the NFL, former Ole Miss tight end Dae’Quan Wright could be heading to LSU thanks to a court order that is creating havoc throughout college sports by allowing Wright and others an unexpected fifth year of eligibility.</p><p>Wright's agent, Drew Rosenhaus, told The Associated Press on Monday that the tight end had been waived by the Cleveland Browns and, if he clears waivers, will join Lane Kiffin's roster at No. 11 LSU.</p><p>If he joins the Tigers, Wright is believed to be the first player to return to college after playing in the NFL. He may not be the last.</p><p>At a news conference Monday, Kiffin declined to discuss any specific players, but he did say of the players in the lawsuit: “They’re available to recruit. So, ourselves, like many places around the country, are recruiting them.”</p><p>Not doing so, Kiffin said, could lead to a situation where "we may end up playing against them.”</p><p>Wright signed with the Philadelphia Eagles as an undrafted rookie following the draft. After Philly released him on Aug. 11, the Browns signed him. Wright didn’t play in Cleveland’s two preseason games. Wright played two seasons for Kiffin at Ole Miss. Last year, he caught 39 passes for 635 yards and five touchdowns for the Rebels.</p><p>Wright was among a group of players who sued in a Louisiana court, saying a new NCAA rule granting five years of eligibility to most athletes should apply to him and others who were not “grandfathered” into the rule, which did not include those who graduated high school in 2022.</p><p>Wright and two others who played for Kiffin at Ole Miss — former New Orleans Saints defensive tackle Zxavian Harris and Arizona Cardinals safety Wydett Williams — were among those granted a temporary restraining order last week. Former LSU and current Tampa Bay Buccaneers linebacker Jack Pyburn also was among the plaintiffs.</p><p>The players can regain their college eligibility if they terminate their pro contracts and repay any pro earnings. Pyburn’s deal with the Bucs guaranteed him $115,000, including a $15,000 signing bonus.</p><p>“I’m just trying to maximize myself as a player and as a person and play my best football, wherever that is,” Pyburn told The Athletic last week.</p><p>A preliminary injunction hearing is scheduled for Aug. 31 in East Baton Rouge, Louisiana.</p><p>The Southeastern Conference has its own rule barring transfers inside the conference beyond a designated window in January. Commissioner Greg Sankey sent the schools a reminder about that rule earlier this month, though there’s no certainty on how it would play into Wright’s move to LSU in the wake of the court order.</p><p>The judge in Louisiana allowed for the fifth year and also ordered the football transfer portal, normally open only in January, to reopen for a week for the players in the lawsuit.</p><p>“In my opinion, knowing the information, it’s really wrong to be critical of these kids,” said Kiffin, whose move from Ole Miss to LSU last season also created tension between the SEC schools. "They were granted a fifth year by a judge, saying they were wronged by the NCAA. … It’s simply that a judge decided they should have a fifth year, like everyone moving forward will have.”</p><p>Kiffin suggested that the current recruiting by colleges of NFL rookies is a “totally unique circumstance that came about because of the five-for-five (ruling), and players feeling like they should have known about it before, and because of all the cases around the country. I don’t think we’ll have this (situation) again.”</p><p>Other coaches, though, have been less supportive.</p><p>“I think there’s a lot of negatives that are involved around this,” Oregon coach Dan Lanning said. “Once you go to the NFL, to me, you’re in the NFL. You don’t get the opportunity to come back.”</p><p>Added Florida coach Jon Sumrall: “What I really struggle with is the rules are changing so daily based upon a court ruling, or what happens in a court in Colorado, or a court here, a court in Louisiana. We need to have some continuity and some consistency across the board.”</p><p>___</p><p>Maaddi reported from Tampa, Fla.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FVXS7Q5SEKMXWDV6EKPQYWRNAM.jpg?auth=2b9810d089f6993d3633b6205e6e451d5800d03210a3f5ddb18a89ea18440704&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns tight end Dae'Quan Wright warms up before a preseason NFL football game against the Buffalo Bills, Saturday, Aug. 22, 2026, in Cleveland. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Gang coalition unleashes violent new attack on farming community in Haiti]]></title><link>https://www.local10.com/news/world/2026/08/24/gang-coalition-unleashes-violent-new-attack-on-farming-community-in-haiti/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/gang-coalition-unleashes-violent-new-attack-on-farming-community-in-haiti/</guid><dc:creator><![CDATA[By PIERRE-RICHARD LUXAMA and EVENS SANON, Associated Press]]></dc:creator><description><![CDATA[PORT-AU-PRINCE, Haiti (AP) — A powerful gang coalition attacked a once peaceful farming community nestled in the hills above Haiti’s capital, killing multiple people, an official told The Associated Press on Monday.]]></description><pubDate>Mon, 24 Aug 2026 21:58:59 +0000</pubDate><content:encoded><![CDATA[<p>PORT-AU-PRINCE, Haiti (AP) — A powerful gang coalition attacked a once peaceful farming community nestled in the hills above Haiti’s capital, killing multiple people, an official told The Associated Press on Monday.</p><p>Kenscoff Mayor Jean Massillon said armed men raided the community late Sunday, setting fire to homes and killing residents.</p><p>“It is still impossible to establish a definitive death toll due to access difficulties and communication problems,” he said.</p><p>Wails filled the air in Kenscoff as survivors found the bodies of friends and family strewn on the streets early Monday.</p><p>“They killed my son!” one woman kept yelling as people nearby tried to comfort her.</p><p>One man flung himself on the side of the road, head on his right arm as he cried on the ground. Nearby, people picked up the bodies of those killed, some wrapped in blood-spattered sheets.</p><p>Robert Jean recalled how he heard shooting before dawn and tried to rustle people from their sleep to escape being killed. He said he was frantically looking for his brother, who was killed: “I was calling to see if everyone was safe. I could not find my brother.”</p><p>Another Kenscoff resident blamed the government for the killings.</p><p>“If only we had a good police force that would have placed an armored truck here, what happened here would have been prevented,” said Verti Enold-Saint as he lifted a sheet over the body of his brother-in-law.</p><p>Farmer Mathurin Pierre, 41, told AP that he lost 14 loved ones and that an unknown number remain missing.</p><p>Massillon blamed the attack on members of Viv Ansanm, which the U.S. government designated as a foreign terrorist organization last year.</p><p>“They sowed chaos,” Massillon said.</p><p>He said gang members targeted a church and homes including those owned by Dr. Jean “Bill” Pape. He is a renowned doctor who runs a nongovernmental organization in Haiti that helps patients including those with HIV and tuberculosis.</p><p>No further details about the attack were available. A spokesperson for the U.N.-backed gang suppression force did not immediately return a message seeking comment.</p><p>Haiti’s government issued a statement condemning what it called a heinous criminal attack. “Reinforcements are being deployed,” it said. “Kenscoff will not be abandoned.”</p><p>It said that security forces have been ordered to pursue those responsible. “The population must remain confident,” the government said, adding that it would not back down.</p><p>Gangs control an estimated 70% of Port-au-Prince, the capital, with Viv Ansanm repeatedly targeting nearby Kenscoff.</p><p>Gang violence has displaced a record 1.5 million people across Haiti, where more than 3,100 people were reported killed from January to June and another 1,189 injured, according to U.N. statistics.</p><p>The attack comes less than a week after the U.S. government deported more than 160 people to the troubled Caribbean country for the first time since the Trump administration won a legal battle to end Temporary Protected Status for some 350,000 Haitians.</p><p>Haiti's government has said some of the deportees included TPS holders. The U.S. Department of Homeland Security said Monday in a statement to the AP that those deported Friday included several gang members with criminal records ranging from assault to drug trafficking.</p><p>Haiti is scheduled to hold general elections for the first time in more than a decade on Dec. 13, and it has been registering voters in Port-au-Prince and beyond. Experts have warned it's currently too dangerous to hold elections.</p><p>___</p><p>Associated Press reporter Dánica Coto in San Juan, Puerto Rico, contributed.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YB3YIGYICBP2UM7JKXEEDKYVPM.jpg?auth=fae23e8b19c5e8600eb310ab2edaeeb1643105cff89ba18727f365eb711fc89f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather next to the bodies of people they said were their relatives and were killed in a gang attack in the Kenscoff neighborhood of Port-au-Prince, Haiti, Monday, Aug. 24, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6BJOWDBMAI7DS2BRGSP7ZCJHLI.jpg?auth=1e82cd174cbc63993fecd39c6759900ef04cf23d16ae75c047028aa35f472d9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women cry at the site where their relatives were killed in a gang attack in the Kenscoff neighborhood of Port-au-Prince, Haiti, Monday, Aug. 24, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QK7H6ASSO3MDKLLB3FY5UPUIOA.jpg?auth=dc5ed6f1256a3d345d6625f2d0e51fcaa5215f1475e8e8f2b42a69101b8d61ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blood stains the ground left behind by the victim of a gang attack in the Kenscoff neighborhood of Port-au-Prince, Haiti, Monday, Aug. 24, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6FIIFQVCN4XHPEJV5NY27YPWDI.jpg?auth=e75bff0f8fd070d3488cbd299625117badcbcbbe0ef4000e714004593d3abfbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents try to flip over a car to block a street as they protest for police intervention after deadly gang attacks in the Kenscoff neighborhood of Port-au-Prince, Haiti, Monday, Aug. 24, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54KGHS3KCEF7MJRCZX567DXTI4.jpg?auth=57bf24741a065a9763c485d8782c7a1693d57fb23313ba8a3dd99dcc628e2aad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People mourn over the bodies of people they said were their relatives and killed in a gang attack in the Kenscoff neighborhood of Port-au-Prince, Haiti, Monday, Aug. 24, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Dirty Dining: More than 110 rodent droppings, potatoes with gnaw marks; inspectors found even more the next day!]]></title><link>https://www.local10.com/food/dirty-dining/2026/08/24/dirty-dining-more-than-110-rodent-droppings-potatoes-with-gnaw-marks-inspectors-found-even-more-the-next-day/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/08/24/dirty-dining-more-than-110-rodent-droppings-potatoes-with-gnaw-marks-inspectors-found-even-more-the-next-day/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Rodent droppings, roaches and food temperature issues were just some of the violations found last week at restaurants across South Florida.]]></description><pubDate>Mon, 24 Aug 2026 13:47:23 +0000</pubDate><content:encoded><![CDATA[<p>Inspectors have been busy!</p><p>Records show rodent problems were reported at Eat and Run Subs, Seph Restaurant &amp; Bakery, CM Chicken and Boardwalk Bar &amp; Grill. </p><p><a href="https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/"><b>Leer en español</b></a></p><p>Inspectors found dozens of rodent droppings at several of those businesses, including more than 50 at Seph, where additional droppings were found during a reinspection.</p><p>Roach activity was reported at LongHorn Steakhouse, Moonlite Diner, Eat and Run Subs, El Machetico, Family Kitchen Restaurant and Catering, The Licking South Beach and CM Chicken. </p><p>At Moonlite, inspectors found numerous live and dead roaches along with food being held at unsafe temperatures. </p><p>El Machetico had 18 violations, including live and dead roaches and employee handwashing violations, while Family Kitchen had dozens of live roaches and food held at temperatures as high as 65 degrees.</p><p>Inspectors also found dozens of flying insects landing directly on food at Chill N Kendall Place.</p><p>Below is a list of the establishments and some of the violations inspectors documented. All were ordered closed and later allowed to re-open following a cleanup and re-inspection.</p><p><b>**LONGHORN STEAKHOUSE </b></p><p><b>6225 N. ANDREWS AVE</b></p><p><b>FORT LAUDERDALE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/21</b></p><p><b>5 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on cart in prep area. Operator removed cleaned and sanitized Observed 1 live roach on top of three compartment sink in ware washing area with cut lettuce being prepared in three compartment sink. Cross contamination not observed. Observed approximately 15 live roaches behind 3 compartment sink on wall Observed 2 live roaches in between cove molding and wall in ware washing area Observed 1 live roach on wall in ware washing area. Observed 1 live roach on pipe in prep area next to ware washing area Observed 1 live roach on ground in dry produce storage area.”</p><p>“Dead roaches on premises. Observed 2 dead roaches on ground in prep area. Repeat Violation.”</p><p>“Interior of oven has accumulation of black substance.”</p><p><b>**MOONLITE DINER</b></p><p><b>6201 N ANDREWS AVE.</b></p><p><b>FORT LAUDERDALE</b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>15 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on wall behind flip top cooler on cook line in kitchen Observed 1 live roach on ground in ware washing area in kitchen Observed approximately 12 live roaches on wall behind flip top cooler on cook line in kitchen Observed 2 live roaches on ground behind chest freezer on cook line in kitchen Observed 1 live roach under wait station flip top cooler.”</p><p>“Dead roaches on premises. Observed 1 dead roach on wall above wait station hand wash sink in kitchen area Observed 1 dead roach on wall under shelf in on cook line in kitchen Observed 3 dead roaches inside of reach in cooler at front counter.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. right to left: cut tomatoes (45F); diced tomatoes (49F); turkey (44F); feta (46F); hard boiled eggs (45F); shredded cheese (51F); sliced cheese (48F); cooked meatloaf (46F); turkey (53F); raw shrimp (44F); tuna (46F); egg whites (50F); liquid eggs (62F). Per operator items being held in unit for more than 4 hours.”</p><p>“Stop Sale issued. Fish reduced oxygen packaged on premises, or commercially processed reduced oxygen packaged fish labeled with instructions to remain frozen until time of use, not held frozen. Commercially processed reduced oxygen packaged fish bearing a label indicating that it is to remain frozen until time of use no longer frozen and not removed from reduced oxygen package. Raw salmon stored fully thawed commercially packaged reduced oxygen packaging.”</p><p>“Dish machine chlorine sanitizer not at proper minimum strength. Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Operator set up three compartment sink and called for service.”</p><p>“Proof of required state approved employee training not available for some employees.”</p><p>“Required employee training expired for some employees.”</p><p><b>**EAT AND RUN SUBS</b></p><p><b>16775 N. MIAMI AVE.</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>10 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 5 rodent dropping on top of water heater, 20+ rodent droppings on the floor under the fryers, 20+ rodent droppings on the floor under the display case at the front counter handwashing, and 5 droppings on the floor under mop sink.”</p><p>“Roach activity present as evidenced by live roaches found. Observed 2 live roaches crawling on the curtain in the entrance of the kitchen.”</p><p>“Roach excrement and/or droppings present. Observed 25+ droppings on the floor under the 3 compartment sink, 10+ droppings on the floor under the bread shelves.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed slicer with old food debris.”</p><p>“Handwash sink used for purposes other than handwashing. Observed kitchen handwashing sink with old food debris.”</p><p><b>**EL MACHETICO</b></p><p><b>9674 NW 25TH ST. </b></p><p><b>DORAL</b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>18 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach crawling inside of the handwash sink in the kitchen. Also observed 1 live roach inside of sanitizer water at the triple sink. Observed 1 live roach crawling on floor under the steam table. Observed 1 live roach crawling on black cabinet at front counter coffee and pastry area. Observed 2 live roach crawling inside of dry coffee cabinet at front counter coffee and pastry area.”</p><p>“Dead roaches on premises. Observed approximately 7+ dead roaches under preparation table in the kitchen. Employee started cleaning under preparation table at time of inspection. Observed 4 dead roaches on floor at front counter. Observed 5 dead roaches inside of clean container inside of dry coffee cabinet at coffee and pastry area.”</p><p>“Server handled soiled dishes or utensils and then picked up plated food, served food, or prepared a beverage without washing hands. Observed employee began making coffee without first washing her hands after handling dirty dishes from customers table.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands.”</p><p>“Food not stored at least 6 inches off of the floor. Observed 1 box of sweet plantains store on floor under prep table in the middle of the kitchen. Also observed 1 box of onions store on floor under prep table in the middle of the kitchen.”</p><p>“No soap provided at handwash sink. Operator provided soap at time of inspection.”</p><p><b>**CHILL N KENDALL PLACE</b></p><p><b>9065 SW 107TH AVE</b></p><p><b>KENDALL</b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found. Observed 15+ live flying insects flying and landing inside containers directly touching chocolate crunch bar, graham crackers, gummy worms, chopped pecans, Oreo cookies, chocolate chip cookie, Kit Kats, peanut butter cup, containers at front counter. Observed 2 live flying insects flying and landing inside containers directly touching white chocolate chips and mini chocolate chips at front counter. Observed 5+ live flying insects flying under front counter landing on brownie and cookie sheet tray. Observed 3+ live flying insects flying and landing on top of toppings reach in cooler at front counter. Observed 5+ live flies flying around dish machine. Observed 3+ live flying insects near reach in freezer in back prep area. Observed 5+ flying insects flying and landing on clean equipment at triple sink. Observed 20+ live flying insects landing on sponges at triple sink.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Live, small flying insects found. Observed 15+ live flying insects flying and landing inside containers directly touching chocolate crunch bar, graham crackers, gummy worms, chopped pecans, Oreo cookies, chocolate chip cookie, Kit Kats, peanut butter cup, containers at front counter. Observed 2 live flying insects flying and landing inside containers directly touching white chocolate chips and mini chocolate chips at front counter.”</p><p>“Insect control device installed over food preparation area. Observed bug zapper hanging on dry food rack in back prep room. Observed bug zapper installed over prep table at front counter.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee begin to prepare customer order without first washing hands.”</p><p>“Accumulation of debris on exterior of ware washing machine.”</p><p><b>**FAMILY KITCHEN RESTAURANT AND CATERING</b></p><p><b>3134 WEST COMMERCIAL BLUD.</b></p><p><b>TAMARAC</b></p><p><b>ORDERED SHUT 8/18</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on ground at front door in dining room Observed approximately 15 live roaches in between wall and reach in cooler in dry storage area Observed approximately 20 live roaches on ground and behind chest freezers in dry storage area. Observed approximately 2 live roaches on ground under oven in kitchen. Observed approximately 5 live roaches on ground under 2 door stainless reach in cooler in kitchen.”</p><p>“Dead roaches on premises. Observed 1 dead roach on oven in kitchen Observed 1 dead roach in 1 door stainless reach in cooler in kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. 2 door stainless: pickles (59F); cooked pork (59F); cooked beans (59F); raw chicken wings (59F); cooked gravy (60F); raw turkey wings (65F); operator states items have been held in unit overnight. Items not prepared or portioned today 1 door stainless: cooked chicken (48F); cooked pork (49F). operator states items have been held in unit overnight. Items not prepared or portioned today 1 door glass in dry storage: cooked chicken (51F); cooked turkey (48F); cooked goat (46F) operator states items have been held in unit overnight. Items not prepared or portioned today. pickles (80F) being held at front counter. Unknown time out of temperature.”</p><p>“No dishwashing facilities of any kind provided. No 3 compartment or ware washing machine provided in establishment.”</p><p>“Required employee training expired for all employees.”</p><p><b>**THE LICKING SOUTH BEACH</b></p><p><b>754-758 WASHINGTON AVE.</b></p><p><b>MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed at ware washing area two live roaches crawling on the ground. Observed a live roach crawling on the wall next to prep sink at prep area. Observed one live roach crawling on the floor at cook line.”</p><p>“Dead roaches on premises. Observed two dead roaches on the floor next to prep sink at prep area.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed MAC AND CHEESE (50F - Cooling) at walk in cooler, as per chef made the day prior.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed buttermilk marinade (70F - Cold Holding) at kitchen area.”</p><p>“Bowl or other container with no handle used to dispense food. Observed at walk in cooler a plastic tray with no handle used to portion pasta sauce.”</p><p>“Manager or person in charge lacking proof of food manager certification.”</p><p>“No proof of required state approved employee training provided for employee hired more than 60 days ago.”</p><p><b>**SEPH RESTAURANT &amp; BAKERY</b></p><p><b>1362 NE 163RD ST</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>10 VIOLATIONS FOUND</b></p><p><b>“Presence of insects, rodents, or other pests. Observed a potato with gnaw bites by the hot water heater.”</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 50+ rodent droppings on the floor under kitchen handwashing sink, 5+ dropping on top shelves where clean utensils are stored, 10+ rodent droppings on the floor by hot water heater, 3 rodent droppings on the shelves where chemicals are stored, 20+ rodent droppings on the floor under seasoning shelves and 25+ rodent droppings on the floor under the front counter steam table.”</b></p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed hot holding box in the front counter soiled.”</p><p>“Worn, torn and/or soiled floors/carpeting. Observed floors under 3 compartment sink, reach in coolers, steam table, fryers and stove heavily soiled.”</p><p>“Handwash sink not accessible for employee use at all times. Observed front counter handwashing sink blocked by plates.”</p><p><b>RE-INSPECTION 8/20</b></p><p><b>“Observed 10+ rodent droppings on the floor under reach in cooler in the kitchen and 4 rodent droppings on the floor behind reach in freezer.”</b></p><p><b>**CM CHICKEN</b></p><p><b>1256 NE 163RD ST.</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 10+ rodent droppings on the floor under the fryers and 3+ rodent droppings on the back door window.”</p><p>“Roach excrement and/or droppings present. Observed 15+ dropping on the floor under the 3 compartment sink, 5+ droppings by the back door window, 20+ droppings on the floor at the front counter, 5+ droppings on the floor under the boba station,”</p><p>“Dead roaches on premises. Observed 2 dead roaches on the floor next to oil filter in the back.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed kitchen storage shelves soiled.” </p><p><b>**FAMILY KITCHEN RESTAURANT AND CATERING</b></p><p><b>3134 W. COMMERCIAL BLVD.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 8/18</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on ground at front door in dining room Observed approximately 15 live roaches in between wall and reach in cooler in dry storage area Observed approximately 20 live roaches on ground and behind chest freezers in dry storage area. Observed approximately 2 live roaches on ground under oven in kitchen. Observed approximately 5 live roaches on ground under 2 door stainless reach in cooler in kitchen.”</p><p>“Dead roaches on premises. Observed 1 dead roach on oven in kitchen Observed 1 dead roach in 1 door stainless reach in cooler in kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. 2 door stainless: pickles (59F); cooked pork (59F); cooked beans (59F); raw chicken wings (59F); cooked gravy (60F); raw turkey wings (65F); operator states items have been held in unit overnight. Items not prepared or portioned today 1 door stainless: cooked chicken (48F); cooked pork (49F). operator states items have been held in unit overnight. Items not prepared or portioned today 1 door glass in dry storage: cooked chicken (51F); cooked turkey (48F); cooked goat (46F) operator states items have been held in unit overnight. Items not prepared or portioned today. pickles (80F) being held at front counter. Unknown time out of temperature.”</p><p>“Required employee training expired for all employees.”</p><p><b>**BOARDWALK BAR &amp; GRILL </b></p><p><b>31044 AVENUE A</b></p><p><b>BIG PINE KEY</b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by approximately 10 rodent droppings found on top of dish machine.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Potato cuter blade is soiled.”</p><p>“Accumulation of mold-like substance in the interior of the ice machine/bin.”</p><p>“In walk-in cooler Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Cooked rice 56F, cooked broccoli 52F, shredded lettuce 53F items were transfer to another walk-in cooler that is cold holding at 42F or below as per operator these items were in the beer cooler under 4 hours.” </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWP33OFGWJFZ3H66QBHVP4QFZI.jpg?auth=e2c6ab0fa5b38b5663da3d9d820e5ce2bfd5e1e57c76617f6540852ea2980ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[El Atlántico despierta con una onda tropical de cuidado]]></title><link>https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Sería el primer aspirante serio de Cabo Verde en 2026, después del arranque de temporada más lento en casi cuatro décadas. Por ahora, las islas del Caribe no están amenazadas.]]></description><pubDate>Mon, 24 Aug 2026 14:50:14 +0000</pubDate><content:encoded><![CDATA[<p>Después de un inicio históricamente lento —el más lento en casi 40 años en cuanto a actividad tropical general—, la temporada de huracanes del Atlántico intentará esta semana volver a encender los motores: primero con una perturbación en el Atlántico subtropical central y, más adelante en la semana, con una fuerte onda que avanza hacia el oeste por la principal región de desarrollo, entre África y el Caribe.</p><p><b>Un páramo subtropical</b></p><p>El área de baja presión ubicada a varios cientos de millas al sureste de Bermuda —designada como Invest 95L— tiene pocas perspectivas más allá de hoy. Aunque podría convertirse en una depresión o tormenta de corta vida, los fuertes vientos de la corriente en chorro la despedazarán y arrastrarán sus restos hacia el Atlántico canadiense entre mañana y el miércoles temprano.</p><p>Al igual que Cristobal, la última tormenta con nombre que se formó a mediados de mes en los subtrópicos, esta no sobrevivirá lo suficiente como para aportar mucho al marcador de la temporada. El próximo nombre de la lista es Dolly.</p><p><b>¿La primera tormenta de Cabo Verde de 2026?</b></p><p>El sistema que será el protagonista de la semana es, por ahora, el que no tiene designación de Invest.</p><p>La fuerte onda tropical de la que empezamos a hablar en este boletín el miércoles pasado fue incorporada al panorama tropical del NHC el viernes por la noche, tal como habíamos anticipado en el boletín de esa misma mañana.</p><p>Es quizás la onda más impresionante que hemos visto salir de la costa africana en lo que va de temporada.</p><figure><img src="https://www.local10.com/resizer/v2/7LSXPTMB6FEONDNVAVOLIJN5X4.png?auth=1b1c4f00ae34d3397655c5455dde5954091ab66903dd401bc03a41feb3da9a5c&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com.</figcaption></figure><p>Como suele ocurrir con las ondas tropicales, es probable que pierda algo de fuerza hoy al llegar a las aguas del Atlántico, pero debería recuperar impulso de forma gradual en los próximos días. Con excepción de algo de aire seco al norte y al oeste, el ambiente que tiene por delante esta semana luce razonablemente favorable para su desarrollo, y el Centro Nacional de Huracanes le da 50% de probabilidad de convertirse en depresión o tormenta con nombre antes de que termine la semana.</p><p>Los modelos de pronóstico coinciden en general, y el modelo europeo tradicional, basado en física, es el más agresivo al anunciar desarrollo. Su contraparte de inteligencia artificial, en cambio, ha sido más inconsistente con el sistema.</p><p><i>Trayectorias pronosticadas de baja presión hasta el próximo miércoles 2 de septiembre (los próximos 10 días), según el sistema de conjuntos del modelo europeo tradicional, basado en física (arriba), y los conjuntos más nuevos basados en inteligencia artificial (abajo). Los conjuntos sugieren una organización modesta esta semana, pero quizás un desarrollo más significativo la próxima semana al norte de las islas, si el sistema sobrevive al ambiente marginal de estos días. Crédito: weathermodels.com.</i></p><p>Por su parte, el excelente sistema de conjuntos de 1,000 miembros basado en aprendizaje automático de DeepMind, de Google, tiende a coincidir con el criterio del NHC (o el NHC con el suyo), con entre 40 y 50% de probabilidad de desarrollo durante la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/DG34LI5WRVHCTILG7I73VN66HM.png?auth=52c969d970cea2b36dee25cc257f0cef5f31694e53912196a7ad610c543e31ec&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Curiosamente, DeepMind plantea una ventana de desarrollo en los próximos días, mientras el sistema pasa al sur de las islas de Cabo Verde, y luego reduce las probabilidades hasta que suba al norte de las islas del Caribe la próxima semana. Tiene sentido desde el punto de vista físico, ya que la cizalladura del viento es más alta y pronunciada desde el Caribe hasta el Atlántico central. Si logra sobrevivir hasta el Atlántico subtropical —al norte de los 20 grados de latitud norte— y al oeste de las islas, la cizalladura impulsada por El Niño deja de ser un problema mayor.</p><p>Eso es lo que sugieren también los demás modelos, con la posibilidad de un período de fortalecimiento real —quizás hasta convertirse en el primer huracán de la temporada— sobre el suroeste del Atlántico dentro de una semana aproximadamente. Claro está, eso supone que el sistema se mantenga coherente al atravesar el ambiente marginal de estos días.</p><p>Hay tiempo de sobra para seguirle la pista, así que no es algo que debamos preocuparnos por ahora. La amenaza para las islas la próxima semana es baja en este momento, y los modelos indican en su mayoría una trayectoria al norte de ellas.</p><p>Sin embargo, como es el primer aspirante real a tormenta de larga trayectoria desde Cabo Verde en esta temporada, vale la pena volver a revisarlo periódicamente durante la semana.</p><p><b>Moke pasa de largo por Hawái</b></p><p>Moke pasó este fin de semana a unas 250 millas al sur de la Isla Grande de Hawái, sin causar daños, como una tormenta tropical en el límite.</p><p><i>Mejor trayectoria preliminar y pronóstico para la ahora depresión tropical Moke. Crédito: Tomer Burg/Polarwx.com.</i></p><p>La Isla Grande se libró de lluvias fuertes generalizadas por Moke: los acumulados más altos hasta ahora no llegan a 2 o 3 pulgadas.</p><p>Un aviso de inundación sigue vigente hasta la tarde del lunes, hora local, por las lluvias persistentes sobre terrenos que aún están saturados tras el paso de Lala, aunque los problemas de inundación en las laderas orientadas al este deberían mantenerse localizados.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDFYKC5EPZGT3KCKUVK37H32R4.PNG?auth=de733f15bedd0abcc8a29094eb6c72129789743f2d60de5abca8d89526c42372&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Canada will announce retaliatory tariffs against the United States on Tuesday, official tells AP]]></title><link>https://www.local10.com/business/2026/08/24/canada-will-announce-retaliatory-tariffs-against-the-united-states-on-tuesday-official-tells-ap/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/24/canada-will-announce-retaliatory-tariffs-against-the-united-states-on-tuesday-official-tells-ap/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Canada will announce retaliatory tariffs against the United States on Tuesday, an official familiar with the plans told The Associated Press, escalating a trade fight that has sharply worsened since negotiations with the Trump administration collapsed.]]></description><pubDate>Mon, 24 Aug 2026 23:10:16 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Canada will announce retaliatory tariffs against the United States on Tuesday, an official familiar with the plans told The Associated Press, escalating a trade fight that has sharply worsened since negotiations with the Trump administration collapsed.</p><p>The official spoke Monday on condition of anonymity because they were not authorized to discuss the plans publicly.</p><p>Prime Minister Mark Carney had said Saturday that retaliation would target sectors including steel, dairy, appliances, agricultural equipment, pulp and paper, and electronics, but he said Monday that Canada may instead use more targeted measures.</p><p>President Donald Trump escalated the dispute again Monday, telling Canadian leaders to “fall in line” or face consequences “far WORSE” than tariffs already imposed and threatening new 50% tariffs on Canadian vehicles, auto parts and steel.</p><p>Earlier Monday, Carney accused Washington of trying to subordinate Canada and said U.S. trade demands had confirmed Canada’s fears that the United States was seeking to dismantle major Canadian industries.</p><p>“An attitude at the negotiation table that Canada is a subsidiary of the United States” is “not something we’re going to accept,” Carney said.</p><p>He said Canada was willing to resume talks when Washington returned with “the right attitude.”</p><p>Carney was blunter in French.</p><p>“We learned during the negotiations that the Americans want to destroy our major industries, including autos, steel and aluminum,” Carney said. “That was one of the main reasons we said no. It was a bad deal.”</p><p>The fiery words from both sides show how U.S.-Canada relations have deteriorated since Carney walked away from trade negotiations with the Trump administration late Friday, triggering the president's threatened 50% tariffs the next day on about $20 billion worth of Canadian goods.</p><p>Carney cast doubt on the U.S.'s dependability, saying Canada was finding reliable partners “everywhere in the world, except in the United States. Except in the United States. And Russia.”</p><p>Trump unleashes personal attacks on Canadian leaders</p><p>On Monday, Trump came back with further tariffs, warning that he would impose them on Canada's auto industry beginning next year.</p><p>“Canada has been ripping off the United States of America for years,” Trump wrote on social media, criticizing what he called the country’s “ridiculously high tariffs” on American farmers.</p><p>Carney said Washington’s auto-sector proposals would gradually have the effect of dismantling Canadian production.</p><p>“This is the most successful automotive partnership in history,” Carney said, referring to the deeply integrated Canada-U.S. industry.</p><p>Meanwhile, Ontario Premier Doug Ford unleashed his own tirade. In an interview with The Associated Press, he said Trump had underestimated Canadians’ willingness to endure economic pain rather than give in to U.S. pressure.</p><p>“We’re all in,” Ford said. “Up here, we’re at a fever pitch; everyone’s in for an economic war. They know they’re going to have to sacrifice.”</p><p>Trump responded in a social media post by attacking Ford personally, calling him “the less charismatic, intelligent, and overall unimpressive brother of the late, great, Rob Ford,” and once again referring to Canada's prime minister as “Governor Carney.”</p><p>Ford dismissed the insults: “If you think an insult from him hurts me? Well, bring it on, buddy, I’m ready.”</p><p>Ford is a Progressive Conservative whose party differs from that of Carney, a Liberal, but the two underscore broad political unity in Canada over the trade fight with Trump.</p><p>Ford threatens critical minerals and electricity</p><p>Ford said “everything is on the table” if the dispute worsens, including cutting off electricity and critical minerals from Ontario.</p><p>Critical minerals are increasingly important to U.S. national security and manufacturing. The Pentagon has sought more secure supplies of minerals used in military aircraft, missiles, munitions and electronics as Washington tries to reduce reliance on China, which dominates the mining or processing of several strategically important minerals.</p><p>Ford said Canada should also consider increasingly severe retaliation if Trump continues targeting Canadian industries, including oil and potash, while Ontario could raise electricity prices or stop sending power south.</p><p>“We power 1.5 million homes and businesses,” Ford said. “Everything’s on the table. I’ll do whatever it takes.”</p><p>Ford has used electricity as leverage before. During an earlier phase of the dispute, Ontario imposed a 25% surcharge on electricity exported to Michigan, Minnesota and New York. Trump responded by threatening to double tariffs on Canadian steel and aluminum before both sides backed away.</p><p>Auto industry becomes a central battleground</p><p>Ford accused Trump of not simply seeking a better trade deal but aiming to hollow out Canadian industries and move production south.</p><p>Ford said Trump wants to make Canada a vassal state.</p><p>“He wants to bleed out every single sector and bring them down to the U.S.,” Ford said.</p><p>The auto sector is especially important to Ontario, the center of Canada’s vehicle manufacturing industry. Plants and suppliers in Ontario are tightly integrated with factories in Michigan and other U.S. states, with parts routinely crossing the border multiple times during production.</p><p>Automakers including Ford, General Motors and Stellantis operate major assembly plants in Ontario, and the wider supply chain supports tens of thousands of jobs. Trump’s new threat of a 50% tariff on Canadian vehicles and parts puts that sector directly at the center of the escalating dispute.</p><p>U.S. Trade Representative Jamieson Greer said Monday that “the only reason Canada has auto production in the first place” was because of the 1960s Auto Pact, under which Canada used access to its market to encourage vehicle production north of the border.</p><p>Ford says he opposed preliminary deal</p><p>Ford also disclosed that he had opposed the preliminary agreement Carney was considering before Canada walked away from negotiations, and that he was unwilling to restore American liquor to Ontario store shelves as part of an agreement.</p><p>“I wasn’t going to put the booze back on the shelves,” Ford said. “I was ready to go out there and call a press conference … and say I’m not buckling over.”</p><p>Ford said he understood Washington had sought language late in the negotiations that would have restricted Canada’s ability to negotiate trade agreements with other countries without U.S. approval. Carney has called that demand unacceptable and a question of Canadian sovereignty.</p><p>Carney said the dispute also exposed a deeper divide over language and culture, saying protections for French and Canadian culture that Washington views as trade irritants are considered fundamental rights in Canada.</p><p>“Who does he think he is?” Ford said of Trump. “You gotta be kidding.”</p><p>___</p><p>Associated Press writer Seung Min Kim contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YUZXB66DKNHPBHV3YALINYOAMU.jpg?auth=2c4fdb1b12fdc134e378570f8509638c34079a971c0dbba9ee66e08fa6251ad6&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 back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Venice Film Festival adds Gaza doc ‘NAZA' to competition lineup]]></title><link>https://www.local10.com/entertainment/2026/08/24/venice-film-festival-adds-gaza-doc-naza-to-competition-lineup/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/24/venice-film-festival-adds-gaza-doc-naza-to-competition-lineup/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[The Venice Film Festival has added a new documentary about the civilian toll of the Israel-Hamas war to its lineup. “NAZA,” from two of the filmmakers behind the Oscar-winning documentary “No Other Land,” will screen in the main competition, festival organizers said Monday.]]></description><pubDate>Mon, 24 Aug 2026 14:37:52 +0000</pubDate><content:encoded><![CDATA[<p>The Venice Film Festival has added a new documentary about the civilian toll of the Israel-Hamas war to its lineup. “NAZA,” from two of the filmmakers behind the Oscar-winning documentary “No Other Land,” will screen in the main competition, festival organizers said Monday.</p><p>According to the synopsis, the film was shot at night on Tel Aviv rooftops and focuses on the killings of Palestinian civilians. Israeli filmmakers Yuval Abraham and Rachel Szor co-directed “Naza,” which was produced by The Guardian and filmmakers behind “The Zone of Interest.” It’s the only documentary competing for the Golden Lion award.</p><p>Abraham and Szor were two of the four directors of the 2025 best documentary winner “No Other Land,” the story of Palestinian activists fighting to protect their communities from demolition by the Israeli military. A collaboration between Israeli and Palestinian filmmakers, it was made over four years between 2019 and 2023, wrapping production days before Hamas launched its deadly Oct. 7, 2023 attack on Israel that started the war in Gaza.</p><p>“Naza” builds on reporting between 2023 and 2025 published by the Israeli-Palestinian +972 Magazine, the Hebrew-language outlet Local Call and The Guardian.</p><p>The war was top of mind at last year’s festival as well, where thousands gathered for a large pro-Palestinian protest during one of the busiest nights in hopes of redirecting the spotlight from the movie stars to the real world. The subject was also prominent in the program: Kaouther Ben Hania’s “The Voice of Hind Rajab,” about the death of a 6-year-old girl attempting to flee Gaza City with her family in early 2024, won the festival’s Silver Lion award.</p><p>Ben Hania is part of the Maggie Gyllenhaal-led jury that will be selecting the award winners at the festival, which begins on Sept. 2. Winners will be announced on Sept. 12.</p><p>Earlier this year, the Venice Biennale contemporary art exhibition opened with no Golden Lions after the jury quit in protest of Israel’s and Russia’s participation and loud protests outside their pavilions. In 2024 the artist and curators representing Israel at the Venice Biennale kept the Israeli pavilion exhibit closed, saying they would only open it if there were a ceasefire in Gaza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6CMAR6MR3Q7Y5G3SEDV2TKEE5Y.jpg?auth=a36c73150babd71aee0f3e0b11362b8a687b51de3f4e03f29c03c71d108bd1d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by the Venice FIlm Festival shows a scene from "NAZA," a documentary by The Guardian directed by Yuval Abraham and Rachel Szor. (Venice Film Festival via AP)]]></media:description></media:content></item><item><title><![CDATA[Prince Harry to leave board of African Parks conservation nonprofit]]></title><link>https://www.local10.com/news/2026/08/24/prince-harry-to-leave-board-of-african-parks-conservation-nonprofit/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/prince-harry-to-leave-board-of-african-parks-conservation-nonprofit/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry is stepping down as a trustee of African Parks, a nonprofit organization that manages protected areas in partnership with authorities in 13 countries from Chad to Zimbabwe.]]></description><pubDate>Mon, 24 Aug 2026 14:26:56 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry is stepping down as a trustee of African Parks, a nonprofit organization that manages protected areas in partnership with authorities in 13 countries from Chad to Zimbabwe.</p><p>Harry, who last week announced he and his family were returning to live in the U.K., left the board of trustees after 10 years of service to the organization, a spokesperson for prince confirmed on Monday.</p><p>African Parks said in a statement dated Aug. 19 that the prince’s departure was part of a “governance refresh” in which a Kenyan Supreme Court justice and the president of AGRA, which helps small farmers in Africa, will join the board. The changes take effect Sept. 30.</p><p>Harry's departure comes four months after the Indigenous rights group Survival International called on him to resign after it alleged human rights abuses by rangers employed by African Parks. Previously, the prince left Sentebale, the charity he co-founded to fight poverty and AIDS in southern Africa, in March 2025 after relations with the organization's chair broke down.</p><p>“We extend our thanks to all the members of the Board who generously volunteer their time in support of our conservation mission — and particularly to The Duke of Sussex, for a decade of committed service to African Parks,” Vas Narasimhan, chair of the African Parks board, said in a statement.</p><p>Harry and his wife, Meghan, stepped aside from royal duties when they moved to the U.S. They will not return to royal duties and are expected to live in a non-royal residence outside London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3FUPHF4RH4OCREE5KRHPFNNYI.jpg?auth=baf26e620c922e25b7b6306d15df3c7077cd82cdcaecf1f291b6d7ac253fab36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prince Harry arrives at London's High Court in London, Tuesday, Jan. 20, 2026. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Aug. 24: Hazy and hot with few afternoon storms on Monday]]></title><link>https://www.local10.com/weather/2026/08/24/aug-24-hazy-and-hot-with-few-afternoon-storms-on-monday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/24/aug-24-hazy-and-hot-with-few-afternoon-storms-on-monday/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Lingering smoke from nearby brush fires and Saharan dust will leave a slight haze in the sky through the start of the week. ]]></description><pubDate>Mon, 24 Aug 2026 14:24:41 +0000</pubDate><content:encoded><![CDATA[<p>Lingering smoke from nearby brush fires and Saharan dust will leave a slight haze in the sky through the start of the week. It will be hot and humid Monday with highs in the lower 90s and feels like temperatures in the triple digits. Expect a mostly sunny sky into the early afternoon before showers and storms develop. Storms today could produce heavy rain, frequent lightning, and gusty winds. Expect a lingering shower early tonight, then partly cloudy and warm weather into Tuesday morning with lows in the upper 70s and lower 80s. </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[Sube la presión contra el presidente boliviano tras escándalo que involucra a exasesor]]></title><link>https://www.local10.com/espanol/2026/08/24/sube-la-presion-contra-el-presidente-boliviano-tras-escandalo-que-involucra-a-exasesor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/sube-la-presion-contra-el-presidente-boliviano-tras-escandalo-que-involucra-a-exasesor/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Una semana después de un aumento del 84% en el precio del diésel para los grandes consumidores la escasez y las filas para cargar combustible continuaban el lunes en Bolivia en medio de un creciente malestar social contra el gobierno del presidente Rodrigo Paz tras el escándalo que involucra a su exasesor argentino encarcelado por presunto intento de feminicidio.]]></description><pubDate>Mon, 24 Aug 2026 14:22:46 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Una semana después de un aumento del 84% en el precio del diésel para los grandes consumidores la escasez y las filas para cargar combustible continuaban el lunes en Bolivia en medio de un creciente malestar social contra el gobierno del presidente Rodrigo Paz tras el escándalo que involucra a su exasesor argentino encarcelado por presunto intento de feminicidio.</p><p>Agricultores del oriente desafiaron el estado de excepción con protestas y anunciaron marchas con tractores para esta semana, según el dirigente del gremio Javier Núñez. “Estamos en plena cosecha de invierno y los perjuicios son enormes, no podemos esperar más las promesas del gobierno”, dijo.</p><p>Centenares de agricultores salieron el domingo a protestar con tractores en el oriente para exigir abastecimiento y la derogatoria del ajuste en el diésel.</p><p>“El aumento de precio no ha resuelto el problema. Sigue la escasez y el decreto sólo alentará el mercado ilegal de combustibles y el contrabando. La cosecha está demorada y los costos repercutirán en los precios”, acotó Klaus Frerking, el presidente de la Cámara Agropecuaria del Oriente (CAO) que agrupa a grandes y pequeños productores de granos.</p><p>El aumento del precio del diésel rige para la industria y los grandes consumidores. El incremento busca acercar el precio al costo de importación para aliviar la fuerte carga sobre las finanzas públicas. La escasez de dólares es la principal causa que impide importar combustibles para cubrir la demanda, admitieron las autoridades.</p><p>Paz no ha tenido apariciones públicas desde hace una semana cuando la novia de su exasesor personal Fernando Cerimedo sobrevivió a un ataque armado y acusó a Cerimedo de pretender acallarla implicando a su pareja en presuntos negociados con el gobierno.</p><p>Cerimedo permanecerá recluido en un penal de la región de Santa Cruz, en el oriente, por seis meses mientras avanzan las investigaciones y tiene otra causa abierta por supuesto enriquecimiento ilícito.</p><p>Paz salió debilitado de las duras protestas de 53 días entre mayo y junio y el escándalo ha golpeado más su imagen. El estado de excepción decretado para aplacar las manifestaciones vence el 17 de septiembre y muchos sectores ya iniciaron protestas que amenazan con recrudecer en los próximos días.</p><p>Cerimedo “tenía un rol indeterminado, un poder grande y tomaba decisiones que no eran apropiadas para un asesor extranjero", dijo a The Associated Press el diplomático y exembajador de Bolivia en Estados Unidos, Jaime Aparicio.</p><p>Agregó que “nadie quiere que (Paz) se vaya del gobierno, creo que los bolivianos esperan un cambio de timón, un mea culpa a partir del cual pueda hacer los cambios que el país requiere. Es una última oportunidad que tiene el presidente para dar un giro radical”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34S57YJX3KBFCB2OW4JYQEUVHQ.jpg?auth=3eccd74ac3bee83896fcfaca92493f3de787d06208ebb96ed8c79606e8434b43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un letrero anuncia que no hay gasolina en una estación de servicio de La Paz, Bolivia, el lunes 17 de agosto de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Deshaun Watson named Cleveland Browns' starting quarterback over Shedeur Sanders]]></title><link>https://www.local10.com/sports/2026/08/24/deshaun-watson-named-cleveland-browns-starting-quarterback-over-shedeur-sanders/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/deshaun-watson-named-cleveland-browns-starting-quarterback-over-shedeur-sanders/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[BEREA, Ohio (AP) — Not many thought Deshaun Watson had a chance of reclaiming the starting quarterback job with the Cleveland Browns over the past 22 months.]]></description><pubDate>Mon, 24 Aug 2026 23:10:11 +0000</pubDate><content:encoded><![CDATA[<p>BEREA, Ohio (AP) — Not many thought Deshaun Watson had a chance of reclaiming the starting quarterback job with the Cleveland Browns over the past 22 months.</p><p>Since Watson ruptured his right Achilles tendon the first time in a Week 7 game in 2024, owner Jimmy Haslam had said during last year’s owners' meetings that the Browns “took a big swing and miss” when they sent three first-round picks to Houston for the controversial quarterback in 2022.</p><p>After Shedeur Sanders had a solid first half in last Saturday's 31-7 loss to Buffalo, a frustrated Watson said the boos from the crowd were “personal” and showed “disrespect” after he took the field in Cleveland for the first time in 22 months.</p><p>Despite the hurdles and a close competition with Sanders, Watson will be the Browns' starting quarterback for their Sept. 13 opener at the Jacksonville Jaguars.</p><p>Coach Todd Monken made the announcement Monday after informing Watson and Sanders.</p><p>“I took in the full body of work over the course of the offseason to training camp to the games, the joint practice, and ultimately felt like to start the season on the road, Deshaun gave us the best chance to move the ball and score points. I mean, that’s really what it’s about,” Monken said. “I felt that way going into the last game, but wasn’t sure. And after we talked as a staff and we re-looked at everything, we’re going to go that direction.”</p><p>Watson, a 10-year veteran, split reps with Sanders with the first unit throughout the offseason, training camp and the preseason.</p><p>The decision to start him will not be popular with Browns fans, who have booed Watson repeatedly during his time in Cleveland, and have put a lot of support behind Sanders since he was drafted last year.</p><p>Monken reiterated that fan sentiment and Watson’s comments did not play a role in his decision.</p><p>“Ultimately, the fans want us to win. That’s our job as coaches, why we’re hired to try and put the best product on the field. And when we don’t, then I understand their frustration. But ultimately they don’t decide who plays. I mean, who would I be if I let someone outside of the building decide who plays?” Monken said.</p><p>Watson has started only 19 games for Cleveland since being acquired from Houston and signing a fully guaranteed $230 million contract that will perhaps go down as one of the worst trades and contracts in NFL history. He is 9-10 with the Browns, with 19 touchdown passes, 12 interceptions and an 80.7 passer rating.</p><p>In 2022, Watson missed the first 11 games because of a league suspension resulting from his alleged sexual misconduct during massage therapy sessions. He made six starts in 2023 before a season-ending shoulder injury and started seven in 2024 before the first of two Achilles tendon injuries.</p><p>After Monken's announcement, Watson took responsibility for his comments by saying his emotions got the better of him.</p><p>“I’m not a big talker anyway. I think people that know me and around the organization, I just felt like it was what was on my heart,” he said. “It was never intended to go at a certain person, fan base or a certain crowd. It was just, this is how I feel. And once I got it off my chest, I felt better and now I can move forward from it.”</p><p>Watson completed 11 of 15 passes for 126 yards and directed two scoring drives working with other starters and the second team during the first half of the preseason opener at Chicago.</p><p>“There’s a lot of things, too, that me and (Monken) talking personally that we haven’t showcased. We haven’t showcased my full talent and ability to run in his offense. Being able to run, getting outside the pocket, being able to do some other QB-driven stuff. So I’m excited to see what we can cook up, getting ready for Week 1,” Watson said.</p><p>Watson has a 7-1 record against the Jaguars with nine touchdown passes and three interceptions. His last win with the Browns was an 18-13 victory over Jacksonville on Sept. 15, 2024, during which he completed 22 of 34 passes for 186 yards.</p><p>After facing Jacksonville, the Browns are at Tampa Bay on Sept. 20 to face former quarterback Baker Mayfield, who was released after Cleveland traded for Watson. The Browns' first home game is Sept. 27 against Carolina.</p><p>Sanders has shown steady improvement throughout the offseason. He started the final seven games of his rookie season, going 3-4 with seven touchdowns and 10 interceptions.</p><p>Sanders went 9 of 11 for 74 yards with a touchdown and interception during the first half against the Bills last weekend. He completed his first eight throws before he was picked off by Damar Hamlin on a pass he threw behind tight end Jermaine Terry.</p><p>He was 6 of 11 for 79 yards with an interception in the second half against the Bears.</p><p>Sanders' biggest improvement has been his ability to stand in the pocket as well as move up when he needs to, along with better footwork and decision-making.</p><p>Even though Sanders will be on the sideline for the opener, he is likely to start at some point this season.</p><p>“I think he has come to understand the long game. What are we really in this for? What am I in it for? To have the Browns be an organization that people aspire to be. The long game. Where do we want to be in the long term?” Monken said.</p><p>Watson and Sanders will not play in Thursday's final preseason game against the New England Patriots. Dillon Gabriel and rookie Taylen Green will get the snaps as they compete for the third QB spot.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3F6TEQBPO237RELR5DTLTPPZ3Q.jpg?auth=fcf326d7cd44cb5c899d6fa9ba71684f68cf50e8e9fc5565315a234e187fbdac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns quarterback Deshaun Watson speaks at a press conference after an NFL preseason football game against the Buffalo Bills, Saturday, Aug. 22, 2026, in Cleveland. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A5FXEPX6IICNPABYGCRR65JPZ4.jpg?auth=2fc8152f5819f9cce254a1c20ff0e9b05b1cd41197c021905b2f2053341d83ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Bills defensive lineman DeWayne Carter (90) tips a pass from Cleveland Browns quarterback Deshaun Watson (4) during the second half of an NFL preseason football game, Saturday, Aug. 22, 2026, in Cleveland. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T76NBGQMTSB6YD4TU4MMUPHUPY.jpg?auth=effd59705c711b4fa90f56db1d75c664e1fe4f60ddf4148f19ff644721bfbd0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns quarterback Deshaun Watson warms up before a preseason NFL football game against the Buffalo Bills, Saturday, Aug. 22, 2026, in Cleveland. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[WATERGATE: Miami’s surprising connection to one of the biggest political scandals in American history]]></title><link>https://www.local10.com/features/2026/08/24/watergate-miamis-surprising-connection-to-one-of-the-biggest-political-scandals-in-american-history/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/24/watergate-miamis-surprising-connection-to-one-of-the-biggest-political-scandals-in-american-history/</guid><description><![CDATA[Take a look back in time at Miami’s surprising connection to one of the biggest political scandals in American history.]]></description><pubDate>Mon, 24 Aug 2026 14:04:25 +0000</pubDate><content:encoded><![CDATA[<p>Take a look back in time at Miami’s surprising connection to one of the biggest political scandals in American history.</p>]]></content:encoded></item><item><title><![CDATA[Astros and GM Dana Brown mutually agree to part ways]]></title><link>https://www.local10.com/sports/2026/08/24/astros-and-gm-dana-brown-mutually-agree-to-part-ways/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/astros-and-gm-dana-brown-mutually-agree-to-part-ways/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — General manager Dana Brown and the Houston Astros have mutually agreed to part ways, the team announced Monday, when it was tied for first place in the AL West.]]></description><pubDate>Mon, 24 Aug 2026 14:17:05 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — General manager Dana Brown and the Houston Astros have mutually agreed to part ways, the team announced Monday, when it was tied for first place in the AL West.</p><p>Brown’s contract was set to expire at the end of the season. Senior adviser Jeff Bagwell and assistant general managers Charles Cook, Gavin Dickey and Connor Huff will take over Brown’s responsibilities while team owner Jim Crane will oversee baseball operations during the transition.</p><p>The move comes after the Astros went 3-6 on a homestand that ended Sunday to fall into a tie with the Texas Rangers for the AL West lead.</p><p>Brown had been the team’s general manager since January 2023.</p><p>“Over the past four seasons, Dana has helped our organization win two division titles and has led our baseball front office through key scouting, draft and development efforts,” Crane said in a statement. “On behalf of the Astros, I want to thank him for his commitment, energy, and contributions to our organization. We wish he and his family the best.”</p><p>Brown came to Houston after four seasons as vice president of scouting for the Atlanta Braves to replace James Click, who was not given a new contract and left the Astros just days after they won the 2022 World Series.</p><p>“I want to thank Jim Crane for the opportunity to serve in my first role as an MLB General Manager,” Brown said. “The Astros organization and the fans have welcomed me and my family, and I am grateful to have called Houston home for the past four seasons. I wish the organization well and I look forward to the future as I continue my 36-plus years in professional baseball.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GIZ5E3SDENUXIPIIFGR3CX7ZB4.jpg?auth=8345fed24a0b247c540c81e6ca94d1e169e3a1726bccbc306e23ce99c3f42652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Houston Astros general manager Dana Brown during batting practice before a baseball game, Monday, July 20, 2026, in Houston. (AP Photo/Karen Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></item><item><title><![CDATA[Kazakhstan's pro-government party wins parliamentary election, boosting president's grip on power]]></title><link>https://www.local10.com/news/world/2026/08/24/kazakhstans-pro-government-party-wins-parliamentary-election-boosting-presidents-grip-on-power/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/kazakhstans-pro-government-party-wins-parliamentary-election-boosting-presidents-grip-on-power/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Kazakhstan’s pro-government Adilet Party won a landslide victory in a parliamentary election, officials announced Monday, a result expected to further strengthen President Kassym-Jomart Tokayev’s grip on power in Central Asia's largest nation.]]></description><pubDate>Mon, 24 Aug 2026 15:19:02 +0000</pubDate><content:encoded><![CDATA[<p>Kazakhstan’s pro-government Adilet Party won a landslide victory in a parliamentary election, officials announced Monday, a result expected to further strengthen President Kassym-Jomart Tokayev’s grip on power in Central Asia's largest nation.</p><p>Adilet, which is led by the former head of Tokayev’s presidential administration, won 71% of Sunday's vote, Kazakhstan’s central electoral commission said, according to preliminary results.</p><p>The second-place Auyl Party won 6.26% of the vote, with three other parties – the Nationwide Social Democratic Party, Respublica and Aq Jol – reaching the 5% threshold needed to win a place in parliament.</p><p>Election monitors for the Organization for Security and Cooperation in Europe said the vote was marred by a lack of distinct political opposition, with “all contesting parties supporting the incumbent president’s policies.”</p><p>Some 74% of the country’s 12.6 million eligible voters took part in the election, the central electoral commission said. Officials tried to boost turnout by having some voters travel to the polls by parachutes and hot air balloons.</p><p>The election was the first to choose lawmakers for the new single-chamber parliament, known as the Kurultai. It is the culmination of a constitutional overhaul initiated by Tokayev in March, when 87% of voters supported a referendum to merge the two chambers of parliament.</p><p>The vote also gave the president authority to appoint key officials, subject to lawmakers' approval.</p><p>Last month, Kazakhstan’s Constitutional Court ruled that the amendments effectively reset the clock on Tokayev’s previous terms in office, clearing the way for him to seek another seven-year term when his mandate expires in 2029.</p><p>The decision echoes those seen in several former Soviet republics, including Russia, Belarus, Uzbekistan and Tajikistan, where leaders have used new or amended constitutions to revise statutory term limits.</p><p>The 73-year-old Tokayev, a former Soviet official and Kazakh diplomat who previously worked at the United Nations, has been in office since 2019.</p><p>He has sought to maintain a balance between Moscow and the West since sanctions were imposed on Russia over the war in Ukraine. Tokayev has justified the constitutional changes by citing the need for rapid decision-making in a fast-changing world.</p><p>The election comes at a difficult economic moment for Kazakhstan, where inflation hit 10.2% in February and tax increases have fueled public discontent.</p><p>Analysts say the economic strain has made authorities wary of a repeat of the unrest of January 2022, when fuel price protests spiraled into violence that left dozens of protesters and police officers dead — a scenario Tokayev is seeking to guard against by concentrating power in his own hands.</p><p>The vote also took place against a backdrop of intensifying crackdowns on press freedom. Media organizations have urged Tokayev to drop criminal charges against several journalists under house arrest and to revise legislation to ensure freedom of speech. Authorities have opened roughly 10 criminal cases against independent journalists and popular bloggers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y2KRIBYN5PYK5B2EVX6WG5NC3Y.jpg?auth=90be596f9c7bc2fe36e2e9950aea4651df76869c5f530d5642a611387fde6bc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Election commission members count ballots at a polling station during early parliamentary elections in Almaty, Kazakhstan, Sunday, Aug. 23, 2026. (AP Photo/Vladimir Tretyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Vladimir Tretyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMWDICBKNZDJW56UHWGFXYYSIE.jpg?auth=fc3a802d12dea950b02f39d109124f92e71daec493e0eb1bb8ece93b4db72f45&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 Kazakhstan's President Press Office, Kazakhstan's President Kassym-Jomart Tokayev casts his ballot at a polling station in Astana, Kazakhstan, Sunday, Aug. 23, 2026.(Kazakhstan's President Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VAWWG6APKAGCBE2OILLFEGJ3WM.jpg?auth=2e772b45cbcb239de8c316fafe7ab768686673a783ec01dc7c7a84124dd2d077&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman casts her ballot at a polling station during early parliamentary elections in Almaty, Kazakhstan, Sunday, Aug. 23, 2026. (AP Photo/Vladimir Tretyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Vladimir Tretyakov</media:credit></media:content></item><item><title><![CDATA[Congo's Ebola outbreak records one of its highest weekly death tolls yet]]></title><link>https://www.local10.com/health/2026/08/24/congos-ebola-outbreak-records-one-of-its-highest-weekly-death-tolls-yet/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/24/congos-ebola-outbreak-records-one-of-its-highest-weekly-death-tolls-yet/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — More than 300 people died of Ebola in eastern Congo in the past week, one of the highest weekly tolls yet, government data showed Monday, as health workers struggle to catch up with an outbreak that is spreading at unprecedented speed.]]></description><pubDate>Mon, 24 Aug 2026 13:09:20 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — More than 300 people died of Ebola in eastern Congo in the past week, one of the highest weekly tolls yet, government data showed Monday, as health workers struggle to catch up with an outbreak that is spreading at unprecedented speed.</p><p>Ministry of Health data showed that as of Saturday, the outbreak had recorded 5,514 cases and 2,642 deaths, including 317 deaths reported in the previous seven days. But Congolese experts have said the outbreak that started weeks before it was confirmed could be three times the known size.</p><p>This is the fastest-growing Ebola outbreak in history, with many people dying outside treatment centers. It has recorded seven times more deaths at this stage than the 2014-2016 West Africa Ebola outbreak that is the deadliest in history with over 11,000 in all.</p><p>Most new cases in Ituri province, the current epicenter, still come from outside monitored contacts.</p><p>Nearly half of people infected have died — 47.9% — but the government data shows much higher rates in hard-to-reach areas such as North Kivu province, which has a fatality rate of 68.6%.</p><p>Frontline workers to receive vaccine used in past outbreaks</p><p>A key challenge has been the lack of approved vaccines or treatments for the rare Bundibugyo virus responsible for the outbreak.</p><p>On Friday, Congo received more than 16,000 doses of the Ervebo vaccine that was effective in past Ebola outbreaks caused by a different, more common type. The World Health Organization says it also will be used in clinical trials for a Bundibugyo virus vaccine.</p><p>WHO says it’s not known whether Ervebo can protect against the Bundibugyo virus, although early laboratory and animal data suggest it may offer some protection.</p><p>Officials have not said when the vaccine will be rolled out to frontline workers. In Ituri, locals expressed optimism that it will help slow the outbreak.</p><p>“I am very pleased that these vaccines have finally arrived,” said Héritier Ramazani, a resident. “We are fed up with recording new cases of Ebola every day.”</p><p>The outbreak is unfolding in some of the most challenging conditions imaginable, with rebel threats and intense population movements.</p><p>Medical teams in Ituri and other affected provinces also face work stoppages by responders who haven’t been paid, anger from long-traumatized communities, bad roads and misinformation claiming that Ebola isn’t real.</p><p>Experts believe the virus was spreading in the mining town of Mongbwalu as early as February, months before authorities declared the outbreak on May 15.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZRMH7UXOCKGGTFA66YRMMY4CVQ.jpg?auth=e07f241cf30290bb76e38766537a8b0b971e129109308444635479905d67bde1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People dressed in protective gear unload a coffin containing the remains of six-year-old Baudjo Baraka Jules, who died of Ebola, for a burial service in Bunia, Ituri province, eastern Congo, Tuesday, Aug. 18, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHVMGHARI7JTFI7NFDPNNEP5RM.jpg?auth=160cb3a865ff3f55efcb6fb1c6fbf7a08e8ca6d3e7e317ae31765d4afae1654c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and frontline workers embark on Ebola outbreak awareness campaign in Beni, North Kivu province, eastern Congo, Friday, Aug. 21, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content></item><item><title><![CDATA[The world inches toward catastrophic climate events: 'Bigger shocks are on the way']]></title><link>https://www.local10.com/news/world/2026/08/24/the-world-inches-toward-catastrophic-climate-events-bigger-shocks-are-on-the-way/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/the-world-inches-toward-catastrophic-climate-events-bigger-shocks-are-on-the-way/</guid><dc:creator><![CDATA[By PETER PRENGAMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In the opening scene of American writer Kim Stanley Robinson’s “The Ministry for the Future,” a heat wave combined with a breakdown of the electrical grid in India kills 20 million people. The devastation causes the world's nations to unite to combat climate change.]]></description><pubDate>Mon, 24 Aug 2026 13:55:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In the opening scene of American writer Kim Stanley Robinson’s “The Ministry for the Future,” a heat wave combined with a breakdown of the electrical grid in India kills 20 million people. The devastation causes the world's nations to unite to combat climate change.</p><p>Scientists have long warned that the world will experience more intense extreme weather events like heat waves, storms, floods and droughts. But what once seemed like the realm of fiction is now discussed as a possibility, even an inevitability.</p><p>Warning about an “extreme of extremes” or the “Other Big One,” a play off the California reference of a big future earthquake, can be fraught. After all, nobody can say for sure when a weather catastrophe may happen. But in the last few years, the planetary ingredients needed for a massive disturbance have been building. And alarm is growing.</p><p>“The risk is that people just think you are exaggerating,” said Daniel Swain, a climate scientist with the California Institute for Water Resources. “It's the ‘Boy Who Cried Wolf’ problem. Sometimes wolves are real. If it’s outside the door, wouldn’t you want to know?”</p><p>The risks have been known, and building, for over 150 years</p><p>In the 1850s, while living in Seneca Falls, New York, amateur scientist Eunice Newton Foote did a series of experiments that put different substances, including carbon dioxide and moist air, inside glass cylinders and left them in the sun. What she found was extraordinary: cylinders with carbon dioxide, a greenhouse gas that is released when coal, gas or oil is burned, heated up faster and took longer to cool after the sun went down.</p><p>Fast-forward: Today, Earth is being heated by massive amounts of greenhouse gases being pumped into the atmosphere, leading to a gradual rise in average global temperature. That increase, 1.44 degrees Celsius (2.59 degrees Fahrenheit) warmer in 2025 compared to the early 1800s, leads to more frequent, and more intense, extreme weather events.</p><p>The country that has released the most greenhouse gas, and thus contributed most to climate change, is the United States. But don't expect recognition of that, much less major government-led efforts to combat it, as the country marks its 250th birthday. President Donald Trump has called climate change “the greatest con job ever," referred to climate policies as a “Green New Scam” and said U.N. climate predictions were made by “stupid people.”</p><p>At any given time there are numerous extreme weather events happening around the globe. Indeed, some have already been so big that we have arguably entered an age of extremes.</p><p>Consider Australia's “Black Summer” of wildfires in 2019 and 2020, when 19 million hectares (over 46 million acres) were scorched. Or Pakistan in 2022, when flooding left a third of the country under water. Or Hurricanes Milton and Helene in 2024, which ravaged parts of the southern United States. That is to say nothing of periodic smaller disasters, such as last year's Texas floods that engulfed young campers; the Los Angeles wildfires that chewed through entire neighborhoods; and Typhoon Kalmaegi, which walloped Vietnam and the Philippines.</p><p>Sarah Perkins-Kirkpatrick, a climate scientist at Australian National University, says she had a “come to Jesus moment" when she realized that constant extreme weather events wouldn't stop even if the world could immediately reach net zero, the point when as much greenhouse gas is taken out of the atmosphere as released into it. Many countries and major companies have net-zero targets for 2050 or beyond.</p><p>Because carbon dioxide can remain in the atmosphere for hundreds of years, and so much has already built up, the damage could take centuries to reverse. And we keep adding more.</p><p>“It's the issue of the frog in the boiling water," said Perkins-Kirkpatrick. "If we get used to bracing ourselves, are we going to notice?”</p><p>What's clear is that no country is truly prepared for a major climate disaster, and the risks are changing.</p><p>Robinson, whose book was published in 2020, says if he were writing today he would include a chapter on wildfires, which have become larger and more destructive. And while the potential heat disaster he writes about in India would arguably be less likely today, thanks to less reliance on the grid and use of solar power, Robinson believes the risks of catastrophe have increased.</p><p>The book, he says, “still has a purpose."</p><p>People have a natural aversion to contemplating worst case scenarios</p><p>It's basic psychology to avoid talking about uncomfortable things. Climate change, depressing and overwhelming, falls into that category.</p><p>Instead of taking action by radically reducing greenhouse gas emissions, or updating our infrastructure to live in a world altered by extreme weather events, a common response, from governments to individuals has largely been to ignore it. Part of the challenge is the care scientists must take when discussing extreme events.</p><p>It's impossible to say, for example, that a disaster will happen in a certain year or even decade. But modeling improves every year, and the amount of time between extreme events is shrinking.</p><p>Sonia Seneviratne is a Swiss climatologist who vice chairs a working group of the Intergovernmental Panel on Climate Change, the top U.N. body of climate scientists. Seneviratne likens the risk to smoking and lung cancer. People who smoke won't necessarily get lung cancer, but the chances are higher and doctors should say that. Similarly, the risk of massive extreme events rises with every tenth of a degree.</p><p>“If such an event happened, I could already see the criticism of people saying, ‘Climate scientists didn’t tell us,’" Seneviratne said. "But we did.”</p><p>While earthquakes are not connected to climate change, the way many cities in earthquake-prone California have prepared for a potential Big One is as an example of what's possible. Central to that effort has been Lucy Jones, a seismologist and author of “The Big Ones: How Natural Disasters Have Shaped Us (and What We Can Do About Them).”</p><p>In 2014, Jones, then with the U.S. Geological Survey, worked with Los Angeles Mayor Eric Garcetti's administration in developing an initiative that produced widespread retrofitting and earthquake preparedness in LA, and then later in other California cities. Two years later, she formed a nonprofit that advises on preparing for earthquakes and other disasters.</p><p>Jones says people will make changes if they believe risks are real and solutions are possible. Without that belief, the response will likely be to ignore the issue.</p><p>“Climate denial is one way of coping," said Jones. She said people rationalize by thinking, 'I won’t believe it’s true, so I’ll feel safer.’”</p><p>In the movies, the final resolution is often extreme — and not helpful</p><p>Over the last quarter century, many movies have focused on extreme weather events, which provide action and danger to any plot. The cinematic portrayals usually have one of two endings: everything will be okay or we are doomed.</p><p>Consider two popular climate movies that came out 15 years apart. In the 2004 “The Day After Tomorrow,” Jack Hall, played by Dennis Quaid, is a climate scientist who, speaking at a U.N. climate conference in Delhi, urges a major reduction in greenhouse gas emissions, warning that a failure to do so will lead to major extreme weather events.</p><p>“The climate is fragile," says Hall.</p><p>“The economy is fragile,” responds the U.S. vice president.</p><p>Shortly after, the disaster that Hall warns about happens. Melting polar ice halts the North Atlantic Current, which moves warm ocean currents northeast across the Atlantic. There are giant cyclones, massive hailstones, heavy flooding and tornadoes before a big freeze takes over — so cold that anybody outside dies.</p><p>Eventually the vice president, who has become president, apologizes to the nation for exploiting nature.</p><p>“We were wrong," he says.</p><p>In the 2021 satire “Don't Look Up,” two astronomers played by Leonardo DiCaprio and Jennifer Lawrence discover a giant comet heading toward Earth. They try to spur action to avoid annihilation. The U.S. president, played by Meryl Streep, isn't interested.</p><p>“At this exact moment, I think we sit tight and assess,” Streep says after learning the comet is heading straight toward Earth.</p><p>“How big is this thing? Can it destroy my ex-wife's house?” jokes a television news host.</p><p>At the end, almost everybody dies, a scenario that even the worst predictions of climate impacts don't envision.</p><p>Science tells us catastrophe is not a question of if, but when</p><p>As powerful as extreme weather events have already gotten, much worse is likely to come. It’s basic physics.</p><p>More than half all greenhouse gases produced by humans throughout history have been released into the atmosphere over 50 years. Those gases create heat, which scrambles weather patterns and ecosystems.</p><p>The when of a major climatic event, or more likely several in different parts of the world, can't be known with certainty. A catastrophic event in any given area could be in 50 years, or 10 years, or sooner.</p><p>People who deny climate change is real will point out that scientists get projections wrong, and it's true that not every climate model has been correct. But over the last decades, if anything, climate scientists have been too conservative. Climate impacts are happening much faster than predicted.</p><p>One of many examples: in January 2022, the U.K. Climate Risk Assessment said there was a 0.02% chance of 40C (104F) or above heat before 2040. That summer, parts of the U.K. topped 40C.</p><p>We have also reached a moment when “tipping points" — when deterioration of a given planetary system has crossed a threshold from which it can't recover — are no longer positioned as theoretical or futuristic.</p><p>The most commonly cited is corals. According to the National Oceanic and Atmospheric Administration, between 2023 and 2025, 84% of the world's corals suffered the expelling of microscopic algae in response to heat stress, which often leads to dying. Even if temperatures were to sharply drop, the recovery of most corals is doubtful.</p><p>The Amazon rainforest, which stores massive amounts of carbon dioxide and helps regulate the climate, is also at risk of a tipping point. Persistent drought, large wildfires and deforestation to make way for cattle have degraded swaths of forest in recent decades. The debate today is when, not if, the Amazon will release more carbon dioxide than it holds.</p><p>This year's El Niño, a natural and periodic warming cycle, is expected to be the strongest ever recorded, which could push temperatures even higher, breaking records and leaving damage along the way.</p><p>Overall, the Earth is on a dangerous path.</p><p>“We need to be talking about some of the worst things that can happen,” said Tim Lenton, climate science professor at the University of Exeter. “It’s natural to think that some bigger shocks are on the way.”</p><p>___</p><p>Peter Prengaman is The Associated Press’ global director of climate news and can be followed on LinkedIn.</p><p>___</p><p>AP's climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RX6LEKPEEYPXSONO7LHB3XSEJQ.jpg?auth=619f8444d81199810a33882e801578ae10ad3b042d59c50a6063b001c8e6ee2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Bug Fire burns near Doyle in unincorporated Lassen County, Calif., Aug. 13, 2026. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YZLZSO2XISK2DCUFJZDZTOCXE.jpg?auth=715a1d9dabf8ba8af1eaabbef190c502794d37706a1ce5ddea053e8f2c58cbd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victims of the unprecedented flooding from monsoon rains use a makeshift barge to carry hay for cattle in Jaffarabad, a district of Pakistan's southwestern Baluchistan province, Sept. 5, 2022. (AP Photo/Fareed Khan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fareed Khan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6D7N5NF5JAQG6OTD6VMCKUBRU4.jpg?auth=11ffbf22b1bad8241b874226dedfb3439759ccdbb84965fa85b0f9ef4613a93d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Residents sleep on the roof of their home near Versova Beach to escape the oppressive heat inside as hot and humid conditions persist amid a delayed monsoon in Mumbai, India, June 19, 2026. (AP Photo/Rafiq Maqbool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVCFXP3CRZN6NP3KC676ITO4Z4.jpg?auth=042460b5378c12ee1be15f7a11782f806ce163cf758d58fb59baed9787000cf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Faithful shelter from the hot sun as Pope Leo's XIV arrives for his weekly general audience in St. Peter's Square at The Vatican, June 24, 2026. (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/WNC7COZBEWLV2YRH3DW4KQDZAQ.jpg?auth=516ebcc05832a4166e8942094f17b26b70eb13b695b59c14cfadc93ffae15af1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maria del Carmen, left, her daughter Maria del Carmen Lopez, right, and her partner Mario Gonzalez, center, collect their belongings after their bungalows were ravaged by a wildfire at a campsite in Valle de Iruelas, Spain, July 30, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDQLMUUU6EJTVGVLP34D545MCA.jpg?auth=13508c2858777e515cacb6c9ba758e9c31203631db4c15b6a2f11375e9ccb649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A worker uses improvised floats while trying to clear a sea of garbage and debris brought by intense monsoon rains at the Redemptorist Water Channel in Paranaque city, Metro Manila, Philippines, Aug. 11, 2026. (AP Photo/Aaron Favila, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVJ2GVZPCYPFFLIAIQVQCUZW64.jpg?auth=eab7614b04b2b1b8f6cdf78481ded9319f1c86eb686168dcc872c25e2d2224b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People walk through a part of the Amazon River that shows signs of drought in Santa Sofia, on the outskirts of Leticia, Colombia, Oct. 20, 2024. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4HDLHYFRNHNFVBS3J54CVP4H4.jpg?auth=412f54d62eb74ce1e59a720c2d134b7b049edb51d52563b3806c8576adf7d64d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The coal-fired Mountaineer Power Plant, near New Haven, W.Va., operates across the Ohio River from the Lock 24 RV Park and Campground in Racine, Ohio, March 13, 2026. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Economists don't expect reopening the US to Mexican cattle imports to reduce high beef prices]]></title><link>https://www.local10.com/business/2026/08/24/economists-dont-expect-reopening-the-us-to-mexican-cattle-imports-to-reduce-high-beef-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/24/economists-dont-expect-reopening-the-us-to-mexican-cattle-imports-to-reduce-high-beef-prices/</guid><dc:creator><![CDATA[By JOHN HANNA and SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[The U.S. reopened a border crossing in Arizona to cattle from Mexico on Monday as part of a broader effort by the Trump administration to reduce record-high beef prices, though economists doubt the move will mean much to grocery store shoppers.]]></description><pubDate>Mon, 24 Aug 2026 21:51:19 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. reopened a border crossing in Arizona to cattle from Mexico on Monday as part of a broader effort by the Trump administration to reduce record-high beef prices, though economists doubt the move will mean much to grocery store shoppers.</p><p>The U.S. Department of Agriculture has said concerns about the New World screwworm's spread lessened enough to allow the movement of cattle from Mexico at a crossing in Douglas, Arizona, about 230 miles (370 kilometers) southeast of Phoenix. Over time, it hopes to reopen other crossings in New Mexico and Texas.</p><p>“Today, the border in Sonora is open for livestock,” Mexican President Claudia Sheinbaum said during a Monday morning news conference in Mexico City, referring to the Mexican state bordering Arizona.</p><p>Cattle were coming across the border by mid-afternoon Monday.</p><p>Beef prices clearly are a concern for President Donald Trump, who announced Friday that he would allow up to 331,000 tons (300,000 metric tons) of imported ground beef into the U.S., tariff-free, to be sold at below-market prices over the next 90 days. In February, the White House said closing the border to livestock imports from Mexico more than a year ago was “essential” to containing the screwworm but it has exacerbated a shortage of cattle for slaughter in the U.S.</p><p>“The administration obviously has a lot of incentive to try to be able to say that they’re doing something about high beef prices in particular,” said Derrell Peel, a professor of agribusiness at Oklahoma State University. “Beef has been singled out because it is an expensive product and because it’s just high profile.”</p><p>The Trump administration closed the border to cattle imports in May 2025 as part of its response to the screwworm, a parasite with flesh-eating larvae that can infest and even kill cattle or other animals. The move came as the U.S. already was struggling to meet beef demand, thanks to a cattle herd that has been shrinking for five years and now is the smallest in decades.</p><p>Because the USDA plans a phased reopening of the border, it will take months for Mexican imports to return to their traditional levels, Peel said. Mexico has traditionally provided 1.1 million head, or about 3% of the U.S. cattle supply.</p><p>“I don’t expect to see any measurable impact on cattle prices or beef prices soon,” Peel said.</p><p>The smallest US herd in decades fueled record prices</p><p>The USDA reported that on Jan. 1, the U.S. cattle herd had dropped to 86.2 million head, the lowest figure in 75 years. Beef prices skyrocketed over the past five years, rising significantly faster than food prices as a whole, according to the U.S. Bureau of Labor Statistics.</p><p>The average price of a pound (453 grams) of ground beef rose nearly 57% from July 2021 to July 2026, from $4.39 to $6.89 — hitting a peak of $6.90 in May — with a 10% increase over the previous year. Food prices have risen about 25% overall in those five years, according to the bureau's numbers.</p><p>The price for a pound of uncooked steak rose 35% over the past five years, reaching a record $13.06 per pound in July, also 10% higher than a year before.</p><p>But Glynn Tonsor, a professor of agricultural economics at Kansas State University, said the potential effect on beef prices from the smaller supply of cattle was lessened because the U.S. beef industry is more efficient and has been able to get more meat from each animal than in past years.</p><p>The USDA says the reopening starts at a safe spot</p><p>U.S. government and industry officials view the New World screwworm fly as a major threat to the nation's $113 billion cattle industry. It was an annual warm-weather scourge for U.S. ranchers from at least the 1930s through the 1960s, until the U.S. largely eradicated it. The fly was contained for years near the Panama Canal, but returned to southern Mexico in late 2024 and advanced toward the U.S., with the first case in Texas since 1966 reported June 3.</p><p>Since then, more than 40 cases have been confirmed in southern Texas and southeastern New Mexico, with infestations of cattle, sheep, goats and dogs.</p><p>In her July announcement of plans for a phased reopening of the border, U.S. Agriculture Secretary Brooke Rollins said it was possible to start with an Arizona crossing because the northern Mexican states of Sonora and Chihuahua had stronger animal health programs than other parts of Mexico. She also said each animal would be inspected and declared free of the parasite before crossing the border.</p><p>U.S. Senate Agriculture Committee Chair John Boozman said the USDA is taking a “careful, science-based” approach to reopening the border and imposing strong animal health protocols.</p><p>“This is an important step for America’s cattle producers, especially our feeders in the border states,” Boozman, an Arkansas Republican, said in a statement. “Restoring this long-standing trade is critical to strengthening our cattle supply and supporting a healthy, competitive beef industry.”</p><p>Drought, low prices led to the smallest US herd in 75 years</p><p>Drought in cattle-producing regions of the U.S. is a major reason the national herd is so small, said David Anderson, professor of agricultural economics at Texas A&M University. If grass doesn’t grow, cattle have nothing to graze upon, forcing ranchers to sell them off. Low cattle prices over the past two decades also are a factor.</p><p>“Where we are today is sort of the culmination of some 18, 19, 20 years of very low cattle prices,” he said. “That forces us to reduce our herds. Drought forces us to reduce them even further.”</p><p>The shortage of cattle also has left beef processing plants operating below capacity.</p><p>Tyson Foods, one of the nation's largest meat processors, announced in November that it was reorganizing its beef operations and closing a plant in Lexington, Nebraska, about 220 miles (354 kilometers) southwest of Omaha. Earlier this month, it announced plans to close a plant in Utah outside Salt Lake City and another in Illinois about 150 miles (241 kilometers) southeast of Chicago.</p><p>In June, another major U.S. processor, JBS USA, announced plans to close beef plants in Memphis and outside Philadelphia, though it later said it would keep some operations at the Pennsylvania plant to preserve 400 jobs there.</p><p>Rebuilding the U.S. herd — and ultimately lowering prices — likely will take years, largely because a cow typically has only one calf a year, Peel said. In addition, breeding a heifer keeps her out of the food supply, tightening it further as the herd is rebuilt.</p><p>Peel said prices will remain high for some time and for elected officials, “There’s nothing you can do.”</p><p>___</p><p>This story has been corrected to show that John Boozman is chair of the Senate Agriculture Committee, not the House Agriculture Committee.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFF4OY67SWUCXBNWSTME6KBMUE.jpg?auth=213a3e0cdc35d7b5fd58beb611db399ef85aabc4be7e81f8e8fac80f20fa5e32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cows are fenced in before being displayed at a cattle auction in Hermosillo, Sonora state, Mexico, on July 29, 2025. (AP Photo/Fernando Llano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[The Latest: Supreme Court clears the way for Trump to restrict mail-in voting]]></title><link>https://www.local10.com/news/national/2026/08/24/the-latest-supreme-court-clears-the-way-for-trump-to-restrict-mail-in-voting/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/24/the-latest-supreme-court-clears-the-way-for-trump-to-restrict-mail-in-voting/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Supreme Court on Monday cleared the way for President Donald Trump to move ahead with his executive order restricting mail-in voting, though it remains unclear how much his administration can implement before the fast-approaching midterm elections.]]></description><pubDate>Mon, 24 Aug 2026 22:55:21 +0000</pubDate><content:encoded><![CDATA[<p>The Supreme Court on Monday cleared the way for President Donald Trump to move ahead with his executive order restricting mail-in voting, though it remains unclear how much his administration can implement before the fast-approaching midterm elections.</p><p>The decision appears to leave room for additional court challenges that could further slow Trump’s order. And with some states beginning to send mail ballots to voters in just a few weeks, time is running short to impose major changes.</p><p>Meanwhile, Treasury Secretary Scott Bessent said Monday that new U.S. secondary sanctions in the pipeline aim to block all potential sources of revenue for Iran, telling nations to cut economic ties to Tehran or face U.S. retaliation. Tehran has withstood nearly five decades of punishing American sanctions. Ahead of the announcement, Iran’s currency hit a record low, dropping to 2.02 million to the U.S. dollar as trading opened on currency markets.</p><p>Trump threatened on Monday to impose a 50% tariff on Canadian automobiles, car parts and steel starting next year as the trade rift with Ottawa continued to deepen. The announcement comes after trade talks between the otherwise reliable trading partners collapsed last week. Long-planned U.S. tariffs on various Canadian goods went into effect after the talks broke off, and Canada has vowed to retaliate.</p><p>The Latest:</p><p>Oregon Democratic officials vow to fight Trump mail voting order</p><p>In Oregon, where ballots are sent to voters by mail, the state’s top Democratic officials are vowing to continue their legal fight against Trump’s executive order.</p><p>“Should USPS unlawfully attempt to interfere with Oregon’s vote-by-mail process, AG Rayfield will immediately sue to stop that threat,” the officials said in a statement, referring to state Attorney General Dan Rayfield.</p><p>Oregon Secretary of State Tobias Read said in the statement that elections will “proceed as planned this November, free from any illegal federal interference.”</p><p>“We will continue to challenge this over-reaching executive order in court with the Attorney General when the time is right,” Read said.</p><p>Canada will announce retaliatory tariffs against US on Tuesday, official tells AP</p><p>Canada will announce retaliatory tariffs against the United States on Tuesday, an official familiar with the plans told The Associated Press, escalating a trade fight that has sharply worsened since negotiations with the Trump administration collapsed.</p><p>The official spoke on condition of anonymity because they were not authorized to discuss the plans publicly.</p><p>Carney said Monday that Canada may need to move away from matching U.S. tariffs dollar for dollar and instead use more targeted retaliation, saying officials were reviewing options aimed at protecting Canadian workers and businesses.</p><p>Trump escalated the dispute again Monday, telling Canadian leaders to “fall in line” or face consequences “far WORSE” than tariffs already imposed and threatening new 50% tariffs on Canadian vehicles, auto parts and steel.</p><p>— By Rob Gillies</p><p>Trump moves toward levying new tariff on China, AP sources say</p><p>The new tariff being weighed would penalize the world’s second-largest economy for flooding the global market with underpriced goods, according to three people familiar with the matter.</p><p>Two of the people, who spoke on condition of anonymity to discuss internal deliberations still being finalized, said Trump is considering setting the new tariff at 7.5%.</p><p>It’s a level administration officials believe would not endanger the one-year trade truce between Washington and Beijing or a planned White House meeting between Trump and Chinese President Xi Jinping expected to take place in late September.</p><p>The move, if finalized, appears to be a calibrated effort by the White House to work around a Supreme Court decision earlier this year that struck down Trump’s plan to implement a sweeping, high-tariff scheme not seen since the 1930s.</p><p>▶ Read more</p><p>MAGA Inc. spends $827,000 to back Darline Graham on final day of South Carolina GOP Senate runoff</p><p>The final day of South Carolina’s Republican U.S. Senate runoff campaign on Monday came with a major cash infusion for Sen. Darline Graham from MAGA Inc., the super PAC that supports Trump and aligned Republicans.</p><p>The spend of nearly $830,000 came as Graham and Rep. Ralph Norman wrapped up their compressed campaigns to win the GOP nomination in a special primary to replace late Sen. Lindsey Graham on November ballots.</p><p>Tuesday’s Senate runoff tests the heft of both a famous political last name and the endorsement of Trump, who is backing Darline Graham and campaigned in the state for her days ahead of the vote.</p><p>The matchup pits the well-known Norman — fresh off an unsuccessful gubernatorial bid earlier this summer — against Graham, the late senator’s sister who was thrust into the political spotlight with her interim appointment, then a sprint of a primary campaign.</p><p>▶ Read more</p><p>Supreme Court clears the way for Trump mail voting order in advance of midterms</p><p>The Supreme Court on Monday cleared the way for President Donald Trump to move ahead with his executive order restricting mail-in voting, though it remains unclear how much his administration can implement before the fast-approaching midterm elections.</p><p>The decision appears to leave room for additional court challenges that could further slow Trump’s order. And with some states beginning to send mail ballots to voters in just a few weeks, time is running short to impose major changes.</p><p>Mail balloting has long been a favorite target for Trump, who has claimed that it breeds fraud despite strong evidence to the contrary and his own use of  the voting method.</p><p>The case could be one of multiple voting-related challenges before the justices. The Justice Department had filed an emergency appeal asking the high court to allow work on implementing the changes before the midterms.</p><p>▶ Read more</p><p>US set for largest mass visa revocation in history targeting up to 200,000 foreigners, officials say</p><p>The Trump administration is preparing to revoke the business and tourism visas of up to 200,000 foreigners who have applied for or are currently seeking asylum status in the United States. If it happens, the move would be the largest single mass revocation of visas in U.S. history and would likely face legal challenges.</p><p>Unless challenged or revised, the State Department is expected to announce in the coming weeks the revocation of so-called B1 and B2 visas issued between 2016 and 2026 whose holders have sought asylum or are now seeking asylum, according to State Department documents obtained by The Associated Press and two U.S. officials. The action will be taken in coordination with the Department of Homeland Security.</p><p>“We are coordinating with DHS to identify and revoke the nonimmigrant visas of foreigners who have come to the United States claiming to be short-term visitors, but then file for asylum to stay here permanently,” said State Department spokesman Tommy Pigott.</p><p>▶ Read more</p><p>Hegseth won’t rule out a return to striking Iran</p><p>Defense Secretary Pete Hegseth says he is not ruling out resuming strikes to hit Iran amid a lull in hostilities.</p><p>“By no means are we foreclosing using kinetic strikes, anywhere, in the Strait of Hormuz or around Iran,” Hegseth told reporters Monday.</p><p>It comes as the Treasury Department has announced a new round of sanctions aimed at Iran and warned nations that do business with the Islamic Republic to sever those financial ties or face retaliation from the United States.</p><p>Hegseth said that “if Iran is foolish enough to overplay their hand or mess with the American military, we’ll do what we need to do” but he added that “economic pressure we know hurts them the most right now.”</p><p>Pentagon won’t cut money for weapons if Congress shrinks military budget, Hegseth says</p><p>Defense Secretary Pete Hegseth says the Pentagon will proceed with efforts to significantly boost production of advanced weapons, even if it Congress fails to approve President Donald Trump’s proposed $1.5 trillion budget.</p><p>Hegseth said the Pentagon has already inked multiyear deals with various contractors, with many scaling up manufacturing capacity.</p><p>“This is not a nip around the margins of a few more weapons,” Hegseth told reporters in Wisconsin. “This is a generational investment of 2X, 3X, 4X war munitions of the ones we know we’re going to need and use.”</p><p>U.S. military officials and Washington think tanks have raised concerns that the U.S. depleted many advanced weapons during the Iran war. But Hegseth pushed back, repeating the Pentagon’s stance that the U.S. military has plenty of munitions.</p><p>Treasury sanctions nearly 60 Iran-linked entities worldwide on nuclear, missile, cyber and oil networks</p><p>The Treasury announced sanctions Monday against nearly 60 Iran-linked entities over their roles in Iran’s nuclear and missile programs, malign cyber activities and oil shipments.</p><p>It is part of the administration’s economic campaign against Iran, including warnings to other countries not to do business with Iran in sectors such as shipping, technology and aviation.</p><p>The Treasury sanctioned Hong Kong-based Sweet Ocean Industrial Limited and its associated personnel and businesses, accusing them of helping Iran acquire sensitive goods such as laser optics equipment. The Treasury also sanctioned several other Hong Kong-based entities for having provided funds to Sweet Ocean and its network.</p><p>Separately, the Treasury sanctioned China-based Shenzhen Huamei, the Hong Kong branch of the Iran-based logistics company BRE Line and its director for their ties with BRE Line in support of Iran’s missile and nuclear programs.</p><p>A sanctioned company is cut off from the U.S. financial system.</p><p>Trump plays Pied Piper to show off his ballroom</p><p>At the end of a Back to School event near the Rose Garden, the president invited the crowd — which included dozens of children — to accompany him and see the White House ballroom being built nearby.</p><p>“If anybody would like to walk with me,” Trump said, calling it “a special way the kids could see construction.”</p><p>The president added: “I love the sound of construction.”</p><p>Trump has taken to calling the project a “ballroom slash military complex.” He noted that Chinese President Xi Jinping is visiting soon and recalled his own visit to China in May.</p><p>“We saw the Great Hall of China,” Trump said. “Well, now we’re going to have a great hall, too, in the United States.”</p><p>Trump hosts education event in Rose Garden</p><p>The president’s main public event Monday is a back-to-school event featuring Education Secretary Linda McMahon.</p><p>Many schoolchildren are in the audience during the outdoor event.</p><p>“What a nice setting this is,” Trump remarked.</p><p>US formally removes Syria from state sponsors of terrorism list</p><p>The Trump administration on Monday formally removed Syria from the State Department’s “State Sponsor of Terrorism” blacklist, making permanent a series of sanctions removals that had been initially announced more than a month ago.</p><p>Secretary of State Marco Rubio had announced the recission of Syria from the list in early July, but there was a 45-day period for congressional review before it was formalized. That review period has now expired and sanctions related to the state sponsor designation have been almost completely removed, the State and Treasury departments said on Monday.</p><p>“Treasury is following through on President Trump’s promise to give the Syrian people a chance at greatness,” Bessent said in a statement. “Today’s action will help foster additional investment in Syria to promote political and economic stability.”</p><p>Bessent says no country is ‘above the reach of US sanctions’</p><p>When asked that the U.S. could go soft on China to maintain the fragile trade truce between the world’s two largest economies, Bessent said “no one is above the reach of U.S. sanctions”</p><p>“If they facilitate transactions and are part of the ecosystem that turns Iranian oil into money, into repression, they will be targeted,” Bessent said.</p><p>Experts have said the U.S. is likely to carefully calibrate its actions on China, just a month before Chinese leader Xi Jinping is expected to visit the U.S. to keep the already-fraught relations from falling out.</p><p>The Trump administration is challenged to act big with Iran “without escalating tensions with Beijing,” said Wendy Cutler, vice president of the Asia Society Policy Institute.</p><p>Bessent says its giving Iran’s trading partners a chance ‘to remedy bad behavior’</p><p>Asked by a reporter Monday about issuing warnings to Tehran’s financial partners instead of promising an ‘economic D-Day’, the Treasury secretary said he wanted countries to shift away from Iran before it was too late.</p><p>“Why would I want to blow up the global financial system?” Bessent said. “We believe that it is important to level set and give people a cure period.”</p><p>He added, “But they should know that that will move very quickly and that we are serious. Secondary sanctions are a very powerful tool.”</p><p>Bessent doesn’t name names, but insists US is making its expectations clear on Iran trade</p><p>The treasury secretary said Trump has been “making phone calls to world leaders with specific request to cease their interactions” with Iran and has already seen results.</p><p>The UAE announced last week that it was suspending all trade, commercial exchanges, and financial transactions with Iran until further notice.</p><p>“I am confident the president, as you all know, is quite persuasive,” Bessent said.</p><p>Bessent said that Treasury and State Department officials are following up with calls and visits with officials from countries and entities it wants to see take action and laying out “exactly what we expect and the timelines.”</p><p>Iran’s parliament speaker dismisses impact of looming US sanctions</p><p>Mohammad Bagher Qalibaf on Monday said Iran’s trading partners were not taking Washington’s “statements into account,” even as the country’s economy reels from months of war and mounting pressure.</p><p>“Americans know that no one buys their bombast,” Qalibaf said in a post on X, saying that the United States was “not in an economic position to further restrict its relations with other countries.”</p><p>His comments came as Washington prepared to expand secondary sanctions targeting countries and companies doing business with Iran, in an effort to isolate Tehran from the global dollar-based financial system.</p><p>Bessent warns nations they can no longer operate in ‘gray zone’ of Iran conflict</p><p>Treasury Secretary Scott Bessent says new U.S. secondary sanctions in the pipeline aim to block all potential sources of revenue for Iran, telling nations to cut economic ties to Tehran or face U.S. retaliation.</p><p>Bessent added it’s “no longer acceptable to operate in the gray spaces” of Iran conflict as US threaten sanctions against Tehran’s trade partners.</p><p>The treasury secretary did not name what countries could face potential secondary sanctions from the United States, but China, Turkey and the United Arab Emirates are Iran’s largest trade partners.</p><p>“Let there be no ambiguity as to the position of the United States,” Bessent said at a Monday afternoon news conference. “An economic engagement of any kind with this murderous regime will expose those responsible to the full reach of American power.”</p><p>Vance calls Canada ‘a state’ but says doing so was an accident</p><p>Asked about the Trump administration escalating a trade war with Canada when Maine depends so heavily on cross-border trade, the vice president said, “Canada is a state” but then added, “Sorry. Freudian slip.”</p><p>As the crowd laughed and hooted, Vance added, “That was actually an accident.”</p><p>He likened Canada to China in what he called unfair trade practices, saying that “Canada allows itself to be a backdoor for Chinese goods” that eventually are imported into the U.S.</p><p>Vance said negotiations between Canada and the U.S. were ongoing and that he thought there’d have been an agreement easing trade disputes by now — but Canada had made “unreasonable” demands.</p><p>Vance gives shoutout to ‘our very independent friend, Susan Collins’</p><p>Republican Sen. Susan Collins was not accompanying Vice President JD Vance during his manufacturing stop in Brewer, Maine on Monday.</p><p>But he still made sure that her presence was felt.</p><p>“Whenever I’m in Maine, I got to give Susan a little bit of crap,” Vance told the crowd as he began his remarks. “Because as you know, Susan is the most independent member of the United States Senate, and as the president of the United States Senate, she sometimes makes my job just a little bit harder.”</p><p>Vance said Collins, who is up for reelection in the Democratic-leaning state, has visited the vice president’s residence about a half-dozen times. In those meetings, Vance said, Collins is constantly pressing him about how certain policies affect her state.</p><p>Vance ended his brief aside on the senator by asking the crowd to give a shoutout to “our very independent friend, Susan Collins.”</p><p>The Washington Post must reinstate a Black writer fired for posting about Charlie Kirk</p><p>“After wrongfully firing me last year, an independent arbitrator has ordered the @washingtonpost to reinstate me immediately, with back pay,” Karen Attiah posted on Instagram on Monday, calling it “a victory for journalists everywhere.”</p><p>The ruling found insufficient cause to terminate Karen Attiah, the last Black full-time member of the Post’s opinion desk at the time.</p><p>Kirk, a top conservative podcaster and Trump ally, made provocative statements about race, gender and politics, including calling George Floyd, whose 2020 murder at the hands of Minneapolis police sparked protests, a “scumbag.”</p><p>Kirk’s killing on Sept. 10 elicited a torrent of comments, and some who spoke out against him faced sanctions or dismissal at work. One post Attiah made said “Refusing to tear my clothes and smear ashes on my face in performative mourning for a white man that espoused violence is … not the same as violence.”</p><p>A Post statement said it respects the arbitration process and declined further comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WLP3OQKB2AQPKICIIY5Y7YBKXY.jpg?auth=28704088ab2df604f278bd9f9489de8e474bf171bdc3e2ca751e57f699eef3d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks at a news conference, Monday, Aug. 24, 2026, at the Treasury Department 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/ANKHKYVNZC25NYWYFPSFSNCTTM.jpg?auth=fe364ab6e6b1ab340c8c48113b75dbbd9bdd303d50d350d0a04994c429809d91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, and first lady Melania Trump attend the IndyCar Freedom 250 Grand Prix auto race, Sunday, Aug. 23, 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[Former commissioner Tim Finchem donates $13 million as PGA Tour reshapes its charity strategy]]></title><link>https://www.local10.com/news/florida/2026/08/24/former-commissioner-tim-finchem-donates-13-million-as-pga-tour-reshapes-its-charity-strategy/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/24/former-commissioner-tim-finchem-donates-13-million-as-pga-tour-reshapes-its-charity-strategy/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Ten years after he retired as commissioner, Tim Finchem and his wife are donating $13 million to help launch a new charity strategy at a time when so much emphasis in golf is on profit in the new commercial enterprise of the PGA Tour.]]></description><pubDate>Mon, 24 Aug 2026 17:36:32 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Ten years after he retired as commissioner, Tim Finchem and his wife are donating $13 million to help launch a new charity strategy at a time when so much emphasis in golf is on profit in the new commercial enterprise of the PGA Tour.</p><p>The tour on Monday revealed plans for PGA Tour Charities ahead of the season-ending Tour Championship, which has a $40 million purse that awards $10 million to the winner.</p><p>Along with building its charity strategy around national campaigns with a more local impact, the PGA Tour is prepared to make up any difference, if needed, to maintain charity levels from tournaments that move down to the Challenger Series in the 2028 schedule.</p><p>“This next chapter is about generating even more focus, coordination, resources and visibility,” said Laura Neal, executive vice president of PGA Tour Strategic Philanthropy. “Launching an evolved PGA Tour Charities — with a legacy-defining, transformative gift from the Finchems — is an exciting next step in golf's enduring commitment to giving back.”</p><p>The PGA Tour long has been the charitable leader in sports with a mechanism that has enabled its tournaments to generate more than $4.4 billion, all starting with a $10,000 donation at the 1938 Palm Beach Invitational. Each tournament operates independently and that doesn't change.</p><p>PGA Tour Charities will launch and fund national priority campaigns around such themes as health, youth, access and service. The idea is to connect with tournaments on a broader scale when their missions align, which the tour hopes can attract new resources and raise visibility.</p><p>Lucas Glover, the Player Advisory Council chairman who joins the PGA Tour board next year, is leading a committee of players to help shape the initiatives.</p><p>“How I grew up on the tour ... what we hung our hat on as an organization was giving back,” Glover said. "With COVID and then LIV coming in, it became more about money in our pocket instead of money in the pocket of people who need it more than we do. It never went away. It just got put on the back burner, and it's time we put it back on the forefront of our minds.</p><p>“When we talk about the PGA Tour, it shouldn't be how much we're making, how much we're playing for,” he said. "It should be about what we're doing in the communities where we play.”</p><p>PGA Tour Enterprises was launched as a for-profit commercial venture in January 2024 with an investment of up to $3 billion from Strategic Sports Group, which led to players receiving equity for the first time. The nonprofit PGA Tour still operates tournament and regulations. PGA Tour Enterprises is geared toward global business, commercial sponsorship and media rights.</p><p>The charitable engine doesn't stop for groups like the Thunderbirds (WM Phoenix Open), Copperheads (Valspar Championship) or the Salesmanship Club of Dallas (The CJ Cup Byron Nelson). Tournaments typically donate all net proceeds — operation costs offset by national and local sponsorship — to local charities.</p><p>It has been key for attracting thousands of volunteers — the backbone of golf tournaments — who feel like they are contributing to their communities because of the charitable function.</p><p>What the tour wants to emphasize with PGA Tour Charities is a dedicated platform for direct community investment that gives players, corporate partners, tournaments and fans a clear way to get involved. The Finchems' donation was seen as a catalyst.</p><p>“The PGA Tour family, its players, fans and communities have meant so much to us for so long, and we feel a connection to the golf world that endures to this day,” Holly Finchem said. “This donation to PGA Tour Charities, as it is reimagined for future generations of impact, is more than a capstone on Tim’s unwavering commitment to charity. It is a celebration of our belief in this great game and the PGA Tour. We can’t wait to see all the good this gift will inspire.”</p><p>His wife separately in a letter published in the digital magazine Global Golf Post disclosed that Tim Finchem has been diagnosed with Alzheimer's disease.</p><p>Finchem, the tour's third commissioner, oversaw massive growth during his tenure from 1994 until retiring in 2016, much of that seizing on the arrival of Tiger Woods. Along with a sharp increase in TV contracts and prize money, he helped to create The First Tee in 1997.</p><p>Finchem was commissioner when charitable donations of PGA Tour events topped $1 billion in 2005 and $2 billion in 2014.</p><p>Meanwhile, the PGA Tour disclosed Monday the remaining $2.5 million charity donation from Brooks Koepka — he was required to donate $5 million as part of his return from LIV Golf — is being equally allocated to charities designated by nearly 100 players.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JZVGLNPLF44IHG4KZSHME7PE4Y.jpg?auth=ce93ae9f2e2036d5306110603c4bf6e0ea71c02ebe58ed56cdba137dad5056e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Finchem, commissioner of the PGA Tour, speaks about the future of golf at the Trump National Doral golf course, March 6, 2016, in Doral, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52XJQFARAF745NM2F2SI4AIGEY.jpg?auth=64591ade8164b356d755e79652253c4710f66226f1c580d140565e9807afcf7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former PGA Tour commissioner Tim Finchem, left, is inducted into the World Golf Hall of Fame by Davis Love IIII, March 9, 2022, in Ponte Vedra Beach, Fla. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6NV4XJUADUAWE2PNYIGYWQYQGA.jpg?auth=87650b6a1a91b2692d1a3c0cf7c96d61c8aa14f4a6eb396f130d183a0679b975&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lucas Glover lines up his putt on the second green during the first round at the RBC Heritage golf tournament, April 16, 2026, in Hilton Head Island, S.C. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[US strikes a vessel in the eastern Pacific, killing 2 people in first attack in months]]></title><link>https://www.local10.com/news/world/2026/08/24/us-strikes-a-vessel-in-the-eastern-pacific-killing-2-people-in-first-attack-in-months/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/us-strikes-a-vessel-in-the-eastern-pacific-killing-2-people-in-first-attack-in-months/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After a pause of more than two months, the U.S. military announced Monday that it once again carried out a strike on a vessel in the eastern Pacific Ocean, killing two people accused of trafficking drugs.]]></description><pubDate>Mon, 24 Aug 2026 20:00:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After a pause of more than two months, the U.S. military announced Monday that it once again carried out a strike on a vessel in the eastern Pacific Ocean, killing two people accused of trafficking drugs.</p><p>It brings the overall death toll to 223 people killed in 67 strikes during the nearly yearlong U.S. campaign of bombing alleged drug boats off Latin America’s Caribbean coast and in the eastern Pacific Ocean. U.S. Southern Command says the campaign has resulted in the destruction of 64 speedboats, three “low-profile” ships and a semisubmersible craft.</p><p>The command said on social media early Monday that forces “executed a lethal kinetic strike on a low-profile vessel operating along established narcotrafficking routes in the Eastern Pacific.” The military said the strike occurred Sunday, and it marked the first since powerful back-to-back June 24 earthquakes in Venezuela killed thousands of people.</p><p>As with most of the military’s statements, Southern Command did not provide evidence that the vessel was ferrying drugs.</p><p>“We are committed to imposing total systemic friction on narco-terrorists — disrupting their operations, dismantling their leadership, and eliminating cartel terror across the region,” said Gen. Francis Donovan, who leads U.S. Southern Command.</p><p>The latest strike comes as the Trump administration pursues deals with allied nations to extend its offensive to land across multiple Latin American countries. Defense Secretary Pete Hegseth said during a visit to Panama this month that Colombia, Guatemala and Honduras had agreed to allow the U.S. to carry out joint military operations against criminal groups on their soil. Guatemala denied reaching such a deal.</p><p>Ecuador launched similar missions with the U.S. in March.</p><p>The Trump administration's boat bombing campaign began in early September and has left numerous survivors, but most of them have never been recovered.</p><p>U.S. Southern Command said in a separate statement Monday that there have been more than 20 search and rescue efforts overall, almost all of which were unsuccessful.</p><p>According to data compiled from the command's social media posts, the strikes have generated 28 survivors with only three people ever being rescued — one person during a strike in March who was transferred to the Costa Rican Coast Guard, and two wounded people who were later repatriated to their home countries of Ecuador and Colombia.</p><p>The very first strike in September 2025 left two survivors who were killed in a second, follow-up strike. When that became public, it drew concern from some lawmakers and those who study military law. The White House insisted it was done “in self-defense” to ensure the boat was destroyed and in accordance with armed conflict laws.</p><p>But some legal scholars said a second strike killing survivors would have been illegal under any circumstance, armed conflict or not.</p><p>President Donald Trump has said the U.S. is in “armed conflict” with cartels in Latin America and has justified the attacks as a necessary escalation to stem the flow of drugs into the United States and fatal overdoses claiming American lives. But his administration has offered little evidence to support its claims of killing “narcoterrorists.”</p><p>Critics have questioned the overall legality of the boat strikes as well as their effectiveness, in part because the fentanyl behind many fatal overdoses is typically trafficked to the U.S. over land from Mexico, where it is produced with chemicals imported from China and India.</p><p>The Pentagon’s watchdog said in May that it plans to look into whether the U.S. military followed an established targeting framework when carrying out the strikes. However, the evaluation is focused specifically on what’s known as the six-phase Joint Targeting Cycle and not on the legality of the strikes, the inspector general’s office said.</p><p>___</p><p>Barrow reported from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVEZ7AHUD2KT5RPRUUGXUUKAC4.jpg?auth=3892c9ecbeba9433492cb96c04365ac83ba2d8193b51b6731dfa458daf1a2e27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen from the Washington Monument, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Georgia’s special congressional runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-georgias-special-congressional-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-georgias-special-congressional-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Residents of Georgia’s 13th Congressional District outside of Atlanta will get a new representative to Congress after a special election runoff Tuesday to replace the late Democratic U.S. Rep. David Scott, who died April 22.]]></description><pubDate>Mon, 24 Aug 2026 11:54:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Residents of Georgia’s 13th Congressional District outside of Atlanta will get a new representative to Congress after a special election runoff Tuesday to replace the late Democratic U.S. Rep. David Scott, who died April 22.</p><p>The contest between two Democrats will further reduce an already thin Republican majority in the U.S. House.</p><p>The finalists for the seat are former Gwinnett County School Board Chair Everton Blair and Marcye Scott, daughter of the late congressman. They were the top two vote-getters among five contenders in the July 28 all-party special election. Scott received about 46% of the vote, compared to about 38% for Blair.</p><p>The winner will serve out the remaining few months of David Scott’s final term. Neither candidate is running in for the next full term in this seat, which begins on Jan. 3, 2027.</p><p>Blair was the only candidate in the special election who also ran for the full-term seat. He placed third in the May 19 Democratic primary with about 12% of the vote. State Rep. Jasmine Clark won the primary with 56% of the vote and will face Republican Jonathan Chavez in November. Chavez, who ran unopposed for the GOP nomination, challenged David Scott in the 2024 general election and received about 28% of the vote.</p><p>Clark did not file to compete in the special election. Doing so would have required her to resign from her seat in the state Legislature just as Republican Gov. Brian Kemp was calling for a special session to redraw the state’s congressional boundaries in time for the 2028 elections. The state constitution bars state officeholders from seeking a different office with a start date more than 30 days before the end of the officeholder’s current term. The special session did convene, but Republican leaders opted not to take up redistricting.</p><p>In recent years, Congressman Scott had faced questions over his age and health. At the time of his death at age 80, he was facing a tough primary challenge from Clark and others as he sought a 13th term.</p><p>Georgia’s 13th Congressional District is east and southeast of Atlanta and includes parts of six heavily Democratic counties: Clayton, DeKalb, Gwinnett, Henry, Newton and Rockdale. Of the six, the district’s portion of Gwinnett County has the lion’s share of voters, with about 46% of the district electorate in the 2024 general election.</p><p>Blair’s best performance in the July 28 special election was in his home base of Gwinnett County, where he received 56% of the vote. Marcye Scott, who lives outside the district in Fulton County as her father did, carried the other five counties in the district, scoring her highest totals in DeKalb, Clayton and Henry.</p><p>David Scott won his 2024 reelection bid with about 72% of the vote. In the presidential election that night, Democratic then-Vice President Kamala Harris received about 71% of the vote in the district, compared with about 28% for Republican Donald Trump. Trump had his best performance in the district in Gwinnett County, although that still only amounted to about 35% of the vote.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare a winner in the special runoff in the 13th Congressional District.</p><p>Who gets to vote?</p><p>Any voter registered in the 13th Congressional District may participate in the special runoff.</p><p>How many voters are there?</p><p>As of Friday, there were about 585,000 registered voters in the 13th Congressional District. Georgia voters do not register by party.</p><p>How many people actually vote?</p><p>A total of 20,510 votes were cast in the July 28 special election. Turnout in a runoff election tends to be lower than in the election that preceded it.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 47% of the total vote in the July 28 special election was cast early in-person or by mail.</p><p>As of Friday, about 5,200 ballots had already been cast in Tuesday’s election, with by far the largest share coming from Gwinnett County, followed by Clayton and Rockdale counties.</p><p>When are early and absentee votes released?</p><p>All six counties in the 13th Congressional District tend to release most or all of their results from early in-person and mail voting in the first vote update of the night, usually before any in-person Election Day results are released.</p><p>How long does vote-counting usually take?</p><p>In the July 28 special election, the AP first reported results at 7:05 p.m. ET, or five minutes after polls closed. The last vote update of the night was at 10:05 p.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There is no automatic recount provision in Georgia, but a losing candidate may request a recount if the margin is less than or equal to 0.5% of the total vote. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 70 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKJAO7S6QH5UHC5ZH37GLZ4WDA.jpg?auth=36256d9e9a12ad4caa272b2cecc24d97985b2953d63e06ae59f7a48db71d2c80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sign for the office of the 13th Congressional District of Georgia in the Cannon House Office Building is photographed July 20, 2026, on Capitol Hill in Washington. (AP Photo/Tallulah Brown Van Zee)]]></media:description><media:credit role="author" scheme="urn:ebu">Tallulah Brown Van Zee</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in South Carolina’s special U.S. Senate primary runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-south-carolinas-special-us-senate-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-south-carolinas-special-us-senate-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — South Carolina Republicans will return to the polls Tuesday for the fourth time since June to replace the late U.S. Sen. Lindsey Graham on the fall general election ballot.]]></description><pubDate>Mon, 24 Aug 2026 13:10:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — South Carolina Republicans will return to the polls Tuesday for the fourth time since June to replace the late U.S. Sen. Lindsey Graham on the fall general election ballot.</p><p>Graham won the June 9 Republican primary for renomination to the seat he first won in 2002, but his unexpected death on July 11 from an aortic tear created a vacancy not only for his current U.S. Senate seat but also as the party’s pick to compete for another six-year term.</p><p>The finalists for the Republican nomination are Graham’s sister, U.S. Sen. Darline Graham, who was appointed to serve out the remainder of her brother’s current term, and U.S. Rep. Ralph Norman, a five-term congressman who ran for governor earlier in the year and placed third in the primary.</p><p>Darline Graham placed first in the Aug. 11 special primary but fell shy of the vote majority needed to avoid Tuesday’s runoff. She received about 33% of the vote, compared to about 25% for Norman. U.S. Rep. Russell Fry placed third with about 20% of the vote.</p><p>Graham swept the counties across central South Carolina, including the Columbia area, as well as the state’s Lowcountry region, which includes Charleston. She scored her highest percentages in counties along the Georgia border.</p><p>Norman performed best in the state’s Piedmont and Upstate regions, including the Greenville area. Fry did best in the eight counties in the Pee Dee and Waccamaw regions that he represents in Congress.</p><p>Fry endorsed Graham after he lost the primary. She also has key backing from Republican U.S. Sen. Tim Scott and President Donald Trump, who was an early proponent of Graham and held a campaign rally with her Friday in Myrtle Beach.</p><p>Greenville County is the most populous in the state and typically contributes the most votes in statewide Republican primaries. It also has bucked against the front-runners in recent Republican primaries. Norman also carried Greenville County in the gubernatorial primary, and it was one of the only counties Lindsey Graham lost in his final election.</p><p>Democratic-leaning Richland and Charleston counties have the next-largest populations and contribute a sizable number of votes in Republican primaries, but they tend to be more influential in Democratic contests.</p><p>Horry, Lexington and Spartanburg counties are also large counties that have big impacts on Republican primaries. Spartanburg was the only other county Lindsey Graham lost in the June primary.</p><p>The winner will face Democratic nominee Annie Andrews, a Charleston pediatrician who challenged Republican U.S. Rep. Nancy Mace in the 1st Congressional District in 2022.</p><p>Lindsey Graham last won reelection in 2020 with 54% of the vote. Trump carried the state in 2024 with 58% of the vote.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare a winner in the special Republican primary runoff for U.S. Senate.</p><p>Who gets to vote?</p><p>Voters who participated in the Democratic primary on June 9 may not participate in the special Republican primary runoff on August 25. Only Republican primary voters or registered voters who did not participate in any party’s primary on June 9 may cast ballots in Tuesday’s election.</p><p>How many voters are there?</p><p>As of Friday, there were about 3.4 million registered voters in South Carolina. Voters in South Carolina do not register by party.</p><p>How many people actually vote?</p><p>About 465,000 voters cast ballots in the June 9 Republican U.S. Senate primary when Lindsey Graham was renominated. About 336,000 voters participated in the Aug. 11 special Republican U.S. Senate primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 19% of the vote in Aug. 11 Republican special primary was cast early in-person or by mail.</p><p>As of Friday, about 45,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Nearly all of South Carolina’s 46 counties release all or almost all of their early in-person and mail voting results in the first vote update of the night, usually before releasing any results from in-person Election Day voting.</p><p>How long does vote-counting usually take?</p><p>In the Aug. 11 special primary, the AP first reported results at 7:13 p.m. ET, or 13 minutes after polls closed. The last vote update of the night was at 11:25 p.m. ET with more than 99% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>In South Carolina, recounts are automatic if the margin between the winning and losing candidates is 1% of the total vote or less. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 70 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p><p>___</p><p>The story has been updated to correct the South Carolina region from Upcountry to Upstate.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISLPRU6R5AIUOCGLTDX5UGTIHI.jpg?auth=d43b981391b655169923a37a7b0efb2fc17019a1c2203bd9a945843030e40efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, reaches over to shake hands with Sen. Darline Graham, R-S.C., during a debate ahead of the special GOP Senate runoff election to replace the late Sen. Lindsey Graham, R-S.C., in Newberry, S.C., Tuesday, Aug. 18, 2026. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[Man killed after e-scooter crash escalates into shooting in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[A man was shot and killed Sunday after a collision between two e-scooters in Miami-Dade, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Mon, 24 Aug 2026 02:11:24 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot and killed Sunday after a collision between two e-scooters in Miami-Dade, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/08/23/chocan-en-sus-scooters-se-enojan-y-uno-asesina-al-otro/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/chocan-en-sus-scooters-se-enojan-y-uno-asesina-al-otro/"><b>Leer en español</b></a></p><p>The incident happened around 5:30 p.m. Two men were riding e-scooters in opposite directions when they collided near Northwest 75th Street and Northwest 22nd Court, investigators said.</p><p>The collision led to an argument that escalated, according to investigators. </p><p>One of the men shot and killed the other before fleeing the scene on his scooter, authorities said.</p><p>Daniel Castillo, a Miami-Dade Sheriff’s Office public information officer, urged anyone with information or camera footage in the area to contact investigators.</p><p>Investigators remained at the scene Sunday night as detectives continued working. Part of the neighborhood was blocked off during the investigation.</p><p>It was not immediately clear whether the two men knew each other prior to the collision and shooting.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Wildfires burn in northern Miami-Dade, southern Palm Beach, Collier counties]]></title><link>https://www.local10.com/news/florida/2026/08/23/wildfires-burn-in-northern-miami-dade-southern-palm-beach-collier-counties/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/23/wildfires-burn-in-northern-miami-dade-southern-palm-beach-collier-counties/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[Wildfires were burning on Sunday in Miami-Dade, Palm Beach, and Collier counties, according to the Florida Forest Service. ]]></description><pubDate>Sun, 23 Aug 2026 19:51:08 +0000</pubDate><content:encoded><![CDATA[<p>Wildfires were burning on Sunday in the Florida Everglades in areas of Miami-Dade, Palm Beach, and Collier counties, according to the <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">Florida Forest Service</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/23/incendios-forestales-arden-en-los-everglades-de-tres-condados/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/incendios-forestales-arden-en-los-everglades-de-tres-condados/"><b>Leer en español</b></a></p><p>The smoke was moving north and away from the metro areas, according to Local 10 News meteorologist Jennifer Collins. </p><p>In northern Miami-Dade County, the FFS’s Everglades field unit responded to the 800-acre fire in Everglades National Park, and it was 30% contained on Sunday afternoon.</p><figure><img src="https://www.local10.com/resizer/v2/HZDHFRAXKNBG5OOBVXZXJW32HI.jpeg?auth=4d2d6d6a8c78092c789b00111ea85d2831b11c852bb9c4f5db010243fd2e9fa3&smart=true&width=1200&height=900" alt="A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)" height="900" width="1200"/><figcaption>A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)</figcaption></figure><p>The National Park Service reported that it was <a href="https://www.nps.gov/ever/planyourvisit/conditions.htm" target="_self" rel="" title="https://www.nps.gov/ever/planyourvisit/conditions.htm">temporarily closing Shark Valley</a> while two wildfires, known as Chipmunk and Vulture, burned. The smoke was visible from Main Park Road and U.S. Highway 41. </p><p>Everglades field unit personnel also responded to a wildfire in southwestern Palm Beach County’s wildlife management area. The flames had burned 350 acres and it was 85% contained.</p><figure><img src="https://www.local10.com/resizer/v2/CGPMHV6W3NBTVHACZ7UNMQV5KM.jpeg?auth=c6ebb1f85a20165141334cb9ca552489316cbfb0ab15c33a3ec993723b0d0d73&smart=true&width=1200&height=900" alt="A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)" height="900" width="1200"/><figcaption>A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)</figcaption></figure><p>In western Collier County, a wildfire burned seven acres and was 95% contained near the Florida Panther National Wildlife Refuge. The FFS’s Caloosahatchee field unit responded. </p><p>For more information about the wildfires in Florida, visit the <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">Florida Forest Service website</a>. </p><p><b>Shark Valley </b></p><p><b>Weather Authority </b></p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Due to active wildfires, Shark Valley is closed, including visitor center, trails, parking, and tram road. Smoke visible; US Highway 41 open. Airboat concessions operational. Alert &amp; Conditions: <a href="https://t.co/MSupo3LDSV">https://t.co/MSupo3LDSV</a>. <a href="https://t.co/QTRvCduq0t">pic.twitter.com/QTRvCduq0t</a></p>&mdash; Everglades National Park (@EvergladesNPS) <a href="https://x.com/EvergladesNPS/status/2091328386350055636?ref_src=twsrc%5Etfw">August 23, 2026</a></blockquote><p> </p>]]></content:encoded></item><item><title><![CDATA[Several injured after 3 vehicles crash in Miami-Dade ]]></title><link>https://www.local10.com/traffic/2026/08/23/several-injured-after-3-vehicles-crash-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/23/several-injured-after-3-vehicles-crash-in-miami-dade/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Several people were injured on Sunday after three cars crashed in Miami-Dade County’s West View-Pinewood area. ]]></description><pubDate>Sun, 23 Aug 2026 21:57:09 +0000</pubDate><content:encoded><![CDATA[<p>Several people were injured after three cars crashed on Sunday afternoon in Miami-Dade County’s West View-Pinewood area. </p><p><a href="https://www.local10.com/espanol/2026/08/23/choque-de-tres-vehiculos-deja-varios-heridos-en-el-noroeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/choque-de-tres-vehiculos-deja-varios-heridos-en-el-noroeste-de-miami-dade/"><b>Leer en español</b></a></p><p>A white work van, a silver sports utility vehicle, and a silver sedan crashed at the intersection of Northwest 17th Avenue and 103rd Street. </p><p>Miami-Dade Sheriff’s Office deputies and Miami-Dade Fire Rescue personnel responded. One of the injured was a trauma patient, according to MDFR. </p><p>No other details were immediately released.</p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1787521934393!5m2!1sen!2sus!6m8!1m7!1s2Vif_uwJh4aWTOYsLDJcSg!2m2!1d25.86859966543217!2d-80.22641346426542!3f120.09044871349874!4f4.049964309431033!5f1.526120530650572" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in Oklahoma’s state primary runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-oklahomas-state-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-oklahomas-state-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Oklahoma Republicans will return to the polls Tuesday to settle an expensive nomination fight for governor, while Democrats will pick a nominee for U.S. Senate. Voters will also decide two statewide ballot measures, including one that would add a voter identification requirement to the state constitution.]]></description><pubDate>Mon, 24 Aug 2026 11:02:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Oklahoma Republicans will return to the polls Tuesday to settle an expensive nomination fight for governor, while Democrats will pick a nominee for U.S. Senate. Voters will also decide two statewide ballot measures, including one that would add a voter identification requirement to the state constitution.</p><p>The outcome of the gubernatorial primary to replace term-limited Republican Gov. Kevin Stitt has major implications for the fall general election, as Democrats haven’t won the Oklahoma governorship in 20 years. It will also further test President Donald Trump’s endorsement power.</p><p>State Attorney General Gentner Drummond and former state Sen. Mike Mazzei were the top vote-getters among nine candidates in the June 16 primary, with Drummond just edging Mazzei, 26.25% to 25.97%. Both fell far short of the majority needed to avoid Tuesday’s runoff.</p><p>Drummond narrowly carried Oklahoma and Cleveland counties in the Oklahoma City area, while Mazzei edged Drummond in Tulsa County. The two split most of the counties in the Tulsa area.</p><p>The two have poured millions from their personal fortunes into the race, with Mazzei loaning his campaign more than $11 million, compared with $3 million for Drummond, according to state campaign finance records. Mazzei has spent $12.3 million in the race overall, while Drummond has spent about $9.1 million. Loans aside, Drummond has far outraised Mazzei in campaign contributions, $7.1 million to about $1.5 million.</p><p>Trump endorsed Mazzei ahead of the primary, while also lobbing insults at Drummond. Trump’s picks overall in 2026 have had a strong record at the ballot box, but his endorsement is not a guarantee of victory, especially in gubernatorial primaries. The president’s picks for Iowa governor and Georgia governor lost their nomination bids, while his pick for South Carolina governor was forced to a runoff and ultimately lost the nomination after the president also endorsed her opponent.</p><p>The Oklahoma winner will face Democratic state House Minority Leader Cyndi Munson in the general election.</p><p>In the U.S. Senate race, nurse N’Kiyla Jasmine Thomas received about 45% of the Democratic primary vote, short of the majority required to avoid a runoff. Attorney and minister Jim Priest placed second with about 24% of the vote, despite a massive fundraising advantage. He raised almost six times more than Thomas heading into the primary and increased his advantage heading into the runoff. As of Aug. 5, the Thomas campaign reported having only $455 in the bank, compared to about $56,000 for Priest.</p><p>The winner will face Republican U.S. Rep. Kevin Hern, who won the five-way primary with about 70% of the vote. The state last elected a Democrat for U.S. Senate in 1990.</p><p>Also before voters is State Question 846, which would amend the state constitution to require voters to provide proof of identity in order to cast a ballot, which is already required under state law.</p><p>State Question 844 would affect the reimbursements that local governments receive from the state for lost property tax revenue under an incentive program for manufacturing companies.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. CT, which is 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in primary runoff elections for U.S. Senate, governor, state school superintendent, labor commissioner, insurance commissioner, state Senate and state House, as well as for the two statewide ballot measures.</p><p>Who gets to vote?</p><p>Voters registered with a political party may participate only in their own party’s primary runoffs. Democrats may not vote in a Republican primary runoff or vice versa. Independent or unaffiliated voters may not participate in either party’s runoff elections. All registered voters may cast ballots on the statewide ballot measures.</p><p>How many voters are there?</p><p>As of July 31, there were about 2.4 million registered voters in Oklahoma, including about 1.3 million registered Republicans, 616,000 registered Democrats and 500,000 independents not registered with any party.</p><p>How many people actually vote?</p><p>Roughly 403,000 votes were cast in the June 16 Republican primary for governor and 169,000 votes in the Democratic U.S. Senate primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>In the June 16 state primaries, about 11% of Republican primary ballots and about 12% of Democratic primary ballots were cast early in-person or by mail.</p><p>As of Friday, about 32,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Almost every county in Oklahoma releases all or almost all of its results from early in-person and mail voting in the first vote update of the night, usually before any results from in-person Election Day voting are released.</p><p>How long does vote-counting usually take?</p><p>In the June 16 state primary, the AP first reported results at 8:14 p.m. ET, or 14 minutes after polls closed. By 10:19 p.m. ET, more than 90% of the vote had been counted. The last vote update of the night was at 12:14 a.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Oklahoma does not have automatic recounts for elections involving candidates, but candidates may request and pay for one regardless of the vote margin. The state does require automatic recounts for statewide ballot questions if the margin is 0.5% or less of the total votes cast. The required margin is larger for state constitutional amendments. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 70 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2CW2UB6LIEXCGK7P5K32ICBFF4.jpg?auth=83f9b89c8dc9851a818e8589910ca2babe8a7d234ce2c79d13c669ba243d945f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma Republican gubernatorial candidates Gentner Drummond, left, and Mike Mazzei verbally spar at a televised debate in Tulsa, Okla., Aug. 3, 2026. (Jake Ramsey/Oklahoma Watch via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jake Ramsey</media:credit></media:content></item><item><title><![CDATA[Third time the charm? Democrat Christina Bohannan tries again in pivotal US House race in Iowa]]></title><link>https://www.local10.com/news/politics/2026/08/24/third-time-the-charm-democrat-christina-bohannan-tries-again-in-pivotal-us-house-race-in-iowa/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/third-time-the-charm-democrat-christina-bohannan-tries-again-in-pivotal-us-house-race-in-iowa/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS JUNCTION, Iowa (AP) — It may have seemed out of place for a university professor from the liberal enclave of Iowa City to be holding court at a roadside bar and grill in a rural county where Republican Donald Trump won overwhelmingly two years ago.]]></description><pubDate>Mon, 24 Aug 2026 11:00:52 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS JUNCTION, Iowa (AP) — It may have seemed out of place for a university professor from the liberal enclave of Iowa City to be holding court at a roadside bar and grill in a rural county where Republican Donald Trump won overwhelmingly two years ago.</p><p>But that's part of Christina Bohannan's long learning curve as a Democratic candidate for Congress.</p><p>“It’s a big district. It takes a lot of time to get around, get people to know you and trust you,” Bohannan told a couple dozen voters in the tiny Louisa County town of Columbus Junction on a recent Sunday afternoon.</p><p>She would know. It's her third crack at it.</p><p>Bohannan lost to Republican Rep. Mariannette Miller-Meeks in Iowa's 1st Congressional District in 2022 and 2024. Now she's banking on Trump's sagging popularity, healthcare struggles and economic concerns to put her over the top in a race that could help Democrats regain control of the U.S. House.</p><p>Miller-Meeks is digging in for a difficult campaign, describing Bohannan as a “radical progressive.” If Bohannan pulls off a victory this time, it could be the first ripple of what Democrats see as a potential national wave.</p><p>The Democrat is reaching into rural counties to shave the Republican edge</p><p>That's why Bohannan was in Louisa County, a place she did not visit in the months leading up to the 2024 election, when she lost to Miller-Meeks by only 799 votes.</p><p>It was the second-closest House race that year, and far closer than Bohannan's loss in 2022, when she fell short by 23,000 votes.</p><p>Iowa's 1st District is a microcosm of the state, largely rural with urban and suburban pockets. A geographic area larger than Massachusetts, more than half of its 20 counties have populations of less than 20,000 residents.</p><p>Cindy Starr and her husband Tim Knutson had never met Bohannan before they made the drive from nearby Wapello to see her at 92 Roadside, a Louisa County social hub named for the highway that runs past it.</p><p>“We’d never heard of any campaign event for her before,” said Starr, a 62-year-old retired social worker.</p><p>“Somebody rang our doorbell,” said Knutson, a 60-year-old retired meatpacking plant manager. “That’s never happened before.”</p><p>Two years ago, she lost the county by almost 1,400 votes.</p><p>This time, Bohannan has a more aggressive ground game, reaching out in rural counties she lost, but also beginning her canvassing in January as opposed to April. Her campaign’s door-knockers travel with a letter from Bohannan introducing herself.</p><p>Pushing against the image of a left-wing college professor</p><p>Bohannan's day job — University of Iowa law professor — can be tricky in a district where Trump won by 8.4 percentage points in 2024 and where the school is often parodied by Republicans as a haven for left-wing liberals.</p><p>“I’m not some radical,” said the 55-year-old former environmental engineer whose legal scholarship has focused on intellectual property, business innovation and copyright law.</p><p>She portrays her low-income upbringing in rural central Florida, her father’s nomadic life as a construction worker and her family’s healthcare crises during her youth as experiences that echo across the Mississippi Valley district where union manufacturing jobs have been declining for decades.</p><p>“Iowa is just a really good, common-sense state full of fair-minded, common-sense people,” she told The Associated Press. “Sometimes the Republicans have a point. I think tax dollars are precious. I think sometimes we do tend to stifle economic growth with maybe unnecessary regulation.”</p><p>Miller-Meeks did not agree to an interview.</p><p>Bohannan has been gaining ground in the district</p><p>Along with trying to shave the Republican advantage in the district's dozen-plus rural counties, Bohannan is also trying to gain a foothold in its more urban and suburban hubs.</p><p>Johnson County, with Iowa City and its teeming suburbs, and Scott County's economically diverse cities of Davenport and Bettendorf help make the district among the most competitive in the country.</p><p>Bohannan won more than 70% of the vote in Johnson County in 2022 and 2024. She also improved her performance in Scott County, losing in 2022 but winning narrowly there in 2024.</p><p>Those gains in a high-turnout presidential year, combined with the very narrow final margin — after a recount — made the decision simple for Bohannan to sign up a third time.</p><p>“That was a big part of it. That means tens of thousands of Trump voters split their ballot and voted for me,” she told The Associated Press after a stop at a Scott County Democrats’ picnic in Bettendorf. “It’s not always easy to get people, especially in this toxic political environment, from the other party to support you. But we’re taking the time. We’re going to every corner of the district.”</p><p>Now, she is trying to hold the edge in Scott County, hoping the recent move of more independent voters into the Democrats' ranks continues.</p><p>In another potential boost to Bohannan, Democratic voter registration in Iowa rose more than Republican registration ahead of the June primaries.</p><p>In Scott County, the district’s most populous, the trend has continued since the primary, said Terry Olsen, vice chairman of the Scott County Democrats and a former Republican.</p><p>“Every month it’s been moving,” Olsen said, though Democrats still narrowly trail Republicans and independent voters in the county. “But it’s a different strategy than 2024, trying to grab more of that rural vote and still boost turnout in the cities. That’s the hope, at least.”</p><p>Trump's agenda could drag down Miller-Meeks</p><p>Bohannan believes that Trump's failure to curb inflation since returning to the White House will drag down Miller-Meeks, who was first elected in 2020.</p><p>Miller-Meeks voted for measures blocking Congress from challenging Trump's emergency tariff actions, and the trade war has cut U.S. soybean sales. She has voted in support of Trump's ability to continue U.S. military operations against Iran, as drivers in her district pay nearly $4 per gallon for gas and farmers pay $5 per gallon for diesel fuel.</p><p>And Miller-Meeks last year supported Trump's signature tax-break and spending cuts bill, which is expected to reduce federal Medicaid spending over the coming years. Hospitals and other healthcare providers have warned that the changes could put additional financial pressure on rural facilities that rely heavily on Medicaid reimbursements.</p><p>Miller-Meeks, a physician, defended her record in a statement by saying “I’ve spent my career on the side of patients, not the big insurance companies and bureaucrats standing between them and the care they need.”</p><p>She said the legislation included "common sense provisions the majority of Americans support," and she said Bohannan “would have kept subsidies flowing straight to big profitable insurance companies that deny claims, jack up premiums, and restrict which doctors you can see.”</p><p>Healthcare funding pressures have surfaced in Miller-Meeks’ district. MercyOne Clinton Medical Center announced it would end its obstetrics, labor and delivery services in 2026, citing rising costs, staffing shortages, inadequate reimbursement, and changes to Medicaid policy among the factors.</p><p>“In the past, when I ran the last couple of times, people weren’t entirely clear on what Miller-Meeks had been up to,” Bohannan said. “And now people know what they are paying at the grocery store. They know what they are paying at the gas pump.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRYKIAQOXAH7HD2L5SNTSYLTII.jpg?auth=d24c2dcfaaa28691aba77c4aa6ec15d205abcbb54f31d4b31e457eca51aed746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks during the Scott County Democrats Annual Family Picnic, in Bettendorf, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUNSOVTDFMQOTYBWIWWK2MVXKY.jpg?auth=d18efbb0da9e26ab7a1eac5cdc92a17dff0a16388f2f69528b96b23b5feb4eb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend the Scott County Democrats Annual Family Picnic in Bettendorf, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKUYFPRWV7ARPFIAYC7P35655Y.jpg?auth=b2415c2e53510e939f1cc73bed589687443999bb215b203143471e7bd5f0b0e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks during a campaign event with the Louisa County Democrats, in Columbus Junction, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVC44U2IUV7WHM4HR4R5KWO5VM.jpg?auth=ad44f2e6b22717253dd52a8677b40b89d8a8fc844690961a50c79e954e99bd70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks to voters during the Scott County Democrats Annual Family Picnic, in Bettendorf, Iowa. Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HF3EFTQNIOFWZMURW2XMD5FS6Q.jpg?auth=b0d2f4c2c9b6db71db666fb1f7828c7dc4b72b7c262efb6d72bd75e5e0895eaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks during the Scott County Democrats Annual Family Picnic, in Bettendorf, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content></item><item><title><![CDATA[Mother, 2-year-old daughter killed by lightning strike in Margate, police say]]></title><link>https://www.local10.com/news/local/2026/08/23/police-mother-2-year-old-son-killed-by-lightning-strike-in-margate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/police-mother-2-year-old-son-killed-by-lightning-strike-in-margate/</guid><dc:creator><![CDATA[Pablo Hernandez, Byron Tollefson]]></dc:creator><description><![CDATA[A 31-year-old mother and her 2-year-old daughter died Sunday after they were struck by lightning in Margate, police said.]]></description><pubDate>Sun, 23 Aug 2026 21:35:36 +0000</pubDate><content:encoded><![CDATA[<p>A 31-year-old mother and her 2-year-old daughter died Sunday after they were struck by lightning in Margate, police said.</p><p><a href="https://www.local10.com/espanol/2026/08/23/cae-rayo-y-mata-a-madre-con-su-hijita-de-2-anos-en-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/cae-rayo-y-mata-a-madre-con-su-hijita-de-2-anos-en-margate/"><b>Leer en español</b></a></p><p>Margate police and Margate Fire Rescue personnel responded at about 2:30 p.m. to a 911 call about two people who had been struck by lightning and were found lying on a sidewalk near 7900 Northwest First St.</p><p>First responders immediately began treating the victims, including by performing CPR on them, according to police.</p><p>The woman, identified as Kenya Glasgow, was taken by Margate Fire Rescue to North Broward Medical Center in Deerfield Beach. The 2-year-old girl was taken to Broward Health Medical Center in Fort Lauderdale with a police escort.</p><p>Despite efforts by first responders and medical personnel, both mother and daughter died shortly after arriving at the hospitals.</p><p>Prince Moody, who lives across the street, said he had just returned from picking up groceries when he heard the lightning strike.</p><p>“I heard the loudest lightning strike I could hear, thunder, and an orange glow went through my window,” Moody said.</p><p>Moody said he was thinking about the family as he stayed at the scene.</p><p>“Imagine the family that’s actually going through this. The father, you know. I have a kid and I can imagine. My thoughts and prayers,” he said.</p><p>The incident remains under investigation by the Margate Police Department.</p><p>Police expressed their condolences to the family and loved ones of the victims.</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[Aug. 24: Heat indices to reach 100 degrees; rain returns in afternoon]]></title><link>https://www.local10.com/weather/2026/08/24/aug-24-heat-indices-to-reach-100-degrees-rain-returns-in-afternoon/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/24/aug-24-heat-indices-to-reach-100-degrees-rain-returns-in-afternoon/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Monday morning. Lows this morning are in the upper 70s thanks to the overnight showers.]]></description><pubDate>Mon, 24 Aug 2026 10:54:59 +0000</pubDate><content:encoded><![CDATA[<p>Good Monday morning. Lows this morning are in the upper 70s thanks to the overnight showers. High temperatures will be in the lower 90s, but heat indices will reach 100 degrees. Air quality is at moderate levels caused by several brush fires burning over inland Broward and Miami-Dade, plus some Saharan dust. Limit your time outdoors if you have respiratory issues. Grab the rain gear, showers and storms return again after midday and early evening hours thanks to the sea breeze. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Iran warns of a harsh response as US announces new sanctions and other Middle East news]]></title><link>https://www.local10.com/news/2026/08/24/iran-warns-of-a-harsh-as-us-announces-new-sanctions-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/iran-warns-of-a-harsh-as-us-announces-new-sanctions-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran warned that new U.S. sanctions on Tehran announced Monday would not bring peace to the region. Meanwhile, Israeli and Syrian officials met less than a week after Israeli strikes in Syria. And Israel said it killed a Hamas commander in Gaza.]]></description><pubDate>Mon, 24 Aug 2026 20:17:24 +0000</pubDate><content:encoded><![CDATA[<p>Iran warned that new U.S. sanctions on Tehran announced Monday would not bring peace to the region. Meanwhile, Israeli and Syrian officials met less than a week after Israeli strikes in Syria. And Israel said it killed a Hamas commander in Gaza.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East on Monday. Full coverage can be found here.</p><p>Iran threatens response ahead of US sanctions announcement</p><p>Iran’s Foreign Ministry spokesperson warned that Tehran would respond harshly to expanded U.S. sanctions, including measures against countries it sees as cooperating with Washington.</p><p>“Any escalation of this situation will undoubtedly bring about consequences,” Esmail Baghaei said. “Our hands are not tied.”</p><p>The new head of Iran’s top security body warned Sunday that Tehran will see any country’s support for the sanctions as an “act of war.”</p><p>The expanded sanctions come after weeks of impasse. The United States has not dislodged Iran’s grip on the Strait of Hormuz, through which a fifth of the world’s traded oil passed before the war started nearly six months ago.</p><p>Iran's demands for reopening the strait include lifting the U.S. naval blockade, withdrawing U.S. forces from the region and reparations for damages sustained in the war. It has held separate talks with Oman, on the other side of the strait, on jointly managing the waterway regardless of whether a new deal is brokered with the U.S.</p><p>Sanctions have historically raised prices of basic goods in Iran, but after decades of withstanding them, Iran’s economy has adapted through finding new trading partners and building domestic industries.</p><p>The country's currency hit a record low on Monday.</p><p>China warns new sanctions will 'escalate the situation'</p><p>China said Monday that sanctions and additional pressure “will not help resolve the issue,” as the U.S. has threatened to impose secondary sanctions on countries that trade with Iran.</p><p>“They will only exacerbate tensions and escalate the situation, which is in no one’s interest,” Foreign Ministry spokesperson Lin Jian said during a daily briefing in Beijing.</p><p>He added that China was calling on all parties to avoid measures “that could further intensify differences and conflicts and disrupt global economic development and financial stability.”</p><p>China is considered the biggest buyer of Iranian oil, and was importing more than 80% of Iranian oil before the U.S.-Israeli war with Iran.</p><p>Netanyahu claims Iranian assassination attempt on his son</p><p>Israeli Prime Minister Benjamin Netanyahu told Israel’s Channel 14 television that Iran had attempted to assassinate one of his sons. He said that without security around his son, the attempt would have succeeded.</p><p>“Iran targeted one of my sons. Iran tried to murder one of my sons,” he said in a phone interview with the television station.</p><p>Netanyahu did not say which son, where the attempt happened, what the attempt was and how it was thwarted. His office also gave no further details when asked by The Associated Press.</p><p>Israeli and Syrian officials meet following an Israeli airstrike</p><p>Syrian Foreign Minister Asaad al-Shibani met over the weekend with a high-level Israeli delegation in Jordan to try to defuse tensions after Israel last week struck an air base in northern Syria, Syrian state news agency SANA reported.</p><p>The U.S.-mediated discussions on Sunday focused on restarting negotiations for a future security agreement, SANA said.</p><p>Israel struck the Abu Duhur air base in Idlib province, saying it aimed to stop Turkey — which has supported the new Syrian government’s efforts to rebuild its armed forces after 14 years of civil war — from establishing a presence there.</p><p>Syrian officials during the talks asserted the right to develop an army and freely forge alliances with any country, SANA said.</p><p>They also called for the withdrawal of Israeli forces from a buffer zone in southern Syria they have occupied since December 2024, and reiterated Syria’s stance that the Golan Heights — which Israel captured in the 1967 Mideast war and later annexed — is Syrian territory.</p><p>Israeli officials didn't immediately comment on the meeting.</p><p>Israeli strikes kill 4 in Gaza, including 2 children</p><p>Israeli strikes killed at least four people Monday in the war-torn Gaza Strip, including two children, hospital officials said.</p><p>In the Bureij refugee camp in central Gaza, a strike hit a building after residents said they received an evacuation warning. A 4-year-old child was killed after his family was unable to flee, according to Awda Hospital. His mother and sister were wounded.</p><p>Four other structures, including mosques, were hit after residents said they received evacuation warnings, sending scores of already displaced Palestinians fleeing again. Smoke rose over a landscape of rubble and destroyed buildings as elderly people pushed wheelchairs or used canes, women carried babies and others sprinted for safety.</p><p>Commenting on some of the strikes, the Israeli military said it struck Hamas weapons storage facilities in mosques after issuing warnings, but provided no evidence.</p><p>Separately, Israel said it killed a militant affiliated with Hamas’ special forces unit in an overnight airstrike. Israel says it targets Palestinian militants who participated in the Oct. 7, 2023, attack that sparked the war.</p><p>Israel has announced targeted strikes on six of the seven days since U.S. negotiator Jared Kushner’s meeting with Israeli Prime Minister Benjamin Netanyahu last week hoping to push the ceasefire deal forward.</p><p>At least 1,288 Palestinians have been killed since the ceasefire took effect last October, according to Gaza’s health ministry, part of the Hamas-run government. Its numbers are generally considered reliable by the international community.</p><p>A Palestinian American says he can’t freely leave West Bank home</p><p>Loui Ridi had traveled from Ohio a week ago to join his relatives at his home in the village of Qusra in the occupied West Bank, which was besieged this month by Israeli settlers. He says he is unable to move freely.</p><p>The Israeli military declared the area a closed zone to restore order in Qusra. Ridi said settlers returned throughout the week to the hill above his house.</p><p>Since Israeli settlers surrounded the house more than two weeks ago, preventing occupants from leaving, Israeli soldiers have encouraged them to leave but Israel’s police have not announced arrests.</p><p>The siege and Israel’s response have sparked condemnation from Israeli rights groups and foreign officials, including U.S. Ambassador to Israel Mike Huckabee, who called the violence terrorism.</p><p>Palestinians consider the West Bank, home to some 3 million Palestinians and 560,000 Israeli settlers, the heart of any future state and have condemned Israel’s expansion there. This year has seen a dramatic spike in violence carried out by Israeli settlers against Palestinians.</p><p>Trump administration removes Syria from blacklist</p><p>The Trump administration on Monday formally removed Syria from the U.S. State Department’s blacklist of state sponsors of terrorism, making permanent a series of sanctions removals that had been initially announced more than a month ago.</p><p>U.S. Secretary of State Marco Rubio had announced the move in early July, but there was a 45-day period for congressional review before it was formalized. That review period has now expired and sanctions related to the designation have been almost completely removed, the State and Treasury departments said.</p><p>“Treasury is following through on President Trump’s promise to give the Syrian people a chance at greatness,” Treasury Secretary Scott Bessent said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ERUPEXHGFNR2TOUG3XUFI3B6I.jpg?auth=d6535cc30db5a4fcc12b7291ab039aadc529ae333851b7a05a7dc4e20a158828&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcyclists pass a billboard depicting U.S. President Donald Trump underwater amid explosions, with the words "Great Victory! Strait of Hormuz," in Tehran, Iran, Monday, Aug. 24, 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/4FI22BLRL5LXZJPKUJSEX4BPCA.jpg?auth=8a1dd3bfa6cff910f4898d9c8f1cc5e353b8316659a3d443c20f3b8b51e5629d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Decommissioned Syrian air force planes are seen at the Abu Duhur military air base east of Idlib, following the takeover of the area by Syrian opposition fighters on Saturday, Dec. 7, 2024. (AP Photo/Omar Albam, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Albam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZ4FN4KCISFPZEXYFL55UW7V7I.jpg?auth=bb35916a94c50f7873f526f0cbe1d7edb312bb080a83cc2446f90a37ca20a894&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk amid the ruins of buildings destroyed by Israeli airstrikes during the war with Hamas, in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHUJUFDDYKWIVBSHKIWO5RXEQQ.jpg?auth=d2863136768b3c439010201a5e0fad0e1d0ac06b508e93964194620df4561529&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Revolutionary Guard commander Mohsen Rezaei casts his ballot during the parliamentary and Assembly of Experts elections at a polling station in Tehran, Iran, March 1, 2024. (AP Photo/Vahid Salemi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[He was waiting for his son to return from the USS Lincoln. Then Border Patrol arrested him]]></title><link>https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, AMY TAXIN and JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[When Luis Manuel Aviles was arrested by immigration authorities, his son was entering his ninth month on the USS Abraham Lincoln with the Navy — a vessel that set a U.S. military record for uninterrupted time at sea, stirring concerns about supply shortages and deteriorating mental health among soldiers.]]></description><pubDate>Sun, 23 Aug 2026 23:10:56 +0000</pubDate><content:encoded><![CDATA[<p>When Luis Manuel Aviles was arrested by immigration authorities, his son was entering his ninth month on the USS Abraham Lincoln with the Navy — a vessel that set a U.S. military record for uninterrupted time at sea, stirring concerns about supply shortages and deteriorating mental health among soldiers.</p><p>Luis Manuel Aviles, 48, was arrested after leaving his house to take his car to the mechanic, according to his wife, Argelia Aviles. She said her husband, a handyman in Key West, Florida, has a permit to work in the United States. Originally from Nicaragua, he has lived in the U.S. for 19 years.</p><p>“He dedicates himself only to work so he can put food on the table at home. He is a good father. He loves his children with all his soul,” said Argelia, 47.</p><p>Aviles’ arrest comes as the Trump administration rolls back immigration protections for military families to pursue its mass deportation agenda, detaining at least dozens of parents and spouses of active-duty U.S. troops.</p><p>At least six family members have been deported and one self-deported, the AP found in the first accounting of such detentions, which the government does not track. One spouse, the wife of a U.S. soldier who spent more than a month in federal immigration detention, was removed from a deportation flight to Brazil after the AP’s reporting.</p><p>One of the military’s most highly advertised immigration benefits is “military parole-in-place,” which allows the spouses, children and parents of active-duty service members and veterans to obtain legal immigration status from within the country. Not everyone qualifies: those who overstayed visas or who already applied for legal status at the border, for example.</p><p>The Department of Homeland Security said in a statement that Border Patrol agents arrested Luis Aviles on Saturday in Key West and that he will remain in ICE custody while the government seeks to deport him.</p><p>“Having a family member in the military is not a free pass to violate our nation’s laws,” the department said Sunday, adding that the Trump administration “does not pick and choose which laws to enforce.”</p><p>Aviles’ son said in a Facebook post that he has been working 12-hour work shifts for more than 250 days without a break on the USS Lincoln, which is deployed in the Middle East. The deployment has raised widespread concerns about the impact on service members who are away from land for long periods, food shortages, as well as the increasing strain on the ship and its equipment.</p><p>The Pentagon referred all questions to the Navy. The Navy didn’t immediately respond to an emailed request for comment on Sunday afternoon. Defense Secretary Pete Hegseth previously called conditions aboard the Lincoln “completely misrepresented.”</p><p>Joshua Aviles wrote in his post on Saturday that he was still on the USS Lincoln “fighting for a country that has given me everything” when he got a call about his father’s detention on Saturday morning.</p><p>“This is heartbreaking for me. I don’t know how I can mentally continue working 12+ hour days knowing that my dad is somewhere, possibly treated like a criminal,” Joshua Aviles wrote.</p><p>Katherine Delgado, 28, Joshua Aviles’ sister, said that Joshua joined the military in part because he thought it would improve his father’s chances of getting citizenship and so that he would “no longer be living in fear of being arrested.”</p><p>She said being apart from Joshua, who she calls her “best friend” and her “ride-or-die,” has been devastating.</p><p>“I spent weeks without knowing where he was,” Delgado said. Once she heard from him, and was told that he wasn’t getting enough food, she said, she has spent hundreds of dollars to send him care packages with food and hygiene products — some of which never arrived.</p><p>Joshua is “supposed to come home soon,” Delgado said, referring to news that the ship her brother is on will soon be brought out of service in the Middle East. “And he’s gonna come home without his father.”</p><p>The son’s lengthy deployment has been challenging for Luis Aviles, according to his wife. He told her that he was looking forward to the deployment finally coming to an end. When six months passed and his son didn’t come back, Aviles was distraught, she said.</p><p>“He was excited,” she said. “He wanted to hug his son, as he hadn’t seen him for nine months.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OL3CDZUQXCEWOI42PJDOCG44RU.jpg?auth=7dc1374a651b4cafdbd6a17c3dddfd94cd938bc49c99464127164588e1999dc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo courtesy of Katherine Delgado shows her step-father Luis Manuel Aviles, left, and her brother Joshua Aviles stand outside their home in Oct. 2025, shortly before Joshua deployed on the USS Lincoln the following month in Key West, Fla. (Katherine Delgado via the AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Katherine Delgado</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>Mother, 2-year-old daughter killed by lightning strike in Margate</li><li>Lightning to blame for several brush fires burning in West Miami-Dade</li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></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[European leaders mark Ukraine’s 35th Independence Day as Russian invasion pushes on]]></title><link>https://www.local10.com/news/world/2026/08/24/european-leaders-mark-ukraines-35th-independence-day-as-russian-invasion-pushes-on/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/european-leaders-mark-ukraines-35th-independence-day-as-russian-invasion-pushes-on/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — European leaders joined President Volodymyr Zelenskyy in Kyiv on Monday to celebrate the 35th anniversary of Ukraine’s independence and boost its long-range missile program as Russia pressed on with its 4-year-old invasion of the country.]]></description><pubDate>Mon, 24 Aug 2026 16:31:21 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — European leaders joined President Volodymyr Zelenskyy in Kyiv on Monday to celebrate the 35th anniversary of Ukraine’s independence and boost its long-range missile program as Russia pressed on with its 4-year-old invasion of the country.</p><p>One of President Vladimir Putin’s key goals in starting a war with Russia’s neighbor in February 2022 was to return Kyiv to Moscow’s orbit. Ukrainian lawmakers voted on Aug. 24, 1991, to proclaim the country’s independence, and a nationwide referendum later that year overwhelmingly approved it.</p><p>With no significant changes on the front line for months and no apparent progress after more than a year of U.S.-led peace efforts, both countries are locked in a spiral of escalating aerial attacks that are killing civilians and smashing infrastructure.</p><p>Europe rallies around Ukraine</p><p>U.K. Prime Minister Andy Burnham, on his first overseas trip since taking office last month, joined almost a dozen other European leaders, as well as other dignitaries in Kyiv on Monday.</p><p>“For Ukraine, independence is not an abstract idea. We defended it against all odds,” Ukrainian Foreign Minister Andrii Sybiha said on social media. “In times like these, nations learn how important it is to have allies by your side.”</p><p>Burnham co-chaired a meeting of what's been dubbed the Coalition of the Willing — a group of over two dozen countries helping Ukraine resist Russia's onslaught.</p><p>Burnham said he is pushing British industry to help a Ukrainian project that is working on a low-cost alternative to the U.S.-made Patriot air defense systems that are desperately needed but are in short supply. He urged other countries to encourage Washington to adopt stiffer sanctions on Russia and press Moscow to accept U.S. attempts to secure an unconditional ceasefire.</p><p>Zelenskyy said in a speech at Kyiv’s St. Sophia Square that the presence of European leaders reflected continental fears about Russia’s wider ambitions.</p><p>“We all understand that in this Russian war against us — against Ukraine — far more is being decided than the future of Ukraine and Eastern Europe,” he said.</p><p>“No nation in a war like this could rely solely on its own weapons," Zelenskyy said. "No nation could withstand attacks of such intensity without the world’s help.”</p><p>Ukraine eyes local production of Anglo-French missile</p><p>The leaders brought pledges of further military and financial support. Burnham announced his government has agreed to allow defense company MBDA to release classified information relating to British components used in the SCALP long-range missile. That paves the way for France and Ukraine to advance plans for the weapon's production in Ukraine.</p><p>SCALP is the French version of the U.K.’s Storm Shadow missile, with both systems incorporating shared technology.</p><p>“Ukraine has been Europe’s protector, not a drain on our security, but the front line of keeping Europe safe,” Burnham said, adding that Kyiv and its partners “must keep up the pressure on Moscow.”</p><p>Kremlin spokesman Dmitry Peskov said the Kremlin views the plan “extremely negatively.” He accused the U.K. of “taking part in this war” on Kyiv’s side.</p><p>Ukraine has leaned heavily on NATO countries for help fighting Russia’s bigger army, although relations with the United States have been cooler under President Donald Trump.</p><p>Russia, meanwhile, is getting help from North Korea and China.</p><p>Ukraine displays its drones in a parade</p><p>Ukraine’s swift development of innovative drone technology has enabled it to blunt Moscow’s battlefield progress as well as hit targets deep inside Russia, as far as 2,000 kilometers (1,200 miles) from their border. The speeches in St. Sophia Square were accompanied by a parade of domestically produced weapons.</p><p>Both Russia and Ukraine are trying through long-range strikes to inflict economic pain, disrupt military supplies and erode public morale.</p><p>Ukraine's long-range drones have repeatedly hit facilities in Russia's vital oil industry, causing fuel shortages, and have also engaged in a campaign against Russia's largest online retailer, Wildberries.</p><p>But foreign suppliers also have to take into account their own needs, weapon production levels and the depth of stockpiles.</p><p>As the air war has intensified, Ukraine’s stocks of Patriot interceptors to counter Russia’s ballistic missiles have dwindled. Kyiv urgently needs more interceptors before winter, when Russia routinely bombards its power grid, but the demands of the Iran war and slow output of the sophisticated interceptors have left Ukraine short and vulnerable.</p><p>Finnish President Alexander Stubb said he believed that striking Russian targets like Wildberries was a “sensible military strategy” that would hasten peace negotiations.</p><p>Ukrainian strikes kill 3 teenagers</p><p>Three teenagers were killed and six children were wounded in the southern Russian city of Krasnodar, Russia’s children’s rights ombudswoman Maria Lvova-Belova said, as Ukraine attacked several warehouses of Ozon, another online retailer, for the third straight day, according to officials and the company.</p><p>Ozon said a large fire raged at its logistics facility in the suburbs of Krasnodar following the overnight attack.</p><p>A drone also hit the grounds of an Ozon logistics center in the southern Russian region of Adygeya, said regional Gov. Murat Kumpilov, although the company said its warehouse wasn’t damaged.</p><p>In all, four Ozon premises appeared to have been targeted.</p><p>Meanwhile, Ukraine’s General Staff said its forces struck the Russian state-owned Kamenetsky Combine defense company in the Rostov region overnight, starting a fire. The plant produces rocket and missile fuel, it said.</p><p>Russia's Defense Ministry said its air defenses overnight intercepted and destroyed 351 Ukrainian drones over eight Russian regions, the Crimean Peninsula and the Azov and Black seas. Moscow illegally annexed Crimea in 2014.</p><p>The ministry also said its forces overnight struck Ukrainian ports and vessels delivering military cargo.</p><p>Russia has also turned its sights on Ukrainian shopping malls, supermarkets and gas stations in recent months. Russian drones struck a shopping center in central Ukraine in a daytime attack Friday, killing 16 people and wounding 130, Ukrainian officials said.</p><p>Ukraine’s southern Odesa region came under a large-scale Russian missile and drone attack Monday, with food storage facilities and energy infrastructure among the targets, regional authorities reported.</p><p>Eighteen people, including two children, were injured in a Russian drone strike on Chernihiv in northern Ukraine, according to Ukraine’s Emergency Service.</p><p>It was not possible to independently verify each side's reports.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WIYXOZLDPHDZNYTIBCQNFD5RI.jpg?auth=1303aecf9335ad22458d830ffe878f312d34e54c22752e740456a11605ab1109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian and foreign officials attend a ceremony marking Ukraine's Independence Day in Kyiv, Ukraine, Monday, Aug. 24, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBTOGRWD5ZFFYZNVOQCTEEJIGI.jpg?auth=7b844ce603ba034a5284d7373e476abfc19a1d6f133e44d2edc67fa60ec5cb58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy hands over the flag of a military unit during the ceremony to mark Ukraine Independence Day in Kyiv, Ukraine, Monday, Aug. 24, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOXPB3FVJTC7INCM73O2OCFOTE.jpg?auth=8f1016dab0c6c3d404fed47547e0ce4c527753707d0b7c1a2a1ca2e7314731a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Luxembourg's Prime Minister Luc Frieden, Moldova's President Maia Sandu, Finland's President Alexander Stubb, Britain's Prime Minister Andy Burnham, Ukraine's President Volodymyr Zelenskyy, Ukraine's Prime Minister Sergiy Koretsky, EU Council President Antonio Costa, Lithuania's President Gitanas Nauseda listen to France's President's Emmanuel Macron speaking via video conference during the Coalition of the Willing meeting, in Kyiv, Ukraine, Monday, Aug. 24, 2026. (Henry Nicholls/Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6N7SYDX3MNP7TDYQPPCT2R5C6Q.jpg?auth=9c6c1a22caa5a56298cb3389b851f672bee916215f1f7823644ebe2ab6d79906&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, left, looks at Ukraine's President Volodymyr Zelensky delivering a speech during a commemorative ceremony marking Ukraine's 35th Independence Day outside St. Sofia cathedral in Kyiv, Ukraine, Monday, Aug. 24, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PK5J5A3D254DGJYY76HCQVNPWI.jpg?auth=8bf6961ff126ecf8f0f8de9228c774eef4fd26914ee766fe702762fb539e0ba5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke raises above a shopping mall following a Russian air attack in Odesa, Ukraine, Monday, Aug. 24, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content></item><item><title><![CDATA[Wall Street drifts at the start of a week that could swing stocks and bonds]]></title><link>https://www.local10.com/news/2026/08/24/wall-street-drifts-at-the-start-of-a-week-that-could-swing-stocks-and-bonds/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/wall-street-drifts-at-the-start-of-a-week-that-could-swing-stocks-and-bonds/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks drifted to a mixed finish Monday as the countdown ticks toward potentially market-moving events coming later in the week. The areas of the bond market  that the U.S. Treasury Department is trying to calm down, meanwhile, eased a bit.]]></description><pubDate>Mon, 24 Aug 2026 21:03:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks drifted to a mixed finish Monday as the countdown ticks toward potentially market-moving events coming later in the week. The areas of the bond market  that the U.S. Treasury Department is trying to calm down, meanwhile, eased a bit.</p><p>The S&P 500 slipped 0.3% and pulled a bit further from its all-time high  set earlier this month. The Dow Jones Industrial Average added 140 points, or 0.3%, and the Nasdaq composite fell 0.8%.</p><p>Tech stocks led the way downward following big swings through the summer on worries that the frenzy around artificial-intelligence  technology sent prices too high and that the huge demand for AI chips won’t be sustainable if they don’t produce enough profits.</p><p>Chip giant Nvidia has been a tremendous winner of the AI boom and become Wall Street’s largest and most influential stock because of it. It will deliver its latest quarterly earnings report on Wednesday, which could dictate the next big move for AI-related stocks.</p><p>Nvidia sank 2.9% and was the heaviest weight on the S&P 500, where the majority of stocks rose. Drops of 5.8% for Micron Technology and 2.6% for Broadcom also helped drag the index lower.</p><p>All told, the S&P 500 fell 21.51 points to 7,652.86. The Dow Jones Industrial Average rose 140.15 to 53,417.16, and the Nasdaq composite sank 200.26 to 25,980.19.</p><p>The other big factor moving stocks recently has been the bond market, where longer-term Treasury yields climbed through the summer on worries about high inflation, huge government debts and other factors. High yields make it more expensive for everyone to borrow, not just the government, and have already pushed up mortgage rates  and hurt the housing industry.</p><p>The U.S. Treasury Department announced a surprise move last week  to increase the size of planned buybacks of Treasurys, which could help contain the rise in yields for 10- and 30-year Treasurys. But analysts warned the move may have only a limited effect because of how small the size of the buybacks are and how they do not fix the fundamental problems of too-high debt for the U.S. government and expensive oil prices because of the war with Iran.</p><p>On Monday, the yield of the 10-year Treasury eased to 4.70% from 4.74% late Friday and is back below where it was late Tuesday, before the U.S. Treasury Department made its surprise announcement.</p><p>Helping to bring yields down on Monday was a drop in oil prices. Brent crude fell 2.3% to $90.54 per barrel.</p><p>Last month it zigzagged between $72 and $102 as hopes rose and fell that the United States and Iran  could reach a deal that would allow oil tankers to freely exit the Persian Gulf again. The United States on Monday announced new sanctions aimed at Iran, which helped drag the value of Iran's currency to a record low against the U.S. dollar.</p><p>Despite Monday’s easing of Treasury yields, analysts warn the U.S. government’s attempts to influence the bond market could ultimately mean higher pressure on inflation. Inflation already is worse than nearly everyone would like and has been for years.</p><p>That raises the pressure on the Federal Reserve to raise the federal funds rate, which affects very short-term overnight loans. When the Fed raises that rate, it could help keep a lid on inflation by trying to slow the overall economy and undercutting prices for stocks and other investments.</p><p>The Fed’s new chairman, Kevin Warsh, is set to deliver a speech Friday at an economic symposium in Jackson Hole, Wyoming. The mountain setting has been the backdrop for major Fed policy announcements in the past, but investors are unsure of what they may get from Warsh this time around.</p><p>Warsh has insisted that he wants to give financial markets fewer clues about what the Fed will do with interest rates, hoping that markets react more to incoming data about the economy and inflation than to what the Fed is signaling.</p><p>But with U.S. Treasury Secretary Scott Bessent announcing his move last week, Warsh now holds the ball, according to economists at Bank of America. Expectations are high among investors for Warsh to talk about inflation and how the Fed could potentially react, and a failure to deliver could lead to bond yields rising further, they said.</p><p>In stock markets abroad, indexes dipped around much of the world. South Korea’s Kospi fell 3.1%, and Hong Kong’s Hang Seng dropped 1.9% for two of the biggest moves.</p><p>Seoul has been home to some of the world’s sharpest swings this summer because it is dominated by two tech titans benefiting from the AI boom, Samsung Electronics and SK Hynix.</p><p>___</p><p>AP Business Writers Michelle Chapman and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ATCPEKFW2GROENI4BYISNR7Y7Q.jpg?auth=4c605f4d297a06309e1ededd61f22fb33a49c1a717bf4f3a4a28ccd53cb46204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialists Dilip Patel, right, and Dylan Halvorsen work on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HBZ45ZCUMC4A33EQRUCBNXAFX4.jpg?auth=4ef59b208ecf5699234f970850cb141af99eaec8c979a446fff21fd1a78df0f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders work on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Yordan Alvarez's Triple Crown bid will have to survive a major challenge from the AL East]]></title><link>https://www.local10.com/sports/2026/08/24/yordan-alvarezs-triple-crown-bid-will-have-to-survive-a-major-challenge-from-the-al-east/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/yordan-alvarezs-triple-crown-bid-will-have-to-survive-a-major-challenge-from-the-al-east/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[As the season winds down, Houston slugger Yordan Alvarez will have to worry about two sets of spoilers.]]></description><pubDate>Mon, 24 Aug 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>As the season winds down, Houston slugger Yordan Alvarez will have to worry about two sets of spoilers.</p><p>The first is the more traditional type — teams that will try to beat the Astros in key games and deny them a spot in the postseason.</p><p>The other includes individual spoilers — players who could prevent Alvarez from making history as baseball's next Triple Crown winner.</p><p>Alvarez currently leads the American League with a .320 average, 36 home runs and 90 RBIs. If he holds onto the top spot in all three categories, he'd be the first batter to win the Triple Crown since Miguel Cabrera in 2012. The biggest threats Alvarez faces all come from the AL East.</p><p>The next-highest batting averages in the AL both belong to Tampa Bay players — Chandler Simpson at .310 and Yandy Díaz at .306. Fortunately for Alvarez, there aren't any stealth candidates — players with high averages who don't currently have enough plate appearances to qualify, but would by the end of the season.</p><p>The home run race is currently the tightest, with Tampa Bay's Junior Caminero just one behind with 35. Ben Rice of the New York Yankees has 34. There are times when Alvarez seems like Houston's only major threat offensively, and he's been intentionally walked 28 times — way more than Caminero (10) and Rice (four). Those lost opportunities could matter in a close race.</p><p>Alvarez's closest competition in RBIs is Baltimore's Pete Alonso, who has 85. Alonso recently went on a 14-game hitting streak. Caminero is also in the mix with 83 RBIs.</p><p>When Cabrera pulled off the Triple Crown in 2012, he had to hold off Hall of Famers Joe Mauer and Adrian Beltre in batting average, as well as likely Hall of Famer Mike Trout. He finished one homer ahead of Josh Hamilton and Curtis Granderson.</p><p>Trivia time</p><p>Alvarez broke Jeff Bagwell's franchise record for intentional walks in a season. Bagwell drew 27 in 1997. Who is in third place on that list for Houston?</p><p>Performance of the week</p><p>Pete Crow-Armstrong hit a leadoff homer in the bottom of the first and a walk-off shot in the 10th to give the Chicago Cubs a 7-5 win over the White Sox on Monday night.</p><p>The Cubs then won in walk-off fashion again a night later against the White Sox, but were beaten via the walk-off twice in a row by Seattle later in the week. The Cubs have 13 walk-off wins this year, the most in baseball, but the White Sox and Mariners aren't far behind with 11.</p><p>Comeback of the week</p><p>Philadelphia was down 4-0 with two outs in the bottom of the ninth Sunday before rallying for a 6-4 victory over St. Louis. Edmundo Sosa hit a three-run double, and Bryan De La Cruz hit a single that tied the game. Then Kyle Schwarber won it with his major league-leading 39th homer of the season.</p><p>It was the ninth straight victory for the Phillies, who now trail first-place Atlanta by only three games in the NL East. The Braves were 9 1/2 games up less than two weeks ago.</p><p>It's been a bizarre season for Philadelphia, which was 8-18 by late April, then went 48-27, then lost eight of its last games in July before going 16-5 so far in August.</p><p>Team of the week</p><p>Kansas City was the lone team to go 7-0 over the past week, although the Phillies and Los Angeles Dodgers both went 6-0. The Royals took advantage of four games against the dreadful Athletics before sweeping three in a row from a Detroit team that's chasing a playoff berth.</p><p>Last-place Kansas City is actually 36-30 at home this year but has gone 22-44 on the road.</p><p>Trivia answer</p><p>Rusty Staub drew 24 intentional walks for the Astros in 1968.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EEZ4EXUS42EKI2EPEDSGKIIX6Q.jpg?auth=a7019fd68e705324792ce08ccef9709242d8357000aa4e3bfd36d299db981240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez, right, reacts after fouling a pitch off his foot in front of Athletics catcher Brian Serven during the fourth inning of a baseball game Sunday, Aug. 23, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[3-year college degrees grow more popular in the US, saving time and cash. But critics aren't sold]]></title><link>https://www.local10.com/news/2026/08/24/3-year-college-degrees-grow-more-popular-in-the-us-saving-time-and-cash-but-critics-arent-sold/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/3-year-college-degrees-grow-more-popular-in-the-us-saving-time-and-cash-but-critics-arent-sold/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, Associated Press]]></dc:creator><description><![CDATA[Giles Sims, 34, was sick of getting passed over for jobs because he didn’t have a college degree.]]></description><pubDate>Mon, 24 Aug 2026 19:01:11 +0000</pubDate><content:encoded><![CDATA[<p>Giles Sims, 34, was sick of getting passed over for jobs because he didn’t have a college degree.</p><p>But with a wife and a widowed mother to help support, he needed a quick solution. So the laid-off web developer turned to one of a growing number of three-year degree programs.</p><p>“I can’t afford to be out of the workforce for four years. That just seems like forever, and the three-year made it seem less daunting,” said Sims, a student at Ensign College, a private Salt Lake City school that recently changed all its bachelor’s degrees to require fewer classes than a traditional four-year degree.</p><p>The condensed programs have exploded in popularity. As of this spring, 26 U.S. states have a college that offers at least one reduced-credit, three-year bachelor's, according to the nonprofit research group RAND.</p><p>Advocates say these programs are a solution to the college affordability crisis and a godsend for non-traditional students like Sims.</p><p>Critics, however, worry that they’ll narrow too much what students learn, confuse employers, limit graduate school options and create headaches in fields that require state licenses.</p><p>The American Association of University Professors, for one, says the programs devalue the meaning of a college credential.</p><p>“This is not innovation. This is just cutting corners,” said Todd Wolfson, AAUP's president.</p><p>A new option to graduate more quickly, but with reduced credit</p><p>For decades, colleges have offered accelerated programs that let students finish faster, often by forgoing long summer breaks, maximizing transfer credits and condensing semester-long courses into shorter, five- to 10-week terms.</p><p>But those programs maintained the same course load, measured as credits. The new programs let students finish faster by completing as few as 90 credit hours. That shaves a year off the typical 120-hour bachelor’s degree.</p><p>Three-year bachelor’s degrees are common in other countries including the United Kingdom, India, France and Italy. But they can create complications for graduates seeking admission to U.S. graduate schools, which sometimes require extra coursework.</p><p>Some of the earliest colleges in colonial America, modeled after English institutions like Oxford and Cambridge, initially had three-year degrees, said John Thelin, the author of “A History of American Higher Education.” By the 19th century, the four-year format had taken hold, partly because there wasn’t an established system of public high schools to prepare students, Thelin said.</p><p>“The colleges would have to kind of start from scratch,” he said.</p><p>A change in accreditation opened the door to shorter degrees</p><p>The idea of bringing three-year degrees to the U.S. got attention in 2009 when Robert Zemsky, the founding director of the Institute for Research on Higher Education at the University of Pennsylvania Graduate School of Education, argued in a Newsweek cover story that three-year degrees could shake up a broken system.</p><p>But there was a roadblock, he recalled recently. “Accreditors said, ‘College is 120 credits, not 90 credits,’” he said.</p><p>Years passed. And in 2022, amid mounting concerns about college affordability, Zemsky helped revive the idea. The College-in-3 Exchange was born, and dozens of higher education institutions joined the network to look for ways to help students get degrees faster.</p><p>The Northwest Commission on Colleges and Universities was the first accreditor to say yes in 2023, when it approved reduced-credit programs at Ensign and Brigham Young University-Idaho. Other accreditors quickly followed.</p><p>As of May, 119 reduced-credit programs had been publicly announced, according to the RAND analysis, which was conducted to help education officials in Ohio as they weigh the feasibility of reduced-credit degrees.</p><p>It comes at a time when tuition and fees averaged $11,950 for in-state students at public schools and $45,000 at private nonprofits last school year, although many students get discounts that reduce the price, according to a report from the College Board, the nonprofit that oversees the SAT.</p><p>Some degrees are easier to compress</p><p>Private nonprofit schools offer three-quarters of the reduced-credit programs, frequently online. Typically, they compress the majors by reducing electives. Business degrees in fields such as marketing and management are the most common, followed by computer and information sciences.</p><p>Other majors, such as engineering, with its extensive math requirements, have been harder to shrink. And RAND found just six reduced-credit degrees in teacher education, which involves real-world experience requirements and state licensure.</p><p>Jill Cohen, 42, lives on a ranch in rural Yoder, Colorado, and is completing her teaching degree through one such program at Indiana Wesleyan.</p><p>She quit her old job selling life insurance and turned to teaching after a farming accident nearly claimed her life. Already, she is in the classroom, teaching middle school English, as she works on the degree through a special “Grow Your Own” program designed to address staff shortages.</p><p>Because her home is busy — she has twin 12-year-olds, along with a menagerie that includes horses, goats and chickens — she appreciates the streamlined degree.</p><p>“Why do I need to take, you know, underwater basket weaving when I could just take the evolutionary structure of the English language — what I’m going to be teaching,” she said.</p><p>However, programs with state licensing requirements are one of the biggest worries for Jenna Kramer, a policy researcher at RAND.</p><p>Indiana Wesleyan, which has a growing slate of reduced-credit offerings, said its education programs are specifically designed to meet Indiana licensing requirements. Students from elsewhere will need to check if the programs meet their state requirements, said Pam Downing, the school's director of communications, in an email.</p><p>The RAND report also found the programs are so new that there are no standard practices for admitting three-year degree recipients into graduate school.</p><p>Students acknowledge it's a gamble</p><p>Gabriella Staten, a 20-year-old student in the reduced-credit digital marketing program at Mount Mary University, a Catholic women’s institution in Milwaukee, estimates it will save her at least $20,000. While she sometimes wonders whether employers will take her degree as seriously as a four-year degree, she decided she could prove herself.</p><p>“Even if they were to look a little bit down on the three-year pathway, I can show them otherwise with the work,” she said.</p><p>Wesley Hardy, who is three semesters into a bachelor of applied science in accounting at Ensign, also sees the pros and cons. He likes that the three-year format will get him into the workforce faster.</p><p>But he noted that the requirements to become a certified public accountant — something he has considered — vary by state. Many require 120 semester hours to sit for the exam and 150 to become licensed. Graduate school often is needed.</p><p>Bruce Kusch, president of Ensign, said he has talked to multiple college presidents and doesn’t anticipate that graduate school will be a problem. But Hardy, 22, has questions about how it would work.</p><p>“Would I have to take extra classes?” he asked. “It’s definitely something I’ve thought of.”</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMEPQN3VLIQ4DLGRIWEUBGKQDM.jpg?auth=8ec7647075bb3b5ac43ad8f6f82df47c543f93f4c44898576822d07f9a66a358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giles Sims, who is getting a 90-hour bachelor of applied science in communication from Ensign College poses for a portrait on campus in Salt Lake City, Utah Thursday, Aug. 6, 2026, in Salt Lake City. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NX4EUVURWPHYMFRDYQOZJUOPHE.jpg?auth=6f49d418a03f4c02d69b55c00134055cec6c7f75d6859af605ee1612086138aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giles Sims, who is getting a 90-hour bachelor of applied science in communication from Ensign College poses for a portrait on campus in Salt Lake City, Utah Thursday, Aug. 6, 2026, in Salt Lake City. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XRKWRDPWQR53R6BVJN7H6VHX2U.jpg?auth=3cebd910099d07527c4e135b2dbbc6feab5167bef6b1430f0959d03fe5975ff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giles Sims, who is getting a 90-hour bachelor of applied science in communication from Ensign College poses for a portrait on campus in Salt Lake City, Utah Thursday, Aug. 6, 2026, in Salt Lake City. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content></item><item><title><![CDATA[Detectives investigate shooting after finding man injured in Miami ]]></title><link>https://www.local10.com/news/local/2026/08/23/detectives-investigate-street-shooting-after-finding-man-injured-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/detectives-investigate-street-shooting-after-finding-man-injured-in-miami/</guid><dc:creator><![CDATA[Samiar Nefzi, Andrea Torres]]></dc:creator><description><![CDATA[On Sunday, detectives were investigating a street shooting after finding a 32-year-old man wounded in a red Hyundai that was riddled with bullets in Miami.  ]]></description><pubDate>Sun, 23 Aug 2026 17:58:47 +0000</pubDate><content:encoded><![CDATA[<p>On Sunday, Miami detectives were investigating a street shooting after a 32-year-old man was hospitalized with bullet wounds. </p><p><a href="https://www.local10.com/espanol/2026/08/23/investigan-balacera-que-dejo-un-herido-en-liberty-city/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/investigan-balacera-que-dejo-un-herido-en-liberty-city/"><b>Leer en español</b></a></p><p>Police officers and fire rescue personnel found the man and a red Hyundai that was riddled with bullets at about 3:30 a.m. <a href="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/">on Saturday</a> in the area of Northwest 58 Street and 12th Avenue in Miami’s Liberty City neighborhood. </p><p>Miami Fire Rescue personnel took the wounded man — whose condition was serious after he was shot several times — to Jackson Memorial Hospital’s Ryder Trauma Center, according to police. </p><p>A tow truck driver later hauled the damaged four-door Hyundai off the street after police officers seized it as evidence. </p><p>There have been other recent shootings nearby. At about 4 a.m. <a href="https://www.local10.com/video/news/local/2026/08/21/shooting-reported-in-miamis-liberty-city/" target="_self" rel="" title="https://www.local10.com/video/news/local/2026/08/21/shooting-reported-in-miamis-liberty-city/">on Friday</a>, in Liberty City, Miami police officers responded to another shooting that left a car riddled with bullets. No one was injured. </p><p><a href="https://www.local10.com/news/local/2026/07/14/girl-12-shot-while-sitting-in-parked-car-in-northwest-miami-dade-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/14/girl-12-shot-while-sitting-in-parked-car-in-northwest-miami-dade-deputies-say/">In July</a>, in the Gladeview neighborhood, near Liberty City, Miami-Dade Sheriff’s Office deputies reported that a 12-year-old girl was injured in a car during a shooting in the area of Northwest 64th Street and 21st Avenue. </p><p>In February, in Liberty City, a 19-year-old man died at Jackson Memorial Hospital after he was shot near Northwest 51st Street and 13th Avenue. </p><p>Detectives asked anyone with information about this or other cases to call Miami-Dade County Crime Stoppers at 305-471-8477 to remain anonymous.</p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/">Man, 32, seriously injured in Liberty City shooting, first responders say</a></li></ul><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></channel></rss>