<?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>Thu, 23 Jul 2026 22:31:55 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Dems vying for 20th congressional district talk affordability, political division]]></title><link>https://www.local10.com/news/politics/2026/07/23/dems-vying-for-20th-congressional-district-talk-affordability-political-division/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/dems-vying-for-20th-congressional-district-talk-affordability-political-division/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[This August, five candidates will be asking Democrats for their vote as they aim to go head-to-head with a Republican challenger in November in one of this election season’s most-watched races: Florida’s newly redrawn Congressional District 20.]]></description><pubDate>Thu, 23 Jul 2026 19:19:05 +0000</pubDate><content:encoded><![CDATA[<p>This August, five candidates will be asking Democrats for their vote as they aim to go head-to-head with a Republican challenger in November in one of this election season’s most-watched races: Florida’s newly redrawn Congressional District 20.</p><p><a href="https://www.local10.com/espanol/2026/07/23/democratas-que-compiten-por-el-distrito-congresional-20-hablan-sobre-asequibilidad-y-division-politica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/democratas-que-compiten-por-el-distrito-congresional-20-hablan-sobre-asequibilidad-y-division-politica/">Leer en español</a></p><p>And the Aug. 18 primary is happening within the context of growing cost-of-living concerns. A <a href="https://static1.squarespace.com/static/6994d571bce3436c60d86870/t/69e947e325a62208b4a7fc33/1776895971233/PORL+2026+Spring+Statewide+LV+-+EMBARGO+3.4.26.pdf" target="_self" rel="" title="https://static1.squarespace.com/static/6994d571bce3436c60d86870/t/69e947e325a62208b4a7fc33/1776895971233/PORL+2026+Spring+Statewide+LV+-+EMBARGO+3.4.26.pdf">recent University of North Florida poll</a> asked likely midterm election voters what they thought was the most important problem facing Florida. Fifty percent said affordability and cost of living.</p><p>Democratic candidates include rap music executive and free speech activist <a href="https://www.luthercampbellforcongress.com/" target="_self" rel="" title="https://www.luthercampbellforcongress.com/">Luther Campbell</a>, former Broward mayor and commissioner <a href="https://holnessforcongress.com/" target="_self" rel="" title="https://holnessforcongress.com/">Dale Holness</a>, community organizer <a href="https://www.elijahmanley.com/" target="_self" rel="" title="https://www.elijahmanley.com/">Elijah Manley</a> and U.S. Rep. <a href="https://debbiewassermanschultz.com/" target="_self" rel="" title="https://debbiewassermanschultz.com/">Debbie Wasserman Schultz</a>, who is changing districts after the redraw.</p><p>And then there is the embattled incumbent seeking to make a comeback — former U.S. Rep. <a href="https://www.sheilaforflorida.com/" target="_self" rel="" title="https://www.sheilaforflorida.com/">Sheila Cherfilus-McCormick</a> — who <a href="https://www.local10.com/video/news/local/2026/04/21/rep-sheila-cherfilus-mccormick-resigns-before-house-can-sanction-her-in-ethics-case/" target="_self" rel="" title="https://www.local10.com/video/news/local/2026/04/21/rep-sheila-cherfilus-mccormick-resigns-before-house-can-sanction-her-in-ethics-case/">resigned</a> ahead of a House Ethics Committee expulsion threat in the wake of her indictment, accused of stealing federal funds. She denies wrongdoing.</p><h3>On the issues: Affordability</h3><p>We asked each Democratic primary candidate for Florida’s Congressional District 20 what their specific policy plan is to address what Florida voters say is their top concern: affordability and cost of living.</p><p>Here’s what each had to say.</p><p><!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Affordability and cost of living: Candidate responses</title>
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 20px;
      background: #ffffff;
      color: #222222;
      font-family: Arial, Helvetica, sans-serif;
    }

    .candidate-response-embed {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid #d6d6d6;
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    }

    .candidate-response-banner {
      display: block;
      width: 100%;
      height: auto;
      background: #eeeeee;
    }

    .candidate-response-content {
      padding: 24px;
    }

    .candidate-response-heading {
      margin: 0;
      color: #1f1f1f;
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: -0.4px;
    }

    .candidate-response-instruction {
      margin: 8px 0 20px;
      color: #555555;
      font-size: 16px;
      line-height: 1.45;
    }

    .candidate-list {
      display: grid;
      gap: 12px;
    }

    .candidate-card {
      overflow: hidden;
      border: 1px solid #cccccc;
      border-radius: 6px;
      background: #ffffff;
    }

    .candidate-toggle {
      width: 100%;
      margin: 0;
      padding: 17px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      list-style: none;
      background: #f4f4f4;
      color: #202020;
      font-size: 19px;
      font-weight: 800;
      text-align: left;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .candidate-toggle::-webkit-details-marker {
      display: none;
    }

    .candidate-toggle::marker {
      content: "";
    }

    .candidate-toggle:hover,
    .candidate-toggle:focus-visible {
      background: #e9e9e9;
    }

    .candidate-toggle:focus-visible {
      outline: 3px solid #2a5da8;
      outline-offset: -3px;
    }

    .candidate-icon {
      position: relative;
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 50%;
      background: #1d376f;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .candidate-icon::before,
    .candidate-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 2px;
      border-radius: 2px;
      background: #ffffff;
      transform: translate(-50%, -50%);
    }

    .candidate-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .candidate-card[open] .candidate-icon {
      transform: rotate(45deg);
      background: #a8292d;
    }

    .candidate-response-scroll {
      max-height: 245px;
      overflow-y: auto;
      padding: 18px 20px 20px;
      border-top: 1px solid #dddddd;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      scrollbar-color: #888888 #eeeeee;
    }

    .candidate-response-scroll p {
      margin: 0 0 14px;
      color: #333333;
      font-size: 17px;
      line-height: 1.65;
    }

    .candidate-response-scroll p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 640px) {
      body {
        padding: 10px;
      }

      .candidate-response-content {
        padding: 18px 14px;
      }

      .candidate-response-heading {
        font-size: 25px;
      }

      .candidate-response-instruction {
        margin-bottom: 16px;
        font-size: 15px;
      }

      .candidate-toggle {
        padding: 15px 14px;
        font-size: 17px;
      }

      .candidate-icon {
        width: 28px;
        height: 28px;
      }

      .candidate-response-scroll {
        max-height: 220px;
        padding: 16px;
      }

      .candidate-response-scroll p {
        font-size: 16px;
        line-height: 1.58;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .candidate-icon,
      .candidate-toggle {
        transition: none;
      }
    }
  </style>
</head>
<body>
  <section class="candidate-response-embed" aria-labelledby="candidate-response-title">
    <img
      class="candidate-response-banner"
      src="https://www.local10.com/resizer/v2/LKYHEP56RFGBPKBHAMFC6DDBKI.png?auth=328a38d0c2c84f0dac0980e1a9ffa65a4edb74da1f924b300b9e4da81cb44a8e"
      alt="Local 10 Vote 2026 banner"
    >

    <div class="candidate-response-content">
      <h2 class="candidate-response-heading" id="candidate-response-title">Affordability and cost of living: Candidate responses</h2>
      <p class="candidate-response-instruction">Click each candidate's name to read his or her response.</p>

      <div class="candidate-list">
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Luther Campbell</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“My specific policy is to create jobs, create more money, bring more money to the district. I mean, when you look at this district, Congressional District 20, is no different than the other district in America. The high cost of living, insurance, property tax, out of the roof. I could bring in subsidies, use federal dollars to bail out the over 50-year-old seniors who are suffering from the high cost of insurance. So people don’t get disenfranchised, that’s why when you look at my campaign, it’s not built off special interest groups. It’s not built off people who normally put money into PACs. You know, my campaign is a $5 campaign and we’re running it like that.</p>
              <p>"The cost of living, so I need to bring in big, high-paying jobs like port expansion built by us. I need to deal with the affordable housing crisis with my plan called ‘Built by Us for Us’, affordable housing plan, so people can be able to live here. And that’s the main thing. My plan calls for, you know, a federal tax credit when it comes to the entertainment industry, attract those major networks and major corporations to come into the district to create those high-paying jobs. One thing I know, there is a budget and the budget has been approved. And then that budget, there’s a lot of money that I can bring back to my congressional district to help the people in my district.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Sheila Cherfilus-McCormick</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“Well, the biggest issue that we have with cost of living, especially for our district, is the economy. Several prices have gone up when it comes to food, and we're seeing that throughout the country. So that is one of our biggest things we're trying to attack: bringing the prices down. Also looking at what's going on with our seniors, our seniors who are on a fixed income now are suffering more than we've ever seen before. Many of our seniors are suffering with trying to figure out how to eat. Creating some kind of package or pot for them, so they can get more funding. That could be done with increasing the COLA. COLA is the cost-of-living adjustment that happens to Social Security. We have to do that immediately.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Dale Holness</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“One, we must put more money into housing because that’s the biggest crisis that there is. How do we do that? The voucher system that we have from the federal government has not been expanded since 2017. There are a lot of people on waiting lists, some are now homeless, because we have not done so. That’s one that we must do right away. Two, we can use that same choice voucher system for housing to direct it towards building new units. If we build more units affordability can be reduced because you have more supply and it will meet the demand more. There’s so much more we can do in Congress to help partner with local government to build more affordable housing, to do a lot more to help our communities.</p>
              <p>“Further, the child tax credit that had lifted so many people out of poverty need to be increased and made permanent so that young families, with children, can be supported to build the future of America. We are competing globally, we’re not just competing among states. China and India is producing more engineers than we do. And in a competitive world, we must do more to build and strengthen the future. Also, our unions around attack. Union wages are higher than other wages in the same workplace therefore, we must give unions the ability to organize themself rather than limit them to being able to organize. It is because of unions why we have a 40-hour workweek. It is because of unions that we have child labor laws. It is because of unions that we have safe workplace. So that’s a big part of what we must do to help lift the standards of living for people and create prosperity for all.</p>
              <p>“The tax credit that we just gave to the wealthiest Americans need to be taken back. They must pay their fair share. If we want to grow economy, we put money into the pockets of working families, they will spend it and stimulate the economy.</p>
              <p>“We also have the opportunity zone act that identifies high poverty, low income, high unemployment communities. That should be reformed.</p>
              <p>“Investment towards helping those young people get technical training if they need it, get them into college, if they are able to, put it in place health centers in these communities so that we can reduce the cost. The health program that we have in our country is not good because if someone has no insurance, what happens? They depend on emergency care, which costs you and I more as taxpayers, because instead of getting primary care to prevent illness, they end up in the hospital and in emergency care, which is much more costly for us .”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Elijah Manley</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“There’s an affordability crisis hitting our working families here in Broward County, and I want to address it by guaranteeing healthcare to all people as a human right through Medicare for All, bringing the cost of housing down, implementing rent control for our families, and making sure everybody makes enough money to live because right now the wages are too low for anybody to live off of.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Debbie Wasserman Schultz</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“We have to extend the enhanced premium tax credits that Republicans let expire in December. We’ve seen in our community premiums for affordable care at policies double, triple, and even quadruple. When we extend those premium tax credits, we will be able to make sure we start to bring those costs down. We absolutely need to make sure we bring this war in Iran to an end. Iran is now in control of the Strait of Hormuz and they weren’t at the start of this, so we’ve gone backwards, and that’s driven the cost of gas. Just that action alone will help to make sure we can get a handle on the cost of gas.</p>
              <p>“Grocery prices, not only do we have grocery prices that too high, but the prices are different because they use dynamic pricing in in the same grocery chain from one side of town to another. We have to pass legislation to prevent collusion and price gouging from grocery store chains and make sure that they have equitable pricing across the board because they shouldn’t be allowed to charge customers more depending on what side of town they live on those.</p>
              <p>“We have to focus on affordable housing. I passed an amendment that will become law that will take housing vouchers, right now housing vouchers can’t be used to pay for a security deposit, so people spend a year and a half on a housing voucher list, they get to the top of it, they have a place they want to live and they can’t use the housing voucher for the security deposit. That’s wrong and we have to change that, and that right there will be able to allow a lot more people to be able to get access to affordable housing. And when we implement the the road to Affordable Housing Act, which is now law even though President Trump refused to sign it, we’re going to be able to start to really aggressively implement all the affordable housing mechanisms that are included in that law.”</p>
          </div>
        </details>
      </div>
    </div>
  </section>
</body>
</html></p><h3>On the issues: Political division</h3><p>The UNF poll found that, for 12% of Florida Democratic voters who are likely to vote in the midterms, political division is also a leading concern. So we also asked each Democratic primary candidate to address that issue.</p><p>Here’s what the candidates had to say.</p><p><!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Political division: Candidate responses</title>
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 20px;
      background: #ffffff;
      color: #222222;
      font-family: Arial, Helvetica, sans-serif;
    }

    .candidate-response-embed {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid #d6d6d6;
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    }

    .candidate-response-banner {
      display: block;
      width: 100%;
      height: auto;
      background: #eeeeee;
    }

    .candidate-response-content {
      padding: 24px;
    }

    .candidate-response-heading {
      margin: 0;
      color: #1f1f1f;
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: -0.4px;
    }

    .candidate-response-instruction {
      margin: 8px 0 20px;
      color: #555555;
      font-size: 16px;
      line-height: 1.45;
    }

    .candidate-list {
      display: grid;
      gap: 12px;
    }

    .candidate-card {
      overflow: hidden;
      border: 1px solid #cccccc;
      border-radius: 6px;
      background: #ffffff;
    }

    .candidate-toggle {
      width: 100%;
      margin: 0;
      padding: 17px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      list-style: none;
      background: #f4f4f4;
      color: #202020;
      font-size: 19px;
      font-weight: 800;
      text-align: left;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .candidate-toggle::-webkit-details-marker {
      display: none;
    }

    .candidate-toggle::marker {
      content: "";
    }

    .candidate-toggle:hover,
    .candidate-toggle:focus-visible {
      background: #e9e9e9;
    }

    .candidate-toggle:focus-visible {
      outline: 3px solid #2a5da8;
      outline-offset: -3px;
    }

    .candidate-icon {
      position: relative;
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 50%;
      background: #1d376f;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .candidate-icon::before,
    .candidate-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 2px;
      border-radius: 2px;
      background: #ffffff;
      transform: translate(-50%, -50%);
    }

    .candidate-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .candidate-card[open] .candidate-icon {
      transform: rotate(45deg);
      background: #a8292d;
    }

    .candidate-response-scroll {
      max-height: 245px;
      overflow-y: auto;
      padding: 18px 20px 20px;
      border-top: 1px solid #dddddd;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      scrollbar-color: #888888 #eeeeee;
    }

    .candidate-response-scroll p {
      margin: 0 0 14px;
      color: #333333;
      font-size: 17px;
      line-height: 1.65;
    }

    .candidate-response-scroll p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 640px) {
      body {
        padding: 10px;
      }

      .candidate-response-content {
        padding: 18px 14px;
      }

      .candidate-response-heading {
        font-size: 25px;
      }

      .candidate-response-instruction {
        margin-bottom: 16px;
        font-size: 15px;
      }

      .candidate-toggle {
        padding: 15px 14px;
        font-size: 17px;
      }

      .candidate-icon {
        width: 28px;
        height: 28px;
      }

      .candidate-response-scroll {
        max-height: 220px;
        padding: 16px;
      }

      .candidate-response-scroll p {
        font-size: 16px;
        line-height: 1.58;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .candidate-icon,
      .candidate-toggle {
        transition: none;
      }
    }
  </style>
</head>
<body>
  <section class="candidate-response-embed" aria-labelledby="candidate-response-title">
    <img
      class="candidate-response-banner"
      src="https://www.local10.com/resizer/v2/LKYHEP56RFGBPKBHAMFC6DDBKI.png?auth=328a38d0c2c84f0dac0980e1a9ffa65a4edb74da1f924b300b9e4da81cb44a8e"
      alt="Local 10 Vote 2026 banner"
    >

    <div class="candidate-response-content">
      <h2 class="candidate-response-heading" id="candidate-response-title">Political division: Candidate responses</h2>
      <p class="candidate-response-instruction">Click each candidate's name to read his or her response.</p>

      <div class="candidate-list">
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Luther Campbell</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“That’s what makes me different to anybody else in this campaign. You know, the so-called experienced politicians, they have a career of fighting Trump, they have a career of fighting Republicans, MAGA, or whatever it is. I have no history in fighting those individuals. Anything that I’ve ever gotten past, whether it was through the school board, or whether it was through county commission, or whether it was through the city, I was always able to work with people not based on party affiliation, but just based on bringing common sense, real solutions that directly affect my community. So I’m not going to Washington to fight Trump. I’m going to Washington to bring the money back. I’m not going to fight Republicans. I’m not going to get on TV and CNN with all the catchphrases and all that. At the end of the day, my job is to bring resources back to Congressional District 20, to improve the quality of life for the individuals who live there.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Sheila Cherfilus-McCormick</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“We are going to have to stop being so extreme. It seems like the media only wants to cover drama. It seems like they only want to cover the person who's saying the most craziest comment. But the truth is, the people who are saying the craziest things and the most outlandish things,they don't get the work done. We need to start uplifting people who are reasonable, who are getting the work done. I dig my heels in, and I'm very reasonable of how we get to a solution, not how we get more political targeting, political games, or even getting political power and clout. And I think that's what we need. The community is asking for results. We just have to stop the petty politics and the personal attacks. Because when you're personally attacking someone every single day, no one cares. Their only concern is how are you going to help me and my family? We're trying to eat. We're trying to survive, and we're trying to have enough left for our future. And that's what this election is about.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Dale Holness</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“I sincerely believe that together as Americans we can do better. I served on the county commission where we had a Republican on there and we work together to pass laws that was in the benefit of our people. If we have to reach across the aisle we ought to. That’s doesn’t mean that we give up on our principal, we must stand firm on fulfilling the needs of the American people. So we don’t need to cast dispersions on the other side, we must deal with the fact of the matter that face us, one issue or another. There are what the facts are, and this is where we need to be. So we must work together to do better as a nation and we’re a great country, but we certainly can do better than we’re doing right now.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Elijah Manley</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“You know, I don’t think that this country and this community is as divided as people say. I don’t think this is Democrat versus Republican or Black versus White. I think this is the billionaires versus working people. And when we all come together, regardless of our political party or what we believe, we can create a country that works for everybody. To me, this is not a time for the status quo or continuing politics as it is now. We need change, we need new people, and we need to get rid of the establishment in Washington.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Debbie Wasserman Schultz</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“I always reach across the aisle. Almost every bill I introduce I introduce alongside a Republican co-lead, whether it is my breast cancer legislation that will actually be on the floor this week, making sure we can find common ground. It’s important to develop relationships and to not treat the your opponent like the enemy, and so even though we have very significant differences, I have always tried to reach across the aisle to work together develop relationships with Republican colleagues so that we can work on the issues like fighting cancer and making sure that we work on children’s safety issues, so many different issues that we can find common ground on and I always try to make sure that I can do that from the very beginning.”</p>
          </div>
        </details>
      </div>
    </div>
  </section>
</body>
</html></p>]]></content:encoded></item><item><title><![CDATA[‘What baby?’: Hollywood couple killed baby through neglect, then claimed she never existed, cops say]]></title><link>https://www.local10.com/news/local/2026/07/23/what-baby-hollywood-couple-killed-baby-through-neglect-then-claimed-she-never-existed-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/what-baby-hollywood-couple-killed-baby-through-neglect-then-claimed-she-never-existed-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[North Carolina authorities arrested a couple wanted by Hollywood police for killing their baby through neglect and then claiming the little girl was a “hoax” who never existed, officials announced on Thursday.]]></description><pubDate>Thu, 23 Jul 2026 21:30:41 +0000</pubDate><content:encoded><![CDATA[<p>North Carolina authorities arrested a couple Hollywood police for killing their baby through neglect and then claiming the little girl was a “hoax” who never existed, officials announced on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/">Leer en español</a></p><p>In an arrest warrant, police made a circumstantial case against Alejandro Leon Jr. and Samantha Angelina Feliz. They said the body of their still-missing baby girl, identified as “Angelina,” has still not yet been found, but signs ― including DNA blood evidence ― point to her death.</p><p>Police in Rockingham, North Carolina took Leon, 21, and Feliz, 20, into custody on Wednesday. They’re set to face multiple charges, including manslaughter, upon their return to South Florida.</p><p>Authorities said the investigation began after a relative contacted the Hollywood Police Department in July 2025 to report that he hadn’t seen the child since that February and said the couple made unsettling statements that Angelina “was part of a scam and denied ever having a baby.”</p><p>A relative who met with Feliz at a Hollywood park in March 2025 told investigators that after asking Feliz about Angelina, she replied, “What baby? There is no baby.”</p><p>“Since that time, Feliz has claimed that there never was a baby, that the baby was a hoax and that she was scamming everyone for money,” the HPD arrest warrant states.</p><p>But police said the couple referenced the girl in prior text messages and had had taken photos of Feliz visibly pregnant. Additionally, police said they took photos and videos with Angelina after her birth, which was believed to have been at home with no birth certificate issued.</p><p>Authorities said the last photo of Angelina was taken on Jan. 5, 2025. The baby looked “visibly ill and malnourished.”</p><p>“In this final photo, the victim is showing no signs of life,” police said of the image.</p><p>At one point, officers with the Lantana Police Department in Palm Beach County located and interviewed the couple and both maintained that “Feliz was never pregnant and had never given birth to a baby.”</p><p>“They further claimed that the story was fabricated in hopes that their families would feel sorry for them and give them money,” HPD Detective Nancie Toler wrote. “During the interview, Feliz indicated that there were numerous text messages between her, Leon, and family members discussing the pregnancy and how she made the story up.”</p><p>Police said Feliz claimed to have been “wearing a pregnant belly cast making her look pregnant” as part of the claimed “scam.”</p><p>“Moreover, during said interviews both Feliz and Leon advised that law enforcement would never find a ‘record’ of any baby,” Toler wrote. “Feliz further eluded (sic) to the fact that the (baby) had belonged to a crack addict and they were only watching (her).”</p><p>Authorities said a search of a storage unit in Hollywood ― where the couple is believed to have been living at one point ― revealed “baby clothing, a positive Clearblue Easy pregnancy test, black semi auto handgun, what appears to be a blood-stained towel, three notebooks containing verbiage of a gender reveal and victim shower, and multiple electronic devices.”</p><p>Crime lab results “indicated the presence of blood on the baby clothing and towels” and DNA testing showed it “was from a biological child of Leon and Feliz,” the warrant states.</p><p>In the warrant, Toler wrote that since the initial report, law enforcement has tried and failed to contact Feliz and Leon. </p><p>“Moreover, during the course of this investigation, law enforcement has attempted to locate the victim’s remains utilizing cadaver dogs at Leon and Feliz’s prior residences however, each search yielded negative results,” the detective wrote.</p><p>Toler laid out her case for charges as follows:</p><p><div class="hpd-report-box">
  <div class="hpd-report-header">
    <span class="hpd-report-label">ARREST WARRANT EXCERPT</span>
  </div>

  <div class="hpd-report-body">
    <div class="hpd-report-rule"></div>

    <blockquote>
      “Based upon the results of my initial investigation, including but not limited to, police reports, requests for welfare/missing persons checks, statements obtained, follow-up interviews, positive paternal and maternal DNA results, video’s and photographs depicting the victim in a healthy condition and the victim’s subsequent and apparent decline, and the final photographs of the victim depicting her without any signs of life coupled with the lack of human remains, there is probable cause to believe that victim ‘Angelina’ is a victim of Aggravated Manslaughter of a Child, contrary to F.S. 782.07(3). Moreover, based upon Feliz and Leon’s sworn recorded statements and the extensive evidence of A.F.’s birth and daily living obtained via numerous search warrants during the course of this long term investigation, there is probable cause to believe that Samantha Angelina Feliz failed to report A.F.’s death to the Medical Examiner’s Office, tampered with physical evidence, and provided false information to law enforcement in an effort to conceal the commission of a crime and/or prevent law enforcements efforts to locate A.F., contrary to Florida Statutes.”
    </blockquote>

    <div class="hpd-report-attribution">
      <span class="hpd-report-line"></span>
      <span>HPD Detective Nancie Toler</span>
    </div>
  </div>
</div>

<style>
  .hpd-report-box {
    width: 100%;
    max-width: 760px;
    margin: 24px auto;
    background:
      linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
      repeating-linear-gradient(
        0deg,
        #f3f5f7 0,
        #f3f5f7 1px,
        transparent 1px,
        transparent 28px
      );
    border: 1px solid #b8bec5;
    border-top: 5px solid #253746;
    border-radius: 3px;
    box-shadow: 0 5px 18px rgba(20, 30, 40, 0.12);
    overflow: hidden;
    color: #20262c;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .hpd-report-box *,
  .hpd-report-box *::before,
  .hpd-report-box *::after {
    box-sizing: border-box;
  }

  .hpd-report-header {
    padding: 14px 18px 12px;
    background: #eef1f3;
    border-bottom: 1px solid #c8cdd2;
  }

  .hpd-report-label {
    color: #1f2f3c;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  .hpd-report-body {
    position: relative;
    padding: 22px 24px 20px 31px;
  }

  .hpd-report-rule {
    position: absolute;
    top: 22px;
    bottom: 20px;
    left: 16px;
    width: 3px;
    background: #aeb7bf;
  }

  .hpd-report-body blockquote {
    margin: 0;
    color: #22282d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.68;
  }

  .hpd-report-attribution {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    color: #4a555e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: right;
  }

  .hpd-report-line {
    width: 34px;
    height: 1px;
    background: #87939d;
  }

  @media (max-width: 600px) {
    .hpd-report-box {
      margin: 18px 0;
      border-radius: 2px;
    }

    .hpd-report-header {
      padding: 12px 14px 11px;
    }

    .hpd-report-label {
      font-size: 15px;
      letter-spacing: 0.9px;
    }

    .hpd-report-body {
      padding: 18px 17px 17px 25px;
    }

    .hpd-report-rule {
      top: 18px;
      bottom: 17px;
      left: 12px;
      width: 2px;
    }

    .hpd-report-body blockquote {
      font-size: 16px;
      line-height: 1.58;
    }

    .hpd-report-attribution {
      font-size: 12px;
    }
  }
</style></p><p>After authorities issued an arrest warrant, the couple is set to face charges of aggravated manslaughter of a child, tampering with or fabricating physical evidence, failure to report a death to the medical examiner’s office, false information concerning a missing child, and false reports to law enforcement during an investigation.</p><p>Police are asking anyone with information on the case to contact Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Liberal Justice Elena Kagan says the Supreme Court is not a rubber stamp for Trump]]></title><link>https://www.local10.com/news/politics/2026/07/23/liberal-justice-elena-kagan-says-the-supreme-court-is-not-a-rubber-stamp-for-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/liberal-justice-elena-kagan-says-the-supreme-court-is-not-a-rubber-stamp-for-trump/</guid><dc:creator><![CDATA[By GENE JOHNSON, Associated Press]]></dc:creator><description><![CDATA[BELLEVUE, Wash. (AP) — The U.S. Supreme Court may be deeply conservative, but it is not simply a rubber stamp for President Donald Trump, Justice Elena Kagan said Thursday.]]></description><pubDate>Thu, 23 Jul 2026 22:16:40 +0000</pubDate><content:encoded><![CDATA[<p>BELLEVUE, Wash. (AP) — The U.S. Supreme Court may be deeply conservative, but it is not simply a rubber stamp for President Donald Trump, Justice Elena Kagan said Thursday.</p><p>Kagan, one of the court's three liberal justices, told an audience of lawyers and judges from the 9th U.S. Circuit in Bellevue, Washington, that at significant times, on some big issues, "the court has checked the executive branch.”</p><p>The court has sided with the Trump administration in the vast majority of cases to come before it so far, including largely upholding his immigration crackdown and expanding Trump's authority over federal regulatory agencies. But Kagan pointed to key rulings where the president did not get what he sought, such as decisions rejecting Trump's sweeping tariffs and his efforts to strip birthright citizenship from the children of people who are in the U.S. illegally.</p><p>“Is this court very conservative? Does it do a bunch of things that are out of the playbook of the conservative legal movement that I think are deeply wrong? You know, yes,” Kagan said. “But is this court the kind of puppet for the current administration? I think definitely not.”</p><p>Polling has found public trust in the Supreme Court at historic lows in recent years, and a number of critics of the current court have suggested political motivations on the part of its justices. Trump has personally assailed justices who rule against him in stark terms. One liberal justice, Ketanji Brown Jackson, said in May after the court struck down a majority-Black district in Louisiana and weakened the Voting Rights Act that the institution risked being seen as political.</p><p>Chief Justice John Roberts, who was among those joining the court's liberal justices on some key cases such as birthright citizenship and tariffs, has fought back against the perception that the justices are “political actors,” calling it a misunderstanding.</p><p>Kagan, often seen as a bridge-builder, echoed that approach in her comments Thursday, which followed her testimony before Congress alongside conservative Justice Amy Coney Barrett last week on security threats and other issues facing the court.</p><p>Kagan reiterated her support for appointing a committee of retired judges to enforce the Supreme Court's first code of ethics, adopted in 2023 during a storm of criticism over undisclosed trips and gifts from wealthy benefactors to some justices. While the justices are taking the ethics code seriously, opinions differ on the court about how or whether it might be enforced, and no conclusions have been reached, she said.</p><p>Kagan also offered a view from the bench of a historic moment from the court's past term, when Trump himself took a front-row seat for arguments over his birthright citizenship order. He was the first sitting president to attend oral arguments.</p><p>It was largely a “non-event” for the justices, Kagan said. Trump took a seat off to the side, in an area relatively far from the bench typically reserved for members of Congress, and the court made no announcement of his presence. Many in the audience couldn't see him, she noted.</p><p>“He was just like a person who came in and sat down and then had to listen to an argument,” Kagan said.</p><p>The president remained for about half of the lengthy arguments, leaving when the other side began making its case.</p><p>“You really did kind of think, he probably has other things to do, you know?” said Kagan, who served as solicitor general during the Obama administration. “I was sort of thinking, I worked for a president, and when a president walks into the room, you get the whole ‘Hail to the Chief' stuff. And there was like none of that. And so, I don’t know, I think he probably won’t come back.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5STEHGFRX65YDZTRPD45SM4ZRE.jpg?auth=f00f4b53732cdd015f4f70fbdb5371089e12f0338d47baf94ff9651f01baea25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supreme Court Justice Elena Kagan testifies during a House Appropriations subcommittee hearing, Tuesday, July 14, 2026, on Capitol Hill in Washington. (AP Photo/Nathan Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VXR7VFJYK2LUDDYSLB2MO4Z4EQ.jpg?auth=dbbaa740ad1b6bfbf3ddb2811c8feaa309a43f7c40282020fded168b3290c961&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supreme Court Justice Elena Kagan testifies during a House Appropriations subcommittee hearing, Tuesday, July 14, 2026, on Capitol Hill in Washington. (AP Photo/Nathan Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content></item><item><title><![CDATA[Victim in Miramar stabbing dies, police continue search for suspect]]></title><link>https://www.local10.com/news/local/2026/07/23/victim-in-miramar-stabbing-dies-police-continue-search-for-suspect/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/victim-in-miramar-stabbing-dies-police-continue-search-for-suspect/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police in Broward County are searching for a stabbing suspect who they said killed a man on Wednesday night.]]></description><pubDate>Thu, 23 Jul 2026 14:31:27 +0000</pubDate><content:encoded><![CDATA[<p>Police in Broward County are searching for a stabbing suspect who they said killed a man outside of a gas station on Wednesday night.</p><p><a href="https://www.local10.com/espanol/2026/07/23/hombre-apunalado-en-miramar-muere-policia-continua-con-la-busqueda-del-sospechoso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/hombre-apunalado-en-miramar-muere-policia-continua-con-la-busqueda-del-sospechoso/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2026/07/22/man-injured-in-miramar-stabbing-police-search-for-subject/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/22/man-injured-in-miramar-stabbing-police-search-for-subject/">The incident happened outside the Mobil</a> at 16861 Miramar Parkway in Miramar. </p><p>According to police, first responders arrived to find a man who had suffered serious injuries and rushed him by helicopter to a nearby hospital. </p><p>That man was later pronounced dead, authorities said. </p><p>Workers at the gas station told Local 10 News the victim worked at their car wash and was likely closing at the time of the incident. </p><p>He was later identified as Teofilo Vargas, 51, by his son Alan, who spoke to Local 10 News’ Roy Ramos. </p><p>“He was a good person,” said Vargas, who was asked why he thinks someone would have done this to his father. </p><p>“I have no idea,” he said. </p><p>Vargas described his father as a calm, hard worker who didn’t have any problems with anyone. </p><p>“He was working here washing cars,” he said. “I don’t know what could’ve led up to this.”</p><p>Officers said the suspect fled after the stabbing, which led authorities to set up a perimeter in the area. Miramar Parkway was also closed for a period of time between Southwest 164th Avenue and 172nd Avenue.</p><p>“So what we do know is that there was an altercation with two men, and one was stabbed,” Miramar police spokeswoman Janice McIntosh said.</p><p>Officers indicated they knew the identity of the suspect, but have yet to release it to the public. </p><p>“The police know who they are looking for, but they are still asking the public, if they see or hear anything suspicious to report it immediately, because he is still at large,“ McIntosh said.</p><p>Anyone with information is urged to contact the Miramar Police Department or Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Phony roofer swindled Miami-Dade woman out of thousands, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/23/phony-roofer-swindled-miami-dade-woman-out-of-thousands-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/phony-roofer-swindled-miami-dade-woman-out-of-thousands-deputies-say/</guid><dc:creator><![CDATA[David Dwork, Christina Vazquez]]></dc:creator><description><![CDATA[A 56-year-old South Florida man is facing charges after deputies said he posed as a contractor and took payments for work that he never started, let alone completed. ]]></description><pubDate>Thu, 23 Jul 2026 16:39:06 +0000</pubDate><content:encoded><![CDATA[<p>A 56-year-old South Florida man is facing charges after deputies said he posed as a contractor and took payments for work that he never started, let alone completed. </p><p><a href="https://www.local10.com/espanol/2026/07/23/acusan-a-falso-contratista-de-techos-de-estafar-a-mujer-de-miami-dade-por-miles-de-dolares/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/acusan-a-falso-contratista-de-techos-de-estafar-a-mujer-de-miami-dade-por-miles-de-dolares/">Leer en español</a></p><p>The Miami-Dade Sheriff’s Office said they took Gary Jackson into custody on Wednesday.</p><p>According to deputies, they were alerted to a Miami-Dade County Department of Regulatory and Economic Resources case regarding a victim stating that Jackson, who was doing business as Metal Roof Masters LLC, “presented her with a written contract totaling $14,000.00 to repair the entire roofing system” on Feb. 9. </p><p>Deputies said the victim made a payment of $7,800 to Jackson five days later, and a subpoena served to JP Morgan Chase Bank showed the check was deposited into Jackson’s account, which authorities said he was the sole authorized person to access the funds. </p><p>Over the course of several months, multiple attempts to contact Jackson were made via mail and phone, but deputies said he “has not made any attempt to reach a resolution or provide full restitution.”</p><p>Additionally, investigators said they searched the Florida Construction Industry Licensing Board and the Miami-Dade County Construction Trades Qualifying Board and found that Jackson is not a licensed contractor under any state or county statutes or ordinances. </p><p>They did, however, determine through a search of the Florida Division of Corporation that Jackson was the owner of Metal Roof Masters LLC. </p><p>Deputies said the MDSO Special Predator Enforcement Team detained Jackson, and he was later taken to the Guilford Knight Correctional Center on charges of third-degree grand theft and engaging in contracting without a license. </p><p>As of Thursday afternoon, Jackson remains behind bars, with documents indicating that he was already out on felony bond at the time of his arrest. </p><p>That bond was for a sex offender registry case in which documents show Jackson was accused of failing to report to authorities as a transient sexual offender, which was statutorily required following a conviction. </p><p>An arrest form from that case states he was convicted of performing a lewd or lascivious act on a child under 16, which requires him to report with the state of Florida every thirty days. </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[Rep. Brandon Gil talks about federal probe into ‘birth tourism’ in South Florida ]]></title><link>https://www.local10.com/news/politics/2026/07/23/rep-brandon-gil-talks-about-federal-probe-into-birth-tourism-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/rep-brandon-gil-talks-about-federal-probe-into-birth-tourism-in-south-florida/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[A South Florida company that markets services to foreign women seeking to give birth in the United States is under investigation by the House Oversight Committee, according to a letter sent to the company’s founder.]]></description><pubDate>Thu, 23 Jul 2026 22:00:37 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Rep. Brandon Gil said a Local 10 News investigation was “the original source” behind an ongoing federal probe into a business suspected of “birth tourism” in South Florida. </p><p>The Republican from Texas, who introduced legislation to restrict birthright citizenship, serves on the House committees on the Judiciary, Oversight and Government Reform, and the Budget.</p><p>“The goal is to make a criminal referral to the Department of Justice,” Gil said about a House committee’s ongoing investigation. </p><p>Local 10 News <a href="https://www.local10.com/news/local/2025/10/09/south-florida-company-offers-concierge-services-for-foreigners-wanting-to-have-baby-on-us-soil/" target="_self" rel="" title="https://www.local10.com/news/local/2025/10/09/south-florida-company-offers-concierge-services-for-foreigners-wanting-to-have-baby-on-us-soil/">first reported on a concierge service</a> by Dr. Wladimir Lorentz, the pediatrician behind <a href="https://www.youtube.com/channel/UCr6CCamEXeaefiK-F7WmOgw" target="_self" rel="" title="https://www.youtube.com/channel/UCr6CCamEXeaefiK-F7WmOgw">Have My Baby in Miami</a>, in October. </p><p>“You cannot come into the United States and get an immigration Visa for the sole purpose of giving birth,” Gil said. </p><p>The North Miami Beach-based company’s advertising promises to “love helping you be a mom in the United States.”</p><p>Under the Fourteenth Amendment of the U.S. Constitution, babies born in the U.S. are automatically granted birthright citizenship, regardless of their parents’ immigration status.</p><p>Congressional investigators recently sent a letter to Lorentz warning that “willfully misrepresenting one’s intentions to enter the country on a temporary visitor visa is a violation of current law and considered visa fraud.” </p><p>The U.S. State Department has <a href="https://china.usembassy-china.org.cn/trump-administration-dismantles-global-birth-tourism-networks/" target="_self" rel="" title="https://china.usembassy-china.org.cn/trump-administration-dismantles-global-birth-tourism-networks/">warned</a> that traveling to the U.S. with the primary purpose of giving birth to obtain citizenship is an impermissible use of a B-2 tourist visa.</p><p>U.S. Customs and Border Protection officers can deny pregnant women entry, and the U.S. Department of Justice has prosecuted commercial “birth tourism networks.”</p><p><b>Related document</b>: <a href="https://www.hsgac.senate.gov/wp-content/uploads/imo/media/doc/2022.12.20-%20Final_Birth%20Tourism%20Report.pdf" target="_self" rel="" title="https://www.hsgac.senate.gov/wp-content/uploads/imo/media/doc/2022.12.20-%20Final_Birth%20Tourism%20Report.pdf">Minority staff report on birth tourism</a></p><p>“I think the evidence, at least to me, seems quite clear that if you’re advertising birth services in foreign countries, trying to compel people or trying to encourage people to come into the United States in order to give birth,” Lorentz said. “You’re doing something that you shouldn’t be doing.”</p><p>Lorentz couldn’t be reached for comment. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[New video shows ex-chef fleeing Aventura crashes as deadly hit-and-run past resurfaces]]></title><link>https://www.local10.com/news/local/2026/07/23/new-video-shows-driver-fleeing-aventura-crashes-as-deadly-hit-and-run-past-resurfaces/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/new-video-shows-driver-fleeing-aventura-crashes-as-deadly-hit-and-run-past-resurfaces/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[New video obtained exclusively by Local 10 News on Thursday shows the moments after authorities say a driver accused of causing multiple crashes in Aventura allegedly sped away earlier this mont, leaving shaken motorists behind and reviving questions about his history behind the wheel.]]></description><pubDate>Thu, 23 Jul 2026 21:12:49 +0000</pubDate><content:encoded><![CDATA[<p>New video obtained exclusively by Local 10 News on Thursday shows the moments after authorities say a <a href="https://www.local10.com/news/local/2026/07/14/ex-chef-who-killed-miami-dade-man-while-fleeing-crash-now-accused-of-2-more-hit-and-runs/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/14/ex-chef-who-killed-miami-dade-man-while-fleeing-crash-now-accused-of-2-more-hit-and-runs/">driver accused of causing multiple crashes in Aventura</a> allegedly sped away earlier this month, leaving shaken motorists behind and reviving questions about his history behind the wheel.</p><p><a href="https://www.local10.com/espanol/2026/07/23/nuevo-video-muestra-a-conductor-huyendo-tras-choques-en-aventura-mientras-resurge-su-pasado-en-un-atropello-mortal-con-fuga/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/nuevo-video-muestra-a-conductor-huyendo-tras-choques-en-aventura-mientras-resurge-su-pasado-en-un-atropello-mortal-con-fuga/">Leer en español</a></p><p>The video captures the black SUV pulling away as people step out of their damaged vehicles, looking around in disbelief after the collisions.</p><p>According to Aventura police, the driver didn’t stop after the first crash.</p><p>Investigators said the driver, who they identified as 65-year-old Jonathan Eismann of Miami Beach, once a well-known chef in South Florida, was behind the wheel of a black 2020 Ford Escape when he struck a red BMW, pushing it into the rear of a GMC on Biscayne Boulevard just before 4:30 p.m. on July 13. </p><figure><img src="https://www.local10.com/resizer/v2/UKK5C7E2MRA2JHSRL3PJKHOCPA.jpg?auth=ec2f8509fad34e5585e2e32e20283cb8eb3f378a6167f4e574a2d074bb556921&smart=true&width=1200&height=900" alt="Left: 2026 mugshot of Jonathan Eismann. Right: Eismann takes guilty plea in 2019." height="900" width="1200"/><figcaption>Left: 2026 mugshot of Jonathan Eismann. Right: Eismann takes guilty plea in 2019.</figcaption></figure><p>Police said Eismann then continued south, and as he approached the Northeast 203rd Street intersection, drove onto the center median to get around stopped traffic before sideswiping a Nissan Rogue carrying two people.</p><p>The newly obtained video shows part of that second crash and the driver continuing away from the scene as motorists react to what had just happened.</p><p>According to the arrest report, the victims followed Eismann to Aventura Mall, where officers took him into custody.</p><p>Police said both victims suffered minor injuries, and Eismann was arrested on two felony charges of leaving the scene of a crash involving injury.</p><p>The arrest has drawn renewed attention because it is not the first time Eismann has faced allegations of fleeing a crash.</p><p>In 2012, investigators said Eismann was fleeing another collision when he lost control of his vehicle, jumped a curb in west Miami-Dade struck 29-year-old Jean Carlos Ruiz, a husband and father who was killed in that crash while waiting at a bus stop on his way to work. </p><p>Seven years later, Eismann pleaded guilty to careless driving involving death and leaving the scene of a crash involving injury as part of a plea agreement. He was sentenced to one year of probation and lost his driver’s license, avoiding prison.</p><p>Now, years after that deadly case, Eismann is once again accused of leaving crash scenes—this time after police say he caused two collisions within minutes before victims tracked him down and officers arrested him at Aventura Mall.</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[After last year's bummer of a season, Arch Manning keys in on making this a great season at Texas]]></title><link>https://www.local10.com/sports/2026/07/23/after-last-years-bummer-of-a-season-arch-manning-keys-in-on-making-this-a-great-season-at-texas/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/after-last-years-bummer-of-a-season-arch-manning-keys-in-on-making-this-a-great-season-at-texas/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[TAMPA, Fla. (AP) — The quarterback who could get picked first in next year's NFL draft isn't going to lose focus thinking about what looks like a bright 2027. And he sure isn't going to waste a lot of time worrying about his less-than-perfect 2025.]]></description><pubDate>Thu, 23 Jul 2026 22:00:24 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — The quarterback who could get picked first in next year's NFL draft isn't going to lose focus thinking about what looks like a bright 2027. And he sure isn't going to waste a lot of time worrying about his less-than-perfect 2025.</p><p>Arch Manning of Texas, the latest in the long line of football's royal family of quarterbacking, took 20 minutes worth of questions Thursday to close out SEC Media Days. He mostly spoke about 2026.</p><p>“I'm not worried about anything in the future right now,” he said. “I’m worried about getting through this interview."</p><p>He did just fine.</p><p>Sporting a burnt-orange necktie and a Longhorn pin on his lapel, the son of Cooper, nephew of Peyton and Eli, and grandson of Archie ran the gantlet with reporters lined up three-deep to speak with him.</p><p>—How does it feel to be compared to others, both in and out of your family? “I’m trying to do better not comparing myself to others. They say comparison is the defeat of joy.”</p><p>—Is he looking forward to leading the Longhorns into Uncle Peyton’s old stomping grounds, Neyland Stadium at Tennessee? “They’ve got a good coach and good players. We’re excited to go. I’m not going to make it about me.”</p><p>—What’s his favorite hobby? Answer: golf. “I broke 80 for the first time last week. Well, pretty much. I gave myself a putt.”</p><p>Certainly, there's still work to do for the 22-year-old junior-to-be, whose body and reputation took a beating with the Longhorns over a tumultuous, 10-3 season in 2025.</p><p>Heading into his second season as the starter, Manning insists he tries to minimize the expectations that have been heaped on him since he emerged in high school as a surefire star-to-be — or the criticism from those who said his 3-2 start last year that dropped him down those NFL draft boards made him one of the biggest busts in college football history.</p><p>“Everyone has an opinion and people get paid to talk in the media, so there's really nothing you can do,” he said. “I'm trying to control the controllables.”</p><p>He got sacked 23 times last season and was under pressure more than that. Because he's a Manning, everything from his reactions after bad plays to his release time — somewhere around 3.2 seconds — got dissected way more than would those of a typical above-average college QB.</p><p>Texas opened last season with a 14-7 loss to Ohio State and followed that five weeks later with a six-sack, 29-21 loss to a Florida team that turned out to not be very good.</p><p>Standing out in the loss to the Gators was the image of Manning virtually folded in half, sandwiched by a pair of Gator linebackers, after one of the six sacks. And a video of him plopping down on the bench, dejected, after one of his two interceptions that day. That he came back from that game to go 7-1, throw 20 touchdowns and get the 'Horns back in the playoff conversation sometimes gets overlooked.</p><p>Texas plays both teams again this year, starting with the Buckeyes on Sept. 14. The Longhorns brought in receiver Cam Coleman from Auburn and a pair of running backs, Hollywood Smothers (NC State) and Raleek Brown (Arizona State), to help their star QB.</p><p>“I think what he got put through probably would have melted or destroyed 99% of people in his shoes,” coach Steve Sarkisian said. “All he did was stay consistent and true to who he was, which was to continue to work hard, continue to be a great teammate, try to get better, and he did.”</p><p>And that, Manning said, is pretty much the goal again for 2026.</p><p>If he lives up to expectations, then it would be no big surprise to hear his name called first come draft day. He is scheduled to graduate in December. Neither that — nor any conversation about his family, his future or his place in the game — are going to shift his focus.</p><p>“I just want to be remembered as a good teammate and someone who did whatever it took to help the team win and help the team get closer,” he said. “I'm not really worried about my legacy. I just want to win games and have a good time.”</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here and here (AP News mobile app). AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2JCTEHEC62CGD6QHIVUMX7AWM.jpg?auth=9f52d71b9ee81031afa58d141c253258bd84b70e233b6e727cf6f163630f3d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Texas quarterback Arch Manning (16) scores a touchdown past Texas A&M cornerback Will Lee III (4) during the second half of an NCAA college football game Friday, Nov. 28, 2025, in Austin, Texas. (AP Photo/Stephen Spillman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephen Spillman</media:credit></media:content></item><item><title><![CDATA[Next stop, Trump Station? Administration wants to rename New York’s Penn Station]]></title><link>https://www.local10.com/news/florida/2026/07/23/next-stop-trump-station-administration-wants-to-rename-new-yorks-penn-station/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/23/next-stop-trump-station-administration-wants-to-rename-new-yorks-penn-station/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Will President Donald Trump ’s name grace one of the most famous -- and sometimes maligned -- landmarks in his hometown of New York City?]]></description><pubDate>Thu, 23 Jul 2026 21:59:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Will President Donald Trump ’s name grace one of the most famous -- and sometimes maligned -- landmarks in his hometown of New York City?</p><p>The Republican administration this week urged leading U.S. Senators to rename Penn Station as it undertakes a projected $8 billion redesign of the dreary, underground Manhattan transit hub that also happens to be the busiest in the western hemisphere.</p><p>But the U.S. Transportation Secretary Sean Duffy, in a Wednesday letter seeking congressional funding approval for the rehab and other major transportation priorities, stopped short of saying what the station’s moniker should be changed to.</p><p>Spokespersons for the transportation agency provided the letter but didn’t respond to follow up questions Thursday.</p><p>Duffy has made it no secret he would welcome seeing his current boss’ name etched across the rail station’s facade.</p><p>“I imagine you’re asking, ’Is this going to be Trump Station?' ” the former Wisconsin congressman said last summer as officials sought bids for the project’s master developer. “I think that has a nice ring to it.”</p><p>Trump spokesperson Karoline Leavitt, when asked earlier this year, simply responded: “ Why not?”</p><p>In his second White House stint, the term-limited Republican has sought to burnish his legacy through public works projects, from a massive new White House ballroom to a triumphal arch and a failed attempt to rename the Kennedy Center. Earlier this month, Florida's Palm Beach airport changed its name to the President Donald J. Trump International Airport.</p><p>Trump has said name change idea wasn't his</p><p>Trump, for his part, has acknowledged a possible name change was floated in talks with the Senate’s top Democrat, U.S. Sen. Chuck Schumer, of New York.</p><p>But he pushed back at the notion that he suggested it in exchange for unfreezing federal funding for the Gateway project, a major rail tunnel running under the Hudson River from Penn Station into New Jersey.</p><p>“Chuck Schumer suggested that to me, about changing the name of Penn Station to Trump Station,” Trump said earlier this year aboard Air Force One.</p><p>At the same time, he argued that it doesn’t make much sense for such a major New York landmark to be named after another state.</p><p>“I LOVE Pennsylvania, but it is a direct competitor to New York, and ‘eating New York’s lunch!’,” he said on his social media platform Truth Social as he stressed the renaming idea was “brought up by certain politicians and construction union heads, not me.”</p><p>New York's Pennsylvania Station, like a handful of others in the country, is named after the Pennsylvania Railroad, the now defunct passenger rail company that built the once grand midtown station.</p><p>Opened in 1910, the original station was considered a marvel of the Beaux Arts style, with imposing, Roman-style columns and an expansive waiting area.</p><p>It was razed in 1963 to make way for Madison Square Garden, forcing commuters to navigate cramped corridors and dingy train platforms underneath the famous arena.</p><p>Recently released renderings call for a return to the hub’s original classical style, with a stone facade, rows of columns and a grand concourse with soaring ceilings. 0ne inside wall also bears Trump’s seal and name.</p><p>Critics slam name-change idea</p><p>U.S. Rep. Jerry Nadler, a Manhattan Democrat, said Duffy’s letter underscores how the Trump administration is “waging a hostile takeover of Penn Station” and seeking to “strip control” from local authorities.</p><p>“I strongly oppose this ridiculous proposal and am once again demanding answers on the funding,” he wrote on X. “New York taxpayers and transit riders must not be forced to foot the bill for a Trump vanity project.”</p><p>The Riders Alliance, a local transit advocacy group, said the renaming idea was “another huge red flag” that the Penn Station project could become “another multibillion dollar vanity boondoggle.”</p><p>“We should be talking about improving service, saving time and money, not monuments, ribbon cuttings or nameplates,” spokesperson Danny Pearlstein said in a statement.</p><p>The Trump administration ordered Amtrak, the national passenger rail service, to assume control of the massive redesign last year.</p><p>For years, the Penn Station project had been mired in political infighting among the local transit agencies that use the station. James Dolan, the billionaire owner of the NBA’s New York Knicks and NHL’s New York Rangers, has also strongly opposed any plans to relocate MSG.</p><p>The current plans would keep the famous arena, where Taylor Swift and Travis Kelce married earlier this month, but demolish a theater located on the site.</p><p>Spokespersons for Amtrak referred questions to the federal transportation department. The Metropolitan Transportation Authority and New Jersey Transit, which run trains from the station, didn’t immediately comment.</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VH6DHSBJS2S4YYLRPZWUY4N7IE.jpg?auth=7df916b014d700942b7ff92d041f1512633600638e101c2ac97dc23e23d2c914&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Commuters pass Penn Station and Madison Square Garden, July 2, 2026, in New York. (Photo by Andy Kropa/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65D6YZB6WQZBFBX64EHDG6WDMU.jpg?auth=1378a9a6ca2dcc92d52668cb0ff78dc98f9e8aab4670d492116bb2f79db3ba74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at Wheeler High School, Wednesday, July 22, 2026, in Marietta, Ga. (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[A model Indigenous territory in Brazil's Amazon seeks protection from criminal gangs]]></title><link>https://www.local10.com/news/world/2026/07/23/a-model-indigenous-territory-in-brazils-amazon-seeks-protection-from-criminal-gangs/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/23/a-model-indigenous-territory-in-brazils-amazon-seeks-protection-from-criminal-gangs/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — The Ashaninka Indigenous people — who recovered their territory in the Brazilian border with Peru from settlers three decades ago, established and sustained their own governance, and grew crops while protecting the forest — have long been a success story for communities across the Amazon. But now, their way of life is under a violent threat.]]></description><pubDate>Thu, 23 Jul 2026 21:56:10 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — The Ashaninka Indigenous people — who recovered their territory in the Brazilian border with Peru from settlers three decades ago, established and sustained their own governance, and grew crops while protecting the forest — have long been a success story for communities across the Amazon. But now, their way of life is under a violent threat.</p><p>Gangs and drug traffickers are increasingly encroaching on Ashaninka land and using the rivers in the Amazon and adjacent land for drug routes. Ashaninka leaders say they’ve reported violent episodes — as recent as this month — and asked for protection, including a meeting with Brazilian officials in the capital on Thursday. Security forces have been deployed. But in this region, their presence is usually temporary, while the threats remain permanent, various Indigenous groups say.</p><p>The invasion of Ashaninka territory is part of a broad transformation of the Amazon border as criminal routes expand, through what experts call the Solimoes River route.</p><p>Indigenous territories are key to this route. Experts say protecting Indigenous land is one of the most effective ways to curb deforestation in the Amazon, the world’s largest rainforest and a key regulator of global climate. But the very forests these communities help protect leave them vulnerable: Dense tree cover in remote, hard-to-reach areas offers attractive hiding sites for drug traffickers.</p><p>Despite appeals to authorities, Ashaninka and other Indigenous people say the Brazilian government's help falls short.</p><p>“There is an institutional and intercultural blind spot in the public security services provided to Indigenous peoples,” said Maj. Jonatas Soares, a police officer based in the border city of Tabatinga, in Brazil’s Amazonas state near Colombia and Peru.</p><p>“The state formally recognizes their territories, yet it fails to translate that presence into continuous protection tailored to their specific needs.”</p><p>Indigenous communities become vulnerable as criminal networks expand into the Amazon</p><p>The Solimoes River route, which includes a series of navigable rivers flowing from the Peruvian border to Manaus in Brazil, has become a primary route over the past decade for moving cocaine produced in Peru, Colombia and Bolivia to the Brazilian ports on the Atlantic coast, where it is then funneled into domestic and overseas markets, particularly in Europe.</p><p>This route is now mostly controlled by the Brazilian gang Red Command, according to Col. César Mello, a retired Amazonas state police officer and professor at the Federal University of Para and the University of the State of Amazonas.</p><p>The remote location of Indigenous territories, lack of government oversight, language barriers and cultural differences “make Indigenous peoples a vulnerable population and an attractive source of labor for criminal organizations,” said Col. Mello.</p><p>Criminal groups often recruit Indigenous youth by offering them money and status in communities where economic opportunities are scarce. When that doesn't work, they use violence, Col. Mello added.</p><p>Preserving traditions has strengthened the Indigenous resistance</p><p>The Ashaninka have become an enduring block to trafficking networks in Peru and Brazil.</p><p>In the past, drug traffickers approached the community seeking to build a clandestine airstrip inside their territory. The Ashaninka refused.</p><p>“We have a long history of opposing any kind of illegal activity,” said Francisco Piyãko, coordinator of the Organization of Indigenous Peoples of the Jurua River.</p><p>Local tensions escalated earlier this month after a group of armed men reportedly invaded the Kampa Indigenous territory, located along the winding Amonia River in the western Amazon. On July 6, a group of five Spanish-speaking men, carrying machine guns, threatened families and searched for the territory’s main leaders.</p><p>Piyãko filed a formal complaint with Acre state authorities and the Brazilian Army, prompting the deployment of security forces.</p><p>“It’s one thing for outsiders to enter our territory to steal resources, like timber and wildlife. But this was different. They entered our land looking for our leaders, intending to kill them,” Piyãko said.</p><p>Brazil’s Ministries of Indigenous Peoples, Foreign Affairs and Justice did not respond to requests for comment from The Associated Press. The Brazilian Army and the Acre state government’s press office also did not respond.</p><p>Earlier this year, Brazilian Supreme Court Justice Flávio Dino ordered the federal government to intensify efforts against criminal organizations operating in the Amazon, citing official records and investigations that showed their growing presence and threat to Indigenous communities.</p><p>The community is shaken by the recent threats but determined to resist. Piyãko stressed, however, that confronting armed criminal groups is not the Indigenous responsibility but the duty of the state — both Brazil and Peru.</p><p>“They allowed this to happen through their absence, so they bear that responsibility,” he added.</p><p>—-</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2KPEVRNVA2LJ2TWMC6JPTI734.jpg?auth=263313f7f2c8d1738fb671bb02885e7bbec73cc7f7c8c255e0e68ae6f4f38a92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ashaninka Indigenous people from Brazil and Peru dance and sing at dawn during the annual celebration recognizing the Ashaninka territory in the Apiwtxa village, Acre state, Brazil, June 24, 2024. (AP Photo/Jorge Saenz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4WGO2P7W4O5A4SLOAUGIROTSA.jpg?auth=a5c088bfb5dd2f0970bab3004ac3d289fc14fe5e5e090c52b03419ba5874efba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ashaninka's territory sits along the winding Amonia River in Acre state, Brazil, June 22, 2024. (AP Photo/Jorge Saenz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[‘Take your time, save a life’: Broward County school buses getting cameras to catch illegal passers]]></title><link>https://www.local10.com/news/local/2026/07/23/take-your-time-save-a-life-broward-county-school-buses-getting-cameras-to-catch-illegal-passers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/take-your-time-save-a-life-broward-county-school-buses-getting-cameras-to-catch-illegal-passers/</guid><dc:creator><![CDATA[Hannah Yechivi, Ryan Mackey]]></dc:creator><description><![CDATA[Starting this new school year, every Broward County school bus will be equipped with cameras designed to catch drivers who ignore the law and illegally pass stopped school buses.]]></description><pubDate>Thu, 23 Jul 2026 16:48:49 +0000</pubDate><content:encoded><![CDATA[<p>Starting this new school year, every Broward County school bus will be equipped with cameras designed to catch drivers who ignore the law and illegally pass stopped school buses.</p><p><a href="https://www.local10.com/espanol/2026/07/23/tomese-su-tiempo-salve-una-vida-autobuses-escolares-del-condado-broward-tendran-camaras-para-detectar-a-conductores-que-los-rebasan-ilegalmente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/tomese-su-tiempo-salve-una-vida-autobuses-escolares-del-condado-broward-tendran-camaras-para-detectar-a-conductores-que-los-rebasan-ilegalmente/">Leer en español</a></p><p>The first day of school is set for Aug. 10, and district leaders are warning drivers they will face tougher enforcement for passing a bus while students are getting on or off.</p><p>It is a violation officials say happens too often: A school bus comes to a stop, the stop arm extends, lights begin flashing and some drivers continue moving.</p><p>Broward County School Board Chair Sarah Leonardi said the cameras are intended to change driver behavior and prevent dangerous situations.</p><p>“These cameras are meant to deter dangerous driving, and people passing school buses on the road,” she said.</p><p>Broward County School Board member Allen Zeman said drivers need to understand the importance of slowing down and following the law.</p><p>“The message for Broward County is crystal clear: take your time, save a life,” he said.</p><p>Broward County School Board members, along with Superintendent Howard Hepburn, unveiled the new school bus safety program on Thursday. </p><p>“For this program, it’s going to be a 30-day grace period and warning, starting at the beginning of the school year just to make sure every citizen in Broward County is educated on this program,” Hepburn said.</p><p>The warning period ends Sept. 9. After that, school officials say drivers who illegally pass a stopped school bus with its stop arm extended and lights flashing could receive a $225 citation.</p><p>“Our school police officers will be doing their due diligence and go through each infraction and reviewing it, just to make sure they are accurate, and issuing those infractions to folks who are violating the law,” Hepburn added.</p><p>The AI-powered camera technology will be installed on all 1,300 Broward County school buses. Each bus will have at least eight cameras recording from multiple angles whenever students are boarding or exiting.</p><p>The system includes an AI overview camera that provides a wider view of traffic and works with license plate recognition cameras to identify violations.</p><p>“This sort of gives a bird’s-eye view of all the traffic across all lanes and it’s synchronized with the license plate reading cameras,” said Steve Randazzo with BusPatrol. </p><p>The equipment costs about $10,000 per bus. District leaders said taxpayers will not pay for the program through the school district’s budget.</p><p>“Zero dollars comes out of the school district budget,” Randazzo added. “To operate the program, BusPatrol takes on all of those expenses.” </p><p>The cost of the program is expected to be covered through citation revenue. BusPatrol funded the camera installation and will use most of the revenue to cover expenses associated with the program, including court costs and personnel who review citations.</p><p>Of each $225 citation, $140 will go to BusPatrol, while $85 will go to Broward County Public Schools for additional safety initiatives and enhanced safety protocols.</p><p>The district reported 1,244 illegal passings during the 2025-26 school year. </p><p>Broward County school police officers will also review citations before they are issued to make sure violations are accurate.</p><p>The reports indicate that bus operators saw 1,244 vehicles pass a school bus while the stop arm was extended and the bus was either loading or unloading students. Officials say the total includes incidents involving district buses, as well as charter schools and vendors that transport students.</p><p>District leaders say the goal is not to write more tickets — it is to keep students safe.</p><figure><img src="https://www.local10.com/resizer/v2/F2GI6LZSQNFDXPE77YRXRS37KY.jpg?auth=3cb8430ac81cd87a104c388c3b071384495c7a2fc6caf372a64ae34ed06619d0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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[Condenan a farmacéutica por “conspiración masiva para distribuir oxicodona” desde dos establecimientos en Broward]]></title><link>https://www.local10.com/espanol/2026/07/23/condenan-a-farmaceutica-por-conspiracion-masiva-para-distribuir-oxicodona-desde-dos-establecimientos-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/condenan-a-farmaceutica-por-conspiracion-masiva-para-distribuir-oxicodona-desde-dos-establecimientos-en-broward/</guid><dc:creator><![CDATA[Chris Gothner, Bridgette Matter]]></dc:creator><description><![CDATA[Una fotografía divulgada por fiscales federales muestra la letra “P” quemada en el letrero de Chans Pharmacy, en Pembroke Pines, por lo que solo se lee “HARMACY”. Quizás era una descripción apropiada para un establecimiento cuyo propietario fue condenado por distribuir ilegalmente cientos de miles de pastillas de oxicodona desde ese negocio y otro establecimiento en Broward.]]></description><pubDate>Thu, 23 Jul 2026 17:46:51 +0000</pubDate><content:encoded><![CDATA[<p>Una fotografía divulgada por fiscales federales muestra la letra “P” quemada en el letrero de Chans Pharmacy, en Pembroke Pines, por lo que solo se lee “HARMACY”. Quizás era una descripción apropiada para un establecimiento cuyo propietario fue condenado por distribuir ilegalmente cientos de miles de pastillas de oxicodona desde ese negocio y otro establecimiento en Broward.</p><p>Un jurado federal del sur de Florida declaró culpable el miércoles a Olushola Yusuf, de 60 años y residente de Tampa, por conspiración para distribuir drogas ilegalmente y cinco cargos de distribución ilegal de drogas. Ahora enfrenta la posibilidad de pasar el resto de su vida en una prisión federal.</p><p>Las autoridades informaron que Yusuf era propietaria de Chans Pharmacy, ubicada en 2092 N. University Drive, así como de Striderite Pharmacy, legalmente registrada como Boots LLC, en 7326 Royal Palm Blvd., en Margate.</p><p>En esos establecimientos, dispensó “al menos 326,079 pastillas” de la dosis más alta de este potente y adictivo opioide a “casi todos los clientes de sus farmacias”, muchos de los cuales recorrían largas distancias para obtener el medicamento, afirmaron los fiscales.</p><p>Según las autoridades, ninguno de ellos tenía una necesidad médica del analgésico.</p><p>“Algunos clientes pagaban hasta $1,300 USD al mes en efectivo a Yusuf por los medicamentos. Algunos clientes eran traficantes de drogas que recogían pastillas de oxicodona supuestamente en nombre de decenas de pacientes que no estaban presentes”, señala un comunicado del Departamento de Justicia de Estados Unidos. “Según testigos que declararon durante el juicio, Yusuf mantenía las puertas de sus farmacias cerradas con llave durante el horario comercial e instruía a los empleados para que solo abrieran la puerta a determinados clientes identificados”.</p><p>Las autoridades indicaron que continuó con estas prácticas a pesar de las advertencias de sus empleados y de la Administración para el Control de Drogas (DEA).</p><p>“Olushola Yusuf no simplemente ignoró las señales de alerta. Construyó su negocio en torno a ellas”, dijo el fiscal federal Jason A. Reding Quiñones en el comunicado. “Inundó deliberadamente a las comunidades del sur de Florida con más de 335,000 pastillas de oxicodona de alta dosis, incluso después de que sus empleados y la DEA le advirtieran sobre los peligros de su conducta”.</p><p>Tras su condena, Yusuf enfrenta una posible pena de 20 años de prisión por cada cargo, para un máximo de hasta 120 años tras las rejas. Su sentencia está programada para el 14 de octubre.</p><p>Hasta el jueves, permanecía detenida en el Centro de Detención Paul Rein de la Oficina del Sheriff de Broward, en Pompano Beach, bajo custodia del Servicio de Alguaciles de Estados Unidos, según los registros de la agencia.</p><p>Las autoridades informaron que una coacusada, Saman Gimenez, se declaró culpable de conspiración para distribuir drogas ilegalmente y también será sentenciada en octubre.</p>]]></content:encoded></item><item><title><![CDATA[Videos show arrest following law enforcement shooting after murder of mother of 4 in Florida ]]></title><link>https://www.local10.com/news/florida/2026/07/23/video-shows-law-enforcement-shooting-after-murder-of-mother-of-4-who-worked-for-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/23/video-shows-law-enforcement-shooting-after-murder-of-mother-of-4-who-worked-for-florida-city/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 43-year-old man accused of killing a 47-year-old woman remained hospitalized on Thursday at the Gulf Coast Hospital in Lee County, and his condition was serious, according to deputies.  ]]></description><pubDate>Thu, 23 Jul 2026 20:54:31 +0000</pubDate><content:encoded><![CDATA[<p>A 43-year-old man accused of killing a 47-year-old woman remained hospitalized on Thursday at the Gulf Coast Hospital in Lee County, and his condition was serious, according to deputies. </p><p><a href="https://www.local10.com/espanol/2026/07/23/videos-muestran-arresto-tras-tiroteo-con-agentes-del-orden-despues-del-asesinato-de-madre-de-cuatro-hijos-en-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/videos-muestran-arresto-tras-tiroteo-con-agentes-del-orden-despues-del-asesinato-de-madre-de-cuatro-hijos-en-florida/">Leer en español</a></p><p>Detectives accused Ladavion King of fatally shooting Natasha “Tasha” Moses, a mother of four who worked for the city of St. Petersburg for 12 years, on Wednesday in the Childs Park area.</p><p>A St. Petersburg Police Department spokesperson released a statement saying Moses had worked as a city sanitation technician and died after the “targeted attack” on 12th Avenue South, near 40th Street.</p><p>King fled in a silver pickup truck and was speeding southbound on Interstate 75 when a Florida Highway Patrol trooper performed a Precision Immobilization Technique, or PIT maneuver, according to deputies. </p><p>King refused to get out of the truck, so there was a standoff involving FHP troopers and Lee County Sheriff’s Office deputies near Alico Road, and a law enforcement-involved shooting, according to deputies.</p><p>Lee Sheriff Carmine Marceno released a statement saying he was “incredibly proud” of the LCSO deputies in the special operations unit, crisis negotiation team, advanced technology support unit, K-9, and patrol, who responded to the “barricaded subject.”</p><p>The Florida Department of Law Enforcement responded to investigate the law enforcement-involved shooting. </p><p><b>Related social media post</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2Freel%2F1603989934648620%2F&show_text=true&width=560&t=0" width="560" height="429" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FStPetePD%2Fposts%2Fpfbid0e3eC6ZircDiDHcCcfNrq3Mt3r2inMAcR2cRDtp4Lvrz5bNo88qWkf4LsAikbTKMql&show_text=true&width=500" width="500" height="697" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Videos muestran arresto tras tiroteo con agentes del orden después del asesinato de madre de cuatro hijos en Florida]]></title><link>https://www.local10.com/espanol/2026/07/23/videos-muestran-arresto-tras-tiroteo-con-agentes-del-orden-despues-del-asesinato-de-madre-de-cuatro-hijos-en-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/videos-muestran-arresto-tras-tiroteo-con-agentes-del-orden-despues-del-asesinato-de-madre-de-cuatro-hijos-en-florida/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 43 años acusado de matar a una mujer de 47 años permanecía hospitalizado el jueves en Gulf Coast Hospital, en el condado Lee, y su estado era grave, según informaron los agentes.]]></description><pubDate>Thu, 23 Jul 2026 21:45:52 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 43 años acusado de matar a una mujer de 47 años permanecía hospitalizado el jueves en Gulf Coast Hospital, en el condado Lee, y su estado era grave, según informaron los agentes.</p><p>Los detectives acusaron a Ladavion King de matar a tiros el miércoles a Natasha “Tasha” Moses, madre de cuatro hijos que trabajó durante 12 años para la ciudad de St. Petersburg, en el área de Childs Park.</p><p>Un portavoz del Departamento de Policía de St. Petersburg informó en un comunicado que Moses trabajaba como técnica de saneamiento para la ciudad y murió tras el “ataque dirigido” ocurrido en 12th Avenue South, cerca de 40th Street.</p><p>Según los agentes, King huyó en una camioneta plateada y circulaba a exceso de velocidad hacia el sur por la Interestatal 75 cuando un agente de la Patrulla de Carreteras de Florida (FHP) realizó una maniobra PIT (Técnica de Inmovilización de Precisión).</p><p>Los agentes informaron que King se negó a salir de la camioneta, lo que provocó un enfrentamiento con agentes de la FHP y de la Oficina del Sheriff del condado Lee cerca de Alico Road, seguido de un tiroteo con agentes del orden.</p><p>El sheriff del condado Lee, Carmine Marceno, emitió un comunicado en el que dijo sentirse “increíblemente orgulloso” de los agentes de la unidad de operaciones especiales, el equipo de negociación de crisis, la unidad de apoyo tecnológico avanzado, la unidad K-9 y la patrulla de la Oficina del Sheriff del condado Lee que respondieron al caso del “sospechoso atrincherado”.</p><p>El Departamento de Cumplimiento de la Ley de Florida (FDLE) acudió para investigar el tiroteo en el que participaron agentes del orden.</p><p><b>Publicación relacionada en redes sociales</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2Freel%2F1603989934648620%2F&show_text=true&width=560&t=0" width="560" height="429" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FStPetePD%2Fposts%2Fpfbid0e3eC6ZircDiDHcCcfNrq3Mt3r2inMAcR2cRDtp4Lvrz5bNo88qWkf4LsAikbTKMql&show_text=true&width=500" width="500" height="697" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Pharmacist convicted of ‘massive Oxycodone distribution conspiracy’ from 2 Broward storefronts]]></title><link>https://www.local10.com/news/local/2026/07/23/pharmacist-convicted-of-massive-oxycodone-distribution-conspiracy-from-2-broward-storefronts/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/pharmacist-convicted-of-massive-oxycodone-distribution-conspiracy-from-2-broward-storefronts/</guid><dc:creator><![CDATA[Chris Gothner, Bridgette Matter]]></dc:creator><description><![CDATA[A photo released by federal prosecutors shows a burnt-out letter “P” on the sign of Chans Pharmacy in Pembroke Pines, reading simply “HARMACY.” Perhaps it was a fitting label for a storefront with an owner convicted of illegally distributing hundreds of thousands of Oxycodone pills through it and another Broward location.]]></description><pubDate>Thu, 23 Jul 2026 17:34:47 +0000</pubDate><content:encoded><![CDATA[<p>A photo released by federal prosecutors shows a burnt-out letter “P” on the sign of Chans Pharmacy in Pembroke Pines, reading simply “HARMACY.” Perhaps it was a fitting label for a storefront with an owner convicted of illegally distributing hundreds of thousands of Oxycodone pills through it and another Broward location.</p><p><a href="https://www.local10.com/espanol/2026/07/23/condenan-a-farmaceutica-por-conspiracion-masiva-para-distribuir-oxicodona-desde-dos-establecimientos-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/condenan-a-farmaceutica-por-conspiracion-masiva-para-distribuir-oxicodona-desde-dos-establecimientos-en-broward/">Leer en español</a></p><p>A South Florida federal jury convicted Olushola Yusuf, 60, of Tampa, of conspiracy to illegally distribute drugs and five counts of illegal drug distribution on Wednesday. She‘s staring down the possibility of spending the rest of her life in federal prison.</p><p>Authorities said Yusuf owned Chans, located at 2092 N. University Drive, as well as Striderite Pharmacy ― legally Boots LLC ― at 7326 Royal Palm Blvd. in Margate.</p><p>At those stores, she dispensed “at least 326,079 pills” of the most powerful dose of the potent and addictive opiate to “nearly all her pharmacy customers,” many of whom drove long distances to get the drug filled, prosecutors said.</p><p>None of them had a medical need for the pain reliever, they said.</p><p>“Some customers paid as much as $1,300 a month in cash to Yusuf for the drugs. And some customers were drug dealers, who picked up oxycodone pills purportedly on behalf of dozens of patients at a time who were not present,“ a news release from the U.S. Department of Justice states. ”According to witnesses at trial, Yusuf kept the doors to her pharmacies locked during business hours, directing employees only to open the door for certain identified customers.”</p><p>Authorities said she continued these practices despite warnings from employees and the U.S. Drug Enforcement Administration.</p><p>“Olushola Yusuf did not simply ignore red flags. She built her business around them,” U.S. Attorney Jason A. Reding Quiñones said in the news release. “She knowingly flooded South Florida communities with more than 335,000 high-dose oxycodone pills, even after her employees and the DEA warned her about the dangers of her conduct.”</p><p>Multiple people working at the Pembroke Pines shopping plaza where Chans was located said they suspected something was going on with the store.</p><p>“The first time that I walked in there, it really wasn’t anything,” a worker, who asked that his identity be concealed, said. “When when I looked at the shelves, they only had like maybe a handful of products.”</p><p>Additionally, they said a Lexus parked outside of the storefront belonged to the pharmacy owners. It remained outside of the business as of Thursday, filled with boxes.</p><p>Yusuf, following her conviction, now faces the possibility of a 20-year sentence on each count: up to 120 years behind bars. She’s set to be sentenced on Oct. 14.</p><p>As of Thursday, she was being held in the Broward Sheriff’s Office’s Paul Rein Detention Facility in Pompano Beach on behalf of the U.S. Marshals Service, agency records show.</p><p>Authorities said a co-defendant, Saman Gimenez, pleaded guilty to conspiracy to illegally distribute drugs and is also scheduled to be sentenced in October. </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[Royals manager Matt Quatraro not with team for game against Tigers due to personal matter]]></title><link>https://www.local10.com/sports/2026/07/23/royals-manager-matt-quatraro-not-with-team-for-game-against-tigers-due-to-personal-matter/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/royals-manager-matt-quatraro-not-with-team-for-game-against-tigers-due-to-personal-matter/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Kansas City manager Matt Quatraro was not with the Royals due to a personal matter on Thursday night when they started a series against the Detroit Tigers.]]></description><pubDate>Thu, 23 Jul 2026 21:37:42 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Kansas City manager Matt Quatraro was not with the Royals due to a personal matter on Thursday night when they started a series against the Detroit Tigers.</p><p>The Royals, who did not give details, said they expect Quatraro back soon.</p><p>Paul Hoover was the team's acting manager for the series-opening game in Detroit, where Vance Wilson was the bench coach and José Alguacil coached third base. They will serve in those roles until Quatraro returns.</p><p>During the offseason, Kansas City gave Quatraro a three-year contract extension that runs through 2029 with a team option for 2030. He replaced Mike Matheny after the 2022 season and has led the Royals to a 267-322 record over three-plus seasons.</p><p>Kansas City won 82 games last year and 86 in 2024, giving the franchise consecutive winning seasons for the first time in a decade and Quatraro finished second last season in voting for AL Manager of the Year voting. The Royals' record this season ranks among the worst in the majors.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UW3EXO5XRZ3U7YET3IWJOJ7K5E.jpg?auth=c03604e47a6a9f69ce07598c0561604f5b2186ac77af28838a76a5a4d5f93d5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals manager Matt Quatraro makes a lineup change during the ninth inning of a baseball game against the Tampa Bay Rays Tuesday, June 23, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRVOCHMGTS4DTUMVCQVB5RR5SM.jpg?auth=946b3e37f40699afd83eb3c78977b0f39b072d4e2773335d28fb915d807bd6d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals manager Matt Quatraro walks to the mound to make a pitching change during the sixth inning of a baseball game against the Tampa Bay Rays, Tuesday, June 30, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4G76FBPWRAEPU55CCB7RZ5NDI.jpg?auth=f8c337b74528735276b03a70fa49e21e89a2652f421793a831fdca96dca1a37e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals manager Matt Quatraro (33) checks relief pitcher Alex Lange after injury during the ninth inning of a baseball game against the Chicago White Sox in Chicago, Sunday, June 28, 2026. (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/UUDTEX3YVGXSMQMLLCXH3ZUEQQ.jpg?auth=e2a7d355abe247d6e0f96cc61dd202059d79ea7244099ed0ed722bfafa1a5e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals manager Matt Quatraro looks to the field before a baseball game against the Chicago White Sox in Chicago, Sunday, June 28, 2026. (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[Acusan a pareja de Hollywood de causar la muerte de un bebé por negligencia y luego afirmar que nunca existió]]></title><link>https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Autoridades de Carolina del Norte arrestaron a una pareja buscada por la policía de Hollywood por causar la muerte de su bebé por negligencia y luego afirmar que la pequeña era un “engaño” y que nunca existió, informaron las autoridades el jueves.]]></description><pubDate>Thu, 23 Jul 2026 21:37:20 +0000</pubDate><content:encoded><![CDATA[<p>Autoridades de Carolina del Norte arrestaron a una pareja buscada por la policía de Hollywood por causar la muerte de su bebé por negligencia y luego afirmar que la pequeña era un “engaño” y que nunca existió, informaron las autoridades el jueves.</p><p>En una orden de arresto, la policía presentó un caso basado en pruebas circunstanciales contra Alejandro Leon Jr. y Samantha Angelina Feliz. Indicó que el cuerpo de su bebé, identificada como “Angelina”, aún no ha sido encontrado, pero que los indicios, incluida evidencia de ADN en manchas de sangre, apuntan a que la menor murió.</p><p>La policía de Rockingham, Carolina del Norte, arrestó el miércoles a Leon, de 21 años, y a Feliz, de 20. Ambos enfrentarán múltiples cargos, incluido homicidio involuntario, cuando sean trasladados de regreso al sur de Florida.</p><p>Las autoridades informaron que la investigación comenzó después de que un familiar se comunicó con el Departamento de Policía de Hollywood en julio de 2025 para reportar que no había visto a la niña desde febrero de ese año y que la pareja había hecho declaraciones inquietantes asegurando que Angelina “era parte de una estafa y negaban haber tenido un bebé”.</p><p>Un familiar que se reunió con Feliz en un parque de Hollywood en marzo de 2025 dijo a los investigadores que, al preguntarle por Angelina, ella respondió: “¿Qué bebé? No hay ningún bebé”.</p><p>“Desde entonces, Feliz ha afirmado que nunca hubo un bebé, que el bebé era un engaño y que estaba estafando a todos para obtener dinero”, señala la orden de arresto del Departamento de Policía de Hollywood.</p><p>Sin embargo, la policía indicó que la pareja hacía referencia a la niña en mensajes de texto anteriores y que se habían tomado fotografías en las que Feliz aparecía visiblemente embarazada. Además, las autoridades informaron que ambos tomaron fotografías y videos con Angelina después de su nacimiento, el cual se cree ocurrió en la vivienda sin que se emitiera un certificado de nacimiento.</p><p>Las autoridades señalaron que la última fotografía de Angelina fue tomada el 5 de enero de 2025. La bebé lucía “visiblemente enferma y desnutrida”.</p><p>“En esta última fotografía, la víctima no muestra signos de vida”, indicó la policía sobre la imagen.</p><p>En un momento de la investigación, agentes del Departamento de Policía de Lantana, en el condado Palm Beach, localizaron y entrevistaron a la pareja, y ambos sostuvieron que “Feliz nunca estuvo embarazada y nunca dio a luz a un bebé”.</p><p>“También afirmaron que la historia fue inventada con la esperanza de que sus familias sintieran lástima por ellos y les dieran dinero”, escribió la detective del Departamento de Policía de Hollywood, Nancie Toler. “Durante la entrevista, Feliz indicó que existían numerosos mensajes de texto entre ella, Leon y familiares hablando del embarazo y de cómo ella había inventado toda la historia”.</p><p>La policía informó que Feliz afirmó haber estado “usando un vientre falso de embarazo para aparentar que estaba embarazada” como parte de la supuesta “estafa”.</p><p>“Además, durante dichas entrevistas, tanto Feliz como Leon dijeron que las autoridades nunca encontrarían un ‘registro’ de ningún bebé”, escribió Toler. “Feliz también insinuó que la bebé pertenecía a una adicta al crack y que ellos solo la estaban cuidando”.</p><p>Las autoridades informaron que un registro en una unidad de almacenamiento en Hollywood, donde se cree que la pareja vivió en algún momento, permitió encontrar “ropa de bebé, una prueba de embarazo positiva Clearblue Easy, una pistola semiautomática negra, lo que parecía ser una toalla con manchas de sangre, tres cuadernos con anotaciones sobre una revelación de género y un baby shower, además de múltiples dispositivos electrónicos”.</p><p>Los resultados del laboratorio criminalístico “indicaron la presencia de sangre en la ropa y las toallas del bebé”, y las pruebas de ADN demostraron que “provenía de un hijo biológico de Leon y Feliz”, señala la orden.</p><p>En la orden, Toler escribió que, desde el reporte inicial, las autoridades intentaron sin éxito localizar a Feliz y Leon.</p><p>“Además, durante el curso de esta investigación, las autoridades intentaron localizar los restos de la víctima utilizando perros especializados en la detección de cadáveres en las antiguas residencias de Leon y Feliz; sin embargo, todas las búsquedas dieron resultados negativos”, escribió la detective.</p><p>Toler presentó los fundamentos de los cargos de la siguiente manera:</p><p><div class="hpd-report-box">
  <div class="hpd-report-header">
    <span class="hpd-report-label">ARREST WARRANT EXCERPT</span>
  </div>

  <div class="hpd-report-body">
    <div class="hpd-report-rule"></div>

    <blockquote>
      “Based upon the results of my initial investigation, including but not limited to, police reports, requests for welfare/missing persons checks, statements obtained, follow-up interviews, positive paternal and maternal DNA results, video’s and photographs depicting the victim in a healthy condition and the victim’s subsequent and apparent decline, and the final photographs of the victim depicting her without any signs of life coupled with the lack of human remains, there is probable cause to believe that victim ‘Angelina’ is a victim of Aggravated Manslaughter of a Child, contrary to F.S. 782.07(3). Moreover, based upon Feliz and Leon’s sworn recorded statements and the extensive evidence of A.F.’s birth and daily living obtained via numerous search warrants during the course of this long term investigation, there is probable cause to believe that Samantha Angelina Feliz failed to report A.F.’s death to the Medical Examiner’s Office, tampered with physical evidence, and provided false information to law enforcement in an effort to conceal the commission of a crime and/or prevent law enforcements efforts to locate A.F., contrary to Florida Statutes.”
    </blockquote>

    <div class="hpd-report-attribution">
      <span class="hpd-report-line"></span>
      <span>HPD Detective Nancie Toler</span>
    </div>
  </div>
</div>

<style>
  .hpd-report-box {
    width: 100%;
    max-width: 760px;
    margin: 24px auto;
    background:
      linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
      repeating-linear-gradient(
        0deg,
        #f3f5f7 0,
        #f3f5f7 1px,
        transparent 1px,
        transparent 28px
      );
    border: 1px solid #b8bec5;
    border-top: 5px solid #253746;
    border-radius: 3px;
    box-shadow: 0 5px 18px rgba(20, 30, 40, 0.12);
    overflow: hidden;
    color: #20262c;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .hpd-report-box *,
  .hpd-report-box *::before,
  .hpd-report-box *::after {
    box-sizing: border-box;
  }

  .hpd-report-header {
    padding: 14px 18px 12px;
    background: #eef1f3;
    border-bottom: 1px solid #c8cdd2;
  }

  .hpd-report-label {
    color: #1f2f3c;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  .hpd-report-body {
    position: relative;
    padding: 22px 24px 20px 31px;
  }

  .hpd-report-rule {
    position: absolute;
    top: 22px;
    bottom: 20px;
    left: 16px;
    width: 3px;
    background: #aeb7bf;
  }

  .hpd-report-body blockquote {
    margin: 0;
    color: #22282d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.68;
  }

  .hpd-report-attribution {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    color: #4a555e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: right;
  }

  .hpd-report-line {
    width: 34px;
    height: 1px;
    background: #87939d;
  }

  @media (max-width: 600px) {
    .hpd-report-box {
      margin: 18px 0;
      border-radius: 2px;
    }

    .hpd-report-header {
      padding: 12px 14px 11px;
    }

    .hpd-report-label {
      font-size: 15px;
      letter-spacing: 0.9px;
    }

    .hpd-report-body {
      padding: 18px 17px 17px 25px;
    }

    .hpd-report-rule {
      top: 18px;
      bottom: 17px;
      left: 12px;
      width: 2px;
    }

    .hpd-report-body blockquote {
      font-size: 16px;
      line-height: 1.58;
    }

    .hpd-report-attribution {
      font-size: 12px;
    }
  }
</style></p><p>Después de que las autoridades emitieran una orden de arresto, la pareja enfrentará cargos por homicidio involuntario agravado de un menor, alteración o fabricación de evidencia física, no reportar una muerte a la oficina del médico forense, proporcionar información falsa sobre un menor desaparecido y presentar denuncias falsas ante las autoridades durante una investigación.</p><p>La policía solicita a cualquier persona con información sobre el caso que se comunique con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZSH7SLSBNJCUHLEUABYES2PKR4.png?auth=7d492367e9b4784a3de8a832214ffa0a6e3b28983523cf8e159d8bb5febe236c&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Alejandro Leon Jr. and Samantha Angelina Feliz]]></media:description></media:content></item><item><title><![CDATA[NASCAR driver Alex Bowman to retire from full-time racing after 2027 season]]></title><link>https://www.local10.com/sports/2026/07/23/nascar-driver-alex-bowman-to-retire-from-full-time-racing-after-2027-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/nascar-driver-alex-bowman-to-retire-from-full-time-racing-after-2027-season/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.C. (AP) — NASCAR driver Alex Bowman will retire from full-time racing following the 2027 season.]]></description><pubDate>Thu, 23 Jul 2026 21:35:42 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.C. (AP) — NASCAR driver Alex Bowman will retire from full-time racing following the 2027 season.</p><p>Bowman, who had been in the final year of his contract at powerhouse Hendrick Motorsports, signed a one-year extension before announcing his future plans on Thursday.</p><p>The 33-year-old Bowman missed four races earlier this season because of vertigo and also was sidelined in 2022 because of a concussion and the following year because of a back injury. He drives the No. 48 Chevrolet for Hendrick and currently sits 29th in points, well below the 16-driver cutline for the postseason.</p><p>“I’ve spent a lot of time thinking about what’s next, and this feels like the right decision at the right time,” Bowman said. “The sport asks a lot of you, and I’ve learned it’s important to listen to your body and make the right choices for yourself. ...</p><p>“My focus now is on making the most of my time on the racetrack and competing for wins. We still have a lot to accomplish, and I want to close my career on a high note for our team and our fans. To have the chance to do that with this organization and these people is really special.”</p><p>While driving most of his 12-year career for Hendrick, Bowman has eight Cup Series victories and has qualified for the playoffs seven times since 2018. The 2027 campaign would be Bowman’s 10th with Hendrick.</p><p>“Alex has meant so much to our organization for a long time,” team owner Rick Hendrick said. “He’s overcome adversity, won big races and represented our team and partners with professionalism, personality and class. Alex is a tremendous talent in the race car and an even better person outside of it. We’re proud he’ll have the opportunity to finish his full-time career with us on his terms. He’s family.”</p><p>Bowman is expected to eclipse 400 career Cup starts next season. He has competed in 307 races for Hendrick, which ranks sixth in team history.</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/GV3QTOPOM6RDWKTVCMY3K3XV2E.jpg?auth=cb23aa1e45d721a731729829c6296e16396bdec7ffc1becdc5c9fcdbaee0d13e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alex Bowman during a NASCAR Cup Series auto race event at Sonoma Raceway, Sunday, June 28, 2026, in Sonoma, Calif. (AP Photo/Jeff Chiu,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ZFIDI32PSTA43DYM4OFT723KU.jpg?auth=695666aab07aec086ad2943ea77eeabcecb331e0483841418f4190ebd08a3a5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alex Bowman celebrates after winning the NASCAR Cup Series auto race at Chicagoland Speedway in Joliet, Ill., Sunday, June 30, 2019. (AP Photo/Nam Y. Huh,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MIIAQQNBQAYYUTW556HGGLDLR4.jpg?auth=a21affafa315b1e0c01aea0380021f389708575b162e9fcae2d4d83ddaa692d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Bowman (48) and Tyler Reddick (45) spin in Turn 2 during a NASCAR Cup Series auto race in North Wilkesboro, N.C., Sunday, July 19, 2026. (AP Photo/Terry Renna)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Renna</media:credit></media:content></item><item><title><![CDATA[Nuevo video muestra a conductor huyendo tras choques en Aventura mientras resurge su pasado en un atropello mortal con fuga]]></title><link>https://www.local10.com/espanol/2026/07/23/nuevo-video-muestra-a-conductor-huyendo-tras-choques-en-aventura-mientras-resurge-su-pasado-en-un-atropello-mortal-con-fuga/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/nuevo-video-muestra-a-conductor-huyendo-tras-choques-en-aventura-mientras-resurge-su-pasado-en-un-atropello-mortal-con-fuga/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Un nuevo video obtenido en exclusiva por Local 10 News el jueves muestra los momentos posteriores a que, según las autoridades, un conductor acusado de provocar múltiples choques en Aventura presuntamente huyó a toda velocidad a principios de este mes, dejando a varios automovilistas conmocionados y reavivando las dudas sobre su historial al volante.]]></description><pubDate>Thu, 23 Jul 2026 21:31:15 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo video obtenido en exclusiva por Local 10 News el jueves muestra los momentos posteriores a que, según las autoridades, <a href="https://www.local10.com/espanol/2026/07/14/un-ex-chef-que-mato-a-un-hombre-de-miami-dade-mientras-huia-de-un-accidente-ahora-es-acusado-de-otros-dos-atropellos-con-fuga/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/14/un-ex-chef-que-mato-a-un-hombre-de-miami-dade-mientras-huia-de-un-accidente-ahora-es-acusado-de-otros-dos-atropellos-con-fuga/">un conductor acusado de provocar múltiples choques en Aventura</a> presuntamente huyó a toda velocidad a principios de este mes, dejando a varios automovilistas conmocionados y reavivando las dudas sobre su historial al volante.</p><p>El video muestra a la SUV negra alejándose mientras varias personas salen de sus vehículos dañados y observan a su alrededor con incredulidad tras los choques.</p><p>Según la policía de Aventura, el conductor no se detuvo después del primer choque.</p><p>Los investigadores informaron que el conductor, identificado como Jonathan Eismann, de 65 años y residente de Miami Beach, quien en el pasado fue un conocido chef del sur de Florida, conducía una Ford Escape negra modelo 2020 cuando chocó contra un BMW rojo, empujándolo contra la parte trasera de una GMC en Biscayne Boulevard poco antes de las 4:30 p.m. del 13 de julio.</p><figure><img src="https://www.local10.com/resizer/v2/UKK5C7E2MRA2JHSRL3PJKHOCPA.jpg?auth=ec2f8509fad34e5585e2e32e20283cb8eb3f378a6167f4e574a2d074bb556921&smart=true&width=1200&height=900" alt="Left: 2026 mugshot of Jonathan Eismann. Right: Eismann takes guilty plea in 2019." height="900" width="1200"/><figcaption>Left: 2026 mugshot of Jonathan Eismann. Right: Eismann takes guilty plea in 2019.</figcaption></figure><p>La policía indicó que Eismann continuó hacia el sur y, al acercarse a la intersección de Northeast 203rd Street, condujo sobre el separador central para evitar el tráfico detenido antes de rozar una Nissan Rogue en la que viajaban dos personas.</p><p>El video obtenido recientemente muestra parte de ese segundo choque y al conductor alejándose de la escena mientras los automovilistas reaccionan a lo que acababa de ocurrir.</p><p>Según el informe de arresto, las víctimas siguieron a Eismann hasta Aventura Mall, donde los agentes lo arrestaron.</p><p>La policía informó que ambas víctimas sufrieron heridas leves y que Eismann fue arrestado por dos cargos graves de abandonar la escena de un choque con personas lesionadas.</p><p>El arresto ha vuelto a llamar la atención porque no es la primera vez que Eismann enfrenta acusaciones de huir de un choque.</p><p>En 2012, los investigadores informaron que Eismann huía de otro choque cuando perdió el control de su vehículo, saltó un borde de la acera en el oeste de Miami-Dade y atropelló a Jean Carlos Ruiz, de 29 años, esposo y padre de familia, quien murió en el incidente mientras esperaba un autobús para ir a trabajar.</p><p>Siete años después, Eismann se declaró culpable de conducción descuidada con resultado de muerte y de abandonar la escena de un choque con personas lesionadas como parte de un acuerdo con la fiscalía. Fue sentenciado a un año de libertad condicional y perdió su licencia de conducir, evitando la prisión.</p><p>Ahora, años después de aquel caso mortal, Eismann vuelve a ser acusado de abandonar escenas de choques, esta vez después de que la policía afirma que provocó dos colisiones en cuestión de minutos antes de que las víctimas lo siguieran y los agentes lo arrestaran en Aventura Mall.</p>]]></content:encoded></item><item><title><![CDATA[Giant metal roosters spread autism acceptance in Maine after town zoning spat]]></title><link>https://www.local10.com/news/national/2026/07/23/giant-metal-roosters-spread-autism-acceptance-in-maine-after-town-zoning-spat/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/23/giant-metal-roosters-spread-autism-acceptance-in-maine-after-town-zoning-spat/</guid><dc:creator><![CDATA[By HOLLY RAMER and ROBERT F. BUKATY, Associated Press]]></dc:creator><description><![CDATA[OGUNQUIT, Maine (AP) — Giant metal roosters are popping up on lawns in and around a community in southern Maine and as far away as New Zealand in support of a 6-year-old autistic girl and her love of the colorful creations.]]></description><pubDate>Thu, 23 Jul 2026 22:03:27 +0000</pubDate><content:encoded><![CDATA[<p>OGUNQUIT, Maine (AP) — Giant metal roosters are popping up on lawns in and around a community in southern Maine and as far away as New Zealand in support of a 6-year-old autistic girl and her love of the colorful creations.</p><p>David and Sara LeBlanc had a rotating display of the roughly 6-foot-tall (1.8-meter-tall) ornaments decorating their Ogunquit lawn until officials in the small coastal town deemed them to be impermissible advertising for their attached restaurant, The Omelette Factory.</p><p>The couple initially resisted the town's removal order, insisting the roosters were meant to comfort their daughter Pyper, not advertise their business.</p><p>“Roosters don’t lay eggs,” David LeBlanc told The Associated Press on Wednesday.</p><p>But they eventually came to an agreement with the town allowing them to keep two of the roosters in front of their home.</p><p>As for what to do with the others? That's where friends, neighbors and complete strangers came in.</p><p>It started with a beloved stuffed rooster</p><p>The LeBlancs took in Pyper as a foster child and later adopted her. She arrived with a stuffed rooster and roosters became her favorite animal, her parents said. When her father took her to a Tractor Supply Store to play with baby chicks last year, she noticed a large rooster sculpture for sale and asked her dad what it was saying.</p><p>“I think he wants to come home,” David LeBlanc said he told her.</p><p>Eventually, their collection grew to more than two dozen roosters, which they set up in batches for seasonal and holiday displays. Pyper took to hiding behind one each morning while waiting for the school bus, which her parents said helps her regulate her emotions and navigate transitions.</p><p>But the couple ruffled feathers when they added a rooster to their restaurant’s logo, which is featured on its shirts and other merchandise. Although the LeBlancs said they view the rooster as a “family crest,” the town saw their lawn statues as advertising.</p><p>A code enforcement officer, Tyler McOsker, issued the LeBlancs $450 in fines and ordered them in April to "remove all unpermitted signage, including but not limited to rooster statues."</p><p>McOsker didn't respond to an email requesting comment. But he told the Zoning Board of Appeals in June that he had no idea the roosters were connected to Pyper’s autism diagnosis until the couple appealed the fines. He also pointed to a May 2025 article in a local weekly newspaper that described the roosters as a “fun and unconventional way to announce that The Omelette Factory is officially open for business.”</p><p>“That, to me, is the definition of a sign. You’re announcing you’re opening,” McOsker told the board.</p><p>David LeBlanc said the reporter misinterpreted a customer’s joke about the roosters serving as an “Open” sign.</p><p>“We never said that,” he said.</p><p>The town offers a compromise</p><p>The zoning board discussed the issue last month. At one point, board member Jay Smith voiced frustration at the lack of medical proof that the roosters were necessary.</p><p>“I’m inclined to think there may be some merit to a comfort animal on the front lawn … but the point is, how many does it take?” he said.</p><p>Autism spectrum disorder is a complex developmental condition that affects different people in different ways, and comfort objects are frequently incorporated into therapy for autistic children to help manage transitions, support emotional regulation and provide a sense of familiarity, Beverley Cush Evans, a professor of special education at Lesley University, told the AP.</p><p>“It’s part of who they are and what they need," she said.</p><p>Eventually, the board decided it lacked the authority to rescind the fines but tried to accommodate the family by granting a disability variance that essentially deemed two roosters necessary for Pyper’s access to the home.</p><p>“I want to emphasize we’re talking about two roosters. If they have babies or multiply in the night — no,” another board member said.</p><p>The variance requires the roosters to be part of a railing, however, and for now, they are just bolted to the steps. The couple has been fined another $500 for noncompliance.</p><p>A show of support</p><p>David LeBlanc said he is moving on from the dispute and is focusing on the good that has come from it. The family has given roosters to others to “foster” and show their support for autism acceptance, starting with a man named Sam who lives up the road. Though Pyper was sad to see them go, she understands the adage about making lemonade, LeBlanc said.</p><p>“She understands that the roosters being taken away were the lemons, and Sam and his friends, fostering them, are the lemonade,” he said. “It’s a beautiful thing.”</p><p>Thanks to news coverage and a Roosters of Ogunquit Facebook page, the story has spread far and wide. One supporter wrote in from New Zealand sharing pictures of his children with a rooster statue in their yard.</p><p>Hetal Patel, who owns a motel in nearby Wells and has a relative with autism, wanted to buy a rooster after hearing about Pyper. They were sold out in the Ogunquit area, though, so she and her son went to New Hampshire last week to get one.</p><p>“We found the last one,” she said. “We couldn’t wait to put it out. People were so supportive, they were honking. It was so nice to see all the love for Pyper.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LF4RSDSZMYNA26HQXQFRUTNTZA.jpg?auth=45714f856bda8bcad9d4265dc852b910523a057d080f1bc0c80d5851f57075d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Beach-goers pass by a large tin rooster set up outside a motel in solidarity with a young girl with autism in Ogunquit, Maine, Wednesday, July 22, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5X6ANZTI6R322WWCTF3T7Y2QA.jpg?auth=9687fdb4db9656c2b8f7ee93a706a9bc7a9c919c456339e4966a0b9ce127fcdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tin roosters flank Rte. 1 in Wells, Maine, Wednesday, July 22, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFO3TBSMENABG6TRFAXMY2JHMM.jpg?auth=9e6798cdeaf80c13cfeac4edb25c027aac5be6c78622ae2cd42690d16cee5495&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David LeBlanc sets up a rooster in front of the Memorial Library in Ogunquit, Maine, Thursday, July 23, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B3JKSDS6PV2LRGEXMYDEEAEB3Q.jpg?auth=4f45b954e333ebf3243241265c25b043c3e592cc1f31a9268ba9686e251fc3d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tin rooster stands outside the Wells Moody Motel in Wells, Maine, Wednesday, July 22, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AP6GVBGBGBN3DR6KVAEXF2P5RE.jpg?auth=cdfede3892adc640adce8f39294301975965be7bd69935ee6fd985ec332ccdc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A large tin rooster stands alongside Main Street as a sign of solidarity for a young girl with autism in Ogunquit, Maine, Wednesday, July 22, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Poll: Do you think Miami-Dade should have paid over $4,780 for 3 portraits of outgoing commissioner running for Congress? ]]></title><link>https://www.local10.com/news/politics/2026/07/23/poll-do-you-think-miami-dade-should-have-paid-over-4780-for-3-portraits-of-commissioner-running-for-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/poll-do-you-think-miami-dade-should-have-paid-over-4780-for-3-portraits-of-commissioner-running-for-congress/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade County officials paid $4,780 for three portraits of outgoing Commissioner Oliver G. Gilbert, a Democrat who is running to succeed U.S. Rep. Frederica Wilson, The Miami Herald recently reported.]]></description><pubDate>Thu, 23 Jul 2026 19:15:47 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County officials paid $4,780 for three portraits of outgoing Commissioner Oliver G. Gilbert, a Democrat who is running to succeed U.S. Rep. Frederica Wilson, <a href="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html" target="_self" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html">The Miami Herald</a> recently reported.</p><p><a href="https://www.local10.com/espanol/2026/07/23/encuesta-cree-que-miami-dade-debio-pagar-mas-de-4780-usd-por-tres-retratos-de-comisionado-que-aspira-al-congreso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/encuesta-cree-que-miami-dade-debio-pagar-mas-de-4780-usd-por-tres-retratos-de-comisionado-que-aspira-al-congreso/">Leer en español</a></p><p>The county’s taxpayers paid $2,500 to Sitki Dogan, a Turkish-American muralist based in Palm Beach, and $2,000 to Rahiem Milton, a Miami-based artist, according to <a href="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html" target="_self" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html">Miami Herald</a> reporter Doug Hanks.</p><p>Neither of the portraits was unveiled during a ceremony to honor the former commission chair on July 13, since the county also paid $280 for a print, <a href="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html" target="_self" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html">according</a> to Hanks, who has been covering Miami-Dade County government since 2014. </p><p>Hanks reported that the $280 print unveiled at the County Commission chambers was a reproduction of a portrait that Miami Gardens officials commissioned of Gibson, who was the city’s mayor from 2003 to 2012. </p><p><b>Related social media posts</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fnataliemilianorbis%2Fposts%2Fpfbid02qVxzEAskSstGSR5zUDc5xBqhc5jVst9zFj8QifZedTiKXEe5mW2ReRxfghcvkW2Ll&show_text=true&width=500" width="500" height="786" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FMiamiDadeClerkandComptroller%2Fposts%2Fpfbid09km3TUq5rSJqwzVQnu2svnqBiL3SEaG8VowVKoLvvNqkAtDcFxNRMkYUoyjPZiY6l&show_text=true&width=500" width="500" height="446" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphoto%2F%3Ffbid%3D1083742048623801%26set%3Da.141532496178099&show_text=true&width=500" width="500" height="533" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/22/democratic-primary-7-candidates-seek-to-succeed-wilson-in-floridas-24th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/22/democratic-primary-7-candidates-seek-to-succeed-wilson-in-floridas-24th-congressional-district/">Democratic primary: 7 candidates seek to succeed Wilson in Florida’s 24th Congressional District</a></li><li>Editorial:<a href="https://www.local10.com/news/florida/2026/04/24/local-10-editorial-take-action-now-if-you-want-to-vote-in-this-years-midterm-election/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/04/24/local-10-editorial-take-action-now-if-you-want-to-vote-in-this-years-midterm-election/"> Take action now if you want to vote in this year’s midterm election</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVUFWRO7GRDGVCUSZHSI2PGESI.jpg?auth=cade76f64e72d8fa9952ab0c1c0aeb7895f6105b56cf29400cae15309704db28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oliver G. Gilbert II is running in the Democratic primary for Florida's Congressional District 24.]]></media:description></media:content></item><item><title><![CDATA[Trump imposes double-digit tariffs on dozens of countries as his 10% levies are set to expire Friday]]></title><link>https://www.local10.com/news/world/2026/07/23/trump-imposes-double-digit-tariffs-on-dozens-of-countries-as-his-10-levies-are-set-to-expire-friday/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/23/trump-imposes-double-digit-tariffs-on-dozens-of-countries-as-his-10-levies-are-set-to-expire-friday/</guid><dc:creator><![CDATA[By PAUL WISEMAN and MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump is going ahead with new double-digit tariffs on dozens of U.S. trading partners just as the clock runs out Friday on stopgap levies he imposed after a stinging defeat at the Supreme Court.]]></description><pubDate>Thu, 23 Jul 2026 21:17:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump is going ahead with new double-digit tariffs on dozens of U.S. trading partners just as the clock runs out Friday on stopgap levies he imposed after a stinging defeat at the Supreme Court.</p><p>The United States will slap taxes of 10% to 12.5% on imports from 60 countries accounting for 99% of U.S. imports, charging that they have inadequately enforced bans on goods produced by forced labor.</p><p>"The United States has had a forced labor import ban for nearly a century, and rigorously enforces it; it’s well past time for our trading partners to do the same,” said U.S. Trade Representative Jamieson Greer. “Today’s action will begin to correct what is both a human rights abuse and distortive trade practice to improve the welfare of workers everywhere.</p><p>The new tariffs will take effect just as temporary 10% worldwide tariffs expire at 12:01 a.m. Friday. Trump had turned to those temporary levies after the Supreme Court struck down his biggest and boldest tariffs in February.</p><p>Now he's tapping more durable tariffs under Section 301 of the Trade Act of 1974, which permits the president to impose import taxes and other sanctions against countries found to engage in “unjustifiable,” “unreasonable” or “discriminatory” trade practices. Trump used Section 301 to impose big tariffs on China in his first term, and they survived court challenges.</p><p>More Section 301 tariffs are likely coming: The U.S. Trade Representative’s office has launched a probe into whether 16 countries — accounting for 70% of U.S. imports — have overproduced goods, pushing down prices and putting U.S. companies at a disadvantage in global markets. The administration has yet to complete that investigation.</p><p>Trump, who argues that high tariffs will revive American manufacturing, last year overturned decades of U.S. policy that favored lower tariffs and ever-freer trade. Invoking the 1977 International Emergency Economic Powers Act (IEEPA), he imposed double-digit tariffs on imports from almost every country on Earth, saying America’s longstanding trade deficit amounted to a national emergency.</p><p>But the Supreme Court ruled that IEEPA did not authorize tariffs. The decision forced the administration to pay refunds to importers that had paid the tariffs.</p><p>In response, Trump announced 10% worldwide tariffs under Section 122 of the Trade Act of 1974. But he can only use Section 122 levies for 150 days; time runs out on them Friday.</p><p>The administration initially proposed the forced labor tariffs last month. Since then, some countries have tightened forced labor enforcement and qualified for lower tariffs, said a senior administration official who spoke under condition of anonymity. For example, the official said, the tariff on imports from India initially was set at 12.5% but now will be 10%.</p><p>Some products — including oil and gas and fertilizer — are exempted from the new tariffs announced Thursday. Also being spared are products that qualify for duty-free status under the US-Mexico-Canada Agreement, the North American trade pact Trump negotiated in his first term.</p><p>Tariffs are paid by companies in the United States that import foreign products. The importers usually try to pass along the cost by charging consumers higher prices. Americans are already frustrated by the high cost of living. So the administration is taking a risk in rolling out new tariffs ahead of the Nov. 3 midterm elections.</p><p>Human rights watchers say that it’s reasonable to be skeptical of the motivation behind the tariffs. But they say the levies could make an impact on the problem of forced labor.</p><p>Forced labor is defined by the International Labor Organization Forced Labor Convention of 1930 as “all work or service which is exacted from any person under the menace of any penalty and for which the said person has not offered himself (or herself) voluntarily.”</p><p>According to the latest statistics from the ILO, which is a U.N. agency focused on human and labor rights, about 27.6 million people were in forced labor worldwide on any given day in 2021.</p><p>“We’ve gone on record for years now advocating for import bans, not as a magic bullet, it’s not a silver bullet, but as a potentially effective tool in combating forced labor across the globe,” said Martina Vandenberg, founder and president of The Human Trafficking Legal Center.</p><p>“It’s possible to be extremely critical of tariffs, as we are, and to be very concerned about blanket tariffs used as bludgeons against countries,” she said. “And yet I think it’s undeniable that there is a significant response in terms of the adoption of import bans.”</p><p>However Vandenberg and her organization urged in testimony that the tariffs be implemented in a phased approach to give countries time to implement a ban or a plan for enforcement.</p><p>“Our concern is that the import bans will be thin slips of paper with no enforcement,” she said. “Countries need time to build import ban mechanisms that are meaningful and enforceable.”</p><p>Kenya Davis, partner at Boies Schiller Flexner, said the Uyghur Forced Labor Prevention Act, a U.S. federal law passed in 2021 that prohibits the importation of goods made wholly or in part in China’s Xinjiang region or by designated entities, is the most significant legislation related to forced labor that the U.S. has passed before the tariffs.</p><p>“The level of effectiveness is certainly up for debate, but it certainly has drawn attention to the issue of labor trafficking and forced labor,” she said. “And so, if nothing else, these import bans will serve that function of bringing greater awareness to forced labor.”</p><p>But without a “comprehensive approach,” that provides transparency about what the investigations consisted of, and programs that provide countries aid in enforcing bans, “I’m very cautious in my enthusiasm about the (tariffs),” she said.</p><p>Isabelle Glimcher, senior research scientist for global labor at the NYU Stern Center for Human Rights, said one flaw in the tariffs is that they focus on levying the tax on countries based on goods they import — not goods they make domestically.</p><p>But she said the impending tariffs threat has spurred several countries — such as India — to amend their foreign trade policies to include a forced labor import ban. European Union forced labor regulations due to go into effect later next year are also contributing, she said.</p><p>“Not all of these things are necessarily or wholly attributable to the Section 301 investigations, but does seem like countries are responding and starting to take all of this seriously,” she said.</p><p>___</p><p>Anderson reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A566Q3ZG22RSOMWVYG3JFFGXMQ.jpg?auth=177a3d856d5c3fa59966e574aeebaf215ef8a116baa16b2bbe2fb0d0c49765d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks during an event to announce new tariffs in the Rose Garden at the White House on April 2, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PIDQ2SKQH2455FLTPIPCQSKTGQ.jpg?auth=dd4c2f6e75071a6bb129667b7fd33965c78c0e9a6aa87d0f383d5b0f98830c0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives with Los Angeles Dodgers manager Dave Roberts and owner Mark Walter for an event to honor the 2025 World Series champions Los Angeles Dodgers in the Rose Garden of the White House, Thursday, July 23, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BF7STOOEZLWSSZTWXKZ72CQCHQ.jpg?auth=fa04762fd40014cf045e590049928a8d3d353e1f7e1f72a0316d604547c342e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks with Canadian Prime Minister Mark Carney, right, at a working lunch with leaders of G7 and the Middle East in Evian-les-Bains, France, Tuesday, June 16, 2026. (Evelyn Hockstein/Pool Photo via AP,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evelyn Hockstein</media:credit></media:content></item><item><title><![CDATA[Miami residents pushing back against development plans that would remove dozens of trees]]></title><link>https://www.local10.com/news/local/2026/07/21/miami-residents-pushing-back-against-development-plans-that-would-remove-dozens-of-trees/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/miami-residents-pushing-back-against-development-plans-that-would-remove-dozens-of-trees/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[In one Miami neighborhood there is an ongoing battle between developers and preservationists. ]]></description><pubDate>Tue, 21 Jul 2026 19:48:27 +0000</pubDate><content:encoded><![CDATA[<p>In one Miami neighborhood, there is an ongoing battle between developers and preservationists. </p><p><a href="https://www.local10.com/espanol/2026/07/21/residentes-de-miami-se-oponen-a-planes-de-desarrollo-que-eliminarian-decenas-de-arboles/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/residentes-de-miami-se-oponen-a-planes-de-desarrollo-que-eliminarian-decenas-de-arboles/">Leer en español</a></p><p>Residents are pushing back against a plan to remove dozens of mature trees near Legion Memorial Park. </p><p>Construction workers are already hard at work on a new development called Adella 3 that Acre Developments plans to build on the site.</p><p>But first, for it to go up, trees have to come down -- a total of 46 of them, including five large oaks.</p><p>Some residents, including Peter Ehrlich, are livid and have filed appeals with the city.</p><p>“Every tree is crucial,” he said. “The developer’s architect should work diligently to save those trees, not to just kill them, because some of the oak trees are 120 or 150 years old.”</p><p>Attorney David Winker represents an environmental group that has also filed an appeal.</p><p>“We feel strongly that they should stay, and also that they haven’t met the code requirements, which are to show that there’s no alternative, that they can’t build their building because of these trees that are on a public park,” said Winker. </p><p>The issue has sparked strong emotions among dozens of residents who say preserving the tree canopy helps reduce heat, provides shade, improves air quality, and protects wildlife.</p><p>“It’s crucial, but unfortunately, developers in such a desperate bid to build as quickly as they can to help their general contractors to have sites with no trees and city officials who receive campaign contributions from developers bend over backwards to kill trees as quickly as they possibly can,” said Ehrlich. </p><p>As mitigation for the tree loss, the developer has agreed to plant 103 new trees in and around the property once construction is complete.</p><p>“We’ve got eight appeals tonight -- it’s unprecedented,” said Winker. “We have so many appeals going on and some people have expressed frustration with the number of appeals, but it really is, why are the appeals happening? Because the city shouldn’t be approving these in the first place.”</p><p>Local 10 News reached out to the attorney representing the developer but has not heard back as of the time of this story’s publication. </p><p>Two days after the story aired, a spokesperson for the city of Miami provided an update to this story. </p><p>“Neither the City, nor the developer/property owner are removing multiple trees from within Legion park. The owner of the Adela project is proposing to remove (1) Live Oak from within Legion park which has a severe lean and is in poor/hazardous condition. The tree has already had large branch failures and has severe decay,” the spokesperson said. </p><p><i>Correction: There was only one appeal submitted about this property. 7 other appeals were also submitted for different properties with tree removals in the city of Miami.</i></p><p> <iframe class="scribd_iframe_embed" title="Snapshot 98474" src="https://www.scribd.com/embeds/1064640589/content?start_page=1&view_mode=scroll&access_key=key-BE6NcFeCQS20678pgjVQ" tabindex="0" data-auto-height="true" data-aspect-ratio="1.7790927021696252" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Black members of Oklahoma Native American tribe file federal lawsuit to gain citizenship rights]]></title><link>https://www.local10.com/news/national/2026/07/23/black-members-of-oklahoma-native-american-tribe-file-federal-lawsuit-to-gain-citizenship-rights/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/23/black-members-of-oklahoma-native-american-tribe-file-federal-lawsuit-to-gain-citizenship-rights/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[Two descendants of Black people once enslaved by a Native American tribe are asking a federal court in Oklahoma to force tribal leaders to issue them citizenship cards as ordered a year ago by a tribal court.]]></description><pubDate>Thu, 23 Jul 2026 20:54:30 +0000</pubDate><content:encoded><![CDATA[<p>Two descendants of Black people once enslaved by a Native American tribe are asking a federal court in Oklahoma to force tribal leaders to issue them citizenship cards as ordered a year ago by a tribal court.</p><p>A lawsuit filed Thursday in U.S. District Court in Oklahoma City on behalf of Rhonda Grayson and Jeffrey Kennedy names Principal Chief David Hill and the Muscogee Nation Citizenship Board as defendants.</p><p>It says that Hill and the citizenship board are violating an 1866 treaty between the tribe and the U.S. government by refusing to recognize Black Creek Freedmen as citizens as ordered by the Muscogee Nation Supreme Court in July 2025.</p><p>The board had denied the applications of Grayson and Kennedy in 2019 because they could not identify a lineal descendant of the tribe, but the court said the pair are entitled to tribal citizenship.</p><p>However, Hill and the board have not yet issued the citizenship cards, denying Grayson and Kennedy their “right to vote and the ability to participate fully as members of the Nation,” according to the lawsuit.</p><p>Last August, Hill blocked the tribe’s citizenship board from issuing citizenship cards until leaders decide how to change the tribe’s constitution. The tribe's headquarters is in Okmulgee, about 100 miles (160 kilometers) northeast of Oklahoma City.</p><p>The Associated Press left messages Thursday seeking comment from Hill and the Muscogee Nation Citizenship Board. The Muscogee Nation is one of five tribes in Oklahoma that once practiced slavery.</p><p>Under the 1866 treaty, the tribe abolished slavery and granted citizenship to the formerly enslaved. The Muscogee Nation adopted in 1979 a constitution that restricted membership to the descendants of people listed as “Muscogee (Creek) Indians by blood” on the Dawes Rolls, a census of members of the five tribes created around 1900.</p><p>When the Dawes Rolls were created, people were listed on two separate rolls: those who were Muscogee and those who were identified by the U.S. government as Freedmen.</p><p>The court's 2025 ruling also directed the board to apply the treaty of 1866 to future applicants who can trace an ancestor to either roll. The decision could create a path to tribal citizenship for thousands of new members who are not Muscogee by blood.</p><p>Attorney Damario Solomon-Simmons, a Black Creek Indian who is one of the lawyers representing Grayson and Kennedy, said Thursday that there about 100,000 Black Creeks across the United States.</p><p>Successful legal cases were brought against two of the five Oklahoma tribes, the Seminole Nation and the Cherokee Nation, which have since granted citizenship to Freedmen descendants.</p><p>“Every day of non-compliance is another day that Black Creek Freedman are denied our birthright and our very identity as citizens,” said Grayson, president of the Muscogee Creek Indian Freedmen Band.</p><p>“The fight is bigger than every one of us," she told reporters Thursday. "It belongs to every Black Creek Freedman descendant who has carried this history, protected these stories and refused to let our identity be dismissed or diminished.”</p><p>————————-</p><p>Williams is a member of AP's Race & Ethnicities Team. He reported from Detroit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6UZ6XFNO6HFZ63SC4E56VHR3TE.jpg?auth=39d3a9c4d6c00c613202a4ba5e5f6d6f85ac306a3699c056fbbeede155d64b87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rhonda Grayson and Jeff Kennedy pose on June 16, 2025, in Moore, Okla. (AP Photo/Nick Oxford, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Oxford</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEIHNKDMWGYRKWY3ULOYZRKKVQ.jpg?auth=b16b964da9e1f3fcf1e7eaa8da1a69cdab820f2a358ea5d9c584fe68a197f136&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rhonda Grayson, left, calls an attorney after she and Jeffrey Kennedy, right, were unable to get citizenship cards from the Muscogee Nation, Aug. 21, 2025, in Okmulgee, Okla. (AP Photo/Nate Billings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nate Billings</media:credit></media:content></item><item><title><![CDATA[Acusan a ex instructor de JROTC de Broward de violar repetidamente a estudiante hace más de dos décadas]]></title><link>https://www.local10.com/espanol/2026/07/23/acusan-a-ex-instructor-de-jrotc-de-broward-de-violar-repetidamente-a-estudiante-hace-mas-de-dos-decadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/acusan-a-ex-instructor-de-jrotc-de-broward-de-violar-repetidamente-a-estudiante-hace-mas-de-dos-decadas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un ex instructor de JROTC que cumplió 77 años el jueves ahora está tras las rejas luego de que investigadores de la Oficina del Sheriff de Broward lo acusaran de violar repetidamente a una de sus ex estudiantes hace más de dos décadas.]]></description><pubDate>Thu, 23 Jul 2026 15:31:54 +0000</pubDate><content:encoded><![CDATA[<p>Un ex instructor del Cuerpo de Entrenamiento de Oficiales de Reserva Juvenil (JROTC, por sus siglas en inglés) que cumplió 77 años este jueves ahora está tras las rejas luego de que investigadores de la Oficina del Sheriff de Broward lo acusaran de violar repetidamente a una de sus ex estudiantes hace más de dos décadas.</p><p>El sospechoso fue identificado en un informe de arresto como Eliezer Santana, de Coconut Creek. Los registros de la cárcel muestran que fue arrestado el miércoles por la Oficina del Sheriff de Broward.</p><p>Los investigadores acusan a Santana de violar a la víctima “más de 20 veces entre 2004 y 2005” mientras se desempeñaba como instructor de JROTC y se encontraba “en una posición de poder y confianza sobre la víctima”, según el informe de arresto.</p><p>Las autoridades informaron que los hechos ocurrieron en Miramar, Davie y Pembroke Pines.</p><p>Según el informe, la víctima dijo a los investigadores que Santana comenzó a “ganarse su confianza con fines de abuso” durante 2004 y 2005 al decirle “lo hermosa que se veía” y que “merecía a alguien que la cuidara”.</p><p>El informe señala que, mientras estaban dentro de la oficina de JROTC en Miramar, Santana se sentaba cerca de la víctima hasta excitarse, antes de frotarle los muslos y los hombros mientras se tocaba el pene por encima de la ropa.</p><p>La víctima dijo a los investigadores que tuvo relaciones sexuales con Santana en más de una ocasión dentro de la oficina de JROTC cuando no había nadie más presente, según el informe.</p><p>También afirmó que el abuso continuó en el estacionamiento de un complejo de apartamentos en Sherman Circle, en Miramar, incluido un incidente en el asiento trasero de una camioneta, dijeron los detectives.</p><p>El informe de arresto de Santana omite el nombre de la escuela de JROTC donde trabajaba.</p><p>Los investigadores informaron que entrevistaron en mayo a un ex compañero de trabajo, quien dijo a los agentes que con frecuencia veía a la víctima dentro de la oficina de Santana con la puerta cerrada, pero que no presenció ninguna conducta sexual.</p><p>Según las autoridades, otro testigo dijo a los agentes que presentó una denuncia formal ante el director de la escuela durante ese mismo período, en la que alegó que Santana “hablaba de manera inapropiada” con otra estudiante y estaba “ganándose su confianza con fines de abuso”.</p><p>El testigo dijo a los investigadores que “le aseguraron que sus preocupaciones serían atendidas y que se notificaría a las autoridades correspondientes, pero la policía nunca fue informada”, señala el informe.</p><p>Las autoridades indicaron que posteriormente se permitió a Santana trasladarse al condado Miami-Dade y que dejó de trabajar para las Escuelas de Broward.</p><p>Los registros judiciales y de la cárcel muestran que Santana también enfrentó acusaciones en el condado Miami-Dade. Los registros indican que en un caso de 2004 fue acusado de agresión sexual por una persona con autoridad familiar o de custodia contra una víctima de entre 12 y 17 años.</p><p>En el caso actual en Broward, los registros muestran que Santana enfrenta un cargo de agresión sexual por una persona con autoridad de custodia contra una víctima de entre 12 y 18 años.</p><p>Hasta la mañana del jueves, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward.</p>]]></content:encoded></item><item><title><![CDATA[Raiders sign No. 1 pick Fernando Mendoza to a 4-year, $57.27M contract]]></title><link>https://www.local10.com/sports/2026/07/23/raiders-sign-no-1-pick-fernando-mendoza-to-a-4-year-5727m-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/raiders-sign-no-1-pick-fernando-mendoza-to-a-4-year-5727m-contract/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[HENDERSON, Nev. (AP) — Quarterback Fernando Mendoza, the top overall pick in this year's draft, signed a four-year, $57.27 million contract with the Las Vegas Raiders on Thursday.]]></description><pubDate>Thu, 23 Jul 2026 20:27:58 +0000</pubDate><content:encoded><![CDATA[<p>HENDERSON, Nev. (AP) — Quarterback Fernando Mendoza, the top overall pick in this year's draft, signed a four-year, $57.27 million contract with the Las Vegas Raiders on Thursday.</p><p>The Raiders hold a fifth-year option.</p><p>Mendoza was the last of the Raiders' 10 draft picks to sign.</p><p>“I’m excited to get this thing signed," Mendoza said on the team's social media post. "I’m excited to be a part of the silver and black. Can’t wait.”</p><p>He ran the third-team offense in organized team activities and minicamp, but is expected to take on a larger role in training camp, which begins Wednesday.</p><p>Veteran Kirk Cousins, who signed a free-agent contract worth $20 million guaranteed, enters camp as the No. 1 quarterback.</p><p>How long Cousins hangs on to that spot will be the main storyline in camp and perhaps into the season.</p><p>Mendoza hopes to translate the success he experienced in his final season of college football in which he won the Heisman Trophy and led Indiana to its first national championship.</p><p>Also, star pass rusher Maxx Crosby said on his podcast “The Rush” that he would join the rookies for their training camp. Crosby has been working his way back from knee surgery.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BAPJTIGQND6FFLFXJGCTYSXZIY.jpg?auth=c1460cf27040e181ca58ac1516dbca28d84ef2e5b4f04dbed33f6b7f1d7e4859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Las Vegas Raiders quarterback Fernando Mendoza throws during the NFL football team's practice Wednesday, June 10, 2026, in Henderson, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C7H3SN5RXKDL7TAWAST2RX5Y3E.jpg?auth=d7b28377b63669c0d97c4b13daa863d3f4941a1ab2f0e07490c1e4bbef7366c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fernando Mendoza accepts the best college athlete, mens sports award at the ESPY Awards in the David H. Koch Theater at Lincoln Center Wednesday, July 15, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Ex-Broward JROTC instructor accused of repeatedly raping student over 2 decades ago ]]></title><link>https://www.local10.com/news/local/2026/07/23/ex-broward-jrotc-instructor-accused-of-repeatedly-raping-student-over-2-decades-ago/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/ex-broward-jrotc-instructor-accused-of-repeatedly-raping-student-over-2-decades-ago/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A former JROTC instructor who turned 77 years old on Thursday is now behind bars after Miramar police investigators accused him of repeatedly raping one of his former students more than two decades ago.]]></description><pubDate>Thu, 23 Jul 2026 14:39:55 +0000</pubDate><content:encoded><![CDATA[<p>A former JROTC instructor who turned 77 years old on Thursday is now behind bars after Miramar police investigators accused him of repeatedly raping one of his former students more than two decades ago.</p><p><a href="https://www.local10.com/espanol/2026/07/23/acusan-a-ex-instructor-de-jrotc-de-broward-de-violar-repetidamente-a-estudiante-hace-mas-de-dos-decadas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/acusan-a-ex-instructor-de-jrotc-de-broward-de-violar-repetidamente-a-estudiante-hace-mas-de-dos-decadas/">Leer en español</a></p><p>The suspect was identified in an arrest report as Eliezer Santana, of Coconut Creek. Jail records show he was arrested Wednesday by the Miramar Police Department.</p><p>Investigators accuse Santana of sexually battering the victim “upwards of 20 times between 2004-2005” while he was serving as a JROTC instructor and was “in a position of power and trust over the victim,” according to an arrest report. </p><p>Authorities said the incidents occurred in Miramar, Davie and Pembroke Pines. </p><p>According to the report, the victim told investigators that Santana began “grooming her” during 2004 and 2005 by telling her “how beautiful she looked” and that “she deserves someone who will care for her.”</p><p>The report states that while inside the JROTC office in Miramar, Santana would sit close to the victim until he became aroused before rubbing her thighs and shoulders while touching his penis over his clothing.</p><p>The victim told investigators she had sex with Santana on more than one occasion inside the JROTC office when no one else was present, according to the report. </p><p>She also claimed the abuse continued at an apartment complex parking lot within Sherman Circle in Miramar, including one incident in the backseat of a van, detectives said. </p><p>Santana’s arrest report redacts the name of the JROTC school where he worked.</p><p>Investigators said they interviewed a former coworker in May who told them he frequently saw the victim inside Santana’s office with the door closed but did not witness any sexual conduct.</p><p>According to authorities, another witness told investigators he filed a formal complaint with the school’s principal during the same time period alleging Santana was “speaking inappropriately” to another student and was “grooming her.”</p><p>The witness told investigators he “was assured that his concerns would be addressed and that the proper authorities would be notified, but police were never informed,” the report states. </p><p>Authorities said Santana was later permitted to transfer to Miami-Dade County and no longer worked for Broward Schools.</p><p>Court and jail records show Santana has also faced allegations in Miami-Dade County. Records indicate a 2004 case charged him with sexual battery by a person in familial or custodial authority involving a victim between the ages of 12 and 17. </p><p>In the current Broward case, records show Santana is facing one count of sexual battery by a person in custodial authority involving a victim between the ages of 12 and 18.</p><p>As of Thursday morning, he was being held without bond at the Broward County Main Jail.</p><p><i>Editor’s note: The original version of this article incorrectly attributed to the investigation to the Broward Sheriff’s Office, rather than the Miramar Police Department. It has since been corrected.</i></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[Education Department rescinds disparate impact rule, a key tool used to assess school discrimination]]></title><link>https://www.local10.com/news/politics/2026/07/23/education-department-rescinds-disparate-impact-rule-a-key-tool-used-to-assess-school-discrimination/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/education-department-rescinds-disparate-impact-rule-a-key-tool-used-to-assess-school-discrimination/</guid><dc:creator><![CDATA[By ANNIE MA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Education Department will no longer consider school policies that disproportionately harm one group of students as discriminatory unless the discrimination is intentional, rescinding a decades-long standard for civil rights enforcement.]]></description><pubDate>Thu, 23 Jul 2026 20:10:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Education Department will no longer consider school policies that disproportionately harm one group of students as discriminatory unless the discrimination is intentional, rescinding a decades-long standard for civil rights enforcement.</p><p>In a rule change announced Thursday, the department said it would remove a number of disparate impact provisions from its regulations related to the implementation of Title VI of the Civil Rights Act, which bars discrimination on the basis of race or national origin.</p><p>In schools, the standard has most notably been applied to school discipline policies. Across the country, data shows Black students have been more likely to receive punishments that remove them from the classroom, such as suspensions, expulsions and transfers to alternative schools.</p><p>Racial justice advocates have pushed for policies that would reduce those disparities, and those efforts in turn have drawn opposition from the Trump administration.</p><p>In an executive order last year, the White House directed the Education Department to issue new school discipline guidance, and called for a review of organizations that had promoted policies to address disparities in discipline.</p><p>In a written statement, the department said that disparate impact had forced schools and universities to engage in racial balancing for fear of federal enforcement.</p><p>“With these changes, schools will be empowered to address classroom issues without fearing the federal government will weaponize antidiscrimination laws,” Assistant Secretary for Civil Rights Kimberly Richey said.</p><p>Civil rights groups condemned the move. In a letter signed by 60 civil rights and educational advocacy organizations, they emphasized that discrimination is not always explicit, and that courts have recognized this standard for decades.</p><p>“Today’s action has no basis in law or morality and is further evidence that this administration is determined to undermine our laws, abandon civil rights enforcement, and deny the existence of systemic discrimination,” they wrote.</p><p>The rule was published and took effect immediately without public comment, an unusual step for major regulatory change.</p><p>The rule change removes a critical guardrail for students, said Michael Pillera, director of the Educational Opportunities Project at the Lawyers’ Committee for Civil Rights Under Law. If districts know the Education Department will not investigate and enforce a policy that has a discriminatory impact, they may be more likely to continue that practice, he said.</p><p>“The concept is you can't create an unjust and unnecessary barrier that excludes folks on the basis of race. It has essentially the same impact as if you were doing it explicitly,” Pillera said. “That is what this is meant to stop.”</p><p>Other federal agencies also have moved away from disparate impact as a legal standard for enforcement. A White House executive order signed last April directed federal agencies to no longer rely on disparate impact analysis when enforcing anti-discrimination laws. The Equal Employment Opportunity Commission, the Justice Department and the Department of Energy rescinded their disparate impact guidance last year.</p><p>And in May, fair housing groups sued the Consumer Financial Protection Bureau over its changes to disparate impact regulations, which they said would reverse decades of lending protections and remove the guardrails for preventing discrimination against minorities.</p><p>Advocates said that the change would further diminish the Education Department's role in protecting students of color, in addition to the downsizing and transfer of the Office for Civil Rights and the prioritization of cases that investigate racial equity policies as discriminatory against white students.</p><p>The changes to the federal government’s role in civil rights enforcement will have resounding impacts for communities, said Hamida Labi, senior policy counsel at the NAACP Legal Defense Fund.</p><p>“This is a part of the Trump administration’s broader overall attack on civil rights,” Labi said. “The schoolhouse doors in 2026 don't have signs on it that say, ‘whites only,’ but discrimination is still very prevalent. Black students and other students of color are the ones who bear the brunt of that.”</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/77LOQTCTTYAI6OQWCX333JGM6M.jpg?auth=22a2b3b9d88e023982928aa1385bc43cdc5b6175100dfa2bfa36d5ded8dda028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Education building is photographed in Washington, Dec. 3, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFZCIAVM4KWAPPXC34EMB47SSI.jpg?auth=4c19f36ea0f979acb722e9209425f051f28e2ecf34acdadd8f96aa42f00c2307&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of Education Linda McMahon, steps on stage to speak before President Donald Trump arrives at Wheeler High School in Marietta, Ga., Wednesday, July 22, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[EEUU impone sanciones a más de 50 individuos y empresas que vincula al mexicano Cártel de Jalisco]]></title><link>https://www.local10.com/espanol/2026/07/23/eeuu-impone-sanciones-a-mas-de-50-individuos-y-empresas-que-vincula-al-mexicano-cartel-de-jalisco/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/eeuu-impone-sanciones-a-mas-de-50-individuos-y-empresas-que-vincula-al-mexicano-cartel-de-jalisco/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Estados Unidos anunció el jueves nuevas sanciones a más de 50 individuos o empresas presuntamente vinculadas al Cartel Jalisco Nueva Generación (CJNG), entre los que se encuentra Juan Carlos González, considerado el líder del grupo criminal desde la muerte de su padrastro, Nemesio Oseguera, alias “El Mencho”, en México en febrero pasado.]]></description><pubDate>Thu, 23 Jul 2026 20:50:36 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Estados Unidos anunció el jueves nuevas sanciones a más de 50 individuos o empresas presuntamente vinculadas al Cartel Jalisco Nueva Generación (CJNG), entre los que se encuentra Juan Carlos González, considerado el líder del grupo criminal desde la muerte de su padrastro, Nemesio Oseguera, alias “El Mencho”, en México en febrero pasado.</p><p>Según informó en un comunicado el Departamento del Tesoro, González —alias “El Pelón”— tiene doble nacionalidad mexicana y estadounidense, y Estados Unidos ofrece cinco millones de dólares por quien ofrezca información que permita su captura.</p><p>Las sanciones incluyen la congelación de cualquier activo que los afectados puedan tener en Estados Unidos o que entre en contacto con instituciones financieras bajo jurisdicción estadounidense.</p><p>El Departamento del Tesoro señaló que esta medida constituye la mayor acción individual jamás emprendida contra el grupo, calificado como organización terrorista en febrero de 2025 por la administración de Donald Trump y al que Estados Unidos acusa de tráfico generalizado de drogas y de numerosos actos de violencia.</p><p>Las sanciones incluyen a personas y empresas que las autoridades estadounidenses consideran involucradas en el tráfico de fentanilo y de cocaína, en el contrabando de combustible y en redes de lavado de dinero.</p><p>Algunos, como el que se consideraba segundo al mando del cártel, Audias Flores Silva, “El Jardinero”, han sido detenidos este año por México pero, según las autoridades estadounidenses, sus redes financieras siguen en pie y operando.</p><p>El Cártel de Jalisco es considerado el más grande de México en estos momentos con presencia en 21 de sus 32 estados. Sus operaciones también se han extendido a varios países, entre ellos Estados Unidos.</p><p>El actual gobierno estadounidense ha designado un total de ocho cárteles mexicanos como organizaciones terroristas para multiplicar la actuación contra ellos, incluso militarmente, y contra quienes considera que les ayudan. Además, mantiene una presión continua sobre el gobierno de la presidenta Claudia Sheinbaum para que su administración ofrezca más resultados en seguridad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XCCBTESWM7ECNZOHVNUO3KXF5I.jpg?auth=6bbc91a5727cd46ef8add8e35393ad6d07e98a4d5680fc1e1a2260439f0267f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un soldado monta guardia junto a un vehículo calcinado tras ser incendiado en Cointzio, estado de Michoacán, México, el 22 de febrero de 2026, luego de la muerte del líder del Cártel Jalisco Nueva Generación, Nemesio Oseguera, también conocido como "El Mencho". (Foto AP/Armando Solís, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Solis</media:credit></media:content></item><item><title><![CDATA[Demócratas que compiten por el Distrito Congresional 20 hablan sobre asequibilidad y división política]]></title><link>https://www.local10.com/espanol/2026/07/23/democratas-que-compiten-por-el-distrito-congresional-20-hablan-sobre-asequibilidad-y-division-politica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/democratas-que-compiten-por-el-distrito-congresional-20-hablan-sobre-asequibilidad-y-division-politica/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Este agosto, cinco candidatos pedirán el voto de los demócratas mientras buscan enfrentarse a un aspirante republicano en noviembre en una de las contiendas más seguidas de esta temporada electoral: el recién rediseñado Distrito Congresional 20 de Florida.]]></description><pubDate>Thu, 23 Jul 2026 19:54:33 +0000</pubDate><content:encoded><![CDATA[<p>Este agosto, cinco candidatos pedirán el voto de los demócratas mientras buscan enfrentarse a un aspirante republicano en noviembre en una de las contiendas más seguidas de esta temporada electoral: el recién rediseñado Distrito Congresional 20 de Florida.</p><p>Y las primarias del 18 de agosto se celebran en un contexto de creciente preocupación por el costo de vida. Una encuesta reciente de la Universidad del Norte de Florida preguntó a probables votantes de las elecciones de medio término cuál consideraban el problema más importante que enfrenta Florida. El 50% respondió que la asequibilidad y el costo de vida.</p><p>Los candidatos demócratas incluyen al ejecutivo de música rap y activista por la libertad de expresión Luther Campbell, al ex alcalde y ex comisionado de Broward Dale Holness, al organizador comunitario Elijah Manley y a la congresista federal Debbie Wasserman Schultz, quien cambia de distrito tras el rediseño.</p><p>También está la actual congresista que busca regresar al cargo: la ex congresista federal Sheila Cherfilus-McCormick, quien renunció ante la amenaza de expulsión por parte del Comité de Ética de la Cámara de Representantes tras ser acusada formalmente de robar fondos federales. Ella niega haber cometido alguna irregularidad.</p><h3><b>Sobre los temas: Asequibilidad</b></h3><p>Preguntamos a cada uno de los candidatos demócratas en las primarias del Distrito Congresional 20 de Florida cuál es su plan de política pública para abordar lo que los votantes de Florida consideran su principal preocupación: la asequibilidad y el costo de vida.</p><p>Esto fue lo que respondió cada uno.</p><p><!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Affordability and cost of living: Candidate responses</title>
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 20px;
      background: #ffffff;
      color: #222222;
      font-family: Arial, Helvetica, sans-serif;
    }

    .candidate-response-embed {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid #d6d6d6;
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    }

    .candidate-response-banner {
      display: block;
      width: 100%;
      height: auto;
      background: #eeeeee;
    }

    .candidate-response-content {
      padding: 24px;
    }

    .candidate-response-heading {
      margin: 0;
      color: #1f1f1f;
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: -0.4px;
    }

    .candidate-response-instruction {
      margin: 8px 0 20px;
      color: #555555;
      font-size: 16px;
      line-height: 1.45;
    }

    .candidate-list {
      display: grid;
      gap: 12px;
    }

    .candidate-card {
      overflow: hidden;
      border: 1px solid #cccccc;
      border-radius: 6px;
      background: #ffffff;
    }

    .candidate-toggle {
      width: 100%;
      margin: 0;
      padding: 17px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      list-style: none;
      background: #f4f4f4;
      color: #202020;
      font-size: 19px;
      font-weight: 800;
      text-align: left;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .candidate-toggle::-webkit-details-marker {
      display: none;
    }

    .candidate-toggle::marker {
      content: "";
    }

    .candidate-toggle:hover,
    .candidate-toggle:focus-visible {
      background: #e9e9e9;
    }

    .candidate-toggle:focus-visible {
      outline: 3px solid #2a5da8;
      outline-offset: -3px;
    }

    .candidate-icon {
      position: relative;
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 50%;
      background: #1d376f;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .candidate-icon::before,
    .candidate-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 2px;
      border-radius: 2px;
      background: #ffffff;
      transform: translate(-50%, -50%);
    }

    .candidate-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .candidate-card[open] .candidate-icon {
      transform: rotate(45deg);
      background: #a8292d;
    }

    .candidate-response-scroll {
      max-height: 245px;
      overflow-y: auto;
      padding: 18px 20px 20px;
      border-top: 1px solid #dddddd;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      scrollbar-color: #888888 #eeeeee;
    }

    .candidate-response-scroll p {
      margin: 0 0 14px;
      color: #333333;
      font-size: 17px;
      line-height: 1.65;
    }

    .candidate-response-scroll p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 640px) {
      body {
        padding: 10px;
      }

      .candidate-response-content {
        padding: 18px 14px;
      }

      .candidate-response-heading {
        font-size: 25px;
      }

      .candidate-response-instruction {
        margin-bottom: 16px;
        font-size: 15px;
      }

      .candidate-toggle {
        padding: 15px 14px;
        font-size: 17px;
      }

      .candidate-icon {
        width: 28px;
        height: 28px;
      }

      .candidate-response-scroll {
        max-height: 220px;
        padding: 16px;
      }

      .candidate-response-scroll p {
        font-size: 16px;
        line-height: 1.58;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .candidate-icon,
      .candidate-toggle {
        transition: none;
      }
    }
  </style>
</head>
<body>
  <section class="candidate-response-embed" aria-labelledby="candidate-response-title">
    <img
      class="candidate-response-banner"
      src="https://www.local10.com/resizer/v2/LKYHEP56RFGBPKBHAMFC6DDBKI.png?auth=328a38d0c2c84f0dac0980e1a9ffa65a4edb74da1f924b300b9e4da81cb44a8e"
      alt="Local 10 Vote 2026 banner"
    >

    <div class="candidate-response-content">
      <h2 class="candidate-response-heading" id="candidate-response-title">Affordability and cost of living: Candidate responses</h2>
      <p class="candidate-response-instruction">Click each candidate's name to read his or her response.</p>

      <div class="candidate-list">
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Luther Campbell</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“My specific policy is to create jobs, create more money, bring more money to the district. I mean, when you look at this district, Congressional District 20, is no different than the other district in America. The high cost of living, insurance, property tax, out of the roof. I could bring in subsidies, use federal dollars to bail out the over 50-year-old seniors who are suffering from the high cost of insurance. So people don’t get disenfranchised, that’s why when you look at my campaign, it’s not built off special interest groups. It’s not built off people who normally put money into PACs. You know, my campaign is a $5 campaign and we’re running it like that.</p>
              <p>"The cost of living, so I need to bring in big, high-paying jobs like port expansion built by us. I need to deal with the affordable housing crisis with my plan called ‘Built by Us for Us’, affordable housing plan, so people can be able to live here. And that’s the main thing. My plan calls for, you know, a federal tax credit when it comes to the entertainment industry, attract those major networks and major corporations to come into the district to create those high-paying jobs. One thing I know, there is a budget and the budget has been approved. And then that budget, there’s a lot of money that I can bring back to my congressional district to help the people in my district.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Sheila Cherfilus-McCormick</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“Well, the biggest issue that we have with cost of living, especially for our district, is the economy. Several prices have gone up when it comes to food, and we're seeing that throughout the country. So that is one of our biggest things we're trying to attack: bringing the prices down. Also looking at what's going on with our seniors, our seniors who are on a fixed income now are suffering more than we've ever seen before. Many of our seniors are suffering with trying to figure out how to eat. Creating some kind of package or pot for them, so they can get more funding. That could be done with increasing the COLA. COLA is the cost-of-living adjustment that happens to Social Security. We have to do that immediately.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Dale Holness</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“One, we must put more money into housing because that’s the biggest crisis that there is. How do we do that? The voucher system that we have from the federal government has not been expanded since 2017. There are a lot of people on waiting lists, some are now homeless, because we have not done so. That’s one that we must do right away. Two, we can use that same choice voucher system for housing to direct it towards building new units. If we build more units affordability can be reduced because you have more supply and it will meet the demand more. There’s so much more we can do in Congress to help partner with local government to build more affordable housing, to do a lot more to help our communities.</p>
              <p>“Further, the child tax credit that had lifted so many people out of poverty need to be increased and made permanent so that young families, with children, can be supported to build the future of America. We are competing globally, we’re not just competing among states. China and India is producing more engineers than we do. And in a competitive world, we must do more to build and strengthen the future. Also, our unions around attack. Union wages are higher than other wages in the same workplace therefore, we must give unions the ability to organize themself rather than limit them to being able to organize. It is because of unions why we have a 40-hour workweek. It is because of unions that we have child labor laws. It is because of unions that we have safe workplace. So that’s a big part of what we must do to help lift the standards of living for people and create prosperity for all.</p>
              <p>“The tax credit that we just gave to the wealthiest Americans need to be taken back. They must pay their fair share. If we want to grow economy, we put money into the pockets of working families, they will spend it and stimulate the economy.</p>
              <p>“We also have the opportunity zone act that identifies high poverty, low income, high unemployment communities. That should be reformed.</p>
              <p>“Investment towards helping those young people get technical training if they need it, get them into college, if they are able to, put it in place health centers in these communities so that we can reduce the cost. The health program that we have in our country is not good because if someone has no insurance, what happens? They depend on emergency care, which costs you and I more as taxpayers, because instead of getting primary care to prevent illness, they end up in the hospital and in emergency care, which is much more costly for us .”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Elijah Manley</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“There’s an affordability crisis hitting our working families here in Broward County, and I want to address it by guaranteeing healthcare to all people as a human right through Medicare for All, bringing the cost of housing down, implementing rent control for our families, and making sure everybody makes enough money to live because right now the wages are too low for anybody to live off of.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Debbie Wasserman Schultz</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“We have to extend the enhanced premium tax credits that Republicans let expire in December. We’ve seen in our community premiums for affordable care at policies double, triple, and even quadruple. When we extend those premium tax credits, we will be able to make sure we start to bring those costs down. We absolutely need to make sure we bring this war in Iran to an end. Iran is now in control of the Strait of Hormuz and they weren’t at the start of this, so we’ve gone backwards, and that’s driven the cost of gas. Just that action alone will help to make sure we can get a handle on the cost of gas.</p>
              <p>“Grocery prices, not only do we have grocery prices that too high, but the prices are different because they use dynamic pricing in in the same grocery chain from one side of town to another. We have to pass legislation to prevent collusion and price gouging from grocery store chains and make sure that they have equitable pricing across the board because they shouldn’t be allowed to charge customers more depending on what side of town they live on those.</p>
              <p>“We have to focus on affordable housing. I passed an amendment that will become law that will take housing vouchers, right now housing vouchers can’t be used to pay for a security deposit, so people spend a year and a half on a housing voucher list, they get to the top of it, they have a place they want to live and they can’t use the housing voucher for the security deposit. That’s wrong and we have to change that, and that right there will be able to allow a lot more people to be able to get access to affordable housing. And when we implement the the road to Affordable Housing Act, which is now law even though President Trump refused to sign it, we’re going to be able to start to really aggressively implement all the affordable housing mechanisms that are included in that law.”</p>
          </div>
        </details>
      </div>
    </div>
  </section>
</body>
</html></p><h3><b>Sobre los temas: División política</b></h3><p>La encuesta de la Universidad del Norte de Florida encontró que, para el 12% de los votantes demócratas de Florida con probabilidades de participar en las elecciones de medio término, la división política también es una de las principales preocupaciones. Por ello, también preguntamos a cada candidato demócrata en las primarias cómo abordaría ese tema.</p><p>Esto fue lo que respondieron los candidatos.</p><p><!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Political division: Candidate responses</title>
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 20px;
      background: #ffffff;
      color: #222222;
      font-family: Arial, Helvetica, sans-serif;
    }

    .candidate-response-embed {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid #d6d6d6;
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    }

    .candidate-response-banner {
      display: block;
      width: 100%;
      height: auto;
      background: #eeeeee;
    }

    .candidate-response-content {
      padding: 24px;
    }

    .candidate-response-heading {
      margin: 0;
      color: #1f1f1f;
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: -0.4px;
    }

    .candidate-response-instruction {
      margin: 8px 0 20px;
      color: #555555;
      font-size: 16px;
      line-height: 1.45;
    }

    .candidate-list {
      display: grid;
      gap: 12px;
    }

    .candidate-card {
      overflow: hidden;
      border: 1px solid #cccccc;
      border-radius: 6px;
      background: #ffffff;
    }

    .candidate-toggle {
      width: 100%;
      margin: 0;
      padding: 17px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      list-style: none;
      background: #f4f4f4;
      color: #202020;
      font-size: 19px;
      font-weight: 800;
      text-align: left;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .candidate-toggle::-webkit-details-marker {
      display: none;
    }

    .candidate-toggle::marker {
      content: "";
    }

    .candidate-toggle:hover,
    .candidate-toggle:focus-visible {
      background: #e9e9e9;
    }

    .candidate-toggle:focus-visible {
      outline: 3px solid #2a5da8;
      outline-offset: -3px;
    }

    .candidate-icon {
      position: relative;
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 50%;
      background: #1d376f;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .candidate-icon::before,
    .candidate-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 2px;
      border-radius: 2px;
      background: #ffffff;
      transform: translate(-50%, -50%);
    }

    .candidate-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .candidate-card[open] .candidate-icon {
      transform: rotate(45deg);
      background: #a8292d;
    }

    .candidate-response-scroll {
      max-height: 245px;
      overflow-y: auto;
      padding: 18px 20px 20px;
      border-top: 1px solid #dddddd;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      scrollbar-color: #888888 #eeeeee;
    }

    .candidate-response-scroll p {
      margin: 0 0 14px;
      color: #333333;
      font-size: 17px;
      line-height: 1.65;
    }

    .candidate-response-scroll p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 640px) {
      body {
        padding: 10px;
      }

      .candidate-response-content {
        padding: 18px 14px;
      }

      .candidate-response-heading {
        font-size: 25px;
      }

      .candidate-response-instruction {
        margin-bottom: 16px;
        font-size: 15px;
      }

      .candidate-toggle {
        padding: 15px 14px;
        font-size: 17px;
      }

      .candidate-icon {
        width: 28px;
        height: 28px;
      }

      .candidate-response-scroll {
        max-height: 220px;
        padding: 16px;
      }

      .candidate-response-scroll p {
        font-size: 16px;
        line-height: 1.58;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .candidate-icon,
      .candidate-toggle {
        transition: none;
      }
    }
  </style>
</head>
<body>
  <section class="candidate-response-embed" aria-labelledby="candidate-response-title">
    <img
      class="candidate-response-banner"
      src="https://www.local10.com/resizer/v2/LKYHEP56RFGBPKBHAMFC6DDBKI.png?auth=328a38d0c2c84f0dac0980e1a9ffa65a4edb74da1f924b300b9e4da81cb44a8e"
      alt="Local 10 Vote 2026 banner"
    >

    <div class="candidate-response-content">
      <h2 class="candidate-response-heading" id="candidate-response-title">Political division: Candidate responses</h2>
      <p class="candidate-response-instruction">Click each candidate's name to read his or her response.</p>

      <div class="candidate-list">
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Luther Campbell</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“That’s what makes me different to anybody else in this campaign. You know, the so-called experienced politicians, they have a career of fighting Trump, they have a career of fighting Republicans, MAGA, or whatever it is. I have no history in fighting those individuals. Anything that I’ve ever gotten past, whether it was through the school board, or whether it was through county commission, or whether it was through the city, I was always able to work with people not based on party affiliation, but just based on bringing common sense, real solutions that directly affect my community. So I’m not going to Washington to fight Trump. I’m going to Washington to bring the money back. I’m not going to fight Republicans. I’m not going to get on TV and CNN with all the catchphrases and all that. At the end of the day, my job is to bring resources back to Congressional District 20, to improve the quality of life for the individuals who live there.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Sheila Cherfilus-McCormick</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“We are going to have to stop being so extreme. It seems like the media only wants to cover drama. It seems like they only want to cover the person who's saying the most craziest comment. But the truth is, the people who are saying the craziest things and the most outlandish things,they don't get the work done. We need to start uplifting people who are reasonable, who are getting the work done. I dig my heels in, and I'm very reasonable of how we get to a solution, not how we get more political targeting, political games, or even getting political power and clout. And I think that's what we need. The community is asking for results. We just have to stop the petty politics and the personal attacks. Because when you're personally attacking someone every single day, no one cares. Their only concern is how are you going to help me and my family? We're trying to eat. We're trying to survive, and we're trying to have enough left for our future. And that's what this election is about.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Dale Holness</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“I sincerely believe that together as Americans we can do better. I served on the county commission where we had a Republican on there and we work together to pass laws that was in the benefit of our people. If we have to reach across the aisle we ought to. That’s doesn’t mean that we give up on our principal, we must stand firm on fulfilling the needs of the American people. So we don’t need to cast dispersions on the other side, we must deal with the fact of the matter that face us, one issue or another. There are what the facts are, and this is where we need to be. So we must work together to do better as a nation and we’re a great country, but we certainly can do better than we’re doing right now.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Elijah Manley</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“You know, I don’t think that this country and this community is as divided as people say. I don’t think this is Democrat versus Republican or Black versus White. I think this is the billionaires versus working people. And when we all come together, regardless of our political party or what we believe, we can create a country that works for everybody. To me, this is not a time for the status quo or continuing politics as it is now. We need change, we need new people, and we need to get rid of the establishment in Washington.”</p>
          </div>
        </details>
        <details class="candidate-card">
          <summary class="candidate-toggle">
            <span>Debbie Wasserman Schultz</span>
            <span class="candidate-icon" aria-hidden="true"></span>
          </summary>
          <div class="candidate-response-scroll" tabindex="0">
              <p>“I always reach across the aisle. Almost every bill I introduce I introduce alongside a Republican co-lead, whether it is my breast cancer legislation that will actually be on the floor this week, making sure we can find common ground. It’s important to develop relationships and to not treat the your opponent like the enemy, and so even though we have very significant differences, I have always tried to reach across the aisle to work together develop relationships with Republican colleagues so that we can work on the issues like fighting cancer and making sure that we work on children’s safety issues, so many different issues that we can find common ground on and I always try to make sure that I can do that from the very beginning.”</p>
          </div>
        </details>
      </div>
    </div>
  </section>
</body>
</html></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TQ4JZKVNFZBOTG6JTLPT6TW6WU.jpeg?auth=54241570a3b9f203cf71d7bb32c26f17ed93a080706192d0f4bdbc553d85330d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This August, five candidates will be asking Democrats for their vote as they aim to go head-to-head with a Republican challenger in November in one of this election season’s most-watched races: Florida’s newly redrawn Congressional District 20.]]></media:description></media:content></item><item><title><![CDATA[Acusan a falso contratista de techos de estafar a mujer de Miami-Dade por miles de dólares]]></title><link>https://www.local10.com/espanol/2026/07/23/acusan-a-falso-contratista-de-techos-de-estafar-a-mujer-de-miami-dade-por-miles-de-dolares/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/acusan-a-falso-contratista-de-techos-de-estafar-a-mujer-de-miami-dade-por-miles-de-dolares/</guid><dc:creator><![CDATA[David Dwork, Christina Vazquez]]></dc:creator><description><![CDATA[Un hombre de 56 años del sur de Florida enfrenta cargos luego de que agentes aseguraran que se hizo pasar por contratista y recibió pagos por un trabajo que nunca comenzó, mucho menos terminó.]]></description><pubDate>Thu, 23 Jul 2026 16:41:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 56 años del sur de Florida enfrenta cargos luego de que agentes aseguraran que se hizo pasar por contratista y recibió pagos por un trabajo que nunca comenzó, mucho menos terminó.</p><p>La Oficina del Sheriff de Miami-Dade informó que arrestó a Gary Jackson el miércoles.</p><p>Según los agentes, fueron notificados sobre un caso del Departamento de Recursos Regulatorios y Económicos del condado Miami-Dade relacionado con una víctima que afirmó que Jackson, quien operaba bajo el nombre Metal Roof Masters LLC, “le presentó un contrato por escrito por un total de $14,000.00 USD para reparar todo el sistema del techo” el 9 de febrero.</p><p>Los agentes informaron que la víctima realizó un pago de $7,800 USD a Jackson cinco días después, y que una citación enviada a JP Morgan Chase Bank mostró que el cheque fue depositado en la cuenta de Jackson, a la que, según las autoridades, solo él tenía acceso autorizado.</p><p>Durante varios meses, se realizaron múltiples intentos de contactar a Jackson por correo y por teléfono, pero los agentes dijeron que “no ha hecho ningún intento por llegar a una resolución ni proporcionar una restitución completa”.</p><p>Además, los investigadores informaron que revisaron los registros de la Junta de Licencias de la Industria de la Construcción de Florida y de la Junta de Calificación de Oficios de la Construcción del condado Miami-Dade, y determinaron que Jackson no cuenta con licencia como contratista bajo ninguna ley estatal o normativa del condado.</p><p>Sin embargo, mediante una búsqueda en la División de Corporaciones de Florida, determinaron que Jackson era el propietario de Metal Roof Masters LLC.</p><p>Los agentes informaron que el Equipo Especial de Control de Depredadores de la Oficina del Sheriff de Miami-Dade detuvo a Jackson, quien posteriormente fue trasladado al Centro Correccional Guilford Knight, donde enfrenta cargos por hurto mayor en tercer grado y por ejercer como contratista sin licencia.</p><p>Hasta la tarde del jueves, Jackson permanecía detenido, y los documentos indican que ya se encontraba en libertad bajo fianza por un delito grave al momento de su arresto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2YUOJF75BCBRN6ICMPUDZPIGI.jpg?auth=fffaf1d7bad24d87c607c97ff1de6fa331ab575dc4a04335b777369e7be26625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Encuesta: ¿Cree que Miami-Dade debió pagar más de $4,780 USD por tres retratos de comisionado que aspira al Congreso?]]></title><link>https://www.local10.com/espanol/2026/07/23/encuesta-cree-que-miami-dade-debio-pagar-mas-de-4780-usd-por-tres-retratos-de-comisionado-que-aspira-al-congreso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/encuesta-cree-que-miami-dade-debio-pagar-mas-de-4780-usd-por-tres-retratos-de-comisionado-que-aspira-al-congreso/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Funcionarios del condado Miami-Dade pagaron $4,780 USD por tres retratos del comisionado saliente Oliver G. Gilbert, demócrata que aspira a suceder a la congresista federal Frederica Wilson, informó recientemente The Miami Herald.]]></description><pubDate>Thu, 23 Jul 2026 19:42:15 +0000</pubDate><content:encoded><![CDATA[<p>Según informó recientemente&nbsp;<a href="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html">el Miami Herald</a>&nbsp;, funcionarios del condado de Miami-Dade pagaron 4.780 dólares por tres retratos del comisionado saliente Oliver G. Gilbert, un demócrata que se postula para suceder a la representante estadounidense Frederica Wilson.</p><p>Según el reportero&nbsp;<a href="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html">del Miami Herald,</a>&nbsp;Doug Hanks, las facturas muestran que los contribuyentes del condado pagaron 2.500 dólares a Sitki Dogan, un muralista turco-estadounidense afincado en Palm Beach, y 2.000 dólares a Rahiem Milton, un artista afincado en Miami.</p><p>Ninguno de los retratos fue presentado durante la ceremonia en honor al expresidente de la comisión el 13 de julio, ya que el condado también pagó 280 dólares por una copia impresa,&nbsp;<a href="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html" rel="" title="https://www.miamiherald.com/news/local/community/miami-dade/article316583231.html">según</a>&nbsp;Hanks, quien ha estado cubriendo el gobierno del condado de Miami-Dade desde 2014.</p><p>Hanks informó que la lámina de 280 dólares presentada en la sala de la Comisión del Condado era una reproducción de un retrato que los funcionarios de Miami Gardens encargaron de Gibson, quien fue alcalde de la ciudad desde 2003 hasta 2012.</p><p><b>Publicaciones relacionadas en redes sociales</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fnataliemilianorbis%2Fposts%2Fpfbid02qVxzEAskSstGSR5zUDc5xBqhc5jVst9zFj8QifZedTiKXEe5mW2ReRxfghcvkW2Ll&show_text=true&width=500" width="500" height="786" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FMiamiDadeClerkandComptroller%2Fposts%2Fpfbid09km3TUq5rSJqwzVQnu2svnqBiL3SEaG8VowVKoLvvNqkAtDcFxNRMkYUoyjPZiY6l&show_text=true&width=500" width="500" height="446" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphoto%2F%3Ffbid%3D1083742048623801%26set%3Da.141532496178099&show_text=true&width=500" width="500" height="533" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/22/democratic-primary-7-candidates-seek-to-succeed-wilson-in-floridas-24th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/22/democratic-primary-7-candidates-seek-to-succeed-wilson-in-floridas-24th-congressional-district/">Primarias demócratas: 7 candidatos buscan suceder a Wilson en el distrito congresional número 24 de Florida.</a></li><li>Editorial:&nbsp;<a href="https://www.local10.com/news/florida/2026/04/24/local-10-editorial-take-action-now-if-you-want-to-vote-in-this-years-midterm-election/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/04/24/local-10-editorial-take-action-now-if-you-want-to-vote-in-this-years-midterm-election/">Actúa ahora si quieres votar en las elecciones de mitad de mandato de este año.</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVUFWRO7GRDGVCUSZHSI2PGESI.jpg?auth=cade76f64e72d8fa9952ab0c1c0aeb7895f6105b56cf29400cae15309704db28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oliver G. Gilbert II is running in the Democratic primary for Florida's Congressional District 24.]]></media:description></media:content></item><item><title><![CDATA[D4vd's lawyers ask why more DNA testing wasn't done on chain saws, car in teen girl's killing]]></title><link>https://www.local10.com/entertainment/2026/07/23/d4vds-lawyers-ask-why-more-dna-testing-wasnt-done-on-chain-saws-car-in-teen-girls-killing/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/23/d4vds-lawyers-ask-why-more-dna-testing-wasnt-done-on-chain-saws-car-in-teen-girls-killing/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Lawyers for D4vd began showing glimpses into their defense strategy Thursday, pressing police on why they didn't conduct more DNA testing on items found in the singer's home and in his car that authorities said were used in the killing of 14-year-old Celeste Rivas Hernandez.]]></description><pubDate>Thu, 23 Jul 2026 19:22:18 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Lawyers for D4vd began showing glimpses into their defense strategy Thursday, pressing police on why they didn't conduct more DNA testing on items found in the singer's home and in his car that authorities said were used in the killing of 14-year-old Celeste Rivas Hernandez.</p><p>The questioning came on the third day of a preliminary hearing where a judge will decide whether there is probable cause for D4vd, whose legal name is David Burke, to be put on trial on charges of murder, sexual abuse of a child and mutilation of a body.</p><p>He has pleaded not guilty. His lawyers have said they will vigorously defend his innocence, but have previously given little indication of any counternarrative they may present about how Rivas Hernandez was killed and how her dismembered body was found in the trunk of Burke's Tesla.</p><p>Defense attorney Blair Berk dwelled on a pair of small chain saws found in Burke's garage, where prosecutors say he dismembered the body. Lauren Wallace, a criminalist with the Los Angeles Police Department, testified that initial chemical tests showed no signs of blood on the saws, so the handles were not swabbed for any DNA left behind by someone who touched it.</p><p>“If an item has somebody else’s DNA on it, you wouldn’t be able to see that at the time,” Berk said.</p><p>“No you’re not able to see touch DNA,” Wallace said, then reiterated that the blades had tested negative for blood.</p><p>“But that doesn’t preclude at all that there could be somebody else’s touch DNA,” Berk said.</p><p>Under prosecution questioning, Wallace said testing for DNA at the suspect's residence wouldn't make sense because the suspect's DNA would be everywhere.</p><p>Berk soon after asked her: “You were aware that multiple people lived at this residence, right?”</p><p>Wallace answered, “Yes, we were aware.”</p><p>Wallace testified earlier that throughout the garage, she found indications of blood that had been cleaned up.</p><p>She said Thursday that her team also found jugs of fake blood in the garage. Berk suggested through her questioning that Burke had used it in music videos.</p><p>An indie-pop singer whose music and online presence brought him a huge following, D4vd's songs and videos often have dark and violent imagery often delivered through an alter-ego character he calls Itami. His breakthrough single in 2022 was called “Romantic Homicide,” one of several of his songs with more than a billion plays on Spotify. His debut full-length album, “Withered,” was released two days after prosecutors say Rivas Hernandez was killed.</p><p>On Thursday, he wore orange jail clothes and glasses, sitting at the defense table calmly and intently watching the witnesses testify.</p><p>A police detective also testified that cell-tower tracking of Burke's phone and a system in his Tesla showed he was at his Hollywood home on the night of April 23, 2025 — the time and place prosecutors say Rivas Hernandez was killed. The data showed that later that night, he traveled to a remote part of Santa Barbara County about 95 miles (152 kilometers) to the northwest. He made two subsequent visits to the area in May, including to a spot where Rivas Hernandez's passport was found by a highway worker, the detective testified.</p><p>Prosecutors are seeking to prove Burke began a sexual relationship with Rivas Hernandez when she was 13 and he was 18.</p><p>They said in a court filing that she had grown jealous of his relationships with other women and threatened to expose him and ruin his multimillion-dollar career the night before she was killed. The court filing said he sent a car to pick her up on the night of April 23, 2025, and stabbed her when she arrived at his home.</p><p>Prosecutors say he kept the body for weeks or months in the front trunk of the Tesla, where it was found after the car was towed 4 1/2 months later in September.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AKKKPBIUOZA63JE2RCQCEYZLVU.jpg?auth=736dd150db96802c5efc5cbd9b33a517574eb7d862879c08a34a29278479308e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift memorial for Celeste Rivas Hernandez, whose body was found inside a vehicle owned by singer D4vd, is displayed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSDLGHQ4XMXRGWVAMEGWEHV7P4.jpg?auth=d6b57c15acd2c3cc999c31cc66df5781f353ea0c5c5447324e8bc18a9d44ce5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, David Anthony Burke, also known as D4vd, far right, is seen in court Tuesday, July 21, 2026, in Los Angeles, during his trial for the killing of Celeste Rivas Hernandez. (Bill Robles via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Robles</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CNWH7XMIN7POSB77KMVEXVFDUU.jpg?auth=f5fa65a1a90eebef2c9d3db98340390386ddc7ab87cddfa3940caf64dff8dc02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, David Anthony Burke, who is known as D4vd, is seen in court Tuesday, July 21, 2026, in Los Angeles. (Bill Robles via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Robles</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YJHULGIFMIVLQEGS6HY4SXWXU.jpg?auth=6b8eea3da5633a2abb40fffccdb294a56028625b366a1a40d70c7005cdb6f4f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - D4vd appears at Variety's Power of Young Hollywood in Los Angeles on Aug. 8, 2024. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/476DQTAIBPWJIAJOXOCJLAISH4.jpg?auth=23146c29216d28a46e60bd58ed7d58bc5cf0d2aaca2cb9ff8626103657e82b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift Memorial for Celeste Rivas Hernandez, who was killed and found inside a vehicle owned by singer D4vd, is placed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Government withdraws subpoenas of 3 reporters for The New York Times after admitting legal errors]]></title><link>https://www.local10.com/business/2026/07/23/government-withdraws-subpoenas-of-3-reporters-for-the-new-york-times-after-admitting-legal-errors/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/government-withdraws-subpoenas-of-3-reporters-for-the-new-york-times-after-admitting-legal-errors/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, ERIC TUCKER and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Criticized by a federal judge for sloppy legal work, the government on Thursday grudgingly withdrew subpoenas that would have compelled three New York Times reporters to testify about their sources for articles about President Donald Trump’s Qatari-gifted Air Force One jet.]]></description><pubDate>Thu, 23 Jul 2026 21:27:02 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Criticized by a federal judge for sloppy legal work, the government on Thursday grudgingly withdrew subpoenas that would have compelled three New York Times reporters to testify about their sources for articles about President Donald Trump’s Qatari-gifted Air Force One jet.</p><p>The withdrawals in U.S. District Court followed a remarkable back and forth between a visibly irritated Judge Arun Subramanian and government lawyers. They come at a time when the Trump administration is vigorously going after news organizations whose reporting and coverage it doesn’t like — and also trying to crack down on leaks inside the government.</p><p>The government’s retreat in the face of vigorous legal opposition and a stern reprimand from a judge marked the latest instance of the Justice Department pulling back on its aggressive efforts to compel journalists to identify their sources before a grand jury. The administration recently withdrew similar subpoenas that sought to compel testimony in Virginia from journalists for The Washington Post and The Wall Street Journal related to separate national security coverage.</p><p>Subramanian said he otherwise would have granted the newspaper’s request to reject the subpoenas because laws and regulations pertaining to subpoenas served on journalists maintain that they should be issued as a last resort in an investigation.</p><p>“Subpoenas are the last step, not the first step, but the last step,” the judge said, citing rules set to protect against violations of the First Amendment. He said the government’s actions had turned the law and the regulations “on its head.”</p><p>“When you see something like this, if this were a civil proceeding, what I would normally do is ask the parties to show causes why sanctions should not be issued,” the judge said, referencing punishment for lawyers for egregious actions.</p><p>After the hearing, the Justice Department lashed out at the judge in a statement, saying he “threatened our attorneys with sanctions unless subpoenas were withdrawn, and blocked us from presenting the meticulous process of this investigation.”</p><p>“The grand jury has a right to hear testimony from all material witnesses in a federal criminal investigation. This judge’s conduct overrides clear longstanding principles and common sense — blocking the grand jury from receiving core evidence in a national security investigation,” the statement said.</p><p>“Make no mistake,” it added, “this investigation remains ongoing, and we will pursue justice against those threatening national security by leaking classified information, a serious federal crime.”</p><p>Government attorneys upbraided by judge</p><p>Subramanian noted that with protections for journalists at stake, the government was required to ensure it could not obtain what it needed from any other sources before issuing subpoenas to journalists.</p><p>A Justice Department lawyer, Sean Buckley, cast the government’s missteps as inadvertent errors and said “no one was trying to pull a fast one.” Buckley apologized for other subpoenas that sought records for phone numbers belonging to one reporter’s mother and two of the journalists’ spouses.</p><p>“That was an error, judge, which we own,” Buckley said. “It was a consequence of trying to move quickly.”</p><p>“These things are starting to pile up,” Subramanian said, becoming increasingly testy.</p><p>The hearing was held publicly despite efforts by the Trump administration to keep secret the litigation spawned by subpoenas it served on the Times’ journalists to try to get them to divulge their sources.</p><p>The newspaper’s lawyers had challenged the validity of the grand jury subpoenas, along with subpoenas issued for phone records of several Times journalists and some of their relatives. Senior Times officials, including the paper’s managing editor and general counsel, sat in the gallery watching during Thursday's proceedings.</p><p>The request for phone records raised questions about the extent of the investigation being carried out by the Justice Department.</p><p>David McCraw, the Times’ chief newsroom lawyer, said after the hearing in a statement that it “was an important affirmation of our country’s commitment to a free press.”</p><p>“We are pleased that the government finally conceded that the subpoenas violated the law, but they should never have been issued in the first place,” he said. “We will not be deterred in the face of tactics like these.”</p><p>Court action comes after reporting on new Air Force One jet</p><p>The new jet in question, a present from Qatar that Trump’s administration spent $400 million to retrofit and upgrade, recently entered service. But Trump used an older model Air Force One jet to leave a NATO summit in Turkey earlier this month.</p><p>The Times, citing anonymous sources, reported that the switch had come at the urging of the Secret Service and that the newer plane lacked some of the advanced security features of the older Air Force One aircraft, including antimissile capabilities. On social media, Trump rejected claims of security concerns.</p><p>The Times wrote in a letter to the judge several days ago that two subpoenas seek records beginning on Jan. 1, long before the newspaper published articles on July 8 and July 9 that became the basis for the grand jury subpoenas.</p><p>It said that lengthy stretch of records sought would indicate that the purpose of the subpoenas might have been “to forage for information about the Journalists’ source relationships more broadly.”</p><p>The Times argued for the phone records subpoenas to be disallowed on the grounds that the government had acted in “bad faith” and ignored its own protocols by not giving the journalists advance notice that records were being sought and by demanding the information “without first conducting any serious investigation.”</p><p>The Justice Department has justified the grand jury subpoenas by saying that “reporters are not the targets, those leaking classified information are.”</p><p>The Justice Department also said it had complied with its own regulations in issuing the subpoenas and had taken investigative steps before seeking them. It said it was authorized to delay disclosing the subpoenas but decided to alert the journalists’ lawyers so they could challenge them.</p><p>In fighting the subpoenas, the Times' lawyers highlighted how the government's carelessness could have exposed sensitive information that had nothing to do with the journalists. The mother whose phone records were mistakenly sought is a mental health professional with confidential client relationships and one of the two spouses is the general counsel of a law firm, the lawyers said.</p><p>At Thursday’s hearing, a final rebuke from the judge to the government came when he asked its lawyers to assure him that it won’t repeat a scenario that left one journalist being served a subpoena by an FBI agent while he was home watching the family-friendly movie “The Sheep Detectives,” about sheep on a quest to solve the murder of their shepherd.</p><p>Said the judge, to loud courtroom laughter: “I can’t think of anything more inconsistent with ‘Sheep Detective’ than an FBI agent showing up at your door.”</p><p>___</p><p>Associated Press Writer Eric Tucker reported from Washington</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TEL5YJ5KJC6SGZ6XIVOIZQPAGQ.jpg?auth=0b742be6640d0479c0decda2b32bf19eec050d7a0326836fcd37da42573991bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives on Air Force One at Dobbins Air Reserve Base, Wednesday, July 22, 2026, in Marietta, Ga. (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[Senate committee postpones vote on whether to advance CDC director nominee]]></title><link>https://www.local10.com/health/2026/07/23/senate-committee-postpones-vote-on-whether-to-advance-cdc-director-nominee/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/23/senate-committee-postpones-vote-on-whether-to-advance-cdc-director-nominee/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Senate health committee delayed a planned vote Thursday on whether to advance the nomination of Dr. Erica Schwartz to lead the U.S. Centers for Disease Control and Prevention.]]></description><pubDate>Thu, 23 Jul 2026 18:56:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Senate health committee delayed a planned vote Thursday on whether to advance the nomination of Dr. Erica Schwartz to lead the U.S. Centers for Disease Control and Prevention.</p><p>The committee plans to vote next week on whether to forward Schwartz’s nomination to the full Senate. The committee's chair, Sen. Bill Cassidy, said a family emergency was affecting the number of Republicans needed to be present to vote yes.</p><p>If approved, the 54-year-old Schwartz would become the 22nd director of the Atlanta-based CDC, which is charged with protecting Americans from preventable health threats.</p><p>Schwartz faced scrutiny during her confirmation hearing earlier this month about standing up to political pressure, and the committee's vote was expected to be close. Cassidy, a Louisiana Republican whose support is crucial, was among the senators asking how she might handle pressure from U.S. Health Secretary Robert F. Kennedy Jr. if it conflicted with science-based decision making.</p><p>On Thursday, Cassidy said he had decided that she can resist such pressure.</p><p>The CDC has been in turmoil with leadership changes and staff losses since President Donald Trump returned to office last year. The director position is one of a number of high-level HHS health leadership vacancies, including surgeon general and commissioner of the Food and Drug Administration.</p><p>Another open position is assistant secretary for preparedness and response, a position that oversees readiness for public health emergencies and disasters.</p><p>Sean Kaufman has been nominated for the position. He was also questioned at the confirmation hearing earlier this month, with several senators expressing unhappiness with some of statements against vaccination.</p><p>The committee decided not to vote on Kaufman’s nomination Thursday. It scheduled to be taken up July 30.</p><p>“There are ongoing conversations with the administration on the path forward for Mr. Kaufman’s nomination,” according to a statement from a committee spokesperson.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPWFFHZS7OC3VZTOAJJZ5ISKVU.jpg?auth=056916941f38d382787cfa65687fecae8fef26bb5b34511e925a436ddc12096b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Bill Cassidy, R-La., heads to a closed-door Republican policy meeting at the Capitol in Washington, June 16, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHC6XOLCIRK2X4UJ7SFHS7CXY4.jpg?auth=74d53492aec64313efa283677c00870473fd8ec21c89dd76afac3907424cecbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erica Schwartz testifies during a Senate Health Education Labor and Pensions committee confirmation hearing to be the director of the Centers for Disease Control and Prevention on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Sube a 11 cifra de muertos por deslizamiento en suroeste de China; 50 personas desaparecidas]]></title><link>https://www.local10.com/espanol/2026/07/23/sube-a-11-cifra-de-muertos-por-deslizamiento-en-suroeste-de-china-50-personas-desaparecidas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/sube-a-11-cifra-de-muertos-por-deslizamiento-en-suroeste-de-china-50-personas-desaparecidas/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Los equipos que buscan entre los escombros del deslizamiento de tierra de la semana pasada en la ciudad de Chongqing, en el suroeste de China, hallaron tres cuerpos adicionales en los últimos días, lo que elevó el número de muertos a 11, con 50 personas aún desaparecidas, informaron las autoridades chinas el jueves.]]></description><pubDate>Thu, 23 Jul 2026 18:48:35 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Los equipos que buscan entre los escombros del deslizamiento de tierra de la semana pasada en la ciudad de Chongqing, en el suroeste de China, hallaron tres cuerpos adicionales en los últimos días, lo que elevó el número de muertos a 11, con 50 personas aún desaparecidas, informaron las autoridades chinas el jueves.</p><p>La búsqueda continúa, pero no ha habido señales recientes de vida tras los numerosos esfuerzos por detectar a más sobrevivientes del deslizamiento del viernes en el condado Pengshui, en las afueras de la ciudad, indicó el gobierno del condado en un comunicado.</p><p>Los equipos de respuesta encontraron ocho cuerpos poco después del deslizamiento, que sepultó más de 10 edificios residenciales, y 10 personas resultaron heridas.</p><p>El trabajo de rescate ha sido “excepcionalmente difícil” debido al enorme volumen de material colapsado, que incluye muchas rocas de gran tamaño. Los equipos de búsqueda han utilizado maquinaria pesada y drones, y como parte de las labores de rescate han hecho estallar algunas de las rocas para reducirlas a pequeños fragmentos, según el gobierno del condado.</p><p>El condado Pengshui se encuentra en la parte sureste de Chongqing, en la frontera con las provincias de Hubei y Guizhou.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6YQFJFIZLKYO7CSNT4UZS4UHOQ.jpg?auth=2d7197c3d5af00c3d6dc55c7000460819ab85f752b4e9ddcf7259a9e5f71ace5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate recuperan a una víctima atrapada entre los escombros tras un deslizamiento de tierra en el condado Pengshui, en la zona de Chongqing, en el suroeste de China, el domingo 19 de julio de 2026. (Foto AP/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Democrats urge IRS watchdog to find out why a top lawyer who clashed with White House left his job]]></title><link>https://www.local10.com/business/2026/07/23/democrats-urge-irs-watchdog-to-find-out-why-a-top-lawyer-who-clashed-with-white-house-left-his-job/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/democrats-urge-irs-watchdog-to-find-out-why-a-top-lawyer-who-clashed-with-white-house-left-his-job/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senate Democrats want a watchdog at the Internal Revenue Service to investigate the recent departure of a high-ranking IRS attorney who clashed with President Donald Trump's White House after the attorney raised concerns about influence over taxpayer audits.]]></description><pubDate>Thu, 23 Jul 2026 18:47:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senate Democrats want a watchdog at the Internal Revenue Service to investigate the recent departure of a high-ranking IRS attorney who clashed with President Donald Trump's White House after the attorney raised concerns about influence over taxpayer audits.</p><p>Kenneth Kies, an assistant Treasury Department secretary and acting chief counsel of the IRS, left both roles earlier this month. The Wall Street Journal reported that Kies had warned that political officials risked breaching a law that bars the executive branch from interfering in tax enforcement by starting or stopping audits or investigations.</p><p>Kies is a longtime Washington tax lobbyist who was confirmed to lead the Office of Tax Policy in June 2025. He also served as acting chief counsel to the IRS.</p><p>More than a dozen Democratic senators said Kies was forced out of Trump's Republican administration after "raising concerns about those potential violations” in a letter addressed to Heather M. Hill, the Treasury Department's acting inspector general for tax administration.</p><p>“If recent reporting is accurate and Mr. Kies did in fact advise White House officials of such risks, it is gravely concerning that this administration chose not only to ignore the IRS’ top legal adviser, but to fire him for attempting to follow the law and protect taxpayers," the lawmakers said.</p><p>The White House, which confirmed Kies' departure, sent The Associated Press an email statement that Kies was not a team player and was difficult to work with. Neither Kies nor the IRS responded to AP requests for comment.</p><p>The rule barring executive influence over directing tax audits came out of the Watergate scandal, in which President Richard Nixon, a Republican, discussed using the IRS against political opponents and groups on his administration’s “enemies list.”</p><p>Its unclear what taxpayer audits prompted Kies' concerns over White House influence. However, Kies previously recused himself from tax matters involving Trump due to his prior work as Trump’s private lawyer.</p><p>Separately, lawmakers have questioned a settlement agreement to resolve Trump’s $10 billion lawsuit over the 2018 leak of his tax returns to The New York Times. The settlement, forged in May between Trump and his own government, includes a provision under which the IRS agrees to drop all pending probes of Trump over whether he’s paid his fair share of taxes.</p><p>The U.S. is “forever barred and precluded” from examining or prosecuting Trump, his sons and the Trump Organization’s current tax filings, according to a one-page addendum.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SZECFSM26EFUPXFLXQOULT3G7Y.jpg?auth=28b45a3c57ad199137fe8634371a57c138ef0c4f6d1562357f5926fa6e630487&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The headquarters of the Internal Revenue Service is in Washington, August 10, 2024. (AP Photo/Ted Shaffrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Woman strikes victim who asked her to move purse so she could sit down on Miami-Dade Transit bus, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/23/woman-strikes-victim-who-asked-her-to-move-purse-so-she-could-sit-down-on-miami-dade-transit-bus-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/woman-strikes-victim-who-asked-her-to-move-purse-so-she-could-sit-down-on-miami-dade-transit-bus-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 29-year-old woman is facing charges after striking another woman last month on a Miami-Dade County Transit bus after the victim asked her to move her purse so she could sit down, authorities said.]]></description><pubDate>Thu, 23 Jul 2026 18:30:11 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old woman is facing charges after striking another woman last month on a Miami-Dade County Transit bus after the victim asked her to move her purse so she could sit down, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-golpear-a-pasajera-que-le-pidio-mover-su-bolso-para-poder-sentarse-en-autobus-de-miami-dade-transit/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-golpear-a-pasajera-que-le-pidio-mover-su-bolso-para-poder-sentarse-en-autobus-de-miami-dade-transit/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the incident happened at about 9 a.m. on June 27 in the area of 166<sup>th</sup> Street and Northeast Sixth Avenue.</p><p>Deputies said the victim, who is 65 or older and has medical issues, boarded the bus, which was nearly at capacity, and saw that a purse was sitting on one of the seats in the disabled persons section near the front of the bus.</p><p>The victim told deputies that she asked a woman, later identified by deputies as Shawntrell Cortez Rose, of Miami, to move her purse so she could sit down, but Rose didn’t acknowledge her.</p><p>Deputies said the victim claimed that she asked the driver for help, but was unsuccessful and other passengers then assisted her in asking Rose to remove her purse from the seat.</p><p>According to the report, Rose eventually acknowledged the victim and became “verbally abusive,” saying “f***ing Haitian people.”</p><p>The victim said the bus driver stopped the bus and Rose stomped on her leg and struck her in the face as the victim was sitting down before exiting the bus.</p><p>Deputies said the attack was captured on CCTV footage.</p><p>According to the report, deputies discovered Wednesday that Rose was in custody in Miami Beach on unrelated charges.</p><p>A detective responded to the Miami Beach Police Department headquarters to interview Rose, who acknowledged being on the bus that day and admitted to striking the victim, the report stated.</p><p>Rose was arrested on a charge of battery on a person 65 or older.</p><p>As of Thursday afternoon, she was being held at the Turner Guilford Knight Correctional Center on a $3,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/ZPDU2Q5MUFDSLP42WDNHBKIYR4.jpg?auth=5d23f1696db7298ada7d4d950beeb693d62738dbf514948ded54af1930040747&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de golpear a pasajera que le pidió mover su bolso para poder sentarse en autobús de Miami-Dade Transit]]></title><link>https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-golpear-a-pasajera-que-le-pidio-mover-su-bolso-para-poder-sentarse-en-autobus-de-miami-dade-transit/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-golpear-a-pasajera-que-le-pidio-mover-su-bolso-para-poder-sentarse-en-autobus-de-miami-dade-transit/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer de 29 años enfrenta cargos después de golpear el mes pasado a otra mujer en un autobús de Miami-Dade Transit luego de que la víctima le pidiera que moviera su bolso para poder sentarse, informaron las autoridades.]]></description><pubDate>Thu, 23 Jul 2026 18:41:16 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 29 años enfrenta cargos después de golpear el mes pasado a otra mujer en un autobús de Miami-Dade Transit luego de que la víctima le pidiera que moviera su bolso para poder sentarse, informaron las autoridades.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade, el incidente ocurrió alrededor de las 9 a.m. del 27 de junio, en el área de 166th Street y Northeast Sixth Avenue.</p><p>Los agentes informaron que la víctima, quien tiene 65 años o más y padece problemas de salud, abordó el autobús, que estaba casi lleno, y vio que había un bolso sobre uno de los asientos de la sección reservada para personas con discapacidad, cerca de la parte delantera del autobús.</p><p>La víctima dijo a los agentes que le pidió a una mujer, posteriormente identificada como Shawntrell Cortez Rose, de Miami, que moviera su bolso para poder sentarse, pero Rose no le respondió.</p><p>Los agentes indicaron que la víctima afirmó haber pedido ayuda al conductor, sin éxito, y que otros pasajeros la ayudaron a pedirle a Rose que retirara el bolso del asiento.</p><p>Según el informe, Rose finalmente respondió a la víctima y comenzó a insultarla verbalmente, diciendo: “malditos haitianos”.</p><p>La víctima dijo que el conductor detuvo el autobús y que Rose le pisó la pierna y la golpeó en el rostro mientras ella se sentaba, antes de bajar del autobús.</p><p>Los agentes informaron que la agresión quedó grabada por las cámaras de vigilancia.</p><p>Según el informe, el miércoles los agentes descubrieron que Rose estaba bajo custodia en Miami Beach por cargos no relacionados con este caso.</p><p>Un detective acudió a la sede del Departamento de Policía de Miami Beach para entrevistar a Rose, quien reconoció haber estado en el autobús ese día y admitió haber golpeado a la víctima, señala el informe.</p><p>Rose fue arrestada por un cargo de agresión contra una persona de 65 años o más.</p><p>Hasta la tarde del jueves, permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $3,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZPDU2Q5MUFDSLP42WDNHBKIYR4.jpg?auth=5d23f1696db7298ada7d4d950beeb693d62738dbf514948ded54af1930040747&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hialeah woman feigns car trouble to lure bank customers into robbery ― but only got $8, cops say]]></title><link>https://www.local10.com/news/local/2026/07/23/hialeah-woman-feigns-car-trouble-to-lure-bank-customers-into-robbery-but-only-got-8-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/hialeah-woman-feigns-car-trouble-to-lure-bank-customers-into-robbery-but-only-got-8-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Hialeah woman lured two women leaving a bank into an armed robbery in a Presidente Supermarket parking lot after pretending to need a jump for her vehicle, police said. ]]></description><pubDate>Thu, 23 Jul 2026 18:28:01 +0000</pubDate><content:encoded><![CDATA[<p>A Hialeah woman lured two victims leaving a bank into an armed robbery in a Presidente Supermarket parking lot after pretending to need a jump for her vehicle, police said. </p><p><a href="https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-hialeah-de-fingir-problemas-con-su-vehiculo-para-atraer-a-clientes-de-banco-y-asaltarlos-pero-solo-obtuvo-8-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-hialeah-de-fingir-problemas-con-su-vehiculo-para-atraer-a-clientes-de-banco-y-asaltarlos-pero-solo-obtuvo-8-usd/">Leer en español</a></p><p>But, according to an arrest report, suspect Laura Elena Leyva made a serious miscalculation: She didn’t realize that the women had been there to deposit, rather than withdraw, money ― and didn’t even make off with enough cash to pay for a fast food meal nowadays.</p><p>Hialeah police said Leyva, 23, pulled into the Chase Bank branch at 1546 W. 49th St. soon after the victims arrived after midnight to deposit money.</p><p>Police said Leyva began following the two after they left and, while at the intersection of West 12th Avenue and 29th Street, drove alongside the victims and “asked them for assistance with jumper cables for her vehicle.”</p><p>Authorities said the women agreed to help out and they and Leyva pulled into the parking lot of the Presidente Supermarket at 1060 W. 29th St.</p><p>Police said Leyva got out of her car, went up to the victims’ window and pulled out a gun, demanding in Spanish that the two “relinquish the money they had withdrawn from the bank earlier.”</p><p>According to the report, the victim told Leyva, “Please don’t do this” and explained that she hadn’t withdrawn anything. </p><p>Police said the victim, “fearing for her life,” told Leyva she had money in the center console, grabbed the cash and handed it to her.</p><p>According to the arrest report, Leyva left with a paltry $8, having committed a felony that could land her in prison for life. </p><p>On top of that, records show she was out on bond for felony drug charges at the time of the crime.</p><p>Authorities said they were able to identify Leyva through surveillance footage and the victims later picked her out of a lineup.</p><p>Police said they surveilled Leyva on Wednesday and arrested her after a traffic stop at Northwest 35th Place and 103rd Street, just outside of the Hialeah city limits.</p><p>They said she invoked her right to remain silent.</p><p>Records show that Leyva was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” as of Thursday afternoon.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GI4674JDGFHJBAB2ETOFOIGEY4.jpg?auth=b215c9801b69e23de46eb45c1834ebed5af60cb49d017353c5113f36a5d6397d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laura Leyva]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de Hialeah de fingir problemas con su vehículo para atraer a clientes de banco y asaltarlos, pero solo obtuvo $8 USD]]></title><link>https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-hialeah-de-fingir-problemas-con-su-vehiculo-para-atraer-a-clientes-de-banco-y-asaltarlos-pero-solo-obtuvo-8-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/acusan-a-mujer-de-hialeah-de-fingir-problemas-con-su-vehiculo-para-atraer-a-clientes-de-banco-y-asaltarlos-pero-solo-obtuvo-8-usd/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de Hialeah atrajo a dos mujeres que salían de un banco para asaltarlas a mano armada en el estacionamiento de un supermercado Presidente después de fingir que necesitaba pasar corriente a su vehículo, informó la policía.]]></description><pubDate>Thu, 23 Jul 2026 18:37:42 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Hialeah atrajo a dos víctimas que salían de un banco para asaltarlas a mano armada en el estacionamiento de un supermercado Presidente después de fingir que necesitaba pasar corriente a su vehículo, informó la policía.</p><p>Pero, según un informe de arresto, la sospechosa Laura Elena Leyva cometió un grave error de cálculo: no se dio cuenta de que las mujeres habían ido al banco a depositar dinero, y no a retirarlo, y ni siquiera logró llevarse suficiente efectivo para pagar una comida rápida hoy en día.</p><p>La policía de Hialeah informó que Leyva, de 23 años, llegó a la sucursal de Chase Bank ubicada en 1546 W. 49th St. poco después de que las víctimas arribaran pasada la medianoche para depositar dinero.</p><p>La policía indicó que Leyva comenzó a seguir a las dos mujeres después de que salieron del banco y, mientras circulaban por la intersección de West 12th Avenue y 29th Street, condujo junto a ellas y “les pidió ayuda con cables para pasar corriente a su vehículo”.</p><p>Las autoridades informaron que las mujeres aceptaron ayudarla y tanto ellas como Leyva se dirigieron al estacionamiento del supermercado Presidente ubicado en 1060 W. 29th St.</p><p>La policía indicó que Leyva bajó de su vehículo, se acercó a la ventana de las víctimas, sacó un arma y les exigió en español que “entregaran el dinero que habían retirado del banco anteriormente”.</p><p>Según el informe, la víctima le dijo a Leyva: “Por favor, no hagas esto”, y le explicó que no había retirado dinero.</p><p>La policía informó que la víctima, “temiendo por su vida”, le dijo a Leyva que tenía dinero en la consola central del vehículo, tomó el efectivo y se lo entregó.</p><p>Según el informe de arresto, Leyva huyó con apenas $8 USD, después de cometer un delito grave que podría llevarla a pasar el resto de su vida en prisión.</p><p>Además, los registros muestran que se encontraba en libertad bajo fianza por cargos graves relacionados con drogas al momento del delito.</p><p>Las autoridades informaron que lograron identificar a Leyva mediante videos de vigilancia y que posteriormente las víctimas la identificaron en una rueda de reconocimiento.</p><p>La policía indicó que mantuvo vigilancia sobre Leyva el miércoles y la arrestó tras detener su vehículo en Northwest 35th Place y 103rd Street, justo fuera de los límites de la ciudad de Hialeah.</p><p>Según las autoridades, Leyva ejerció su derecho a guardar silencio.</p><p>Los registros muestran que, hasta la tarde del jueves, Leyva permanecía detenida en el Centro Correccional Turner Guilford Knight con la fianza pendiente de ser fijada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GI4674JDGFHJBAB2ETOFOIGEY4.jpg?auth=b215c9801b69e23de46eb45c1834ebed5af60cb49d017353c5113f36a5d6397d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laura Leyva]]></media:description></media:content></item><item><title><![CDATA[Democrats say Social Security boss' message pushed misleading statements on Trump tax law's benefits]]></title><link>https://www.local10.com/business/2026/07/23/democrats-say-social-security-boss-message-pushed-misleading-statements-on-trump-tax-laws-benefits/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/democrats-say-social-security-boss-message-pushed-misleading-statements-on-trump-tax-laws-benefits/</guid><dc:creator><![CDATA[By MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[Some Democrats are squaring off with President Donald Trump's administration over one of the most potent political issues in the country ahead of this year’s midterm elections: Social Security.]]></description><pubDate>Thu, 23 Jul 2026 18:29:11 +0000</pubDate><content:encoded><![CDATA[<p>Some Democrats are squaring off with President Donald Trump's administration over one of the most potent political issues in the country ahead of this year’s midterm elections: Social Security.</p><p>The social safety net program that financially supports more than 70 million people — mostly retirees but also those with disabilities — was at the center of a critical letter some Senate Democrats sent to Social Security Commissioner Frank Bisignano.</p><p>The New Deal-era program carries significant weight with voters, millions of whom rely on it, making talk of cutting benefits unpopular. Adding to the potency of the issue is the program's looming funding shortfall. Democrats and Republicans are competing this November for control of the narrowly divided House, with the Senate increasingly in play, injecting an incentive for both sides to press their advantages.</p><p>What's the Democrats' letter to Commissioner Bisignano about?</p><p>Democratic Sen. Elizabeth Warren of Massachusetts and Ron Wyden of Oregon, along with Democratic colleagues, said in a letter to Bisignano this week that he used an “unsolicited” electronic message to Social Security recipients to push partisan and misleading statements about benefits stemming from the Republican president's signature legislation, his massive tax and spending cuts law.</p><p>“You are misusing official resources to heap praise on him,” the letter said.</p><p>The lawmakers said it's misleading to label the tax deductions for seniors in the legislation as a tax cut. (More on that in a minute.)</p><p>A copy of Bisignano's message obtained Thursday by The Associated Press shows the commissioner wrote that some 35 million seniors received an average of $7,500 in tax relief under Trump's legislation.</p><p>“Under the leadership of President Donald Trump, we are protecting and strengthening Social Security while providing world-class customer service,” Bisignano wrote.</p><p>It's unclear how many people received the commissioner's message.</p><p>The Social Security Administration on Thursday declined to respond to questions.</p><p>How did Trump's signature bill affect Social Security taxes?</p><p>Not directly. The legislation targeted seniors' income with a temporary benefit, not just Social Security.</p><p>While Trump campaigned in 2024 on eliminating taxes on Social Security income, the bill he signed into law in July 2025 falls short of that.</p><p>But it does provide some benefits.</p><p>For those age 65 or older, it offers a $6,000 deduction phasing out above the $75,000 annual income level for single filers. For couples, it's a $12,000 deduction phasing out above $150,000.</p><p>The deduction isn't permanent and is set to expire in 2028.</p><p>The midterm elections are key context</p><p>Control of Congress and with it the remainder of Trump's presidency are at stake in this year's electoral campaign, which is already underway.</p><p>Trump faces a historical trend in which the party in the White House typically loses seats in the midterm. He has been touting the benefits of his signature legislation, holding events in battlegrounds across the country, recently in Pennsylvania and Georgia, with one on Michigan coming up.</p><p>Democrats have been looking to blunt his messaging, and some have called for higher taxes on higher earners to help bolster the social safety net.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7H3DAHKWWARNE33JBTTYTP5EE.jpg?auth=fbcda80ff13940618a914a2015f977cd871ae33c3ea3383f8d9c9ed342bc409e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Social Security card is displayed Oct. 12, 2021, in Tigard, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Ford to partner with Chinese automaker Geely in Spain in new joint venture]]></title><link>https://www.local10.com/business/2026/07/23/ford-to-partner-with-chinese-automaker-geely-in-spain-in-new-joint-venture/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/ford-to-partner-with-chinese-automaker-geely-in-spain-in-new-joint-venture/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Ford and Chinese automotive company Geely Auto announced plans on Thursday to jointly manufacture low- and zero-emission vehicles at Ford's Valencia, Spain factory.]]></description><pubDate>Thu, 23 Jul 2026 19:32:33 +0000</pubDate><content:encoded><![CDATA[<p>Ford and Chinese automotive company Geely Auto announced plans on Thursday to jointly manufacture low- and zero-emission vehicles at Ford's Valencia, Spain factory.</p><p>The partnership is a bid to reignite Ford’s offerings for the European auto market as the legacy carmaker seeks to compete with the likes of fast-moving Chinese companies that are rapidly dominating auto sales across the globe.</p><p>It comes amid challenges for the American electric vehicle market and increasing global geopolitical tensions driven by U.S. tariff policy. In the U.S., policy all but locks Chinese firms out of the market — though American automakers still partner with companies in China for production, and Chinese vehicles are making inroads in North America more broadly.</p><p>The joint venture, pending regulatory approval, will be owned two-thirds by Ford and one-third by Geely, which also owns brands such as Volvo, Polestar and more.</p><p>The two companies said they will focus on five vehicles.</p><p>Under the partnership, Ford plans to continue production of the Ford Kuga plug-in hybrid vehicle, as well as a new Bronco SUV, production for which will begin in 2028. Geely plans to make two electric SUVs at the plant, the first of which is also scheduled to begin production in 2028.</p><p>The automakers said they will also jointly develop a new “multi-energy” crossover model to arrive in 2028.</p><p>“The joint venture addresses the new realities of the European market — intense global competition, relentless cost pressure and tightening regulation — resetting Valencia to build at the industry’s emerging cost benchmark,” a release from the two companies said.</p><p>The JV aligns with Ford leadership's stance about being competitive outside its domestic market — yet the automaker's executives have publicly cautioned about Chinese EVs in the U.S.</p><p>“We leverage global partnerships and even IP (intellectual property) sharing, including with the Chinese (companies), to grow our business around the world,” Ford CEO Jim Farley said in the company's first-quarter earnings call in April. “How I would think about it is Ford continues to be a global company. We want to have the rights to win around the globe. We need IP and partnerships outside the U.S. to do that. And when it comes to the U.S. industry itself, we are extremely protective, as we should be.”</p><p>Chinese firms are gaining ground and expanding</p><p>Chinese automakers have been gaining momentum in recent years as they produce high-quality and efficient hybrid and pure EVs — coined “new energy vehicles” — with advanced technology at a low price-point. These auto companies have been highly subsidized by the Chinese government with a vested interest in their success.</p><p>However, they are also starting to see a slowdown in China due to scaled-back consumer purchase incentives and increasing domestic competition.</p><p>So Chinese companies have found early success expanding throughout other nations in Asia, in Latin America and parts of Europe as the global EV transition forges ahead to varying degrees outside of the U.S. The war in Iran has also spurred global interest in Chinese EVs as conflict in the Strait of Hormuz impacts the world's crude oil and liquefied natural gas supply.</p><p>The Ford venture will expand Geely's European local production footprint — and helps keep Ford workers on the line, experts say.</p><p>Ford's facing a critical moment</p><p>Ford has lost ground in Europe for years, from selling more than 1 ‌million ⁠vehicles across the continent a decade ago, down to under half a million cars last year. While the Valencia factory has annual capacity of 500,000 vehicles, production fell below 100,000 in 2025.</p><p>The partnership is sure to reduce pressure on the American auto giant as the two share costs. Ford and Geely already share history; Ford sold Volvo Cars to the Chinese firm in 2010.</p><p>“This deal offers a road map for how traditional automakers can survive and thrive in Europe,” said Jessica Caldwell, head of insights at auto research firm Edmunds. “Ford gets the scale and cost efficiencies it needs for its Valencia plant, while Geely gets a direct shortcut around (European Union) tariffs. More broadly, it underscores a major industry shift we’re likely to continue seeing: automakers can no longer go it alone and must collaborate with rivals — Chinese or otherwise — to survive the capital-intensive transition to electrification.”</p><p>U.S. automakers, generally, have spent billions of dollars on electrification over the past several years. But the Trump administration has dramatically shifted away from clean vehicle policy, weakening fuel economy rules and auto tailpipe emissions rules.</p><p>The administration also eliminated former President Joe Biden's target for half of all new vehicle sales in the U.S. to be electric by 2030, and signed off on Congress’ tax and spending bill that ended federal new and used EV purchase tax credits.</p><p>U.S. automakers likely see potential in the European EV market amid uncertain EV sales in the U.S., but may also have to explore more partnerships in order to remain competitive there.</p><p>“Like GM before it, Ford has been slowly reducing its reliance on Europe,” said Sam Fiorani, vice president at AutoForecast Solutions. “Now, with the help of Geely, Ford can have new products designed for the European market without bearing the full development costs of a new platform.</p><p>“While Chinese automakers like Geely continue their growth around the world, Ford should take this opportunity to learn how to cut costs and develop lower-priced vehicles,” Fiorani added. “If Ford cannot compete on price in Europe, the automaker may need to look at selling plants outright rather than sharing them. Losing Europe could hurt Ford’s standing as a global automaker, but continuing to have the region drain its finances could be more devastating.”</p><p>___</p><p>Alexa St. John is an Associated Press climate reporter. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTITTFUOKGKKT5WUZZFVI66WHQ.jpg?auth=2007c18e78c98b9cd124e7e6d952e847e72b617db23b12fedd787d771ae9ebcd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Ford logo is seen on the grille of an unsold vehicle at a Ford dealership, Nov. 2, 2025, in Littleton, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Gas, groceries and back-to-school items are where shoppers might see higher oil prices surface]]></title><link>https://www.local10.com/business/2026/07/23/gas-groceries-and-back-to-school-items-are-where-shoppers-might-see-higher-oil-prices-surface/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/gas-groceries-and-back-to-school-items-are-where-shoppers-might-see-higher-oil-prices-surface/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, MAE ANDERSON and ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Already feeling pinched since the start of the Iran war, consumers are likely to feel more pain ahead as oil prices pushed past $100 a barrel Thursday amid renewed fighting and military strikes that have left global oil supplies stranded in the Middle East.]]></description><pubDate>Thu, 23 Jul 2026 18:20:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Already feeling pinched since the start of the Iran war, consumers are likely to feel more pain ahead as oil prices pushed past $100 a barrel Thursday amid renewed fighting and military strikes that have left global oil supplies stranded in the Middle East.</p><p>The elevated price marked a turn from lower oil prices enjoyed briefly when hostilities between the U.S. and Iran waned in June. Brent crude, the international standard, last reached $100 a barrel in May.</p><p>Companies that produce and sell fresh food, school supplies and anything that gets shipped using fuel reported cost impacts from an earlier spike in energy prices after the U.S. and Israel attacked Iran. They’re likely to continue passing some of their increased expenses to consumers.</p><p>“In general, once you have an increase in costs, businesses are fast in increasing the price,” said Miguel Gomez, director of Cornell University’s Food Industry Management Program. But, he noted, "it takes more time to lower prices when the costs go down.”</p><p>Here's how higher oil prices could further impact consumers' wallets.</p><p>Drivers are paying more for gasoline at the pump</p><p>Volatility along the Strait of Hormuz and broader regional instability pushed up the price of crude oil, the main ingredient in gasoline, and could continue to make driving costlier during the second half of summer, according to motor club AAA.</p><p>The average U.S. price for regular gasoline reached $4.09 a gallon Thursday, up 15 cents from a week ago, with drivers in most states now paying $4 or more, according to AAA.</p><p>“Given the typical lag along the oil industry’s supply chain, prices at the pump are poised to keep rising at least into next week,” said Pavel Molchanov, investment strategy analyst at Raymond James. But he noted that futures prices for oil delivered later this year and next year are lower, suggesting prices could fall once military action ends.</p><p>For the most part, higher gasoline prices haven't stopped Americans from driving. Gasoline demand rose 1% to 8.9 million barrels per day last week, according to the U.S. Energy Information Administration.</p><p>Pressure on gasoline prices could persist because fewer refineries are available to process crude than before the conflict. Refineries in the Middle East have been damaged, and Ukrainian attacks have damaged refineries in Russia.</p><p>Shoppers are paying more for a bag of groceries</p><p>Grocery prices generally rise with oil because farmers use diesel fuel to power equipment, while many food products are transported by trucks that require fuel.</p><p>“Oil at $100 doesn’t make food prices jump right away, but it does put upward pressure across the food supply chains, especially for categories that depend heavily on trucking, cold storage and packaging,” Gomez said. Fresh produce and dairy could feel a larger impact because they require refrigeration during delivery.</p><p>Imported goods are also vulnerable to higher shipping costs, Gomez said. “Things like olive oil that we produce very little here and are coming from mostly from Europe are going to be up.”</p><p>Grocery chain Albertsons on Thursday lowered its 2026 fiscal outlook, citing pressure on its core grocery business and a pullback in consumer spending.</p><p>Every product that moves will have higher costs baked into the price</p><p>Higher fuel costs for ships, trucks and air carriers can trickle down to consumers and businesses that depend on shipping. UPS, FedEx and other shipping services introduced fuel surcharges and other fees as fuel prices increased.</p><p>According to an AFS Logistics and TD Cowen Freight Index released July 14, truckload pricing is at a four-year high because of rising fuel costs and capacity constraints.</p><p>Andy Dyer, CEO of AFS Logistics, said diesel prices in the second quarter were about 51% higher than in January and February, while jet fuel prices rose 90% from a year earlier.</p><p>“Beyond the direct impact of higher freight bills paid by shippers, these price movements also have second-order effects that squeeze rates higher,” he said. “Smaller truckload carriers working on tight margins may park trucks and wait for fuel prices to revert to more palatable levels before returning to operation.”</p><p>Retailers are noticing consumers pulling back</p><p>Rural lifestyle retailer Tractor Supply Co. reduced its annual sales outlook on Thursday, citing in part higher fuel prices during its spring selling season that weighed on customer spending.</p><p>”Our customers often drive longer distances to shop frequently in pickup trucks, many of which are diesel-powered, making them especially sensitive to higher fuel costs,” CEO Hal Lawton told analysts.</p><p>Lawton said customers are still investing in their pets, animals, farms and properties, but shopping has become “more deliberate.” Customers are consolidating trips, prioritizing needs-based purchases and taking a more measured approach to discretionary spending.</p><p>Back-to-school shoppers may face higher prices</p><p>The Footwear Distributors and Retailers of America trade group warned in a report Wednesday that increasing freight and material costs, along with rising tariffs costs, are creating big challenges for the footwear industry as companies prepare for the back-to-school shopping season and the remainder of the year.</p><p>Matt Priest, CEO and president of the trade group, said some of its members have cited 25% price increases for petroleum-based materials used in footwear manufacturing due to the Middle East conflict. Those costs could eventually translate into roughly a 5% increase in the cost of finished footwear products sold to consumers, Priest said in the report.</p><p>Footwear companies have been front-loading inventory and accelerating imports before President Donald Trump imposes new tariffs on foreign products, putting additional pressure on shipping rates, he said.</p><p>“Container rates are spiking right now,” Priest said.</p><p>Higher jet fuel costs lead to costlier flights</p><p>Since the war began, airlines have responded to the jump in fuel costs by raising fares and add-on fees, and trimming flights or routes that are no longer profitable at higher fuel prices. Those moves can help protect the airlines’ margins, but also leave travelers facing higher prices and fewer options, particularly in smaller or less competitive markets.</p><p>In the latest sign that the conflict is driving up costs for the travel industry, American Airlines on Thursday reported a sharp decline in second-quarter net income despite record revenue and strong spring travel demand.</p><p>American said higher fares helped offset nearly half of its higher fuel bill but not enough to prevent it from lowering its full-year outlook.</p><p>Despite higher prices, jet fuel demand in the last four weeks increased 9% compared to the same time last year, according to EIA.</p><p>___</p><p>Associated Press writers Rio Yamat in Las Vegas, Wyatte Grantham-Philips and Dee-Ann Durbin in Detroit contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5ZBJIJYJ2DSNLEDUQIZBKZ5LM.jpg?auth=95f7691bd9d1e25e16f9c2f7bc15d39ee09fcf0dd01409d83e537e5295b9efb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A customer shops at a grocery store in Chicago, Thursday, June 25, 2026. (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/CWBPGJSBX3TBHP5VPC5BD7XGOE.jpg?auth=c407764e462f516fcbb1cf773320f0e955990f72333e9feac57d2afef63fe890&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gas pumps are seen at a gas station in Buffalo Grove, Thursday, June 25, 2026. (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[Laura Loomer meets Zelenskyy in Ukraine after her major reversal on the war]]></title><link>https://www.local10.com/news/world/2026/07/23/laura-loomer-meets-with-zelenskyy-in-ukraine-after-major-reversal-on-the-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/23/laura-loomer-meets-with-zelenskyy-in-ukraine-after-major-reversal-on-the-war/</guid><dc:creator><![CDATA[By JILL COLVIN and VOLODYMYR YURCHUK, Associated Press]]></dc:creator><description><![CDATA[KYIV (AP) — Laura Loomer, an ardent ally of President Donald Trump with a reputation for incendiary social media commentary, sat down with Ukrainian President Volodymyr Zelenskyy on Thursday after a dramatic turnaround on the war that could have political reverberations back in Washington.]]></description><pubDate>Thu, 23 Jul 2026 19:38:40 +0000</pubDate><content:encoded><![CDATA[<p>KYIV (AP) — Laura Loomer, an ardent ally of President Donald Trump with a reputation for incendiary social media commentary, sat down with Ukrainian President Volodymyr Zelenskyy on Thursday after a dramatic turnaround on the war that could have political reverberations back in Washington.</p><p>Loomer had spent years minimizing Russia's invasion of Ukraine and amplifying Russian propaganda to her nearly 2 million followers. This week she had a change of heart.</p><p>“Just experienced my first air raid in Ukraine. Sirens blaring. This is everyday for every Ukrainian," Loomer wrote on X during her visit to the country. “I often said I don’t care. Looking back, that wasn’t very nice of me to say.”</p><p>It was a stunning reversal for a woman who had spent years criticizing U.S. support for Ukraine's defense, declaring it “a country full of Nazi apologists” — a claim used by Russia to justify its yearslong invasion — and “led by a Jihadi apologist.”</p><p>The skepticism of Ukraine has been shared by other major conservative influencers, including former Fox News host Tucker Carlson. The issue became a major point of contention between more traditional Republicans, like former Vice President Mike Pence, and Trump's MAGA base. Vice President JD Vance was among the earliest and most vocal critics of continued U.S. military aid to the country, and he clashed with Zelenskyy in a heated Oval Office meeting.</p><p>It was unclear what had prompted Loomer's trip or how she had arranged the meeting with Zelenskyy, which she plugged as an interview for her Rumble show, “Loomer Unleashed." She posted a photo of the two that she said had been taken at Mariinsky Palace.</p><p>“No questions were off limits and I didn’t pull any punches,” she said.</p><p>She did not immediately respond to a request for comment.</p><p>The meeting was confirmed earlier by Dmytro Lytvyn, a spokesperson for the president, who said that no Ukrainian government institution had organized the visit. He added that Zelenskyy's office first learned that Loomer was in Ukraine through social media.</p><p>“It is really important that @LauraLoomer is in Ukraine and sees things with her own eyes as they are,” Zelenskyy's office had written Tuesday.</p><p>“It takes courage to come to Ukraine and not be deterred by Russian propaganda or air raid sirens. Thank you, Laura," the office added Thursday.</p><p>In addition to the meeting with Zelenskyy, Loomer also visited the Dormition Cathedral of Kyiv-Pechersk Lavra, one of the country’s most significant religious landmarks, which came under Russian attack last month.</p><p>The attack on the monastic complex of golden domes in the heart of Kyiv, which is also known as the Monastery of the Caves, sparked a fire that caused significant interior and exterior damage, according to UNESCO. Zelenskyy had called it Moscow’s “biggest crime yet against Christian culture.”</p><p>Russia denied responsibility for the attack, claiming, without offering evidence, that the complex was hit by one of Ukraine’s U.S.-made Patriot air defense missiles — saying that it might have veered off course due to its age.</p><p>In a video recorded from inside the church, Loomer accused Russian President Vladimir Putin of hypocrisy by portraying Russia as pro-Christian.</p><p>“I just don’t think that you should be allowed to say that you’re protecting Christianity if you’re trying to drone strike Jesus Christ," she said.</p><p>Sergiy Kyslytsya and Tetyana Berezhna, two top Ukrainian officials, were among those who met with Loomer and joined her for the visit.</p><p>The meeting comes amid continued hostilities between Russia and Ukraine that have overshadowed by the war with Iran.</p><p>Secretary of State Marco Rubio said Thursday at an annual gathering of foreign ministers in Manila that the administration is poised to help end the “senseless war” in Ukraine but acknowledged there was no quick path to a deal.</p><p>The White House did not immediately respond to a request for comment on the trip.</p><p>___</p><p>Colvin reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PF223G7CX2FGBXHHAVNJEIVUBU.jpg?auth=8a343c40f084dacfbba29077b97c8d55ddbab162d4b59bb00b11010dd16b3e4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Right-wing activist Laura Loomer, April 15, 2024, in New York. (AP Photo/Ted Shaffrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Rockies All-Star catcher Hunter Goodman tunes out trade buzz, keeps up power surge as deadline nears]]></title><link>https://www.local10.com/sports/2026/07/23/rockies-all-star-catcher-hunter-goodman-tunes-out-trade-buzz-keeps-up-power-surge-as-deadline-nears/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/rockies-all-star-catcher-hunter-goodman-tunes-out-trade-buzz-keeps-up-power-surge-as-deadline-nears/</guid><dc:creator><![CDATA[By PAT GRAHAM, Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — If the trade rumors prove accurate, Hunter Goodman could soon be receiving a big promotion in the standings. Should that happen, though, it comes with a price — saying so long to teammates bonded through losses.]]></description><pubDate>Thu, 23 Jul 2026 18:10:18 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — If the trade rumors prove accurate, Hunter Goodman could soon be receiving a big promotion in the standings. Should that happen, though, it comes with a price — saying so long to teammates bonded through losses.</p><p>The name of the Colorado Rockies' two-time All-Star catcher has been bandied about leading into the trade deadline on Aug. 3. He tries to keep his focus on launching fastballs out of the park, not conjecture away from the field.</p><p>“Looking at the stuff like that, it does more bad for you than good,” Goodman said Wednesday before an 8-0 loss to the Washington Nationals. “So there’s no point, because it’s all out of your control anyway. So, yeah, just try not to look at (the rumors).”</p><p>This has become a tight-knight bunch linked through losing seasons. Since Goodman made his major league debut on Aug. 27, 2023, the team has gone 156-305 — a .338 winning percentage. This version of the Rockies, though, is trending in an upward direction behind a new front office led by Paul DePodesta and Josh Byrnes. This squad, at 41-63, is two wins away from matching the total of last season (43-119).</p><p>“I definitely want to be a part of this place turning around,” said Goodman, a fourth-round pick in 2021 out of the University of Memphis. “We’ve made strides this year already. If you look at where we were at this point last year, I mean, we’re a lot better baseball team.</p><p>"Even our losses are a lot better losses, for the most part. It’s one-run games, two-run games. We’re in it late in the game. It’s just better baseball overall, and it’s been a lot more fun this year.”</p><p>Any trade offer certainly would figure to be significant to get the Rockies to deal away a catcher who hits for power. Goodman's not simply a Coors Field creation, either, with 18 of his 31 homers this season being hit away from the hitter friendly park.</p><p>His 31 homers already have matched his career high from a year ago when he made his first All-Star team and won the NL Silver Slugger award. He’s the fourth NL catcher to have 30-plus homers in consecutive seasons, joining Todd Hundley (1996-97) and Hall of Famers Mike Piazza (1995-2002) and Roy Campanella (1950-51).</p><p>Concerned that trade rumors could weigh on Goodman?</p><p>“I ain’t worried about Hunter Goodman,” said Rockies manager Warren Schaeffer, whose team opens a three-game series at Milwaukee on Friday. “He’s got his head on his shoulders. All these guys do. … All these guys that are in trade rumors — they’re bigger than that. They’re stronger than that.”</p><p>Rockies outfielder Mickey Moniak realizes this can be an anxious time for players. Moniak, the No. 1 overall pick by Philadelphia in 2016, has first-hand experience. He was dealt by the Phillies to the Los Angeles Angels for pitcher Noah Syndergaard as part of a deadline deal in 2022.</p><p>“I’ve learned over the years that whatever’s going to happen is going to happen,” said Moniak, who's hitting .279 with 16 homers and could be a target of teams in need of a left-handed bat. “Their job up there (in the front office) is to make the best decision for the club, what they see fit. Our job is to go out and play baseball.”</p><p>That's been Goodman's approach as he continues his power surge. Last Sunday, he had a three-homer game for the second time this season. He followed that up with a go-ahead solo home run in the eighth inning on Tuesday in a win over Washington.</p><p>“Just trusting in your routine,” said Goodman, who had 27 homers at the All-Star break, the most by an NL catcher since Hall of Famer Johnny Bench hit 28 in 1970. “Some days you’re seeing it well, and some days (pitchers) miss and give you good pitches to hit. You’re not going to get that every day in this league but on those days, if you can capitalize, it’s huge.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ACAZSXULMOI3NJYBU43JVOVEUA.jpg?auth=aa7213c13dd8d76d9177ce0aba7cd7da7b5649ff778255bbafba2716e2d9c4b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Rockies' Hunter Goodman follows the flight of his solo home run off Washington Nationals relief pitcher Clayton Beeter in the eighth inning of a baseball game Tuesday, July 21, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MG46J6KU4SF4HFLXOAQAUP63WA.jpg?auth=dffba89a0dad7dc60370715bb1912104dca9faa489b717a04e25e25e8de41a93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Rockies' Mickey Moniak, left, congratulates catcher Hunter Goodman after defeating the Washington Nationals in a baseball game, Tuesday, July 21, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[More than 24 states sue Trump administration after it put conditions on receiving disaster funding]]></title><link>https://www.local10.com/news/politics/2026/07/23/more-than-24-states-sue-trump-administration-after-it-put-conditions-on-receiving-disaster-funding/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/more-than-24-states-sue-trump-administration-after-it-put-conditions-on-receiving-disaster-funding/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — More than two dozen states on Thursday sued the Trump administration for requiring them to comply with election and immigration conditions to receive billions of dollars in federal funding for disasters.]]></description><pubDate>Thu, 23 Jul 2026 20:52:37 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — More than two dozen states on Thursday sued the Trump administration for requiring them to comply with election and immigration conditions to receive billions of dollars in federal funding for disasters.</p><p>The lawsuit, filed in Rhode Island and challenging Federal Emergency Management Agency and Department of Homeland Security policies, argued that the administration is requiring states to change their elections systems and help DHS with immigration enforcement. The conditions would also allow DHS to terminate grants at any time and for any reason.</p><p>“Once again, the Trump Administration is threatening to jeopardize public safety by unlawfully withholding billions in critical funding and once again, they won’t get away with it,” Rhode Island Attorney General Peter Neronha said. “This Administration is using the safety of Americans as collateral by attempting to bully the states into relinquishing their constitutional right to enact policies and laws that best serve their residents.”</p><p>The states argue putting conditions on congressionally appropriated funding violates the Administrative Procedure Act and the U.S. Constitution’s spending clause.</p><p>In a statement, a spokesperson for FEMA called the lawsuit an example of “partisan pushback” and said they expected “these left-wing politicians to oppose common-sense measures designed to protect election security and safeguard the integrity of American democracy.”</p><p>“Election security is national security, and protecting our critical infrastructure remains a top priority for the Trump Administration,” they said. “Concerns over voting processes, data security, and registration practices have made it clear that action is required.”</p><p>The lawsuit is one of scores that have challenged the Trump administration over its repeated effort to browbeat mostly Democratic states into complying with its priorities to get billions of dollars in federal funding. The strategy has been used on everything from education funding to domestic violence grants to highway funding.</p><p>The courts have repeatedly found this strategy to be unlawful and unconstitutional. A ruling last year barred the administration from putting conditions on other FEMA funding, and a second ruling this year blocked the administration from redirecting DHS funding away from states not seen as supportive of its agenda.</p><p>“The States face losing billions of dollars in federal funding, are being put in a position of relinquishing their sovereign right to decide how to use their own police officers, are at risk of losing the trust built between local law enforcement and immigrant communities, and will have to scale back, reconsider, or cancel ongoing transportation projects,” U.S. District Judge John McConnell Jr. wrote last year, when he barred the Transportation Secretary Sean Duffy from cutting off transportation funds to states that did not comply with immigration enforcement actions.</p><p>The latest lawsuit argues the administration is attempting to apply some of the same conditions on 2026 funding, as it failed to do with funding last year.</p><p>Among the requirements being challenged in Thursday's lawsuit is that states change their elections systems. They must transition to paper-ballot systems, conduct a manual audit of voting systems, reconcile voters and verify the citizenship of every registered voter in the state’s voter databases.</p><p>If states fail to comply, they risk losing at least 20% of their Homeland Security Grant Program funding. That money is used to fund measures to protect citizens from cyberattacks and terrorism.</p><p>“The Trump Administration is holding critical funding for homeland security and disaster response hostage in their latest attempt to take over our elections and perpetuate baseless conspiracy theories,” Pennsylvania Gov. Josh Shapiro, one of the plaintiffs in the lawsuit, said in a statement.</p><p>Since his 2020 presidential election loss to Democrat Joe Biden, Trump has groundlessly claimed mail voting is rife with fraud and has launched a federal investigation into that year’s vote, even though repeated audits and investigations, including ones run by Republicans, found it was free of widespread fraud. Trump also has said he wants to “take over” election administration in Democratic areas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3K5MYCH4IZLXOYLY4YLE4KF4OM.jpg?auth=5c2c9e193106dd2eff72102e9e3684c82665bef3473e64a4c716b4fe976fd91c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People work at the Federal Emergency Management Agency headquarters in Washington, Jan. 24, 2026. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Cómo una ex alumna de Miami-Dade expandió programas de música para la atención neurológica]]></title><link>https://www.local10.com/espanol/2026/07/23/como-una-ex-alumna-de-miami-dade-expandio-programas-de-musica-para-la-atencion-neurologica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/como-una-ex-alumna-de-miami-dade-expandio-programas-de-musica-para-la-atencion-neurologica/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una tarea escolar en una escuela primaria de las Escuelas Públicas del condado Miami-Dade se convirtió en una organización sin fines de lucro que ha ofrecido más de 16,000 sesiones interactivas de música para personas con afecciones neurológicas y del desarrollo en tres estados.]]></description><pubDate>Thu, 23 Jul 2026 17:52:08 +0000</pubDate><content:encoded><![CDATA[<p>Una tarea escolar en una escuela primaria de las Escuelas Públicas del condado Miami-Dade se convirtió en una organización sin fines de lucro que ha ofrecido más de 16,000 sesiones interactivas de música para personas con afecciones neurológicas y del desarrollo en tres estados.</p><p><a href="https://mindandmelody.org/" target="_blank" rel="noreferrer" title="https://mindandmelody.org/">Mind&amp;Melody</a>, una organización sin fines de lucro cofundada por la graduada de las Escuelas Públicas del condado Miami-Dade Cristina Rodríguez, utiliza música en vivo e interactiva para involucrar a niños y adultos con autismo, demencia, discapacidades intelectuales y otras afecciones neurológicas en entornos de atención médica y comunitarios.</p><p>La organización ahora atiende a más de 2,000 participantes al año en Florida, Nuevo México y Nueva York, reuniendo a músicos profesionales y estudiantes para crear música junto con los participantes, en lugar de tocar para ellos.</p><p>Rodríguez, graduada en 2011 de Coral Reef Senior High School, atribuye los orígenes de la organización a su paso por las Escuelas Públicas del condado Miami-Dade.</p><p>Cuando era estudiante de quinto grado en la Escuela Primaria Dr. Gilbert L. Porter, Rodríguez asistió a un programa de orquesta después de clases iniciado por el maestro de música Michael Erwin. Inicialmente esperaba tocar el violín, pero le asignaron el violonchelo, una decisión que, según ella, cambió el rumbo de su vida.</p><figure><img src="https://www.local10.com/resizer/v2/3ISJC2SFYZGJ3LVYW4R4YS7K3I.jpg?auth=cd58d93cc560883bda0a50a0bc5a2b991a90aa830d415b2edd1323121728dfe1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Rodríguez dijo que emigró a Estados Unidos desde Venezuela a los 7 años y que la música se convirtió en una forma de conectarse mientras aprendía inglés y se adaptaba a un nuevo país.</p><p>“Llegaba a casa después de la escuela, cerraba la puerta de mi habitación y practicaba durante horas sin darme cuenta de cuánto tiempo había pasado”, dijo en un comunicado de las Escuelas Públicas del condado Miami-Dade.</p><p>Rodríguez continuó estudiando música a través del programa especializado de música de Southwood Middle School antes de obtener uno de los cuatro puestos para violonchelo de primer año en Coral Reef Senior High School.</p><p>Mientras estudiaba en Coral Reef, Rodríguez desarrolló un interés por la relación entre la música y la neurociencia.</p><p>Dijo que sus pasantías en el Hospital Jackson Memorial y en <a href="https://www.themiamiproject.org/" target="_blank" rel="noreferrer" title="https://www.themiamiproject.org/">The Miami Project to Cure Paralysis</a> la introdujeron a la investigación neurológica y reforzaron su interés en cómo la música podía contribuir a la salud y el bienestar.</p><p>Ese interés evolucionó posteriormente mientras hacía trabajo voluntario en Nicklaus Children’s Hospital, anteriormente conocido como Miami Children’s Hospital, donde Rodríguez imaginó utilizar música interactiva para involucrar a los pacientes durante su tratamiento.</p><p>Ese concepto se convirtió en Mind&amp;Melody, organización fundada para utilizar la música como una herramienta de comunicación, participación y conexión social para personas que enfrentan desafíos neurológicos y del desarrollo.</p><p>A diferencia de las presentaciones tradicionales, las sesiones de la organización sin fines de lucro alientan a los participantes a cantar, tocar instrumentos, moverse y crear música junto con los músicos, un enfoque diseñado para fomentar la interacción y la participación.</p><p>Desde entonces, la organización ha ampliado sus programas más allá de los hospitales hacia comunidades de atención para personas con problemas de memoria, escuelas, centros de rehabilitación y organizaciones comunitarias.</p><p>Recientemente, Rodríguez fue reconocida como una L’Oréal Paris Woman of Worth por su trabajo al frente de Mind&amp;Melody, un premio que reconoce a mujeres que realizan contribuciones significativas a través de organizaciones sin fines de lucro.</p><p>Rodríguez dijo que el reconocimiento también destacó el papel que desempeñaron los educadores de las Escuelas Públicas del condado Miami-Dade en su desarrollo personal.</p><p>Actualmente, Mind&amp;Melody continúa colaborando con proveedores de atención médica y organizaciones comunitarias para ampliar el acceso a programas de música interactiva para personas y familias afectadas por afecciones neurológicas y del desarrollo.</p><p><a href="https://mindandmelody.org/" target="_blank" rel="noreferrer" title="https://mindandmelody.org/">Haga clic aquí</a> si desea obtener más información sobre la organización sin fines de lucro.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AALMLMX6GZANXKE3SFFASO36EY.jpg?auth=4c721f1d3f442ff0050c6f0b9dc32fde86409383143078486bff069a3014533a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[How a Miami-Dade alum’s nonprofit expanded music programs for neurological care]]></title><link>https://www.local10.com/news/local/2026/07/23/how-a-miami-dade-alums-nonprofit-expanded-music-programs-for-neurological-care/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/how-a-miami-dade-alums-nonprofit-expanded-music-programs-for-neurological-care/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A classroom assignment in a Miami-Dade County Public Schools elementary school has grown into a nonprofit organization that has delivered more than 16,000 interactive music sessions for people living with neurological and developmental conditions across three states.]]></description><pubDate>Thu, 23 Jul 2026 17:47:13 +0000</pubDate><content:encoded><![CDATA[<p>A classroom assignment in a Miami-Dade County Public Schools elementary school has grown into a nonprofit organization that has delivered more than 16,000 interactive music sessions for people living with neurological and developmental conditions across three states.</p><p><a href="https://www.local10.com/espanol/2026/07/23/como-una-ex-alumna-de-miami-dade-expandio-programas-de-musica-para-la-atencion-neurologica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/como-una-ex-alumna-de-miami-dade-expandio-programas-de-musica-para-la-atencion-neurologica/">Leer en español</a></p><p><a href="https://mindandmelody.org/" target="_self" rel="" title="https://mindandmelody.org/">Mind&amp;Melody</a>, a nonprofit co-founded by Miami-Dade schools graduate Cristina Rodriguez, uses live, interactive music to engage children and adults with autism, dementia, intellectual disabilities and other neurological conditions in healthcare and community settings.</p><p>The organization now serves more than 2,000 participants annually in Florida, New Mexico and New York, bringing together professional and student musicians to create music alongside participants rather than perform for them.</p><p>Rodriguez, a 2011 graduate of Coral Reef Senior High School, traces the organization’s origins back to her time in Miami-Dade County Public Schools.</p><p>As a fifth-grade student at Dr. Gilbert L. Porter Elementary School, Rodriguez attended an after-school orchestra program started by music teacher Michael Erwin. Initially hoping to play the violin, she was assigned the cello instead — a decision she says changed the course of her life.</p><figure><img src="https://www.local10.com/resizer/v2/3ISJC2SFYZGJ3LVYW4R4YS7K3I.jpg?auth=cd58d93cc560883bda0a50a0bc5a2b991a90aa830d415b2edd1323121728dfe1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Rodriguez said she had immigrated to the United States from Venezuela at age 7 and said music became a way to connect while learning English and adapting to a new country.</p><p>“I would come home from school, close the door to my room, and practice for hours without noticing how much time had passed,” she said in a MDCPS news release. </p><p>Rodriguez continued studying music through Southwood Middle School’s music magnet program before earning one of four freshman cello positions at Coral Reef Senior High School.</p><p>While at Coral Reef, Rodriguez developed an interest in the relationship between music and neuroscience. </p><p>She said internships at Jackson Memorial Hospital and the <a href="https://www.themiamiproject.org/" target="_self" rel="" title="https://www.themiamiproject.org/">Miami Project to Cure Paralysis</a> introduced her to neurological research and reinforced her interest in how music could support health and well-being.</p><p>That interest later evolved while volunteering at Nicklaus Children’s Hospital formerly known as Miami Children’s Hospital, where Rodriguez envisioned using interactive music to engage patients during treatment. </p><p>The concept became Mind&amp;Melody, which was founded to use music as a tool for communication, engagement and social connection for people facing neurological and developmental challenges.</p><p>Unlike traditional performances, the nonprofit’s sessions encourage participants to sing, play instruments, move and create music together with musicians, an approach designed to foster interaction and engagement.</p><p>The organization has since expanded its programming beyond hospitals into memory care communities, schools, rehabilitation centers and community organizations.</p><p>Rodriguez was recently recognized as a L’Oréal Paris Woman of Worth for her work leading Mind&amp;Melody, an award that honors women making significant contributions through nonprofit organizations.</p><p>Rodriguez said the recognition also highlighted the role Miami-Dade County Public Schools educators played in her own development.</p><p>Today, Mind&amp;Melody continues to partner with healthcare providers and community organizations to expand access to interactive music programs for individuals and families affected by neurological and developmental conditions.</p><p><a href="https://mindandmelody.org/" target="_self" rel="" title="https://mindandmelody.org/">Click here</a> if you would like to learn more information about the nonprofit. </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/AALMLMX6GZANXKE3SFFASO36EY.jpg?auth=4c721f1d3f442ff0050c6f0b9dc32fde86409383143078486bff069a3014533a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade deputies: Woman confesses to 2024 Valentine’s Day murder with alcohol and fire ]]></title><link>https://www.local10.com/news/2026/07/23/miami-dade-deputies-woman-confesses-to-murder-with-alcohol-and-fire-in-brownsville/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/23/miami-dade-deputies-woman-confesses-to-murder-with-alcohol-and-fire-in-brownsville/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 62-year-old woman faced charges on Thursday after she confessed to fatally burning a woman on Valentine’s Day 2024 at their apartment in Miami-Dade County’s Brownsville area.]]></description><pubDate>Thu, 23 Jul 2026 17:29:07 +0000</pubDate><content:encoded><![CDATA[<p>A 62-year-old woman faced charges on Thursday after she confessed to fatally burning a woman on Valentine’s Day 2024 at their apartment in Miami-Dade County’s Brownsville area.</p><p><a href="https://www.local10.com/espanol/2026/07/23/agentes-de-miami-dade-mujer-confiesa-asesinato-con-alcohol-y-fuego-en-brownsville/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/agentes-de-miami-dade-mujer-confiesa-asesinato-con-alcohol-y-fuego-en-brownsville/">Leer en español</a></p><p>Shannon Stork told deputies on Wednesday that she and the victim, who deputies described as a “roommate/partner,” were experiencing “personal issues” before the fire at 5225 NW 29 Ave. </p><p>Stork “admitted to trying to scare the victim by squeezing a bottle of isopropyl alcohol toward the victim, dousing the victim in the liquid, and holding a flame to the liquid and the victim’s skin, causing the burn injuries to the victim,” a Miami-Dade Sheriff’s Office deputy wrote, according to the arrest report. </p><p>Miami-Dade Fire Rescue personnel took Stork and the victim, who suffered upper body burns, to Jackson Memorial Hospital’s Ryder Trauma Center, according to the deputy’s arrest report.</p><p>“The victim was initially conscious but was later intubated, which is how she remained until she ultimately succumbed to her injuries on Monday, March 18, 2024, at 9:30 a.m.,” a deputy wrote, according to the arrest report. </p><p>Stork initially claimed that the victim was using alcohol to clean a pair of shoes and then lit a cigarette and went on to provide different accounts, according to the report. </p><p>Investigators with the Bureau of Alcohol, Tobacco, Firearms, and Explosives personnel “confirmed” that the version of events that Stork described was “not possible to recreate,” according to the report.</p><figure><img src="https://www.local10.com/resizer/v2/W252ZR4QPJB6RERO34P6DOBDFY.jpg?auth=49a0f1d19134172ff07ebab66561642e2a14cee210ea8c9afd9dbe209e93f065&smart=true&width=1200&height=900" alt="Shannon Stork appeared in bond court before Miami-Dade County Circuit Judge Mindy Glazer on Thursday." height="900" width="1200"/><figcaption>Shannon Stork appeared in bond court before Miami-Dade County Circuit Judge Mindy Glazer on Thursday.</figcaption></figure><p> </p><p>Deputies arrested Stork shortly after 3:50 p.m. on Wednesday, and corrections booked her shortly after 8:10 p.m. on Wednesday at the Turner Guilford Knight Correctional Center, records show. </p><p>Stork appeared in court before Miami-Dade County Circuit Judge Mindy Glazer on Thursday morning. She faced three charges in two new pending cases. </p><p>In a crack cocaine case, Stork faced a charge of possession of a controlled substance. Her bond was $2,500. </p><p>In a domestic violence case, Stork faced two charges: Second-degree murder and arson causing great bodily harm, according to court records. Glazer denied her bond and ordered pre-trial detention. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DG4M2SQ7PJFRFMPV3ATWSOUEHY.jpg?auth=bf71b8c9261f21d2edcaadba4be0a5aa32d744a20687b0a4d454b714098e0a45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Shannon Stark on Wednesday in Miami-Dade County over a fire at an apartment on Valentine's Day 204 at 5225 NW 29 Ave., in Brownsville, records show.]]></media:description></media:content></item><item><title><![CDATA[Agentes de Miami-Dade: mujer confiesa asesinato con alcohol y fuego en Brownsville]]></title><link>https://www.local10.com/espanol/2026/07/23/agentes-de-miami-dade-mujer-confiesa-asesinato-con-alcohol-y-fuego-en-brownsville/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/agentes-de-miami-dade-mujer-confiesa-asesinato-con-alcohol-y-fuego-en-brownsville/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una mujer de 62 años enfrentó cargos el jueves después de confesar que quemó hasta causarle la muerte a una mujer el Día de San Valentín de 2024 en el apartamento que ambas compartían en el área de Brownsville, en el condado Miami-Dade.]]></description><pubDate>Thu, 23 Jul 2026 17:33:31 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 62 años enfrentó cargos el jueves después de confesar que quemó hasta causarle la muerte a una mujer el Día de San Valentín de 2024 en el apartamento que ambas compartían en el área de Brownsville, en el condado Miami-Dade.</p><p>Shannon Stork dijo a los agentes el miércoles que ella y la víctima, a quien describieron como su “compañera de vivienda/pareja”, estaban atravesando “problemas personales” antes del incendio ocurrido en el 5225 de Northwest 29th Avenue.</p><p>Stork “admitió que intentó asustar a la víctima apretando una botella de alcohol isopropílico hacia ella, rociándola con el líquido y acercando una llama al líquido y a la piel de la víctima, causándole las quemaduras”, escribió un agente de la Oficina del Sheriff de Miami-Dade en el informe de arresto.</p><p>Personal de Miami-Dade Fire Rescue trasladó a Stork y a la víctima, quien sufrió quemaduras en la parte superior del cuerpo, al Centro de Trauma Ryder del Hospital Jackson Memorial, según el informe de arresto.</p><p>“La víctima estaba consciente inicialmente, pero posteriormente fue intubada, y permaneció en ese estado hasta que finalmente murió a causa de sus heridas el lunes 18 de marzo de 2024 a las 9:30 a.m.”, escribió un agente en el informe de arresto.</p><p>Inicialmente, Stork afirmó que la víctima estaba usando alcohol para limpiar un par de zapatos, luego encendió un cigarrillo y posteriormente ofreció diferentes versiones de lo ocurrido, según el informe.</p><p>Investigadores de la Oficina de Alcohol, Tabaco, Armas de Fuego y Explosivos (ATF) “confirmaron” que la versión de los hechos descrita por Stork “no era posible de recrear”, según el informe.</p><p>Los agentes arrestaron a Stork poco después de las 3:50 p.m. del miércoles, y fue ingresada poco después de las 8:10 p.m. de ese mismo día en el Centro Correccional Turner Guilford Knight, según muestran los registros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DG4M2SQ7PJFRFMPV3ATWSOUEHY.jpg?auth=bf71b8c9261f21d2edcaadba4be0a5aa32d744a20687b0a4d454b714098e0a45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Shannon Stark on Wednesday in Miami-Dade County over a fire at an apartment on Valentine's Day 204 at 5225 NW 29 Ave., in Brownsville, records show.]]></media:description></media:content></item><item><title><![CDATA[“Tómese su tiempo, salve una vida”: autobuses escolares del condado Broward tendrán cámaras para detectar a conductores que los rebasan ilegalmente]]></title><link>https://www.local10.com/espanol/2026/07/23/tomese-su-tiempo-salve-una-vida-autobuses-escolares-del-condado-broward-tendran-camaras-para-detectar-a-conductores-que-los-rebasan-ilegalmente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/tomese-su-tiempo-salve-una-vida-autobuses-escolares-del-condado-broward-tendran-camaras-para-detectar-a-conductores-que-los-rebasan-ilegalmente/</guid><dc:creator><![CDATA[Hannah Yechivi, Ryan Mackey]]></dc:creator><description><![CDATA[A partir del nuevo año escolar, todos los autobuses escolares del condado Broward estarán equipados con cámaras diseñadas para detectar a los conductores que ignoran la ley y rebasan ilegalmente a los autobuses escolares detenidos.]]></description><pubDate>Thu, 23 Jul 2026 17:19:53 +0000</pubDate><content:encoded><![CDATA[<p>A partir del nuevo año escolar, todos los autobuses escolares del condado Broward estarán equipados con cámaras diseñadas para detectar a los conductores que ignoran la ley y rebasan ilegalmente a los autobuses escolares detenidos.</p><p>El primer día de clases está programado para el 10 de agosto, y los líderes del distrito advierten a los conductores que enfrentarán una aplicación más estricta de la ley por rebasar un autobús mientras los estudiantes suben o bajan.</p><p>Se trata de una infracción que, según las autoridades, ocurre con demasiada frecuencia: un autobús escolar se detiene, despliega el brazo de alto, las luces comienzan a parpadear y algunos conductores continúan avanzando.</p><p>La presidenta de la Junta Escolar del condado Broward, Sarah Leonardi, dijo que las cámaras tienen como objetivo cambiar el comportamiento de los conductores y prevenir situaciones peligrosas.</p><p>“Estas cámaras están destinadas a disuadir la conducción peligrosa y a las personas que rebasan autobuses escolares en la vía”, dijo.</p><p>El miembro de la Junta Escolar del condado Broward, Allen Zeman, dijo que los conductores deben comprender la importancia de reducir la velocidad y cumplir con la ley.</p><p>“El mensaje para el condado Broward es muy claro: tómese su tiempo, salve una vida”, dijo.</p><p>Los miembros de la Junta Escolar del condado Broward, junto con el superintendente Howard Hepburn, presentaron el jueves el nuevo programa de seguridad para autobuses escolares.</p><p>“Para este programa habrá un período de gracia y advertencia de 30 días, a partir del inicio del año escolar, solo para asegurarnos de que todos los ciudadanos del condado Broward estén informados sobre este programa”, dijo Hepburn.</p><p>El período de advertencia finalizará el 9 de septiembre. Después de esa fecha, las autoridades escolares indicaron que los conductores que rebasen ilegalmente un autobús escolar detenido con el brazo de alto desplegado y las luces intermitentes podrían recibir una multa de $225 USD.</p><figure><img src="https://www.local10.com/resizer/v2/ETGMTM7YCZGGFEXTJR6KLHT32I.jpg?auth=336d86f1a5aa938e7f46a4daf1b1603a7833fe30ef804e14c7f28578010bce4c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Nuestros agentes de la policía escolar revisarán cuidadosamente cada infracción para asegurarse de que sea correcta antes de emitir las multas a quienes estén violando la ley”, agregó Hepburn.</p><p>La tecnología de cámaras con inteligencia artificial será instalada en los 1,300 autobuses escolares del condado Broward. Cada autobús contará con al menos ocho cámaras que grabarán desde múltiples ángulos cada vez que los estudiantes suban o bajen.</p><p>El sistema incluye una cámara panorámica con inteligencia artificial que ofrece una vista amplia del tráfico y funciona junto con cámaras de reconocimiento de matrículas para identificar las infracciones.</p><p>“Esto ofrece una vista aérea de todo el tráfico en todos los carriles y está sincronizado con las cámaras de lectura de matrículas”, dijo Steve Randazzo, de BusPatrol.</p><p>El equipo cuesta aproximadamente $10,000 USD por autobús. Los líderes del distrito afirmaron que los contribuyentes no pagarán el programa a través del presupuesto del distrito escolar.</p><p>“Ni un solo dólar sale del presupuesto del distrito escolar”, agregó Randazzo. “Para operar el programa, BusPatrol asume todos esos gastos”.</p><p>Se espera que el costo del programa sea cubierto con los ingresos provenientes de las multas. BusPatrol financió la instalación de las cámaras y utilizará la mayor parte de esos ingresos para cubrir los gastos asociados con el programa, incluidos los costos judiciales y el personal que revisa las infracciones.</p><p>De cada multa de $225 USD, $140 USD serán para BusPatrol, mientras que $85 USD se destinarán a las Escuelas Públicas del condado Broward para iniciativas adicionales de seguridad y el fortalecimiento de los protocolos de seguridad.</p><p>El distrito reportó 1,244 rebasamientos ilegales durante el año escolar 2025-26.</p><p>Los agentes de la policía escolar del condado Broward también revisarán las multas antes de que sean emitidas para asegurarse de que las infracciones sean correctas.</p><p>Los informes indican que los operadores de autobuses observaron 1,244 vehículos que rebasaron un autobús escolar mientras el brazo de alto estaba desplegado y el autobús estaba recogiendo o dejando estudiantes. Las autoridades señalaron que el total incluye incidentes relacionados con autobuses del distrito, así como de escuelas chárter y proveedores que transportan estudiantes.</p><p>Los líderes del distrito afirman que el objetivo no es emitir más multas, sino mantener seguros a los estudiantes.</p><figure><img src="https://www.local10.com/resizer/v2/F2GI6LZSQNFDXPE77YRXRS37KY.jpg?auth=3cb8430ac81cd87a104c388c3b071384495c7a2fc6caf372a64ae34ed06619d0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[Tyreek Hill is running but says he has 'no power in my left leg' 10 months after serious knee injury]]></title><link>https://www.local10.com/sports/2026/07/23/tyreek-hill-is-running-but-says-he-has-no-power-in-my-left-leg-10-months-after-serious-knee-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/tyreek-hill-is-running-but-says-he-has-no-power-in-my-left-leg-10-months-after-serious-knee-injury/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Former Miami Dolphins wide receiver Tyreek Hill's NFL future remains uncertain as he said on social media this week he still has no power in his left leg, almost 10 months after suffering significant damage in a season-ending knee injury.]]></description><pubDate>Thu, 23 Jul 2026 17:22:24 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami Dolphins wide receiver Tyreek Hill's NFL future remains uncertain as he said on social media this week he still has no power in his left leg, almost 10 months after suffering significant damage in a season-ending knee injury.</p><p>Hill provided a video update on YouTube on his continued comeback attempt after he suffered a torn anterior cruciate ligament and dislocated left knee in a game against the New York Jets on Sept. 29.</p><p>Hill, 32, was released by Miami on Feb. 16 and revealed in the social media update he is not yet ready to resume his career.</p><p>“So it’s about 10 months after doing two surgeries,” Hill said. “My left leg is the one that I injured. I have no power in my left leg at all, so I’m trying to regain all the power back in my left leg.”</p><p>Even so, Hill showed himself running as evidence of progress he has made.</p><p>“They told me I might not be able to walk again,” Hill said. “Now look at me.”</p><p>The Dolphins acquired Hill in a trade with Kansas City before the 2022 season and gave him a $120 million, four-year contract extension that made him the highest-paid player at his position at the time.</p><p>Hill had consecutive 1,700-yard receiving seasons in his first two years with Miami. He led the NFL with 1,799 receiving yards and 13 touchdowns in 2023. The five-time All-Pro entered the 2025 season aiming to return to his 2023 form after having 81 catches for 959 yards in 2024, his lowest totals since 2019.</p><p>Hill had 21 receptions for 265 yards before he was hurt while running toward the sideline. He planted his left foot, and his knee twisted as he was pulled down. He was carted off the field and placed on season-ending injured reserve on Oct. 1.</p><p>In 10 seasons with Kansas City and Miami, Hill has 819 receptions for 11,363 yards and 83 touchdowns. He is an eight-time Pro Bowl selection.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XYJVBD7D736LY3J7MWJCRBOA7M.jpg?auth=56014432e2ab170d57da71dbcc28250d40c9bb1a7080546f456d7e86cbf9f1e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Dolphins wide receiver Tyreek Hill sits in the end zone before an NFL football game against the New York Jets, Sept. 29, 2025, in Miami Gardens, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Nun speaks out for first time about being detained by ICE while walking to Mass in Texas]]></title><link>https://www.local10.com/news/national/2026/07/23/nun-speaks-out-for-first-time-about-being-detained-by-ice-while-walking-to-mass-in-texas/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/23/nun-speaks-out-for-first-time-about-being-detained-by-ice-while-walking-to-mass-in-texas/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ and JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[McALLEN, Texas (AP) — A nun who was taken into immigration custody last month in Texas said Thursday that she went into a cold sweat as two armed men approached her while she walked to Sunday Mass in her habit, thinking about the day's Bible readings and carrying little more than her rosary and cellphone.]]></description><pubDate>Thu, 23 Jul 2026 22:17:26 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — A nun who was taken into immigration custody last month in Texas said Thursday that she went into a cold sweat as two armed men approached her while she walked to Sunday Mass in her habit, thinking about the day's Bible readings and carrying little more than her rosary and cellphone.</p><p>“Honestly, in that moment, I did not understand what was going on, what was happening to me,” Sister Leticia Ugboaja said at a news conference at Our Lady of Sorrows Church in McAllen, where she spoke out for the first time since U.S. Immigration and Customs Enforcement officers arrested her on June 28.</p><p>Ugboaja's attorney says she has for years been granted protection from removal to her native Nigeria because she was likely to face torture there.</p><p>Ugboaja, 56, was released several hours after being detained while on her way to church near the U.S.-Mexico border. Parish officials' posting about her on social media brought attention to her case, and Congress members ultimately intervened on her behalf. President Donald Trump made mass deportations a central promise of his second administration, with his immigration crackdown leading to unusually aggressive tactics that have faced scrutiny.</p><p>Ugboaja, who has a check-in appointment with ICE on Tuesday, said she wanted to speak out to help others, and pleaded for people to have the chance to be heard before being taken into custody.</p><p>“There are many others in this same situation, people who have been given some form of protection under our laws, who have followed every rule asked of them, and who still live with uncertainty,” Ugboaja said.</p><p>While she's grateful to those who helped her, she said, that “does not mean I can stay quiet about what happened to me, or about what is still happening to others.”</p><p>Her attorney, Carlos M. Garcia, sat next to Ugboaja at the news conference and provided details about her immigration case. He said that in 2019 an immigration judge denied her application for asylum but granted her protection from removal to Nigeria because she likely would be tortured there. Garcia said Ugboaja, who is a nurse, has complied with everything required of her and had permission to work in the U.S.</p><p>When ICE detained Ugboaja in June, she wasn't given much explanation as to why she was taken into custody, her attorney said. But the U.S. planned to remove her to a third country, he added.</p><p>The Trump administration's third-country removal policy has been criticized by lawyers and human rights groups and has faced legal challenges. The Department of Homeland Security has said the agreements allow people seeking asylum in the U.S. to pursue protection in the other country, and that the agreements are used to try to address large backlogs in immigration courts.</p><p>DHS and ICE did not respond to a request to comment on Ugboaja's case on Thursday and did not respond to requests for comment after her detention in June.</p><p>Ugboaja is part of the Daughters of Mary Mother of Mercy and volunteered as an Extraordinary Minister of Holy Communion at Our Lady of Sorrows Church, a spokesperson for the Diocese of Brownsville has said. Ugboaja is also a registered nurse at South Texas Health System and worked previously for 10 years as a certified nursing assistant in Edinburg, the spokesperson said.</p><p>Ugboaja said that on the day she was taken into custody, she begged the officers to let her attend Mass and receive Holy Communion, but was told she could not.</p><p>“For me, a nun, not to go to Mass on Sunday, not to receive Communion, it was very, very heartbreaking for me,” she said.</p><p>___</p><p>Stengle reported from Dallas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HGIFJTDKMOVK3EWOZJ4YYPGZ5I.jpg?auth=6a1597c554cef08c9cf1042da9d124773b63631411afef5f361df17908551cfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sister Leticia "Letty" Ugboaja at a news conference at Our Lady of Sorrows Catholic Church on Thursday, July 23, 2026, in McAllen, Texas. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKEFZ2EGSPHFBXBO3BO5TESFOM.jpg?auth=594f717563b84cce21ff141d73cf923131d2c1cb38dcf379443f57a3f025b37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sister Leticia "Letty" Ugboaja speaks during a news conference at Our Lady of Sorrows Catholic Church on Thursday, July 23, 2026, in McAllen, Texas. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NT3AG3ER4KRMWOGTXBLMC3SDII.jpg?auth=660f377a42c03171129c8490d28f081c0c77b03bf2d7458cd68f92262bda39e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sister Leticia "Letty" Ugboaja, left, accompanied by Executive Director of Catholic Charities of the Rio Grande Valley Sister Norma Pimentel attends a news conference at Our Lady of Sorrows Catholic Church on Thursday, July 23, 2026, in McAllen, Texas. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUWVJTC7FD7YRVFCLF6Z7MSGZM.jpg?auth=870a3ffddb40efd7d390642cd4918bf3290814f9d198d8ac3713212c6846d7bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sister Leticia "Letty" Ugboaja attends a news conference at Our Lady of Sorrows Catholic Church on Thursday, July 23, 2026, in McAllen, Texas. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZAPL23NBCGI4QFHUSRXQJS4QU.jpg?auth=167c8aa059f0642f88104ce29df1d8c0ab12fafddc91e922bb228e60cd8541d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun beams over the Our Lady of Sorrows Church in McAllen, Texas, Monday, June 29, 2026. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content></item><item><title><![CDATA[A member of Vance's Secret Service detail is being investigated over a suspected news leak]]></title><link>https://www.local10.com/news/politics/2026/07/23/a-member-of-vances-secret-service-detail-is-being-investigated-over-a-suspected-news-leak/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/a-member-of-vances-secret-service-detail-is-being-investigated-over-a-suspected-news-leak/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A member of Vice President JD Vance ’s security detail is being investigated over allegations tied to a suspected news leak, the U.S. Secret Service said Thursday.]]></description><pubDate>Thu, 23 Jul 2026 17:33:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A member of Vice President JD Vance ’s security detail is being investigated over allegations tied to a suspected news leak, the U.S. Secret Service said Thursday.</p><p>Anthony Guglielmi, a Secret Service spokesperson, said the security-team member faces an internal investigation and potential criminal inquiry over allegations involving compromised “operational and information security.”</p><p>“While we will not comment on the specifics of this matter, one principle is unequivocal: any conduct that potentially threatens the safety of a protectee will not be tolerated,” Guglielmi said in a statement.</p><p>The agency did not identify the person under investigation.</p><p>The Secret Service said the investigation is tied to a report from MS NOW last week saying that some Secret Service agents had privately expressed frustration over last-minute travel requests from Vance and his family.</p><p>Vance’s office referred questions to the Secret Service.</p><p>Vance and his wife, Usha, live in the vice president's residence at the U.S. Naval Observatory along with their young children.</p><p>On Sunday, the couple welcomed their fourth child, Alec Neel Vance, the first baby born to a sitting vice president in more than 150 years. He's joined by older siblings Ewan, 9; Vivek, 6; and Mirabel, 4.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/25OENNTDSTENFU56B2AMGKPDTE.jpg?auth=671b6e0832840130355ffa54356757b741c7a4eef9359ef3d16ced14fe38c705&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance listens as President Donald Trump meets with Lebanese President Joseph Aoun in the Oval Office at the White House, Tuesday, July 21, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Fate of ICC chief prosecutor heads to unprecedented vote as US sanctions keep him out of New York]]></title><link>https://www.local10.com/news/world/2026/07/23/fate-of-icc-chief-prosecutor-heads-to-unprecedented-vote-as-us-sanctions-keep-him-out-of-new-york/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/23/fate-of-icc-chief-prosecutor-heads-to-unprecedented-vote-as-us-sanctions-keep-him-out-of-new-york/</guid><dc:creator><![CDATA[By MOLLY QUELL, Associated Press]]></dc:creator><description><![CDATA[THE HAGUE, Netherlands (AP) — Diplomats from around the world are gathering at United Nations headquarters in New York on Friday to decide whether to permanently remove the embattled chief prosecutor of the International Criminal Court.]]></description><pubDate>Thu, 23 Jul 2026 18:44:15 +0000</pubDate><content:encoded><![CDATA[<p>THE HAGUE, Netherlands (AP) — Diplomats from around the world are gathering at United Nations headquarters in New York on Friday to decide whether to permanently remove the embattled chief prosecutor of the International Criminal Court.</p><p>British barrister Karim Khan has been accused of sexual misconduct with a female aide, as outlined by The Associated Press in a series of stories, allegations which he has steadfastly denied.</p><p>The saga has dragged on for more than two years and has had profound implications for the global tribunal, which is already under enormous pressure. Earlier this month, the United States, which has long criticized the court, announced a campaign aimed at dismantling the 24-year-old institution.</p><p>The 56-year-old Khan was formally removed from his duties at the ICC in June after the executive committee of the court’s oversight body found he had committed “serious breach of duty and serious misconduct” by engaging in a “sexual relationship ... (that) escalated over time” and tried to prevent the woman from pursuing her allegations, according to documents seen by The Associated Press. Khan disputes those findings.</p><p>Khan faces an unprecedented removal vote</p><p>Now his future lies in the hands of the 125 nations who make up the court's oversight body, the Assembly of States Parties, who are holding a special session in New York. It will culminate in a vote where a majority would need to support a resolution to oust him.</p><p>Khan will not be present at the closed-door meeting, as he is barred from entering the United States after being sanctioned by the Trump administration over the court’s investigation into Israeli officials for the military's conduct in the conflict in Gaza.</p><p>His lawyers have complained about his absence at the meeting. “We know of no court or tribunal in any proper and fair legal system that bars a person facing the gravest professional sanction from being heard,” Tayab Ali and Sareta Ashraph wrote in a letter to the ASP seen by the AP.</p><p>He goes into the vote banned from practicing law in his home country of the United Kingdom after being suspended by the British Bar Standards Board pending their own investigation into the allegations against him.</p><p>The outcome of the vote, which is secret, is unclear. The court’s host state of the Netherlands will vote for his removal, the country’s foreign minister Tom Berendsen wrote in a letter to parliament. The Netherlands is the only country to have publicly announced its position.</p><p>The Gaza investigation complicates the case</p><p>The allegations have become entwined with the court’s investigation into the war in Gaza. “Political considerations have been folded into this, especially as it is the first time a prosecutor has pursued warrants against a western ally,” Iva Vukusic, a researcher at Utrecht University who has been following the process, told the AP.</p><p>The court issued arrest warrants in 2024 for Israeli Prime Minister Benjamin Netanyahu and his former Defense Minister Yoav Gallant for crimes against humanity. That decision sparked considerable backlash, including multiple rounds of sanctions against Khan and other court staff by the Trump administration.</p><p>A divided court faces an uncertain future</p><p>The lengthy and complicated process has created huge divisions at the court at a time when the institution already is under tremendous strain. “There has been splintering over how the court has handled this,” Lucy Gaynor, a historian of international criminal tribunals at the University of Amsterdam, told the AP.</p><p>In April, a group of staff members within the prosecutor’s office sent a letter to the oversight body expressing serious concerns about Khan’s potential return, writing that his “leadership has been materially diminished.”</p><p>Last week, a group of Palestinian organizations issued a public letter expressing concerns about the investigation, including accusing the executive committee of “unwarranted political interference” and “subverting the disciplinary process.”</p><p>Should Khan be removed, his replacement will have to be elected later. His office is currently being run by his two deputy prosecutors.</p><p>Vukusic said that regardless of the outcome, “the court is going to walk away bruised and battered and wounded and less able to face the greater threats.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKYLBGFS2EKZRLR2J2IQYFOLTY.jpg?auth=d468420fc47018afbe0ce223c00ded206f53ed134ce9b8b9d79362f7a3cc343e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chief Prosecutor Karim Khan talks before convening the International Criminal Court (ICC) in The Hague, Netherlands, March 14, 2025. (AP Photo/Peter Dejong, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content></item><item><title><![CDATA[Presidente de Ecuador habla de acuerdos en seguridad y energía con pares electos de Colombia y Perú]]></title><link>https://www.local10.com/espanol/2026/07/23/presidente-de-ecuador-revela-acuerdos-en-seguridad-y-energia-con-pares-electos-de-colombia-y-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/presidente-de-ecuador-revela-acuerdos-en-seguridad-y-energia-con-pares-electos-de-colombia-y-peru/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[QUITO (AP) — El presidente de Ecuador, Daniel Noboa reveló el jueves que ha mantenido diálogos con sus pares electos de Colombia y de Perú, con vistas a alcanzar acuerdos en materia de seguridad fronteriza y de provisión de energía eléctrica y gas.]]></description><pubDate>Thu, 23 Jul 2026 18:10:48 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — El presidente de Ecuador, Daniel Noboa reveló el jueves que ha mantenido diálogos con sus pares electos de Colombia y de Perú, con vistas a alcanzar acuerdos en materia de seguridad fronteriza y de provisión de energía eléctrica y gas.</p><p>El mandatario afirmó que, en los diálogos por separado, estableció la necesidad de “mayor presencia militar” de las fuerzas armadas peruanas y de las colombianas en la zona limítrofe con cada país. “La presencia de ellos en frontera va a ser crucial” para la seguridad interna de Ecuador, dijo en una entrevista con radio Centro, sin dar detalles.</p><p>El gobernante ecuatoriano ha reclamado mayor tareas de resguardo de militares colombianos en la frontera binacional y, para presionar por ello, a inicios de año desencadenó una guerra arancelaria que terminó hace poco, aunque sin mayor respuesta de su par Gustavo Petro, según señaló.</p><p>De acuerdo con la policía, el sector limítrofe con esos países es una fuente de inseguridad por la actividad de grupos de narcotráfico ligados a carteles internacionales que pasan grandes cantidades de narcóticos a Ecuador, al que han convertido en una plataforma de almacenamiento y exportación de droga a Estados Unidos, Europa y otras zonas del mundo. Ello también ha generado una ola de violencia interna en el país sudamericano.</p><p>Según informes de la Organización de las Naciones Unidas, un 80% de los narcóticos que llegan a suelo ecuatoriano provienen de Colombia y el resto de Perú.</p><p>John Reimberg, ministro del Interior, precisó en declaraciones a la radio Mariela que los países vecinos “quieren trabajar en conjunto de la línea de Ecuador” y anticipó que será un “combate de forma radical, más fuerte” en un trabajo coordinado entre las tres fuerzas armadas.</p><p>Colombia, según dijo, “por cuatro años dejó las puertas abiertas ... para que pasen todo lo que quieran pasar" y añadió que "eso se termina una vez que ingrese el nuevo gobierno".</p><p>Keiko Fujimori, quien asumirá la presidencia de Perú el próximo 28 de julio, y el próximo mandatario de Colombia, Abelardo de la Espriella, que será investido el 7 de agosto, mantienen afinidad política con el presidente ecuatoriano, de perfil conservador.</p><p>De la Espriella y Fujimori no se han referido a las conversaciones para llegar a acuerdos a las que aludió Noboa.</p><p>Pero durante su campaña electoral, la dirigente peruana dijo que durante su gobierno las fuerzas armadas usarán en la frontera con Ecuador drones y reconocimiento facial para combatir el sicariato, la trata de personas y la extorsión que golpean a los pequeños comerciantes.</p><p>De la Espriella, quien promete mano dura contra los ilegales, dijo en campaña que normalizaría las relaciones con Ecuador y culpó a Petro de tensarlas. Además, acordó con Estados Unidos unirse a la iniciativa “Escudo de las Américas” de la cual forman parte Ecuador y otros países latinoamericanos que buscan emprender acciones militares contra los cárteles del narcotráfico y las pandillas transnacionales.</p><p>Convenios energéticos</p><p>Acerca de los convenios en materia de energía, Noboa reveló que desde Colombia “podremos recibir hasta 380 megavatios adicionales” y precisó que además se ha fijado inicialmente "una tarifa binacional” de alrededor de 30 centavos el kilovatio/hora.</p><p>El miércoles la autoridad energética de Colombia confirmó que en los próximos días se reanudará la venta de electricidad a Ecuador, el cual está ingresando a la estación seca, por lo que la generación de las plantas hidroeléctricas, que aportan cerca del 75% de la electricidad, empieza a disminuir.</p><p>La venta de energía a Ecuador había sido suspendida a inicios de año en medio de diferencias entre los dos países que desencadenaron una guerra comercial con la imposición mutua de altos aranceles. Petro suspendió la venta de energía a Ecuador en respuesta a la imposición de aranceles de entre el 30% y 75% por parte de Noboa a las importaciones colombianas.</p><p>Posteriormente, la Comunidad Andina resolvió que los dos países eliminaran dichos aranceles, lo que terminaron haciendo. Aunque Ecuador levantó los impuestos, Noboa afirmó que la decisión obedeció a un acuerdo con el presidente electo de Colombia.</p><p>A finales del 2024 los ecuatorianos se vieron afectados por racionamientos de hasta 14 horas diarias debido a lo que los expertos consideraron la peor sequía en más de 60 años. Ecuador, según fuentes oficiales, registra este año un déficit de generación de al menos 800 megavatios.</p><p>Acerca de los acuerdos con Perú, el gobernante ecuatoriano señaló que el convenio es la provisión de gas "el cual será utilizado para tener mayor y más barata generación eléctrica” en Ecuador.</p><p>"De esa manera trabajamos verdaderamente en conjunto”, agregó Noboa.</p><p>———————-</p><p>En esta nota colaboraron Astrid Suárez desde Bogotá y Franklin Briceño desde Lima.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7AYBZ3MJQZ7ILQUMQW6VMNAQJI.jpg?auth=30c1cef8fe09db042dc13b942d208ccb573843a4d6c418b8ee3040149fc97d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo Abelardo de la Espriella gesticula durante un desfile militar con motivo del Día de la Independencia en Bogotá, Colombia, el lunes 20 de julio de 2026. (Foto AP/Miguel Ángel López)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Angel Lopez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYENKDQNJLDLOQEUFLXZFAXQ4I.jpg?auth=49c6018e8dae85a41dbf2db69368add000db9ea995047d895d971edc32ac4ef6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta electa de Perú, Keiko Fujimori, muestra sus credenciales de la Junta Nacional Electoral durante una ceremonia en Lima, Perú, el miércoles 15 de julio de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[US health officials are investigating a new outbreak of a diarrhea-causing parasite]]></title><link>https://www.local10.com/health/2026/07/23/us-health-officials-are-investigating-a-new-outbreak-of-a-diarrhea-causing-parasite/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/23/us-health-officials-are-investigating-a-new-outbreak-of-a-diarrhea-causing-parasite/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[Federal health officials are investigating a new outbreak involving the diarrhea-causing parasite cyclospora.]]></description><pubDate>Thu, 23 Jul 2026 22:11:13 +0000</pubDate><content:encoded><![CDATA[<p>Federal health officials are investigating a new outbreak involving the diarrhea-causing parasite cyclospora.</p><p>The outbreak included 72 people as of Wednesday.</p><p>The Food and Drug Administration has not yet identified which products are linked to the illnesses. Officials also have not said where the cases are located.</p><p>“This is an active investigation, and officials are working together to determine the specific cause of illnesses in this cluster,” the Department of Health and Human Services said in an email Thursday.</p><p>Federal officials earlier this week said they remained focused on lettuce from Taylor Farms as the source of a separate, multistate outbreak. The company last week announced it was recalling iceberg lettuce grown in central Mexico.</p><p>Cyclospora is a microscopic parasite that infects food that has come into contact with human feces, most commonly when produce is irrigated or washed with contaminated water. When ingested, the parasite causes intestinal illness marked by “frequent and sometimes explosive bowel movements,” according to the Centers for Disease Control and Prevention.</p><p>Federal and state health authorities have been investigating separate clusters of cyclospora illnesses, including the one traced to Taylor Farms.</p><p>Food safety tips include washing hands with soap and water after using the bathroom and before handling food. Experts say cooking can kill the parasite and advise cooking produce to a temperature of at least 158 degrees Fahrenheit (70 degrees Celsius.)</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GCM3UBKOQAXAIQVBI42SMEOGAM.jpg?auth=2474635d88661a6ef0043a3cfc6df4fe2bef7ec8b1d1600c68ff1c78304422f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo taken through a microscope provided by the CDC shows Cyclospora cayetanensis oocysts found in a fresh stool sample which had been prepared with a formalin solution and stained with safranin. (CDC via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Melanie Moser</media:credit></media:content></item><item><title><![CDATA[Hombre apuñalado en Miramar muere; policía continúa con la búsqueda del sospechoso]]></title><link>https://www.local10.com/espanol/2026/07/23/hombre-apunalado-en-miramar-muere-policia-continua-con-la-busqueda-del-sospechoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/hombre-apunalado-en-miramar-muere-policia-continua-con-la-busqueda-del-sospechoso/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La policía del condado Broward busca al sospechoso de un apuñalamiento que, según las autoridades, mató a un hombre la noche del miércoles.]]></description><pubDate>Thu, 23 Jul 2026 15:21:35 +0000</pubDate><content:encoded><![CDATA[<p>La policía del condado Broward busca al sospechoso de un apuñalamiento que, según las autoridades, mató a un hombre la noche del miércoles frente a una gasolinera.</p><p><a href="https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/">El incidente ocurrió frente a la gasolinera Mobil</a> ubicada en 16861 Miramar Parkway, en Miramar.</p><p>Según la policía, los equipos de emergencia llegaron y encontraron a un hombre con heridas graves, por lo que fue trasladado en helicóptero a un hospital cercano.</p><p>Posteriormente, las autoridades informaron que la víctima fue declarada muerta.</p><p>“Lo que sabemos es que hubo un altercado entre dos hombres y uno de ellos fue apuñalado”, dijo Janice McIntosh, portavoz de la policía de Miramar.</p><p>Los agentes informaron que el sospechoso huyó después del apuñalamiento, lo que llevó a las autoridades a establecer un perímetro en el área. Miramar Parkway también fue cerrada durante un tiempo entre Southwest 164th Avenue y 172nd Avenue.</p><p>Los agentes indicaron que conocen la identidad del sospechoso, pero aún no la han divulgado al público.</p><p>“La policía sabe a quién está buscando, pero aún pide al público que, si ve o escucha algo sospechoso, lo reporte de inmediato, porque el sospechoso sigue prófugo”, dijo McIntosh.</p><p>Se exhorta a cualquier persona con información a comunicarse con el Departamento de Policía de Miramar o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Cutler Bay voyeurism suspect will remain locked up, judge rules]]></title><link>https://www.local10.com/news/local/2026/07/23/cutler-bay-voyeurism-suspect-will-remain-locked-up-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/cutler-bay-voyeurism-suspect-will-remain-locked-up-judge-rules/</guid><dc:creator><![CDATA[Jackie Pascale, Chris Gothner]]></dc:creator><description><![CDATA[A Cutler Bay man will remain behind bars after an arrest on voyeurism and indecent exposure charges, a judge ruled on Thursday. ]]></description><pubDate>Thu, 23 Jul 2026 16:29:39 +0000</pubDate><content:encoded><![CDATA[<p>A Cutler Bay man will remain behind bars after an <a href="https://www.local10.com/news/local/2026/07/22/man-on-bond-for-voyeurism-child-sex-abuse-videos-exposes-self-to-girl-12-outside-home-mdso/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/22/man-on-bond-for-voyeurism-child-sex-abuse-videos-exposes-self-to-girl-12-outside-home-mdso/">arrest on voyeurism and indecent exposure charges</a>, a judge ruled on Thursday. </p><p><a href="https://www.local10.com/espanol/2026/07/23/sospechoso-de-voyeurismo-en-cutler-bay-permanecera-detenido-dictamina-juez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/sospechoso-de-voyeurismo-en-cutler-bay-permanecera-detenido-dictamina-juez/">Leer en español</a></p><p>Fabian Izaguirre Cepero, 26, is accused of lingering outside of the bedroom of a 12-year-old girl and touching himself outside of a home in Cutler Bay overnight on Monday. Miami-Dade Sheriff’s Office deputies took him into custody on Tuesday.</p><p>It wasn’t his first voyeurism allegation. In February 2025, Miami Beach police accused him of going into the Target at 1045 Fifth St. on South Beach and placing a phone on the floor of a dressing room to watch a woman try on bathing suits. That case remains pending.</p><p>Authorities said Izaguirre Cepero committed his latest crime while out on bond for 17 counts related to the possession of child sexual abuse material.</p><p>Police said that after his 2025 arrest in the Target case, investigators reviewing his phone for evidence stumbled upon more than a dozen images and videos of girls as young as “2 to 4 years old” being sexually abused.</p><p>The Miami-Dade judge ruled on Thursday that Tuesday’s arrest constituted a violation of his pre-trial release in that case, ordering he remain in jail pending its resolution.</p><p>As for the Cutler Bay case, another hearing is set in Miami-Dade court on Friday, as Izaguirre Cepero’s attorney argues that there is no probable cause for the voyeurism charge.</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[Sospechoso de voyeurismo en Cutler Bay permanecerá detenido, dictamina juez]]></title><link>https://www.local10.com/espanol/2026/07/23/sospechoso-de-voyeurismo-en-cutler-bay-permanecera-detenido-dictamina-juez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/sospechoso-de-voyeurismo-en-cutler-bay-permanecera-detenido-dictamina-juez/</guid><dc:creator><![CDATA[Jackie Pascale, Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Cutler Bay permanecerá tras las rejas después de ser arrestado por cargos de voyeurismo y exhibición indecente, dictaminó un juez el jueves.]]></description><pubDate>Thu, 23 Jul 2026 16:33:39 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Cutler Bay permanecerá tras las rejas después de ser <a href="https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/">arrestado por cargos de voyeurismo y exhibición indecente</a>, dictaminó un juez el jueves.</p><p>Fabian Izaguirre Cepero, de 26 años, está acusado de permanecer merodeando frente a la habitación de una niña de 12 años y tocarse los genitales frente a una vivienda en Cutler Bay durante la madrugada del lunes. Agentes de la Oficina del Sheriff de Miami-Dade lo arrestaron el martes.</p><p>No era la primera vez que enfrentaba acusaciones de voyeurismo. En febrero de 2025, la policía de Miami Beach lo acusó de ingresar a la tienda Target ubicada en 1045 Fifth St., en South Beach, y colocar un teléfono en el piso de un probador para observar a una mujer mientras se probaba trajes de baño. Ese caso sigue pendiente.</p><p>Las autoridades informaron que Izaguirre Cepero cometió el delito más reciente mientras estaba en libertad bajo fianza por 17 cargos relacionados con la posesión de material de abuso sexual infantil.</p><p>La policía indicó que, tras su arresto en 2025 por el caso de Target, los investigadores que revisaban su teléfono en busca de evidencia encontraron más de una docena de imágenes y videos de niñas de entre “2 y 4 años” siendo víctimas de abuso sexual.</p><p>El juez de Miami-Dade determinó el jueves que el arresto del martes constituía una violación de las condiciones de su libertad previa al juicio en ese caso, por lo que ordenó que permanezca encarcelado hasta que se resuelva.</p><p>En cuanto al caso de Cutler Bay, otra audiencia está programada para el viernes en un tribunal de Miami-Dade, mientras el abogado de Izaguirre Cepero sostiene que no existe causa probable para el cargo de voyeurismo.</p>]]></content:encoded></item><item><title><![CDATA[Carapaz wins stage 18 of the Tour de France with a late breakaway, Pogacar keeps overall lead]]></title><link>https://www.local10.com/sports/2026/07/23/carapaz-wins-stage-18-of-the-tour-de-france-with-a-late-breakaway-pogacar-keeps-overall-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/carapaz-wins-stage-18-of-the-tour-de-france-with-a-late-breakaway-pogacar-keeps-overall-lead/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ORCIERES-MERLETTE, France (AP) — Ecuadorian rider Richard Carapaz timed his attack perfectly in the final climb to win the 18th stage of the Tour de France on Thursday, while Tadej Pogacar finished a few minutes behind and maintained his significant overall lead.]]></description><pubDate>Thu, 23 Jul 2026 16:44:07 +0000</pubDate><content:encoded><![CDATA[<p>ORCIERES-MERLETTE, France (AP) — Ecuadorian rider Richard Carapaz timed his attack perfectly in the final climb to win the 18th stage of the Tour de France on Thursday, while Tadej Pogacar finished a few minutes behind and maintained his significant overall lead.</p><p>It was the 33-year-old Carapaz’s first stage win at this year’s race and second overall. He was not chased down by Pogacar because he is not considered a threat to win the Tour, and is in 10th spot.</p><p>“This is a wonderful victory,” Carapaz said. “I dedicate it to my family.”</p><p>After moving ahead about 3 kilometers (2 miles) from the summit, Carapaz raced clear. He patted each side of his head as he approached the finish line, and was 45 seconds ahead of Swiss rider Mauro Schmid and American Matteo Jorgenson.</p><p>“It’s been a special day. It took a lot of hard work,” said Carapaz, who failed to win with a similar breakaway earlier in this year’s race. “This is the most rewarding thing for me, knowing that the work I put in has paid off.”</p><p>Pogacar is chasing a third straight Tour title and fifth overall. The Slovenian star rolled over the line in a large group containing his closest rival Remco Evenepoel and Pogacar’s UAE Emirates XRG teammate Isaac Del Toro.</p><p>There was no change overall as Pogacar maintained his lead of 4 minutes, 32 seconds over the Belgian time trial star Evenepoel, the winner of two stages at this year's race, and 6:51 over the 22-year-old Mexican Del Toro in third overall.</p><p>Thursday's stage was the first of three straight days of Alpine climbs.</p><p>The 185-kilometer (115-mile) trek featured an early Category 1 climb — the second-hardest category — up Côte d'Engins, before ending with a Cat. 1 ascent to the Orcières-Merlette ski station.</p><p>After going over Engins, Jorgenson was in a small group at the front. They were then joined by Carapaz with Pogacar's yellow jersey group clearly hanging back.</p><p>“I think nobody would really commit,” said Pogacar, who has won four stages at this year's race.</p><p>Carapaz's stage could have ended when he had a near miss with a fan stood in the road, just swerving around him in time.</p><p>Heading into the final climb up Orcières-Merlette, Jorgenson and Schmid could not respond when Carapaz, who won the 2019 Giro d’Italia, attacked.</p><p>“This final climb was tough and suited my strengths well,” said Carapaz, whose other Tour stage win came in 2024. “This was a hard-fought victory, but just as tough as the first one. It gets harder every year to win here.”</p><p>Tough climbs ahead</p><p>Friday's 19th stage ends with a HC climb (the hardest category) up L'Alpe d’Huez, an iconic Tour climb and among the most famed in cycling.</p><p>Saturday's 20th and penultimate stage is brutal and could be epic. It features three HC climbs — Col de la Croix de Fer, Col du Galibier and Col de Sarenne — and one Cat. 1 climb up Col du Télégraphe, before a hilly finish to L'Alpe d'Huez.</p><p>The race ends Sunday on the Champs-Élysées in Paris. ___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BO4CXIQ7UC4FVPZF4WME6SOCNA.jpg?auth=cef1ef681ca92fd68b70e7e03574598352f14bf1d0e374a6ca2f6dee4509c240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ecuador's Richard Carapaz celebrates as he crosses the finish line to win the eighteenth stage of the Tour de France cycling race, with start in Voiron and finish in Orcieres-Merlette, France, Thursday, July 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3XBNEWRKEYCBX3WN3AAYOBYZKU.jpg?auth=fa3bcce04564e0b696eb491cd65e147d8974b06d0babe0481b3562f9dfc4d2a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ecuador's Richard Carapaz celebrates as he crosses the finish line to win the eighteenth stage of the Tour de France cycling race, with start in Voiron and finish in Orcieres-Merlette, France, Thursday, July 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AM67ZVA5CPCBI62NTQTZV5Z5M.jpg?auth=40f7d4a85e21487d1bdd368107ca4868af20e8d68fc492ba08c69def38f192a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ecuador's Richard Carapaz celebrates as he crosses the finish line to win the eighteenth stage of the Tour de France cycling race, with start in Voiron and finish in Orcieres-Merlette, France, Thursday, July 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7Q3LTL34IDPARXEY3GAKKNO7RM.jpg?auth=815874fc8d4759051dab9916444b69defa625a193ddad7d5e663823276c72956&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar, wearing the overall leader's yellow jersey crosses the finish line of the eighteenth stage of the Tour de France cycling race, with start in Voiron and finish in Orcieres-Merlette, France, Thursday, July 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHNIX6STYFQOHGI76HQ4MLBMFY.jpg?auth=6a38b8d10d0b0af889c04639301c2ca591cc3cea5730dbbcb3d19fd90ed9ec2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar, wearing the overall leader's yellow jersey, rides in the pack during the eighteenth stage of the Tour de France cycling race, with start in Voiron and finish in Orcieres-Merlette, France, Thursday, July 23, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Arrestan a conductor por atropellar a un hombre con una camioneta y huir de la escena, informa la policía de Margate]]></title><link>https://www.local10.com/espanol/2026/07/23/arrestan-a-conductor-por-atropellar-a-un-hombre-con-una-camioneta-y-huir-de-la-escena-informa-la-policia-de-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/arrestan-a-conductor-por-atropellar-a-un-hombre-con-una-camioneta-y-huir-de-la-escena-informa-la-policia-de-margate/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[La policía de Margate pasó horas investigando lo que parecía ser un choque mortal con fuga la mañana de este jueves en Atlantic Boulevard, justo al este de State Road 7, cerca del centro comercial Lakewood.]]></description><pubDate>Thu, 23 Jul 2026 13:49:53 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 55 años fue arrestado la mañana de este jueves después de atropellar a otro hombre con su camioneta en Margate y huir de la escena, informaron las autoridades.</p><p>Según la policía de Margate, el choque con fuga fue reportado alrededor de las 2:50 a.m. en la cuadra 5400 de West Atlantic Boulevard.</p><p>La policía informó que la víctima, Gregory Bowman, de 59 años y residente de Margate, caminaba por la acera antes de bajar del borde de la acera y comenzar a cruzar West Atlantic Boulevard en dirección norte, cuando fue atropellado por una camioneta Dodge Ram 1500 azul modelo 2019 que circulaba hacia el este.</p><p>La policía indicó que el conductor, John Calvino Jr., de Coral Springs, huyó de la escena, pero fue localizado más tarde esa misma mañana en Hollywood.</p><p>Fue arrestado y enfrenta un cargo por abandonar la escena de un choque con resultado de muerte.</p><p>La policía de Margate pasó horas en la escena, cerca del centro comercial Lakewood, investigando las circunstancias que llevaron al choque.</p><p>Un video muestra múltiples unidades de la policía de Margate alineadas a lo largo de Atlantic Boulevard mientras los detectives investigaban.</p><p>Una parte de la vía permaneció cerrada durante varias horas mientras los agentes recopilaban evidencia y documentaban lo sucedido.</p><p>Otro video muestra al médico forense retirando el cuerpo de la víctima de la escena antes de que la vía fuera reabierta.</p><p>“Mi corazón está con él. Pero, como dije, para resumir, es una carretera muy transitada”, dijo un hombre que frecuenta el área.</p><p>La policía solicita a cualquier persona que haya presenciado el choque o tenga información relacionada con la investigación que llame al investigador de homicidios de tránsito, agente R. Calder, al 954-935-5309.</p>]]></content:encoded></item><item><title><![CDATA[Driver arrested after hitting man with pickup truck, fleeing scene, Margate police say ]]></title><link>https://www.local10.com/news/local/2026/07/23/margate-police-investigate-possible-hit-and-run-crash-that-left-1-dead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/margate-police-investigate-possible-hit-and-run-crash-that-left-1-dead/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[Margate police spent hours investigating what appeared to be a deadly hit-and-run Thursday morning on Atlantic Boulevard, just east of State Road 7 near the Lakewood shopping center. ]]></description><pubDate>Thu, 23 Jul 2026 11:34:13 +0000</pubDate><content:encoded><![CDATA[<p>A 55-year-old man was arrested Thursday morning after he struck another man with his pickup truck in Margate and then fled the scene, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/23/arrestan-a-conductor-por-atropellar-a-un-hombre-con-una-camioneta-y-huir-de-la-escena-informa-la-policia-de-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/arrestan-a-conductor-por-atropellar-a-un-hombre-con-una-camioneta-y-huir-de-la-escena-informa-la-policia-de-margate/">Leer en español</a></p><p>According to Margate police, the hit-and-run crash was reported at about 2:50 a.m. in the 5400 block of West Atlantic Boulevard.</p><p>Police said the victim, Gregory Bowman, 59, of Margate, was walking on the sidewalk before he stepped off the curb and began crossing West Atlantic Boulevard, heading north, when he was struck by a blue 2019 Dodge Ram 1500 pickup truck that was heading east.</p><p>Police said the driver, John Calvino Jr., of Coral Springs, fled the scene but was located later in the morning in Hollywood.</p><p>He was arrested on a charge of leaving the scene of a crash involving a death. </p><p>Margate police spent hours at the scene near the Lakewood shopping center investigating the circumstances leading up to the crash. </p><p>Video shows multiple Margate police units lined up along Atlantic Boulevard as detectives investigated.</p><p>A portion of the roadway was shut down for several hours while officers gathered evidence and documented what happened. </p><p>Another video shows the medical examiner removing the victim’s body from the scene before the road was reopened.</p><p>“My heart goes out to him. But like I said, long story short, it’s a busy highway,” one man who frequents the area said. </p><p>Police are asking that anyone who witnessed the crash or has information related to the investigation calls Traffic Homicide Investigator Officer R. Calder at 954-935-5309.</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[Salman Rushdie testifies at the terrorism trial of the man convicted of stabbing him]]></title><link>https://www.local10.com/news/national/2026/07/23/salman-rushdie-testifies-at-the-terrorism-trial-of-the-man-convicted-of-stabbing-him/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/23/salman-rushdie-testifies-at-the-terrorism-trial-of-the-man-convicted-of-stabbing-him/</guid><dc:creator><![CDATA[By JOHN WAWROW and JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — Four years after being stabbed on an amphitheater stage, Salman Rushdie sat across a courtroom from his convicted attacker Thursday and told jurors for a second time about the ambush that nearly killed him.]]></description><pubDate>Thu, 23 Jul 2026 20:51:44 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Four years after being stabbed on an amphitheater stage, Salman Rushdie sat across a courtroom from his convicted attacker Thursday and told jurors for a second time about the ambush that nearly killed him.</p><p>The prize-winning writer recalled feeling what he thought was a punch under his chin, then feeling blood coming from his neck.</p><p>Soon “I was on the stage, lying down, with an enormous pool of blood all around me,” Rushdie testified. “It was an enormous and expansive lake of blood.”</p><p>A Buffalo federal court jury watched Rushdie fixedly as he testified — and at one point removed his glasses to show his now sightless right eye — at Hadi Matar's terrorism trial. He has pleaded not guilty.</p><p>Matar already was convicted of a state-level attempted murder charge in the 2022 attack at a cultural institution where Rushdie was poised to speak about threats to writers and artists. Federal prosecutors say Matar was acting on such a threat — an Iranian leader's 1989 call for Rushdie's death because of his novel “The Satanic Verses.”</p><p>“I can’t say what his ambitions or his aim was, but the wounds were dispersed across my body,” Rushdie testified.</p><p>Rushdie: Knife came ‘a millimeter from my brain'</p><p>Rushdie, 79, was composed and straightforward during little more than an hour on the witness stand. He outlined the attack — which blinded him in the right eye, damaged his liver, paralyzed his left hand for a time and briefly put him on a ventilator — and his lengthy recuperation and enduring injuries.</p><p>“The knife was a millimeter from my brain,” said Rushdie, whose attacker climbed on stage, approached from behind him and then slashed the author 15 times as the Chautauqua Institution audience gasped. Spectators and another speaker, Henry Reese, scrambled to aid Rushdie and restrain Matar, who was arrested by law enforcement assigned to the event. Rushdie has described the stabbing and recovery previously during Matar’s earlier trial, in a memoir and in interviews with The Associated Press and other outlets.</p><p>As Rushdie testified, Matar, 28, looked down at the defense table, sometimes rested his hand on his chin or turned to speak to his lawyer, looking toward the author only as Rushdie walked out a door. The writer glanced at Matar fleetingly, if at all.</p><p>Defense lawyer asks Rushdie about book's blowback</p><p>Matar's defense has argued that prosecutors can't prove his intent or mindset at the time of the attack — a key element in their claim that it was an act of terrorism motivated by allegiance to Iran's government and the Iranian-backed Hezbollah militant group. Matar, currently serving a 25-year state prison sentence, faces a potential life sentence if convicted of federal charges that include engaging in an act of transnational terrorism.</p><p>When defense lawyer Nathaniel Barone asked whether Rushdie believed the defendant had ties to terrorism, the author replied: “I had no knowledge, but I had my suspicions.</p><p>Iran’s late Ayatollah Ruhollah Khomeini issued the 1989 fatwa, or religious edict, calling for Rushdie to be killed over “The Satanic Verses,” which includes a dream sequence about Islam’s Prophet Muhammad that some Muslims considered blasphemous. The novel sparked often-violent protests against Rushdie, who was born into a Muslim family, and the fatwa drove him into hiding for years. He gradually emerged after the Iranian government distanced itself from the order in 1998, though the fatwa was never officially repealed.</p><p>“For two decades or more, I led a public life without a hint of trouble,” Rushdie testified Thursday.</p><p>Barone repeatedly asked Rushdie whether he had anticipated blowback from the book.</p><p>“Probably, but I don’t believe the book to be on trial here. I believe someone else is on trial,” Rushdie said. At Barone's request, the judge struck the comment from the court transcript.</p><p>Matar may testify, lawyer says</p><p>Prosecutors say Matar was animated partly by comments that a former Hezbollah leader, the late Hassan Nasrallah, made about Rushdie and the fatwa in 2006. The U.S.-born Matar also holds citizenship in Lebanon, where Hezbollah is based, and Matar's mother has said a 2018 trip there left him moody and withdrawn.</p><p>Matar started researching Rushdie in 2020 and eventually wrote to himself, “We need to kill him ASAP,” Assistant U.S. Attorney Timothy Lynch said in an opening statement Wednesday. Matar cast the killing as part of what he considered a jihad, or holy war, Lynch said.</p><p>Matar's New Jersey bedroom and electronics held photos and other material showing his regard for Hezbollah, and he carried a fake driver's license with a name similar to that of a Hezbollah figure, said Lynch. The U.S. government designates Hezbollah as a terrorist organization.</p><p>Matar's lawyer has said the government is asking jurors “to connect the dots” in a case without hard evidence about what he was thinking on the date of the attack. In a seeming effort to scrutinize how much the fatwa was on anyone’s mind by Aug. 12, 2022, the defense also has asked some witnesses about the relatively light security around Rushdie that day. A state trooper and a sheriff's deputy were assigned to the event.</p><p>Matar declined to testify at his state court trial but may do so at the federal trial, Barone said outside court Thursday.</p><p>Rushdie was born in India, raised in Britain and is now a U.S. citizen. He won the Booker Prize in 1981 for his novel “Midnight’s Children.” His most recent work is “The Eleventh Hour,” a book of short stories and novellas published last year.</p><p>Iran's government denied involvement in the 2022 stabbing, but its Foreign Ministry's then-spokesperson suggested Rushdie invited trouble by insulting Islam. Hezbollah's Nasrallah did not comment on the attack.</p><p>___</p><p>Peltz reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZBCDGZBFUPLF5CSOFCOPBAKF4.jpg?auth=2541662e9d5ece0fd8c98ba42f228b2ab14bbd1b3a5532d1d55626e6a196c199&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, Salman Rushdie, left, testifies in federal court during the terrorism trial for Hadi Matar, Rushdie's alleged attacker, shown second from bottom left, Thursday, July 23, 2026, in Buffalo, N.Y. (Alexandra Newbould via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexandra Newbould</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IRXWAGZF6LIXLPLUANFDU2UBYA.jpg?auth=e9931543bb62de50e92a3413c495d46c9796ce2be79df8c605b7d271c3aeac82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, Salman Rushdie, left, testifies in federal court during the terrorism trial for Hadi Matar, Rushdie's alleged attacker, Thursday, July 23, 2026, in Buffalo, N.Y. (Alexandra Newbould via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexandra Newbould</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KTRFDKJRX2QBVYL4H37FHX77Q.jpg?auth=d73fe9d4a04a4f3f0aa843f91e416acc41b7c4853c130e97353f235871819f21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, a witness describes video of an alleged attack on Salman Rushdie by Hadi Matar, in federal court in Buffalo, N.Y., Wednesday, July 22, 2026. Matar, foreground, is seated with his lawyer's co-council. (Alexandra Newbould via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexandra Newbould</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QJUHIOMLHGQEIODNYGO7YE5UOU.jpg?auth=31d9ccb077ef3ad380c1b084eb1385e0862891e1ad28cebb5a1948bfe37081e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Novelist Salman Rushdie attends the premiere of the documentary film "Knife: The Attempted Murder of Salman Rushdie" during the Sundance Film Festival on Jan. 25, 2026, at The Ray in Park City, Utah. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J37VVJ4SPHPXHUCPSPAVAON65I.jpg?auth=f8c79b0ecd90ab7db03f8267a5dfa82cbecdeb243fb38e2644f708c3f96804e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hadi Matar walks in to the Chautauqua County court in Mayville, N.Y., May, 16, 2025. (AP Photo/Adrian Kraus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content></item><item><title><![CDATA[Average 30-year US mortgage rate climbs to 6.58%, highest level in nearly a year]]></title><link>https://www.local10.com/business/2026/07/23/average-30-year-us-mortgage-rate-climbs-to-658-highest-level-in-nearly-a-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/average-30-year-us-mortgage-rate-climbs-to-658-highest-level-in-nearly-a-year/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[The average long-term U.S. mortgage rate climbed this week to its highest level in nearly 12 months, pushing up borrowing costs for prospective homebuyers at a time when rising oil prices are already squeezing household budgets.]]></description><pubDate>Thu, 23 Jul 2026 17:14:37 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate climbed this week to its highest level in nearly 12 months, pushing up borrowing costs for prospective homebuyers at a time when rising oil prices are already squeezing household budgets.</p><p>The benchmark 30-year fixed rate mortgage rate rose to 6.58% from 6.55% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.74%.</p><p>The rate has ticked higher three weeks in a row. Higher mortgage rates can add hundreds of dollars a month in costs for borrowers, limiting homebuyers’ purchasing power. As rates rise, that can lead prospective home shoppers to delay buying a home, one reason U.S. home sales have been sluggish this year.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also rose this week. That average rate increased to 5.96% from 5.93% last week. A year ago, it was at 5.87%, Freddie Mac said.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>Rates have been mostly rising this year as the conflict in Iran has driven crude oil prices sharply higher, stoking expectations of hotter inflation. That’s pushed up long-term bond yields relative to where they were before the conflict began in late February, causing mortgage rates to trend higher.</p><p>The 10-year Treasury yield was 4.7% at midday Thursday on the bond market, up from 4.57% a week ago. It was just 3.97% in late February, before the war broke out.</p><p>Rising oil prices as violence escalates in Iran are threatening to worsen inflation, just as it had begun to decelerate by more than economists expected. That in turn could push the Federal Reserve  to raise interest rates.</p><p>The central bank doesn’t set mortgage rates, but its decisions to raise or lower its short-term rate are watched closely by bond investors and can ultimately affect the yield on 10-year Treasurys.</p><p>The average rate on a 30-year mortgage is now the highest it’s been since Aug. 21, when it was at 6.58%. As recently as late February, the average rate dropped slightly below 6% for the first time since late 2022.</p><p>While average long-term mortgage rates remain lower than they were at this time last year, their upward trajectory has weighed on home sales this year. While seasonally adjusted sales of previously occupied U.S. homes were up 0.7% from January to June compared to the same period last year, they're still hovering close to a 4-million annual pace far short of the historic norm that is closer to 5.2-million.</p><p>The trend has extended the national housing market slump that began in 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low.</p><p>As mortgage rates remain elevated, that will mean a slower summer housing market, said Lisa Sturtevant, chief economist at Bright MLS.</p><p>“It’s not just about rates for homebuyers, but rather the full financial picture of buying,” she said. “Home prices hit record highs this summer in many markets across the U.S. while higher gas prices and concerns about overall inflation rising have created more financial strain for would-be buyers.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/567JHL7MWWO7QFCNV6ZRPCCLHU.jpg?auth=2ac826a00a0e5b7dae5a107f8059d37b93d0b3a909267c0e1b0fb9d153bc2cc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign is posted for a new home for sale in Ambler, Pa., Oct. 16, 2025. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Trump fetes Dodgers at the White House again, saying the team is 'one of the great brands']]></title><link>https://www.local10.com/sports/2026/07/23/trump-will-welcome-the-world-series-champion-dodgers-to-the-white-house/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/trump-will-welcome-the-world-series-champion-dodgers-to-the-white-house/</guid><dc:creator><![CDATA[By WILL WEISSERT and DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump feted Shohei Ohtani, Freddie Freeman and the World Series champion Los Angeles Dodgers at the White House on Thursday, calling the team “one of the great brands anywhere in the world” during a Rose Garden event celebrating its second title in as many years.]]></description><pubDate>Thu, 23 Jul 2026 22:16:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump feted Shohei Ohtani, Freddie Freeman and the World Series champion Los Angeles Dodgers at the White House on Thursday, calling the team “one of the great brands anywhere in the world” during a Rose Garden event celebrating its second title in as many years.</p><p>Trump said the Dodgers edging the Toronto Blue Jays in Game 7 last fall capped “a hell of a series." He indicated he was surprised to learn that the Dodgers had never before won consecutive titles but also mused about a third in a row.</p><p>“I’m thrilled to say welcome back to the White House," he said. "And maybe I’ll see you again next year.”</p><p>The president saluted the team in the East Room in April 2025 to mark their 2024 World Series championship over the New York Yankees. He said before the latest event that he was most excited about meeting Ohtani, whom he compared at length to the legendary Babe Ruth — even saying the Dodgers star was arguably the best hitter and pitcher in baseball.</p><p>"It’s truly a great — when you talk about a brand — it's one of the great brands anywhere in the world,” Trump said of the Dodgers. He spoke in front of a table with two World Series trophies and a Trump 47 jersey, which the team presented to him.</p><p>The Dodgers also gave Trump what looked like a replica of a World Series ring. That prompted Trump to exclaim: “Wow. Do I have to report this? I don't want to report this" before slipping the ring into the inside pocket of his suit jacket.</p><p>Trump says Iran war has kept him from following baseball closely</p><p>Those in the crowd wore blue Dodgers caps to guard against bright overhead sun, and the band played a jazzy instrumental version of Randy Newman’s “I Love LA” before Trump took the stage.</p><p>Trump described last year's World Series' epic Game 3 during which the Dodgers won 6-5 in 18 innings. Trump said he stayed up until around 3 a.m. to watch, noting that “it was a long one, but it was amazing.”</p><p>“I thought it was a game that you were going to lose about four or five times, and you ended up winning,” he said, adding, “Luck is OK, too, right?” Dodgers manager Dave Roberts agreed: “Luck is OK.”</p><p>“But with talent you get a lot of luck,” Trump continued.</p><p>The president said he spoke briefly with Roberts before the event and learned that his team currently has the best record in baseball, noting, “I've been a little busy with Iran and some other things.”</p><p>That was his only reference during the event to fighting in the Middle East, which has escalated on both sides in recent days.</p><p>Roberts also spoke briefly, saying, “We’re going for a three-peat.”</p><p>Championship baseball teams have been coming to the White House since 1869, when President Ulysses S. Grant hosted the Cincinnati Red Stockings. They were the first fully professional team to visit the White House and went undefeated that season, though the World Series wasn’t established in its modern form until 1903.</p><p>Sports teams' visits to the Trump White House have sometimes been a source of controversy. In 2018, the president rescinded an invitation to the Super Bowl champion Philadelphia Eagles after many players suggested they might skip such a trip.</p><p>Dodgers star right fielder Mookie Betts wasn’t at Thursday’s Rose Garden event, though he did make the 2025 visit. He said he prefers to spend the team’s scheduled days off with his family.</p><p>The Dodgers originally considered coming to the White House this past April during a series with the Washington Nationals, but a crowded early season schedule didn’t permit that. Instead, they’re in the nation’s capital during the off-day between a just-completed series against the Philadelphia Phillies and Friday’s opener against the New York Mets in Queens.</p><p>The White House has changed since the Dodgers' last visit</p><p>Over the past year, Trump has revamped the Rose Garden and added a patio area reminiscent of his Mar-a-Lago club in Florida. At Thursday's event for the Dodgers, he referenced the “ Walk of Fame ” installed on the colonnade, which features plaques of past presidents along with partisan insults against Joe Biden and other Democrats.</p><p>“I could put some of the great Dodgers on the wall," Trump joked, “but I figured maybe it's more appropriate that we put the presidents.”</p><p>Trump, a baseball fan and New York native, has for years been closely associated with the Yankees, whose late, longtime owner George Steinbrenner was a close friend. Trump referenced Steinbrenner on Thursday, saying, “He would do anything to win" before telling the Dodgers' team owners, "But you’re doing the same thing.”</p><p>The president isn't always so complimentary of teams, though. During a rally in Georgia on Wednesday, he praised the ownership of the local Atlanta Braves and slammed the Mets for their sky-high payroll and losing record.</p><p>Trump was joined on stage during that event by former Braves manager Brian Snitker, and Mike Plant, president and CEO of the Braves Development Company.</p><p>”You know, the Mets have the highest salary in baseball, and they lose all the time," Trump said then. And I’m like, maybe we can steal this guy.”</p><p>“There are teams like that, where they never go down,” Trump said. “Then you have other teams — ‘We’re rebuilding.’ They’ve been rebuilding for years. I don’t want to mention teams ’cause I know all the owners. They’re all friends of mine.”</p><p>___</p><p>This story has been corrected to show Game 7 was last November, not last October.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5BRCX6D5JKYEPAH5E6M5IPLUII.jpg?auth=bd556ef2f2256bb897fc7bffd5a82828526021a31a14168ac455063e86fd780d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds up a Dodgers jersey during an event to honor the 2025 World Series champions Los Angeles Dodgers in the Rose Garden of the White House, Thursday, July 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><media:content url="https://www.local10.com/resizer/v2/44B2XJS4SKOMYJNRV5KED5XKOA.jpg?auth=b508955092519c804c2f2031a1127e069e73f57f38e47678749c81f3e63f5268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds a LA Dodgers Championship Ring during an event to honor the 2025 World Series champions Los Angeles Dodgers in the Rose Garden of the White House, Thursday, July 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><media:content url="https://www.local10.com/resizer/v2/WMQOME2UPGFNX63MJ24FFKE7QI.jpg?auth=f9209029760e618a3ad6af39b0f8c7869c8b8659304f7abacde9f9525add9f00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump tucks a Los Angeles Dodgers Championship Ring into his jacket pocket, as owner Mark Walter, left, looks on, during an event to honor the 2025 World Series champions Los Angeles Dodgers in the Rose Garden of the White House, Thursday, July 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><media:content url="https://www.local10.com/resizer/v2/VZ2T5WCIXUP3WDURMZ4PWCADLU.jpg?auth=ddc69dea73d565849f4d43c82c8238011f6b95a2ac78f02507f7528c6c45d77a&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 an event to honor the 2025 World Series champions Los Angeles Dodgers in the Rose Garden of the White House, Thursday, July 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><media:content url="https://www.local10.com/resizer/v2/BD24NHB355XSNM5PVYGQHXDDPQ.jpg?auth=34ced0ed1c8bf6c7fc5cf87920f8883dcfb8d6a3e1a04e3c2ed3782be4fa8e75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump shakes hands with Los Angeles Dodgers Shohei Ohtani during an event to honor the 2025 World Series champions Los Angeles Dodgers in the Rose Garden of the White House, Thursday, July 23, 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[Man City signs England international Elliot Anderson for $155M]]></title><link>https://www.local10.com/sports/2026/07/23/man-city-signs-england-international-elliot-anderson-for-155m/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/man-city-signs-england-international-elliot-anderson-for-155m/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Manchester City officially completed the signing of England midfielder Elliot Anderson from Nottingham Forest on Thursday for a reported 116 million pounds ($155 million).]]></description><pubDate>Thu, 23 Jul 2026 17:56:29 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Manchester City officially completed the signing of England midfielder Elliot Anderson from Nottingham Forest on Thursday for a reported 116 million pounds ($155 million).</p><p>The club record fee for City eclipses the 100 million pounds ($139 million) it paid for Jack Grealish in 2021 and is among the biggest ever in the Premier League.</p><p>The 23-year-old Anderson has signed a five-year contract.</p><p>“City are one of the biggest clubs in the world and the squad they have is amazing — so strong in every position. As soon as I knew they wanted me, I was absolutely determined to make this move happen," Anderson said. “As a footballer, you want to test yourself at the highest level. Being at City means I have that opportunity."</p><p>Anderson is the first major signing by City since iconic manager Pep Guardiola stepped down at the end of last season. A new era is beginning under former Chelsea boss Enzo Maresca.</p><p>“Elliot is one of the outstanding young midfield talents in world football right now. He offers energy, outstanding work rate and an exceptional range of passing," said City director of football Hugo Viana. "His improvement in recent years has been really impressive and underlines his desire to be the best player he can be.</p><p>“At just 23, there is plenty of opportunity for development over the coming years and we feel he can become a complete midfielder. Manchester City is the best place for him to develop his game and keep improving, we are glad that he sees things the same way as we do."</p><p>Anderson began his career at Newcastle and joined Forest in 2024 where he went on to break into the England squad.</p><p>He was a key member of Thomas Tuchel's England squad that won bronze at the World Cup.</p><p>“As soon as I arrive in Manchester after a break, I will be doing everything I can to establish myself in the City team," he said. “It’s a club built to win trophies and compete at the very top of the game. That is exciting for any footballer."</p><p>England forward Morgan Rogers completed a move to Chelsea earlier this week for a reported 117 million pounds.</p><p>Sweden striker Alexander Isak's 125 million pounds (then $170 million) move to Liverpool from Newcastle last year remains the most expensive in British soccer.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZBKFZRMJH6AAXAZVY6HAUVLDGM.jpg?auth=6f886429acdf3fa42c3e0b7dfba5b9da0507d2ee815099920b787bcd3f07c45b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Elliot Anderson runs with the ball ahead of Mexico's Raul Jimenez during the World Cup round of 16 soccer match between Mexico and England in Mexico City, Sunday, July 5, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NYE5T4EXS25AYWRMLNKOH3BUXU.jpg?auth=dd5f9c55e3d99a2103384d6ea3e3aed294d165a8e14b22496cdcdfcf60b8fd03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El inglés Elliot Anderson pelea con Edo Kayembe, del Congo, por el balón en el encuentro de los dieciseisavos de final de la Copa Mundial el miércoles primero de julio del 2026. (AP Foto/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGHHCUQ2IG5IIVYRSJWDEYB2AM.jpg?auth=390eb502d94488554076130766d64d82251d73483386f5de5e61afa9c0a83632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Elliot Anderson (8) celebrates after the end of the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPETV4BDCFGA5VW7OCXJTESKX4.jpg?auth=ce967dfac729c0922b082972afd7af67e08b3118a9ba16678816a21e43410f26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Elliot Anderson arrives for the World Cup third-place playoff soccer match between France and England in Miami Gardens, Fla., Saturday, July 18, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3B54S2MC5XH2NOJRXCBBVB5KZ4.jpg?auth=fc9cd55656ad43dc45ce29918d853f164912a6946514b69558a7866636a68599&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Ezri Konsa (2), England's Elliot Anderson (8) and England's Ivan Toney (22) are dejected at the end of the World Cup semifinal soccer match between England and Argentina in Atlanta, Wednesday, July 15, 2026. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Iglesia Católica cubana comienza entrega de ayuda humanitaria de EEUU]]></title><link>https://www.local10.com/espanol/2026/07/23/iglesia-catolica-cubana-comienza-entrega-de-ayuda-humanitaria-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/iglesia-catolica-cubana-comienza-entrega-de-ayuda-humanitaria-de-eeuu/</guid><dc:creator><![CDATA[Por ANDREA RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Centenares de cajas con productos de ayuda humanitaria que llegaron a Cuba desde Estados Unidos comenzaron a ser entregadas la víspera en dos localidades cercanas a La Habana, indicó el jueves la organización de la Iglesia Católica encargada de la distribución.]]></description><pubDate>Thu, 23 Jul 2026 15:56:17 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Centenares de cajas con productos de ayuda humanitaria que llegaron a Cuba desde Estados Unidos comenzaron a ser entregadas la víspera en dos localidades cercanas a La Habana, indicó el jueves la organización de la Iglesia Católica encargada de la distribución.</p><p>La ayuda que llegó esta semana viene envuelta en una polémica por la histórica desconfianza política entre Cuba y Estados Unidos, y en un contexto de crisis en la isla que se agudizó por un cerco energético impuesto en enero por el presidente estadounidense Donald Trump que afectó a la población.</p><p>Cáritas inició el reparto de las cajas en parroquias y casas religiosas en los municipios de Bejucal y Alquízar, colindantes con La Habana, según un comunicado de esa organización de la Iglesia católica dedicada a la asistencia.</p><p>“Consiste en módulos de alimentos y aseo” y será destinado “a las familias cubanas más vulnerables”, señaló el comunicado.</p><p>Imágenes difundidas por la entidad mostraron personas descargando cajas de cartón marrones etiquetadas con la bandera de Estados Unidos, mientras otras con sudaderas de color blanco y el logo de Cáritas las entregaban a residentes luego de revisar listados y verificar sus documentos de identidad.</p><p>No se especificó qué parroquias serán beneficiadas. Intentos de The Associated Press por hablar con Cáritas resultaron infructuosos.</p><p>Un avión con 700 paquetes salió de Miami el martes, según el Departamento de Estado, que aseguró que el envío es el primero de un programa de 60 millones de dólares de un total de 100 millones previstos para entregar en los próximos meses.</p><p>Contenido de las cajas</p><p>Las cajas contienen alimentos para cubrir las necesidades de una familia por 10 días, explicó Cáritas.</p><p>Entre los productos hay arroz, frijoles, espaguetis, sal y azúcar morena; también latas de sardinas y de atún, y aceite. Además una lámpara solar, tabletas para purificación de agua, un cubo de plástico, barras de jabón, detergente, cepillo de dientes y toallas sanitarias.</p><p>Un comunicado del Ministerio de Comercio Exterior dijo que durante la recepción de la aeronave y junto a directivos de Cáritas estuvieron presentes autoridades, pero no informó su rango.</p><p>Otros antecedentes</p><p>Jeremy Lewin, funcionario del Departamento de Estado de Estados Unidos para Asistencia Exterior, Asuntos Humanitarios y Libertad Religiosa, indicó que la alianza con la iglesia se basa en un programa que el año pasado entregó 9 millones de dólares en apoyo directo a la isla tras el huracán Melissa.</p><p>Estados Unidos reiteró en varias ocasiones su desconfianza en el proceso de donaciones, alegando que era manipulado por el gobierno cubano, al que suele acusar de ineficiente.</p><p>Lewin afirmó que, dado que sacerdotes locales y grupos católicos están distribuyendo la asistencia directamente, no habrá posibilidad de interferencia gubernamental.</p><p>Cuba por su parte, que autorizó que la ayuda entrara al país, cuestionó que Estados Unidos ofrezca esta cooperación humanitaria cuando es responsable de la asfixia económica mediante distintas sanciones y un cerco petrolero.</p><p>El bloqueo energético agudizó la crisis de un lustro en la isla y causó apagones de más de 20 horas, desabastecimiento de medicinas y alimentos, limitaciones al transporte vial y suspensión de vuelos.</p><p>Esta semana la cadena española Meliá —una histórica socia internacional de Cuba en el vital sector del turismo— anunció su retirada luego de recibir presiones de Estados Unidos. Igual sucedió con las operaciones de Visa y Mastercard, líneas aéreas y compañías con negocios industriales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UA5TNNUTX35IRXQLIZ55K7XJKI.jpg?auth=8009330a36ed95d233781953c426438e965c1fb9c41c01275e0f65192909f581&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas cargan pales con alimentos y kits de higiene en un avión con destino a Cuba organizado por el gobierno de Estados Unidos. (AP Foto/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Northwest Miami-Dade raid leads to man’s arrest for sharing child sex abuse videos, feds say]]></title><link>https://www.local10.com/news/local/2026/07/23/northwest-miami-dade-raid-leads-to-mans-arrest-for-sharing-child-sex-abuse-videos-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/23/northwest-miami-dade-raid-leads-to-mans-arrest-for-sharing-child-sex-abuse-videos-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A northwest Miami-Dade man had child sexual abuse material up in “multiple open windows” on a computer when federal law enforcement officers raided his home on Wednesday as part of an international investigation, authorities said.]]></description><pubDate>Thu, 23 Jul 2026 15:17:42 +0000</pubDate><content:encoded><![CDATA[<p>A northwest Miami-Dade man had child sexual abuse material up in “multiple open windows” on a computer when federal law enforcement officers raided his home on Wednesday as part of an international investigation, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/23/arrestan-a-hombre-tras-allanamiento-en-el-noroeste-de-miami-dade-por-compartir-videos-de-abuso-sexual-infantil-informan-autoridades-federales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/arrestan-a-hombre-tras-allanamiento-en-el-noroeste-de-miami-dade-por-compartir-videos-de-abuso-sexual-infantil-informan-autoridades-federales/">Leer en español</a></p><p>FBI agents accuse Roger Ignacio Sanchez, 63, of distributing images and videos depicting the sexual abuse of children across “multiple chat rooms” in an unnamed application. He now faces two federal charges.</p><p>According to a federal criminal complaint, a law enforcement officer in another country ― later implied to be Switzerland ― reported to the FBI in April 2025 that he or she was tracking a user on the application later identified as Sanchez.</p><p>That summer, authorities said an undercover FBI agent saw Sanchez distributing images and videos of child rape and sexual abuse on the application, including one depicting a victim as young as 4.</p><p>According to the complaint, during a chat with the undercover FBI agent, Sanchez “indicated that he was sexually interested in both girls and boys ages 6 to 16, but noted that he has never sexually abused a child.”</p><p>Authorities said FBI agents in Albany, New York, through a Swiss legal attaché, were able to obtain <a href="https://onesignal.com/glossary/push-token" target="_self" rel="" title="https://onesignal.com/glossary/push-token">“push token” information</a> from the application that helped them identify Sanchez.</p><p>They said his account had been blocked in August as “in the course of deleting prohibited groups” on the application.</p><p>The complaint states that in March, agents began conducting surveillance at Sanchez’s home in the 18900 block of Northwest 85th Court in Miami-Dade’s unincorporated Palm Springs North area. They said they executed a search warrant there on Wednesday.</p><p>Authorities said after clearing the home of everyone inside, they saw a computer in Sanchez’s bedroom “with an application open with multiple open windows that depicted (child sexual abuse material)” and reviewed the computer to find that he was still distributing the illicit content. </p><p>Records show he appeared in Miami federal court later that afternoon on two counts related to the possession and distribution of child sexual abuse material.</p><p>Sanchez posted a $250,000 personal surety bond, records show. He’s scheduled to be arraigned on Aug. 12.</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/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre tras allanamiento en el noroeste de Miami-Dade por compartir videos de abuso sexual infantil, informan autoridades federales]]></title><link>https://www.local10.com/espanol/2026/07/23/arrestan-a-hombre-tras-allanamiento-en-el-noroeste-de-miami-dade-por-compartir-videos-de-abuso-sexual-infantil-informan-autoridades-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/arrestan-a-hombre-tras-allanamiento-en-el-noroeste-de-miami-dade-por-compartir-videos-de-abuso-sexual-infantil-informan-autoridades-federales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre del noroeste de Miami-Dade tenía material de abuso sexual infantil abierto en “múltiples ventanas” de una computadora cuando agentes federales allanaron su vivienda el miércoles como parte de una investigación internacional, informaron las autoridades.]]></description><pubDate>Thu, 23 Jul 2026 15:39:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del noroeste de Miami-Dade tenía material de abuso sexual infantil abierto en “múltiples ventanas” de una computadora cuando agentes federales allanaron su vivienda el miércoles como parte de una investigación internacional, informaron las autoridades.</p><p>Agentes del FBI acusan a Roger Ignacio Sánchez, de 63 años, de distribuir imágenes y videos que muestran abuso sexual infantil en “múltiples salas de chat” de una aplicación cuyo nombre no fue revelado. Ahora enfrenta dos cargos federales.</p><p>Según una denuncia penal federal, un agente del orden de otro país, que posteriormente se da a entender que era Suiza, informó al FBI en abril de 2025 que estaba rastreando a un usuario de la aplicación que más tarde fue identificado como Sánchez.</p><p>Ese verano, las autoridades informaron que un agente encubierto del FBI observó a Sánchez distribuyendo imágenes y videos de violación y abuso sexual infantil en la aplicación, incluido uno que mostraba a una víctima de tan solo 4 años.</p><p>Según la denuncia, durante una conversación con el agente encubierto del FBI, Sánchez “indicó que tenía interés sexual tanto en niñas como en niños de entre 6 y 16 años, pero señaló que nunca ha abusado sexualmente de un menor”.</p><p>Las autoridades informaron que agentes del FBI en Albany, Nueva York, a través de un agregado jurídico en Suiza, lograron obtener <a href="https://onesignal.com/glossary/push-token" target="_blank" rel="noreferrer" title="https://onesignal.com/glossary/push-token">información de “push token”</a> de la aplicación que les ayudó a identificar a Sánchez.</p><p>Indicaron que su cuenta había sido bloqueada en agosto “como parte del proceso de eliminación de grupos prohibidos” en la aplicación.</p><p>La denuncia señala que, en marzo, los agentes comenzaron a realizar vigilancia en la vivienda de Sánchez, ubicada en la cuadra 18900 de Northwest 85th Court, en el área no incorporada de Palm Springs North, en Miami-Dade. Agregaron que ejecutaron una orden de allanamiento allí el miércoles.</p><p>Las autoridades informaron que, después de asegurar la vivienda y desalojar a todas las personas que se encontraban en su interior, observaron una computadora en la habitación de Sánchez “con una aplicación abierta y múltiples ventanas abiertas que mostraban material de abuso sexual infantil”, y revisaron el equipo, donde descubrieron que seguía distribuyendo el contenido ilícito.</p><p>Los registros muestran que compareció ante un tribunal federal de Miami esa misma tarde por dos cargos relacionados con la posesión y distribución de material de abuso sexual infantil.</p><p>Los registros indican que Sánchez pagó una fianza personal de $250,000 USD. Su lectura formal de cargos está programada para el 12 de agosto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump expands a voluntary pledge to protect consumers from high utility bills from AI data centers]]></title><link>https://www.local10.com/news/politics/2026/07/23/trump-expands-a-voluntary-pledge-to-protect-consumers-from-high-utility-bills-from-ai-data-centers/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/trump-expands-a-voluntary-pledge-to-protect-consumers-from-high-utility-bills-from-ai-data-centers/</guid><dc:creator><![CDATA[By JOSH BOAK and MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Thursday had governors and electricity companies join a voluntary pledge to shield U.S. consumers from higher utility bills from data centers — a sign of how the artificial intelligence build-out has become a lightning rod of controversy before the midterm elections.]]></description><pubDate>Thu, 23 Jul 2026 20:34:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Thursday had governors and electricity companies join a voluntary pledge to shield U.S. consumers from higher utility bills from data centers — a sign of how the artificial intelligence build-out has become a lightning rod of controversy before the midterm elections.</p><p>The president first announced the pledge with leading AI and tech companies in March, but that initial commitment has done little to comfort voters who are already grappling with affordability issues as they worry about competing for electricity, water and land with tech companies controlled by billionaires. It's unclear, with electricity demand already growing, whether consumers would see genuine savings.</p><p>Trump is doubling down on the pledge at a time when the broader social contract is being rewritten by AI, a technology that is evolving so quickly in its capabilities that governments are struggling over how to provide oversight.</p><p>The president, in remarks about the pledge at the Environmental Protection Agency, called on the gathered executives and governors to sell the public on data centers, stressing that the cities and towns that do have them will be “rich.”</p><p>“You have to convince your community,” Trump said. “You can’t fight it. You have to go with it.”</p><p>The president added: “If you don’t take all that money, somebody else is going to take it. You might as well do it yourselves.”</p><p>Concerns about data centers cross party lines</p><p>The president promised that electricity prices would drop because of the nonbinding pledge, saying there would be a surplus of power. It's not clear that data centers generating their own electricity will be sufficient to overcome the rising demand for electricity, but that did not deter Trump from saying that utility bills — a major concern for voters — will be lower.</p><p>“Electricity bills for American families will actually come down," Trump said. “They’re going to have a lot of electricity left over, and they’ll put that into the grid.”</p><p>The White House said Thursday the pledge has been signed by 23 governors and at least 187 companies, including 55 utilities and 27 data center developers. Signers include some of the nation’s biggest utilities such as NextEra Energy, Duke Energy, American Electric Power, Southern Co. and Pacific Gas & Electric.</p><p>Data center developers that have signed the pledge include Equinix, Digital Realty and Prologis.</p><p>A slowdown in data center construction could derail what has been one of the dominant drivers of U.S. economic growth, in addition to possibly ceding the U.S. edge in cultivating the technology to China and create national security risks.</p><p>But AI's increasing ability to perform basic tasks — such as driving, analyzing spreadsheets and writing software — also potentially threatens millions of jobs. That has created mounting public resistance as tech companies concentrate historic levels of wealth in the hands of a select group of tycoons.</p><p>The increased electricity demand could cause monthly utility bills to rise by 15% to 40% by 2030, according to a recent analysis by ICF, a consulting and technology services company.</p><p>Opposition to data centers has spiraled into a bipartisan issue. Voters are worried about the environmental impact, use of AI in schools and the prospect of data centers making their communities more expensive and less livable. Data center companies say their facilities help to generate tax revenues for school districts and reduce property tax burdens for homeowners.</p><p>The opposition has spread into the Republican stronghold of rural Texas and led to frustration with Gov. Greg Abbott, who is now among the 23 Republican governors who signed Trump’s nonbinding pledge.</p><p>Gina Hinojosa, the Democratic nominee for Texas governor, has been using the issue to challenge Abbott before the November election.</p><p>“They are owned by the richest men in the world,” she said of data centers. “We’re all footing the bill. There are no rules. It is the Wild West of data centers.”</p><p>New York Gov. Kathy Hochul, a Democrat, signed an order to ban construction of large server warehouses in her state for a year. In May, Florida Gov. Ron DeSantis, a Republican, signed a law that he said would prevent utilities from passing along energy costs from data centers to residential and small-business customers.</p><p>Already, dozens of state legislatures or utility commissions have moved to put in place requirements that data centers pay the cost of their electricity, including new power plants or transmission system upgrades. But it's not</p><p>Tech companies are pushing growth of data centers</p><p>In California, however, the industry opposes legislation designed to protect consumers from electricity price increases attributable to data centers, said Matthew Freedman, a staff attorney for the Utility Reform Network.</p><p>“It is disappointing, but perhaps not surprising, that the same tech companies signing the Ratepayer Protection Pledge are simultaneously opposing efforts at the state level to force them to deliver on their promises,” Freedman said.</p><p>In an interview with The Associated Press last month, Nvidia CEO Jensen Huang, whose computer chips are enabling the AI revolution, said America’s weakness is a lack of power generation for further developing the technology.</p><p>Google, Microsoft, Meta, Oracle, xAI, OpenAI and Amazon are among the companies that have already committed to the Trump administration’s “Ratepayer Protection Pledge” that consumers will not shoulder the cost of the data center build-out.</p><p>Despite the pledge, there are challenges on addressing issues with electricity prices.</p><p>The White House has complained that PJM Interconnection, which oversees electric power in 13 states from Virginia to Illinois, can’t ensure adequate electricity supplies at reasonable prices in the AI-driven boom.</p><p>White House spokeswoman Taylor Rogers said Thursday that PJM —- the nation’s largest grid operator — has failed to implement a bipartisan statement of principles signed by the Trump administration and all 13 governors in the region.</p><p>“The Trump administration strongly advises PJM and its member companies to proactively reform its stakeholder process, reform its board governance, and implement the Statement of Principles before it is too late,” Rogers said.</p><p>There are efforts to formalize Trump's pledge as law, with the House Energy and Commerce Committee approving a bipartisan bill. The bill would require data centers to bear the costs of grid upgrades.</p><p>__</p><p>Associated Press writer Marc Levy in Harrisburg, Pa., contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QTQNNLQPZJFN23GSLZ654B34ZM.jpg?auth=869fbc88cbc4b37110e0da4afc43b52a041d7c85c663585a1258eacba68f775f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at the Environmental Protection Agency (EPA) Thursday, July 23, 2026, in Washington, as Energy Secretary Chris Wright listens. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WPI6LYOC6HEAL3ONBPPEAKY5DM.jpg?auth=de21714060149e47575fb545dd5dbf21f1045c7efd02045a495085ec54629225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak at the Environmental Protection Agency (EPA) Thursday, July 23, 2026, in Washington, as Louisiana Gov. Jeff Landry watches. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5U5A2ACBA5ZGUUCGIH4NQSVZ2I.jpg?auth=101f137555a62a923db6f10ffdd234b2e1d728a547b5423de92b959ba911ff10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at the Environmental Protection Agency (EPA) Thursday, July 23, 2026, in Washington, as Energy Secretary Chris Wright, Louisiana Gov. Jeff Landry and Idaho Gov. Brad Little listen. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FMGLYW3CFYAZKQBRXQNYIGQEE.jpg?auth=cfda2b481ae687ce8eff3eb5981c9f21efae80ebdb1ff7d07667428b5f76b2bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at the Environmental Protection Agency (EPA) Thursday, July 23, 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[Panthers lose OLB Nic Scourton to torn ACL on first day of training camp, AP source says]]></title><link>https://www.local10.com/sports/2026/07/23/panthers-lost-olb-nic-scourton-to-torn-acl-on-first-day-of-training-camp-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/panthers-lost-olb-nic-scourton-to-torn-acl-on-first-day-of-training-camp-ap-source-says/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTE, N.C. (AP) — The Carolina Panthers have lost outside linebacker Nic Scourton for the season after he suffered a torn ACL in his right knee on the first day of training camp on Thursday, according to a person familiar with the situation.]]></description><pubDate>Thu, 23 Jul 2026 20:40:27 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — The Carolina Panthers have lost outside linebacker Nic Scourton for the season after he suffered a torn ACL in his right knee on the first day of training camp on Thursday, according to a person familiar with the situation.</p><p>The person, who spoke to The Associated Press on condition of anonymity because the team has not yet announced the news, said Scourton will be placed on injured reserve this week.</p><p>It’s a huge blow for the Panthers, who were counting on Scourton to be a top pass rusher opposite recently signed free agent Jaelan Phillips.</p><p>Scourton, a second-round pick in 2025 out of Texas A&M, had an outstanding rookie season for the Panthers, playing in 17 games with eight starts. He finished the season with 47 tackles, five sacks and nine quarterback hits while developing into a key starter for the NFL’s 15th-ranked defense.</p><p>“We’ve got depth,” Panthers coach Dave Canales said earlier in the day before learning the extent of the injury. “That’s why we keep bringing in guys. ... If it comes to that (a serious injury) we have guys that we trust.”</p><p>Scourton went down on a wet field late in practice during team drills. Players immediately gathered around him on one knee.</p><p>Scourton held his hand over his face as he was led into an awaiting cart.</p><p>As he was leaving the field, the cart stopped and Canales and every player on the roster individually walked over to hug Scourton before he was taken to the training room.</p><p>“They care about each other,” Canales said. “Whenever you’re in a group of people doing something hard together, it has a way of creating a special bond. Between all the workouts and going through a full season and an offseason and all that, it means something to the guys. I’m proud of that.”</p><p>Scourton appeared to be engaged in a block with an offensive lineman at the time of the injury.</p><p>Panthers quarterback Bryce Young was near the play at the time, but said he did not see what happened.</p><p>He praised Scourton for how quickly he has developed into a leader on defense.</p><p>“It’s been really cool to see him come into his own,” Young said. “He has a super-high motor, has great energy. He’s fun to be around. He turns into that different competitor when he’s on the field. We feel that during practice. He has raised the level of (intensity at) practice many times. We don’t know anything yet (on the injury), but we’re just praying for him.”</p><p>It's unclear who will take Scourton's place in the starting lineup.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VI6LMJZX6WG4TFEJ56UL2PMFUI.jpg?auth=241326ca9a28154bb85677a2804a176ce19516299c895e7c60a24ca709bec32a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Panthers linebacker Nic Scourton (11) walks to the NFL football team's training camp Thursday, July 23, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content></item><item><title><![CDATA[Patrick Kane rejoins the Chicago Blackhawks, agreeing to a $16 million, 2-year contract]]></title><link>https://www.local10.com/sports/2026/07/23/patrick-kane-rejoins-the-chicago-blackhawks-agreeing-to-a-16-million-2-year-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/patrick-kane-rejoins-the-chicago-blackhawks-agreeing-to-a-16-million-2-year-contract/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Patrick Kane has rejoined the Chicago Blackhawks, agreeing to a $16 million, two-year contract with his first NHL team.]]></description><pubDate>Thu, 23 Jul 2026 20:30:04 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Patrick Kane has rejoined the Chicago Blackhawks, agreeing to a $16 million, two-year contract with his first NHL team.</p><p>The deal, which includes a full no-movement clause, was announced by the Blackhawks on Thursday.</p><p>Kane, 37, became one of the NHL's most dynamic players while spending his first 15-plus seasons in Chicago, helping the Blackhawks win three Stanley Cup championships. He ranks among the franchise's career leaders with 446 goals, 779 assists and 1,225 points.</p><p>“Day in and day out for 16 seasons, Patrick captivated the city of Chicago with his dazzling skill, creating some of the most memorable moments in Blackhawks history as he helped bring our storied franchise back to the pinnacle of our sport,” general manager Kyle Davidson said in a release. “He’s shown on countless occasions that he knows what it takes to win at the highest levels."</p><p>The addition of Kane adds another offensive presence to a lineup that will begin the season without Connor Bedard, who had surgery on his left shoulder on July 8. Kane likely will play with Bedard when the 21-year-old center returns to the ice.</p><p>The rebuilding Blackhawks went 29-39-14 last season, an 11-point improvement on the previous season. The team has finished No. 31 in the NHL each of the past three years.</p><p>Chicago is looking for its first postseason appearance since the NHL used an expanded playoff format after the 2020 season was affected by the pandemic.</p><p>Kane isn't same player he was during his first stint with the Blackhawks. But he had 16 goals and 41 assists in 67 games with the Detroit Red Wings last season. He has recorded at least 50 points in 18 of his 19 seasons.</p><p>The No. 1 overall pick in the 2007 draft passed Mike Modano in January for the most NHL points by a player born in the United States. He has 508 career goals — fourth on the U.S. list — and 1,400 points in 1,369 regular-season games.</p><p>Kane was one of Chicago's biggest stars during the best stretch in franchise history, winning the Stanley Cup in 2010, 2013 and 2015. The Blackhawks also made it to the Western Conference Final in 2014, losing to the Los Angeles Kings in an epic seven-game series.</p><p>Kane, who won the 2016 Hart Trophy as NHL MVP, was traded to the New York Rangers in February 2023. The Blackhawks then won the draft lottery and took Bedard with the No. 1 overall pick that same year. As reports swirled about the possibility of Kane returning to Chicago, Bedard openly embraced the idea.</p><p>“I can’t imagine his first game back at the (United Center), the reaction he’d get and how much juice that would bring to not only our team but our fans, as well,” Bedard said Monday. “That would be incredible to play with him and learn from him. Hopefully he decides to come back.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTXP3OGR54FYXAERB6PCJU725A.jpg?auth=ae367b0640ae6afcba28002284afdc7c449b12d9e42081ea6234c98fc0cc2f78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Blackhawks right wing Patrick Kane (88) skates before an NHL hockey game against the New Jersey Devils, Tuesday, Dec. 6, 2022, in Newark, N.J. (AP Photo/Noah K. Murray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K62LUAUAHZIVWV2AIMEC5PJJD4.jpg?auth=2c5782c2b12c5714d0d544a089b87853ef4c1fa56d95f2da0d6bd52e70d31c07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Detroit Red Wings right wing Patrick Kane (88) against the Tampa Bay Lightning during the third period of an NHL hockey game Monday, April 13, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[A decade in, Studio Ghibli Fest keeps growing as new generations flock to 'Totoro,' 'Ponyo' and more]]></title><link>https://www.local10.com/entertainment/2026/07/23/a-decade-in-studio-ghibli-fest-keeps-growing-as-new-generations-flock-to-totoro-ponyo-and-more/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/23/a-decade-in-studio-ghibli-fest-keeps-growing-as-new-generations-flock-to-totoro-ponyo-and-more/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Whenever the calendar comes out, Amanda Mendoza VanCleave circles the dates.]]></description><pubDate>Thu, 23 Jul 2026 14:45:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Whenever the calendar comes out, Amanda Mendoza VanCleave circles the dates.</p><p>Studio Ghibli Fest, the long-running theatrical revivals of Ghibli movies, has taken on a special meaning for her, her 3-year-old daughter and her mother, Araceli. Every year, they go to see each Ghibli rerelease in theaters.</p><p>“Right when she sees the opening Totoro logo, she screams ‘Totoro!’” VanCleave, 34, says of her daughter. “Everyone in the theater started laughing, and I was like, ‘Oh, gosh, sorry.’”</p><p>Though the family discovered the Ghibli movies on HBO Max, the outings to their favorite theater in Austin, Texas, became a tradition. Earlier this month, when they went (again) to see Hayao Miyazaki’s 1988 anime classic, “My Neighbor Totoro,” they wore matching Totoro jammies.</p><p>“It’s been our thing,” says VanCleave. “Us three girls together.”</p><p>The passionate fandom Ghibli tends to inspire is well-documented. Yet the consistency of the Japanese animation studio’s films in theaters — years, even decades after their release — is without parallel in movies. Every year, longtime Ghibli fans as well as new, little ones, flock to cinemas.</p><p>Sporadically dated from June through October, Ghibli Fest has been running for a decade. Movies like “My Neighbor Totoro,” “Spirited Away” and “Ponyo” have become not occasional rereleases but practically theatrical mainstays. Ghibli Fest is more like an ongoing movie marathon: cinema's answer to Bob Dylan's Never Ending Tour.</p><p>And, remarkably, it keeps growing. When GKids, the North American distributor for Ghibli, and Fathom Entertainment launched Ghibli Fest in 2017, its five titles accounted for $5 million in ticket sales. But the festival’s biggest box-office years have been the last three — all after Ghibli titles became easy to stream on HBO Max in 2020.</p><p>“I’d be lying if I thought the program when we conceived it would be going as long as it has,” says Dave Jesteadt, GKids president. “It does defy conventional wisdom. We keep waiting for the year that people tire of going to the films, but that’s not what’s happening. Every single year, we see records being set. The grosses are going up, not down.”</p><p>Ghibli expands its footprint</p><p>The biggest year for Ghibli Fest was 2024, when 14 movies accounted for $16.4 million in sales. Last year, eight movies grossed $10.6 million. This year, both “Ponyo” and “My Neighbor Totoro” have already played for popular five-day stints.</p><p>Shannah Miller, vice president of marketing for Fathom, a company owned by the country's top theater chains, has watched demand keep expanding.</p><p>“When we started, I think our theatrical footprint was about 640 locations,” Miller says. “This year, we’re crossing over 1,100 locations. We started with two, maybe three playdates for a particular title, but due to fan demand, we have five-day runs for some titles.”</p><p>When GKids first got Ghibli library in 2011, the Japanese studio emphasized how important theatrical was to them. First GKids hosted retrospectives, mostly in major markets and at arthouses. But Ghibli Fest moved the movies into multiplexes where a new generation of kids might stop before a cardboard cutout of Kiki (from “Kiki’s Delivery Service”) or No Face (from “Spirited Away”) and wonder if there might be animated movie worlds beyond Disney.</p><p>“One of the worst things that can happen to classics is that they’re perceived as classics and kept in amber,” says Jesteadt. “We wanted to move to a nationwide celebration that really treated these as equivalent to any new Hollywood film.”</p><p>While North America moviegoing is up more than 10% this year, theaters have learned over the last decade that they can’t always depend on a steady stream of new Hollywood releases. There tend to be soft spots in the schedule, and early weekdays are always slow, anyhow.</p><p>Older movies have, increasingly, filled in the gaps. Ghibli Fest, though, predates more recent repertory trends. And the long-term effects have paid dividends, helping foster new Ghibli lovers. While an earlier generation might have been introduced first through Miyazaki’s 2001 masterpiece “Spirited Away,” GKids now sees younger moviegoers indoctrinated by “Ponyo” or “Howl’s Moving Castle.”</p><p>“When we introduced the catalog to streaming in 2020 for the first time, we thought, ‘OK, surely, this is maybe the moment,’” says Jesteadt. “But if anything, that just brought in a new audience that wanted to see these films in theaters for the first time.”</p><p>‘More fun than HBO Max’</p><p>This year’s fest continues with “Tales of Earthsea” (Aug. 8, 10), “Only Yesterday” (Aug. 9, 11), the 40th anniversary of the first Ghibli release, 1986’s “Castle in the Sky” (Aug. 22-26), a 4K remastered “Princess Mononoke” (Sept. 26-30) and finally a 25th anniversary for “Spirited Away” (Oct. 17-21).</p><p>While some of these movies are revived in other countries, Ghibli Fest is so far a strictly U.S.-based phenomenon.</p><p>“We are equally in awe of and proud of what we’re building and the opportunity to celebrate instead of all the doom and gloom, ‘Is theater dead?’ conversations,” Miller says. “We have a different story to tell with Studio Ghibli.”</p><p>Studio Ghibli is such a cultural powerhouse that there are countless opportunities to reconnect with its stories. The Academy Museum is hosting a new “Ponyo” exhibit. The composer Joe Hisaishi is touring the music of many of the films, including a seven-night residency at New York’s Radio City Music Hall in August.</p><p>But the movies, themselves, on the big screen, are the eternal flames of Ghibli. The screenings are places for Ghibli fans, new and old, to congregate and immerse themselves in the natural splendor of the films.</p><p>Angela Lector, 27, has attended “Howl’s Moving Castle” dressed as its hero, Sophie, and met Japanese film students at a showing of “Princess Mononoke,” a favorite from when she was a kid.</p><p>“Being in the theater is so much more fun than being on HBO Max,” says Lector. “Being in your home, you can make your own popcorn and cuddle up with your dog. But being in the theater you can actually talk to people you don’t know about the movie.”</p><p>Ghibli fans’ only gripes are usually that the festival doesn’t feature more deep cuts from the library. Lector would love to see 1984’s” pre-Ghibli “Nausicaä of the Valley of the Wind” brought back.</p><p>“The Ghibli films are timeless. There’s something for everyone in them,” Lector says. “Everything feels human. No one is too powerful or too small.”</p><p>That can go for audience members, too. VanCleave recently noticed a classmate of her daughter’s wearing a bow like Kiki's.</p><p>“I saw her mom and asked about it. … she also had watched Ghibli movies at home,” VanCleave says. “So, we invited her to ‘Ponyo,’ and it was her first movie theater experience. It was cute. The two 3-year-olds shared a recliner.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2B5JCPIUFXFXVHBJLC7ZPBEJWQ.jpg?auth=0c3e50dfd4f86f4a8ed91d3b88f4a65a958a94dd2ce5845218c17b5169ccd61a&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 GKIDS shows a scene from the 1988 film "My Neighbor Totoro." (Studio Ghibli/GKIDS via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Studio Ghibli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UUDCSTVXKE4VAYBKYYJKLECVTE.jpg?auth=a5d456f16692579b9da1ca1cd949fcbc483edd5823a4e57ef94d3255ffeb0120&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 GKIDS shows a scene from the 2001 film "Spirited Away." (Studio Ghibli/GKIDS via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Studio Ghibli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MDUYZO6SROMZCYDXM4IIOJVMVU.jpg?auth=aaba0ecdd206fb966609a4aa5aae019d64d56c02d9f72c790dcb1a42d14385a1&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 GKIDS shows a scene from the 2006 film "Tales from Earthsea." (Studio Ghibli/GKIDS via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Studio Ghibli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4QBGRPNNSECJGMKAA5BNKKBMI4.jpg?auth=4d2ee9dc5df4819b159e424a098fce256be494df12b67340d953bcf8a66b5b13&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 GKIDS shows a scene from the 1986 film "Castle in the Sky." (Studio Ghibli/GKIDS via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Studio Ghibli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DSEFORRKDZDA33RU3FK22YUVB4.jpg?auth=4a735619311a0c97ea59ea7b83a2458900053f586674c5d1c7d3d4b4e0d8e54e&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 GKIDS shows promotional art for the 2008 film "Ponyo." (Studio Ghibli/GKIDS via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Studio Ghibli</media:credit></media:content></item><item><title><![CDATA[Blue Jackets sign goaltender Jet Greaves to $15 million, 3-year deal through the 2028-29 season]]></title><link>https://www.local10.com/sports/2026/07/23/blue-jackets-sign-goaltender-jet-greaves-to-15-million-3-year-deal-through-the-2028-29-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/blue-jackets-sign-goaltender-jet-greaves-to-15-million-3-year-deal-through-the-2028-29-season/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — The Columbus Blue Jackets have signed goaltender Jet Greaves to a three-year, $15 million contract through the 2028-29 season.]]></description><pubDate>Thu, 23 Jul 2026 14:41:48 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — The Columbus Blue Jackets have signed goaltender Jet Greaves to a three-year, $15 million contract through the 2028-29 season.</p><p>The deal was announced Thursday by general manager Don Waddell, who said "Jet is a high-character, talented and athletic goaltender who has become an important part of our hockey club. Our intent always was to get a deal done to ensure he remains a Blue Jacket and we are thrilled that we were able to do so.”</p><p>The 25-year-old Greaves finished 26-19-9 with a 2.60 goals-against average last season to become the fifth goaltender in franchise history to win 25 games in a season. He had two shutouts in 55 games. His .908 save percentage tied for sixth among NHL goaltenders.</p><p>In 76 career appearances, Greaves has a 36-28-11 record with a .913 save percentage and four shutouts. He made his NHL debut at the end of the 2022-23 season.</p><p>Greaves is a native of Cambridge, Ontario who made his international debut for Canada at the 2026 IIHF World Championships in Switzerland. He finished 6-2 in the tournament to tie for third in wins.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O45EKV2JX7N2BMMBPJNNTI57ZY.jpg?auth=8b7901bb0b4eca4f769a0935cbaa10ab6c8b2b0f3a6238f3bf4fb4f109db7fb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Columbus Blue Jackets goaltender Jet Greaves (73) makes a save during the first period of an NHL hockey game against the Buffalo Sabres, April 9, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[Even Lane Kiffin likes the 'Lane Kiffin Rule' that would prohibit in-season coaching moves]]></title><link>https://www.local10.com/sports/2026/07/23/even-lane-kiffin-likes-the-lane-kiffin-rule-that-would-prohibit-in-season-coaching-moves/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/even-lane-kiffin-likes-the-lane-kiffin-rule-that-would-prohibit-in-season-coaching-moves/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[TAMPA, Fla. (AP) — One notable backer of the “Lane Kiffin Rule" winding its way through Congress turns out to be Lane Kiffin himself.]]></description><pubDate>Thu, 23 Jul 2026 17:17:40 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — One notable backer of the “Lane Kiffin Rule" winding its way through Congress turns out to be Lane Kiffin himself.</p><p>Though naming it after him was not considered a compliment, Kiffin said he can see some value in the provision in a wide-ranging Senate bill that would fix the longstanding problem of college coaches bailing on their teams while the season is still going.</p><p>The lightning-rod LSU coach took his turn Thursday at SEC Media Days, where he ate up more than 16 of his 25 minutes behind the mic delivering an opening statement that included the revelation that he's given up social media.</p><p>That left time for four questions, the last of which was whether he felt he got a bad rap for his much-discussed and widely criticized move from Mississippi to LSU at the end of last season. That transaction turned him into a pariah in some places and, in Washington at least, the namesake for the part of the Protect College Sports Act that would forbid in-season coaching moves from school to school.</p><p>Without getting into what people thought of him, he said he did think the rule could be helpful.</p><p>“I guess (so), in that I hope that some way for future coaches, they’re not put in that situation,” Kiffin said. “In the NFL, you’re never put in that situation because of the calendar and because of the rules of movement within seasons. I do hope for future people, that’s fixed so that you’re not in that same predicament.”</p><p>Kiffin gives mea culpa for diversity statement in Vanity Fair story</p><p>There were other moments of introspection during the 51-year-old coach’s time with media in the most-anticipated news conference over four days of collecting preview material for a season that starts Sept. 3.</p><p>Kiffin, clearly prepared for the question, repeated earlier mea culpas when he conceded the headline-grabbing snippet from a Vanity Fair interview earlier this year — in which he said recruiting players to Oxford was more difficult than to Baton Rouge because there was a more diverse and less segregated feeling at LSU — was a mistake.</p><p>"I made a challenging decision and change," Kiffin explained. “I think as I look back to that, I thought I could find a way for everybody to understand. Now as I look back later on, that was never going to happen.”</p><p>While Kiffin's replacement at Ole Miss, Pete Golding, lit up Media Days a day earlier, calling his old boss “the ex” who never really goes away, Kiffin was interesting in a different, potentially more-scripted way.</p><p>In reflecting on the Vanity Fair interview, he noted how life is short and that he grew up with the notion that his dad and wrestler Hulk Hogan were the only people who would never die. Monte Kiffin, the football lifer coach whose reputation was cemented during his dozen years coaching defense in Tampa for the Buccaneers, died two summers ago. Hogan passed away a year ago Friday.</p><p>“It just made me reflect on, I can’t be so concerned about little things and what people say,” Kiffin said. “You've got to make decisions; you've got to go with them. You make really good decisions, and you make poor decisions. That was a poor usage of a term that I believe, just like many coaches that have been there before, was factual. But over the course of a long interview, was bad timing and bad usage of the word."</p><p>A social media cleanse leads to a new perspective</p><p>Kiffin also spent time discussing about how his son, Knox, urged him to get off social media, which he did in May, only to see a whole new world open up.</p><p>“Knox pushing me to do that, challenging me, allowed me to help other players, friends, coaches to say, 'Man, you should try this sometime, because once you remove something from your life, you start to realize how many other people are addicted to it or need it,'” Kiffin said.</p><p>Turns out, now is a great time for the coach to have quit social media.</p><p>Kiffin's flirtation with LSU and eventual decision to leave Ole Miss to sign a seven-year, $91 million contract with its rival upended the end of last regular season. The disruption included debates about Mississippi's prospects in the College Football Playoffs and whether the Rebels would be viewed, or seeded, differently coming into the postseason without their head coach.</p><p>The Kiffin move also picked at a decades-old scab that practically defines college sports: Why is it OK for coaches to do whatever they want and make millions while the players have guardrails around their every move?</p><p>Paying players helped resolve some, but not all, of that. Players also got something of a break with a recent change that gives those participating in the playoff a few extra days to decide to stay or go into the transfer portal.</p><p>Kiffin insisted that in the wake of his social-media cleanse, he's been so disconnected from the news of the day, or the moment, that he really wasn't aware of the rule named after him in Congress until being asked about it in the news conference.</p><p>He said it's good to see some changes that benefit players.</p><p>“Hopefully," he said, “in some way, they fix it for coaches, too.”</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QGFCZOKCA2MUDEWRV6JZHQJFI4.jpg?auth=d97594536ab59f43be4d1630198cfb04698f298a86325312a019986421f521ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mississippi head coach Lane Kiffin, center right, confers with quarterback Trinidad Chambliss, center left, during an NCAA college football game against Florida, Nov. 15, 2025, in Oxford, Miss. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[House again passes a resolution seeking to halt military action in Iran as the conflict escalates]]></title><link>https://www.local10.com/news/politics/2026/07/23/house-again-oks-resolution-seeking-to-halt-military-action-in-iran-but-senate-rejects-similar-one/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/house-again-oks-resolution-seeking-to-halt-military-action-in-iran-but-senate-rejects-similar-one/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The House on Thursday narrowly passed a resolution to halt U.S. military action in Iran, sending a warning to President Donald Trump for the second time as the war has escalated and the future of the conflict is increasingly uncertain.]]></description><pubDate>Thu, 23 Jul 2026 17:59:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The House on Thursday narrowly passed a resolution to halt U.S. military action in Iran, sending a warning to President Donald Trump for the second time as the war has escalated and the future of the conflict is increasingly uncertain.</p><p>The 214-208 vote requiring congressional approval for the war came just before the Senate narrowly rejected a similar resolution, 47-49. Though the votes forced by Democrats are largely symbolic, they are meant as a signal to the Republican president that his support on Capitol Hill is chipping away as the war drags on and lawmakers in both parties have questioned his administration’s endgame.</p><p>The war has had “no clear mission, no strategy, no end goal,” said Washington Rep. Pramila Jayapal, a Democrat who led the resolution on the House floor.</p><p>The House resolution passed after a handful of Republicans voted with Democrats to end the war. But the vast majority of Republicans in both chambers voted to back the war and cede congressional war powers to Trump.</p><p>Joint U.S. and Israeli airstrikes launched the war in late February. A tenuous ceasefire deal was reached in April, but Trump declared the ceasefire was “over” earlier this month.</p><p>Trump has insisted that continued U.S. attacks against Iran do not mean a return to war or long-term action. After the first House vote to halt the war in early June, he posted on social media that it was “unpatriotic” and “meaningless.”</p><p>A statement of administration policy issued by the White House on Thursday noted that the resolutions don't have the force of law and encouraged lawmakers to vote against them.</p><p>“The President has the Constitutional authority to defend the United States and our citizens from the danger posed by the Iranian regime,” the policy statement said. “This requires the ability to act decisively to ensure it never obtains a nuclear weapon.”</p><p>Continued American airstrikes are occurring even as diplomatic efforts show little public sign of progress and officials on both sides have dug in on the dispute over the Strait of Hormuz, a crucial waterway for global energy that remains largely closed. The unpopular war threatens further worldwide economic disruption and is sending fuel prices up ahead of midterm U.S. elections this fall.</p><p>“We are in this new escalatory phase where Americans have been killed, and Americans are experiencing the rising costs — I think it’s important that people be held accountable,” said Maryland Sen. Chris Van Hollen, a Democrat who led the Senate effort on Thursday. “And this is a very unpopular war.”</p><p>Most Republicans vote to cede congressional powers</p><p>As the House debated the resolution Wednesday evening, Foreign Affairs Committee Chairman Brian Mast, R-Fla., read out names of 18 service members killed since the war began.</p><p>“To belittle this mission is to belittle and demean the very service these members gave their life for,” Mast said. “Their sacrifice was not meaningless. This operation is bringing reckoning for the hundreds of times Iran has attacked and killed people of the United States of America.”</p><p>The top Democrat on the panel, New York Rep. Gregory Meeks, said that presidents are supposed to make the case to Congress.</p><p>The service members who died made the ultimate sacrifice for “an illegal unauthorized war that the American people don’t want,” Meeks said.</p><p>Democrats said they would continue to force Republicans to vote on the issue.</p><p>“If Donald Trump won’t listen to the people and end this war then Congress must,” said Senate Minority Leader Chuck Schumer, D-N.Y.</p><p>Trump is watching Iran votes closely</p><p>Republicans on both sides of the Capitol know that voting against the war can have a political cost, even as many of them have privately questioned the Trump administration’s handling of the conflict.</p><p>In his post after the June House vote, Trump called the four Republicans who voted with Democrats “GRANDSTANDERS!” and said they should be “ashamed of themselves.”</p><p>“They would rather have our Country fail than give me another, of many, victories,” he said.</p><p>When the Senate passed a war powers resolution on Iran for the first time in June, Trump called the four Republicans who voted for it “losers" and then reprimanded them at a Senate GOP luncheon that he attended the next day.</p><p>Louisiana Sen. Bill Cassidy, one of the Republicans who had voted with Democrats, said afterward that he had clashed with Trump over the issue. He said he told Trump directly that he needed to give more details to the public about the conflict.</p><p>“This was supposed to last four weeks. It’s lasted four months,” said Cassidy, who had just lost reelection in a primary after Trump endorsed one of his opponents. “Our original objectives have not been achieved.”</p><p>Trump argued back, Cassidy later told reporters, and he told the president that he wouldn’t change his vote until he got a briefing. The White House later relented, giving Cassidy a one-on-one meeting, and the Louisiana Republican changed his vote in a late-night do-over vote before the Senate left for a two-week recess.</p><p>Cassidy voted against the resolution again on Thursday.</p><p>Polling finds Americans disapprove of the war</p><p>Most Americans disapprove of the way Trump is handling the situation with Iran, according to recent polling. A Washington Post/Ipsos poll conducted in July found that few Americans think the war in Iran has been worth fighting, and most aren’t confident that the U.S. military action in Iran and negotiations to end the war will prevent Iran from developing nuclear weapons.</p><p>Only about two-thirds of Republicans approve of Trump’s handling of the situation in Iran, according to the poll. Most Republicans, about 6 in 10, think the war has been worth fighting and are confident that the military action and ensuing negotiations will prevent Iran from development nuclear weapons, but a sizable share — about one-third — are unconvinced.</p><p>Sen. Tim Kaine, D-Va., said that if Congress can't force Trump to seek congressional authorization then lawmakers should block war funding. The House on Wednesday adopted a Republican-only $95 billion budget proposal, including money for the Iran war, but its future is uncertain in the Senate.</p><p>“He wants to break the law, fine, let him break the law, but we control the appropriations process, and that’s what we need to use,” Kaine said.</p><p>___</p><p>Associated Press writers Steven Sloan and Amelia Thomson DeVeaux contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CNWVFJ55PZ343GQBTGEGRGDHPE.jpg?auth=2ea59c82a6e4ab1dd83ef804286129f36936b8b01fe02bd3e2376450a69782ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Rep. Jason Crow, D-Colo., Rep. Pramila Jayapal, D-Wash., and Rep. Greg Casar, D-Texas, talk to reporters just after the House narrowly passed a resolution to halt U.S. military action in Iran, at the Capitol in Washington, Thursday, July 23, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDERAQRJSJHHINC3G67H6BNV5A.jpg?auth=62e1931019c7ac1d84e3d5fc558e77bafabdbb4e4fa8ab698d2dbd7d435cfde3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Speaker of the House Mike Johnson, R-La., leaves without taking any questions from reporters after finishing a series of votes on President Donald Trump's priorities, at the Capitol in Washington, Wednesday, July 22, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B7PSTXQDUJOL45A2S5WMZIGO7U.jpg?auth=9920379ff2c48b7681a9119090bd56d415e8df4b62067ad6e7894930109ec6e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., speaks to reporters following a weekly policy luncheon at the Capitol in Washington, Tuesday, July 21, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Italy in crisis: federation sounds out Pep Guardiola and Carlo Ancelotti for coach]]></title><link>https://www.local10.com/sports/2026/07/23/italy-in-crisis-federation-sounds-out-pep-guardiola-and-carlo-ancelotti-for-coach/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/italy-in-crisis-federation-sounds-out-pep-guardiola-and-carlo-ancelotti-for-coach/</guid><dc:creator><![CDATA[By DANIELLA MATAR, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — The Italian soccer federation (FIGC) has talked to former Manchester City coach Pep Guardiola and Brazil boss Carlo Ancelotti about taking over the crisis-hit national team.]]></description><pubDate>Thu, 23 Jul 2026 14:39:08 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — The Italian soccer federation (FIGC) has talked to former Manchester City coach Pep Guardiola and Brazil boss Carlo Ancelotti about taking over the crisis-hit national team.</p><p>It hopes to announce the new Italy coach within the week, with the Azzurri still reeling after failing for a third straight time to qualify for the World Cup.</p><p>Former Italy and AC Milan defender Paolo Maldini was named as the federation’s new technical director at the start of the month and was present at a meeting with the Serie A clubs on Thursday, along with new FIGC president Giovanni Malagò and special advisor Leonardo.</p><p>“Honestly, today we can’t give news about what’s happening. You’ve identified one of our targets,” Maldini said when asked about Guardiola in a news conference after the meeting.</p><p>“We can’t hide that we also talked with Carlo Ancelotti before talking with Pep. Honestly, it seemed right to start with the best in the world, to see their general availability.”</p><p>Guardiola left Man City at the end of last season, bringing to a close a trophy-laden, 10-year spell in which he established City as a force in Europe and changed the face of English soccer.</p><p>The 55-year-old Guardiola has won 35 major titles across his coaching career including at Barcelona and Bayern Munich.</p><p>Maldini and Leonardo spent three days in Barcelona recently to speak with Guardiola about taking the Italy job.</p><p>“The best thing would be to announce the new coach this week, but even more to wait for the person we really want,” Maldini said. “So there’s urgency, but not so much inside us.”</p><p>Ancelotti signed a contract extension with Brazil in May through to the 2030 World Cup. But the five-time world champion just had one of its worst ever performances on soccer’s biggest stage as it was eliminated in the round of 16 after a 2-1 loss to Norway.</p><p>The 67-year-old Ancelotti has won league titles in Italy, England, France, Spain and Germany. He is also the only coach to have won the Champions League five times.</p><p>Four-time champion Italy missed out on a third straight World Cup after a playoff loss to Bosnia and Herzegovina in March, prompting the resignations of FIGC president Gabriele Gravina and coach Gennaro Gattuso.</p><p>Gattuso had taken over from the fired Luciano Spalletti only the previous June with the squad already flailing following a defeat at Norway in its opening qualifier.</p><p>Former Italy coaches Roberto Mancini — who led the Azzurri to the European Championship in 2021 — and Antonio Conte are also among the favorites to take charge of the national team. Andrea Pirlo, who helped Italy to the World Cup in 2006 as a player, is also reportedly in contention.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6666G4N2DHCVCGLXAG6RU27P4Q.jpg?auth=5980b7ab95fb46b68a79e59d4876f3b2411af29a75c53d01c087cda370c63327&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Manchester City's head coach Pep Guardiola applauds the fans after his last game with the club after a Premier League soccer match between Manchester City and Aston Villa in Manchester, England, May 24, 2026. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E47FI2NV32D32O4IYMZOR4NTNQ.jpg?auth=8c18340dc0acb087b4fe78c6818a299d927886e137db34126a61d03ceadefb0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil head coach Carlo Ancelotti reacts at the end of the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K4PKIGGDQ74KRFXL7AV6FWQOLU.jpg?auth=d12ae736927119edf6c99a88d9bc6f2188828c4e0258981937c02d3b4db2c09e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil head coach Carlo Ancelotti stands on the field before the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRI7YH6C3DTQPO5C2O2S3LSLWY.jpg?auth=39dae0465f14ea19e85ec6f3cfa14e043060ee65ebab4372fcd8d1a90bb3a3d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Paolo Maldini arrives with his wife, Adriana Fossa, at the Armani/Teatro in Milan, northern Italy, to pay his respects to designer Giorgio Armani, Sept. 7, 2025. (AP Photo/Nicola Marfisi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicola Marfisi</media:credit></media:content></item><item><title><![CDATA[Man killed in Miramar stabbing, police search for subject]]></title><link>https://www.local10.com/news/local/2026/07/22/man-injured-in-miramar-stabbing-police-search-for-subject/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/man-injured-in-miramar-stabbing-police-search-for-subject/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Police in Miramar are investigating a fatal stabbing incident.]]></description><pubDate>Thu, 23 Jul 2026 03:15:35 +0000</pubDate><content:encoded><![CDATA[<p>Police in Miramar are investigating a fatal stabbing incident.</p><p><a href="https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/">Leer en español</a></p><p>It happened Wednesday night in the area of the Mobile gas station located at 16961 Miramar Pkwy. </p><p>“So what we do know is that there was an altercation with two men, and one was stabbed,” Miramar police spokeswoman Janice McIntosh said. </p><p>According to police, a man suffered serious injuries and was taken by helicopter to a nearby hospital.</p><p>That man was later pronounced deceased by doctors, police said. </p><p>Authorities said the subject in the stabbing took off, leading to police establishing a perimeter in the area while they searched for him. </p><p>Officers closed off Miramar Parkway in both directions between 164th Avenue and 172nd Avenue while processing the scene.</p><p>“The police know who they are looking for, but they are still asking the public, if they see or hear anything suspicious to report it immediately, because he is still at large,“ McIntosh said.</p><p>Police have not released the suspect’s identity.</p><p>Anyone with further information is asked to call the Miramar Police Department or Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Bertha breezes through southern Louisiana, expected to reach the upper Texas coast later today ]]></title><link>https://www.local10.com/weather/hurricane/2026/07/23/bertha-breezes-through-southern-louisiana-expected-to-reach-the-upper-texas-coast-later-today/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/23/bertha-breezes-through-southern-louisiana-expected-to-reach-the-upper-texas-coast-later-today/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The low-topped cloud swirl of Tropical Storm Bertha officially crossed the southeastern Louisiana coastline about 50 miles east of New Orleans in neighboring St. Bernard Parish Wednesday afternoon around 2 PM local time with maximum winds of 45 mph. ]]></description><pubDate>Thu, 23 Jul 2026 14:00:15 +0000</pubDate><content:encoded><![CDATA[<p>The low-topped cloud swirl of Tropical Storm Bertha officially crossed the southeastern Louisiana coastline about 50 miles east of New Orleans in neighboring St. Bernard Parish Wednesday afternoon around 2 PM local time with maximum winds of 45 mph. </p><p><a href="https://www.local10.com/espanol/2026/07/23/bertha-avanza-por-el-sur-de-luisiana-se-espera-que-llegue-a-la-costa-alta-de-texas-mas-tarde-hoy/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/bertha-avanza-por-el-sur-de-luisiana-se-espera-que-llegue-a-la-costa-alta-de-texas-mas-tarde-hoy/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/R56VAFB2UVFGLBG75TJN5D5EA4.PNG?auth=c3c9aec284aa7fd1bacf3f40d7561a88e91cd753062bf6a3e695688e6510e3bb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Winds, even in gusts, mostly stayed below the tropical storm threshold (39 mph) over southern Louisiana as Bertha passed over and south of the state on Wednesday into early Thursday. The <a href="https://www.weather.gov/wrh/timeseries?site=KMSY&amp;hours=72" rel=""><u>maximum wind gust reported at New Orleans International Airport</u></a> was 39 mph at around 5 PM local time Wednesday as the center of Bertha slid just south of the city. A coastal station at the Mississippi River delta in lower Plaquemines Parish, where the muddy Mississippi splinters into the open Gulf, <a href="https://tidesandcurrents.noaa.gov/met.html?bdate=20260722&amp;edate=20260724&amp;units=standard&amp;timezone=LST%2FLDT&amp;id=8760922&amp;interval=6" rel=""><u>reported winds gusting to 40 mph</u></a> shortly before 6 PM local time Wednesday. </p><p>But for the most part, aside from churned up seas and minor coastal flooding in low-lying spots at the immediate coast, Bertha caused little to no disruption as it breezed its way through southern Louisiana. The misty, intermittent rainfall near and north of Bertha’s center stayed light, and the north-central Gulf Coast saw rainfall totals of generally less than an inch over the past 24 to 36 hours. </p><h3><b>What’s next for Bertha on its way to Texas</b> </h3><p>Hurricane hunters flying Bertha early Thursday found its center hugging the southwestern Louisiana coastline about 60 miles southeast of Lake Charles. </p><p>Bertha’s fragile center jumped slightly south overnight but remained well north of the large thunderstorm complex and heaviest rains closing in on the central Texas coast Thursday morning. </p><p>The displacement of weather to the south of Bertha’s center indicates persistent wind shear, which, as we discussed in Wednesday’s newsletter, will ride shotgun with Bertha as it approaches the upper Texas coast today. The upshot is Bertha will remain a low-grade tropical storm as it makes a second landfall near or south of Galveston by Thursday evening. </p><p>The primary threat remaining is localized heavy rainfall for South Texas (south of Bertha’s center), generally from just north of Corpus Christi southward into the lower Rio Grande Valley. </p><figure><img src="https://www.local10.com/resizer/v2/6NHG2NCUAVDERPYIIBPGOQ4YYM.PNG?auth=143fe8791a68a8705b35770ea9d87eefd256d2a1cb0f1ba1f5ebe16e7fc7ef48&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For the most part, models suggest only modest rainfall in the 1-to-3-inch range, which will limit the flash flood threat. For now, the National Weather Service has only a low risk (threat level 1 of 4) of localized flash flooding for areas of South Texas today. </p><figure><img src="https://www.local10.com/resizer/v2/CP4LG7WB6NDB7OV4PMOTT644LU.PNG?auth=6902db5a5321bc03fae65deab123eb94912ddf02f9d2964d8602f6c6eb3f62e7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Bertha will quickly disintegrate later today and on Friday as it moves farther inland over Texas. </p><h3><b>Settling down into early August</b> </h3><p>The Atlantic basin should be on a post-Bertha hiatus into at least the first week of August, with no new development expected for the foreseeable future. </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/YCD4CPM5UJAXDKASKKT55AQ76E.png?auth=ef197d0961214343cbb7efb02987d1a7967544fd02f1733e16adc8033a6bf576&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning satellite (around 8:30 AM CT) showing the center of Bertha (denoted by the red tropical storm icon) removed about 150 miles to the northeast of its strongest thunderstorms. Credit: cyclonicwx.com.]]></media:description></media:content></item><item><title><![CDATA[Bertha avanza por el sur de Luisiana, se espera que llegue a la costa alta de Texas más tarde hoy]]></title><link>https://www.local10.com/espanol/2026/07/23/bertha-avanza-por-el-sur-de-luisiana-se-espera-que-llegue-a-la-costa-alta-de-texas-mas-tarde-hoy/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/bertha-avanza-por-el-sur-de-luisiana-se-espera-que-llegue-a-la-costa-alta-de-texas-mas-tarde-hoy/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La circulación de nubes bajas de la tormenta tropical Bertha cruzó oficialmente la costa del sureste de Luisiana, a unas 50 millas al este de Nueva Orleans, en la vecina parroquia de St. Bernard, la tarde del miércoles alrededor de las 2 p.m., hora local, con vientos máximos sostenidos de 45 mph.]]></description><pubDate>Thu, 23 Jul 2026 14:07:52 +0000</pubDate><content:encoded><![CDATA[<p>El remolino de nubes bajas de la tormenta tropical Bertha cruzó oficialmente la costa sureste de Luisiana a unas 50 millas al este de Nueva Orleans, en la vecina parroquia de St. Bernard, el miércoles por la tarde alrededor de las 2 PM hora local, con vientos máximos de 45 mph.</p><figure><img src="https://www.local10.com/resizer/v2/R56VAFB2UVFGLBG75TJN5D5EA4.PNG?auth=c3c9aec284aa7fd1bacf3f40d7561a88e91cd753062bf6a3e695688e6510e3bb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los vientos, incluso en ráfagas, se mantuvieron mayormente por debajo del umbral de tormenta tropical (63 km/h) sobre el sur de Luisiana mientras Bertha pasaba por encima y al sur del estado entre el miércoles y la madrugada del jueves. La <a href="https://www.weather.gov/wrh/timeseries?site=KMSY&amp;hours=72" rel=""><u>ráfaga máxima de viento registrada en el Aeropuerto Internacional de Nueva Orleans</u></a> fue de 63 km/h alrededor de las 5 p. m. hora local del miércoles, cuando el centro de Bertha se desplazó justo al sur de la ciudad. Una estación costera en el delta del río Misisipi, en la parte baja de la parroquia de Plaquemines, donde el turbio Misisipi se ramifica en el Golfo de México, <a href="https://tidesandcurrents.noaa.gov/met.html?bdate=20260722&amp;edate=20260724&amp;units=standard&amp;timezone=LST%2FLDT&amp;id=8760922&amp;interval=6" rel=""><u>reportó vientos con ráfagas de hasta 64 km/h</u></a> poco antes de las 6 p. m. hora local del miércoles.</p><p>Pero, en general, aparte del oleaje y las inundaciones costeras menores en zonas bajas cercanas a la costa, Bertha causó pocas o ninguna perturbación a su paso por el sur de Luisiana. Las lluvias intermitentes y con niebla cerca y al norte del centro de Bertha fueron ligeras, y en la costa centro-norte del Golfo se registraron precipitaciones generalmente inferiores a una pulgada en las últimas 24 a 36 horas.</p><h3><b>¿Qué le depara el futuro a Bertha en su camino a Texas?</b></h3><p>Los cazadores de huracanes que sobrevolaban Bertha a primera hora del jueves encontraron su centro bordeando la costa suroeste de Luisiana, a unos 96 kilómetros al sureste de Lake Charles.</p><p>El frágil centro de Bertha se desplazó ligeramente hacia el sur durante la noche, pero se mantuvo bastante al norte del gran complejo de tormentas eléctricas y de las lluvias más intensas que se acercaban a la costa central de Texas el jueves por la mañana.</p><p>El desplazamiento de las condiciones meteorológicas al sur del centro de Bertha indica una cizalladura del viento persistente, que, como comentamos en el boletín del miércoles, acompañará a Bertha a medida que se acerque hoy a la costa norte de Texas. En consecuencia, Bertha seguirá siendo una tormenta tropical de baja intensidad cuando toque tierra por segunda vez cerca o al sur de Galveston el jueves por la noche.</p><p>La principal amenaza que persiste son las fuertes lluvias localizadas en el sur de Texas (al sur del centro de Bertha), generalmente desde el norte de Corpus Christi hacia el sur, en el valle inferior del Río Grande.</p><figure><img src="https://www.local10.com/resizer/v2/6NHG2NCUAVDERPYIIBPGOQ4YYM.PNG?auth=143fe8791a68a8705b35770ea9d87eefd256d2a1cb0f1ba1f5ebe16e7fc7ef48&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En general, los modelos predicen precipitaciones moderadas, de entre 2,5 y 7,5 cm, lo que limitará el riesgo de inundaciones repentinas. Por el momento, el Servicio Meteorológico Nacional ha clasificado el riesgo de inundaciones repentinas localizadas en algunas zonas del sur de Texas como bajo (nivel de amenaza 1 de 4).</p><figure><img src="https://www.local10.com/resizer/v2/CP4LG7WB6NDB7OV4PMOTT644LU.PNG?auth=6902db5a5321bc03fae65deab123eb94912ddf02f9d2964d8602f6c6eb3f62e7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Bertha se disipará rápidamente hoy mismo y el viernes a medida que se adentre en el interior de Texas.</p><h3><b>Acomodándonos a principios de agosto</b></h3><p>Se prevé que la cuenca del Atlántico permanezca en un periodo de calma tras el paso del huracán Bertha al menos hasta la primera semana de agosto, sin que se esperen nuevos acontecimientos en un futuro próximo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCD4CPM5UJAXDKASKKT55AQ76E.png?auth=ef197d0961214343cbb7efb02987d1a7967544fd02f1733e16adc8033a6bf576&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning satellite (around 8:30 AM CT) showing the center of Bertha (denoted by the red tropical storm icon) removed about 150 miles to the northeast of its strongest thunderstorms. Credit: cyclonicwx.com.]]></media:description></media:content></item><item><title><![CDATA[Union Pacific picks up Canadian National's support for its plan to acquire Norfolk Southern railroad]]></title><link>https://www.local10.com/business/2026/07/23/union-pacific-picks-up-canadian-nationals-support-for-its-plan-to-acquire-norfolk-southern-railroad/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/union-pacific-picks-up-canadian-nationals-support-for-its-plan-to-acquire-norfolk-southern-railroad/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — Union Pacific struck a deal with Canadian National to secure that rival's support for its proposed $85 billion acquisition of Norfolk Southern railroad.]]></description><pubDate>Thu, 23 Jul 2026 18:10:37 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Union Pacific struck a deal with Canadian National to secure that rival's support for its proposed $85 billion acquisition of Norfolk Southern railroad.</p><p>The deal to create the nation's first transcontinental railroad has been divisive within the industry because it would concentrate so much market power in the hands of one company that would control more than 40% of all rail traffic and reduce the number of major freight railroads in the United States down to five. BNSF, CPKC and CSX railroads all strongly oppose the merger, but now Canadian National said it will support it after winning concessions from Union Pacific.</p><p>The U.S. Surface Transportation Board is just beginning to review the proposed $85 billion merger, but it has demanded more information from the railroads by the end of the month before it will move forward. Shippers have also lined up on both sides of the deal with some excited about the promises of faster cross-country deliveries while other companies mainly in the chemical and agriculture industries worry about the possibility of higher rates and service problems.</p><p>UP CEO Jim Vena said he believes these agreements with Canadian National will address many of the competitive concerns with the merger because CN will gain permission to be able to serve any customers that will see significantly reduced shipping options after the merger. And CN will take over Norfolk Southern's ownership of smaller railroads in St. Louis and Kansas City to ensure the merged railroad will never control the majority of those operations.</p><p>“This is truly more compelling today than we ever looked at it before,” Vena said Thursday as he discussed Union Pacific's second-quarter earnings. “We think we have a strong case.”</p><p>Both CN and UP will gain access to each other's tracks</p><p>Canadian National will also gain access to tracks between St. Louis and Kansas City where there was the most overlap between UP and NS, and CN will be able to use a key rail yard in Kansas City that will help that railroad compete better for business to and from Mexico. Union Pacific will get the ability to move more traffic around the congested tracks in Chicago.</p><p>“As the rail industry considers significant structural change, it is essential that customers continue to benefit from meaningful competition and choice,” CN President and CEO Tracy Robinson said.</p><p>Critics say the merger will hurt rail competition</p><p>But BNSF spokesperson Zak Andersen said these agreements show what can already be accomplished through cooperative agreements between railroads without all the disruptions of a merger that would leave many customers with fewer competitive shipping options.</p><p>"UP is required to demonstrate that the benefits it claims can only be achieved through a merger. Its own agreement with CN shows the opposite. The benefits UP highlights can be pursued today without a merger, and significant portions of the arrangement are not even contingent on merger approval,” Andersen said.</p><p>Rail shipping demand is up</p><p>Norfolk Southern CEO Mark George said that demand for rail shipping is up right now across much of the economy. That started after the Iran war began but became more widespread through the spring. But he said that if gas prices remain high long enough, it could hurt the consumer and the growth in shipping volume that both NS and UP reported Thursday could reverse.</p><p>The Surface Transportation Board will review the merger under a tough new standard it adopted in 2001 after a series of disastrous rail mergers in the 1990s that led to shipment delays of weeks or even months. These untested rules require any merger of the six largest railroads to be in the public interest and show that it will enhance competition. When the Surface Transportation Board approved the first major rail merger in more than two decades three years ago, it used a less stringent standard allowing Canadian Pacific’s $31 billion acquisition of Kansas City Southern.</p><p>Union Pacific CEO predicts approval</p><p>Vena remains optimistic the deal will get approved.</p><p>“The merger is going to close. It’s just too compelling for the country, but it would be a mistake for this deal not to close,” Vena said.</p><p>But critics have said the merger seems designed more to benefit Wall Street investors than the companies that rely on the railroads to ship their products and deliver the raw materials they need.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6FQKVGO7KFOPWXVVQ5CD3QDAI.jpg?auth=a44c4f90d42b50f2eb48b19aa5f7f38f2dc708f5e261c45d8a9e7ecb69d12ccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Union Pacific train travels through Union, Neb., July 31, 2018. (AP Photo/Nati Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nati Harnik</media:credit></media:content></item><item><title><![CDATA[2 women reunited with family after being reported missing from same location in northwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/07/22/2-women-reported-missing-from-same-location-in-northwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/2-women-reported-missing-from-same-location-in-northwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office confirmed Thursday that they have located two women who were reported missing this week from the same location.]]></description><pubDate>Wed, 22 Jul 2026 11:10:32 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office confirmed Thursday that they have located two women who were reported missing this week from the same location.</p><p><a href="https://www.local10.com/espanol/2026/07/22/reportan-desaparecidas-a-dos-mujeres-del-mismo-lugar-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/reportan-desaparecidas-a-dos-mujeres-del-mismo-lugar-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>According to deputies, Lissette Morazan Peralta, 52, and Bacilia Peralta Escobar, 85, were recovered in good health and have been reunited with their family.</p><p>Deputies said prior to being found, they had last been seen at about noon Tuesday, leaving a place in the 1300 block of Northwest 132<sup>nd</sup> Street.</p><p>Deputies said neither woman had tried to contact relatives and they might have been in need of services. Their relation to each other was not released by authorities.</p><p>Further details surrounding the circumstances leading up to the two’s disappearance were not released by detectives. </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/WLSYH6SZWJFIPCGM3LU2GDP7MM.jpg?auth=1ee801b999c10a430401eb6fcbd26fabad0425c6444497565381ae9cf657d784&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Lissette Morazan Peralta, 52, and Bacilia Peralta Escobar, 85.]]></media:description></media:content></item><item><title><![CDATA[Police, family of girl missing since 2017 turn to psychic for help]]></title><link>https://www.local10.com/news/local/2026/07/22/police-family-of-girl-missing-since-2017-turn-to-psychic-for-help/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/police-family-of-girl-missing-since-2017-turn-to-psychic-for-help/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Where is Sophie Reeder?]]></description><pubDate>Thu, 23 Jul 2026 01:20:16 +0000</pubDate><content:encoded><![CDATA[<p>Where is Sophie Reeder?</p><p>It’s a question that has plagued the girl’s family and Fort Lauderdale police for nine years, since she disappeared when she was 15 years old. </p><p><a href="https://www.local10.com/espanol/2026/07/23/policia-y-familia-de-nina-desaparecida-desde-2017-recurren-a-una-vidente-en-busca-de-ayuda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/policia-y-familia-de-nina-desaparecida-desde-2017-recurren-a-una-vidente-en-busca-de-ayuda/">Leer en español</a></p><p>Now, detectives have turned to a psychic for help. </p><p>They pay her $1,500 dollars for a 90-day consultancy period and they may use her for other cases. </p><p>Many might call it hocus pocus and unconventional, but the family says they are desperate. </p><p>“Of course it’s unusual, but you know we are open to anything,” said Kristen Milhorn, Reeder’s aunt. </p><p>Milhorn believes someone in Fort Lauderdale knows what happened to the teen. </p><p>In the early morning hours of May 20, 2017, <a href="https://www.local10.com/news/local/2025/05/28/8-years-after-fort-lauderdale-teens-disappearance-25k-reward-still-offered-for-information/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/05/28/8-years-after-fort-lauderdale-teens-disappearance-25k-reward-still-offered-for-information/">Reeder went for a walk and was never seen again</a>. </p><p>Police found surveillance video of her walking down Davie Boulevard, and the next morning members family found clues in her bedroom indicating she had plans to come home, including $300 in cash and a candle burning. </p><p>“She was not a runaway,” said Milhorn. </p><p>Local 10 News spoke to Reeder’s parents one week after her disappearance. They had concerns she may have been trafficked. </p><p>Detectives discovered the last ping on her phone was at an apartment complex off Southwest 11th Court in Fort Lauderdale. </p><p>“Whatever happened there, we don’t know, that was the last ping on her phone,” said Milhorn. </p><p>Some of her last communications were to a man named Leonard Jennings, a convicted felon who lived in the complex. </p><p>Local 10 News’ Bridgette Matter followed up with Fort Lauderdale police regarding Jennings, and a spokesperson said, “We do consider Leonard Jennings a person of interest and question his involvement in Sophie’s disappearance.”</p><p>Jennings was interviewed after Reeder vanished, but he has never been arrested. </p><p>“He denied, of course, ever knowing her, but reality is they were texting each other, so he knew her,” said Milhorn. </p><p>Reeder’s family is still holding onto hope there will be a break in the case. </p><p>Authorities are offering a $25,000 reward for any information leading to Reeder.</p><p>FLPD says they are very much working the case and the investigation is active. </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[Fatal police shooting of man with knife roils Madison, Wisconsin]]></title><link>https://www.local10.com/news/2026/07/23/fatal-police-shooting-of-man-with-knife-roils-madison-wisconsin/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/23/fatal-police-shooting-of-man-with-knife-roils-madison-wisconsin/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — Protesters burst into a Thursday news conference about the police shooting of a homeless man in Madison, taking the microphone from the police chief and arguing with some attendees who said they wanted to hear more about the investigation.]]></description><pubDate>Thu, 23 Jul 2026 21:38:02 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Protesters burst into a Thursday news conference about the police shooting of a homeless man in Madison, taking the microphone from the police chief and arguing with some attendees who said they wanted to hear more about the investigation.</p><p>The group of roughly 20 protesters burst into the room at the Madison police station, shortly after Mayor Satya Rhodes-Conway and Common Council President Sabrina Madison identified the man killed by police as Corey Durell Ruiz, a homeless resident.</p><p>Ruiz, 38, was shot and killed Wednesday after police said he resisted arrest and injured an officer with a knife.</p><p>Police Chief John Patterson stepped away from the microphone when the protesters were shouting, and one man in the group took his spot at the podium. The event quickly devolved into a shouting match.</p><p>One protester held a sign saying “Corrupt cops deserve to die too!!!”</p><p>Moments earlier, the mayor said the shooting will be “rigorously investigated.”</p><p>“It does not matter who you are or what your past is, you should not lose your life as a result of an encounter with law enforcement,” Satya Rhodes-Conway said.</p><p>Madison, for her part, said “Corey could have been my brother because my brother is homeless and he often rides a bike.”</p><p>Court records show Ruiz had been in and out of jail over the past decade on charges including failing to pay child support, driving a vehicle without consent, jumping bail, threatening authorities, taking a vehicle without consent, possessing drug paraphernalia, resisting an officer and retail theft.</p><p>“He’s a human being. He had a family. He has parents who loved him who brought him home, who cared for him,” Madison said, adding that she's struggling to understand what she's seen in videos of the shooting that have circulated on social media.</p><p>“My first thought is, when the officer’s walking away, why isn’t he walking away in cuffs,” Madison said. “I’m angry, there’s no way around it.”</p><p>Once the protesters quieted down, the chief resumed his presentation, promising his department's full cooperation with the state investigation.</p><p>Police have released few details</p><p>The shooting has roiled Wisconsin's capital city, with Gov. Tony Evers calling for “transparency and accountability” and Madison community members gathering Thursday at a growing memorial.</p><p>None of the four officers who were detaining the man wore body cameras, but passersby recorded the confrontation on video, and accused the officers of overreacting.</p><p>“I thought, ‘Holy cow — what could have warranted that?’ It looked to me like they had him under control,” David Ortiz-Whittingham, who saw officers swarming and heard the gunshots, said Thursday. “Even now, knowing about the knife, did he have to die for it? Could this have been de-escalated without him losing his life?”</p><p>The police chief released few details Thursday, saying the Wisconsin Department of Criminal Investigation into the officer-involved shooting must run its course.</p><p>Earlier Thursday, Madison's independent police monitor, Aeiramique Glass, said police have not yet shared evidence or the officer's identity with her office, which will review the case and can recommend to the district attorney that charges be filed if warranted. She said the department and city are “obstructing what the community and the public” want.</p><p>“Let me do my job,” she said.</p><p>Patterson said the police were committed to cooperating with Glass as the independent monitor's investigation is carried out, at the same time as the state’s probe.</p><p>The chief urged people not to draw conclusions</p><p>Patterson has urged caution in reading too much from the cellphone videos. He said none show the perspective of the officers, and additional video that hasn't been released is being reviewed.</p><p>The officer who fired his weapon is a veteran of the force, the chief said. He and the three other responding officers will be placed on administrative leave pending an independent investigation by the Wisconsin Department of Criminal Investigation, as required under state law.</p><p>Patterson said police were responding to calls that someone was attempting to enter parked vehicles, and the suspect fled on a bike before the officers surrounded him. One deployed a taser, but Patterson said he didn't know if the taser worked. Those efforts failed to control the man, Patterson said.</p><p>In the videos circulating online, the man can be seen standing before he's brought to his knees as the officers struggle to force him into a prone position. Then he falls quickly to the pavement after what sounds like three gunshots, and seems motionless as the officers handcuff him behind his back. Arriving officers then escort one of the officers a short distance away.</p><p>Patterson said he did not know the extent of the injuries sustained by the officer who was injured by the knife.</p><p>“This situation was clearly dangerous," Patterson said. He later continued, “I am incredibly saddened by the loss of life.”</p><p>A neighborhood now accustomed to police shootings</p><p>The shooting happened in the middle of an intersection in the popular Marquette neighborhood, which is lined with restaurants, bars, shops and homes less than 2 miles (3.2 kilometers) from the state Capitol. The bystander videos show numerous cars at the scene, with people watching and commenting as it unfolded.</p><p>“I saw everything! I saw everything! You did not need to kill him! ... We watched it all!” a woman yelled in the video recorded by Ortiz-Whittingham. Three loud shots could be heard among the sirens, followed by screams.</p><p>Residents who dealt with two other police killings within the same few blocks expressed their frustration on Thursday.</p><p>In 2015, a white police officer shot and killed Tony Robinson, who was biracial, on the same street. Large protests followed, but the district attorney filed no charges, determining the officer was justified. In 2012, Paul Heenan, a white musician, was fatally shot after he had been drinking and mistakenly entered his neighbor's house. That officer was exonerated as well.</p><p>The chief acknowledged that the neighborhood “has experienced a lot of trauma” and urged people to support one another.</p><p>“I want transparency, I want accountability,” Patterson said.</p><p>Questions about race and technology emerge</p><p>The race of the officer who fired his gun on Wednesday and that of the man he killed were not released by police.</p><p>But Black advocacy groups, protesters and politicians spoke out against the crime and said they believe the man was Black.</p><p>The shooting also focused attention on the Madison Police Department’s lack of body-worn cameras. The force of around 500 is among the largest in the Midwest that doesn’t use the devices.</p><p>Common Council President Sabrina Madison said Thursday that she expects a police request for $400,000 to be approved, enabling the cameras to be phased in over the next three years. Others lamented that cameras aren't already being used.</p><p>“Nobody can agree on anything,” said Katey Nelson, a member of the police civilian oversight board and operations director at YWCA Madison, a racial justice group. “Now we’re here, looking at another police shooting where we don’t have what we need to make sure the officers are held accountable.”</p><p>The mayor said her budget, which has not yet been released, will include funding for body-worn cameras. Rhodes-Conway said the city needs to put together a policy for the use of the cameras, and said that will be completed before the budget takes effect in January.</p><p>And now it's a talking point in the governor's race</p><p>Madison, home to the University of Wisconsin, has a long history of organized protest dating back to the 1960s. More than 100,000 people marched on the state Capitol in 2011 in favor of union rights. There were large demonstrations that turned violent after the George Floyd shooting in 2020.</p><p>And so the shooting quickly infused itself into the race to succeed Evers as governor, with voting already underway in the Aug. 11 primary.</p><p>“This state sanctioned violence was an execution,” posted Francesca Hong, a democratic socialist candidate who appeared with a bullhorn at the scene just a few blocks from her campaign office. She has called for defunding the police.</p><p>Another Democrat in the race, Milwaukee County Executive David Crowley, said while the details must become public, “these reports are painfully reminiscent of the tragedies we have witnessed in Kenosha, Minneapolis, and far too many communities across our country.”</p><p>Republican U.S. Rep. Tom Tiffany called on his rivals to let the state investigation “establish the facts without politicians rushing to judgment or stoking division” in a statement that also said he would “work to end revolving-door criminal justice policies.”</p><p>___</p><p>Associated Press writers Ed White in Detroit and Jake Offenhartz in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AUJF4KQLWVZ7ZRXACDQNUCMQWQ.jpg?auth=6a49d0d3dd4f1a5b473f05e4541d92fc78fe5b119be5e6303921fff8292c069f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners gather around a memorial at the site where a man was shot and killed on Wednesday by Madison police, Thursday, July 23, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KY6HIJ4BP4V5KU4ICIASSCIQ7A.jpg?auth=ede81a4c8cf246a0cc69fbe1cf3f11a0ef6bfb1af4c505892e1ff79007cdd3ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees gesture during a candlelight vigil where a Madison police officer shot and killed a man Wednesday, July 22, 2026, in Madison, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BINYT75LQV54V26YVNA3BYENB4.jpg?auth=6a9a1ed269fe9c1b8db7636a73188f561408c739f6132dae38bf5c9a1be410ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees gather at a candlelight vigil where a Madison police officer shot and killed a man Wednesday, July 22, 2026, in Madison, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOKR3PS3NASIX2F22EZLLHPUEM.jpg?auth=b844eff3978445f1ee2a85677d2f5ed7e4336c4ca49d45dcc6f0eca30176c8e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gubernatorial candidate Francesca Hong speaks alongside protesters near where a Madison police officer shot and killed a man Wednesday, July 22, 2026, in Madison, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PUPYAMCYKBJRUC6NZJOQCAOUUQ.jpg?auth=ba4a88f3a489848ff0fbec808322d80190857d795d99ff7eef32cae2e04fcd2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters march after a Madison police officer shot and killed a man Wednesday, July 22, 2026, in Madison, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[Policía y familia de niña desaparecida desde 2017 recurren a una vidente en busca de ayuda]]></title><link>https://www.local10.com/espanol/2026/07/23/policia-y-familia-de-nina-desaparecida-desde-2017-recurren-a-una-vidente-en-busca-de-ayuda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/policia-y-familia-de-nina-desaparecida-desde-2017-recurren-a-una-vidente-en-busca-de-ayuda/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[¿Dónde está Sophie Reeder?]]></description><pubDate>Thu, 23 Jul 2026 13:43:27 +0000</pubDate><content:encoded><![CDATA[<p>¿Dónde está Sophie Reeder?</p><p>Es una pregunta que ha atormentado a la familia de la joven y a la policía de Fort Lauderdale durante nueve años, desde que desapareció cuando tenía 15 años.</p><p>Ahora, los detectives recurrieron a una vidente en busca de ayuda.</p><p>Le pagan $1,500 USD por un período de consultoría de 90 días y podrían utilizar sus servicios en otros casos.</p><p>Muchos podrían considerar esta decisión como algo poco convencional, pero la familia asegura que está desesperada.</p><p>“Por supuesto que es algo inusual, pero estamos abiertos a cualquier cosa”, dijo Kristen Milhorn, tía de Reeder.</p><p>Milhorn cree que alguien en Fort Lauderdale sabe qué ocurrió con la adolescente.</p><p>En las primeras horas de la mañana del 20 de mayo de 2017, <a href="https://www.local10.com/espanol/2025/05/28/a-ocho-anos-de-la-desaparicion-de-adolescente-en-fort-lauderdale-aun-se-ofrece-recompensa-de-25000-por-informacion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/05/28/a-ocho-anos-de-la-desaparicion-de-adolescente-en-fort-lauderdale-aun-se-ofrece-recompensa-de-25000-por-informacion/">Reeder salió a caminar y nunca volvió a ser vista</a>.</p><p>La policía encontró un video de vigilancia en el que se le observa caminando por Davie Boulevard, y a la mañana siguiente, familiares encontraron indicios en su habitación que indicaban que tenía planes de regresar a casa, incluidos $300 USD en efectivo y una vela encendida.</p><p>“Ella no se había escapado de casa”, dijo Milhorn.</p><p>Local 10 News habló con los padres de Reeder una semana después de su desaparición. Ellos expresaron su preocupación de que pudiera haber sido víctima de trata de personas.</p><p>Los detectives descubrieron que la última señal de su teléfono fue registrada en un complejo de apartamentos ubicado en Southwest 11th Court, en Fort Lauderdale.</p><p>“Lo que haya ocurrido allí, no lo sabemos. Esa fue la última señal de su teléfono”, dijo Milhorn.</p><p>Algunas de sus últimas comunicaciones fueron con un hombre llamado Leonard Jennings, un delincuente convicto que vivía en ese complejo.</p><p>Bridgette Matter, de Local 10 News, consultó a la policía de Fort Lauderdale sobre Jennings, y un portavoz respondió: “Consideramos a Leonard Jennings una persona de interés e investigamos su posible participación en la desaparición de Sophie”.</p><p>Jennings fue interrogado después de que Reeder desapareció, pero nunca ha sido arrestado.</p><p>“Él negó, por supuesto, haberla conocido, pero la realidad es que intercambiaban mensajes de texto, así que sí la conocía”, dijo Milhorn.</p><p>La familia de Reeder mantiene la esperanza de que haya un avance en el caso.</p><p>Las autoridades ofrecen una recompensa de $25,000 USD por cualquier información que conduzca al paradero de Reeder.</p><p>El Departamento de Policía de Fort Lauderdale informó que continúa trabajando activamente en el caso y que la investigación sigue en curso.</p>]]></content:encoded></item><item><title><![CDATA[July 23: Numerous daily thunderstorms to bring drought relief starting this weekend]]></title><link>https://www.local10.com/weather/2026/07/23/july-23-numerous-daily-thunderstorms-to-bring-drought-relief-starting-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/23/july-23-numerous-daily-thunderstorms-to-bring-drought-relief-starting-this-weekend/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Only a few small showers and thunderstorms are moving through today. ]]></description><pubDate>Thu, 23 Jul 2026 13:41:52 +0000</pubDate><content:encoded><![CDATA[<p>Only a few small showers and thunderstorms are moving through today. Much of the day will be dry with above average temperatures in the low/mid 90s. The heat index will peak 100°-105° this afternoon. Tomorrow will be similar with a few more showers and thunderstorms around.</p><p>Starting this weekend, higher moisture moving in will give us a big return to the rainy season after a dry pause recently. Numerous thunderstorms will develop each afternoon into next week with much needed rainfall. Localized flooding will be possible in any slow moving downpours.</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[Investigan apuñalamiento en Miramar que dejó a un hombre herido; policía busca al sospechoso]]></title><link>https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[La policía de Miramar investiga un apuñalamiento.]]></description><pubDate>Thu, 23 Jul 2026 13:35:06 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miramar investiga un apuñalamiento.</p><p>Ocurrió la noche del miércoles en el área de la gasolinera Mobil ubicada en 16961 Miramar Parkway.</p><p>“Lo que sabemos es que hubo un altercado entre dos hombres y uno de ellos fue apuñalado”, dijo Janice McIntosh, portavoz de la policía de Miramar.</p><p>Según la policía, un hombre sufrió heridas graves y fue trasladado en helicóptero a un hospital cercano.</p><p>Las autoridades informaron que el sospechoso del apuñalamiento huyó, lo que llevó a la policía a establecer un perímetro en el área mientras lo buscaban.</p><p>Los agentes cerraron Miramar Parkway en ambas direcciones entre la avenida 164 y la avenida 172 mientras procesaban la escena.</p><p>“La policía sabe a quién está buscando, pero aún pide al público que, si ve o escucha algo sospechoso, lo reporte de inmediato, porque el sospechoso sigue prófugo”, dijo McIntosh.</p><p>La policía no ha divulgado la identidad del sospechoso.</p><p>Cualquier persona con información adicional debe comunicarse con el Departamento de Policía de Miramar o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[TPS extended for Haitians until Monday, court rules]]></title><link>https://www.local10.com/news/local/2026/07/22/tps-extended-for-haitians-until-july-27-court-rules/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/tps-extended-for-haitians-until-july-27-court-rules/</guid><dc:creator><![CDATA[David Dwork, Sanela Sabovic, Christian De La Rosa]]></dc:creator><description><![CDATA[Haitians in South Florida and across the United States have been given a brief extension on the expiration of their Temporary Protected Status. ]]></description><pubDate>Thu, 23 Jul 2026 03:12:15 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/">Haitians in South Florida</a> and across the United States have been given a brief extension on the expiration of their Temporary Protected Status. </p><p><a href="https://www.local10.com/espanol/2026/07/23/extienden-tps-para-haitianos-hasta-el-lunes-dictamina-tribunal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/extienden-tps-para-haitianos-hasta-el-lunes-dictamina-tribunal/">Leer en español</a></p><p>A federal appeals court in Washington, D.C. extended the deadline for TPS to be revoked for Haitians in the U.S. until Monday, July 27, <a href="https://www.sun-sentinel.com/2026/07/22/haitians-get-a-brief-reprieve-on-end-of-tps-friday-is-no-longer-the-last-day/" target="_blank" rel="noreferrer" title="https://www.sun-sentinel.com/2026/07/22/haitians-get-a-brief-reprieve-on-end-of-tps-friday-is-no-longer-the-last-day/">according to the Sun Sentinel</a>.</p><p>The court denied a request from the Trump administration that would have ended TPS on Friday.</p><p>It is the second extension in as many weeks.</p><p><a href="https://www.local10.com/news/local/2026/07/10/haitian-tps-extended-two-weeks-as-legal-fight-continues/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/10/haitian-tps-extended-two-weeks-as-legal-fight-continues/">TPS was initially set to expire</a> for Haitians living in the U.S. on July 10. That day, the Department of Homeland Security released a memo stating TPS would be extended to July 24. </p><p>At the time, DHS said the move was the result of active litigation. </p><p>The DHS claims Haiti is now safe enough to return to, while the United Nations and the U.S. State Department warn of frequent gang violence and kidnappings there. </p><p>Many South Florida Haitians work in hospitality and healthcare, and advocates have said that the loss of TPS will hit those industries hard, as they’re already dealing with staffing shortages.</p><p>Thamara Labrousse, with Sant La Haitian Neighborhood Center in North Miami, told Local 10 that many Haitian TPS holders are facing a difficult choice and it’s even harder for parents with children.</p><p>“If you are a TPS holder with an American born child, you may have to consider if you are forced to go back to Haiti, not taking your child with you because it’s not safe and a lot of parents are struggling with that,” she said. </p><p>Labrousse said that if Haitians are ultimately forced to return, many won’t have homes or even basic services to return to. </p><p>“We don’t believe that there are enough even basic services in place to be able to accommodate that many people,” she said. </p><p>Like many other Haitians, <a href="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/">one young father told Local 10 that his family home in Haiti has been destroyed</a> and overtaken by gangs. </p><p>So he plans to keep working, cleaning restaurants in Miami until he has to go. </p><p>He says even if he loses his legal status, he doesn’t plan to return to Haiti. </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[Extienden TPS para haitianos hasta el lunes, dictamina tribunal]]></title><link>https://www.local10.com/espanol/2026/07/23/extienden-tps-para-haitianos-hasta-el-lunes-dictamina-tribunal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/extienden-tps-para-haitianos-hasta-el-lunes-dictamina-tribunal/</guid><dc:creator><![CDATA[David Dwork, Sanela Sabovic, Christian De La Rosa]]></dc:creator><description><![CDATA[Los haitianos en el sur de Florida y en todo Estados Unidos recibieron una breve extensión de la vigencia de su Estatus de Protección Temporal (TPS).]]></description><pubDate>Thu, 23 Jul 2026 13:31:54 +0000</pubDate><content:encoded><![CDATA[<p>Los <a href="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/">haitianos en el sur de Florida</a> y en todo Estados Unidos recibieron una breve extensión de la vigencia de su Estatus de Protección Temporal (TPS).</p><p>Un tribunal federal de apelaciones en Washington, D.C., extendió hasta el lunes 27 de julio el plazo para revocar el TPS de los haitianos en Estados Unidos, <a href="https://www.sun-sentinel.com/2026/07/22/haitians-get-a-brief-reprieve-on-end-of-tps-friday-is-no-longer-the-last-day/" target="_blank" rel="noreferrer" title="https://www.sun-sentinel.com/2026/07/22/haitians-get-a-brief-reprieve-on-end-of-tps-friday-is-no-longer-the-last-day/">según el Sun Sentinel</a>.</p><p>El tribunal rechazó una solicitud de la administración del presidente Trump que habría puesto fin al TPS el viernes.</p><p>Es la segunda extensión en el mismo número de semanas.</p><p><a href="https://www.local10.com/espanol/2026/07/10/extienden-por-dos-semanas-el-tps-para-haitianos-mientras-continua-la-batalla-legal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/extienden-por-dos-semanas-el-tps-para-haitianos-mientras-continua-la-batalla-legal/">Inicialmente, el TPS para los haitianos que viven en Estados Unidos estaba programado para vencer el 10 de julio</a>. Ese día, el Departamento de Seguridad Nacional (DHS) emitió un memorando en el que informó que el TPS se extendería hasta el 24 de julio.</p><p>En ese momento, el DHS indicó que la medida era resultado de un litigio en curso.</p><p>El DHS sostiene que Haití ahora es lo suficientemente seguro para que sus ciudadanos regresen, mientras que las Naciones Unidas y el Departamento de Estado de Estados Unidos advierten sobre la frecuente violencia de pandillas y los secuestros en ese país.</p><p>Muchos haitianos del sur de Florida trabajan en los sectores de hotelería y salud, y defensores de la comunidad han señalado que la pérdida del TPS afectará gravemente a esas industrias, que ya enfrentan escasez de personal.</p><p>Thamara Labrousse, de Sant La Haitian Neighborhood Center, en North Miami, dijo a Local 10 que muchos beneficiarios haitianos del TPS enfrentan una decisión difícil, y que la situación es aún más complicada para los padres con hijos.</p><p>“Si usted es beneficiario del TPS y tiene un hijo nacido en Estados Unidos, podría tener que considerar que, si lo obligan a regresar a Haití, no podrá llevarse a su hijo porque no es seguro, y muchos padres están lidiando con esa situación”, dijo.</p><p>Labrousse afirmó que, si finalmente los haitianos son obligados a regresar, muchos no tendrán viviendas ni siquiera servicios básicos a los cuales volver.</p><p>“No creemos que existan suficientes servicios básicos para poder atender a tantas personas”, dijo.</p><p>Como muchos otros haitianos, <a href="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/22/many-haitians-in-south-florida-face-difficult-decisions-with-loss-of-tps-looming/">un joven padre dijo a Local 10 que la vivienda de su familia en Haití fue destruida </a>y tomada por pandillas.</p><p>Por ello, planea seguir trabajando, limpiando restaurantes en Miami, hasta que tenga que irse.</p><p>Asegura que, incluso si pierde su estatus legal, no tiene planes de regresar a Haití.</p>]]></content:encoded></item><item><title><![CDATA[Investigan posible choque con fuga en Margate que dejó una persona muerta]]></title><link>https://www.local10.com/espanol/2026/07/23/investigan-posible-choque-con-fuga-en-margate-que-dejo-una-persona-muerta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/investigan-posible-choque-con-fuga-en-margate-que-dejo-una-persona-muerta/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[La policía de Margate pasó horas investigando lo que parecía ser un choque mortal con fuga la mañana del jueves en Atlantic Boulevard, justo al este de State Road 7, cerca del centro comercial Lakewood.]]></description><pubDate>Thu, 23 Jul 2026 13:22:26 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Margate pasó horas investigando lo que parecía ser un choque mortal con fuga la mañana del jueves en Atlantic Boulevard, justo al este de State Road 7, cerca del centro comercial Lakewood.</p><p>Un video tomado en la escena muestra múltiples unidades de la policía de Margate alineadas a lo largo de Atlantic Boulevard mientras los detectives investigaban lo ocurrido.</p><p>Una parte de la vía permaneció cerrada durante varias horas mientras los agentes recopilaban evidencia y documentaban lo sucedido.</p><p>Otro video muestra al médico forense retirando el cuerpo de la víctima de la escena antes de que la vía fuera reabierta.</p><p>“Mi corazón está con él. Pero, como dije, para resumir, es una carretera muy transitada”, dijo un hombre que frecuenta el área.</p><p>La policía no divulgó de inmediato más detalles sobre el choque.</p>]]></content:encoded></item><item><title><![CDATA[Hombre bajo custodia tras huir de la escena de un choque en Margate, dice la policía]]></title><link>https://www.local10.com/espanol/2026/07/22/hombre-bajo-custodia-tras-huir-de-la-escena-de-un-choque-en-margate-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/hombre-bajo-custodia-tras-huir-de-la-escena-de-un-choque-en-margate-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue puesto bajo custodia la mañana de este miércoles tras un choque vehicular en Margate, confirmaron las autoridades.]]></description><pubDate>Wed, 22 Jul 2026 14:38:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue puesto bajo custodia la mañana de este miércoles tras un choque vehicular en Margate, confirmaron las autoridades.</p><p>Según la Policía de Margate, el choque ocurrió en la cuadra 5400 de West Atlantic Boulevard.</p><p>La Policía informó que el sospechoso chocó su vehículo y luego huyó de la escena.</p><p>Según las autoridades, el sospechoso fue capturado poco tiempo después y se descubrió que tenía órdenes de arresto activas por cargos relacionados con narcóticos.</p><p>La identidad del sospechoso no fue divulgada de inmediato y no está claro si el choque involucró únicamente el vehículo del sospechoso.</p><p>El vehículo, un sedán plateado, ya fue remolcado de la escena.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a terapeuta infantil de abusar de niño de 5 años en clínica del suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/22/acusan-a-terapeuta-infantil-de-abusar-de-nino-de-5-anos-en-clinica-del-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/acusan-a-terapeuta-infantil-de-abusar-de-nino-de-5-anos-en-clinica-del-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey, Christina Vazquez]]></dc:creator><description><![CDATA[Un terapeuta ocupacional infantil está acusado de abusar físicamente de un niño de 5 años durante una sesión de terapia en una clínica del vecindario Three Lakes, en el suroeste de Miami-Dade, según los investigadores.]]></description><pubDate>Wed, 22 Jul 2026 15:54:15 +0000</pubDate><content:encoded><![CDATA[<p>Un terapeuta ocupacional infantil está acusado de abusar de un niño de 5 años durante una sesión de terapia en una clínica del vecindario Three Lakes, en el suroeste de Miami-Dade, informaron los investigadores.</p><p>Los registros de la cárcel muestran que Leonardo Daniel Rivas, de 42 años, fue arrestado el martes por un cargo de abuso infantil sin causar lesiones corporales graves.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade informaron que el niño asistía a su sesión diaria de terapia ocupacional en Florida Kids Therapy Medley, ubicada en el 13335 de Southwest 124th Street, el jueves, cuando Rivas, quien era su terapeuta ocupacional, “apretó las mejillas de la víctima” y le introdujo repetidamente en la boca un dispositivo de terapia del habla conocido como Whisper Phone, “cubriéndole la boca en varias ocasiones”.</p><p>Un informe de arresto indica que el niño se alteró, tras lo cual Rivas “comenzó a sujetar a la víctima con fuerza contra la silla” y “empujó firmemente hacia abajo las piernas de la víctima”.</p><p>Los investigadores informaron que el niño sufrió “numerosas abrasiones” en ambos omóplatos y en el pecho. Según el informe, fue atendido por sus lesiones en el Hospital de Niños Nicklaus.</p><p>Posteriormente, las autoridades arrestaron a Rivas, quien dijo a los investigadores que no quería hablar con ellos sin la presencia de un abogado, señala el informe.</p><p>Hasta la mañana del miércoles, Rivas permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de fijarse”.</p><p>Local 10 solicitó una declaración a la clínica tras el arresto de Rivas.</p>]]></content:encoded></item><item><title><![CDATA[Difunden llamadas al 911 tras choque que dejó a un hombre muerto y una mujer herida en parada de autobús de Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/07/22/difunden-llamadas-al-911-tras-choque-que-dejo-a-un-hombre-muerto-y-una-mujer-herida-en-parada-de-autobus-de-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/difunden-llamadas-al-911-tras-choque-que-dejo-a-un-hombre-muerto-y-una-mujer-herida-en-parada-de-autobus-de-pompano-beach/</guid><dc:creator><![CDATA[Roy Ramos, Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre que esperaba en una parada de autobús murió la mañana del martes después de que un BMW arrollara una banca de la parada antes de chocar contra varios vehículos en un concesionario cercano, informaron las autoridades.]]></description><pubDate>Wed, 22 Jul 2026 21:53:39 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que <a href="https://www.local10.com/espanol/2026/07/21/accidente-provoca-cierre-de-un-tramo-de-la-us-1-en-pompano-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/21/accidente-provoca-cierre-de-un-tramo-de-la-us-1-en-pompano-beach/">esperaba en una parada de autobús murió la mañana del martes</a> después de que, según las autoridades, un BMW arrollara una banca de la parada antes de chocar contra varios vehículos en un concesionario cercano.</p><p>Aunque la escena del choque ya fue despejada, el miércoles aún eran visibles los daños en el lugar donde, según los investigadores, el vehículo impactó la banca de la parada de autobús antes de chocar contra varios vehículos y detenerse.</p><p>Los investigadores también confirmaron que la conductora había chocado por alcance contra otro vehículo momentos antes del choque mortal.</p><p>Las autoridades divulgaron las llamadas al 911 realizadas minutos después de la colisión.</p><p>“Estoy en Federal, justo al norte de McNab Road, y hubo un accidente de tránsito realmente grave”, dijo una persona que llamó.</p><p>Otra persona describió lo ocurrido tras el choque.</p><p>“Acabo de ver un accidente realmente grave. Un carro se volcó. Ahora está sobre sus ruedas, pero se volcó”, dijo otra persona.</p><p>Según los investigadores, el BMW blanco chocó contra dos postes de concreto para alumbrado, un árbol, varios vehículos desocupados y arrancó de su base una banca de parada de autobús con techo.</p><p>Una persona que llamó al 911 expresó incertidumbre sobre las víctimas.</p><p>“No sé si el hombre sigue dentro del carro, si salió expulsado o si era alguien a quien atropelló en la maldita parada de autobús”, dijo.</p><p>Los agentes de la Oficina del Sheriff de Broward identificaron el miércoles a la conductora como Jo Ann Llera, de 47 años. Indicaron que ella iba al volante al momento del choque y que se espera que sobreviva.</p><p>Vecinos dijeron estar conmocionados al enterarse de que Llera estuvo involucrada en el choque mortal.</p><p>Los investigadores dijeron que la secuencia del choque comenzó poco antes de la 1:00 p.m. en la cuadra 500 de South Federal Highway, donde presuntamente Llera chocó por alcance a un Honda Accord. Las autoridades dijeron que luego rodeó ese vehículo y continuó aproximadamente cuatro cuadras antes de chocar.</p><p>Testigos describieron el sonido del impacto como una explosión.</p><p>“Fue como si explotara dinamita. Supimos de inmediato que algo andaba mal”, dijo un testigo. “Es horrible. Nunca había visto tantos daños en un solo carro. Uno siente mucho por la familia.”</p><p>Mientras Llera se recupera de sus heridas en el hospital, los testigos siguen preguntándose qué provocó la cadena de choques que terminó con la muerte de un hombre que esperaba en la parada de autobús.</p><p>La Oficina del Sheriff de Broward no ha divulgado la identidad de la víctima.</p><p>Las autoridades no han anunciado si Llera enfrentará cargos.</p>]]></content:encoded></item><item><title><![CDATA[Hombre en libertad bajo fianza por voyeurismo y videos de abuso sexual infantil se exhibe ante una niña de 12 años fuera de su casa: MDSO]]></title><link>https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Cutler Bay que anteriormente fue acusado de grabar a una mujer mientras se cambiaba dentro de una tienda Target en Miami Beach y de poseer videos de abuso sexual de menores ahora está acusado de otro delito perturbador.]]></description><pubDate>Wed, 22 Jul 2026 16:53:37 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Cutler Bay, que en su momento fue acusado de grabar a una mujer cambiándose dentro de una tienda Target en Miami Beach y de poseer vídeos de niñas siendo abusadas sexualmente, ahora está acusado de otro delito perturbador.</p><p>Fabian Izaguirre Cepero, de 26 años, está acusado de merodear fuera de la habitación de una niña de 12 años y de masturbarse frente a una casa en Cutler Bay la noche del lunes. Agentes de la Oficina del Sheriff de Miami-Dade lo detuvieron el martes.</p><p>Según los agentes, todo comenzó alrededor de las 3 de la madrugada, cuando la niña corrió hacia su padre tras oír que llamaban a la ventana.</p><p>El padre de la niña vio entonces a Izaguirre Cepero exhibiéndose y masturbándose fuera de la ventana de la menor, según consta en el informe policial. Los detectives indicaron que Cepero “regresó a la residencia de la víctima en cinco ocasiones distintas”.</p><p>En febrero de 2025, la policía de Miami Beach lo acusó de entrar en la tienda Target ubicada en el número 1045 de la Quinta Calle en South Beach y colocar un teléfono en el suelo de un probador para observar a una mujer mientras se probaba trajes de baño.</p><p>En el momento de su última detención, los agentes señalaron que se encontraba en libertad bajo fianza por 17 cargos relacionados con la posesión de material de abuso sexual infantil.</p><p>Según un informe del Departamento de Policía de Miami Beach, los investigadores que revisaban su teléfono en busca de pruebas relacionadas con el caso de Target se toparon con más de una docena de imágenes y vídeos de niñas de tan solo “2 a 4 años” que estaban siendo abusadas sexualmente.</p><p>En cuanto a su último caso, Izaguirre Cepero debía comparecer ante un juez el miércoles por la mañana acusado de voyeurismo y exhibicionismo; la audiencia se programó posteriormente para la tarde del miércoles.</p>]]></content:encoded></item><item><title><![CDATA[Florida law meant to protect car buyers hasn’t changed in 56 years. Is it still enough?]]></title><link>https://www.local10.com/news/local/2026/07/21/florida-law-meant-to-protect-car-buyers-hasnt-changed-in-56-years-is-it-still-enough/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/florida-law-meant-to-protect-car-buyers-hasnt-changed-in-56-years-is-it-still-enough/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[A South Florida woman’s title nightmare and a lawsuit involving 11 consumers competing for the same $25,000 dealer bond are raising questions about whether Florida’s consumer protection law has kept pace with the cost of buying a car.]]></description><pubDate>Wed, 22 Jul 2026 02:35:45 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman’s title nightmare and a lawsuit involving 11 consumers competing for the same $25,000 dealer bond are raising questions about whether Florida’s consumer protection law has kept pace with the cost of buying a car.</p><p>For more than five decades, Florida has required independent licensed motor vehicle dealers to carry a $25,000 surety bond intended to protect consumers when a dealership fails to meet its legal obligations.</p><p>The requirement is contained in <a href="https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&amp;URL=0300-0399/0320/Sections/0320.27.html" target="_self" rel="" title="https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&amp;URL=0300-0399/0320/Sections/0320.27.html">Florida Statute 320.27(10)</a>, which requires licensed motor vehicle dealers to maintain the bond as a condition of doing business. The bond is designed to compensate consumers who suffer financial losses because of certain dealer violations, including failing to properly transfer ownership of a vehicle.</p><p>But while the cost of buying a car has increased dramatically since the law was enacted, the required bond amount has not.</p><p>Today, a South Florida woman’s experience and court records involving multiple consumers competing for the same dealer bond are raising new questions about whether the law still provides meaningful protection.</p><p>Pamela Wright says she has spent nearly two years looking at a car she cannot legally drive.</p><p>The 74-year-old retired realtor purchased a used Mazda in June 2024 for just under $6,000. She bought it for her grandson after he graduated from high school and needed transportation to get to work.</p><p>The car remains parked in her driveway.</p><p>Not because it doesn’t run.</p><p>Because Wright says she never received the title.</p><p>“I cannot register the car. I cannot insure the car. I cannot drive the car,” Wright told Local 10 News. “I have no use for it more than it’s sitting in my driveway.”</p><p>Wright alleges Superior Car Sales repeatedly promised the paperwork would be corrected but never delivered the title before the dealership ultimately closed.</p><p>“I’m just like, ‘How can this happen?’” she said.</p><p>According to court records reviewed by Local 10, Wright is not alone.</p><p>A lawsuit filed by Hudson Insurance Company shows 11 consumers are asserting competing claims against the same $25,000 dealer bond issued for Superior Car Sales. Hudson filed the case, asking a judge to determine how the limited bond proceeds should be distributed among the competing claimants.</p><p>If the court were to divide the bond equally among all 11 claimants, each person would receive approximately $2,270, an amount far below what several consumers claim they lost.</p><p>Josh Feygin, a South Florida attorney whose practice includes representing consumers in disputes with automobile dealerships, says the law no longer reflects today’s marketplace.</p><p>“It’s definitely outdated at this point,” Feygin said. “When the average cost of a vehicle is much more than $25,000, it doesn’t make sense that there’s only a $25,000 pot to go after.”</p><p>Asked whether the current bond adequately protects consumers, Feygin offered a blunt assessment.</p><p>“No. More often than not, absolutely not,” he said. </p><p>Feygin said he has represented numerous consumers who obtained judgments against dealerships only to discover there was little or no money remaining in the dealer’s bond.</p><p>“I’ve had many times where clients have gotten judgments against car dealerships and went to apply against the bond, and there’s no more funds left in the bond,” Feygin said. “So yes, it happens quite often.”</p><p>Local 10 reviewed the legislative history of Florida Statute 320.27 and found the $25,000 bond requirement dates back to the 1970 legislative session.</p><p>Richard Nixon was president, gasoline averaged about 36 cents per gallon, and the average cost of a new vehicle was only a fraction of what consumers pay today.</p><p>Yet despite decades of inflation and rising vehicle prices, the amount of financial protection required by state law has remained exactly the same for 56 years.</p><p>Only the Florida Legislature has the authority to change the law.</p><p>To find out whether lawmakers believe the current bond still adequately protects consumers, Local 10 contacted legislators from both political parties representing South Florida.</p><p>Emails seeking comment were sent to Representatives Christine Hunschofsky, Fabian Basabe, Daryl Campbell, Kevin Chambliss, Chip LaMarca, Daniel Perez, Juan Carlos Porras, Mike Redondo, Felicia Simone Robinson and Marie Paule Woodson.</p><p>Local 10 also contacted Senators Brian Avila, Alexis Calatayud, Ileana Garcia, Tina Polsky, Jason Pizzo and Barbara Sharief.</p><p>Each was asked essentially the same question: Does Florida’s $25,000 dealer bond still provide adequate protection for consumers, or should lawmakers revisit the law?</p><p>Only two legislators responded.</p><p>State Rep. Dan Daley told Local 10 that his office is reviewing whether Florida’s current dealer bond law adequately protects consumers and plans to evaluate the issue before next year’s legislative session.</p><p>State Rep. Daryl Campbell said he didn’t know enough about the issue to comment.</p><p>The remaining lawmakers did not respond before publication.</p><p>Local 10 also contacted the Florida Department of Highway Safety and Motor Vehicles, the agency responsible for licensing motor vehicle dealers and enforcing dealer laws.</p><p>The department was asked whether it has ever recommended increasing the $25,000 bond amount, whether it believes the current law adequately protects consumers and whether it has proposed legislative changes to modernize the requirement.</p><p>Despite four separate requests for information dating back to June 2, the department did not answer those questions before publication.</p><p>Meanwhile, Wright says she continues searching for answers.</p><p>“I call the State of Florida and the Attorney General’s Office,” she said. “They tell me there is nothing they can do for me.”</p><p>“All they do is just send me around in circles,” she added. </p><p>Wright believes Florida’s elected leaders should take another look at the law.</p><p>“The politicians should do better,” she said. “The governor needs to step in. The Attorney General’s Office. It don’t make no sense.”</p><p>For Wright, the issue is a car that has sat in her driveway for nearly two years.</p><p>For Florida lawmakers, the question is much broader.</p><p>Has a consumer protection law written in 1970—and unchanged since then—kept pace with the realities of buying a car in 2026?</p><p>That is a question only the Florida Legislature can answer.</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 role in World Cup red-card ruling for Balogun pushes Norway toward FIFA ethics complaint]]></title><link>https://www.local10.com/sports/2026/07/23/trump-role-in-world-cup-red-card-ruling-for-balogun-pushes-norway-toward-fifa-ethics-complaint/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/23/trump-role-in-world-cup-red-card-ruling-for-balogun-pushes-norway-toward-fifa-ethics-complaint/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — U.S. President Donald Trump’s role in clearing Folarin Balogun from a mandatory one-game ban at the World Cup is set to provoke a formal complaint to FIFA ethics investigators.]]></description><pubDate>Thu, 23 Jul 2026 13:07:54 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — U.S. President Donald Trump’s role in clearing Folarin Balogun from a mandatory one-game ban at the World Cup is set to provoke a formal complaint to FIFA ethics investigators.</p><p>The Norway soccer federation said Thursday its board of directors will consider filing the complaint at its next meeting, likely on Aug. 6.</p><p>“We need our leader in FIFA to say that this was an error,” Norwegian federation president Lise Klaveness told London daily The Times in an interview published Thursday.</p><p>After Trump called FIFA president Gianni Infantino, a one-game ban for Balogun’s red-card tackle against Bosnia-Herzegovina was deferred so he could play against Belgium with a quarterfinals place at stake.</p><p>Belgium beat the U.S. 4-1 after a chaotic 36 hours at the World Cup. The Belgium players were seemingly fired up by one of the all-time controversies in tournament history.</p><p>Trump called the referee’s red card for Balogun after video review a “horrible” call and took credit for getting FIFA to review what should routinely have been a one-game ban.</p><p>“We all know that this verdict was influenced from external forces and did not have the proper process,” Klaveness told The Times of the FIFA ruling that was unprecedented in the past 60 years at World Cups.</p><p>“When you bend a rule like this, you’re on a slippery slope that will put the whole game at risk,” said the former Women’s World Cup player for Norway, who is an elected member of European soccer body UEFA’s executive committee.</p><p>Soccer's conscience</p><p>Klaveness is a lawyer and judge who has positioned the Norwegian federation as a conscience in world soccer since her election in 2022.</p><p>“It is a worry for the game when you compromise fundamental rules of the game,” she said Thursday about not enforcing Balogun's ban.</p><p>Norway previously joined a London-based NGO’s complaint to the FIFA ethics committee alleging Infantino breached a statutory duty of political neutrality, including by creating a peace prize to award to Trump at the World Cup draw in December.</p><p>The close personal and political ties between Trump and Infantino include the U.S. president believing the soccer official could be a good pick as next secretary general of the United Nations, the New York Post reported this week.</p><p>Olympics complaint</p><p>The human rights NGO, FairSquare, also has filed an ethics complaint about the Balogun incident to the International Olympic Committee, where Infantino is an elected member, about breaching its rules on political neutrality.</p><p>FIFA and the IOC rarely acknowledge or provide updates on potential cases before their ethics bodies.</p><p>The independence of FIFA’s process to handle complaints alleging unethical conduct has been questioned since the lead investigator and judge both were replaced in 2017, in the second year of Infantino’s presidency.</p><p>FIFA has yet to publish documents explaining how its disciplinary judges reached verdicts about Balogun or other World Cup players.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLEZAQIWLDPP5FOHSCN32E5FVM.jpg?auth=c80518afa1d4a7d77048913c8a4bf827e6d5c10ef3199756f6f587543acc6772&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino, left, and President Donald J. Trump talk as they wait to congratulate the Spanish players after the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/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/LAP36PBB4E5BGDF2XMNW6TE64Y.jpg?auth=e5c87cbe01b962a66a47dd9c3725b89dc7a55dd61e3c1adda6ec3300435259d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) walks off the pitch after losing to Belgium in their World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7Q4LYNOE4PPVHLWUJH3ZOHAJRA.jpg?auth=5dc1bcaa2fe39d9ccd9d14a439f32f9cadf8e85aa673396e94731b2a27842e24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino, center, in the stands ahead of the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[US filings for unemployment aid fall to 187,000 last week, fewest since 1969]]></title><link>https://www.local10.com/business/2026/07/23/us-filings-for-unemployment-aid-fall-to-187000-last-week-fewest-since-1969/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/23/us-filings-for-unemployment-aid-fall-to-187000-last-week-fewest-since-1969/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. applications for jobless benefits tumbled to the lowest level in more than five decades last week as layoffs remain historically low despite global economic uncertainty.]]></description><pubDate>Thu, 23 Jul 2026 16:36:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. applications for jobless benefits tumbled to the lowest level in more than five decades last week as layoffs remain historically low despite global economic uncertainty.</p><p>The number of Americans applying for unemployment benefits in the week ending July 18 declined by 22,000 to 187,000, the Labor Department reported Thursday. That's the fewest number of weekly applications since the week ending Sept. 6, 1969, according to Labor Department data.</p><p>It's also well below the 215,000 new applications forecast by analysts surveyed by the data firm FactSet.</p><p>Weekly filings for unemployment benefits are considered a proxy for layoffs and are close to a real-time indicator of the health of the U.S. job market.</p><p>Despite surging oil prices resulting from the U.S.'s military attack on Iran, the American job market remains healthy and layoffs historically low. However, analysts say a prolonged war and higher than normal energy costs could eventually chip away at that, forcing companies to reduce costs by lowering head counts.</p><p>“The economic crisis caused by the energy supply shock is not over yet,” said Carl Weinberg, chief economist at High Frequency Trading. “But the labor market has yet to show any sign of wear and tear from the surge in oil prices.”</p><p>The price for a barrel of U.S. crude surged nearly 5% early Thursday to more than $91. That's the highest level in about six weeks. Gas prices in the U.S. are also back up above $4 a gallon on average. That not only squeezes consumers' budgets, but also hits businesses hard, especially those which are heavily dependent on fuel.</p><p>In its expansive June jobs report earlier this month, the government reported that employers pulled back on hiring, adding only 57,000 jobs. That’s less than half the previous month’s total and a sign that companies remain cautious about adding to their head counts. The unemployment rate dropped to 4.2% from 4.3% in May, though that decline is mostly because many out-of-work people gave up looking for jobs and were no longer counted as unemployed.</p><p>June’s tepid hiring comes after a relative surge in job gains the previous three months, countering concerns that the war in Iran could trip up an already wobbly labor market.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Among the companies that have trimmed their workforce recently are Verizon, UPS, Amazon, Disney, Starbucks and Walmart.</p><p>Earlier this month Microsoft said it was cutting 4,800 jobs, about 2.1% of its global workforce, including a large number of workers at its Xbox video game business.</p><p>Thursday’s layoffs data showed that the four-week moving average of weekly jobless claims, which adjusts for volatility, fell by 7,250 to 207,500.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending July 11 was down by 2,000 to just under 1.8 million, also a historically healthy figure.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFNZNM4XPVQVMZ7HKKXLMMB34Y.jpg?auth=d81725a7c0f65f397e8f6736e3ebeedeada98fea613768d3806a22e478646863&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Now hiring sign is seen in front of an auto body shop in Chicago, Thursday, June 25, 2026. (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[The Latest: Trump issues new double-digit tariffs on 60 countries]]></title><link>https://www.local10.com/news/politics/2026/07/23/the-latest-trump-issues-new-double-digit-tariffs-on-60-countries/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/23/the-latest-trump-issues-new-double-digit-tariffs-on-60-countries/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump announced Thursday he is imposing new double-digit tariffs on dozens of U.S. trading partners, just as the clock runs out Friday on stopgap levies he imposed after a defeat at the Supreme Court. The United States will impose taxes of 10% to 12.5% on imports from 60 countries, charging that they have inadequately enforced bans on goods produced by forced labor.]]></description><pubDate>Thu, 23 Jul 2026 21:58:29 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump announced Thursday he is imposing new double-digit tariffs on dozens of U.S. trading partners, just as the clock runs out Friday on stopgap levies he imposed after a defeat at the Supreme Court. The United States will impose taxes of 10% to 12.5% on imports from 60 countries, charging that they have inadequately enforced bans on goods produced by forced labor.</p><p>Trump said earlier Thursday that a new agreement reached with Saudi Arabia for a civilian nuclear program will require the kingdom to normalize relations with Israel through the Abraham Accords. Trump added that the new nuclear deal, which is expected to last 30 years and involve U.S. firms, does not allow for enrichment of uranium. But experts are concerned the deal lacks guardrails to prevent uranium enrichment to weapons-grade levels.</p><p>Meanwhile, Yemen’s Iran-backed Houthi rebels are threatening to blockade Saudi Arabia, a threat that could widen the Iran war and further disrupt global oil supplies and international trade. The Houthis said on Thursday they had attacked two Saudi oil tankers in the Red Sea, as international oil spiked to $100 a barrel.</p><p>The House on Thursday narrowly passed a resolution to halt U.S. military action in Iran, sending a largely symbolic warning to Trump for the second time. The 214-208 vote requiring congressional approval for the war comes as the Senate is expected to consider a similar resolution later Thursday morning.</p><p>Here's the latest:</p><p>Some products are exempted from new tariffs, including oil and gas</p><p>Some products — including oil, gas and fertilizer — are exempted from the new tariffs announced Thursday. Also being spared are products that qualify for duty-free status under the US-Mexico-Canada Agreement, the North American trade pact Trump negotiated in his first term.</p><p>Tariffs are paid by companies in the United States that import foreign products. The importers usually try to pass along the cost by charging consumers higher prices.</p><p>Americans are already frustrated by the high cost of living, so the administration is taking a risk in rolling out new tariffs ahead of the Nov. 3 midterm elections.</p><p>Trump imposes double-digit tariffs on countries before Friday deadline</p><p>Trump is going ahead with new double-digit tariffs on dozens of U.S. trading partners just as the clock runs out Friday on stopgap levies he imposed after a stinging defeat at the Supreme Court.</p><p>The United States will impose taxes of 10% to 12.5% on imports from 60 countries, charging that they have inadequately enforced bans on goods produced by forced labor.</p><p>The new tariffs come as temporary 10% worldwide tariffs expire at 12:01 a.m. Friday.</p><p>Trump had turned to those levies after the Supreme Court struck down his biggest and boldest tariffs in February. Now he’s tapping more durable tariffs under a 1974 trade law.</p><p>Trump expands a voluntary pledge to protect consumers from high utility bills from AI data centers</p><p>President Donald Trump is asking governors and electricity companies to join a pledge aimed at shielding U.S. consumers from higher utility bills because of data centers.</p><p>This move highlights the controversy surrounding the development of artificial intelligence before the November midterm elections.</p><p>Trump initially announced the pledge with leading AI and tech companies in March, but voters remain concerned about affordability and competition for resources. A recent analysis shows increased electricity demand could raise utility bills by 15% to 40% by 2030.</p><p>Opposition to data centers has become bipartisan. Some governors have taken steps to address these concerns.</p><p>▶ Read more</p><p>Government withdraws subpoenas of 3 reporters for The New York Times after admitting legal errors</p><p>The government has withdrawn subpoenas that would have compelled three New York Times reporters to testify about their sources for articles about Trump’s Qatari-gifted Air Force One jet. The withdrawals in U.S. District Court followed a remarkable back-and-forth between a visibly irritated Judge Arun Subramanian and government attorneys.</p><p>They come at a time when the Trump administration is vigorously going after news organizations whose reporting and coverage it doesn’t like — and also trying to crack down on leaks inside the government.</p><p>The government’s retreat in the face of vigorous legal opposition and a stern reprimand from a judge marked the latest instance of the Justice Department pulling back on its aggressive efforts to compel journalists to identify their sources before a grand jury. The administration recently withdrew similar subpoenas that sought to compel testimony in Virginia from journalists for The Washington Post and The Wall Street Journal.</p><p>▶ Read more</p><p>Trump is looking forward to meeting Dodgers’ Shohei Ohtani</p><p>“I’ll meet a man who’s just about the best pitcher in baseball and just about the best hitter in baseball,” Trump said of the upcoming appearance while speaking at an event at the EPA headquarters in Washington.</p><p>He was referring to Shohei Ohtani, the Dodgers designated hitter and pitcher.</p><p>Trump also mentioned Babe Ruth, himself a legendary pitcher and hitter, and suggested that Ohtani was superior to Ruth.</p><p>“So we’re going to meet him and all of the people of the Dodgers,” Trump said. “They won the World Championship, and we see the champions, the Super Bowl champions and the baseball and basketball, all of them. They like to come over to the White House.”</p><p>Los Angeles edged the Toronto Blue Jays in Game 7 last October to become the first repeat World Series champions in a quarter century.</p><p>Trump says communities ‘can’t fight’ data centers, should embrace them</p><p>Trump said elected officials and other leaders need to do a better job convincing their communities “how great” data centers are.</p><p>Speaking at an event to promote his Ratepayer Protection Pledge, Trump said local communities should accept new data centers that power AI and supercomputers.</p><p>“You can’t fight it. You have to go with it, and you’re going to have all that protection, and we’re giving you automatic protection” from rate increases, Trump said Thursday at the Environmental Protection Agency.</p><p>Communities that host data centers “are going to make a tremendous amount of money,’′ Trump said. “You’re going to reduce taxes, and you’re going to have something that if you don’t have it, everybody else wants it. Your community and your state’s going to become rich, and there’s very little disruption. You might as well do it yourselves.”</p><p>US heaps more sanctions on Cuba energy and financial concerns</p><p>The Trump administration has imposed more sanctions on Cuban officials and organizations affiliated with a military-run company that it has previously designated for U.S. penalties.</p><p>Secretary of State Marco Rubio said he was targeting nine companies and two people linked to Grupo De Administración Empresarial, or GAESA, for sanctions. GAESA is a military conglomerate that was hit with sanctions in May.</p><p>The sanctions also apply to Cuba’s public health minister for his role in overseeing medical assistance overseas that Rubio says is a front for human trafficking.</p><p>The move is the latest escalation in the U.S. pressure campaign against the Cuban government, which the administration earlier this week accused of running a decades-old espionage and influence campaign inside the United States to promote left-wing or communist ideology. But it also comes just two days after the delivery of some $60 million in U.S. humanitarian aid to the island.</p><p>Trump says trip to Dover was ‘a very sad day’ for him while playing down Iran war death toll</p><p>A day after he attended the dignified transfer of four U.S. service members killed in the Middle East, Trump mourned their deaths while comparing the war’s death toll to longer, costlier conflicts.</p><p>“I had a very sad day yesterday. I went to Dover. Four great American patriots killed,” Trump said. “That’s 18 in two wars. And one is too many, but it’s 18, whereas in Vietnam we lost 200,000.”</p><p>He added that “we want to get it over with, and we want to do it right, but we have to do what we came to do.”</p><p>US hits Mexican drug cartel members with new sanctions</p><p>The Trump administration has imposed new sanctions on more than 50 members of a Mexican cartel it accuses of narcotrafficking, including its new leader who took over the organization after the death of his stepfather known as “El Mencho.”</p><p>The Treasury Department on Thursday said it had targeted the leader of the Cartel de Jalisco Nueva Generación, or CJNG, Juan Carlos Gonzalez. Gonzalez is a dual U.S.-Mexico citizen, along with dozens of other CJNG members, for sanctions. The sanctions include freezing any assets they may have in the United States or that come into contact with financial institutions under U.S. jurisdiction.</p><p>The Treasury said the move was the largest ever single action it has taken against the group, which the U.S. accuses of widespread drug smuggling and violence and was designated a Foreign Terrorist Organization by the State Department in February 2025.</p><p>US designates Muslim Brotherhood official, several others accused of supporting Hamas as terrorists</p><p>The Trump administration on Thursday designated a senior official of the Muslim Brotherhood and several individuals and entities accused of providing support to Hamas as terrorists.</p><p>This comes after the U.S. labeled three Middle Eastern branches of the organization in January with the same severe label, making it a criminal offense to provide material support to the group.</p><p>In a statement, the Treasury Department said that two of the entities listed are “sham charities” tied to the Muslim Brotherhood that “funneled substantial funding to Hamas’s military wing.”</p><p>Leaders of the Muslim Brotherhood, which was founded in Egypt in 1928, have previously said they disavow violence, with the branches in Egypt and Lebanon denouncing their inclusion on the U.S.’s list.</p><p>US providing over $200M in aid to international Red Cross</p><p>The State Department says roughly two-thirds is going to the International Committee of the Red Cross, which focuses on the protection of civilians in conflict.</p><p>The remainder is directed to the International Federation of Red Cross and Red Crescent Societies, an umbrella group of national organizations like the American Red Cross.</p><p>The “rapid, flexible and global focus” of the funding is part of efforts to help aid groups respond to natural disasters, the needs of people in conflicts and build on existing humanitarian aid channels, the department said.</p><p>ICRC said the U.S. has been its top donor for years and committed $363 million last year and a similar amount this year.</p><p>Trump will welcome the World Series champion Dodgers to the White House</p><p>Trump is welcoming Shohei Ohtani and the Los Angeles Dodgers to the White House.</p><p>Thursday’s event in the Rose Garden celebrates the team’s second consecutive World Series title. The Dodgers previously celebrated their 2024 win with Trump in April 2025.</p><p>Trump has added personal touches to the White House, including a Mar-a-Lago -inspired patio where the team event is being held.</p><p>Championship baseball teams have been coming to the White House since 1869, when President Ulysses S. Grant welcomed the Cincinnati Red Stockings.</p><p>▶ Read more</p><p>A member of Vance’s Secret Service detail is being investigated over a suspected news leak</p><p>The Secret Service says a member of Vice President JD Vance ’s security detail is being investigated over a suspected news leak.</p><p>An agency spokesperson said Thursday that the member faces an internal investigation and potential criminal inquiry over allegations that the person compromised “operational and information security.”</p><p>The Secret Service said the investigation is tied to a report from MS NOW last week that said some Secret Service agents had privately expressed frustration over last-minute travel requests from Vance and his family. The Secret Service did not disclose the identity of the member under investigation.</p><p>▶ Read more</p><p>Leavitt says Trump is ‘final dealmaker’ on potential US-Saudi nuclear agreement</p><p>The U.S. Energy Department and Saudi government announcement on Wednesday made no mention of the civil nuclear deal being contingent on the kingdom normalizing relations with Israel.</p><p>So Trump’s social media post on Thursday asserting that the deal was subject to the Saudis joining the accord — what would be a monumental achievement for the administration if it ever happens — was unexpected.</p><p>When asked by a reporter why the condition was not mentioned in the initial announcement, Leavitt said the president was the “final dealmaker” and has called on Saudi Arabia to join the accords “on numerous occasions.”</p><p>White House says Trump is losing patience with Thune</p><p>Asked if Trump is frustrated with Senate Majority Leader John Thune, Leavitt said, “The president spoke about this directly yesterday.”</p><p>She was referencing comments Trump made at a rally Wednesday in Georgia where he expressed frustration that his agenda is hampered in the Republican-controlled Senate by rules requiring 60 votes to advance most legislation — including the SAVE America voting bill he talks about often.</p><p>Trump’s Republican Party doesn’t have 60 members in the Senate.</p><p>The president told the rally, his voice rising as he spoke: “Everybody call John Thune at the Senate. He’s the leader of the Republican Party. And tell him to get this stuff approved.”</p><p>Leavitt added Thursday at the White House: “His patience is running out.”</p><p>Trump administration to announce new tariffs on Thursday</p><p>Leavitt said Jamieson Greer, the U.S. trade representative, will announce “later” on Thursday a new set of tariffs.</p><p>After the Supreme Court in February rejected Trump’s ability to declare an economic emergency to impose sweeping import taxes, Trump unveiled 10% global tariffs under Section 122 of the Trade Act of 1974 that could only be in place for 150 days. Those replacement tariffs are set to expire Friday.</p><p>Greer in March launched a series of investigations using Section 301 tariffs from the Trade Act of 1974. Those taxes could replace the expiring tariffs.</p><p>The Section 301 investigations applied to countries with industrial excesses that disadvantage U.S. goods and trade partners that fail to adequately enforce restrictions on importing goods made by forced labor.</p><p>Tate brothers won’t get help from the White House</p><p>Asked whether the White House would intervene in the extradition of social media influencers Andrew and Tristan Tate, press secretary Karoline Leavitt flatly rejected the idea.</p><p>“No, we’ve already answered that question,” Leavitt said before moving on at a Thursday briefing.</p><p>The Tate brothers are fighting their extradition to the United Kingdom, where they’re accused of rape and sex trafficking. They were arrested by federal authorities on Saturday in Miami.</p><p>White House says Trump has been consistent in demanding Saudi Arabia join Abraham Accords</p><p>Leavitt said Trump’s assertion that Saudi Arabia must join the Abraham Accords as part of a civilian nuclear deal is a position he’s long held.</p><p>“It will eventually, hopefully be finalized with the condition that the president spoke about this morning,” Leavitt said.</p><p>Saudi officials have yet to comment since Trump announced that the deal, announced Wednesday by the two countries, is subject to joining the accords.</p><p>But Leavitt made the case that the president’s decision is hardly surprising, saying “this is something he has raised in previous conversations and also said many time in the past” with Saudi officials.</p><p>Trump to deliver remarks at Sen. Lindsey Graham’s funeral</p><p>White House press secretary Karoline Leavitt said the president will honor his friend and ally at a funeral service next week.</p><p>“On Tuesday afternoon, the president will deliver a tribute honoring the life and legacy of his dear friend, Sen. Lindsey Graham, at the National Cathedral,” Leavitt said during a Thursday briefing.</p><p>Graham, a Republican from South Carolina, died July 11.</p><p>Trump is taking his next Cabinet meeting on the road</p><p>White House press secretary Karoline Leavitt announced Trump will hold a Cabinet meeting on July 31 — and there’s a twist with this one.</p><p>The president will host the Cabinet at the Camp David presidential retreat in Maryland’s Catoctin Mountains. Leavitt said the meeting “will be a lot of fun and something different for the Cabinet to experience together.”</p><p>Trump last visited Camp David in June to celebrate Father’s Day and his 80th birthday with family.</p><p>US to target cyber scammers and online ‘sextortionists’ with travel bans</p><p>The Trump administration announced Thursday it would begin revoking or denying visas to foreigners involved in cyber scams and online “sextortion” of minors, barring them and their family members from traveling to the United States.</p><p>Secretary of State Marco Rubio said in a statement that the policy was a response to Americans being bilked of at least $10 billion in 2024 in online investment scams by transnational criminal organizations, many of them with Chinese connections, and American children being specifically targeted by overseas predators.</p><p>“This policy targets individuals responsible for, or complicit in, cybercrime and cyber-enabled crime, such as those involved in cyberscams, and sextortion,” Rubio said. “By restricting visa issuance to those who are responsible for or complicit in these criminal enterprises, we are sending a clear message: The United States will go after those who prey on our citizens.”</p><p>Member of Vance’s security team faces investigation for allegedly compromising information</p><p>A member of Vice President JD Vance’s security detail is being investigated for allegedly “compromising operational and information security,” according to the U.S. Secret Service.</p><p>Agency spokesperson Anthony Guglielmi said the person faces an administrative investigation and “potential criminal inquiry” over alleged misconduct.</p><p>“While we will not comment on the specifics of this matter, one principle is unequivocal: any conduct that potentially threatens the safety of a protectee will not be tolerated,” Guglielmi said in a statement.</p><p>Vance’s office referred questions to the Secret Service.</p><p>China hands over fugitive to the US ahead of expected Xi-Trump meeting</p><p>Chinese police on Thursday handed over a wanted U.S. fugitive to American authorities at Shanghai Pudong International Airport, China’s Ministry of Public Security said in a statement.</p><p>The case is part of law enforcement cooperation to implement “important consensus” between Chinese leader Xi Jinping and President Trump, the ministry said. Trump visited Beijing in May and Xi is expected to travel to the U.S. in September.</p><p>The ministry did not reveal the suspect’s name but said the fugitive was suspected of sexually assaulting minors and fatally shooting his wife in 2004. It said Interpol issued a red notice calling on law enforcement worldwide to capture the suspect the following year.</p><p>After a U.S. request, Chinese police conducted investigations and captured the suspect, the ministry said.</p><p>Trump has insisted continued US attacks against Iran don’t mean a return to war</p><p>Continued American airstrikes are occurring even as diplomatic efforts show little public sign of progress and officials on both sides have dug in on the dispute over the Strait of Hormuz, a crucial waterway for global energy that remains largely closed. The unpopular war threatens further worldwide economic disruption and is sending fuel prices up ahead of midterm U.S. elections this fall.</p><p>As the House debated the resolution Wednesday evening, Foreign Affairs Committee Chairman Brian Mast, R-Fla., read out names of 18 service members killed since the war began.</p><p>“To belittle this mission is to belittle and demean the very service these members gave their life for,” Mast said. “Their sacrifice was not meaningless. This operation is bringing reckoning for the hundreds of times Iran has attacked and killed people of the United States of America.”</p><p>The top Democrat on the panel, New York Rep. Gregory Meeks, said presidents are supposed to make the case to Congress.</p><p>House again passes resolution seeking to halt military action in Iran</p><p>The House on Thursday narrowly passed the resolution to halt U.S. military action in Iran, sending a warning to President Trump for the second time as the war has escalated and the future of the conflict is increasingly uncertain.</p><p>The 214-208 vote requiring congressional approval for the war comes as the Senate is expected to consider a similar resolution later Thursday morning. Though the votes forced by Democrats are largely symbolic, they’re meant as a strong signal to the Republican president that his support on Capitol Hill is chipping away as the war drags on and lawmakers in both parties have questioned his administration’s endgame.</p><p>The war has had “no clear mission, no strategy, no end goal,” said Washington Rep. Pramila Jayapal, a Democrat who led the resolution on the House floor.</p><p>The resolution narrowly passed after a handful of Republicans voted with Democrats to end the war. But the vast majority of Republicans voted to back the war and cede congressional war powers to Trump.</p><p>▶ Read more</p><p>Mideast oil producers step up plans to bypass the Strait of Hormuz</p><p>Before the war in Iran, roughly 15 million barrels of Persian Gulf oil were shipped each day through the Strait of Hormuz. Within a few years, much of that oil could bypass the strait.</p><p>As Iran’s chokehold over the strait drags on and oil prices surge, countries across the Gulf are planning to spend billions of dollars to build pipelines enabling them to redirect more supplies to ports on the Red Sea, the Gulf of Oman and the Mediterranean.</p><p>At least seven major pipeline projects are under construction, in the planning stage or being discussed as possibilities, according to government officials, oil companies and analysts. The war has been a wake-up call for Gulf oil producers, who are determined to become less dependent on a transit point that hugs Iran’s coast.</p><p>But alternatives to Hormuz are also vulnerable to disruption. And some alternative routes will take the oil on longer and more expensive paths to market.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TEL5YJ5KJC6SGZ6XIVOIZQPAGQ.jpg?auth=0b742be6640d0479c0decda2b32bf19eec050d7a0326836fcd37da42573991bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives on Air Force One at Dobbins Air Reserve Base, Wednesday, July 22, 2026, in Marietta, Ga. (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/AQKR6YWF2L57SSQR2GKLSHZSTI.jpg?auth=9d4f0cc718bd05b7f2cd37931cded46c795109cb0e40cc3088a78d683dac6fdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak at Wheeler High School, Wednesday, July 22, 2026, in Marietta, Ga. (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/4ZV52T3WQQFSELE7VYRGKXRKHY.jpg?auth=91b01839698e2ea7d2388f4b8b15c04a8cb8c9a6a51979512959de48086a2aac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves to reporters after arriving on Air Force One at Dobbins Air Reserve Base, Wednesday, July 22, 2026, in Marietta, Ga. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item></channel></rss>