<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Mon, 22 Jun 2026 15:09:13 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Cruise passenger caught with child sexual abuse videos at Port Everglades]]></title><link>https://www.local10.com/news/local/2026/06/22/cruise-passenger-caught-with-child-sexual-abuse-videos-at-port-everglades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/cruise-passenger-caught-with-child-sexual-abuse-videos-at-port-everglades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Pittsburgh man is facing federal charges in South Florida after federal agents said he was caught with child sexual abuse videos on his cellphone after disembarking a cruise ship at Port Everglades over the weekend.]]></description><pubDate>Mon, 22 Jun 2026 15:04:20 +0000</pubDate><content:encoded><![CDATA[<p>A Pittsburgh man is facing federal charges in South Florida after federal agents said he was caught with child sexual abuse videos on his cellphone after disembarking a cruise ship at Port Everglades over the weekend.</p><p>Agents took Joseph Samuel Doria into custody on Saturday. Records show he’s set to appear in Fort Lauderdale federal court on Monday morning, his 28th birthday.</p><p>According to a federal criminal complaint, Doria had been referred to secondary inspection at the port’s U.S. Customs and Border Protection checkpoint after getting off the Regal Princess.</p><p>Customs officers searching Doria’s cellphone found “multiple images and videos” in Doria’s “Recently Deleted” folder depicting girls as young as toddlers being raped and sexually abused, the complaint states.</p><p>Authorities said Doria admitted to viewing the videos, saying he’s done so since he was 13. They said he also admitted to distributing the illicit material online and having a device back home that contains “a minimum of 100 videos and images” of child sexual abuse material.</p><p>Agents arrested Doria on charges related to the possession and transportation of child sexual abuse material.</p><p>As of Monday, records show he was being held in the Broward Sheriff’s Office Main Jail facility on behalf of the U.S. Marshals Service.</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/HVLUR3GY7BHI3AL7PWCOVWG7UM.jpg?auth=449133120430f12c4207624804302bb7afc62bca0fd5e7ea9035c72733e3e8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joseph Doria]]></media:description></media:content></item><item><title><![CDATA[Mexico, Italy and others see up to two more months of heat stress than in the 1970s, study says]]></title><link>https://www.local10.com/news/world/2026/06/22/mexico-italy-and-others-see-up-to-two-more-months-of-heat-stress-than-in-the-1970s-study-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/mexico-italy-and-others-see-up-to-two-more-months-of-heat-stress-than-in-the-1970s-study-says/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Mexico, Kenya, Italy and other nations around the world are experiencing one to two more months of heat stress than they were several decades ago, new research published Monday says, and some areas even more so. Regions previously untouched by heat stress are now feeling it, too.]]></description><pubDate>Mon, 22 Jun 2026 15:00:57 +0000</pubDate><content:encoded><![CDATA[<p>Mexico, Kenya, Italy and other nations around the world are experiencing one to two more months of heat stress than they were several decades ago, new research published Monday says, and some areas even more so. Regions previously untouched by heat stress are now feeling it, too.</p><p>Extreme feels-like temperatures, heat stress days and tropical nights have all become dramatically more frequent, long and severe over the past six decades as the planet's warming intensifies — a result of the burning of fossil fuels coal, oil and gas — according to a new study published in the journal Nature Climate Change on Monday.</p><p>The researchers went beyond just temperature, which is frequently studied, and used feels-like temperatures, to understand more of the impact on people. They assessed heat stress on individual humans, influenced by temperature, humidity, wind speed and more. They used what’s called the Universal Thermal Climate Index to analyze those factors and model the human body’s response to the environment.</p><p>The combination of heat and humidity can be dangerous for humans, because humidity impacts how sweat evaporates, and that's a cooling mechanism. Heat waves that are humid can be more fatal than dry heat waves as humans don't cool down as easily.</p><p>Heat stress is worsening in already-warm regions, and beyond</p><p>Past studies have looked at the extent to which human-driven climate change has sent temperatures soaring, especially in recent years. One study says people globally suffered an average of 41 extra days of dangerous heat in 2024. Some research says that the world is on track to add nearly two months of superhot days each year by the end of the century.</p><p>Here, researchers looked at heat stress at three levels: strong (index temperatures of greater than or equal to 32 degrees Celsius, or 89.6 degrees Fahrenheit); very strong (index temperatures of greater than or equal to 38 degrees Celsius, or 100.4 degrees Fahrenheit); and extreme (index temperatures of greater than or equal to 46 degrees Celsius, or 114.8 degrees Fahrenheit).</p><p>Places that might see around 50 more days per year of at least strong heat stress compared with the 1970s include parts of Southern Africa, such as in Namibia and Angola; Eastern Africa, including parts of Tanzania, Kenya and Uganda; and parts of Mexico and Central America.</p><p>In Southern Spain, Italy, Greece and Turkey, some areas will see up to 40 additional days with strong heat stress compared with the 1970s. Much of Southern Europe is seeing almost a full month of additional strong heat stress days from decades ago.</p><p>In the U.S., much of the country sees 15 or more days of at least strong heat stress, and southern parts, including Texas and Florida, are seeing close to 25 or more days with very strong heat stress.</p><p>Those heat stress seasons are also lasting longer.</p><p>The study’s lead author Rebecca Emerton, also a senior scientist at the European Centre for Medium-Range Weather Forecasts in the United Kingdom, said it was striking “to see heat stress not only intensifying in those places that we already consider as being hot or used to experiencing heat waves ... but also to see this, we call it, expanding footprint of heat stress expanding into regions where it’s historically been rare or non-existent.”</p><p>According to the study, the feels-like temperatures on the ten warmest nights of each year have also increased faster — 0.32 degrees Celsius (0.58 degrees Fahrenheit) per decade — than the ten warmest days, 0.27 degrees Celsius (0.49 degrees Fahrenheit) per decade.</p><p>For tropical nights, the researchers considered minimum temperature of 20 degrees Celsius (68 degrees Fahrenheit). This means people might not be recovering properly from daytime heat in the overnight hours.</p><p>And now, one billion more people face at least one day of extreme heat stress each year than they did in the 1970s.</p><p>The future impact depends on action</p><p>The world has known that adding heat-trapping gases to the atmosphere by burning fossil fuels and cutting down forests will warm the globe, said Jennifer Francis, a climate scientist at the Woodwell Climate Research Center on Cape Cod, who was not involved in the research.</p><p>“This study adds stark details about increasing dangers to billions of humans,” Francis said. “This analysis shows not only is temperature rising, but so is humidity, which makes high temperatures more deadly because our body’s air conditioning system — sweating — struggles to keep up.”</p><p>Emerton says the work highlights the urgent need to mitigate future warming and ensure adaptation strategies, heat health action plans, early warning systems and climate risk assessments are in place.</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><p>___</p><p>Read more of AP’s climate coverage.</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/LG3BUFUOZHOFNARFVJ5XFQFEDU.jpg?auth=aae832c46f80ed35743e40c3225000b1c3f18ce0489dd63a0c7cf28aaa85077a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jorge Moreno, a worker, drinks flavored water to cope with the heat wave during his workday at a construction site in Veracruz, Mexico, on June 17, 2024. (AP Photo/Felix Marquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEA4X6VY5WGPITEP5P72KO6AXM.jpg?auth=db4aa0672763842b336d9343a5349487589b10abd599e6ce3c087e46b92e4314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Margarita Salazar, 82, wipes the sweat off with a tissue inside her home amid hot weather in Veracruz, Mexico, on June 16, 2024. (AP Photo/Felix Marquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5RRWI5DFAIHTXACOUSDYBE2AA.jpg?auth=e96f7bd48dd5a0e8db6336bffe671601e2f38cacac1b145201d4a94d706bb66f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Volunteers distribute food and water to homeless people at the Progetto Arca Onlus foundation volunteer shelter, in Milan, Italy, July 3, 2025. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJ6U7FY23HOZ2ZKLVLM33UX3BM.jpg?auth=cd8b94b0796b54dd9175d1c1f613297f684a4ceed8ef59c0e3567fab98c97ccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The thermometer of a drugstore shows the temperature of 39 degrees Celsius (102 degrees Fahrenheit) during a heat wave in Rome on July 1, 2025. (AP Photo/Andrew Medichini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SM42I56SCRK5EAINDSLA3Z4B7A.jpg?auth=465506c64ca53fd3966cc822e600fe3584f256bcee000438f9ca7db4856adf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fanaco Lake is dry and cracked in Castronovo di Sicilia, central Sicily, Italy, July 17, 2024. (AP Photo/Andrew Medichini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Fiscalía y defensa chocan en argumentos finales por tragedia náutica de George Pino]]></title><link>https://www.local10.com/espanol/2026/06/22/fiscalia-y-defensa-chocan-en-argumentos-finales-por-tragedia-nautica-de-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/fiscalia-y-defensa-chocan-en-argumentos-finales-por-tragedia-nautica-de-george-pino/</guid><description><![CDATA[La deliberación final arranca tras intensas jornadas de testimonios médicos, videos de cámaras corporales y el desgarrador relato de los padres de las víctimas.]]></description><pubDate>Mon, 22 Jun 2026 14:57:20 +0000</pubDate><content:encoded><![CDATA[<p>Los argumentos finales comienzan este lunes en el juicio contra el magnate inmobiliario George Pino, quien está acusado de causar un choque de bote en 2022 que mató a la amiga de 17 años de su hija y dejó a otra adolescente discapacitada.</p><p>Pino, de 55 años, está acusado de homicidio culposo y homicidio con embarcación.</p><p>Los fiscales acusan a Pino, quien entonces tenía 52 años, de ser temerario cuando perdió el control de su bote Robalo de 29 pies en las primeras horas de la tarde del 4 de septiembre de 2022 y lo estrelló contra un marcador de canal cerca de Boca Chita Key, matando a Lucy Fernandez. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años, quien quedó permanentemente discapacitada.</p><p>Las adolescentes estaban en su bote celebrando el cumpleaños número 18 de su hija.</p><p>Los argumentos de apertura comenzaron con los fiscales diciendo que la colisión de Pino contra un marcador de canal ocurrió como resultado de negligencia criminal y temeridad.</p><p>“Lucy está muerta porque el acusado no hizo las cosas más básicas que exigen las reglas del agua”, dijo la fiscal estatal adjunta Laura Adams a los miembros del jurado.</p><p>Los de la defensa argumentan que el choque fue un mero accidente.</p><p>“El estado admite que esta no era la intención de George. Él no tenía la intención de que nadie saliera herido”, dijo el abogado de Pino, Howard Srebnick, a los jurados durante los argumentos de apertura. “Su propia hija, su propia esposa, su propio cuerpo estaban en ese bote”.</p><p>La apertura de la defensa fue interrumpida luego de que Pino se quebrara durante varios minutos frente a los jurados; los procedimientos se detuvieron y continuaron al día siguiente.</p><p>A lo largo del juicio, los jurados escucharon a algunas de las 12 mujeres jóvenes, todas adolescentes en ese momento, que estaban a bordo del bote de Pino.</p><p>“Lo primero que vi cuando abrí los ojos fue a George, y pensé que estaba muerto”, testificó Claudia Portocarrero. “Lo recuerdo, tenía sangre en la cabeza”.</p><p>Algunas testificaron sobre el alcohol que George Pino y su esposa, Cecilia Pino, proporcionaron, así como sobre el choque en sí, pero dijeron que no vieron al propio George Pino consumiendo bebidas alcohólicas.</p><p>El padre de Fernandez recordó la pesadilla viviente por la que pasaron él y su esposa. El padre de Puig también habló sobre cómo el choque afectó a su hija.</p><p>Los jurados realizaron una visita de campo a una instalación de la Florida Fish and Wildlife Conservation Commission en North Miami para ver el bote dañado y observaron imágenes de cámaras corporales de la respuesta al choque y del interrogatorio a Pino.</p><p>Pero el juicio no estuvo exento de momentos de conflicto.</p><p>La jueza Marisa Tinkler Mendez emitió una advertencia a Pino y a su familia por abrazarse frente a los jurados.</p><p>Un tenso intercambio entre Adams y Pino también llamó la atención de la jueza después de que Adams mencionara que, según los informes, Pino estaba murmurando: “Pasa, pasa, pasa”, durante un testimonio.</p><p>“Lo siento. ¿Tiene algo que quiera decirme?”, le preguntó Adams a Pino. “¿Por qué me está mirando fijamente?”.</p><p>Pino negó estar mirándola fijamente.</p><p>En otro momento, los abogados de Pino le dijeron a Tinkler Mendez que hubo “algo así como una mirada desafiante” entre Adams y su cliente, seguido de Adams “rodando los ojos” hacia Pino.</p><p>Cecilia Pino subió al estrado dos veces durante el juicio, relatando las desgarradoras secuelas del choque frente a Cutter Bank.</p><p>“She died because your husband crashed into that channel marker, right?”, le preguntó Adams durante su primera aparición en el estrado.</p><p>“She died because there was an accident”, testificó Cecilia Pino.</p><p>Cecilia Pino se quebró al subir al estrado por segunda vez, testificando: “Recuerdo haber preguntado otra vez: ‘¿Quién falta? ¿Quién falta?’. Y ahí fue cuando me dijeron que Lucy había desaparecido”.</p><p>George Pino no testificó en su juicio.</p><p>Los jurados recibirán instrucciones sobre la ley antes de comenzar sus deliberaciones.</p><p>De ser declarado culpable, Pino enfrenta entre 11 y 30 años de prisión.</p><p>Fiscalía y defensa presentan argumentos finales en juicio contra George Pino</p><p>Comienzan los debates decisivos tras semanas de tensas audiencias por el trágico choque marítimo</p><p>El magnate inmobiliario de Miami se enfrenta a una pena máxima de tres décadas de cárcel por la muerte de una adolescente.</p>]]></content:encoded></item><item><title><![CDATA[Victims identified following double homicide in rural Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/22/victims-identified-following-double-homicide-in-rural-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/victims-identified-following-double-homicide-in-rural-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office on Monday released the identities of a man and a woman who were killed last week in southwest Miami-Dade.]]></description><pubDate>Mon, 22 Jun 2026 14:56:49 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office on Monday released the identities of a man and a woman who they said were <a href="https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/">killed last week in southwest Miami-Dade.</a></p><p>The victims were identified as Esther Liontos, 58, and Roger Arredondo Gonzalez, 61.</p><p>Authorities have not disclosed how the two were killed, but confirmed that one person was detained for questioning. </p><p>According to MDSO, deputies were called to a home, located in the 26100 block of Southwest 209th Avenue, shortly after 8:30 a.m. Friday after receiving a report about an unconscious woman. </p><figure><img src="https://www.local10.com/resizer/v2/4635QJQFF5C6PDRDNRFBIZF7MU.jpeg?auth=06eb072646591d550bf74e95ac2f0fc056843e16f8a4c84c35927756f15796b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>When deputies arrived, they found Liontos lying on the ground outside the home, authorities said.</p><p>She was pronounced dead at the scene by Miami-Dade Fire Rescue personnel.</p><p>Deputies said they found Arredondo Gonzalez lying on the ground nearby. He too was pronounced dead at the scene.</p><p>Authorities confirmed that a man was detained for questioning to determine whether he had any involvement in the homicide.</p><p>Detectives have not disclosed what that man said to them, but no arrests have been made at this time.</p><p>Anyone with information is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4AOOXOACYJH6JD56EVWDFTTEIE.jpeg?auth=b1bcddcff16a86808d6dea50cb802ee03d3cf3d03008a589331ac9a4862aa099&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[El Niño y polvo del Sahara frenan la actividad ciclónica en el Atlántico]]></title><link>https://www.local10.com/espanol/2026/06/22/el-nino-y-polvo-del-sahara-frenan-la-actividad-ciclonica-en-el-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/el-nino-y-polvo-del-sahara-frenan-la-actividad-ciclonica-en-el-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El ingreso de aire seco continental y fuertes vientos cortantes congelará el desarrollo de huracanes durante el cierre de junio, dando una tregua a las saturadas costas del Golfo.]]></description><pubDate>Mon, 22 Jun 2026 14:50:15 +0000</pubDate><content:encoded><![CDATA[<p>Junio históricamente se posiciona como el mes menos activo de la temporada de huracanes en el Atlántico, pero eso no impide que el ciclo inicial del periodo ciclónico traiga consigo complicaciones severas. De manera habitual, los sistemas meteorológicos débiles y desorganizados —perturbaciones saturadas de agua que a veces ni siquiera alcanzan la fuerza para recibir un nombre— son los que provocan los mayores estragos durante este mes. La efímera tormenta tropical Arthur puntualizó esta realidad la semana pasada: aunque portó brevemente un nombre oficial, las inundaciones generalizadas y catastróficas a nivel local ocurrieron después de que el sistema ya se hubiera desintegrado en una baja presión remanente.</p><figure><img src="https://www.local10.com/resizer/v2/FD4BE3IXMZCO7IHGWIGVHDQIII.png?auth=0852d46a783cb7c7a228a300b8f98a0cb0cf1445870a4c333c65476d187e3b96&smart=true&width=1200&height=900" alt="Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center." height="900" width="1200"/><figcaption>Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center.</figcaption></figure><p>El análisis de las precipitaciones de los últimos siete días, fundamentado en los registros del <a href="https://hprcc.unl.edu" rel="">Centro Climático Regional de las Altas Llanuras</a>, expone acumulaciones de lluvia que superaron entre cuatro y ocho veces los parámetros habituales para esta época del año. Diversas zonas de la costa central del Golfo, incluyendo el sureste de Luisiana y el sur de Misisipi, experimentaron una de las semanas más lluviosas de las que se tenga constancia en un mes de junio. Esta descarga pluvial catapultó al área metropolitana de Nueva Orleans a registrar el tercer junio más húmedo en sus 80 años de historial estadístico oficial, superado únicamente por los acumulados de los años 2001 y 1987. El temporal provocó el desbordamiento de ríos, inundaciones en centenares de viviendas y obligó a operativos de rescate en comunidades vulnerables, además de cobrarse la vida de un trabajador de mantenimiento vial en Misisipi.</p><p>Para beneplácito de los residentes de Texas, Luisiana y la costa de Misisipi, cuyos suelos terminaron completamente saturados por el diluvio tropical de la semana pasada, la naturaleza cerrará el flujo de humedad esta semana. Un sistema de alta presión tomará el control de la región meteorológica, abriendo paso a las temperaturas más elevadas en lo que va del año. Las autoridades emitieron alertas por calor extremo debido a índices de sensación térmica proyectados a rozar los 110 grados Fahrenheit en sectores de Luisiana, con advertencias adicionales extendidas hacia el sur profundo del país.</p><figure><img src="https://www.local10.com/resizer/v2/FVKXEU7ZMNCJRNBCLQMMCDA67E.png?auth=1cebf14c64b9016f7c44e4871d6ba8feda1190afef753f223cd8c2aeeb81757e&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com.</figcaption></figure><p>Este cambio radical responde a un freno atmosférico doble que paralizará la actividad ciclónica en la cuenca del Atlántico durante el cierre de junio y los primeros días de julio. Mientras el fenómeno de El Niño intensifica su calentamiento en las aguas del Pacífico ecuatorial oriental, su acoplamiento con la atmósfera está alterando los patrones de circulación global. Este proceso genera corrientes de aire descendente sobre el norte del océano Índico y el Atlántico tropical, lo que destruye las probabilidades de desarrollo ciclónico.</p><figure><img src="https://www.local10.com/resizer/v2/RYTEXXVVZJBXJP7ACA7U3HPE3E.PNG?auth=cae57b568f9f6211205d5bbbb5855c1f960b97124f43db9d104dc3c491c21f19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>A este factor se le suma el arribo del polvo del Sahara, cuya temporada alcanza su punto máximo en las próximas semanas. Un enorme manto de aire seco y polvoriento avanza hacia el oeste a través de la cuenca atlántica, según las imágenes de satélite en color real de la <a href="https://www.noaa.gov" rel="">Oficina Nacional de Administración Oceánica y Atmosférica</a>. La combinación de una cizalladura del viento excepcionalmente fuerte impulsada por El Niño y estas nubes de polvo continental garantizará una calma absoluta en el Atlántico tropical durante las próximas semanas. Los meteorólogos del <a href="https://www.nhc.noaa.gov" rel="">Centro Nacional de Huracanes</a>estiman que cualquier amenaza ciclónica potencial en julio tendría que originarse cerca de las costas de Estados Unidos, donde los efectos desfavorables de El Niño son menos notorios, por lo que junio se despedirá sin mayores sobresaltos meteorológicos en la región.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRGTZEN5XFD2NGVREFF5FJZ5JI.png?auth=7506e806fd03f587a408452d509ac96c084aad0b91c756ff2fa44be9f8c6c587&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monday morning true-color satellite showing a large, hazy plume of Saharan dust pushing westward across the Atlantic basin. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Former Miami-Dade Schools Superintendent Alberto Carvalho resigns from LA job amid FBI probe ]]></title><link>https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe/</guid><dc:creator><![CDATA[Amanda Batchelor, Associated Press]]></dc:creator><description><![CDATA[Former Miami-Dade County Public Schools Superintendent Alberto Carvalho has resigned from his job as the superintendent for the public school district in Los Angeles following an FBI raid at his home earlier this year, the Los Angeles Unified Board of Education confirmed.]]></description><pubDate>Mon, 22 Jun 2026 11:09:30 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami-Dade County Public Schools Superintendent Alberto Carvalho has resigned from his job as the superintendent for the public school district in Los Angeles following an FBI raid at his home earlier this year, the Los Angeles Unified Board of Education<b> </b>confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/"><b>Leer en español</b></a></p><p>According to the<a href="https://www.latimes.com/california/story/2026-06-21/carvalho-resigns-as-lausd-superintendent-amid-federal-investigation" target="_self" rel="" title="https://www.latimes.com/california/story/2026-06-21/carvalho-resigns-as-lausd-superintendent-amid-federal-investigation"> Los Angeles Times</a>, Carvalho resigned Sunday evening.</p><p>“Placing students first has always guided my work,” Carvalho wrote in his resignation letter. “Because I believe our schools must remain focused on students and learning without distraction, I am resigning as Superintendent of LAUSD effective today, June 21, 2026.”</p><p>The school board confirmed that it received a letter of resignation from Carvalho, noting that his resignation took effect on Sunday.</p><p>“The Board remains steadfast in its commitment to ensuring stability, continuity, and continued progress through strong leadership,” the school board said in a statement. “Our focus remains unchanged: providing every student with a high-quality education, supporting our dedicated workforce, and maintaining the trust of the communities we serve.”</p><p>The school said Andrés Chait would remain acting superintendent “until a permanent decision is made.”</p><p>The LA Times reported that it’s unclear whether Carvalho negotiated a settlement with the district as his “contract sets a minimum of a 12-month payout were the district to terminate his employment without cause.”</p><p>Following the <a href="https://www.local10.com/news/national/2026/02/25/fbi-serving-search-warrants-at-los-angeles-school-district-headquarters-home-of-former-miami-dade-public-schools-superintendent/" target="_self" rel="" title="https://www.local10.com/news/national/2026/02/25/fbi-serving-search-warrants-at-los-angeles-school-district-headquarters-home-of-former-miami-dade-public-schools-superintendent/">Feb. 25 raid</a>, the district said in a statement that it “is cooperating with the investigation and we do not have further information at this time.” The FBI also searched a third location Southwest Ranches. </p><p>Rukelt Dalberis, a spokesperson for the FBI’s Los Angeles field office, confirmed that agents were at the properties to serve warrants but declined to comment further because affidavits laying out details for the basis for the searches were under seal.</p><p>According to the LA Times, law enforcement sources later confirmed that the investigation was “tied at least in part to Carvalho’s interaction with a subcontractor that brought a failed AI chatbot venture to the district.”</p><p>Through attorneys, Carvalho issued a public statement after the raids, claiming that he committed no wrongdoing.</p><p>Before taking the helm of the Los Angeles district in 2022, Carvalho oversaw Miami-Dade County Public Schools, Florida’s largest school district, from 2008 to 2021. During his tenure, he was credited with improving graduation rates and academic performance. The national superintendents association named him Superintendent of the Year in 2014, and Spain knighted the Portugal-born administrator in 2021 for his work in expanding Spanish-language programs for Miami-Dade County schools.</p><p>In California, Carvalho has stood out as a harsh critic of the Trump administration’s aggressive immigration crackdown, especially following raids in Los Angeles last year. When its 500,000 students returned to classes in the fall, Carvalho urged immigration authorities not to conduct enforcement activity within a two-block radius of schools.</p><p>Carvalho arrived in Los Angeles at a critical moment, as the district found itself flush with funding from state and federal COVID-19 relief money but still struggling with the impacts of the pandemic, including learning losses and declining enrollment. He previously sparred with Florida Republican Gov. Ron DeSantis over his order that schools not require masks during the pandemic.</p><p>Officials with the Miami-Dade school system have not confirmed whether the FBI or other federal agencies have contacted them regarding Carvalho.</p><p>A spokesperson for Miami-Dade County Public Schools told Local 10 News in February that they were aware of the investigation and “have no comment” at this time.</p><p>The Feb. 25 search was the second time in a week that the Justice Department had taken action against the LA school district. On Feb. 19, the Trump administration joined a lawsuit alleging that the district discriminates against white students under its decades-old desegregation policy.</p>]]></content:encoded></item><item><title><![CDATA[Escándalo por chatbot de IA tumba a Alberto Carvalho en Los Ángeles]]></title><link>https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[
La caída del respetado educador ocurre tras el allanamiento de sus propiedades en California y el sur de Florida por sospechas de corrupción federal.]]></description><pubDate>Mon, 22 Jun 2026 11:41:19 +0000</pubDate><content:encoded><![CDATA[<p>El exsuperintendente de las Escuelas Públicas del Condado de Miami-Dade, Alberto Carvalho, renunció a su cargo como jefe del distrito escolar público de Los Ángeles tras una redada del FBI en su residencia a principios de este año, según confirmó la Junta de Educación Unificada de Los Ángeles.</p><p>De acuerdo con el diario <a href="https://www.latimes.com" rel="">Los Angeles Times</a>, Carvalho presentó su dimisión el domingo por la noche. En su carta de renuncia, el funcionario luso-estadounidense justificó su salida afirmando que busca evitar distracciones para que los planteles educativos sigan enfocados en los estudiantes y el aprendizaje. La junta escolar ratificó que la renuncia se hizo efectiva de inmediato y designó a Andrés Chait como superintendente interino.</p><p>El diario californiano reportó que la pesquisa federal está vinculada, al menos en parte, con la interacción de Carvalho y un subcontratista que proveyó un fallido proyecto de chatbot con inteligencia artificial al distrito. El pasado 25 de febrero, agentes federales ejecutaron órdenes de registro tanto en su vivienda como en una propiedad ubicada en Southwest Ranches, Florida. Carvalho ha defendido públicamente su inocencia a través de sus abogados.</p><p>Antes de asumir el liderazgo del distrito de Los Ángeles en 2022, Carvalho dirigió el sistema escolar de <a href="https://www.dadeschools.net" rel="">Miami-Dade</a>de 2008 a 2021, el más grande de Florida, donde cosechó reconocimiento nacional e internacional por elevar las tasas de graduación. Hasta el momento, las autoridades escolares de Miami-Dade no han confirmado si el Departamento de Justicia de EE. UU. las ha contactado en relación con este caso, según reportó <a href="https://www.local10.com" rel="">Local 10 News</a>.</p>]]></content:encoded></item><item><title><![CDATA[Mavericks are hiring national champ coach Dusty May away from Michigan, AP source says]]></title><link>https://www.local10.com/sports/2026/06/22/mavericks-are-hiring-national-champ-coach-dusty-may-away-from-michigan-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/mavericks-are-hiring-national-champ-coach-dusty-may-away-from-michigan-ap-source-says/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — The Dallas Mavericks and Dusty May of national champion Michigan are finalizing a deal for the coach to make the jump from college to the NBA, a person with knowledge of the deal told The Associated Press on Monday.]]></description><pubDate>Mon, 22 Jun 2026 14:51:19 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — The Dallas Mavericks and Dusty May of national champion Michigan are finalizing a deal for the coach to make the jump from college to the NBA, a person with knowledge of the deal told The Associated Press on Monday.</p><p>The person spoke to the AP on condition of anonymity because the deal wasn't completed.</p><p>May and the Wolverines won the NCAA championship with a 69-63 victory over UConn in April to wrap up a 34-3 season. They opened the NCAA Tournament by becoming the first team ever to score at least 90 points in five consecutive games.</p><p>That came three years after May led Florida Atlantic to its only Final Four appearance. The Owls returned to the NCAA Tournament in 2024 before May was hired by Michigan.</p><p>The 49-year-old May replaces Jason Kidd, who was let go two weeks after Masai Ujiri was hired as president of basketball operations and alternate governor of the Mavericks.</p><p>He comes to the NBA with a chance to mold 2025 No. 1 overall draft pick and reigning Rookie of the Year Cooper Flagg. Veteran star Kyrie Irving is also on the roster for now after missing the entire 2025-26 season following an ACL year in March of last year.</p><p>May began his college coaching career as an assistant at Murray State in 2005-06. He then served on staffs at UAB, Louisiana Tech and Florida before getting his first head coaching job at Florida Atlantic.</p><p>The Owls went 35-4 during their dream season in 2022-23, which ended with a 72-71 loss to San Diego State in the national semifinals after Lamont Butler hit a buzzer-beating shot for the Aztecs.</p><p>“I was a fan of Dusty’s when he was at FAU,” said Yaxel Lendeborg, who played for May at Michigan and is widely expected to be a lottery pick in the first round of Tuesday’s NBA draft. “And now, after playing for him, I’m a bigger fan. I have so much respect for Dusty May, I can’t even tell you.”</p><p>Lendeborg said at last month’s draft combine that he felt like May ran Michigan’s program like an NBA program in many ways.</p><p>“He taught us a lot of things that are being used in the NBA now,” Lendeborg said. “A lot of schemes, a lot of switching and stuff. And his offense was very much a pro-style offense. We played fast-paced, physical, all of that. ... I’ve gained so much knowledge from him as far as those actions and just those little communication keys.”</p><p>May’s rise in coaching has been meteoric, particularly after the last four seasons.</p><p>He took over at Florida Atlantic in 2018 and had four consecutive seasons of finishing just over .500 — before striking gold in the 2022-23 season, going 35-4 and taking the Owls on that improbable Final Four run.</p><p>He went 25-9 at FAU the following season, then went to Michigan and brought the Wolverines back to prominence. Michigan went 27-10 two seasons ago before the run to the championship.</p><p>May’s record in his last four college seasons was 124-26, an .827 winning percentage that was third best in all of major college men’s basketball over that span behind Houston’s Kelvin Sampson (.861) and Duke’s Jon Scheyer (.832).</p><p>___</p><p>AP Basketball Writer Tim Reynolds in Miami and AP Sports Writer Stephen Hawkins in Arlington, Texas, contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MT3WA2LJ74GEH7QS47DNJPEG7E.jpg?auth=5b9369d933ccec3b0b333563906728aa9f907418afa1b74c99dab7115c30d3f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May talks with the media following their a win over Michigan State after an NCAA college basketball game in Ann Arbor, Mich., March 8, 2026. (AP Photo/Lon Horwedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lon Horwedel</media:credit></media:content></item><item><title><![CDATA[June out like a lamb in the Atlantic ]]></title><link>https://www.local10.com/weather/hurricane/2026/06/22/june-out-like-a-lamb-in-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/22/june-out-like-a-lamb-in-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[June is historically the least active month of the hurricane season, but that doesn’t mean the first month of the season can’t bring its fair share of issues.]]></description><pubDate>Mon, 22 Jun 2026 14:32:37 +0000</pubDate><content:encoded><![CDATA[<p>June is historically the least active month of the hurricane season, but that doesn’t mean the first month of the season can’t bring its fair share of issues. Most commonly, it’s the weak and sloppy systems – waterlogged disturbances that may not even muster up a name – that wreak the most havoc in June. Short-timer Arthur last week punctuated this truth, and even though it did briefly get a name, the widespread and locally catastrophic flooding that followed came after it had already unraveled into a remnant low.</p><figure><img src="https://www.local10.com/resizer/v2/FD4BE3IXMZCO7IHGWIGVHDQIII.png?auth=0852d46a783cb7c7a228a300b8f98a0cb0cf1445870a4c333c65476d187e3b96&smart=true&width=1200&height=900" alt="Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center." height="900" width="1200"/><figcaption>Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center.</figcaption></figure><p>Mercifully for areas in Texas, Louisiana, and coastal Mississippi saturated with tropical rains last week, Mother Nature will turn off the tropical spigot this week, as high pressure takes over and ushers in the hottest temperatures of the year so far. Already heat advisories are in effect today across parts of southern Louisiana in anticipation of feels-like temperatures approaching 110 degrees, with additional heat advisories expected this week across the Deep South.</p><h3><b>The one-two punch that’ll shut down the Atlantic to close out June</b></h3><p>We started reading the stormy tea leaves of mid-June – brought on by the active phase of the Madden-Julian Oscillation or MJO – way back on the second day of the hurricane season. While El Niño was heating up in the eastern Pacific, the Gulf and western Caribbean showed signs of punching through – at least briefly – as the upper-level wind configuration opened a narrow lane for tropical mischief.</p><p>Now that we’re on the other side of Arthur and its remnants, the tropical Atlantic is about to get pummeled by the one-two punch of El Niño and continent-sized plumes of Saharan dust, coming as dust season peaks for the end of June and beginning of July.</p><p>The warming of the ocean waters in the eastern equatorial Pacific that define El Niño takes time to link up with the atmosphere and begin affecting the circulation patterns that ultimately dampen Atlantic tropical activity. We’re seeing that atmospheric coupling beginning now, with rising air dominating the Pacific and sinking air over the North Indian Ocean torpedoing development odds through the tropical Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/BX4ISJ7PZNGXBARZR54H55YXKE.png?auth=7cbcc8e061c0bc7b4c9ba5ccc0073d5e31f9827bf1e3a7337e56d1cdfc3cc090&smart=true&width=1200&height=900" alt="Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from late May (top of the chart) through August 6th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. The solid greens and blues (something called a “standing wave”) between 180 and 90 degrees west longitude indicate El Niño is coupling with the atmosphere leading to a change in circulation patterns that will deter tropical activity across the Atlantic for much of the hurricane season ahead. Credit: ECMWF." height="900" width="1200"/><figcaption>Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from late May (top of the chart) through August 6th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. The solid greens and blues (something called a “standing wave”) between 180 and 90 degrees west longitude indicate El Niño is coupling with the atmosphere leading to a change in circulation patterns that will deter tropical activity across the Atlantic for much of the hurricane season ahead. Credit: ECMWF.</figcaption></figure><p>A ribbon of exceptionally strong wind shear stretching clear through the tropical belt of the Atlantic basin will mean tropical tumbleweeds for the foreseeable future.</p><figure><img src="https://www.local10.com/resizer/v2/FVKXEU7ZMNCJRNBCLQMMCDA67E.png?auth=1cebf14c64b9016f7c44e4871d6ba8feda1190afef753f223cd8c2aeeb81757e&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com.</figcaption></figure><p>Even into July, any tropical threats will probably originate closer to the U.S. and around the southeastern U.S. coastline where the effects of El Niño are less noticeable. But for now, the triggers we’d look to closer to home – like unusually strong cold fronts or large thunderstorm complexes moving off the mainland – aren’t in the cards, and June should close with little fanfare across the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/RYTEXXVVZJBXJP7ACA7U3HPE3E.PNG?auth=cae57b568f9f6211205d5bbbb5855c1f960b97124f43db9d104dc3c491c21f19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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/SRGTZEN5XFD2NGVREFF5FJZ5JI.png?auth=7506e806fd03f587a408452d509ac96c084aad0b91c756ff2fa44be9f8c6c587&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monday morning true-color satellite showing a large, hazy plume of Saharan dust pushing westward across the Atlantic basin. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Warsh's gamble: A quieter Federal Reserve could mean volatile markets, higher rates]]></title><link>https://www.local10.com/business/2026/06/22/warshs-gamble-a-quieter-federal-reserve-could-mean-volatile-markets-higher-rates/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/warshs-gamble-a-quieter-federal-reserve-could-mean-volatile-markets-higher-rates/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Federal Reserve has for decades moved steadily from a remote, opaque government agency that shared little about what it did or why to a more transparent institution willing to explain how it makes decisions and what it thinks about the economy.]]></description><pubDate>Mon, 22 Jun 2026 14:32:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Federal Reserve has for decades moved steadily from a remote, opaque government agency that shared little about what it did or why to a more transparent institution willing to explain how it makes decisions and what it thinks about the economy.</p><p>But in his first press conference last Wednesday, new chair Kevin Warsh began to reverse some of those steps. Warsh, like many economists, thinks the financial markets have become too dependent on Fed guidance, and that such direction is more effective in financial crises or economic downturns.</p><p>Warsh's changes to the Fed's communications represent something of a return to former chair Alan Greenspan's circumspect approach. Greenspan died at 100 on Monday. He is the only former chair Warsh praised at his swearing-in last month.</p><p>As chair, Warsh has rapidly delivered on his promise to slash the Fed's communications. He sharply cut the central bank's post-meeting statement and underscored at the press conference the removal of the guidance it formerly gave to financial markets about the Fed's next interest-rate moves. Yet such an approach carries the risk of more violent swings in stock and bond prices, analysts say, and ultimately could lead to higher interest rates for consumers and businesses.</p><p>“Forward guidance in general has served to suppress volatility and anchor market expectations,” said George Pearkes, global macro strategist at Bespoke Investment Group. “And that has led to lower borrowing rates, relative to alternatives.”</p><p>Still, the impact on consumers is likely to be modest, Pearkes added, with mortgage rates perhaps a quarter-point higher than they would be otherwise.</p><p>Warsh may be headed back to 1990s</p><p>Such swings could be a sign of things to come. Previous chairs have signaled the Fed's next moves clearly enough that financial markets have largely anticipated the central bank's actions. But Warsh appears to be following Greenspan, whose oracular comments often kept investors guessing.</p><p>Yet Greenspan, who served as chair from 1987 to 2005, also ushered in several changes that made the Fed more transparent. He began the practice of issuing statements after each Fed meeting to announce its interest-rate decision. He also began publicly releasing the minutes of each meeting and the full transcripts, after a five-year delay, though those moves came in response to pressure from Congress.</p><p>The first statement was issued Feb. 4, 1994, and said the Fed would increase its key rate for the first time in five years. The move caught investors off-guard and the Dow Jones Industrial Average plunged 2.4% that day.</p><p>The paring back of Fed communications is part of a larger package of potential reforms to the central bank's operations that Warsh signaled Wednesday. He announced that the Fed will set up five task forces to examine the Fed's communications, its balance sheet, how it analyzes and gathers economic data, the impact of AI on productivity and jobs, and the frameworks it uses to analyze inflation.</p><p>Warsh said the communications task force would consider changes to the quarterly economic projections the Fed issues as well as look at other recent innovations, including press conferences. Former chair Ben Bernanke was the first to hold them, though he did so only after every other Fed meeting. Warsh's predecessor, Jerome Powell, shifted to holding them after every meeting.</p><p>Such steps were a sharp contrast with the 1990s, when Greenspan never explained a Fed decision, on the record, to reporters. Warsh could ultimately dial back some of the Fed's increased transparency.</p><p>“This is a big change in how the Fed has conducted itself since the (2008-2009) global financial crisis,” Matthew Luzzetti, chief U.S. economist at Deutsche Bank, said. "Since then there has been a one-way train to greater communication, more transparency, and more forward guidance. Warsh has now put that train in reverse.”</p><p>Fed chairs have seen benefits to forward guidance</p><p>Previous Fed chairs, starting with Bernanke, have seen a clear benefit to more communication: It helps guide the markets in the direction the Fed wants. Fed officials control a short-term interest rate, but the rates that affect the economy — such as the yield on the 10-year Treasury — are heavily influenced by investors' expectations for inflation and economic growth. By telegraphing their next moves, policymakers can cause those longer-term rates to change even before the Fed adjusts its own benchmark rate.</p><p>Yet Warsh's view is that financial markets have become too dependent on Fed guidance. Instead, he wants investors to gauge where the Fed may move next by examining economic data and making their own judgments, which the Fed can then consider as part of their assessments of where the economy is headed.</p><p>“Financial market prices are probably the most important source of information to guide central bankers,” Warsh said at Wednesday's news conference.</p><p>Guidance can help with unexpected events</p><p>David Andolfatto, an economics professor at the University of Miami and former economist at the St. Louis Fed, said he agreed with Warsh that forward guidance has flaws. It can be easily upended by unexpected events, he said, such as Russia's invasion of Ukraine or the Iran war.</p><p>But the chair should set out guidelines for how the Fed will react to unexpected events, Andolfatto said, or to challenges such as the persistent inflation it is grappling with now, yet Warsh so far hasn't done so.</p><p>“I’m with him on dispensing with forward guidance, but you have to replace it with a contingency plan,” Andolfatto said. “It's not enough to say, trust me, we'll keep inflation at target.”</p><p>Ironically, Warsh's decision to drop forward guidance may empower the other 18 members of the Fed's rate-setting committee, Pearkes said. Those officials — six members of the Fed's governing board, plus the presidents of the 12 regional Fed banks — frequently give public speeches, and their remarks will get even more attention as financial markets seek clues about what the Fed may do next.</p><p>A big challenge to Warsh's approach will come if there is a sharp financial downturn or economic crisis, as occurred during the COVID pandemic. In those circumstances, economists said, forward guidance can play an important role calming markets.</p><p>“Whether it will stand the test of time and he will behave this way for five years is a very different question, but one that we're going to have to wait for events to unfold to get an answer to," Pearkes said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q5WPVYC3FJYYMJJIPA7MGGI3YI.jpg?auth=b1a15b511ac6a76d50c12023d6caab03b3054c221d3f1179a2a5599a2e294449&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during a news conference following the Federal Open Market Committee meeting, Wednesday, June 17, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLGZ6OXD3JXAADL3I3SIVOU4XY.jpg?auth=5ceecbf7d7796c1c6f53c14d4130129640ecb849464894fae35af61cd603ef27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chair Kevin Warsh's press conference appears on screens on the floor of the New York Stock Exchange, Wednesday, June 17, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4THINEVDTZCQOSFZMRX6BZNBI.jpg?auth=e5d0b2af940e70037c2a232119cbb27bfe72f19e5d9a44550ac0b8aeef991922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chair Kevin Warsh's press conference appears on a screen on the floor of the New York Stock Exchange, Wednesday, June 17, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Cantidades enormes de fentanilo llegaron a las calles mientras la DEA miraba y no actuaba]]></title><link>https://www.local10.com/espanol/2026/06/22/cantidades-enormes-de-fentanilo-llegaron-a-las-calles-mientras-la-dea-miraba-y-no-actuaba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/cantidades-enormes-de-fentanilo-llegaron-a-las-calles-mientras-la-dea-miraba-y-no-actuaba/</guid><dc:creator><![CDATA[Por JIM MUSTIAN y JOSHUA GOODMAN, Associated Press]]></dc:creator><description><![CDATA[ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Incluso mientras combatía la epidemia de drogas más mortífera en la historia de Estados Unidos, la Administración para el Control de Drogas (DEA, por sus siglas en inglés) permitió que cientos de miles de pastillas de fentanilo llegaran a las calles de Nuevo México entre 2023 y 2025, según tres agentes actuales y anteriores de la DEA y registros gubernamentales revisados por The Associated Press.]]></description><pubDate>Mon, 22 Jun 2026 14:26:02 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Incluso mientras combatía la epidemia de drogas más mortífera en la historia de Estados Unidos, la Administración para el Control de Drogas (DEA, por sus siglas en inglés) permitió que cientos de miles de pastillas de fentanilo llegaran a las calles de Nuevo México entre 2023 y 2025, según tres agentes actuales y anteriores de la DEA y registros gubernamentales revisados por The Associated Press.</p><p>Los agentes de la DEA monitorearon repetidamente envíos de pastillas de fentanilo —pero no las incautaron— mientras fiscales federales buscaban presentar casos penales más grandes contra traficantes de un opioide sintético que la Casa Blanca designó el año pasado como un “arma de destrucción masiva”.</p><p>Sin embargo, agentes y expertos señalaron que la táctica equivalía a una apuesta con la seguridad pública que potencialmente puso en peligro a comunidades en Albuquerque y sus alrededores y pudo haber violado normas del Departamento de Justicia destinadas a proteger al público.</p><p>“Envenenamos a nuestra comunidad para armar casos”, declaró a AP el agente especial de la DEA David Howell en una serie de entrevistas en Nuevo México. “Por nuestra propia ceguera deliberada, podemos decir: ‘En realidad no sabemos qué pasó con las drogas’. Pero al 100% hicimos que muriera gente”.</p><p>La DEA ha sostenido desde hace tiempo que no es posible incautar cada envío de cada droga. Pero la estrategia de permitir que cantidades asombrosas de analgésicos falsificados llegaran a las calles dejó atónitos a varios agentes veteranos que hablaron con AP.</p><p>Eliminar de las calles el fentanilo ilícito, fabricado en su mayoría en laboratorios mexicanos, se convirtió en la máxima prioridad de la DEA durante la última década, a medida que aumentaban las muertes por sobredosis. Al mismo tiempo, su letalidad —unos pocos miligramos pueden matar al adulto promedio— trastocó tácticas probadas que se habían usado para combatir drogas como la cocaína y la heroína. Esos métodos han incluido permitir que se completen transacciones de drogas para que los agentes puedan seguir los narcóticos a través de la cadena de suministro. El fentanilo, sin embargo, es tan peligroso que el Departamento de Justicia elaboró directrices para los agentes en esas circunstancias, alentándolos a incautar el opioide siempre que fuera “practicable”.</p><p>Albuquerque, que tiene un vecindario tan asediado por las drogas que se conoce como “War Zone”, y otras regiones de Nuevo México siguen en el epicentro de la epidemia de fentanilo. Mientras las muertes por sobredosis a nivel nacional cayeron 14% el año pasado, datos del gobierno muestran que Nuevo México registró un aumento de 21%.</p><p>Alex Uballez, quien se desempeñó como fiscal federal de Estados Unidos en Nuevo México desde 2022 hasta el año pasado, indicó que en ocasiones las autoridades permitieron que envíos de drogas no fueran incautados como parte de un esfuerzo más amplio para reunir inteligencia y construir casos contra grandes traficantes. Explicó que el enfoque reflejaba los recursos limitados de su oficina y su convicción de que procesar a organizaciones más grandes puede tener un impacto mayor que interceptar cada transacción de drogas sospechosa.</p><p>El año pasado, la DEA registró en Albuquerque el mayor decomiso de fentanilo en su historia.</p><p>“Vale la pena atrapar a los peces más grandes”, manifestó Uballez, “y eso salvará más vidas”.</p><p>La DEA afirmó en un comunicado que “las decisiones de investigación en cuestión fueron legales, razonables dadas las circunstancias y coherentes con las directrices del Departamento”.</p><p>“Las descripciones públicas que sugieren que la DEA permitió a sabiendas que el fentanilo llegara a las comunidades son falsas y tergiversan fundamentalmente los hechos”, escribió en un correo electrónico la portavoz de la DEA Amanda Wozniak. Señaló que las investigaciones involucraron escuchas telefónicas autorizadas por un tribunal “en las que agentes y fiscales realizaron vigilancia en tiempo real, recopilación de inteligencia y análisis operativo dirigidos a organizaciones de narcotráfico de mayor escala”.</p><p>Inteligencia precisa</p><p>En algunos casos, la DEA contaba con inteligencia tan detallada sobre las entregas de drogas que los agentes pudieron contabilizar cantidades exactas de pastillas, según informes revisados por AP.</p><p>Los agentes, por ejemplo, descifraron conversaciones codificadas por teléfonos celulares y vigilaron de cerca una transacción en un parque de casas móviles en Albuquerque en junio de 2023, de acuerdo con un informe de 66 páginas revisado por AP. Los agentes escribieron en el informe que los traficantes entregaron 74.000 pastillas como parte de ese acuerdo, una cifra que los fiscales federales confirmaron posteriormente en un escrito judicial.</p><p>Días antes, mostró otro informe de la DEA, los investigadores observaron a la misma red de distribución entregar un neumático de repuesto que ocultaba otro presunto envío de fentanilo que, de manera similar, no fue incautado.</p><p>“No hicimos nada, solo sentarnos y mirar”, expresó Howell, quien presentó una denuncia oficial como denunciante en 2023 para llamar la atención sobre lo que consideraba una táctica que ponía en riesgo la seguridad pública.</p><p>Pasaron meses antes de que las autoridades federales desmantelaran a los traficantes, y Howell, quien participó en la vigilancia, afirmó que hoy las autoridades no pueden dar cuenta de los envíos no incautados.</p><p>“Es indignante poner en riesgo tantas vidas con la esperanza de armar un gran caso”, sostuvo Tristan Leavitt, presidente de Empower Oversight, un grupo de defensa de denunciantes que ha pedido al Comité Judicial del Senado y a la Oficina del Inspector General del Departamento de Justicia que investiguen las afirmaciones de Howell.</p><p>Un exsupervisor de la DEA, que habló bajo condición de anonimato por temor a represalias, dijo que él y sus colegas de Albuquerque permitieron que “millones” de pastillas no fueran incautadas durante una investigación multiestatal el año pasado.</p><p>Howell informó en sus revelaciones como denunciante que los agentes en ese caso permitieron la entrega de al menos 1,8 millones de pastillas de fentanilo.</p><p>Esa investigación, contaron a AP el exsupervisor y Howell, culminó en el mayor decomiso de fentanilo en la historia de la DEA, una operación anunciada en mayo de 2025 por la entonces secretaria de Justicia Pam Bondi que resultó en la incautación de más de 3 millones de pastillas.</p><p>“La cantidad que finalmente incautamos estaba llegando a las calles cada mes mientras ese caso seguía en curso”, apuntó el exsupervisor, y añadió que la DEA podría haber desmantelado la organización seis meses antes.</p><p>La fiscalía federal en Albuquerque no respondió preguntas sobre los envíos de fentanilo no incautados pero, en un comunicado a AP, indicó que la “conducta” que Howell sacó a la luz ocurrió durante la administración anterior.</p><p>“La dirección actual de esta oficina está enfocada en investigar y procesar agresivamente el tráfico de fentanilo y desarticular las organizaciones criminales responsables de distribuir estas drogas”, escribió en un correo electrónico Tessa DuBerry, portavoz de la oficina.</p><p>Uballez, el exfiscal federal, sostuvo que los conteos estimados de pastillas “basados en llamadas telefónicas interceptadas no son confiables”.</p><p>“No creo que se pueda negar que se ‘deje pasar’ la droga”, comentó, en referencia a la táctica policial de permitir que el contrabando no sea incautado para avanzar una investigación. “Cuánto y con qué frecuencia —y con qué certeza— es increíblemente difícil de responder en retrospectiva”.</p><p>Incautar o no incautar</p><p>A medida que las sobredosis de fentanilo se convirtieron en una epidemia durante la última década, el Departamento de Justicia elaboró un manual interno para combatir la droga más mortífera que haya cruzado la frontera mexicana. El plan coincidió con una campaña de difusión que advirtió a los estadounidenses que “Una pastilla puede matar”, un esfuerzo de la DEA para destacar los peligros únicos del fentanilo.</p><p>Adoptados en 2017, los “Protocolos de fentanilo” instaban a los agentes a “incautar o impedir de otro modo la distribución” de fentanilo “tan pronto como sea practicable”. Las normas, que no se habían hecho públicas anteriormente, señalaban que “proteger la seguridad pública es primordial”, independientemente de si las incautaciones comprometen las investigaciones.</p><p>El Departamento de Justicia reescribió las normas en 2024 para otorgar a las fuerzas del orden mayor discrecionalidad en esos casos. Los protocolos actualizados indican que los investigadores “pueden ejercer discreción al determinar si tomar medidas para impedir el tráfico de fentanilo”, equilibrando los riesgos para la seguridad pública frente a “los beneficios que se lograrían al preservar la investigación”.</p><p>La DEA rara vez habla de la táctica de permitir que las drogas no sean incautadas. Su manual para agentes describe retirar drogas de la calle como “el curso de acción habitual”, pero añade que “puede haber casos en los que los objetivos de la investigación se logren mejor al no hacerlo”.</p><p>La agencia ha utilizado durante mucho tiempo “entregas controladas” en las que una vigilancia constante de las drogas —y a menudo su sustitución por narcóticos falsos— va seguida de una operación para detener a los implicados y recuperarlas, según agentes actuales y anteriores.</p><p>En entrevistas, varios agentes actuales y anteriores compararon la decisión de permitir que el fentanilo llegara a las calles con la infame “Operación Fast and Furious”, un escándalo de 2011 en el que compradores falsos introdujeron de contrabando unas 2.000 armas de asalto a México con la intención de rastrearlas hasta líderes de cárteles.</p><p>La Oficina de Alcohol, Tabaco, Armas de Fuego y Explosivos recibió duras críticas bipartidistas después de que dos de esas armas aparecieran en la escena del tiroteo fatal de un agente de la Patrulla Fronteriza, y el Departamento de Justicia prohibió explícitamente a los agentes permitir que se traficaran armas de fuego.</p><p>Dar la voz de alarma</p><p>Howell se inquietó tanto por la falta de incautaciones de fentanilo por parte de su agencia que comenzó a señalar muertes por sobredosis que podrían haber sido causadas por las mismas pastillas que la DEA permitió que fluyeran hacia los distribuidores. Uno de esos casos incluyó a un niño de 15 meses que murió después de ingerir residuos de fentanilo quemado el año pasado en Española, un pueblo de Nuevo México devastado por la pobreza y la adicción.</p><p>Howell, quien se incorporó a la DEA hace 19 años tras una década en la Marina, llevó sus acusaciones a la Oficina del Asesor Especial de Estados Unidos. La agencia, encargada de proteger a los denunciantes, determinó inicialmente que existía una “probabilidad sustancial de irregularidades” y pidió al Departamento de Justicia que investigara.</p><p>A inicios de 2024, Howell dijo a la Oficina de Responsabilidad Profesional del Departamento de Justicia que agentes de la DEA habían observado —pero no incautado— entregas separadas de 150.000 y 50.000 pastillas de fentanilo.</p><p>La DEA y los fiscales federales, añadió, “se están colocando en una posición precaria en la que no podrán demostrar que el fentanilo que pudieron haber detenido no resultó en la muerte de una persona”.</p><p>La Oficina de Responsabilidad Profesional del Departamento de Justicia determinó en 2024 que la DEA y la fiscalía federal habían tomado decisiones razonables al decidir permitir que las drogas no fueran incautadas y que su inacción no representó un “peligro específico para la salud pública”.</p><p>La Oficina del Asesor Especial, que según críticos rara vez cuestiona las conclusiones de las agencias, consideró razonable el informe del Departamento de Justicia.</p><p>Howell, mientras tanto, pagó un precio por hacer sus denuncias. La DEA lo relegó a tareas de escritorio durante más de un año y redujo sus evaluaciones de desempeño, según Howell y registros de la DEA. Los registros internos también muestran que los fiscales le prohibieron testificar en un tribunal federal, citando su “patrón de negarse a acatar” advertencias para permitir que las drogas no fueran incautadas durante investigaciones de largo plazo.</p><p>Al señalar la propia campaña “Una pastilla puede matar” de la DEA, agentes actuales y anteriores dijeron que no podían entender la conclusión del organismo de supervisión de que las tácticas no habían puesto al público en peligro. Indicaron que la droga es tan peligrosa que debe manipularse en un laboratorio especializado.</p><p>___________________________________</p><p>Goodman reportó desde Miami.</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/33GNJHWBHE5EYIN62EGWI5LQUE.jpg?auth=1655369cfbdfb081aa6192bbbec8b269c1a098a0b2b4fdd2c98ab2c44023c734&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Foto entregada por la DEA que muestra píldoras con fentanilo, confiscadas en Nuevo México, el 28 de abril del 2025. (DEA via AP)]]></media:description></media:content></item><item><title><![CDATA[Former Wimbledon champion Vondrousova suspended 4 years for refusing doping test]]></title><link>https://www.local10.com/sports/2026/06/22/former-wimbledon-champion-vondrousova-suspended-4-years-for-refusing-doping-test/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/former-wimbledon-champion-vondrousova-suspended-4-years-for-refusing-doping-test/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Former Wimbledon champion Marketa Vondrousova was suspended for four years on Monday for refusing an anti-doping test — even though the Czech player cited “mental stress” and fear when the testing agent “rang my door late at night without properly identifying themselves.”]]></description><pubDate>Mon, 22 Jun 2026 14:43:23 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Former Wimbledon champion Marketa Vondrousova was suspended for four years on Monday for refusing an anti-doping test — even though the Czech player cited “mental stress” and fear when the testing agent “rang my door late at night without properly identifying themselves.”</p><p>The International Tennis Integrity Agency made the announcement, saying that Vondrousova refused a test in December, and that the decision was reached by an independent tribunal.</p><p>Vondrousova became Wimbledon’s first unseeded female champion when she beat Ons Jabeur in the 2023 title match. She reached a career-high ranking of No. 6 that year.</p><p>The 26-year-old Vondrousova detailed her reaction to the missed test in an Instagram post in April.</p><p>“It is very tough for me to talk about this, but I want to be transparent with you about my mental health,” Vondrousova said. “The recent doping control incident happened because I reached a breaking point after months of physical and mental stress.”</p><p>The ITIA said Vondrousova “did not submit a sample when notified by a Doping Control Officer (DCO) during an out-of-competition test attempt at her home at around 8 p.m. on 3 December 2025.”</p><p>Vondrousova was represented by Los Angeles-based lawyer Howard Jacobs, a specialist in doping rules cases. Jacobs helped two-time Grand Slam singles champion Halep win an appeal case in 2024 at CAS against a four-year ban for doping.</p><p>Vondrousova becomes the latest high-profile tennis player involved in a doping case after Halep, Jannik Sinner and Iga Swiatek.</p><p>Vondrousova’s ban expires June 21, 2030. She can appeal the decision to the Switzerland-based Court of Arbitration for Sport.</p><p>Wimbledon starts next week.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTDF5KLGWRYO7E5YXUW766S27A.jpg?auth=7f8b7601918af9caddcb378a91b9904eca6d0adaecb2e94f17bd6f2be75f9417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Czech Republic's Marketa Vondrousova celebrates with the trophy after beating Tunisia's Ons Jabeur to win the final of the women's singles on day thirteen of the Wimbledon tennis championships in London, Saturday, July 15, 2023. (AP Photo/Alberto Pezzali, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4QU5AQCGGY4AXH2DZ6765TFB54.jpg?auth=cd9305f7c77d446fd3d314368ebe99bf9cd4c327a54d793505272701fd7986bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marketa Vondrousova, of the Czech Republic, reacts after defeating Jasmine Paolini, of Italy, during the third round of the U.S. Open tennis championships, Friday, Aug. 29, 2025, in New York. (AP Photo/Seth Wenig, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Wine brands chase Gen Z with playful tie-ins to Shark Week, NASCAR and more]]></title><link>https://www.local10.com/business/2026/06/22/wine-brands-chase-gen-z-with-playful-tie-ins-to-shark-week-nascar-and-more/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/wine-brands-chase-gen-z-with-playful-tie-ins-to-shark-week-nascar-and-more/</guid><dc:creator><![CDATA[By J.M. HIRSCH, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Which wine pairs well with Shark Week? Does a pinot noir have enough acidity to cut through the grime of a Tough Mudder race? Is a big, brassy cabernet bold enough of a quaff for a night of naming dead rodents after an ex?]]></description><pubDate>Mon, 22 Jun 2026 14:04:40 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Which wine pairs well with Shark Week? Does a pinot noir have enough acidity to cut through the grime of a Tough Mudder race? Is a big, brassy cabernet bold enough of a quaff for a night of naming dead rodents after an ex?</p><p>And is a wine named SEX too provocative or not provocative enough?</p><p>Absurd as they may sound, these are the questions haunting wine marketers grappling with slumping sales and increasingly elusive drinkers. How consumers -- especially younger drinkers -- answer them will determine whether an industry long defined by fuddy-duddy pretense can find its footing in 2026 and beyond.</p><p>“That self-important way that wine can refer to itself — we’re really trying to tip that on its head,” said Helen Kurtz, chief of marketing for The Wine Group, which hopes that offerings such as its easy-drinking Cupcake Vineyards wines can attract a generation that came of age on Frappuccinos and gas station BuzzBallz.</p><p>“It’s about being less serious about ourselves, because that’s what this consumer is demanding,” she said.</p><p>By which she means partnering the company’s MD 20/20 (yes, it’s a wine) with World Wrestling Entertainment matches (“Mad Dog Enters the Ring”), and launching the aptly named Fuel by Franzia line of boxed wine beverages for NASCAR (“Full Throttle Flavor”).</p><p>Alcohol consumption has dropped</p><p>It’s a fresh lesson on the importance of finding your customer rather than hoping they find you. Because almost across the board, alcohol consumption is down, a trend that accelerated post-pandemic. A host of factors is at play, including aging Boomers seeking healthier lifestyles, Gen Z’s gravitation to low- and no-alcohol beverages, and widening availability of alternatives such as marijuana.</p><p>Each segment of the alcohol industry -- valued at around $560 billion in the U.S. -- is responding differently. Hard liquor, for example, has found a rare growth category in ready-to-drink canned cocktails. But the wine industry faces its own constellation of challenges, many of its own making.</p><p>For anyone new to wine -- particularly much-coveted 20-somethings -- finding one’s way can be daunting, something of a Château du Stuffy effect.</p><p>“You’ve got a bunch of things, what you might call friction points, with wine, that are particularly salient to younger consumers,” including cost and drinkability, said Christian Miller, director of research for the Wine Market Council.</p><p>A pretentious image keeps some customers away</p><p>Wine, from the labels to the language used to describe it, historically has leaned pricy and pretentious (looking at you, “notes of asphalt and barnyard”). Wine trends also have favored boozy and bracing styles, a hard sell for folks used to sipping hard seltzers at the club.</p><p>Fewer than a third of Gen-Z households own a corkscrew, according to a trends report by the British household products company Lakeland. Even simply trying a wine comes with a gatekeeper: Hard liquor is easy to sample at a bar or as single-shot nips; most wine requires a full-bottle commitment.</p><p>A cadre of wineries has begun pushing the bounds of wine culture by ditching the fussy façade in favor of a sassy vibe and accessible language. Price matters, too (the sweet spot seems to be the $8 to $20 a bottle range), but not nearly so much as the message.</p><p>It's about using contemporary communication to pitch "something that’s been made for centuries,” said Charles Smith, founder of House of Smith, the company behind younger, shopper-friendly brands such as Kung Fu Girl Riesling and SEX Rosé. “My mantra is always to communicate the language of wine to everyone because not everyone speaks wine. The wine should be a reflection of the consumer who is going to buy it.”</p><p>Can tie-ins to pop culture make wine more relatable?</p><p>Bogle Family Wine Collection has leaned in with its Juggernaut Wines. Adorned with almost graphically violent labels showcasing alpha predators -- a shark, a grizzly, an orca, a lion and some sort of particularly angry bird of prey -- the bottles are a far cry from the placid villas and languorous ladies plastered across so many wines.</p><p>The other side of it is getting those bottles into spaces not traditionally associated with wine, said Jessica LaBounty, the company’s marketing director. For two years, Juggernaut has announced “Adventure awaits” as it sponsored the grueling Tough Mudder races. They’ve also done placements at zoos that host nights where people can name dead rodents and insects after former partners and feed them to the animals. Cheers…?</p><p>And this year, it’s Discovery network’s Shark Week. Juggernaut's chardonnay label sports an especially snappish great white and “just the right amount of bite.”</p><p>“The viewer base of Shark Week lines up really, really nicely with who we know our consumer to be," LaBounty said. "It’s another way to meet them where they are already versus kind of asking them to come to us.”</p><p>Learning to speak Gen Z is key</p><p>The goal is to bridge a generational divide in which wine got lost. Younger drinkers don’t and won’t talk about wine the way older drinkers do. To point, there's a clever social media meme about a Millennial marketing team pitching wine vs. a Gen-Z social media team. The Millennial effort goes on at length about terroir and full-bodied flavors. Gen-Z’s pitch? “it’s giving… yummy”.</p><p>Vibe is everything for Bread & Butter Wines, with the tagline, “Don’t overthink it.” As in, pair their red blend with a candy charcuterie board. Or their pinot noir with a Thanksgiving leftovers sandwich. Want fries with that? Try their prosecco.</p><p>“The No. 1 goal is to disrupt the shelf because it is so crowded,” said Caitlin Ward, brand and digital marketing director. “Sassiness is a way to do that.”</p><p>___</p><p>J.M. Hirsch is a longtime food writer who was food editor of The Associated Press for nearly a decade until 2016.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CV37LR4J2OZ4P7ZMW2EYMY6XCA.jpg?auth=b2d29494bedf3cbfbbd89e32daac1bb5e2ceae69608d64076e35cb33f2385f3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A variety of pinot noir wines, from left, Josh Cellars Reserve, Juggernaut, and Chloe, are displayed at a grocery store in Concord, N.H. on June 8, 2026. (J.M. Hirsch via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">J.M. Hirsch</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2XAO4TMOACI5ZDBUBWY2MTAGM.jpg?auth=63bccb11d4b7b89cd8ca5ff39bbc8baae91335618d95eb8b8fe27198c66beb9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A variety of California red wines from Line 39, from left, Cupcake Vineyards and Snoop Dogg's 19 Crimes Cali Red, are displayed at a grocery store in Concord, N.H. on June 8, 2026. (J.M. Hirsch via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">J.M. Hirsch</media:credit></media:content></item><item><title><![CDATA[Milan designers go lighter in silhouette, if not materials, for next summer]]></title><link>https://www.local10.com/entertainment/2026/06/22/milan-designers-go-lighter-in-silhouette-if-not-materials-for-next-summer/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/milan-designers-go-lighter-in-silhouette-if-not-materials-for-next-summer/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — In complicated, heavy times, Milan designers went lighter — if not in materials, then in silhouette.]]></description><pubDate>Mon, 22 Jun 2026 14:03:25 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — In complicated, heavy times, Milan designers went lighter — if not in materials, then in silhouette.</p><p>Amid economic uncertainty, geopolitical tensions and a sweltering Milan Fashion Week, designers largely stripped things back for next summer, embracing clean lines and pared-down looks. Prada led the way, with co-creative directors Miuccia Prada and Raf Simons arguing for simplicity and familiar clothes reimagined through proportion and fabrication.</p><p>That didn’t mean dressing for the heat was straightforward. Milan’s runways were filled with leather and knits for the next summer season, suggesting that fashion’s elite may need generous air-conditioning, mountain escapes or higher latitudes to wear some of the looks.</p><p>Key trends from Milan Fashion Week menswear Spring-Summer 2027 collections that closed on Monday include the embrace of luxury materials, sartorial ventilation and lighter tailoring, while a few defiantly chose bling over restraint.</p><p>Perhaps the biggest surprise of the season was persistence of leather.</p><p>Prada’s leather combinations were inspired by the universality of jeans, featuring slim five-pocket pants matched with cropped flat-pocketed jackets that functioned as shirts. Other designers used woven and perforated techniques to make leather more breathable, even as temperatures climbed.</p><p>In Milan, luxury and practicality were often in tension.</p><p>The return of the body</p><p>After years of oversized silhouettes, menswear is once again embracing the body.</p><p>Designers broadly agreed that a well-dressed man still wears a suit. The challenge was how to survive the heat. The response was ventilation, with dress shirts left unbuttoned. Some were rendered transparent. Or they were simply done away with.</p><p>Long trousers remained dominant, but there was a shift toward closer-to-the-body dressing. Dolce & Gabbana pushed the idea furthest with microshorts that showcased muscular legs, while some brands exposed torsos.</p><p>Suiting for a hotter planet</p><p>Tailoring remained central to Milan collections, but in lighter, more relaxed forms.</p><p>Designers softened construction, opened necklines and experimented with fabrics and construction that allowed more airflow. The result was tailoring designed for rising temperatures without abandoning formality.</p><p>The message from Milan was clear: the suit isn’t going anywhere, but it is adapting.</p><p>Of course, restraint is not for everyone</p><p>While much of Milan embraced restraint, some designers doubled down on decoration.</p><p>Philipp Plein presented a crystal-encrusted denim ensemble that takes days of handwork to complete. Dolce & Gabbana also leaned into embellishment, including beaded accents that recalled coral.</p><p>If Prada’s vision was reduction, these designers unapologetically offered maximalism and glamour.</p><p>New voices get room to shine</p><p>A lighter Milan calendar created opportunities for emerging designers to gain attention alongside the industry’s biggest names.</p><p>Martin Quad made his Milan debut with unusual tailoring tricks that got him noticed in his native Copenhagen, while Domenico Orefice embraced leather and richly woven textiles for his co-ed collection.</p><p>Japanese designer Shinya Kozuka made his Milan debut with one of the most poetic and summery collections of the season, epitomized by bare-chested model in a billowing sheer coat in teal worn baggy white trousers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3E3ECEC4IZEQMY72CL3DZQA5RA.jpg?auth=ceff37f30a8217c2477dbe2e1aed29deb25c1c243677cc760fc7a53fba248001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation from Prada's Spring/Summer 2027 men's collection presented in Milan, Italy, Sunday, June 21, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2626ZJHMUMHEECPLGBFSYDE3FU.jpg?auth=b138cd439044f4ffb5d24a14a8320861cb1c8fdedda1b11a1b394cffb14494b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations from the Dolce & Gabbana Spring/Summer 2027 Men's collection presented in Milan, Italy, Saturday, June 20, 2026. (AP Photo/Nicola Marfisi)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicola Marfisi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVHY2TGDCDKYSSDSXLAUI6CMDY.jpg?auth=803c4da7b57e96d28454c04299e00580bd2e66f5bb9cc753af52758a64394068&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations from the Philipp Plein's Spring/Summer 2027 Men's collection presented in Milan, Italy, Saturday, June 20, 2026. (AP Photo/Nicola Marfisi)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicola Marfisi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DVLHVMNABL36LY5JPUJVNTJNDU.jpg?auth=ca7b92bb6529384934cfc8818097b406a450d1413966e04f787e2597c74ce749&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation from the Paul Smith Spring/Summer 2027 Men's collection presented in Milan, Italy, Saturday, June 20, 2026. (AP Photo/Nicola Marfisi)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicola Marfisi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NR4G7EX5SVCCLZGTNUPQ7KYS7I.jpg?auth=bb45eb9b11786fdde74a67365e06e69839812bfee5fdc77e3c8290d65f2a854c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Domenico Orefice Spring/Summer 2027 collection, presented in Milan, Italy, Sunday, June 21, 2026. (AP Photo/Antonio Calanni)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content></item><item><title><![CDATA[WATCH LIVE: Closing arguments to begin in George Pino vessel homicide trial]]></title><link>https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[Closing arguments will begin Monday in the trial of real estate mogul George Pino, who is accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled.]]></description><pubDate>Mon, 22 Jun 2026 12:16:14 +0000</pubDate><content:encoded><![CDATA[<p>Closing arguments are beginning Monday in the trial of real estate mogul George Pino, who is accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled.</p><p>Pino, 55, is charged with manslaughter and vessel homicide. </p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of his 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing Lucy Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig, who was left permanently disabled.</p><p>The teens were on his boat celebrating his daughter’s 18th birthday. </p><p>Opening statements began with prosecutors saying Pino’s allision with a channel marker happened as a result of criminal negligence and recklessness.</p><p>“Lucy is dead because the defendant failed to do the most basic things that rules of the water require,” Assistant State Attorney Laura Adams told jurors.</p><p>Defense attorneys argue the crash was a mere accident.</p><p>“The state admits this was not George’s intention. He did not intend for anybody to be hurt,” Pino’s attorney, Howard Srebnick, told jurors during opening statements. “His own daughter, his own wife, his own body was on that boat.”</p><p>Defense openings were interrupted after Pino <a href="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/" rel="" title="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/">broke down for several minutes</a> in front of jurors; the proceedings were halted and continued the next day.</p><p>Over the course of the trial, jurors heard from some of the 12 young women, all teenagers at the time, who were on board Pino’s boat.</p><p>“The first thing I saw when I opened my eyes was George, and I thought he was dead,” Claudia Portocarrero <a href="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/" rel="" title="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/">testified</a>. “I remember him, he had blood on his head.”</p><p>Some testified about the alcohol that George Pino and his wife, Cecilia Pino, provided, as well as the crash itself, but said they did not see George Pino drinking alcohol himself.</p><p>Fernandez’s father <a href="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial/" rel="" title="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial/">recalled the living nightmare</a> he and his wife went through. Puig’s father also talked about how the crash affected his daughter.</p><p>Jurors <a href="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/" rel="" title="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/">took a field trip</a> to a Florida Fish and Wildlife Conservation Commission facility in North Miami to see the damaged boat and watched body camera footage from the crash response and Pino’s questioning.</p><p>But the trial was not without its moments of conflict. </p><p>Judge Marisa Tinkler Mendez issued a warning to Pino and his family for hugging in front of jurors.</p><p>A <a href="https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/" rel="" title="https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/">tense exchange</a> between Adams and Pino also drew the judge’s attention after Adams brought up that Pino was reportedly muttering, “It happens, it happens, it happens,” during testimony.</p><p>“I’m sorry. Do you have something you want to say to me?” Adams asked Pino. “Why are you staring at me?”</p><p>Pino denied staring at her.</p><p>In another moment, Pino’s attorneys told Tinkler Mendez that there was “something of a stare down” between Adams and their client, followed by Adams “rolling her eyes” at Pino.</p><p>Cecilia Pino took the stand twice during the trial, recounting the <a href="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/" rel="" title="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/">harrowing aftermath</a> of the crash off Cutter Bank. </p><p>“She died because your husband crashed into that channel marker, right?” Adams asked her during her first appearance on the stand.</p><p>“She died because there was an accident,” Cecilia Pino testified.</p><p>Cecilia Pino broke down when taking the stand for the second time, testifying, “I remember asking again, ‘Who is missing? Who is missing?’ And that’s when they told me that Lucy was missing.”</p><p>George Pino did not testify in his trial.</p><p>Jurors will be instructed on the law before beginning their deliberations.</p><p>If convicted, Pino faces anywhere between 11 to 30 years in prison.</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[FIFA World Cup 2026: Here is the June 22 schedule for Day 12 of group matches]]></title><link>https://www.local10.com/sports/2026/06/22/fifa-world-cup-2026-here-is-the-june-22-schedule-for-day-12-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/fifa-world-cup-2026-here-is-the-june-22-schedule-for-day-12-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.]]></description><pubDate>Mon, 22 Jun 2026 13:40:45 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.</p><p>Argentina vs. Austria, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> match, is at 1 p.m. </p><p>France vs. Iraq, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> match, is at 5 p.m. </p><p>Norway vs. Senegal, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> match, is at 8 p.m. </p><p>Jordan vs. Algeria, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> match, is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><h3><b>Group-stage progress</b></h3><p><b>Group H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Spain leads with 4 points</a></p><p><b>Group G:</b> <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><p><b>Group K</b>: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia gets 3 points </a></p><p><b>Group J</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Austria and Argentina each get 3 points</a></p><p><b>Group I</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">France and Norway each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group G: Egypt leads with 4 points]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group G competing to move forward to the FIFA World Cup 2026 Round of 32 are Belgium (8), Egypt (34), Iran (20), and New Zealand (86).]]></description><pubDate>Fri, 05 Dec 2025 18:36:55 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group G competing to move forward to the FIFA World Cup 2026 Round of 32 are Belgium (8), Egypt (34), Iran (20), and New Zealand (86).</p><figure><img src="https://www.local10.com/resizer/v2/3TVZVH5BNZGO5LSLSMWZJWNFS4.jpg?auth=cbea3e477e51f0b831878e745a591ce3315b8ad17ec39d8ad193be9a0abdd482&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>The next matches</b></p><p><b>JUNE 26</b>: DAY 3</p><p>New Zealand vs. Belgium is at 11 p.m. in Vancouver, Canada.</p><p>Egypt vs. Iran is at 11 p.m. in Seattle, Washington.</p><h3><b>Group-stage progress</b></h3><p><b>JUNE 21</b>: DAY 2</p><p><b>Egypt gets 3 points</b></p><figure><img src="https://www.local10.com/resizer/v2/UHCZ3DRWC2UY6QS6LA2HJFVCM4.jpg?auth=3613259ee3d9cd95f2059570c1b0fa313e233ac866a5ad8da6fc2ba859ae44d0&smart=true&width=1200&height=900" alt="Egypt head coach Hossam Hassan Hussein speaks during a press conference on the eve of the team's World Cup soccer match against New Zealand, Saturday, June 20, 2026 in Vancouver, British Columbia. (AP Photo/Abbie Parr)" height="900" width="1200"/><figcaption>Egypt head coach Hossam Hassan Hussein speaks during a press conference on the eve of the team's World Cup soccer match against New Zealand, Saturday, June 20, 2026 in Vancouver, British Columbia. (AP Photo/Abbie Parr)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/21/egypt-hopes-to-continue-rise-of-african-football-with-first-ever-world-cup-win-against-new-zealand/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/egypt-hopes-to-continue-rise-of-african-football-with-first-ever-world-cup-win-against-new-zealand/">Egypt hopes to continue rise of African football with first-ever World Cup win against New Zealand</a></li></ul><p><b>Belgium and Iran each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/XXVSUFYIEOTV7XBKJOKLCWKS3E.jpg?auth=5839a28e9d703f1a7673b31c2d5b425fcf97afae82a9c09388895b5a371ca4b4&smart=true&width=1200&height=900" alt="Iran's Ramin Rezaeian (23) embraces Alireza Beiranvand during the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Mark J. Terrill)" height="900" width="1200"/><figcaption>Iran's Ramin Rezaeian (23) embraces Alireza Beiranvand during the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Mark J. Terrill)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/21/irans-challenges-at-world-cup-swirl-outside-draw-with-belgium/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/irans-challenges-at-world-cup-swirl-outside-draw-with-belgium/">Iran’s challenges at World Cup swirl outside draw with Belgium</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/"><b>JUNE 15</b></a><b>: DAY 1</b></p><p><b>Iran and New Zealand each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/IV2NIEJFLMMP4W3EJQIYE6WB44.jpg?auth=2b7726e82bf7a8eef0dc17d098bb900df4fdd317ebf5cb98c4b306bfca3f271d&smart=true&width=1200&height=900" alt="Iran's Ramin Rezaeian (23) celebrates with his teammates after scoring a goal during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>Iran's Ramin Rezaeian (23) celebrates with his teammates after scoring a goal during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/16/iran-coach-says-team-ordered-out-of-us-right-after-2-2-draw-with-new-zealand-in-world-cup-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/16/iran-coach-says-team-ordered-out-of-us-right-after-2-2-draw-with-new-zealand-in-world-cup-opener/">Iran coach says team ordered out of US right after 2-2 draw with New Zealand in World Cup opener</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=nuljeGgNuNw" target="_self" rel="" title="https://www.youtube.com/watch?v=nuljeGgNuNw">New Zealand’s Elijah Just&nbsp;scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=qQGJkC8KyKE" target="_self" rel="" title="https://www.youtube.com/watch?v=qQGJkC8KyKE">Iran’s Mohammad Mohebi&nbsp;scores</a></li></ul><p><b>Belgium and Egypt each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/JSYXW7SPG5JTJI2OSS32GNRJOE.jpg?auth=52b227f1447fe09dc886245504bb2875910a9304c022a36c6fd6bb24c01c78a3&smart=true&width=1200&height=900" alt="Egypt's Mohamed Hany (3) scores an own goal during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Maddy Grassy)" height="900" width="1200"/><figcaption>Egypt's Mohamed Hany (3) scores an own goal during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Maddy Grassy)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/15/belgium-settles-for-1-1-draw-with-egypt-at-world-cup-despite-numerous-chances-for-lukaku-de-bruyne/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/belgium-settles-for-1-1-draw-with-egypt-at-world-cup-despite-numerous-chances-for-lukaku-de-bruyne/">Belgium settles for 1-1 draw with Egypt at World Cup despite numerous chances for Lukaku, De Bruyne</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=6BELLdD_AwQ" target="_self" rel="" title="https://www.youtube.com/watch?v=6BELLdD_AwQ">Belgium’s Romelu Lukaku scores</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNQ7HUJ3ZJAEHG6OA5COYATGBM.jpg?auth=c1e3660dc1afba4ee26ba32811ab8440cc17dd612296499d52ae7419ee0a1fac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Supreme Court reinstates murder conviction in case of Etan Patz, missing New York City boy]]></title><link>https://www.local10.com/news/politics/2026/06/22/supreme-court-reinstates-murder-conviction-in-case-of-etan-patz-missing-new-york-city-boy/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/supreme-court-reinstates-murder-conviction-in-case-of-etan-patz-missing-new-york-city-boy/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday reinstated a murder conviction in the 1979 disappearance of 6-year-old Etan Patz.]]></description><pubDate>Mon, 22 Jun 2026 14:37:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday reinstated a murder conviction in the 1979 disappearance of 6-year-old Etan Patz.</p><p>The justices, by a 6-3 vote, granted an appeal from New York prosecutors who had urged them to undo a federal appeals court decision that overturned the verdict. The three liberal justices dissented.</p><p>Prosecutors had been preparing to try the man, Pedro Hernandez, for a third time. His first trial ended in a mistrial.</p><p>The unanimous panel of the U.S. Court of Appeals for the Second Circuit reversed Hernandez’ murder and kidnapping conviction in the second trial because of how the judge had answered a question from jurors.</p><p>Manhattan District Attorney Alvin Bragg had called the basis for overturning the conviction “a slender reed” that essentially ignored a five-month-long trial with 66 witnesses.</p><p>The justices agreed, in an unsigned opinion, that federal courts should not second-guess state courts under a 1996 federal law that was intended to reduce federal court oversight of state criminal trials.</p><p>“The Second Circuit exceeded its authority in holding that Hernandez is entitled to relief,” the justices wrote.</p><p>Hernandez, 64, has been serving a sentence of 25 years to life in prison.</p><p>Bragg hailed the high court’s decision. “This office has remained steadfast in its pursuit of justice for Etan and the Patz family and will continue to stand by this important conviction,” Bragg, a Democrat, said in a statement.</p><p>Hernandez’ lawyers said they were “terribly disappointed” by the ruling. “We firmly believe that an innocent man is in jail for a crime that he did not commit,” attorneys Harvey Fishbein and Alice Fontier said.</p><p>Hernandez admitted to the crime under police questioning, but his lawyers say he confessed falsely because of a mental illness that sometimes made him hallucinate. They emphasized that the admission came after police queried him for about seven hours before reading him his rights and recording the interview. Hernandez then repeated his confession on tape, at least twice.</p><p>Etan vanished while walking to his downtown Manhattan school bus stop on May 25, 1979. Hernandez worked at a nearby convenience shop at the time, but the Maple Shade, New Jersey, resident didn’t become a suspect until 2012.</p><p>Etan was among the first missing children ever to appear on milk cartons, and the anniversary of his disappearance became National Missing Children’s Day.</p><p>Hernandez already has been tried twice. A jury deadlocked in 2015, and then a different panel of jurors convicted him at a 2017 retrial.</p><p>During deliberations, the 2017 jurors asked a complicated question: If they decided Hernandez didn’t confess voluntarily when he hadn’t been read his rights yet, must they disregard his other confessions? The then-judge responded simply, “the answer is no.” The jury went on to convict.</p><p>In overturning that verdict, the appeals court said the jury’s question should have gotten a more fulsome answer, including the possibility of discounting all the confessions.</p><p>___</p><p>Associated Press writer Jennifer Peltz contributed to this report from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NQ4NNQURBMR5NHVVD3P3VHZBP4.jpg?auth=fa2e7999a520f86b64a09e4643b5ff37ad25f2b248c600475b5dd146105712cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group H: Spain leads with 4 points]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group H competing to move forward to the FIFA World Cup 2026 Round of 32 are Spain (1), Cape Verde (68), Saudi Arabia (60), and Uruguay (16). ]]></description><pubDate>Fri, 05 Dec 2025 18:37:55 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group H competing to move forward to the FIFA World Cup 2026 Round of 32 are Spain (1), Cape Verde (68), Saudi Arabia (60), and Uruguay (16). </p><figure><img src="https://www.local10.com/resizer/v2/FWSUNRAEUZFWZIMO4CTACKOTEA.jpg?auth=c8938f4ecc0fd85767cb81a4abe26233ad4e41a9f48a02b2c6161259c842f900&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Next game day</b></p><p><b>JUNE 26</b>: DAY 3</p><p>Cape Verde vs. Saudi Arabia is at 8 p.m. </p><p>Uruguay vs. Spain is at 8 p.m. </p><h3><br></h3><h3><b>Group-stage progress</b></h3><p><b>JUNE 21</b>: DAY 2</p><p><b>Uruguay and Cape Verde each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/4KGYXOELZIWNNRKDEFDSSUPWTA.jpg?auth=1f3cf99adb1f47d6b1a108eb89284dcd45eb21331e41bbfad535a64ebebced81&smart=true&width=1200&height=900" alt="Cape Verde goalkeeper Vozinha (1) catches the ball during the World Cup Group H soccer match against Uruguay in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Lynne Sladky)" height="900" width="1200"/><figcaption>Cape Verde goalkeeper Vozinha (1) catches the ball during the World Cup Group H soccer match against Uruguay in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Lynne Sladky)</figcaption></figure><ul><li>Game analysis: <a href="https://www.local10.com/sports/2026/06/21/another-world-cup-stunner-cape-verde-gets-1st-goal-of-tournament-and-holds-uruguay-to-2-2-draw/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/another-world-cup-stunner-cape-verde-gets-1st-goal-of-tournament-and-holds-uruguay-to-2-2-draw/">Cape Verde gets 1st goal of tournament and holds Uruguay to 2-2 draw</a></li><li><a href="https://www.local10.com/sports/2026/06/21/have-faith-vozinhas-mom-speaks-out-before-cape-verde-pulls-off-another-world-cup-tie-vs-uruguay/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/have-faith-vozinhas-mom-speaks-out-before-cape-verde-pulls-off-another-world-cup-tie-vs-uruguay/">‘Have faith’: Vozinha’s mom speaks out before Cape Verde pulls off another World Cup tie vs. Uruguay</a></li></ul><p><b>Spain gets 3 points</b></p><figure><img src="https://www.local10.com/resizer/v2/57IUKBGY4PHUZDJIG7FHRSJOF4.jpg?auth=a717f53bf57d9872db4d981d861292f4bff2014d157a822f29cd549ab0ecafcd&smart=true&width=1200&height=900" alt="Spain's Lamine Yamal celebrates after scoring his side's opening goal during the World Cup Group H soccer match between Spain and Saudi Arabia in Atlanta, Sunday, June 21, 2026. (AP Photo/Erik S.Lesser)" height="900" width="1200"/><figcaption>Spain's Lamine Yamal celebrates after scoring his side's opening goal during the World Cup Group H soccer match between Spain and Saudi Arabia in Atlanta, Sunday, June 21, 2026. (AP Photo/Erik S.Lesser)</figcaption></figure><ul><li>Game-analysis: <a href="https://www.local10.com/sports/2026/06/21/spain-star-lamine-yamal-scores-10-minutes-into-his-first-world-cup-start-and-gives-spain-lift-off/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/21/spain-star-lamine-yamal-scores-10-minutes-into-his-first-world-cup-start-and-gives-spain-lift-off/">Lamine Yamal scores 10 minutes into his first World Cup start and gives Spain liftoff</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/"><b>JUNE 15</b></a><b>:</b> DAY 1</p><p><b>MIAMI STADIUM MATCH</b></p><p><b>Saudi Arabia and Uruguay each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/RB43MUGYU6AEFRVKRHQV5PP6L4.jpg?auth=f75abbd8fa73887e81288ca35b92f690eb48552505d2059e5892fd7ab0a71ba1&smart=true&width=1200&height=900" alt="Uruguay's Maxi Araujo celebrates scoring his side's opening goal against Saudi Arabia during a World Cup Group H soccer match in Miami Gardens, Fla., Monday, June 15, 2026. (AP Photo/Lynne Sladky)" height="900" width="1200"/><figcaption>Uruguay's Maxi Araujo celebrates scoring his side's opening goal against Saudi Arabia during a World Cup Group H soccer match in Miami Gardens, Fla., Monday, June 15, 2026. (AP Photo/Lynne Sladky)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/15/uruguays-maxi-araujo-scores-equalizer-in-1-1-world-cup-draw-with-saudi-arabia/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/uruguays-maxi-araujo-scores-equalizer-in-1-1-world-cup-draw-with-saudi-arabia/">Uruguay’s Maxi Araújo scores equalizer in 1-1 World Cup draw with Saudi Arabia</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=QNunJoP2klw" target="_self" rel="" title="https://www.youtube.com/watch?v=QNunJoP2klw">Araújo’s equalizing goal </a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=_Myw6Zba1XE" target="_self" rel="" title="https://www.youtube.com/watch?v=_Myw6Zba1XE">Saudi Arabia’s Abdulelah Al-Amri scores </a></li><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/">Uruguayans arrive in high spirits ahead of FIFA World Cup match against Saudi Arabia in Miami</a></li><li><a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">Miami Stadium hosts 1st of 7 FIFA World Cup 2026 matches</a></li></ul><p><b>Cape Verde and Spain each get 1 point </b></p><figure><img src="https://www.local10.com/resizer/v2/OVCIMWODUXRTYUCU3MNNWC25SY.jpg?auth=38527a026c9befa94a5377248f8ff9d38a23e3d0ad8645bcb12316c307e32beb&smart=true&width=1200&height=900" alt="Spain's Lamine Yamal (19) controls the ball against Cape Verde's Willy Semedo (17) during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Jacob Kupferman)" height="900" width="1200"/><figcaption>Spain's Lamine Yamal (19) controls the ball against Cape Verde's Willy Semedo (17) during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Jacob Kupferman)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/15/cape-verde-secures-stunning-0-0-draw-with-spain-in-its-world-cup-debut/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/cape-verde-secures-stunning-0-0-draw-with-spain-in-its-world-cup-debut/">Cape Verde secures stunning 0-0 draw with Spain in its World Cup debut</a></li></ul><p><b>Track the groups</b></p><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W7467IR7UBCCVDQ5HGGMMJLS6Q.jpg?auth=09403a79026caef09437bdb60bb2094a0715492657dd8f807bc5d8d245952650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police: Officer shoots man after ‘disturbance’ at car dealership in Miami Shores]]></title><link>https://www.local10.com/news/local/2026/06/21/police-miami-shores-officer-shoots-man-after-disturbance-at-car-dealership/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/police-miami-shores-officer-shoots-man-after-disturbance-at-car-dealership/</guid><dc:creator><![CDATA[Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[A police officer shot and wounded a man on Sunday afternoon in Miami Shores, police said. ]]></description><pubDate>Sun, 21 Jun 2026 23:59:46 +0000</pubDate><content:encoded><![CDATA[<p>A police officer shot and wounded a man on Sunday afternoon in Miami-Dade County, police said. </p><p><a href="https://www.local10.com/espanol/2026/06/21/policia-hiere-a-balazos-a-sujeto-armado-en-miami-shores/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/21/policia-hiere-a-balazos-a-sujeto-armado-en-miami-shores/"><b>Leer en español</b></a></p><p>The shooting happened near the intersection of Biscayne Boulevard and Northeast 86th Street, according to the Miami Shores Police Department. </p><p>“You don’t want to see this in your neighborhood,” said Juanita Dawsey, who reported hearing the gunshots. </p><p>Miami-Dade Fire Rescue personnel took the wounded man to Jackson Memorial Hospital’s Ryder Trauma Center, according to police. </p><p>Before the shooting, the man had “two large-edged weapons” and caused “a disturbance” at the Tropical Chevrolet in Miami Shores, according to police. </p><figure><img src="https://www.local10.com/resizer/v2/GEPQJM5SVBCLFGROLPSQ2JTZCE.jpeg?auth=108e7d96506f6ad4856a35b38e8a76ad9b243b54cbb5734bd9a7afb33755d174&smart=true&width=1200&height=900" alt="The Florida Department of Law Enforcement responded to Miami Shores on Sunday after a police officer shot a man." height="900" width="1200"/><figcaption>The Florida Department of Law Enforcement responded to Miami Shores on Sunday after a police officer shot a man.</figcaption></figure><p>Police officers responded to the full-service auto dealership shortly after 2:10 p.m. at 8880 Biscayne Boulevard, but the man had left, according to police.</p><p>A Miami Police Department cruiser was parked at the scene of the police shooting, where there was an abandoned black book bag and bullet casings. </p><p>The Florida Department of Law Enforcement was investigating the police shooting.</p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2575.9306797289587!2d-80.18545499999999!3d25.8560451!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b22a2800f91d%3A0x46fa5cd455c9d191!2s8880%20Biscayne%20Blvd%2C%20Miami%20Shores%2C%20FL%2033138!5e1!3m2!1sen!2sus!4v1782086969010!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[No maps, no insurance: Michigan floods expose lack of information, preparation in many rural areas]]></title><link>https://www.local10.com/news/national/2026/06/22/no-maps-no-insurance-michigan-floods-expose-lack-of-information-preparation-in-many-rural-areas/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/no-maps-no-insurance-michigan-floods-expose-lack-of-information-preparation-in-many-rural-areas/</guid><dc:creator><![CDATA[By TAMMY WEBBER and M.K. WILDEMAN, Associated Press]]></dc:creator><description><![CDATA[ONAWAY, Mich. (AP) — Tom and Diane Peterman tried to buy flood insurance when they moved to their retirement home on the shores of Black Lake 14 years ago but were told it wasn’t available. John Solum was told he wasn’t in a flood zone when his family bought a 1940s-era cabin there.]]></description><pubDate>Mon, 22 Jun 2026 13:00:52 +0000</pubDate><content:encoded><![CDATA[<p>ONAWAY, Mich. (AP) — Tom and Diane Peterman tried to buy flood insurance when they moved to their retirement home on the shores of Black Lake 14 years ago but were told it wasn’t available. John Solum was told he wasn’t in a flood zone when his family bought a 1940s-era cabin there.</p><p>Then came this spring’s historic and devastating floods across northern Michigan — in some areas, for the first time anyone can remember — swamping homes, pushing dams to the brink of failure and washing out roadways. Dozens of counties were under a state of emergency.</p><p>Black Lake was so high that floating ice broke apart decks and crashed through windows.</p><p>“We’ve never seen anything like that. Never,” said Solum, who experienced flooding often when he lived in Houston. Knee-high floodwater forced them to tear out flooring, drywall, furniture, bedding and appliances.</p><p>Across Michigan, thousands were left without financial protection after record April rains fell on top of record March snowfall. Worse, many had no idea they were at risk despite years of increasingly heavy precipitation.</p><p>Their experience exposes vulnerabilities across the country, experts say, because flood plain maps don’t cover all areas. What's more, the federal government's mapping method is arguably outdated and does not account for actual risks as climate change increases the odds of more extreme weather.</p><p>The Federal Emergency Management Agency develops and updates maps that determine who's in a flood plain and must buy insurance, and to help communities plan. But it hasn’t developed maps in many less-populated areas, including some Michigan counties that experienced unprecedented flooding.</p><p>Black Lake, for example, straddles two counties — Cheboygan, which has a 2012 FEMA flood plain map, and Presque Isle, where most areas have never been mapped. The longtime summer and retiree destination is ringed by small cabins and some larger homes.</p><p>Another issue: FEMA’s maps are based on risks of rivers, streams and other waterways overflowing their banks. But they don’t account for flooding caused strictly from increasingly heavy rainfall that overwhelms stormwater infrastructure in urban areas and inundates rural towns where there's nowhere for the water to go.</p><p>First Street, a company that researches the financial implications of climate change, found more than twice the number of properties at significant flood risk nationwide after incorporating that rainfall data into its own models and by mapping the whole country, including smaller streams that FEMA does not.</p><p>That includes four times more properties in Michigan.</p><p>“I couldn’t believe it when we first started building our model how different we were from FEMA,” said Jeremy Porter, chief economist at First Street, who says federal maps are “missing a whole source of flooding.”</p><p>FEMA uses that extra rainfall data to help set insurance rates, experts said. But it's unclear whether it's proceeding with an effort to incorporate it into flood plain mapping.</p><p>The General Accounting Office, a federal watchdog agency, raised concerns five years ago that FEMA’s flood hazard maps didn't reflect the best available climate science or heavy rainfall.</p><p>FEMA declined an interview request, but said in a statement that 95% of the U.S. population lives in areas with maps, which are “snapshots in time.” It did not respond to questions about whether this year’s flooding adds urgency to mapping less-populated areas or whether it's updating its mapping methods.</p><p>Climate change sets the stage for devastating floods</p><p>Michigan experienced “truly a monumental flood” that in many areas exceeded what is known as a 100-year flood, meaning it has a 1% chance of occurring in any given year, said Matthew Occhipinti, the state's National Flood Insurance Program coordinator.</p><p>But it wasn’t a fluke, experts said.</p><p>A warmer atmosphere holds more moisture for longer periods, which can lead to heavy rain or snow when enough builds up. And this spring, an “extraordinarily warm” Gulf of Mexico set the stage for both snow and rain in the upper Midwest, said Richard Rood, a University of Michigan climate scientist.</p><p>A massive March snowstorm dumped up to 2-4 feet (61-122 centimeters) across northern Michigan. Then April’s record rainfall created more runoff than waterways, dams and culverts could handle.</p><p>“We call these storms historic; that is only true compared to the past,” said Rood, adding that Michigan and neighboring Wisconsin experienced their wettest March 1-April 15 period on record. “I think it is more appropriate to consider it typical of the climate of the future.”</p><p>That's why it's important to update flood maps and for communities to be prepared, experts said.</p><p>“You should never be lulled into complacency that, ‘Oh geez we just had the big flood so we’re good for another 100 years or another 500 years,’” said Chad Berginnis, executive director of the Association of State Floodplain Managers. “Mother Nature does not obey statistical averages.”</p><p>FEMA mapping progress is slow in rural areas</p><p>FEMA has been working to update existing flood plain maps — some that were decades old — but has made little progress creating new ones in rural areas where development could occur, despite a 2012 congressional mandate, Berginnis said.</p><p>The agency has historically prioritized places with the greatest population and risk, which makes sense due to budget constraints, Berginnis said, but also leaves about two-thirds of the country’s streams, rivers and coastlines unmapped. Some of those areas are unpopulated federal land that likely won't be mapped.</p><p>His organization estimates it would cost $4 billion to $12 billion to fully map the country, but FEMA has never had the funding to do so, he said.</p><p>Flood plain managers worry the agency could fall even further behind due to significant staffing losses under the Trump administration.</p><p>FEMA lost close to 20% of its total workforce in 2025, according to a General Accounting Office report. That includes about 25% of its permanent and most senior staff, said Christopher Currie, who audits FEMA for the GAO.</p><p>“We're very concerned,” said Currie, adding that FEMA was chronically understaffed even before Trump's second term. Now it would have to divert resources from many programs, including mapping, to respond to multiple disasters.</p><p>Some communities don't understand their risks</p><p>Getting accurate flood-risk information to communities is a challenge even beyond flood plain mapping.</p><p>Communities must participate in the National Flood Insurance Program before homeowners can buy policies underwritten by FEMA and sold by private companies. But many — including several hundred in Michigan, Occhipinti said — have never joined.</p><p>Communities can participate without a map. But experts say those that haven’t might never have experienced damaging floods or don’t understand the insurance program.</p><p>They also might not realize they have an elevated risk if they rely on FEMA’s National Risk Index, a separate tool from mapping. The index gives one score for a community’s overall risk of any type of natural disaster, and assumes there are no flood risks if the community doesn't have a flood plain map, said Berginnis.</p><p>That means a community with a low score might actually have elevated flood risks, he said, which “gives people the absolute wrong sense of security.”</p><p>But even program participation doesn’t guarantee homeowners get accurate information.</p><p>Diane Peterman, who evacuated as her crawlspace filled with floodwater, said she tried buying insurance three times but was told she couldn’t, even though her township participates in the National Flood Insurance Program.</p><p>“They said, ‘You’re not in a flood zone’ and I said, ‘But I live on a lake,’” said Peterman, who later learned that her neighbor had insurance.</p><p>In Michigan, an average policy costs about $1,000 for $250,000 in coverage, though that rate can vary widely based on factors such as home value and location, Occhipinti said. Some companies will sell private flood insurance, though it’s rare, he said.</p><p>Berginnis said homeowners and communities should seek information beyond what FEMA provides.</p><p>“FEMA flood maps should always be the beginning of the journey and not the end,” he said. “Maybe states and communities need to step up and lead a little bit more.”</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/7TNN5DR4NZA3WG6APRSYNVTUKM.jpg?auth=f4d3d883ef346d46dbeb401a589ac92b3e465a667916715e7ee980589fd0e8f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Peterman cleans up outside his home from recent floods at Black Lake on Wednesday, April 29, 2026, in Grant Township, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K46X6KEQFIKRL3VDLQWRBVXN3Q.jpg?auth=a0c0b7a25248a96dcc8adec9b7d902904094bc7dce38c9d8c254110ab0fb64c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A home is surrounded by water from recent floods at Black Lake on Wednesday, April 29, 2026, in Grant Township, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GD5YFRMZP3LS2XBI6SJAM3L7UM.jpg?auth=995c243a0a24d1dfddf834e48b50d2d99c5df7d88c114e7758182c1aa86cb84d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged materials from the home of John Solum from recent floods at Black Lake sit outside on Wednesday, April 29, 2026, in Grant Township, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDSG7SEOMJE73HD6SXNVDVZ6W4.jpg?auth=01487b5b7593b113647d92c61aabd6b0806ba8e1818158aba34bccadc177870a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom and Diane Peterman pose outside their home at Black Lake on Wednesday, April 29, 2026, in Grant Township, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZHTGF772UONNL5QWIEAYBJ46E.jpg?auth=857ae9fe20b5d620bbd42651ca95ca2ee45866d4a62985fe050855e46f7113d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Diane Peterman throws away damaged belongings from recent floods outside their home at Black Lake on Wednesday, April 29, 2026, in Grant Township, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5Z45IJ4QSH2SHXGUEJOT75F33A.jpg?auth=fedc8ac04b978c53ea3e05be1b8a7cf505cc5ea83d7461dc8e872e7f1891d664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pumps work at the Cheboygan dam Thursday, April 30, 2026, in Cheboygan, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LE5B7EF47FTJWHWUOYZ6LRWQHY.jpg?auth=285ed986ed9a3eb5fd045d66cab1979907342eaa83b1ad60aa5a47c53197de87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Cheboygan dam operates Thursday, April 30, 2026, in Cheboygan, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYJFRV4GSNBNONHNI23JMH4SLE.jpg?auth=a00aa35cb31396863ab5745476e0f71b8caeba1dea593f34637ad96faa03dc54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A home is surrounded by water from recent floods at Black Lake on Wednesday, April 29, 2026, in Grant Township, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Junta escolar de Miami-Dade vota por unanimidad cerrar múltiples escuelas y redibujar límites]]></title><link>https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Los miembros de la Junta Escolar Pública de Miami-Dade votaron por unanimidad para avanzar con una reestructuración importante que incluye el cierre de múltiples escuelas y el establecimiento de nuevos límites escolares.]]></description><pubDate>Wed, 17 Jun 2026 21:57:45 +0000</pubDate><content:encoded><![CDATA[<p>Los miembros de la Junta Escolar Pública de Miami-Dade votaron por unanimidad para avanzar con una reestructuración importante que incluye el cierre de múltiples escuelas y el establecimiento de nuevos límites escolares.</p><p>La votación se produce mientras el distrito enfrenta una nueva realidad: por primera vez en generaciones, hay más cupos escolares que estudiantes. Los líderes del distrito citaron la disminución de la matrícula y cambios demográficos como razones por las que no tuvieron otra opción que reevaluar cómo se utilizan algunos edificios escolares.</p><p>“Nunca es una decisión fácil consolidar escuelas, pero cuando se hace correctamente beneficia a nuestros estudiantes”, dijo Robert Alonso, de la Junta Escolar de Miami-Dade del Distrito 4.</p><p>Nueve escuelas están programadas para cerrar y/o ser reutilizadas, incluyendo Miami Springs Middle School, Richmond Heights Middle y Lorna Smith Elementary, entre otras.</p><p>“No estamos viendo que esos números lleguen, también hemos visto una disminución en la tasa de natalidad, simplemente no estamos viendo tantos estudiantes dentro de nuestras comunidades”, dijo Alonso.</p><p>Pero padres y activistas comunitarios que hablaron en la reunión del miércoles dijeron que los cambios en la política de inmigración son en parte responsables de la disminución en la matrícula.</p><p>“También quiero instar a la junta a reconocer cómo las preocupaciones sobre la aplicación de leyes de inmigración han impactado la matrícula escolar en nuestro distrito”, dijo la activista comunitaria Luna Plaza.</p><p>Otros advirtieron que los cierres tienen consecuencias más allá de los números.</p><p>“El cierre de escuelas afecta mucho más que las cifras de matrícula, afecta a las familias, los negocios locales, los valores de propiedad y la estabilidad general de nuestras comunidades”, dijo la activista comunitaria Cassie Creed.</p><p>Aun así, hubo quienes se opusieron a los cierres, señalando que esas escuelas forman parte del tejido de su comunidad. Pero los líderes del distrito dicen que los cambios solo pueden beneficiar a los estudiantes y prometieron no dejar a ninguna comunidad sin los recursos que necesita.</p><p>“Nunca vamos a dejar a una comunidad desatendida o sin los recursos que va a necesitar, nuestro objetivo es proporcionar la mejor educación que puedan recibir”, dijo Alonso.</p><p>Los estudiantes de las escuelas cerradas se unirán a otras que continúan operando mientras el distrito consolida edificios e instalaciones, y los líderes dicen que la medida es necesaria para mantener la calidad.</p><p>“Es algo que tenemos que hacer para continuar brindando a nuestros estudiantes los mejores servicios y las mejores instalaciones”, dijo Alonso.</p><p>En cuanto a qué pasará con las propiedades ahora vacías, el distrito indicó que variará caso por caso.</p><p><b>A continuación la lista de cierres:</b></p><p><b>Región Norte:</b></p><p>• Parkway Elementary• Rainbow Park Elementary</p><p><b>Región Central:</b></p><p>• Lenora B. Smith Elementary• Miami Springs Middle• Phillis Wheatley Elementary</p><p><b>Región Sur:</b></p><p>• Mandarin Lakes K-8 Academy• Pine Villa Elementary• Richmond Heights Middle• Robert Russa Moton Elementary</p><p><b>A continuación las combinaciones:</b></p><p><b>Región Central:</b></p><p>• Georgia Jones-Ayers Middle School y Lenora B. Smith Elementary School se combinarán para convertirse en un centro K-8.• Miami Springs Middle School y Miami Springs Senior High School se combinarán para convertirse en una escuela 6-12.</p><p><b>Región Sur:</b></p><p>• Arthur &amp; Polly Mays Conservatory of the Arts y Pine Villa Elementary School se combinarán para convertirse en una escuela K-12.• Richmond Heights Middle y BioTech 9-12 se combinarán para convertirse en una escuela 6-12.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade school board unanimously votes to close multiple schools, redraw boundaries]]></title><link>https://www.local10.com/news/local/2026/06/17/miami-dade-school-board-unanimously-votes-to-close-multiple-schools-redraw-boundaries/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/miami-dade-school-board-unanimously-votes-to-close-multiple-schools-redraw-boundaries/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Miami-Dade Public School Board members voted unanimously to move forward with a major overhaul that includes the closure of multiple schools and the establishment of new school boundaries.]]></description><pubDate>Wed, 17 Jun 2026 21:48:51 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Public School Board members voted unanimously Wednesday to move forward with a major overhaul that includes the closure of multiple schools and the establishment of new school boundaries.</p><p><a href="https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/17/junta-escolar-de-miami-dade-vota-por-unanimidad-cerrar-multiples-escuelas-y-redibujar-limites/">Leer en español</a></p><p>The vote comes as the district faces a new reality -- for the first time in generations, there are more school seats than actual students. District leaders cited declining enrollment and changing demographics as reasons they had no choice but to re-evaluate how some school buildings are being utilized.</p><p>“It is never an easy decision to consolidate schools, but when done properly it benefits our students,” said school board member Robert Alonso, who represents District 4.</p><p>Nine schools are set to be closed and/or repurposed, including Miami Springs Middle School, Richmond Heights Middle and Lorna Smith Elementary, among others.</p><p>“We’re not seeing those numbers coming in. We have also seen a decline in birth rate. We are just not seeing that many students within our communities,” Alonso said.</p><p>Parents and community activists who spoke out at Wednesday’s school board meeting say changes in immigration policy are partially to blame for the drop in enrollment.</p><p>“I also want to urge the board to recognize how concerns around immigration enforcement have impacted school enrollment in our district,” said community activist Luna Plaza.</p><p>Others warned the closures carry consequences beyond just numbers.</p><p>“School closures affect far more than enrollment numbers -- they affect families, local businesses, property values and the overall stability of our communities,” said community activist Cassie Creed.</p><p>There were also those who pushed back on the closures themselves, saying those schools make up the fabric of their community. But district leaders say the changes will benefit students, and they pledged not to leave any community without the resources it needs.</p><p>“We are never going to leave a community that is going to be underserved or not having the resources that they are going to need -- our goal is to provide the best education that they can receive,” Alonso said.</p><p>Students from closed schools will join others that continue to operate as the district consolidates buildings and facilities, with leaders saying the move is necessary to maintain quality.</p><p>“It’s something that we have to do in order to continue to provide our students with the best services out there and the best facilities,” Alonso said.</p><p>As for what happens to the now-vacant properties, the district says that will vary on a case-by-case basis.</p><p><b>Below is a list of the closures:</b> </p><p><b>North Region:</b></p><p> • Parkway Elementary</p><p> • Rainbow Park Elementary</p><p><b>Central Region: </b></p><p> • Lenora B. Smith Elementary</p><p> • Miami Springs Middle</p><p> • Phillis Wheatley Elementary</p><p><b>South Region:</b></p><p> • Mandarin Lakes K-8 Academy</p><p> • Pine Villa Elementary</p><p> • Richmond Heights Middle </p><p> • Robert Russa Moton Elementary</p><p><b>Below are the combinations: </b></p><p><b>Central Region:</b></p><p> • Georgia Jones-Ayers Middle School and Lenora B. Smith Elementary School will combine to become a K-8 Center.</p><p> • Miami Springs Middle School and Miami Springs Senior High School will combine to become a 6-12 School.</p><p><b>South Region:</b></p><p> • Arthur &amp; Polly Mays Conservatory of the Arts and Pine Villa Elementary School will combine to become a K-12 School.</p><p> • Richmond Heights Middle and BioTech 9-12 will combine to become a 6-12 School.</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[Air quality alert issued for Miami-Dade as brush fires continue to burn]]></title><link>https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[An air quality alert is in effect for Miami-Dade County Monday as two brush fires that erupted last week continue to burn.]]></description><pubDate>Mon, 22 Jun 2026 11:30:32 +0000</pubDate><content:encoded><![CDATA[<p>An air quality alert is in effect for Miami-Dade County Monday as two brush fires that erupted last week continue to burn.</p><p><a href="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/"><b>Leer en español</b></a></p><p>A south-east wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of Broward County, but there is an air quality alert in effect for Miami-Dade until 3 p.m.</p><p>The fire dubbed “Quarry 2,” east of Krome Avenue, has been the most widespread, burning 19,018 acres so far. It is 97% contained, while the Well fire, near Northwest 122nd Avenue, has burned 2,749 acres. It is 85% contained.</p><p>No road closures are currently in effect due to the wildfires.</p><p>Airboat operators, meanwhile, told Local 10 News Monday that water levels are now too low to reach some of the burned areas.</p><p>The low water comes after months of wildfire activity across west Miami-Dade and the Everglades.</p><p>In April, the Highway 41 fire burned more than 9,000 acres along the Tamiami Trail.</p><p>Last week, the Quarry 2 fire grew west of Doral, and the Well fire ignited a day later nearby, burning nearly 3,000 acres.</p><p>As of this weekend, crews were still working to contain the Corrections fire in west Miami-Dade.</p><p>Back in April, Local 10 was able to ride through some of the areas impacted by the Highway 41 fire.</p><p>From the airboat, you could see miles of charred sawgrass and blackened vegetation.</p><p>On Monday, operators said some of those areas are too shallow to reach.</p><p>Firefighters have repeatedly pointed to dry conditions as a challenge in recent weeks. And those who spend their days in the Everglades say they’re seeing the effects firsthand.</p><p>For now, the same dry conditions that helped fuel recent fires are now making some of those areas impossible to reach -- a reminder that in the Everglades too much fire often starts with too little water.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94.]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 22 update: Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, dies</b></p><p>Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94. He was the founder of the Ministry of the Interior, known for its repressive measures against the Cuban people. Valdes is credited for killing numerous Cubans who opposed the regime from the early days of the revolution. Most recently, he was responsible for training the security police in Venezuela.</p><p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P22LWIODWJE7RPCSE2OVBICKBQ.jpg?auth=7ee58ac33db63821a1334b1bdf6fedf8a9397ea9a5349730fecb662765a05270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cuba's President Miguel Diaz-Canel, right, Raul Castro, center, Commander Ramiro Valdes, center left, and Jose Ramon Machado Ventura, left, attend an event marking the 172nd anniversary of the birth of national independence hero Jose Marti, in Havana, Jan. 27, 2025. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[After tearful, tense trial, closing arguments set for Monday in George Pino case]]></title><link>https://www.local10.com/news/local/2026/06/21/after-tearful-tense-trial-closing-arguments-set-for-monday-in-george-pino-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/after-tearful-tense-trial-closing-arguments-set-for-monday-in-george-pino-case/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[The manslaughter and vessel homicide trial of South Florida real estate mogul George Pino is nearing its end. Both sides are set to deliver their closing arguments on Monday.]]></description><pubDate>Sun, 21 Jun 2026 15:01:38 +0000</pubDate><content:encoded><![CDATA[<p>The manslaughter and vessel homicide trial of South Florida real estate mogul <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> is nearing its end. Both sides are set to deliver their closing arguments on Monday.</p><p><a href="https://www.local10.com/espanol/2026/06/21/inicia-recta-final-del-juicio-contra-george-pino-en-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/21/inicia-recta-final-del-juicio-contra-george-pino-en-miami/"><b>Leer en español</b></a></p><p>Pino, 55, is facing charges in connection with a September 2022 boat crash that killed 17-year-old Lucy Fernandez off Boca Chita Key. The crash seriously injured another 17-year-old, Katerina Puig.</p><p>Opening statements began with prosecutors saying Pino’s allision with a channel marker happened as a result of criminal negligence and recklessness.</p><p>“Lucy is dead because the defendant failed to do the most basic things that rules of the water require,” Assistant State Attorney Laura Adams told jurors.</p><p>Defense attorneys argue the crash was a mere accident.</p><p>“The state admits this was not George’s intention. He did not intend for anybody to be hurt,” Pino’s attorney, Howard Srebnick, told jurors during opening statements. “His own daughter, his own wife, his own body was on that boat.”</p><p>Defense openings were interrupted after Pino <a href="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/">broke down for several minutes</a> in front of jurors; the proceedings were halted and continued the next day.</p><p>Over the course of the trial, jurors heard from some of the 12 young women, all teenagers at the time, who were on board Pino’s boat, part of a celebration for his daughter’s 18th birthday.</p><p>“The first thing I saw when I opened my eyes was George, and I thought he was dead,” Claudia Portocarrero <a href="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/">testified</a>. “I remember him, he had blood on his head.”</p><p>Some testified about the alcohol that George Pino and his wife, Cecilia Pino, provided, as well as the crash itself.</p><p>Fernandez’s father <a href="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial/">recalled the living nightmare</a> he and his wife went through. Puig’s father also talked about how the crash affected his daughter.</p><p>Jurors <a href="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/">took a field trip</a> to a Florida Fish and Wildlife Conservation Commission facility in North Miami to see the damaged 29-foot Robalo and watched body camera footage from the crash response and Pino’s questioning.</p><p>But the trial was not without its moments of conflict. </p><p>Judge Marisa Tinkler Mendez issued a warning to Pino and his family for hugging in front of jurors.</p><p>A <a href="https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/">tense exchange</a> between Adams and Pino also drew the judge’s attention after Adams brought up that Pino was reportedly muttering, “It happens, it happens, it happens,” during testimony.</p><p>“I’m sorry. Do you have something you want to say to me?” Adams asked Pino. “Why are you staring at me?”</p><p>Pino denied staring at her.</p><p>In another moment, Pino’s attorneys told Tinkler Mendez that there was “something of a stare down” between Adams and their client, followed by Adams “rolling her eyes” at Pino.</p><p>Cecilia Pino took the stand twice during the trial, recounting the <a href="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/">harrowing aftermath</a> of the crash off Cutter Bank. </p><p>“She died because your husband crashed into that channel marker, right?” Adams asked her during her first appearance on the stand.</p><p>“She died because there was an accident,” Cecilia Pino testified.</p><p>Cecilia Pino broke down when taking the stand for the second time, testifying, “I remember asking again, ‘Who is missing? Who is missing?’ And that’s when they told me that Lucy was missing.”</p><p>Jurors will be instructed on the law before beginning their deliberations.</p><p>If convicted, Pino faces anywhere between 11 to 30 years in prison.</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[Watch Duty, the fire tracking app used by millions, expands to help monitor dangerous floods]]></title><link>https://www.local10.com/business/2026/06/22/watch-duty-the-fire-tracking-app-used-by-millions-expands-to-help-monitor-dangerous-floods/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/watch-duty-the-fire-tracking-app-used-by-millions-expands-to-help-monitor-dangerous-floods/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description><![CDATA[When a fire broke out a few miles from his Altadena, California, home the evening of Jan. 7, 2025, Matt Blea and his family needed to make a crucial decision: Should they stay home, or evacuate?]]></description><pubDate>Mon, 22 Jun 2026 12:08:12 +0000</pubDate><content:encoded><![CDATA[<p>When a fire broke out a few miles from his Altadena, California, home the evening of Jan. 7, 2025, Matt Blea and his family needed to make a crucial decision: Should they stay home, or evacuate?</p><p>A friend who did mountain rescue told Blea to download a free app called Watch Duty. On the app, he could see the fire's perimeter, track evacuation orders and read updates about the emergency response. “It influenced me to leave the home sooner than later,” said Blea, who left with his wife and son that evening, before the Eaton Fire destroyed their home.</p><p>Blea was one of more than 2.5 million people who used Watch Duty to track fires burning across Los Angeles County that week. The information was collected, vetted and disseminated by about two dozen Watch Duty staff and over 100 volunteers who monitored emergency radio traffic, aircraft reports and local agency communications.</p><p>The service proved vital, said David Hertz, a Malibu resident and captain of his community’s fire brigade, especially when some areas received little-to-no warning about the Eaton and Palisades fires that killed 31 people. “It’s like a democratization of data that empowers people."</p><p>This month, Watch Duty began helping people track another deadly and destructive climate hazard: flooding.</p><p>The expansion comes as peak flash flood season begins in the U.S. and nearly one year after last July’s deadly Texas floods that killed more than 130 people, prompting outcry over why Texas Hill Country residents and visitors didn’t receive better communication about the impending danger.</p><p>“This is painful that this keeps happening,” said John Mills, CEO and co-founder of the donor-supported nonprofit behind the app. “We’re not spreading enough information fast enough on as many channels as humanly possible.”</p><p>Mills built the app after his own close calls</p><p>Mills founded Watch Duty in 2021 after not receiving official alerts or evacuation instructions when a fire burned near his Northern California home.</p><p>It’s a problem seen in many recent disasters. While the U.S. has systems for sending alerts by text, radio, and other means, the process to issue a specific warning or evacuation order can get tangled in bureaucracy and often depends on humans making difficult decisions under pressure.</p><p>Often the information people need to understand their risk is out there, Mills said, but it is hard to find and use. “The systems are really struggling to meet people where they are."</p><p>On fire days, Mills found himself relying on volunteer radio operators who monitored scanners during emergencies and posted updates on social media. The posts helped, but social media had downsides — including how misinformation and unrelated content could drown out life-or-death updates.</p><p>A software engineer and entrepreneur, Mills recruited some of those volunteers and fellow engineers to build an answer. He made Watch Duty a nonprofit, which has helped build trust with its more than 20 million users. It received nearly $6 million in grants and donations in 2025.</p><p>Watch Duty puts emergency information in one place</p><p>Watch Duty now has about 300 volunteer “reporters" who collate and vet information from radio scanners, cameras, satellites, user-generated content and public announcements. Information is available in five languages and pushed out through maps, text feeds, and push notifications that can sound even when phones are silenced.</p><p>“You’re not going to have to go to multiple other entities, to the weather service, emergency management website, county website,” said Watch Duty meteorologist Pete Curran. “It’s in one place, in plain language, and it's going to wake you up if you're asleep."</p><p>Watch Duty can sometimes push out information faster than local agencies in part because its reporters have only one role to fill, said Curran, a retired firefighter. “Our only responsibility is to watch and listen. We’re not in charge of the incident.”</p><p>The nonprofit took on flooding next because of its widespread impact. “We are seeing crazy rainfall in places that it’s not normal for them,” said Dr. Lori Moore-Merrell, U.S. Fire Administrator under President Joe Biden and longtime data scientist who is now a Watch Duty board member. “Maybe it’s never happened before, but it’s happening now, so you need to be aware.”</p><p>The app pulls weather modeling and other data from the National Weather Service, National Oceanic and Atmospheric Administration and U.S. Geologic Survey. Users can view NWS flood warnings and watches, river gauge levels, and notices of possible dam or levee failures.</p><p>Users can also better understand their risk ahead of time. They can see whether they're in a FEMA-designated flood area, or what levels on a river gauge would indicate danger, and customize notifications to be alerted if a gauge reached a certain height.</p><p>Preparation and redundancy enhance safety</p><p>Despite Watch Duty's explosive growth, a phone app can't solve all the challenges with informing the public during emergencies.</p><p>“I love seeing products like this come out, but one thing we know to be true in the Texas floods, is a warning is only as good as the knowledge to do something about it,” said Chad Berginnis, executive director of the Association of State Floodplain Managers.</p><p>The ASFPM recommends knowing how to reach an evacuation zone and not just having an emergency plan, but practicing it. “One of the massive failures is not knowing what to do,” said Berginnis.</p><p>The national infrastructure for monitoring weather and alerting the public is also at risk from past and proposed funding cuts to federal agencies and local emergency warning systems. “At the end of the day, if you want eyes and ears out there, you've got to pay for it,” said Berginnis.</p><p>Mills stressed Watch Duty is not meant to replace the work of weather and emergency agencies. “We need National Weather Service, we need fire service, we need all this infrastructure to operate.” He said users should still enroll in their local alerting system.</p><p>And of course, a phone app is only helpful to those who download it, and who have cell coverage to use it.</p><p>“You have to have redundancy,” said Berginnis, adding that an inexpensive NOAA weather radio can fill in when other systems fail. "Sometimes we get so focused on tech, we forget the easy stuff.”</p><p>———</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNZHM5QO2WEP3G7B3FHHTLGFPA.jpg?auth=08d5401e71261f2c872a144edcffd35728a46019bc851fad04ed95b2700368df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person uses the Watch Duty app to track floods, Thursday, June 18, 2026, in San Diego, Calif. (AP Photo/Gabriela Aoun Angueira)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Aoun</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VUIE2ALV4BX76YBGBFIFTRTEE.jpg?auth=7e15ccec9ff852c9861243c2f1b8af1e716ba07a4454d7a5380b613b7f7169e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People wade through a recreational vehicle park flooded by a king tide on Jan. 3, 2026, near Corte Madera in Marin County, Calif. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4XUC3HITNUIFB64N7J4HIJTRU4.jpg?auth=f8198be6d512bbd7a614569a28218ccb726c79ac644f572535cf4cd73e4e7a99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homes under construction sit on a hillside overlooking the Pacific Ocean more than a year after the Palisades Fire in the Pacific Palisades neighborhood of Los Angeles, Thursday, June 4, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’]]></title><link>https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[U.S. President Donald Trump congratulated Abelardo De la Espriella, Colombia’s new president-elect, during a phone call on Sunday, according to De La Espriella’s campaign. ]]></description><pubDate>Mon, 22 Jun 2026 03:22:56 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump congratulated Abelardo De la Espriella, Colombia’s new president-elect, during a phone call on Sunday, according to De La Espriella’s campaign.</p><p><a href="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/"><b>Leer en español</b></a></p><p>De la Espriella, a defense attorney who campaigned as the law-and-order candidate “El Tigre,” or “The Tiger,” and José Manuel Restrepo, a former finance minister and the vice president-elect, celebrated in Barranquilla.</p><p>“He Won, BIG,” Trump wrote <a href="https://truthsocial.com/@realDonaldTrump/posts/116791057884875243" target="_self" rel="" title="https://truthsocial.com/@realDonaldTrump/posts/116791057884875243">on Truth Social</a> about De la Espriella on Sunday night.</p><p>About 41 million Colombians were eligible to vote, 26.3 million cast their ballots in the runoff election, including 12.9 million who voted for De la Espriella, according to Colombia’s National Registry.</p><p>With 99.99% of the polling stations’ ballots tallied, 49.66% voted for De La Espriella, 47, and 48.7% for Cepeda, 63, according to the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">runoff election’s results</a> released by Colombia’s National Registry on Sunday.</p><figure><img src="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&smart=true&width=1200&height=900" alt="Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>As Colombian judges scrutinized the preliminary results of the runoff presidential election, Colombian President Gustavo Petro and Iván Cepeda, the left-wing presidential candidate, did not recognize the results.</p><p>“As of today, there is no elected president until the electoral commissions deliver their results,” Petro wrote in a statement released on X on Sunday night. “As I said this morning, I will accept the result that the judges declare because that is what the law orders.”</p><p>Once Colombia’s independent electoral authorities review and announce the legally binding result, De La Espriella plans to be sworn into office for his four-year term as the country’s 48th president on Aug. 7. </p><figure><img src="https://www.local10.com/resizer/v2/4AHLOQGF7CVKAR52QIF5HETWJI.jpg?auth=0627f9ec7cda76ea49f64ddeb12afd1b498ab9869e4704bfb7938e4433687ceb&smart=true&width=1200&height=900" alt="A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>U.S. Secretary of State Marco Rubio released a statement saying he had also congratulated De la Espriella during a conversation over the phone. </p><p>“The Trump Administration looks forward to working closely with your incoming administration to advance regional security cooperation, end illegal immigration to the United States, and strengthen our economic ties,” Rubio wrote to De La Espriella <a href="https://x.com/SecRubio/status/2068851809440116849" target="_self" rel="" title="https://x.com/SecRubio/status/2068851809440116849">on X</a>. “Colombia’s best days are ahead.”</p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li></ul><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded></item><item><title><![CDATA[Policía hiere a balazos a sujeto armado en Miami Shores]]></title><link>https://www.local10.com/espanol/2026/06/21/policia-hiere-a-balazos-a-sujeto-armado-en-miami-shores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/policia-hiere-a-balazos-a-sujeto-armado-en-miami-shores/</guid><dc:creator><![CDATA[Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[Los investigadores estatales recopilan evidencias en la escena tras el violento incidente que movilizó a varios departamentos policiales el domingo por la tarde.]]></description><pubDate>Mon, 22 Jun 2026 01:41:51 +0000</pubDate><content:encoded><![CDATA[<p>Un oficial de policía hirió de bala a un hombre el domingo por la tarde en el condado de Miami-Dade, según informaron las autoridades.</p><p>El tiroteo ocurrió cerca de la intersección de Biscayne Boulevard y la calle 86 del noreste, de acuerdo con el Departamento de Policía de Miami Shores. El personal de Rescate de Bomberos de Miami-Dade trasladó al herido al Centro de Trauma Ryder del Hospital Jackson Memorial.</p><p>Antes de los disparos, el sospechoso portaba “dos armas de filo grande” y causó “un disturbio” en el concesionario Tropical Chevrolet en Miami Shores, detalló la policía. Los agentes habían acudido al establecimiento, ubicado en el 8880 de Biscayne Boulevard, poco después de las 2:10 p.m., pero el individuo ya se había retirado del lugar.</p><p>Una patrulla del Departamento de Policía de Miami se encontraba estacionada en la escena del tiroteo, donde quedaron abandonados casquillos de bala y una mochila negra. El Departamento de Cumplimiento de la Ley de Florida asumió la investigación del incidente.</p>]]></content:encoded></item><item><title><![CDATA[Trump celebra triunfo de “El Tigre” De la Espriella en Colombia]]></title><link>https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El conteo preliminar desató tensiones políticas en Bogotá luego de que el presidente Gustavo Petro se negara a reconocer los resultados oficiales del domingo.]]></description><pubDate>Mon, 22 Jun 2026 11:53:33 +0000</pubDate><content:encoded><![CDATA[<p>El presidente de Estados Unidos, Donald Trump, felicitó al nuevo mandatario electo de Colombia, Abelardo De la Espriella, durante una llamada telefónica efectuada el domingo, según informó la campaña del político suramericano.</p><p>De la Espriella, un abogado defensor de 47 años que basó su propuesta política en el orden público bajo el apodo de “El Tigre”, celebró la victoria en Barranquilla junto a José Manuel Restrepo, exministro de Hacienda y vicepresidente electo de la coalición opositora Defensores de la Patria. “Ganó en GRANDE”, escribió Trump el domingo por la noche a través de su plataforma <a href="https://truthsocial.com" rel="">Truth Social</a>al referirse al triunfo del candidato derechista, consolidando un drástico giro político en la nación andina.</p><p>Cerca de 41 millones de colombianos estaban habilitados para votar, y 26.3 millones acudieron a las urnas en esta histórica segunda vuelta electoral, registrando una participación del 64.1%. De ellos, 12.9 millones respaldaron a De la Espriella, de acuerdo con los datos consolidados de la <a href="https://www.registraduria.gov.co" rel="">Registraduría Nacional del Estado Civil de Colombia</a>. Con el 99.99% de las mesas escrutadas en el conteo preliminar del domingo, De la Espriella obtuvo el 49.66% de los sufragios, mientras que su rival de izquierda, el senador Iván Cepeda, de 63 años, alcanzó el 48.7%, una diferencia estrecha de apenas 252,000 votos que refleja la profunda polarización del país.</p><figure><img src="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&smart=true&width=1200&height=900" alt="Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>Mientras los jueces de las comisiones escrutadoras examinan estos resultados preliminares para el conteo oficial y definitivo, el actual presidente colombiano, Gustavo Petro, y el candidato Iván Cepeda se negaron a reconocer el desenlace de inmediato. </p><p>“Al día de hoy no hay presidente electo hasta que las comisiones escrutadoras entreguen sus resultados”, manifestó Petro en un comunicado emitido en la red social <a href="https://x.com" rel="">X</a>. </p><p>El mandatario añadió que acatará el dictamen final de los jueces conforme a la ley. Una vez que las autoridades electorales independientes confirmen el veredicto definitivo, De la Espriella tiene previsto asumir el cargo el próximo 7 de agosto como el presidente número 48 de la nación para un mandato de cuatro años.</p><p>Por su parte, el secretario de Estado de EE. UU., Marco Rubio, emitió una declaración informando que también se comunicó telefónicamente con De la Espriella para expresarle sus parabienes y delinear la agenda bilateral inmediata. </p><p>“La administración Trump espera trabajar de cerca con su próximo gobierno para avanzar en la cooperación de seguridad regional, frenar la inmigración ilegal hacia Estados Unidos y fortalecer nuestros lazos económicos”, publicó Rubio en X, concluyendo que los mejores días de Colombia están por venir.</p><p>Trump celebra triunfo de “El Tigre” De la Espriella en Colombia</p><p>El mandatario electo de derecha recibe felicitaciones de la Casa Blanca en medio de una reñida votación</p><p>El estrecho conteo preliminar desató tensiones políticas en Bogotá luego de que el presidente Gustavo Petro congelara el reconocimiento de los resultados oficiales del domingo.</p>]]></content:encoded></item><item><title><![CDATA[Former Federal Reserve Chairman Alan Greenspan dies at 100]]></title><link>https://www.local10.com/business/2026/06/22/former-federal-reserve-chairman-alan-greenspan-dies-at-100/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/former-federal-reserve-chairman-alan-greenspan-dies-at-100/</guid><dc:creator><![CDATA[By PAUL WISEMAN and CHRIS RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Alan Greenspan, the jazz-playing U.S. Federal Reserve chair who was celebrated for engineering a decade of prosperity but later shared the blame for a devastating financial crisis, died Monday. He was 100.]]></description><pubDate>Mon, 22 Jun 2026 14:27:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Alan Greenspan, the jazz-playing U.S. Federal Reserve chair who was celebrated for engineering a decade of prosperity but later shared the blame for a devastating financial crisis, died Monday. He was 100.</p><p>Greenspan died from complications of Parkinson’s disease, said his wife of 29 years, NBC News correspondent Andrea Mitchell.</p><p>“To me he was my husband, who shaped my life from our very first date in 1984," Mitchell wrote. "He had ‘irrational exuberance’ for baseball, the Washington Commanders, tennis, golf, and music, especially jazz. He will be remembered for his brilliance and his kindness. Being his life partner was the joy of my life.”</p><p>The Fed said Greenspan helped to cement the Fed as a trusted institution during a time of economic uncertainty.</p><p>“Under his leadership, the Federal Reserve achieved a sustained era of price stability that supported economic growth and helped anchor the public’s confidence in the institution,” the Fed said in a statement Monday. “He brought rigorous analytical discipline to monetary policymaking and helped establish the credibility that remains one of the Federal Reserve’s most important assets.”</p><p>Greenspan was hailed as "Maestro'' — before crisis hit</p><p>In 18 1/2 years at the Fed, Greenspan presided over a breathtaking surge in stock prices and a 10-year economic boom that started in March 1991. He was celebrated as “Maestro’’ and “Oracle’’ — an economic virtuoso whose every utterance was dissected for clues on where interest rates and the economy were headed.</p><p>The intense scrutiny of Greenspan’s intentions gave birth to new Fed folklore: the “Briefcase Indicator.” A stuffed briefcase carried into Fed meetings implied changes might be afoot because Greenspan carried with him charts and research to make his point.</p><p>But his reputation began to suffer almost as soon as he left the Fed in 2006. American housing prices tumbled rapidly, meaning huge losses on banks that had bet heavily on real estate. The growing financial crisis pushed the U.S. economy into the Great Recession of 2007-2009 — the deepest downturn since the 1930s.</p><p>Critics blamed the devastation on Greenspan’s easy money policies and his support for deregulated financial markets. Greenspan himself later admitted “I made a mistake’’ in assuming that banks could essentially regulate themselves.</p><p>The crisis in the U.S. rapidly spread overseas, leading to a debt crisis for nations in Europe. China also engineered a massive government stimulus package to stabilize its economy.</p><p>Greenspan became the authoritative voice on the US economy</p><p>For almost two decades, it seemed that Greenspan could do no wrong. Not only in the United States but across the world, he was regarded with a mixture of reverence and awe. Many openly dreaded the day when he would leave the Fed.</p><p>Investors hung on his sometimes inscrutable observations. In the most well-known such remark, Greenspan sent financial markets reeling on Dec. 5, 1996, when he suggested with just two words — “irrational exuberance” — that stock prices were too high.</p><p>Mindful of his power to move markets, Greenspan typically resorted to obfuscation. At times, he even joked about his habit of doing so. “I know you believe you understand what you think I said, but I am not sure you realize that what you heard is not what I meant,” Greenspan once told a befuddled congressional committee.</p><p>A protégé is born</p><p>Born in the Washington Heights neighborhood of Manhattan, the young Greenspan was a math whiz who was trotted out by his mother to show off for visitors.</p><p>“I was a prop at parties,’’ he said in a 2007 interview with PBS NewsHour. A Julliard School dropout, he worked as a professional musician in his teens, playing clarinet and saxophone alongside the future jazz great Stan Getz. It was a humbling experience that persuaded the young Greenspan to seek another line of work.</p><p>He pursued undergraduate and graduate study in economics at New York University, eventually earning a doctorate there. For most of three decades, he ran an economic consulting firm. During the 1950s, he became a disciple of the libertarian philosopher Ayn Rand, who stuck him with the nickname the “Undertaker’’ for his dark clothes and quiet bearing. When Greenspan was sworn in as President Gerald Ford’s chief economic adviser in 1974, Rand stood beside him.</p><p>An early trial for a new Fed chair</p><p>President Ronald Reagan tapped Greenspan to run the Fed in 1987. He was tested almost immediately. On Oct. 19, 1987, which came to be known as “Black Monday,” the stock market suffered the worst one-day percentage loss in American history just two months into his term. The Dow Jones Industrial Average plunged 22.6% for reasons that remain opaque to this day.</p><p>Greenspan was credited for helping restore stability. He assured Wall Street that the Fed would supply as much money to the financial system as was needed to restore calm. Stocks recovered, and the American economy emerged unscathed by the market crash.</p><p>Greenspan’s crisis management skills were tested again in 1997 and 1998, when a financial crisis in Asia threatened to spread economic devastation around the globe. Under Greenspan, the Fed arranged an emergency loan to Thailand and persuaded U.S. banks to roll over short-term loans to a teetering South Korea.</p><p>During his tenure at the Fed, Greenspan drew praise for presiding over what was at the time the longest economic expansion in American history. (It was later surpassed by a 128-month expansion that ran from June 2009 through February 2020.) During Greenspan's tenure at the Fed, the nation’s unemployment rate briefly dropped below 4% for the first time since 1970.</p><p>And inflation, which had bedeviled the United States and much of the global economy during the 1970s, was remarkably dormant during Greenspan’s chairmanship, something many economists thought impossible for so long a period.</p><p>During the long boom, Greenspan argued that improvements in technology had made the economy so efficient that it could run faster and at lower rates of unemployment, without unleashing inflation. As a consequence, the theory went, the Fed could keep interest rates low even when the economy was roaring.</p><p>A passion for numbers and life</p><p>As Fed chair, Greenspan relished poring over obscure economic data, from monthly boxcar loadings to steel production, all in a bid to assess where the economy was going. He would often phone economists at other government agencies to discuss details. He would rise early each morning for a two-hour soak in his bathtub, time that he used to review statistics and Fed staff memos.</p><p>Improbably, Greenspan also made the gossip pages as an unlikely ladies’ man. He dated the television journalist Barbara Walters and later married Mitchell after a 12-year courtship. They had no children.</p><p>Greenspan dated Walters while working as an adviser to President Gerald Ford. According to a biography of Greenspan, “The Man Who Knew” by Sebastian Mallaby, when Ford read a newspaper item about the pair, he cut it out and sent it to his chief of staff, Dick Cheney, with a note that said, “I don’t believe it.”</p><p>A strong faith in self-regulating markets is challenged</p><p>All along, Greenspan held fast to the belief that financial markets could largely regulate themselves. With officials from President Bill Clinton’s White House, he helped block efforts by Brooksley Born, the nation’s top commodities regulator, to bring federal oversight in the late 1990s to the shadowy market in over-the-counter derivatives. The derivatives allowed speculators to make bets on everything from the price of oil to high-risk mortgages.</p><p>Eventually, history would vindicate Born, not the Maestro.</p><p>The low interest rates Greenspan had engineered helped swell housing prices into a dangerous bubble. And the financial deregulation he supported allowed banks and other financial firms to pile up huge risks, often hidden from government supervision. Bad derivatives bets helped sink insurance giant American International Group, which required a $180 billion taxpayer bailout.</p><p>The Financial Crisis Inquiry Commission, which was assigned to investigate the debacle by Congress, concluded:</p><p>“More than 30 years of deregulation and reliance on self-regulation by financial institutions, championed by former Federal Reserve chairman Alan Greenspan and others ... had stripped away key safeguards, which could have helped avoid catastrophe."</p><p>Life after the Fed</p><p>In the years after stepping down as Fed chairman in 2006 just shy of his 80th birthday, Greenspan kept busy doing what he loved to do most — following the economic data. He ran his own consulting firm, Greenspan Associates, through which he dispensed advice to Wall Street clients and collected handsome speaking fees.</p><p>He kept up a busy schedule well into his 90s, writing his memoir and two other books on the economy, as well as opining on the latest economic developments on television news shows.</p><p>He also signed onto opinion articles and statements defending the Federal Reserve’s political independence from President Donald Trump’s ongoing attacks. In January 2026 he signed a statement criticizing the Trump administration’s investigation of Fed Chair Jerome Powell. The statement, which was also signed by two other former Fed chairs and five former Treasury secretaries, called the investigation “an unprecedented attempt to use prosecutorial attacks to undermine” the Fed’s independence and warned it would have “highly negative consequences for inflation.”</p><p>Greenspan’s tenure as Fed chairman — from August 1987 through January 2006 — was just five months shy of the longest Fed chairman’s tenure. That distinction belonged to William McChesney Martin, who served from 1951 until early 1970.</p><p>In his 2013 book “The Map and the Territory,’’ Greenspan defended himself against critics who assigned him significant blame for the 2008 financial meltdown. He argued that traditional economic forecasting was no match for the irrational risk-taking that can feed catastrophic price bubbles.</p><p>“Bubbles go up very slowly as euphoria builds,” Greenspan said in a 2013 interview with The Associated Press. “Then fear hits, and it comes down very sharply. When I started to look at that, I was sort of intellectually shocked.”</p><p>-------------</p><p>AP Economics Writers Martin Crutsinger contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VBKAFYLMXXWXEMJBIS2L2PHVW4.jpg?auth=00637e125e419320594f2a73e82db24ad37a6b95c8cbf954523538a9cac901a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Economist Alan Greenspan, chairman of the Federal Reserve from 1987 to 2006, is seen in his office in Washington, Friday, Oct. 18, 2013. (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/7PYCB46KXFHZVHMDGUIFXU7W7E.jpg?auth=1f9108031483415647988ae54552b364abe03e476e9e1ff27556fbe3e6a194a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Federal Reserve Chairman Alan Greenspan testifies on Capitol Hill in Washington, Wednesday, April 7, 2010, before the Financial Crisis Inquiry Commission (FCIC) hearing examining the causes of the collapse of major financial institutions caused by subprime lending. (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/VOXSTD46RG4UAZQ2MA667CYDGA.jpg?auth=c9b2ef385c3b216a335d584016c0a904f9621cebabf6d1cbd220e70ef93bb861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alan Greenspan chairman of the Council of Economic Advisers, chats with newsmen prior to his appearance on NBC's "Meet the Press", Sept. 29, 1974, in Washington. (AP Photo/Bob Daugherty, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Bob Daugherty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDJGBM6UPOOSVDY5K2CJSFH4DA.jpg?auth=c57a6ee9c1329c68dc479464ed0c46a8f781d2449913cbe8ce8277004425a4d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Reagan congratulates Alan Greenspan after he was sworn-in as new chairman of the Federal Reserve Board during a ceremony at the White House in this Aug. 11, 1987. (AP Photo/Barry Thumma, file)]]></media:description><media:credit role="author" scheme="urn:ebu">BARRY THUMMA</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BG5UVKK342A3CE62RMM6V7MO4.jpg?auth=a29a30b78623780ad1612aa3524b3374150e33ae2e410ba8a959a1117ccba0e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George Bush gestures while meeting with economic advisors in the Cabinet Room of the White House, Jan. 15, 1991. Federal Reserve Board Chairman Alan Greenspan, center, and White House Chief of Staff John Sununu look on. (AP Photo/Doug Mills, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Mills</media:credit></media:content></item><item><title><![CDATA[At 87, author George Karp proves it’s never too late for love]]></title><link>https://www.local10.com/features/2026/06/22/at-87-author-george-karp-proves-its-never-too-late-for-love/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/22/at-87-author-george-karp-proves-its-never-too-late-for-love/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[If you’re looking to turn the page and get back into the game of love, George Karp has a message for you: you’re never too old to find your person.]]></description><pubDate>Mon, 22 Jun 2026 11:48:58 +0000</pubDate><content:encoded><![CDATA[<p>If you’re looking to turn the page and get back into the game of love, George Karp has a message for you: you’re never too old to find your person.</p><p>At 87 years old, Karp has become an unlikely relationship guru, sharing decades of dating experiences, lessons and laughter in his book, <i>Senior Dating: An Exposé of the Early Bird Special</i>. Part memoir, part dating diary and part encouragement for those hesitant to put themselves back out there, the book chronicles Karp’s journey through love, loss and finding happiness later in life.</p><p>Karp’s story begins in the 1960s.</p><p>“Well, I was a social young man. When I was a kid, I was out there,” Karp said. “I got married. I was about 26.”</p><p>That marriage lasted 27 years before coming to an end, prompting a major life change.</p><p>“After 27 years, marriage kind of dissipated,” he said. “And I decided to come to Florida.”</p><p>The move from the Northeast to the Sunshine State opened the door to a new chapter — and a new dating scene.</p><p>Karp quickly discovered that South Florida offered plenty of opportunities to meet people.</p><p>“I found that there were a lot more women out there than guys,” he said. “So I had no competition.”</p><p>After his first marriage, Karp entered another long-term relationship. The couple spent 20 years together before she passed away. The loss was devastating, and healing took time.</p><p>Still, Karp refused to give up on companionship.</p><p>“I started slowly, but gradually I started to go out a lot,” he said.</p><p>Eventually, his persistence paid off.</p><p>“Finally, I met the lady, Zoe, that I’ve been with for about four years,” Karp said. “And we have a happy life.”</p><p>Before finding Zoe, however, Karp accumulated plenty of stories from the dating world — many of which made their way into his book.</p><p>The pages are filled with tales of online dating mishaps, awkward dinners, speed-dating disasters and encounters that simply didn’t go as planned. While some readers ask whether the stories are fictional, Karp says most of them are rooted in reality.</p><p>“People say, ‘Is this book fiction?’” he said. “I said, ‘Well, it’s fiction and nonfiction.’ I mean, probably 95% of it is real. I use different names. I don’t want to be sued by anybody.”</p><p>Rather than serving as a step-by-step dating guide, Karp hopes the book inspires readers to remain optimistic and open-minded, regardless of age.</p><p>For him, age is simply a matter of perspective.</p><p>“You just have to do it,” Karp said. “You can’t say, ‘Oh, my husband died. I have to wear a black dress for the rest of my life.’ That doesn’t make sense. You want to do it, you got to do it.”</p><p>His experiences demonstrate that while dating may look different as people grow older, the desire for connection never disappears. Neither does the opportunity to find it.</p><p>Karp is already researching his next book, continuing a journey that proves life still has new chapters to write — no matter your age.</p><p><i>Senior Dating: An Exposé of the Early Bird Special</i> is available for purchase on Amazon by <a href="https://www.amazon.com/dp/B0GDFKSCGG?lv=shuf&amp;channelId=500&amp;plpRedirect=mhFallback" target="_self" rel="" title="https://www.amazon.com/dp/B0GDFKSCGG?lv=shuf&amp;channelId=500&amp;plpRedirect=mhFallback">clicking here.</a> </p>]]></content:encoded></item><item><title><![CDATA[Humo de masivos incendios forestales asfixia a Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Julie Durda]]></dc:creator><description><![CDATA[Casi 22,000 acres de vegetación terminaron calcinados tras una semana de intensos fuegos que ahora amenazan la salud respiratoria de los residentes locales.]]></description><pubDate>Mon, 22 Jun 2026 11:38:22 +0000</pubDate><content:encoded><![CDATA[<p>Una alerta por mala calidad del aire está en vigor para el condado de Miami-Dade este lunes, mientras dos incendios forestales que estallaron la semana pasada continúan ardiendo.</p><p>La dirección del viento desde el sureste ha ayudado a empujar el humo y la neblina hacia el interior del territorio, lo que mejoró las condiciones atmosféricas en gran parte del condado de Broward; sin embargo, Miami-Dade mantiene el aviso de alerta hasta las 3 p.m.</p><p>El incendio denominado “Quarry 2”, ubicado al este de Krome Avenue, ha sido el más extenso tras arrasar 19,018 acres hasta el momento y se encuentra contenido en un 97%. </p><p>Por su parte, el incendio “Well Fire”, cerca de Northwest 122nd Avenue, ha devorado 2,749 acres y registra un 85% de contención.</p><p>Actualmente no se reportan cierres de carreteras a causa de estos incendios forestales.</p>]]></content:encoded></item><item><title><![CDATA[Los Angeles schools superintendent resigns after FBI search and months on paid leave]]></title><link>https://www.local10.com/news/florida/2026/06/22/los-angeles-schools-superintendent-resigns-after-fbi-search-and-months-on-paid-leave/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/22/los-angeles-schools-superintendent-resigns-after-fbi-search-and-months-on-paid-leave/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The superintendent of Los Angeles public schools has resigned four months after he was put on paid leave during a federal investigation, the district's Board of Education said Monday.]]></description><pubDate>Mon, 22 Jun 2026 11:41:59 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The superintendent of Los Angeles public schools has resigned four months after he was put on paid leave during a federal investigation, the district's Board of Education said Monday.</p><p>Alberto Carvalho denied any wrongdoing earlier this year and had asked to be reinstated as head of the nation's second-largest district.</p><p>The FBI served search warrants on Feb. 25 at his home and the LA Unified School District’s headquarters. Two days later, the district’s Board of Education voted unanimously to place him on leave pending the outcome of the investigation.</p><p>In its statement released early Monday, the Board acknowledged it received a letter of resignation from Carvalho. The resignation was effective as of Sunday.</p><p>“The Board remains steadfast in its commitment to ensuring stability, continuity, and continued progress through strong leadership. Our focus remains unchanged: providing every student with a high-quality education, supporting our dedicated workforce, and maintaining the trust of the communities we serve,” it said in the statement.</p><p>It said that Andrés Chait, who has been acting superintendent, will remain in that position until a permanent decision is made.</p><p>Authorities have not provided details of the nature of the investigation involving the district, which serves more than 500,000 students, nor have they accused Carvalho of any crimes.</p><p>The FBI also searched a third location near Miami. The Miami Herald reported the Florida property belonged to Debra Kerr, who previously worked with AllHere, an education technology company that had a contract with Los Angeles schools before it collapsed and its leader was indicted for fraud.</p><p>In 2024, Carvalho heavily touted a deal with AllHere for an AI chatbot named “Ed” designed to help students. But about three months after unveiling the technology and paying the company $3 million, the district dropped its dealings with AllHere, which collapsed into bankruptcy. Months later, founder Joanna Smith-Griffin was charged with securities and wire fraud, along with identity theft.</p><p>At the time, Carvalho denied personal involvement in the selection of AllHere, according to the Los Angeles Times.</p><p>“Mr. Carvalho respects the rule of law and the investigative process and has always acted in the best interests of students and within the bounds of the law,” a statement provided by Holland & Knight, the law firm representing him, had said. “While the government’s investigation remains ongoing, no evidence has been presented by prosecutors supporting any allegation that Mr. Carvalho violated federal law.”</p><p>An email seeking comment was sent to the law firm Monday.</p><p>Following the search of school headquarters, LA Unified said it was cooperating with investigators and had no further information.</p><p>Carvalho became superintendent for LA in 2022. He previously led the public schools in Miami.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7MASU7COHMS3UWR7OAPM6V5WBA.jpg?auth=6b93f67eff60291b6a1f7bb7b2e24f7630d3a4af1e9398fa1551b238dc4a61a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alberto Carvalho, Superintendent of Los Angeles Unified School District speaks about students' improved rising scores before Gov. Gavin Newsom signed legislation related to student literacy in Los Angeles on Oct. 9, 2025. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Maryland’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-marylands-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-marylands-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[ANNAPOLIS, Md. (AP) — Maryland Gov. Wes Moore seeks the Democratic nomination for a second term in Tuesday’s primary for federal, state and local offices. Among the other top races on the ballot are two Democratic congressional primaries: one where two dozen hopefuls look to succeed a longtime congressional leader and another where a Democratic incumbent faces a tough challenge from her wealthy predecessor.]]></description><pubDate>Mon, 22 Jun 2026 11:19:21 +0000</pubDate><content:encoded><![CDATA[<p>ANNAPOLIS, Md. (AP) — Maryland Gov. Wes Moore seeks the Democratic nomination for a second term in Tuesday’s primary for federal, state and local offices. Among the other top races on the ballot are two Democratic congressional primaries: one where two dozen hopefuls look to succeed a longtime congressional leader and another where a Democratic incumbent faces a tough challenge from her wealthy predecessor.</p><p>The 2026 midterm contests in Maryland take place under the shadow of the 2028 elections. Moore is running for reelection amid speculation that he also has his eye on a possible presidential campaign. Meanwhile, the contested primaries in all eight of Maryland’s congressional districts could be the last held under the current set of boundaries, as state lawmakers consider entering the national mid-decade redistricting fray with a map that could eliminate the state’s lone Republican congressional seat in time for the 2028 elections.</p><p>At the top of the ballot, Moore and Lt. Gov. Aruna Miller face a primary challenge from Eric Felber and his running mate, LaTrece Hawkins Lytes. In Maryland, candidates for governor and lieutenant governor run on the same ticket. Felber is a physician who unsuccessfully challenged Democratic U.S. Rep. Jamie Raskin in the 8th Congressional District primary in 2024.</p><p>The Democratic ticket will face the winners of a nine-way Republican primary field that includes former state Del. Dan Cox and his running mate, Rob Krop. Cox lost to Moore in the 2022 general election for governor and ran unsuccessfully in 2024 for the 6th Congressional District Republican nomination.</p><p>In the 5th Congressional District, 24 contenders seek the Democratic nomination to replace former Democratic House Majority Leader Steny Hoyer, who is retiring after 23 terms. Among those running are former Prince George’s County Executive Rushern Baker, health care business executive Quincy Bareebe, Prince George’s County state Del. Adrian Boafo, Prince George’s County Councilwoman Wala Blegay and former U.S. Capitol Police officer Harry Dunn.</p><p>Bareebe led the field in fundraising as of early June, followed by Dunn. Boafo has endorsements from Hoyer, Moore and Democratic Sen. Angela Alsobrooks.</p><p>Dunn served at the U.S. Capitol on Jan. 6, 2021, when rioters supporting President Donald Trump attacked the complex in an attempt to block certification of his 2020 presidential election defeat. Dunn ran in the 3rd Congressional District in 2024, placing second in the 22-candidate Democratic primary.</p><p>The district includes all of Calvert, Charles and St. Mary’s County in southern Maryland, but the bulk of voters come from parts of Anne Arundel County and heavily Democratic Prince George’s County.</p><p>U.S. Rep. April McClain Delaney seeks a second term in the 6th Congressional District but first must clear a strong Democratic primary challenge from the man she replaced, former U.S. Rep. David Trone, who has loaned his campaign $25 million from his personal fortune. Trone gave up the seat for an unsuccessful 2024 U.S. Senate primary bid where he spent $63 million of his own money to place second behind Alsobrooks, who went on to win the seat.</p><p>A majority of voters in the 6th District come from Democratic leaning Frederick County and heavily Democratic Montgomery County, but the district also includes all of Garrett, Allegany and Washington counties in heavily Republican western Maryland.</p><p>Moore and his allies in the state Legislature attempted to redraw the state’s congressional districts in response to new Trump-backed maps in several Republican-controlled states, but the measure was blocked in mid-April by Democratic state Senate President Bill Ferguson, who said the plan put existing Democratic seats at risk.</p><p>But in the wake of an April U.S. Supreme Court decision that prompted some Republican-controlled southern states to eliminate several Democratic-held majority-Black districts, Ferguson said in a statement that “Maryland must respond as the ground shifts under us.” The Legislature may take up the measure again ahead of the 2028 election in the form of a state constitutional amendment that could go before voters as early as November.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for governor, U.S. House, state Senate, state House and local offices in Anne Arundel, Baltimore, Frederick, Harford, Howard, Montgomery and Prince George's counties.</p><p>Who gets to vote?</p><p>Voters registered with a political party may participate only in their own party’s primary. Democrats may not vote in the Republican primary or vice versa. Independent or unaffiliated voters may not participate in either primary.</p><p>How many voters are there?</p><p>As of May 31, there were about 4.6 million registered voters in Maryland. That includes about 2.2 million active registered Democrats, about 1 million active registered Republicans and about 1 million active voters not affiliated with any party. There are an additional 250,000 inactive registered voters that the state does not break down by party.</p><p>How many people actually vote?</p><p>About 671,000 registered Democrats and about 295,000 registered Republicans cast ballots in the 2022 primaries for governor. That was about 16% and 7% of registered voters at the time.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 60% of Democratic primary votes and about 37% of Republican primary votes in the 2022 primaries were cast early in-person or by mail.</p><p>As of Wednesday, about 228,000 Democratic primary ballots and about 67,000 Republican primary ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>The first vote reports of the night tend to be from early voting and mail ballots cast before Election Day.</p><p>How long does vote-counting usually take?</p><p>In the 2022 primary, the AP first reported results at 8:42 p.m. ET, or 42 minutes after polls closed. The last vote update of the night was at 4:15 a.m. ET with about 56% of total votes counted.</p><p>In Montgomery and Prince George’s counties, the two most populous in the state, the first votes were reported at 9:05 p.m. ET. The last election night update from Montgomery County was at 2:25 a.m. ET with about half the vote counted and from Prince George’s at 3:05 p.m. ET with about 59% counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts in Maryland are not automatic. A losing candidate may request and pay for a recount if the vote margin between the top two candidates is 5% or less of the total votes cast for those two candidates. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 133 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N7NOMQEIG53XRWNKQLW26I7BLE.jpg?auth=882c77306ed2a4424181b5464a0cc840dccf937a8c9f382961bec358566a8c7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sorting machine separates sample ballots into bins during a demonstration of voting equipment at the Montgomery County Board of Elections headquarters in Gaithersburg, Md., Thursday, Jan. 22, 2026. (AP Photo/Robert Yoon)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JZWMGW7RUZ7GPZH2E2QZ4LZQGQ.jpg?auth=4a2a6278aff20abc1a271995636f0bb3f40958ef99e3e5497b41c34513e4d4f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A couple sits on a bench on the grounds of the Maryland State House in Annapolis, Md., Saturday, June 13, 2026. (AP Photo/Robert Yoon)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZWBMQMZUVT4UZ5KHFYMWWVKU4.jpg?auth=e13bec35aa01449e8da03f9a1c055e35c82a42d49d3695dd760b85bcff6152db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors attend a street fair outside the Maryland State House in Annapolis, Md., Saturday, June 13, 2026. (AP Photo/Robert Yoon)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Utah’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-utahs-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-utahs-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Utah voters will nominate candidates for Congress Tuesday using a new map that created a Democratic-friendly district in Salt Lake City and scrambled the reelection plans of the state’s all-Republican delegation.]]></description><pubDate>Mon, 22 Jun 2026 11:16:18 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Utah voters will nominate candidates for Congress Tuesday using a new map that created a Democratic-friendly district in Salt Lake City and scrambled the reelection plans of the state’s all-Republican delegation.</p><p>The new congressional boundaries could result in an additional Democratic seat, as Republicans try to retain a slim U.S. House majority in a midterm election environment where the president’s party typically loses seats in Congress.</p><p>The state adopted the new map over the objections of the Republican-controlled Legislature after a Utah court invalidated lawmakers’ 2021 plan, which divided the Democratic stronghold of Salt Lake City among four Republican-dominated congressional districts. The court ruled that the Republican lawmakers’ map violated a voter-backed 2018 measure designed to reduce partisanship in redistricting.</p><p>The Utah Supreme Court upheld the lower court ruling in February, and a Republican measure backed by President Donald Trump to repeal the 2018 anti-gerrymandering law failed to make the November ballot. The reshuffling of seats in Utah comes as Republicans are set to make gains from mid-decade redistricting efforts in several states at Trump’s urging.</p><p>In the newly drawn Salt Lake City-based 1st Congressional District, former Salt Lake City mayor and former Democratic U.S. Rep. Ben McAdams looks to return to Congress in a district more favorable than the one he represented for one term at the end of the last decade. He faces state Sen. Nate Blouin, tax attorney Michael Farrell and former American Heart Association lobbyist and former TikTok and Meta policy analyst Liban Mohamed. At the start of June, McAdams had almost triple Blouin’s overall fundraising haul and dwarfed the rest of the field combined in cash available.</p><p>Republican Riley Owen is running unopposed. Had this district been in effect in the 2024 presidential election, former Vice President Kamala Harris would have carried it with 60% of the vote.</p><p>The new 2nd Congressional District in northwest Utah is the least changed of the state’s four districts. It tracks closely with the current 1st Congressional District. Republican U.S. Rep. Blake Moore, who currently represents the 1st District, is running for a fourth term, but he faces a tough primary against state Rep. Karianne Lisonbee. At the April state party convention, Lisonbee defeated Moore by an almost two-to-one margin in a nomination vote among delegates, but Moore secured a spot in the primary through a signature petition. Lisonbee has criticized Moore for co-chairing the “Better Boundaries” committee that helped pass the 2018 redistricting law that many state Republicans blame for costing them a seat in Congress.</p><p>In the massive new 3rd Congressional District spanning southern and eastern Utah, Republican U.S. Rep. Celeste Maloy faces a primary challenge from former state Rep. Phil Lyman in her bid for a second full term. Maloy currently represents the 2nd Congressional District, which overlaps with the new 3rd District in southwest Utah, but the bulk of the new district along the Colorado border will be new territory. Maloy narrowly won the nomination vote at the April state convention over Lyman after two rounds of voting, but not by enough to keep Lyman off the primary ballot.</p><p>In the new 4th Congressional District, Republican U.S. Rep. Mike Kennedy is unopposed for renomination. The district overlaps mostly with Maloy’s current 2nd District on the western side of the state, not the eastern half that he’s represented since 2025.</p><p>Republican U.S. Rep. Burgess Owens of the current 4th District in the heart of Utah opted not to seek reelection.</p><p>Trump has endorsed all three incumbents seeking reelection.</p><p>About half of Utah’s 29 state Senate seats and all 75 state House seats are up for election in 2026. Republicans hold overwhelming supermajorities in both chambers.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. MT, which is 10 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. House, state Senate, state House and state Board of Education.</p><p>Who gets to vote?</p><p>Any registered voter may participate in the Democratic primary regardless of party registration. Only registered Republicans may vote in the Republican primary. Eligible voters may register in-person at the polls during the early voting period or on Election Day. Voters who are not affiliated with any political party may affiliate with the Republican Party at the polls on Election Day and vote in the Republican primary.</p><p>How many voters are there?</p><p>As of June 16, there were about 2.1 million registered voters in Utah, including about 1 million registered Republicans, about 297,000 registered Democrats and about 622,000 voters not affiliated with any party.</p><p>How many people actually vote?</p><p>Roughly 427,000 votes were cast in the 2024 Republican state primary. Total votes in Democratic primaries ranged from about 68,000 in the 2024 presidential primary to about 221,000 in the 2020 presidential primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Elections in Utah are conducted predominantly by mail.</p><p>As of Thursday, about 163,000 ballots had already been cast in Tuesday’s primaries, including about 127,000 from Republicans, about 32,000 from Democrats and about 2,900 from unaffiliated voters.</p><p>When are early and absentee votes released?</p><p>Most counties tend to release a significant amount of early in-person and mail results in the 1st vote update of the night. But in about two-thirds of counties, advance voting results are released along with results from in-person Election Day voting.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 10:03 p.m. ET, or three minutes after polls closed. The last vote update of the night was at 2:07 a.m. ET with about 74% of total votes counted. The tally surpassed 90% of the vote counted by June 27 at 6:32 p.m. ET, two days after Election Day.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts are automatic in Utah only in the event of a tie vote. A losing candidate may request a recount if the vote margin is 0.25% of the total vote or less. In elections with fewer than 400 total votes cast, recounts may be requested if the winning margin is one vote. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 133 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VALZCGDBCD5AAQ44SDUPZH4EAI.jpg?auth=dfb69179f8167e91ffcd313a727526dd93739af48dec3cb9e89b614734315b79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former U.S. Rep. Ben McAdams speaks at a forum for candidates running to represent Utah's new Democratic-leaning congressional district, March 21, 2026, in Taylorsville, Utah. (AP Photo/Hannah Schoenbaum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4DP67HJJCUA3CAE273AEERINU.jpg?auth=089c140b8b3a92c6ba30631cfb7f3cd83e119cb71e37695664d0bca8a17de91e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Utah state Sen. Nate Blouin, left, and tax attorney Michael Farrell speak on a panel of candidates running to represent Utah's new Democratic-leaning congressional district, March 21, 2026, in Taylorsville, Utah. (AP Photo/Hannah Schoenbaum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4CWMKML3G5HPUKWSFEQBBIDEQ.jpg?auth=73e7bd8aa7fb10373936bbbedcb822c6f1d8d5e2f5d6e64d3b4bbdd6b7f6b00d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Liban Mohamed, the son of Somali immigrants and a former Meta and TikTok employee, speaks on a panel of candidates running to represent Utah's new Democratic-leaning congressional district, March 21, 2026, in Taylorsville, Utah. (AP Photo/Hannah Schoenbaum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WDZICQZ2X57VAOEBKDVTACTSY.jpg?auth=dc2fba3827634a511389f33231eeea4612e31e6fe2d80e7f3112a097816d82bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates Karianne Lisonbee and Blake Moore participate in the 2nd Congressional District GOP primary debate in Salt Lake City, Utah, Monday, June 1, 2026. (Francisco Kjolseth/The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Kjolseth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/STC3OXN7PDXP6PZTQIXIZ5CX3E.jpg?auth=bcf19ad8e5158df3a31f371d1457f762f8415c35e3951b67063fcb4a780b1fbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates Phil Lyman and Celeste Maloy smile at the end of the 3rd Congressional District GOP primary debate in Salt Lake City, Utah, on Monday, June 1, 2026. (Rick Egan/The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Egan</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in South Carolina’s state primary runoff]]></title><link>https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-south-carolinas-state-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-south-carolinas-state-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two of South Carolina’s top officeholders will compete one-on-one for the Republican nomination for governor in a primary runoff election on Tuesday. Voters will also select nominees for a handful of congressional races and other contests in which no candidate received a majority of the vote in the June 9 primary.]]></description><pubDate>Mon, 22 Jun 2026 11:13:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two of South Carolina’s top officeholders will compete one-on-one for the Republican nomination for governor in a primary runoff election on Tuesday. Voters will also select nominees for a handful of congressional races and other contests in which no candidate received a majority of the vote in the June 9 primary.</p><p>The Republican gubernatorial runoff features two-term Lt. Gov. Pamela Evette and state Attorney General Alan Wilson, son of Republican U.S. Rep. Joe Wilson. President Donald Trump announced Friday he was endorsing both Evette and Wilson in the runoff.</p><p>“I can’t hurt one of them by only Endorsing the other,” he said in a Friday evening social media post. Trump had endorsed Evette in the primary over Wilson and five other candidates.</p><p>Trump’s picks have had a strong record at the ballot box in 2026, although some recent contests have shown that the president’s backing is not a guarantee of victory. The president’s picks for Iowa governor and Georgia governor lost their nomination bids, while his pick for Oklahoma governor was forced to a runoff after placing second in the June 16 primary.</p><p>Evette had Trump's endorsement for the primary but also failed to win the nomination outright. She received 28.9% of the primary vote, narrowly outperforming Wilson, who received 26.1%. U.S. Rep. Ralph Norman placed third with 17.1%.</p><p>Evette’s best showing was in the Pee Dee region to the northeast along the North Carolina border and the Atlantic Ocean. The region was a strong area for Trump in 2024 and comprised about 15% of the total primary vote. Wilson’s strongest area was in the central core of the state, where Trump and Democrat Kamala Harris ran about even in 2024. The area includes Richland County, home to the state capital of Columbia, and reaches southwest to the Georgia border to include several of the state’s majority Black counties. Collectively, the area made up about 19% of the total primary vote.</p><p>A key battleground in the runoff will be the Upcountry region that includes some of the state’s most populous counties, including Greenville, Spartanburg and Anderson. Evette was the top vote-getter in this area, although the margin between first-place Evette and third-place Norman was less than 2 percentage points.</p><p>The eventual Republican nominee will face Democratic state Rep. Jermaine Johnson, who won the nomination outright in the primary. Democrats last won the governorship in 1998.</p><p>The winner in November will succeed term-limited Republican Gov. Henry McMaster, who has endorsed Evette. Regardless of party, his replacement will likely play a key role in the early stages of the 2028 presidential race, with the state expected to once again hold critical first-in-the-South presidential primaries.</p><p>Placing a distant fifth in the gubernatorial primary was U.S. Rep. Nancy Mace, a one-time staunch Trump ally who broke with the president in calling for the release of the Jeffrey Epstein files. Both the Republican and Democratic primaries to replace her in the 1st Congressional District were forced to a runoff.</p><p>The Republican finalists are Charleston County Councilwoman Jenny Costa Honeycutt and state Rep. Mark Smith. The Democratic finalists are former Hilton Head Island general counsel and U.S. Coast Guard veteran Mac Deford and retired Navy Vice Admiral and former Navy Reserve Chief Nancy Lacore. Honeycutt had a 4-point lead over Smith in the Republican primary, while Lacore outperformed Deford by nearly 8 points in the Democratic primary.</p><p>Trump carried the 1st District in 2024 with about 56%, compared to about 43% for Harris.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in primary runoffs for U.S. House, governor, attorney general, agriculture commissioner and state House.</p><p>Who gets to vote?</p><p>Voters who cast a ballot in a partisan primary on June 9 may only vote in the runoff of the same party as they did in the primary. In other words, Democratic primary voters may not vote in a Republican primary runoff or vice versa. Registered voters who did not participate in a party primary on June 9 may vote in the runoff for either party.</p><p>How many voters are there?</p><p>As of Saturday, there were about 3.4 million registered voters in South Carolina. Voters in South Carolina do not register by party.</p><p>How many people actually vote?</p><p>About 473,000 voters cast ballots in the June 9 Republican primary for governor.</p><p>The total number of voters in a runoff tends to be smaller than in the preceding primary. In the last Republican primary runoff for governor in 2018, the number of voters fell about 7% from the primary. The drop-off was about 14% in the 2010 Republican gubernatorial runoff.</p><p>The two statewide primary runoffs in 2022 had much starker drops. The number of Republican runoff voters for state school superintendent fell by 47% compared to the primary. Total voters in the Democratic U.S. Senate runoff was 74% less than in the primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 52% of the Democratic primary vote and about 29% of the Republican primary vote in the June 9 primaries was cast early in-person or by mail.</p><p>As of Wednesday, halfway through the state's two-day early voting period, about 37,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Nearly all of South Carolina’s 46 counties release all or almost all of their early in-person and mail voting results in the first vote update of the night, usually before releasing any results from in-person Election Day voting.</p><p>How long does vote-counting usually take?</p><p>In the June 9 primary, the AP first reported results at 7:20 p.m. ET, or 20 minutes after polls closed. The last vote update of the night was at 12:19 a.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>In South Carolina, recounts are automatic if the margin between the winning and losing candidates is 1% of the total vote or less. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 133 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6NNJ7LINIDJHZKN6N4GV6KYCGY.jpg?auth=442f32cb2e21d2ffc0dbeb41ac0caa9b163dab2801c9965acf6e26d35c6ba8cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina Lt. Gov. Pamela Evette arrives to speak at an election night watch party after advancing to a GOP primary runoff in the governor's race on Tuesday, June 9, 2026, in Greenville, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3TJG2RPD6Y6EI4YY7VX3KL5X4A.jpg?auth=fc8299cb42f6a6e544f9bc0c0c60ec194d1cd76bf44f3ebbbca87e0296d3534f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - South Carolina Attorney General Alan Wilson speaks to his staff before a South Carolina Legislative Oversight Committee looking at his office Nov. 5, 2025, in Columbia, S.C. (AP Photo/Jeffrey Collins, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Collins</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in New York’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-new-yorks-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/ap-decision-notes-what-to-expect-in-new-yorks-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Democratic nomination contests for New York’s seats in the closely divided U.S. House take center stage Tuesday in a state primary where relatively few of the state’s top officeholders will appear on the ballot.]]></description><pubDate>Mon, 22 Jun 2026 11:10:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Democratic nomination contests for New York’s seats in the closely divided U.S. House take center stage Tuesday in a state primary where relatively few of the state’s top officeholders will appear on the ballot.</p><p>One incumbent who is not up for election but has emerged as a key figure in the campaign is New York City Mayor Zohran Mamdani, who is looking to shape the city's congressional delegation through a series of endorsements, including for challengers to two Democratic incumbents.</p><p>New York is expected to play a key role in deciding control of the chamber in November.</p><p>In New York City, competitive primaries in traditionally safe Democratic seats could help define the party’s identity in the Empire State and beyond.</p><p>In the 10th Congressional District in Lower Manhattan and parts of Brooklyn, two-term Democratic U.S. Rep. Dan Golden faces a strong challenge from former New York City Comptroller Brad Lander, who has endorsements from Mamdani and Vermont U.S. Sen. Bernie Sanders. Mamdani and Lander are former mayoral campaign rivals.</p><p>In the 13th Congressional District in Upper Manhattan and parts of the Bronx, five-term Democratic U.S. Rep. Adriano Espaillat faces three primary challengers, including doctoral student and political organizer Darializa Avila Chevalier, who also has Mamdani's backing.</p><p>In the 7th Congressional District straddling Brooklyn and Queens, retiring 17-term Democratic U.S. Rep. Nydia Velázquez has endorsed Brooklyn Borough President Antonio Reynoso, but he faces a tough race against state Assemblywoman Claire Valdez, who has endorsements from Mamdani and Sanders.</p><p>In Manhattan’s 12th Congressional District, eight Democrats are running to succeed retiring Democratic U.S. Rep. Jerry Nadler. The top contenders include state Assemblymen Alex Bores and Micah Lasher, attorney, Donald Trump critic and former Republican George Conway, and Kennedy family scion Jack Schlossberg. Conway leads the field in fundraising, but Lasher boasts endorsements from Nadler, Democratic Gov. Kathy Hochul and former independent New York City Mayor Michael Bloomberg.</p><p>North of the city in the 17th Congressional District, five Democrats hope to unseat two-term Republican U.S. Rep. Mike Lawler, who is unopposed for the nomination. The field includes former White House counterterrorism official and Army combat veteran Cait Conley, Rockland County Legislator Beth Davidson and Tarrytown Village Trustee Effie Phillips-Staley. Conley leads in fundraising and available cash as of early June, followed by Davidson, with Phillips-Staley a distant third.</p><p>This swing district in the northern suburbs of New York City is among the top seats Democrats hope to flip. Democrat Kamala Harris narrowly carried the district in 2024. Her strongest showing was in Westchester County, the largest of the district’s four counties and the closest to New York City. Trump carried Rockland, Putnam and Dutchess counties with double-digit leads.</p><p>On Long Island, vulnerable Democratic freshmen Reps. Tom Suozzi and Laura Gillen are defending their seats in the 3rd and 4th Congressional Districts, respectively. Both face contested primaries.</p><p>In the massive 21st Congressional District in upstate New York, Republican U.S. Rep. Elise Stefanik is not seeking a seventh term following her aborted run for governor and her withdrawn nomination for United Nations Ambassador. State Assemblyman Robert Smullen has the backing of local party officials to replace her, while business owner Anthony Constantino has an endorsement from Trump.</p><p>The only statewide contest at stake on Tuesday is the Democratic primary for state comptroller, where the five-term incumbent, Tom DiNapoli, faces his first-ever primary challenge after almost 20 years in office.</p><p>Hochul and state Attorney General Letitia James are running for reelection, but they are unopposed for their party’s nominations and do not appear on primary ballots, as is the case for their Republican opponents, Bruce Blakeman and Saritha Komatireddy. Under New York election law, primaries are not held in contests where only one candidate seeks the nomination.</p><p>Voters will also decide contested primaries for state Senate and state Assembly. All 63 state Senate and 150 state Assembly seats are up for election in 2026. Democrats hold about 2-to-1 majorities over Republicans in both chambers.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. House, state comptroller, state Senate and state Assembly.</p><p>Who gets to vote?</p><p>Voters registered with a political party may participate only in their own party’s primary. Democrats may not vote in the Republican primary or vice versa. Independent or unaffiliated voters may not participate in either primary.</p><p>How many voters are there?</p><p>As of Feb. 20, there were about 13.4 million registered voters in New York, including about 6.4 million registered Democrats, about 3 million registered Republicans and about 3.4 million voters not affiliated with any party.</p><p>How many people actually vote?</p><p>About 899,000 Democratic primary votes and about 451,000 Republican primary votes were cast in the 2022 primaries for governor.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 20% of the 2022 primary vote was cast early in-person or by mail. The figure rose to about 39% in the 2024 presidential primaries.</p><p>As of Wednesday, about 107,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>New York counties and New York City tend to release all or almost all of their results from early voting and most of their results from mail voting in the first vote update of the night, usually before any results from in-person Election Day voting are released.</p><p>How long does vote-counting usually take?</p><p>In the 2022 primary, the AP first reported results at 9:04 p.m. ET, or four minutes after polls closed. The last vote update of the night was at 3:11 a.m. ET with about 95% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>In New York, an automatic recount is triggered in races where more than 1 million votes are cast if the margin of victory is less than 5,000 votes. For smaller races, the automatic recount is triggered if the margin of victory is 20 votes or less or 0.5% or less of the total votes cast. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 133 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K5RIPVU6XFSWF2EMCSMFP25J3A.jpg?auth=7d7f9a9d49570b2539dc0bde13f2cf469df52fd8c41894c8ac55aefe763f2a13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mayor Zohran Mamdani speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZE4XNFKWDJGHEDSDJBVVYQIQQ.jpg?auth=a4a5be771348a4e46070f7682784a6a8bc1871ef449e60649946885f51a65445&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, Alex Bores, George Conway, Micah Lasher, and Jack Schlossberg, democratic candidates in New York's 12th Congressional District, and Errol Louis attend "NY-12 for Congress: Candidate Forum" at 92NY, on April 15, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[June 22: Afternoon storms expected with highs in the mid-90s]]></title><link>https://www.local10.com/weather/2026/06/22/june-22-afternoon-storms-expected-with-highs-in-the-mid-90s/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/22/june-22-afternoon-storms-expected-with-highs-in-the-mid-90s/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome to your first full day of Summer. High temperatures will be in the mid-90s. ]]></description><pubDate>Mon, 22 Jun 2026 10:40:03 +0000</pubDate><content:encoded><![CDATA[<p>Welcome to your first full day of Summer. High temperatures will be in the mid-90s. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland so much that the metro/coastal areas will stay dry and very hot. A south-east wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of Broward County, but unfortunately, there is an air quality alert for Miami-Dade until 3 p.m. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[French TV disavows female presenter's barb at Belgium's Doku over leaving World Cup for childbirth]]></title><link>https://www.local10.com/sports/2026/06/22/french-tv-disavows-female-presenters-barb-at-belgiums-doku-over-leaving-world-cup-for-childbirth/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/french-tv-disavows-female-presenters-barb-at-belgiums-doku-over-leaving-world-cup-for-childbirth/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — French sports media leader L’Équipe has disavowed comments by a female presenter who criticized Belgium winger Jeremy Doku for wanting to leave the World Cup to be at the birth of his first child.]]></description><pubDate>Mon, 22 Jun 2026 09:43:41 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — French sports media leader L’Équipe has disavowed comments by a female presenter who criticized Belgium winger Jeremy Doku for wanting to leave the World Cup to be at the birth of his first child.</p><p>L’Équipe also apologized to Doku in a statement late Sunday and said the comments by France Pierron did not represent its values.</p><p>Pierron described childbirth as “a disgusting moment, excuse me, where the dad is useless” when taking part in the television show “L’Équipe de Choc” on Friday.</p><p>“There are hundreds of footballers who would kill to be in your place,” she said on the show, reacting to Doku’s comments in the United States.</p><p>Doku’s wife Shireen is due to give birth to their son in early July when Belgium hopes to be playing in the knockout rounds of the World Cup.</p><p>“No one wants to miss a birth,” said the 24-year-old Doku, who is a star in the Belgium squad and plays for Manchester City.</p><p>Pierron questioned Doku’s priorities as he was “living a childhood dream. It might never happen again in your life.”</p><p>It was unclear if Pierron would be part of Monday’s scheduled broadcast of the talk show on the cable channel run by the storied daily sports newspaper.</p><p>Doku received support from England forward Ollie Watkins, who was asked about the family choices facing players.</p><p>“He said it only happens once, your first child. Welcoming them to the world is a blessing,” Watkins said during a news conference at the England training camp.</p><p>“Someone labeled it disgusting. And I think for a start that’s not a way to label a birth. I don’t think it’s anyone else’s business what he gets up to after training,” Watkins said.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FFMO5CED6NI6TJXSS2OASTE5Y4.jpg?auth=1f0889bbd10328d12c27b4763d046ef7e756c585ac1df2306ffc97041e754394&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Jeremy Doku, front, and Egypt's Emam Ashour fight for the ball during the World Cup Group G soccer match in Seattle, Monday, June 15, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[A Russian drone strike in Ukraine kills 3 from one family, including a 13-year-old boy]]></title><link>https://www.local10.com/news/world/2026/06/22/a-russian-drone-strike-in-ukraine-kills-3-from-one-family-including-a-13-year-old-boy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/a-russian-drone-strike-in-ukraine-kills-3-from-one-family-including-a-13-year-old-boy/</guid><dc:creator><![CDATA[By VOLODYMR YURCHUK, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — A Russian drone strike on the city of Sumy in northeastern Ukraine killed three members of the same family, including a 13-year-old boy and his father, and wounded another two, a regional official said Monday.]]></description><pubDate>Mon, 22 Jun 2026 11:10:31 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — A Russian drone strike on the city of Sumy in northeastern Ukraine killed three members of the same family, including a 13-year-old boy and his father, and wounded another two, a regional official said Monday.</p><p>Russia has pounded civilian areas of Ukraine with drones and missiles since it launched its all-out invasion of its neighbor more than four years ago, with a United Nations tally saying more than 16,000 civilians have died in the war. U.S.-led peace efforts have failed to stop the fighting.</p><p>The Sumy attack hit a home and killed a 36-year-old man, his 13-year-old son and a 73-year-old woman who was the mother of the man’s partner, according to Oleh Hryhorov, the head of the regional military administration. The man’s partner and 10-year-old son were wounded, he said.</p><p>“Their home was destroyed,” Ukrainian President Volodymyr Zelenskyy said on X. “An ordinary home — not a military target whatsoever.”</p><p>Monthly civilian casualties in Ukraine are highest in 4 years</p><p>The number of civilian casualties in Russian attacks has jumped recently, according to the U.N. Human Rights Monitoring Mission in Ukraine, as Moscow’s forces struggle to gain momentum on the battlefield.</p><p>At least 274 civilians were killed and 1,763 injured in Ukraine in May — the highest monthly total of civilian casualties since April 2022, it said earlier this month. Most casualties are in cities far from the front line, it said.</p><p>A Russian nighttime drone strike also killed a woman and wounded three people, including an 11-year-old boy, in the southeastern Ukrainian city of Zaporizhzhia, regional head Ivan Fedorov said.</p><p>In total, Russia launched 88 long-range attack drones and one ballistic missile overnight, Ukraine’s air force said, with air defenses shooting down or jamming 79 of the drones.</p><p>Ukraine, meanwhile, fired many more drones toward Russia and territories it controls, according to the Russian Defense Ministry, as Kyiv sustained its long-range campaign against oil facilities, military transport and infrastructure.</p><p>The campaign's success has prompted Russian-held Crimea to halt civilian gasoline sales. Also, all summer camps in illegally annexed Crimea on Monday stopped accepting children and new bookings until Sept. 1 for security reasons, the Russian-installed governor of the occupied peninsula, Sergei Aksyonov, said.</p><p>Ukrainian cruise missiles target a Russian electronics plant</p><p>The Russian Defense Ministry said Monday its forces intercepted 301 Ukrainian drones during the night over multiple Russian regions, the Crimea peninsula, the Azov Sea and the Black Sea.</p><p>Moscow Mayor Sergei Sobyanin said that 84 Ukrainian drones targeting the Russian capital were shot down.</p><p>He didn’t say whether the attack caused any damage, but all four Moscow airports temporarily halted flights in the wake of the attack.</p><p>Also, some residential buildings were evacuated in Russia’s Vladimir region east of Moscow and the Tula region south of the capital as a result of the attack, local authorities reported.</p><p>Air defenses also intercepted several aerial targets over the city of Voronezh in southwestern Russia, Gov. Alexander Gusev said.</p><p>An industrial plant that he didn’t name sustained unspecified damage and three people were injured, Gusev said.</p><p>Ukraine's General Staff said it used high-precision, air-launched cruise missiles to hit a Voronezh factory that produces electronic parts for Russian missile and air defense systems. It described the strikes as “successful,” without elaborating.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/23Q4E4CSELLCXJTC7BILO7XXJM.jpg?auth=090d0cce61a15bbf7bdaad1063270026cf912898cf936a6116ef46bba08f5edb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds her cat after it being found during search and rescue works in the damaged residential building following Russia's missile attack in Kharkiv, Ukraine, Saturday, June 20, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content></item><item><title><![CDATA[Germany plans to take 40% in Leopard tank maker KNDS, joining France as stakeholder]]></title><link>https://www.local10.com/business/2026/06/22/germany-plans-to-take-40-in-leopard-tank-maker-knds-joining-france-as-stakeholder/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/germany-plans-to-take-40-in-leopard-tank-maker-knds-joining-france-as-stakeholder/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — The German government said Monday that it intends to take a 40% stake in defense contractor KNDS, whose products include Leopard and Leclerc tanks, as it tries to strengthen European production along with NATO ally France.]]></description><pubDate>Mon, 22 Jun 2026 09:19:39 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — The German government said Monday that it intends to take a 40% stake in defense contractor KNDS, whose products include Leopard and Leclerc tanks, as it tries to strengthen European production along with NATO ally France.</p><p>The French state already has a 50% stake in KNDS, which was formed in 2015 with the merger of Germany's Krauss-Maffei Wegmann and France's Nexter. The other half is held by the German family behind Krauss-Maffei Wegmann.</p><p>Headquartered in Amsterdam, KNDS had 4.4 billion euros ($5 billion) in revenue last year and more than 11,000 employees.</p><p>European countries are moving to ramp up their defense spending and production and boost their military ranks as they contend with Russia’s war in Ukraine and concerns about the United States’ unpredictability.</p><p>The German government said its planned stake “will secure long-term influence on a company that is strategically significant for European security and defense capability.” It added in a statement that “national industrial value creation, as well as technological sovereignty and the protection of security interests and key technologies in Germany" also will be strengthened.</p><p>A separate joint statement said that the German and French governments have reached an agreement on the strategy and governance of KNDS, “of which they intend to become joint shareholders through transactions aiming at equal shareholding levels for both countries.”</p><p>It didn't specify when that will happen or what level the countries' stakes will ultimately settle at, but said the accord paves the way for a possible IPO of KNDS in the near future.</p><p>The two governments said their agreement “reflects the shared determination of France and Germany to strengthen Europe’s industrial and defense capabilities, support their armed forces, and strengthen European sovereignty over the long term.”</p><p>Beside the tanks, KNDS' products also include Puma infantry fighting vehicles and Boxer and Dingo armored personnel carriers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AZ2NJ6YWMZ23CFAUBECZ6NN6UI.jpg?auth=9a68e17a12c7fff62e70c8700fedf5a07dc2eddcc1ee25d6c49e5544a7714ef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A boxer armoured personnel carrier, from left, a Puma infantry fighting vehicle and a Leopard battle tank are displayed during the opening of a new production line production line of Boxer 8x8 wheeled armoured personnel carrier produced by pan-European defense company KNDS in Munich, Germany, on April 22, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LFGBSBMTJMRTTDDMFVHT34EUAU.jpg?auth=0af11a21fccdd266db82643f4acd50e5e6336483525f73219531329d5697ccd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A boxer armoured personnel carrier, from left, a Puma infantry fighting vehicle and a Leopard battle tank are displayed during the opening of a new production line production line of Boxer 8x8 wheeled armoured personnel carrier produced by pan-European defense company KNDS in Munich, Germany, on April 22, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Francia extiende las alertas rojas por el calor sofocante que ya ha causado muertos]]></title><link>https://www.local10.com/espanol/2026/06/22/francia-se-abrasa-en-una-semana-de-calor-sofocante-mientras-se-extienden-las-alertas-rojas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/francia-se-abrasa-en-una-semana-de-calor-sofocante-mientras-se-extienden-las-alertas-rojas/</guid><dc:creator><![CDATA[Por JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Francia se preparaba el lunes para una semana de temperaturas que batirán récords, sofocada por una extenuante ola de calor que combina máximas diurnas por encima de los 40 grados Celsius (104 Fahrenheit) y noches sudorosas que no dejan dormir.]]></description><pubDate>Mon, 22 Jun 2026 13:13:27 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Francia se preparaba el lunes para una semana de temperaturas que batirán récords, sofocada por una extenuante ola de calor que combina máximas diurnas por encima de los 40 grados Celsius (104 Fahrenheit) y noches sudorosas que no dejan dormir.</p><p>El servicio meteorológico nacional, Meteo France, indicó que la mayor parte del país —el más grande de la Unión Europea y el segundo más poblado— está entrando en lo que se describe como una “meseta” de condiciones implacables de ola de calor, que según los pronósticos no empezaría a remitir antes del viernes, como muy pronto.</p><p>Varias localidades del oeste y el centro de Francia vivieron su noche más calurosa jamás registrada de domingo a lunes, indicó Meteo France. El importante puerto de Saint-Nazaire en la costa atlántica, batió su récord con una mínima nocturna de 23,2 ºC (73,8 ºF).</p><p>París soportó su noche más calurosa para un mes de junio, sin bajar de los 24,2 ºC (75,5 ºF), medio grado más que el récord anterior de 2017. El servicio meteorológico advirtió de noches aún más calurosas.</p><p>“Esto continuará hasta el final de la semana, con niveles de calor nunca antes registrados en más de tres cuartas partes del país el miércoles y el jueves”.</p><p>La ola de calor también empeoró la calidad del aire en la capital francesa, ya que provoca la formación de ozono que atrapa la contaminación. La agencia de monitoreo de la calidad del aire en la región de París indicó que era probable que los contaminantes superaran el umbral recomendado.</p><p>En un país sin aire acondicionado generalizado, personas, empresas y servicios intentaron adaptarse lo mejor posible. El ministro de Educación señaló que cientos de escuelas cerraron el lunes y que muchos cientos más cancelarían algunas clases.</p><p>Los avisos en la red de transporte de París instaban a los viajeros a hidratarse. Especialistas médicos acudieron a los medios para advertir sobre el cóctel potencialmente mortal de beber alcohol con calor extremo. Las autoridades endurecieron las medidas contra el consumo de alcohol en espacios públicos. Se reportaron varios ahogamientos mientras la gente buscaba alivio en los ríos, pese a las advertencias sobre las corrientes y otros peligros.</p><p>El cambio climático provocado por el ser humano está vinculado al aumento de los fenómenos meteorológicos extremos, y las proyecciones de la agencia climática de la ONU señalan que los próximos cinco años deberían pulverizar más récords de calor.</p><p>Una franja cada vez mayor de Francia, que el lunes se extendió a más de la mitad de sus regiones, estaba bajo “alerta roja” por calor, y se prevé que áreas más amplias sufran máximas que superen los 40 ºC y noches que no bajen de los 20 ºC.</p><p>En el Reino Unido, la oficina meteorológica también emitió una advertencia de “calor extremo” para gran parte del sur de Inglaterra y zonas de Gales desde el lunes hasta el jueves. Indicó que las temperaturas podrían alcanzar los 38 ºC (100 ºF). El récord actual para un día de junio es de 35,6 ºC (96 ºF), registrado en 1976.</p><p>En los últimos cuatro años, más de 200.000 personas en toda Europa murieron por causas relacionadas con el calor, y la mayoría de las muertes eran evitables, informó este mes la oficina para Europa de la Organización Mundial de la Salud. Se esperan más temperaturas por encima de lo normal este verano, lo que puede provocar agotamiento por calor y golpes de calor potencialmente mortales.</p><p>La quema de gasolina, petróleo y carbón, además de la deforestación, los incendios forestales y muchos tipos de fábricas, liberan gases que atrapan el calor y causan el cambio climático. Europa es el continente que se calienta más rápido del mundo, con temperaturas que aumentan al doble de velocidad que el promedio mundial desde la década de 1980, según el Servicio de Cambio Climático Copernicus de la Unión Europea.</p><p>La agencia de monitoreo de la UE encontró que, en Europa y a nivel mundial, 2024 fue el año más caluroso registrado y el continente experimentó su segunda cifra más alta de días de “estrés térmico”. Los científicos advierten que el cambio climático está exacerbando la frecuencia e intensidad del calor y la sequedad, especialmente en el sureste de Europa, lo que hace a la región más vulnerable a los impactos en la salud y a los incendios forestales</p><p>___</p><p>El periodista de Associated Press Samuel Petrequin en París contribuyó a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SVCQYVHEC5F4C25MYV2HLBKJNQ.jpg?auth=413ef2b8c6e25112396d63a4dad0cc9cd7a2a3913899523411cc8166b7bf4803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un cartel luminoso ante una farmacia marca 37 grados Celsius (98,6 grados Fahrenheit) en París, el domingo 21 de junio de 2026. (AP Foto/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content></item><item><title><![CDATA[The Latest: UK Prime Minister Keir Starmer quits and will stay on until successor is chosen]]></title><link>https://www.local10.com/news/2026/06/22/the-latest-uk-prime-minister-keir-starmer-quits-and-will-stay-on-until-successor-is-chosen/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/the-latest-uk-prime-minister-keir-starmer-quits-and-will-stay-on-until-successor-is-chosen/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[U.K. Prime Minister Keir Starmer resigned on Monday, paving the way for Britain to have its seventh prime minister in just over a decade.]]></description><pubDate>Mon, 22 Jun 2026 13:51:39 +0000</pubDate><content:encoded><![CDATA[<p>U.K. Prime Minister Keir Starmer resigned on Monday, paving the way for Britain to have its seventh prime minister in just over a decade.</p><p>He said he was stepping down as leader of the governing Labour Party but would remain caretaker prime minister until a new head is chosen by the party.</p><p>Andy Burnham, who won a special parliamentary election last week, confirmed that he will run to succeed Starmer.</p><p>Starmer won a landslide victory in the 2024 general election, but a series of missteps badly damaged his credibility.</p><p>His resignation comes the day before Britain marks the 10th anniversary of its vote to leave the European Union, a decision that still roils the country’s economy and politics.</p><p>Here's the latest:</p><p>Loud cheers as Burnham is sworn in as lawmaker</p><p>Andy Burnham has been sworn in as a lawmaker in Parliament.</p><p>Loud cheers broke out among lawmakers in the House of Commons as Burnham returned to Parliament after nearly a decade as mayor of Greater Manchester.</p><p>European Commission president looks forward to stable relations with the UK</p><p>European Commission President Ursula von der Leyen said Starmer “did a true reset built on trust, without any question.”</p><p>Speaking on the eve of Brexit's 10th anniversary of Britain’s departure from the EU, von der Leyen said: “I’m looking forward to resuming a strong and stable relationship with the people of the United Kingdom.”</p><p>Burnham greeted by media frenzy as he arrives at London train station</p><p>About 50 journalists and photographers waited to greet Burnham as he arrived at London’s Euston station by train from Manchester, ahead of being sworn in as a lawmaker at Westminster.</p><p>The former mayor of Greater Manchester told reporters that his “priority” for the day was to be officially sworn in as a lawmaker.</p><p>“It’s been very kind of sad for me today to leave Greater Manchester. The people have been brilliant to me over the last few years. I’ve loved every minute of the role,” he said.</p><p>Britain and Labour Party would benefit if Burnham faces a challenge for the prime minister post</p><p>A leadership contest would strengthen Britain’s new government because it would give front-runner Andy Burnham the chance to lay out his policies before becoming prime minister, said Victoria Honeyman, a professor of politics at Leeds University.</p><p>Burnham arrived in London on Monday to take up his seat in Parliament following a special election victory last week.</p><p>“If you are Andy Burnham, you want a bit of a proper contest because these kinds of show contests where it’s basically all decided are not necessarily good for anybody,” Honeyman said. “It isn’t good for the country because it doesn’t really kind of wrinkle out all of the issues that people want to talk about. You don’t really get a very good view of the individuals that are competing for the role.”</p><p>But Burnham won’t want the contest to be “too bruising,” she said, “because you don’t want the party to be criticized too massively publicly, and you want to be able to present yourself as being unified, which is very difficult if it’s quite a vicious battle.”</p><p>Why is Andy Burnham the front-runner to succeed Starmer?</p><p>Because many people see him as the best person to defeat the anti-immigrant Reform Party at the next election, according to Olivia O’Sullivan, the director of the UK in the World Program at the Chatham House think tank.</p><p>Burnham’s greatest asset is that he appeals to Labour Party lawmakers who were frustrated by the way Starmer has governed, O’Sullivan said. The hope is that he will set out a “clearer vision” and connect with voters in parts of the country that are in danger of turning to the Reform Party, she said.</p><p>Burnham was elected to Parliament last week after decisively defeating a Reform candidate in a special election.</p><p>“He won a very strong majority in precisely the type of area, the type of constituency that the Labour Party is worried it’s losing,” O’Sullivan said. “So it may be that a lot of his appeal is centered in the fact that he seems to connect better with those voters and offer a clearer vision. But it’s absolutely correct that that is not the same thing as offering a radically different set of policies or even a particularly clear policy program.”</p><p>Ukrainian President thanks Starmer</p><p>“Keir, thank you for all our cooperation, your support, and the joint decisions that have helped make our Europe and our protection of life stronger," Volodymyr Zelenskyy wrote on X.</p><p>"Here in Ukraine, we deeply value Britain, and every meeting and every conversation we have had has always been filled with real substance ... I wish the United Kingdom and all British people every success as well as realisation of your national goals. We have confidence in Britain.</p><p>Keir, you are always a welcome guest in Ukraine.”</p><p>Reform UK leader calls for a general election</p><p>Nigel Farage, who leads the anti-immigration party, wrote on X that “Reform demands an election, and we are ready to deliver radical change.”</p><p>“If Labour thinks it can shove another professional politician into No 10, it has another thing coming,” he said.</p><p>Farage said Labour has betrayed voters’ trust, citing the Starmer government’s unpopular welfare and tax policies and illegal immigration as examples of the party’s failings.</p><p>Britain’s next national election doesn’t have to be held until 2029. British politics allows parties to change leaders midterm without the need for a general election.</p><p>EU Council president praises Starmer's role in EU-UK relations</p><p>António Costa said on Monday that Starmer helped turn “a new page” in EU-UK relations 10 years after Brexit.</p><p>“We turned a new page in EU-UK relations,” Costa said in a social media post. “The EU is committed to continued cooperation in this spirit.”</p><p>Starmer was seen as repairing relations with Brussels following Brexit and had helped schedule an EU-UK summit for July 22.</p><p>But on Monday, the European Commission said they were reassessing that plan.</p><p>Norwegian prime minister thanks Starmer for a ‘strong and close partnership’</p><p>“I respect the decision he has made,” Jonas Gahr Støre, a fellow center-left leader, said in a statement.</p><p>“The United Kingdom is Norway’s close ally in Europe, and over the past two years our countries have grown even closer through important agreements," he said.</p><p>Støre added: “We have worked closely together to strengthen security cooperation in Europe and to support Ukraine.”</p><p>Burnham says the country expects ‘stability and seriousness’</p><p>In a post on X, Andy Burnham thanked Starmer for his service and leadership.</p><p>He said Starmer’s decision to step down “marks the beginning of a transition and it is important that this process is conducted in an orderly and responsible way. I will put myself forward as part of this process.”</p><p>“The country expects stability, seriousness and a continued focus on the issues that matter most and that is what it will get.”</p><p>He added: “People want to see progress on economic growth, cost of living, public services, housing and opportunities for the next generation. Political change should never distract from the responsibility to improve people’s lives.”</p><p>Andy Burnham will run to succeed Starmer</p><p>Former Manchester Mayor Andy Burnham confirms he will run to succeed Keir Starmer as Labour leader and prime minister.</p><p>Wes Streeting, considered another leading contender, said he will back Burnham. That makes it more likely that Burnham will be selected without a leadership contest.</p><p>Liberal Democrats say ‘merry-go-round of prime ministers’ needs to change</p><p>Ed Davey, the Liberal Democrat Leader, said Starmer’s replacement would have to change “our broken politics.”</p><p>“The British people are sick of being let down by an endless merry-go-round of prime ministers while nothing really changes for them,” he said. “This time must be different. It can’t just be about changing who’s in No. 10, it has to be about changing our broken politics so we can fix our country.”</p><p>Zack Polanski, who leads the Green Party, echoed that the U.K. needs a “bold change of direction.”</p><p>Referring to former Greater Manchester mayor Andy Burnham, who many expect to become the next Labour leader, Polanski said: “The time for half measures and sticking plasters is long gone — if he becomes the next PM, Burnham must be bold or he will be bust.”</p><p>German leader calls Starmer a reliable partner</p><p>“The German government has always had in Keir Starmer a reliable and close partner in foreign policy questions, particularly regarding Ukraine,” Chancellor Friedrich Merz’s spokesperson, Stefan Kornelius, told reporters. He declined to comment on the “internal motives in Britain.”</p><p>He said the government believes a meeting that Merz plans to host in Berlin Wednesday of the so-called “E5” — Germany, France, Britain, Italy and Poland — will go ahead as planned despite Starmer’s announcement. The meeting is meant as part of preparations for the upcoming NATO summit.</p><p>Some key quotes from Starmer’s resignation speech</p><p>"Walking up this street two years ago was the proudest moment of my life. A new Labour government. The first in 14 years. A page in our country’s history turned after years of disappointment and despair. ... The chance to change the lives of millions of people for the better. That’s what I came into politics for. The journey to that point was not easy."</p><p>“The question my party is asking now is whether I am best placed to lead us into the next general election. I have heard the answer of my parliamentary party to that question. And I accept that answer with good grace."</p><p>“Every decision I’ve taken has been about putting the country I love first. That is why I will resign as leader of the Labour Party. I have spoken to His Majesty the King this morning to inform him of my decision.</p><p>“I will remain in post as Prime Minister until the contest is complete. And I will do everything I can to ensure an orderly handover of power.”</p><p>The curious sign of the lion and the unicorn</p><p>Starmer stood behind a lectern featuring a crest with a lion and a unicorn.</p><p>One is not a native of the U.K. and the other is mythical.</p><p>Both have shared the distinction of being part of the royal coat of arms since the 17th century.</p><p>The lion, although never living in the wild of England, is its national animal. The unicorn, though fictional, is Scotland’s official animal.</p><p>The two became part of the crest when the two crowns were united in 1603, when King James I ascended the throne in England; he was already King James VI in Scotland.</p><p>Starmer is the sixth prime minister in 10 turbulent years of UK politics</p><p>When he was elected in 2024 in a landslide victory for Labour, Starmer pledged to steady the ship and end years of political chaos under his successors, the Conservative Party.</p><p>Starmer had succeeded Rishi Sunak, who held the top job from 2022 to 2024.</p><p>Before Sunak, Liz Truss lasted only 45 days. Truss followed three other Conservative prime ministers: Boris Johnson (2019-2022), Theresa May (2016-2019), and David Cameron (2010-2016.)</p><p>Formal contest to replace Starmer will begin in early July and could end in days</p><p>Starmer said Monday that nominations will open on July 9 and close when Parliament breaks up for its summer recess, which is scheduled to begin July 16. The contest will be open to members of Parliament from the ruling Labour Party.</p><p>Former Manchester Mayor Andy Burnham is the leading candidate to replace Starmer. The question now is whether anyone will challenge him.</p><p>If there is no challenge, Burnham could become Labour leader and thus prime minister soon after nominations close. Even if there is a contest, Starmer said a successor would be selected by Sept. 1.</p><p>EU leader praises Starmer</p><p>European Commission President Ursula von der Leyen praised Starmer’s legacy after news of his resignation in a post online on Monday.</p><p>“It can take many leaders years to grow into the statesman you became in just two years,” she said on X. “European and Ukrainian security is stronger because of you. Thank you, dear Keir.”</p><p>The prime minister's speech ends on an emotional note</p><p>Starmer’s voice choked with emotion near the end of the brief statement.</p><p>“The question my party is asking now is whether I am best placed to lead us into the next general election,” Starmer said. “I have heard the answer of my parliamentary party to that question, and I accept that answer with good grace.”</p><p>Starmer resigns</p><p>British Prime Minister Keir Starmer says he is stepping down as leader of the governing Labour Party.</p><p>Starmer says he will remain caretaker prime minister until a new Labour leader is chosen in the next few weeks.</p><p>Starmer made the announcement after facing growing pressure to hand over to a new leader who can try and revive the government’s flagging fortunes. He has been in office since leading Labour to a landslide election victory in July 2024. In those two years, his popularity and that of the party have plummeted.</p><p>As Starmer spoke, protesters sing</p><p>As Starmer began his speech, protesters nearby played the EU anthem, Beethoven’s “Ode to Joy.”</p><p>Expectations of a resignation</p><p>Expectation is building that U.K. Prime Minister Keir Starmer will set out a timetable for his resignation, conceding to pressure from his Labour Party to hand over the reins of power.</p><p>If he does, Starmer will be the sixth prime minister in a decade to stand outside 10 Downing Street and announce a premature departure.</p><p>Starmer spent the weekend pondering his future following the victory of intraparty rival Andy Burnham in a special election for a seat in Parliament. Burnham, until last week the Labour mayor of Greater Manchester, ran with the aim of challenging Starmer for leadership of the party and the country.</p><p>Burnham is due to be sworn in as a member of Parliament on Monday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGVOG4NVVKJMQG7SDCE3AW2PPM.jpg?auth=304c2d0186cb3d05eb6c1c99f935e7ad225c5873eaa11eeb35f43950bcae2d8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria stand in front of 10 Downing Street door after after announcing his resignation in London, Monday, June 22, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPHWNJLKEKF4SLDDALC6PA2HXA.jpg?auth=5a22133360e95b5bff9508afc74804abdb34e941c97cdcf786125cd02a83f648&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer hugs his wife Victoria after he announced his resignation outside 10 Downing Street in London, Monday, June 22, 2026.AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QU4M26QDS2APY6KGZLN45E4WF4.jpg?auth=1d2a2552e8ce0f6324f9f4852d253c3157075c3d8cc9e9354e175d0275f976e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer gestures as he speaks with local residents as he visits a housing development in north London, Friday, June 19, 2026. (Peter Macdiarmid/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Macdiarmid</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRGNY2V4BKUW2PRG2DTHX5IKNU.jpg?auth=a4d6f7dcb7e0dcf809fd0a7f10b3e048ceffe97af904e260707885e4c1013f46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Labour Party leadership candidate Wes Streeting speaks in central London, Tuesday June 16, 2026. (Gareth Fuller/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Fuller</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJFZFGO5RUTNTTR5V25EIFKU2A.jpg?auth=2a323cc0b9db4ee5765ebc71110b634fdd816960c286fdd3a28560eab00da325&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Labour party's Andy Burnham speaks after winning the Makerfield by-election, paving the way for a leadership challenge against Prime Minister Sir Keir Starmer. in Wigan, England, Friday, June 19, 2026.(AP Photo/Jon Super, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[France sizzles in a week of punishing heat that is already causing deaths]]></title><link>https://www.local10.com/news/world/2026/06/22/france-sizzles-in-a-week-of-punishing-heat-as-red-alerts-spread/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/france-sizzles-in-a-week-of-punishing-heat-as-red-alerts-spread/</guid><dc:creator><![CDATA[By JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — France gritted its teeth Monday for a week of record-busting temperatures, sweltering under a heat wave that combines daytime highs above 40 degrees Celsius (104 degrees Fahrenheit) and sleep-robbing sweaty nights.]]></description><pubDate>Mon, 22 Jun 2026 12:51:25 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — France gritted its teeth Monday for a week of record-busting temperatures, sweltering under a heat wave that combines daytime highs above 40 degrees Celsius (104 degrees Fahrenheit) and sleep-robbing sweaty nights.</p><p>The national weather service, Meteo France, said that most of the country — the largest in the European Union and the second most populous — is entering what it described as a “plateau” of unrelenting heat-wave conditions that isn't forecast to start easing before Friday.</p><p>Human-caused climate change is tied to increasing extreme weather, and U.N. climate agency projections say the next five years should shatter more heat records.</p><p>Multiple towns in western and central France, including the major Atlantic port of Saint-Nazaire, experienced their hottest night ever Sunday to Monday, with an overnight low of 23.2 C (73.8 F), Meteo France said.</p><p>Paris baked through its hottest night for June, not getting below 24.2 C (75.5 F) — a half-degree hotter than the previous record from 2017.</p><p>The weather service warned of even hotter nights: “This will continue through the end of the week, with heat levels never before recorded across more than three-quarters of the country on Wednesday and Thursday.”</p><p>The heat wave also worsened air quality in the French capital as it causes the formation of ozone that traps pollution. The air quality monitoring agency in the Paris region said pollutants were likely to exceed the recommended threshold.</p><p>In a country without widespread air-conditioning, people, businesses and services tried to adapt. Hundreds of schools were closed on Monday and many hundreds more canceled some classes, the education minister said.</p><p>Broadcasts on the Paris transport network urged commuters to hydrate. Medical specialists took to the airwaves to warn of the potentially deadly cocktail of drinking alcohol in extreme heat. Authorities cracked down on alcohol consumption in public.</p><p>Multiple drownings were reported as people sought relief in rivers, despite warnings about currents and other dangers.</p><p>A growing swath of France, spreading on Monday to more than half its regions, was under a “red alert” for heat, with larger areas forecast to suffer highs past 40 C and nights not dropping below 20 C.</p><p>In the United Kingdom, the weather office issued a rare “red” weather warning for Wednesday and Thursday. It said temperatures could exceed 37 C (99 F) in the shade, and could rise to 40 C, in parts of England and Wales.</p><p>The Met Office said that as well as a risk to health, extreme temperatures could cause heat-sensitive equipment to fail, including power and mobile phone services.</p><p>Over the last four years, more than 200,000 people across Europe died from heat-related causes, and most of those were preventable, the World Health Organization’s Europe office said this month. The above-average temperatures can cause heat exhaustion and life-threatening heat stroke.</p><p>Europe is the world’s fastest-warming continent, with temperatures increasing at twice the speed as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service.</p><p>The EU monitoring agency found that in Europe and globally, 2024 was the hottest year on record and the continent experienced its second-highest number of “heat stress” days.</p><p>Scientists warn that climate change is exacerbating the frequency and intensity of heat and dryness, especially in southeastern Europe, making the region more vulnerable to health impacts and wildfires.</p><p>The burning of gasoline, oil and coal, plus deforestation, wildfires and many kinds of factories, release heat-trapping gasses that cause climate change.</p><p>___</p><p>Associated Press writer Samuel Petrequin in Paris contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X3JURIUE2A3CY6NSZ6XSTFDKPQ.jpg?auth=e68c7aedf25337465d19b3f40427757497083bbbac3ae82fca63f057f20af10d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman shields herself from the sun with an umbrella as she walks in the garden of the Palace of Versailles, outside Paris, Monday, June 22, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EI63Y6QA6QRC7JL2QAHKLKSWH4.jpg?auth=10480f4faf4e5e17e7b1ffa03118479af8e601894050dd8d12dc136e15fd7753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign outside a pharmacy displays a temperature of 37 degrees Celsius (98.6 degrees Fahrenheit) in Paris, Sunday, June 21, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OT6PVIPIFCHR6PALPIPETQYJKE.jpg?auth=45d3b8f02baa9d41540f08a462c7a4eb1418f27855bc2b658e3f7c0d362b1cd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk along the Seine river during music day in Paris, Sunday, June 21, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJXEMPJJNIGNFEX4TCNR2SGHWQ.jpg?auth=26d4edc5280c03fd7cca9289a5c6abc75c2bdbb36d31aa61372e086ae3d8adcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman shields herself from the sun with an umbrella as she walks in the garden of the Palace of Versailles, outside Paris, during a heat wave with temperatures soaring above 40 degrees Celsius (104 Fahrenheit), Monday, June 22, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R4R2WDGXNR7UHCJAK3LQJQEZJM.jpg?auth=25f16cfce06053e752043e12e19cc22fa5c37f811556cc54268b8f9190ba7382&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man shields himself from the sun with a scarf as he walks in the garden of the Palace of Versailles, outside Paris, during a heat wave with temperatures soaring above 40 degrees Celsius (104 Fahrenheit), Monday, June 22, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Confirmed Ebola cases in Congo outbreak top 1,000 with 254 deaths, authorities say]]></title><link>https://www.local10.com/news/world/2026/06/22/confirmed-ebola-cases-in-congo-outbreak-top-1000-with-254-deaths-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/confirmed-ebola-cases-in-congo-outbreak-top-1000-with-254-deaths-authorities-say/</guid><dc:creator><![CDATA[By JUSTIN KABUMBA and CONSTANT SAME BAGALWA, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Confirmed cases in the Ebola outbreak in eastern Congo have reached 1,003, including 254 deaths, officials said, as tracing those who had been in contact with patients remains a major challenge.]]></description><pubDate>Mon, 22 Jun 2026 10:08:57 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Confirmed cases in the Ebola outbreak in eastern Congo have reached 1,003, including 254 deaths, officials said, as tracing those who had been in contact with patients remains a major challenge.</p><p>A total of 100 people have recovered in the outbreak concentrated in the Ituri province since it was declared on May 15, Congo’s Ministry of Health said Sunday. At least 365 patients are in hospitals or in isolation, it said.</p><p>The Ebola outbreak caused by the rare Bundibugyo virus, which has no vaccines or treatment, was the worst ever in its first month. Officials admit there could be far more cases they still don’t know about and that the peak of the outbreak is still ahead.</p><p>Contact tracing remains a key issue for local authorities, who have only achieved a 55% coverage rate, the ministry said.</p><p>“If you want to control an outbreak, especially Ebola outbreak, you must know the index case. We don’t have confidence on when this outbreak started,” the Africa Centers for Disease Control and Prevention Director-General Dr. Jean Kaseya told The Associated Press last week.</p><p>Officials also are yet to identify the patient zero and trace more than 35,000 people who have come in contact with infected individuals as of last week, authorities said.</p><p>That’s partly because eastern Congo is also battling ongoing violence from rebels. In Ituri, attacks by the Islamic State group-backed Allied Democratic Force have cut off access to many villages and forced people to flee their homes, including those sheltering in overcrowded camps and others constantly on the move.</p><p>More than a month into the outbreak, officials believe the disease continues to outpace response efforts and no one knows its true scale.</p><p>Displaced persons at risk as unexplained deaths reported in a camp</p><p>At the Kigonze displacement camp in Bunia, the capital of Ituri province, camp officials said Friday that 10 people had died last week in unusual circumstances, raising the fear of a possible outbreak in the camp of over 20,000 displaced people.</p><p>There had been no Ebola case confirmed at the site, camp officials said, but added that the death rate was unprecedented and called for investigation.</p><p>The U.N. refugee agency has said at least 2 million people forcibly displaced from their homes, including over 320,000 refugees, live in areas at risk of Ebola in Congo.</p><p>In a statement on Friday, the agency said it was “deeply concerned by the accelerating spread” of the virus and “the growing risks it poses to displaced communities across the region.”</p><p>“If a disease or epidemic were to spread among the thousands of people living at this (Kigonze) site, it would be a real catastrophe given our already very precarious living conditions,” said Charité Banza, a civil society leader in Ituri.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQZNPHKJWLSC5HL235XK4SX4NQ.jpg?auth=9d256d94bd46e09623f95cf9ac5152a2cf151e045c8f9605e7eef7ba1b996a8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, attend her burial, in Bunia, Congo, Friday, June 19, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YO2WFIWJWQSMBVOH6IXYZTSRZA.jpg?auth=0c69ba05b1ed5f27ccced6c456e7e0e51fdeb0d7b16a5cbfe994afc618126a40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Cross workers prepare to bury Vanisa Anifa, a 6-month-old orphaned girl who died of Ebola, at the Bigo Cemetery, in Bunia, Congo, Friday, June 19, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Australia and Canada sign a $1.75B deal to build long-range radar in Canada]]></title><link>https://www.local10.com/business/2026/06/22/australia-and-canada-sign-a-175b-deal-to-build-long-range-radar-in-canada/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/australia-and-canada-sign-a-175b-deal-to-build-long-range-radar-in-canada/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia and Canada signed a $1.75 billion export agreement on Monday to build an Australian-designed long-range radar system in Canada.]]></description><pubDate>Mon, 22 Jun 2026 06:47:53 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia and Canada signed a $1.75 billion export agreement on Monday to build an Australian-designed long-range radar system in Canada.</p><p>Australian Defense Minister Richard Marles and Canadian Secretary of State (Defense Procurement) Stephen Fuhr signed the first phase of a pact to provide early warning radar coverage from the Canada-United States border into the Arctic.</p><p>“What this really means is that Australia and Canada are now partners in terms of the future development of the Over-the-Horizon Radar,” Marles told reporters at the Australian Parliament House in the capital Canberra.</p><p>“There is now a very strategic dimension to the relationship,” Marles added.</p><p>Fuhr said the two British Commonwealth countries, both of which are partners in the Five Eyes intelligence-sharing alliance that also includes the United States, Britain and New Zealand, had “stood shoulder-to-shoulder for generations.”</p><p>“As the world adjusts to its new strategic and economic realities, I can’t think of a stronger partner to work with more than Australia,” Fuhr said at a joint press conference with Marles.</p><p>Canadian Prime Minister Mark Carney announced he’d chosen Australia’s radar system over comparable U.S. technology shortly after he came to power last year.</p><p>In March, Carney became the first Canadian prime minister to visit Australia in 12 years.</p><p>During the visit, Carney and his Australian counterpart Anthony Albanese agreed to increase cooperation on defense technologies, artificial intelligence and critical minerals.</p><p>BAE Systems Australia said in a statement it will support both governments in developing the Arctic Over-the-Horizon Radar.</p><p>The Australian system, developed over 40 years, works by refracting high-frequency electromagnetic waves off the ionosphere to detect distant objects that are invisible to conventional radars because of Earth's curvature.</p><p>The deal is Australia’s largest ever defense export. Australia’s previous record defense export was a $700 million deal signed in 2024 to provide Germany with 100 Australian-made Boxer heavy weapon carrier vehicles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XHJNLMRLOHQFMI5BCM6ZQGSE7E.jpg?auth=98cefb5b9bd9503629461cd93907d9dcb679665c51da38bd59725562a0188424&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australian Defense Minister Richard Marles, left, and Canada's Secretary of State Stephen Fuhr speak to the media after signing an agreement on export of an Over-the-Horizon Radar system at Parliament House in Canberra, Australia, Monday, June 22, 2026. (Lukas Coch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lukas Coch</media:credit></media:content></item><item><title><![CDATA[Britain's economic woes fuel discontent with Brexit a decade after historic vote to leave EU]]></title><link>https://www.local10.com/news/world/2026/06/22/britains-economic-woes-fuel-discontent-with-brexit-a-decade-after-historic-vote-to-leave-eu/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/britains-economic-woes-fuel-discontent-with-brexit-a-decade-after-historic-vote-to-leave-eu/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Simon Boyd’s firm makes prefabricated steel structures on the south coast of England and ships them to customers as far away as Ghana and Barbados. Mike Hawes represents Britain’s carmakers as the head of the Society of Motor Manufacturers and Traders.]]></description><pubDate>Mon, 22 Jun 2026 13:13:52 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Simon Boyd’s firm makes prefabricated steel structures on the south coast of England and ships them to customers as far away as Ghana and Barbados. Mike Hawes represents Britain’s carmakers as the head of the Society of Motor Manufacturers and Traders.</p><p>The business leaders were on different sides of the debate when Britain voted to leave the European Union in 2016. But 10 years later they are both frustrated by Brexit.</p><p>A decade ago, backers promised that Brexit would be the key to a bright new future where, freed from the edicts of EU bureaucrats, Britain would regain control of its laws and its borders and the economy would boom. But the reality failed to live up to the hype as Britain struggled to adjust to life without unfettered access to the 27-nation free trade bloc and its market of 450 million people.</p><p>Economic growth is anemic, taxes are high, public services are creaking and successive governments have been unable to stem the flow of migrants who wash up on the English Channel coast in inflatable boats. As a result, it's not exactly a happy anniversary.</p><p>“No, it’s not delivered everything that was said it would deliver on the tin, but it is delivering,” Boyd told The Associated Press. “It’s very sluggish. You only need to look at the statistics to see that.”</p><p>Boyd, the managing director of REIDSteel, which employs about 130 people at a plant in Christchurch, England, still stands behind his decision to support Brexit, but blames lackluster results on politicians who weren’t committed to delivering. Britain has also experienced unexpected challenges over the past 10 years, from the COVID-19 pandemic to the wars in Ukraine and the Middle East, Boyd said.</p><p>Economists see fundamental issues</p><p>The Brexit vote quickly increased costs for businesses as they prepared for an uncertain future during years of negotiation over the U.K.’s new relationship with the EU. Then, when Britain finally left the bloc on Jan. 31, 2020, new rules governing trade in goods and services made it more expensive and time-consuming to do business with European partners.</p><p>Creon Butler, who leads the global economy and finance program at Chatham House, a London-based think tank, said there were long-term consequences to leaving the European single market.</p><p>“Whatever was promised, whatever one hoped for, (you have) to accept that it has been a major loss of wealth and prosperity for us through the choice we made to leave,” he said.</p><p>“That’s a decision the British public have made, and they’re entitled to make it, but it does make us poorer,” he added.</p><p>By most measures, the British economy today is weaker than it would have been without Brexit, according to a recent report published by the National Bureau of Economic Research in Cambridge, Massachusetts. The report, compiled by researchers in Britain, Germany and the U.S., compares the performance of the U.K. economy to 33 other countries, including its European neighbors, the U.S., Canada and Japan.</p><p>Brexit has reduced Britain’s gross domestic product, a broad measure of economic output, by 6% to 8%, investment by 12% to 13% and productivity by 3% to 4%, the researchers concluded.</p><p>Carmakers had many challenges</p><p>Britain’s carmakers were early and outspoken opponents of Brexit, arguing that increased red tape surrounding shipments of parts and finished vehicles would damage an industry built on a network of interlinked factories in multiple European countries.</p><p>Those concerns reduced investment in the U.K. auto industry because international carmakers were less likely to see Britain as an attractive way into the European market. As a result, the industry is hoping that international trade deals will help boost demand for its products.</p><p>“We have been able to move with the times, so to speak, but undoubtedly it’s putting us at more cost into the industry, more pressure,” Hawes said.</p><p>Brexit supporters trumpeted the freedom to negotiate its own trade agreements as one of the primary benefits of leaving the EU, and Britain has since signed dozens of deals with countries ranging from Australia to India to the United States.</p><p>But EU countries still account for 41% of Britain’s exports and half its imports, according to the latest government figures.</p><p>During more than 50 years as a member of the EU and its predecessors, many British businesses also came to rely on Europe as a source of cheap labor, especially after the bloc’s eastward expansion in 2004.</p><p>That pipeline dried up after Brexit ended the free movement of labor, one of the bloc’s founding principals.</p><p>The owners of Britain’s curry restaurants, an integral part of communities from Aberdeen in Scotland to Aberystwyth in Wales, have been especially hard hit by the loss of Eastern European workers who went home rather than deal with burdensome new visa requirements. And they’re furious because the industry backed Brexit after assurances it would lead to more visas for South Asian cooks, something that hasn’t happened.</p><p>“We feel betrayed,″ said Oli Khan, president of the Bangladesh Caterers Association UK, who serves up tandoori lamb chops, vegetable biryani and chili paneer at his restaurant in Stevenage, north of London.</p><p>In an effort to mitigate some of the problems caused by Brexit, Prime Minister Keir Starmer has begun talks with the EU about rebuilding a closer relationship as he seeks to energize the country’s stagnant economy.</p><p>Starmer won't finish them, however. On Monday, he said he is stepping down.</p><p>Polls suggest frustration with Brexit is growing</p><p>Starmer’s move comes as a survey by the Ipsos polling firm, the Policy Institute at King’s College London and the think tank UK in a Changing Europe suggests that frustration with Brexit is growing.</p><p>The survey of 2,245 Britons aged 18 and older carried out in May, found that 48% said Brexit was going worse than they expected, up from 28% in March 2021. Some 9% said it was going better than expected and about one in three said it was going as expected.</p><p>But Boyd said the most important survey is still the one that took place on June 23, 2016, when 51.9% of those who cast ballots — or 17.4 million people — voted to leave EU.</p><p>He continues to believe that Britain has a brighter future outside the EU.</p><p>Brexit hasn’t delivered on its promise because politicians, large corporations and other entrenched interests worked to thwart the will of the people, Boyd said. This resulted in a Brexit deal that kept Britain too closely tied to the EU and unable to realize its potential as an entrepreneurial nation filled with creative, hardworking people, he said.</p><p>And there's no going back, he said.</p><p>“Imagine if we were to rejoin ... today. The conditions upon which we would be allowed back in would be akin to us re-boarding the Titanic on the condition that we surrender our life vests first,″ he said. “Need I say any more?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PNWGS4RV4S7CIAD3OMKSMVNXW4.jpg?auth=08f43d26026e7a6a3f033a5dd9226bbdf614dbc4042da42d61836e38ccaca773&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chef Mohammed Shanoor Ali cooks at a Bangladeshi restaurant in London, Thursday, June 18, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24VELQQOFBQ6D2CF4FBI2ZAHOY.jpg?auth=5b8febbe60d01d9d9ab42a82982d84490e3135b207700a520834dff4eaf0478d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oli Khan, the senior vice president of the Bangladesh Caterers Association UK, shows a map at a Bangladeshi restaurant in London, Thursday, June 18, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6S7DGX54WCTBWXWV27UGRPJOM.jpg?auth=0bcf846c89dbf07209392977f02d291648850bb34b1e8ada954df88f6ca94ad0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chef Mohammed Shanoor Ali prepares food at a Bangladeshi restaurant in London, Thursday, June 18, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIFI3RT4ROQDRLIY2KJ6R77HXQ.jpg?auth=0790825b2bc18c3b68876872132f4bba335bb4db41158bab6ffcf1e6361c98a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oli Khan, the senior vice president of the Bangladesh Caterers Association UK, poses for a portrait at a Bangladeshi restaurant in London, Thursday, June 18, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SSTYP6F7VROH4ZYN5ZAB67J6D4.jpg?auth=27b22dbb9dae2d0875e82b01eea7573e02fad191442eeb209a6c7ec5915ef1f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chef Mohammed Shanoor Ali prepares food at a Bangladeshi restaurant in London, Thursday, June 18, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Egypt’s Mo Salah adds to list of accolades in World Cup against New Zealand]]></title><link>https://www.local10.com/sports/2026/06/22/egypts-mo-salah-adds-to-list-of-accolades-in-world-cup-against-new-zealand/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/egypts-mo-salah-adds-to-list-of-accolades-in-world-cup-against-new-zealand/</guid><dc:creator><![CDATA[By CONNOR JOYCE, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — While Mohamed Salah's club career is still undecided, he's building his legacy with Egypt.]]></description><pubDate>Mon, 22 Jun 2026 05:39:20 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — While Mohamed Salah's club career is still undecided, he's building his legacy with Egypt.</p><p>Salah scored his 68th goal in international play, a total now just one goal shy of current Egypt coach Hossam Hassan’s career record for the Pharaohs, in a 3-1 World Cup victory Sunday night over New Zealand.</p><p>It was his third World Cup goal after he netted two at the 2018 tournament in Russia. Three goals at the World Cup gives the 34-year-old Salah the most ever for an Egyptian player.</p><p>Salah played for Liverpool for nine seasons, winning two Premier League titles and becoming the league's leading foreign goal scorer. But he had a dip in form this season and amid tensions, announced his contract with the squad would be ended a year early.</p><p>His departure from Anfield sparked discussion as to where the striker would be going next. For now, he plays for Egypt with his future plans still uncertain.</p><p>While between clubs, Mo Salah has etched his name further into the history books as the captain of the first Egyptian team to win a World Cup match.</p><p>“What happened today is history for us as Egyptians,” Salah said. “We see a lot of teams win games, but for us as Egyptian, it doesn’t happen often, first time in history.”</p><p>Fans would have to wait to see the Salah they grew to expect at Liverpool. He started slow in the first half, missing wide left on a direct free kick and watching New Zealand take an early lead, but he would not be denied for long.</p><p>Salah scored Sunday on a pass from Mostafa Ziko in the 67th minute. The ball slid underneath a defender and past New Zealand goalkeeper Max Crocombe to give the Pharaohs a 2-1 lead.</p><p>Salah wasn’t done adding to his resume quite yet, getting an assist in the 82nd minute on the Pharaohs’ final goal, his second assist of this game. He also had an assist on Egypt’s lone goal in its 1-1 draw against Belgium earlier in the tournament.</p><p>“He’s a good player,” New Zealand captain Chris Wood said. “You have to keep an eye on him.”</p><p>The four-time Premier League Golden Boot winner scored nine goals in 10 matches to qualify the Pharaohs for this World Cup. Salah became the career scoring leader in African World Cup qualifying history.</p><p>Salah should have his share of clubs interested in his talents after a strong start to the World Cup.</p><p>“Salah worked hard on the pitch,” Egypt manager Hossam Hassan said. “I am sure we are going to see more from him.”</p><p>___</p><p>Connor Joyce is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2D47FS3DMXYUIYHWHG2TG3QIIE.jpg?auth=e807264230ac97707fb02e9f13eafb07da372b03c086a4c70338b433690fc981&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah (10) celebrates after scoring his side's second goal during the World Cup Group G soccer match between New Zealand and Egypt in Vancouver, British Columbia, Sunday, June 21, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMEGQ5F7XAG6YUFXPQTB5G3DJQ.jpg?auth=997c159a064e845eef9971e40b55687049f6b3e5c2dd9a1bceee64c39274ed9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Trezeguet (7) celebrates with Mohamed Salah (10) and Marawan Attia (19) after scoring his side's third goal during the World Cup Group G soccer match between New Zealand and Egypt in Vancouver, British Columbia, Sunday, June 21, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[US stocks drift near their records in mixed trading after oil prices fall]]></title><link>https://www.local10.com/business/2026/06/22/us-stocks-drift-near-their-records-after-oil-prices-fall/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/us-stocks-drift-near-their-records-after-oil-prices-fall/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are drifting near their records Monday after trading resumed following a three-day weekend for Wall Street.]]></description><pubDate>Mon, 22 Jun 2026 14:55:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are drifting near their records Monday after trading resumed following a three-day weekend for Wall Street.</p><p>The S&P 500 slipped 0.3%, coming off its 11th winning week in the last 12, and pulled 1.7% below its all-time high set early this month. The Dow Jones Industrial Average was up 131 points, or 0.3%, as of 10:45 a.m. Eastern time, and the Nasdaq composite was 1% lower.</p><p>In the oil market, prices eased following talks over the weekend between the United States and Iran on their war. U.S. Vice President JD Vance said they created a “good foundation for a successful final deal.”</p><p>An end to the war could clear the Strait of Hormuz for oil tankers and allow for the undisputed resumption of deliveries from the Persian Gulf. Iran’s military had said Saturday that it closed the Strait of Hormuz again, though U.S. Central Command has disputed that.</p><p>The price for a barrel of Brent crude oil fell 2.8% to $78.29, closer to its roughly $70 price from before the war. Benchmark U.S. crude oil fell 2.3% to $74.14 per barrel.</p><p>The lower oil prices, though, did not pull down Treasury yields in the bond market. Yields have been climbing because of speculation that the Federal Reserve may have to hike interest rates this year in order to keep a lid on inflation, which has been accelerating because of expensive oil caused by the Iran war. Economists expect a report on Thursday to show a measure of inflation for U.S. consumers sped up to 4.1% in May from 3.8% in April.</p><p>The yield on the 10-year Treasury climbed to 4.49% from 4.46% late Thursday and from just 3.97% before the war.</p><p>Traders are betting on a nearly 90% chance the Fed will raise its federal funds rate at least once by the end of the year, with a small minority calling for four increases. That’s up from the 57% chance seen just a week ago, according to data from CME Group.</p><p>High yields in bond markets worldwide  caused by worries about inflation have already been threatening to slow economies and undercut prices for all kinds of investments. High yields particularly hurt investments seen to be the most expensive, which raises the pressure on companies that have soared in the mania around artificial-intelligence technology.</p><p>SpaceX fell 10.4% to drop toward $165. It’s heading toward a third straight loss following a big three-day run since its ballyhooed debut on the U.S. stock market, when it initially sold its stock at $135 per share.</p><p>Elsewhere on Wall Street, AbbVie climbed 5.4% after saying it agreed to buy Apogee Therapeutics and its potential treatments for patients with dermatologic, respiratory and other related inflammatory and immunological diseases. Apogee Therapeutics soared 46.7% following the announcement of the deal, valued at roughly $10.9 billion.</p><p>In stock markets abroad, the United Kingdom’s FTSE 100 rose 0.6% after Keir Starmer said he was stepping down as leader of the governing Labour Party and will leave office within weeks.</p><p>In Asia, Tokyo’s Nikkei 225 jumped 1.5% and ended at another all-time high, led by AI stocks. South Korea’s Kospi gained 0.7% to its own record, helped by AI-related companies.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott and AP Senior Producer Mayuko Ono contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F3XZASNP7UJ6CXP2PVGEKONZN4.jpg?auth=632d26c782ce14b8cf0c8bda572ac4f4ae933dd9726a1db7db76857169e9ca4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Joseph D'Arrigo works on the floor of the New York Stock Exchange, Tuesday, June 16, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Shohei Ohtani has been brilliant on the mound this year, but he's still a long shot for the Cy Young]]></title><link>https://www.local10.com/sports/2026/06/22/shohei-ohtani-has-been-brilliant-on-the-mound-this-year-but-hes-still-a-long-shot-for-the-cy-young/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/shohei-ohtani-has-been-brilliant-on-the-mound-this-year-but-hes-still-a-long-shot-for-the-cy-young/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[Shohei Ohtani has won four MVPs, and now he's making an impressive bid for an honor that has thus far eluded the two-way star: the Cy Young Award.]]></description><pubDate>Mon, 22 Jun 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>Shohei Ohtani has won four MVPs, and now he's making an impressive bid for an honor that has thus far eluded the two-way star: the Cy Young Award.</p><p>Problem is, the competition in the National League might be a little too stiff this year.</p><p>Ohtani is 7-2 with a 1.47 ERA so far this season. With the Los Angeles Dodgers nearly halfway through their schedule, he's made 12 starts and thrown 73 2/3 innings. His career highs in those categories are 28 and 166, back in 2022. That year he went 15-9 with a 2.33 ERA for the Los Angeles Angels and finished fourth in the American League Cy Young race.</p><p>Ohtani's hitting has always been more reliable than his pitching on a year-in, year-out basis. He didn't pitch at all in 2019 or 2024, and his teams have been careful with his workload. Even now, he's a few innings shy of qualifying for the ERA title, but with a mark that far below 2.00, he's clearly one of the game's top starters.</p><p>Still, he remains a long shot for the Cy Young according to oddsmakers. Milwaukee's Jacob Misiorowski (8-3, 1.45 in 15 starts) is the favorite, and Philadelphia's Cristopher Sánchez (9-3, 1.80) isn't far removed from throwing 50 2/3 consecutive scoreless innings.</p><p>Ohtani is a runaway favorite to win another MVP, of course. He isn't on pace for the eye-popping home run and stolen base stats he's produced in the past, but he leads the National League in on-base percentage, and when you factor in his pitching value it's hard to make a case for anyone else.</p><p>Trivia time</p><p>The very first Cy Young Award went to a member of the Dodgers, back in 1956 when there was one honor covering both leagues. Brooklyn's Don Newcombe won it. Since moving to Los Angeles, the Dodgers have had seven pitchers win the Cy Young. Who were they?</p><p>Performance of the week</p><p>The first two cycles of the 2026 season took place this past week. Pete Crow-Armstrong completed the single-double-triple-homer set for the Chicago Cubs on Monday in a win over Colorado. Then Bryce Harper of the Philadelphia Phillies pulled it off Saturday during a rout of the New York Mets.</p><p>Crow-Armstrong did get picked off first immediately after the single that gave him the cycle — so give the slight edge to Harper here.</p><p>Honorable mention: Kyle Schwarber of the Phillies hit three home runs in the same game Harper hit for the cycle. The only other time two teammates pulled that off was June 3, 1932, when Lou Gehrig of the New York Yankees hit four home runs and Tony Lazzeri hit for the cycle. The Yankees beat the Philadelphia Athletics 20-13 that day.</p><p>Comeback of the week</p><p>The Athletics overcame a seven-run, sixth-inning deficit to beat the Los Angeles Angels 12-11 in 10 innings on Friday night. It was a wild evening, with the A's taking a 4-0 lead before allowing 11 consecutive runs. The Angels had a win probability of 99% by the bottom of the seventh according to Baseball Savant.</p><p>The comeback began an inning earlier when Zack Gelof singled home a run to make it 11-5. With two outs in the seventh, Tyler Soderstrom walked and Jacob Wilson followed with a homer to cut the deficit to four. A two-run homer in the eighth by Max Muncy made it 11-9.</p><p>The A's were down to their last out when Jonah Heim hit a tying two-run homer in the ninth. After Muncy, the third baseman, threw a runner out at the plate in the top of the 10th, the Athletics won when Nick Kurtz drew a bases-loaded walk in the bottom half.</p><p>The A's (38-40) are 1 1/2 games out of first place in the AL West despite what is now the worst run differential in the AL at minus-54.</p><p>Trivia answer</p><p>Sandy Koufax (three times), Clayton Kershaw (three times), Don Drysdale, Mike Marshall, Fernando Valenzuela, Orel Hershiser and Eric Gagne.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GUPC7LBF6DFWH3CW3KE5NMBQ4.jpg?auth=0a70b3ee4da1266626ff3e32797a57be7e7ab411fe64b825e93d71eab957f91d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers starting pitcher Shohei Ohtani delivers during the fifth inning of a baseball game against the Tampa Bay Rays in Los Angeles, Wednesday, June 17, 2026. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[PWHL seeks to sustain momentum of fast-tracked growth by adding first investors: Ilitch, Tanenbaum]]></title><link>https://www.local10.com/sports/2026/06/22/pwhl-seeks-to-sustain-momentum-of-fast-tracked-growth-by-adding-first-investors-ilitch-tanenbaum/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/pwhl-seeks-to-sustain-momentum-of-fast-tracked-growth-by-adding-first-investors-ilitch-tanenbaum/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[The PWHL is taking on two prominent names in North American sports as its first two investors in reaching a major milestone in the privately-backed league’s fast-rising trajectory, and representing yet another sign of women’s hockey’s promising future.]]></description><pubDate>Mon, 22 Jun 2026 12:00:06 +0000</pubDate><content:encoded><![CDATA[<p>The PWHL is taking on two prominent names in North American sports as its first two investors in reaching a major milestone in the privately-backed league’s fast-rising trajectory, and representing yet another sign of women’s hockey’s promising future.</p><p>Coming on board as strategic partners are the Detroit-based Ilitch Companies, and the Larry Tanenbaum-backed Toronto-based Kilmer Sports Ventures, the league announced Monday.</p><p>The two multi-sports-team-owning groups bring a wealth of financial backing, business connections and influence to a 12-team league that’s doubled in size since being established in June of 2023.</p><p>“This is the clearest signal of validation to the marketplace, to the players, to other owners, to media companies that we are cementing our reputation as one of the fastest-growing sports properties in the world,” PWHL advisory board member Stan Kasten told The Associated Press.</p><p>“These are serious, long-time experienced sports investors, and they are telling the world what they think about us,” he added “And that says much more than just them writing a check.”</p><p>With the additions, the PWHL’s existing centralized structure will remain in place, headed by founder and primary financial backers Mark and Kimbra Walter. The Walters, together with the PWHL’s advisory board, will continue overseeing operations, with the new partners providing expertise, relationships and perspective, the league said.</p><p>“Kimbra and I are incredibly proud of what the PWHL has accomplished in a short time, and are excited about what it can achieve moving forward,” said Walter, who’s holdings include baseball’s Dodgers and the NBA Lakers.</p><p>Post-Olympic boost continues</p><p>Kasten said adding investors is well ahead of schedule, and deemed timely entering Season 4 to support the momentum the PWHL gained coming out of the Milan Cortina Games.</p><p>The league registered growth in nearly every metric last season, with U.S. numbers spiking further following the Hilary Knight-led Team USA’s gold-medal victory in February. The league also expanded its North American footprint last month by adding teams in Detroit, Las Vegas, San Jose and Hamilton, Ontario.</p><p>“I want to hear the case for going slower, but I can’t imagine it,” Kasten said. “The reception of fans, of sponsors and other willing partners has allowed us to go faster.”</p><p>The Ilitch family’s holdings include the NHL Red Wings and baseball’s Tigers. The Ilitch’s influence was apparent last week, with a wide range of company employees involved in Detroit hosting the PWHL’s awards and draft.</p><p>“The PWHL’s rise has been one of the most compelling stories in professional sports, and we are proud to be part of that story,” said company CEO Chris Ilitch. “Investing in the PWHL means an opportunity to broaden the game’s reach, connect with new fans, and create pathways for athletes for generations to come."</p><p>Tanenbaum is chairman emeritus and maintains a personal stake in Maple Leaf Sports and Entertainment, whose properties include the NHL Maple Leafs and NBA’s Raptors. Meantime, Kilmer Sports owns the WNBA's Toronto Tempo and France’s AS Saint-Etienne soccer team.</p><p>“What Mark Walter and PWHL senior leadership have built so quickly is incredible, and we’re honored to be part of this league and everything it stands for,” Tanenbaum said.</p><p>Salaries, for now, won't increase</p><p>The financial injection will not immediately translate into pay raises for players, because the PWHL has yet to turn a profit on the hundreds of millions of dollars Walter has already invested, Kasten said.</p><p>“When we are making money, that would be a great day for me and for the players,” he said. “We’re not there yet. I hope this gets us closer.”</p><p>The PWHL became the first professional women's league to open with a collective bargaining agreement in place, and running through 2031. Last season, 10 of 194 players had salaries topping $100,000, with the minimum at just over $37,000, according to the PWHL Players Association.</p><p>The PWHL has grown from a six-team league that launched on Jan. 1, 2024, with Toronto hosting the inaugural game at the 2,500-seat Mattamy Athletic Centre. Within five months, Toronto had relocated to its current home, the 8,500-plus seat Coca-Cola Coliseum — and after enjoying a regular-season game sellout at the Maple Leafs’ 19,200-capacity home.</p><p>Last season’s average attendance of 9,304 represented a 28% jump over 2024-25. The league also grew its corporate partnership base to 81, up from just over 50 a year earlier.</p><p>Still seeking U.S. broadcast partner</p><p>With 12 teams, the league is better positioned to attract a U.S. national broadcast partner. Last season, Scripps Sports aired numerous games, including the Walter Cup Finals, on ION, which reaches 126 million American households.</p><p>The PWHL is also poised to improve its existing broadcast deals in Canada once its current contracts expire after next season. One possibility is enhancing its agreement with CBC, with the national broadcaster ending its lengthy history of airing NHL games.</p><p>Kasten would only say, “stay tuned.”</p><p>“We didn't know what we had,” he added, reflecting on the PWHL's launch.</p><p>“We didn't have venues. We didn't have cities. We didn't have logos,” Kasten said. “We felt deeply that if we provided the environment for the greatest women's hockey players in the world to do what they do, that there would be a market for them. And that has been demonstrated in countless ways over and over.”</p><p>___</p><p>AP women’s hockey: https://apnews.com/hub/womens-hockey</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/75W262JIIWE2EOKHJESPM3E2II.jpg?auth=1c31c25e4ff3aef2049b810b791103a13f3b1cab5442f403eb149db4bb959e75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - NHL Network's Jamie Hersch, center, announces the PWHL women's hockey expansion team beginning in the 2026-27 season, May 13, 2026, in Las Vegas. (AP Photo/Mark Anderson]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L4RRZNGUBWZ3L324663U3RTAZM.jpg?auth=024db12d0a7aaa6c14315bd2067c41621e9a06f2d520a9e7d7b3f38200fccc4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chris Ilitch, Detroit Red Wings president and CEO, speaks before the team's NHL hockey game against the Toronto Maple Leafs, Oct. 11, 2018, in Detroit. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/35IFCPQKEQ5YVPU7SLSK3D4QKE.jpg?auth=bab3f4f4dbd21c364c0714cf2d6a2aef89b7047109ee1e0b3e88e3d1cf99688a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Dodgers owner and chairman Mark Walter speaks during a baseball news conference in Los Angeles on Sept. 21, 2018. (AP Photo/Alex Gallardo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Gallardo</media:credit></media:content></item><item><title><![CDATA[2 students in custody after shooting at high school in Philippines kills 3]]></title><link>https://www.local10.com/news/world/2026/06/22/2-students-in-custody-after-shooting-at-high-school-in-philippines-kills-3/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/2-students-in-custody-after-shooting-at-high-school-in-philippines-kills-3/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — Two students armed with hand guns opened fire in a high school in the central Philippines on Monday, killing three fellow students and wounding another seven, police said.]]></description><pubDate>Mon, 22 Jun 2026 10:25:02 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — Two students armed with hand guns opened fire in a high school in the central Philippines on Monday, killing three fellow students and wounding another seven, police said.</p><p>The suspects, aged 14 and 15, were arrested. The suspects and the victims were students of the San Jose National High School in Tacloban city, where the mid-morning shooting happened, regional police chief Brig. Gen. Jason Capoy said.</p><p>An investigation was underway to determine the cause of the shooting in the government-run school, which has more than 1,500 students. Capoy said that the suspects, who were close friends, said in initial questioning that they were bullied in school. He did not elaborate.</p><p>They have no criminal records. One of the suspects got the 9 mm pistol he used in the attack from an aunt, a police officer, who was now being investigated. The other suspect used a cal. 38 revolver. They managed to bring the guns onto the campus because there was only one guard on duty at multiple entrances and exits, Capoy said.</p><p>“The suspects barged into two rooms because after the shooting in the first, the children scampered and the suspects apparently ran after some victims into another room,” Capoy told reporters.</p><p>Most of the dead and wounded were female students, he said. Police recovered at least 40 shell casings at the scene of the attack.</p><p>In a video posted online, students hiding under desks in a shut classroom can be heard screaming and weeping as gunshots are heard outside. Some called their mothers. Other videos show visibly terrified students streaming out of the school campus, some holding and embracing each other.</p><p>One of the suspects was arrested in the school after the attack but the second fled and hid in a house nearby. He was found by police who were alerted by residents, police said.</p><p>President Ferdinand Marcos Jr. ordered a thorough investigation of the shooting and asked law enforcers to boost security in all schools, workplaces and public areas, Communications Undersecretary Claire Castro said.</p><p>“The president was saddened by this incident. Anybody, especially the parents of the victims, will feel sad and terrified,” Castro said.</p><p>The suspects were to be turned over to government welfare officers after the investigation since they are minors. The 14-year-old would be exempt from criminal prosecution under a 2006 Philippine law, which sets the minimum age of 15 for a minor to be criminally liable and only if authorities determine that a suspect was clearly aware of the crime that was committed and its repercussions.</p><p>The national police have urged the public to remain calm and cooperate with authorities by providing any information that may aid the ongoing investigation.</p><p>Crimes involving the use of firearms are prevalent in the Philippines, partly due to the proliferation of unlicensed firearms, but school shootings are relatively rare.</p><p>In 2022, a man armed with pistols opened fire at an upscale university in the Manila metropolitan area ahead of a graduation ceremony, killing a former Philippine town mayor with whom the suspect had a long-running feud, and two others in the brazen attack. The gunman was arrested.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RZGOLOREVLPNZYB35URXDXIWGM.jpg?auth=0e92d8073ace315e3e90c3588a81c60591faee57172ebaf6e88dda2421f6a00c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken from a video, students react after a shooting incident at the San Jose National High School in Tacloban city, Philippines Monday, June 22, 2026. (James Daantos via AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">James Daantos</media:credit></media:content></item><item><title><![CDATA[At US Open, Wyndham Clark proves he doesn't have to be perfect to be a winner]]></title><link>https://www.local10.com/sports/2026/06/22/at-us-open-wyndham-clark-proves-he-doesnt-have-to-be-perfect-to-be-a-winner/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/at-us-open-wyndham-clark-proves-he-doesnt-have-to-be-perfect-to-be-a-winner/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Long before he smashed the locker, won a single trophy or had any inkling he'd play in a U.S. Open one day, golf for Wyndham Clark was a test of patience, will and temperament.]]></description><pubDate>Mon, 22 Jun 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Long before he smashed the locker, won a single trophy or had any inkling he'd play in a U.S. Open one day, golf for Wyndham Clark was a test of patience, will and temperament.</p><p>So, perhaps it's only right that for Clark to sew up his latest, sweetest triumph, he had to rescue himself from a potentially history making collapse — and do it in front of a New York crowd that, for the most part, came out to Long Island to watch him fail.</p><p>Clark's second U.S. Open victory will be remembered as the one where he handled Shinnecock Hills and somehow salvaged a final-round Sunday that saw a six-shot lead at the start dwindle to a single, precious stroke by the end.</p><p>It will also be remembered for the cheers when he missed shots, and for a winning, tap-in putt on the 18th green that was greeted with an awkward dribble of applause — a strange reaction, especially given the hills Clark has had to climb to become a champion,.</p><p>“We've dealt with his anger issues since he was that high," said Clark's father, Randall, explaining the journey as he held his hand about hip high. "It's because golf is not a game of perfection. And he wants to be perfect."</p><p>Clark, 32, was open about his struggles at his last U.S. Open victory in 2023, explaining his mother's death 10 years earlier had left a scar and that the rage came out most viscerally in the aftermath of missed golf shots.</p><p>His felt like a simple tale about overcoming obstacles and personal growth.</p><p>But that journey is never truly finished.</p><p>His demons came back into full view a year ago when he smashed a locker at Oakmont after missing the cut at the U.S. Open. He has since apologized and the suits at Oakmont, appalled at first, have moved on, as well.</p><p>The fans in New York clearly haven't. It made for an awkward stroll across the course Sunday, where Clark was paired with top-ranked Scottie Scheffler.</p><p>Scheffler, trying to complete the career Grand Slam, likely would've been a fan favorite against anyone. No problem there, he said, but even he found himself cringing at the cheers ringing out when Clark missed shots, which happened a lot on a front nine in which he shot 38 and saw his lead shrink to one.</p><p>“You like seeing the fans cheer for you,” Scheffler said. “I think sometimes it can get a little too much when, you know, balls are kind of going off greens and you start hearing cheers. That felt a bit much to me.”</p><p>Clark's winning moment came on No. 16. Nursing the one-shot lead, he teed off into the deep fescue — a horrendous lie, according to caddie-turned-TV analyst Jim “Bones” Mackay. Clark made it look better than that, lashing into the fairway, then hitting an 8-iron that straightened out along the back of the green.</p><p>He nailed the 30-foot birdie putt — his longest make of the day — to give himself a two-shot lead over Sam Burns with two holes to play.</p><p>About a half-hour later, Clark two-putted from 50 feet on 18 to become a two-time winner instead of the player to blow the biggest 54-hole lead in U.S. Open history. The two-putt was reminiscent of the way he wrapped up his win three years ago at Los Angeles Country Club.</p><p>So much has changed since then.</p><p>“It’s been part of every question in every interview for the last 12 months," his dad said of the constant rehashing of the locker incident, all of which Clark has handled with patience. "I do think it's gone on too long.”</p><p>In response to Oakmont, Clark has paid for the repairs to the locker. He has given money to charity and participated in anger-management courses.</p><p>He did not feel much love on Long Island.</p><p>“A little disappointing,” said Randall Clark, who took a red-eye flight from Denver to be there for the win. “At the same time, he's a warrior. He 'bowed up and said ‘I’m going to figure this out and still get through.' It's too bad. We've seen this before in the New York area with the Ryder Cup."</p><p>But this was no Ryder Cup, the likes of which was marred by unruly behavior from the New York fans last year at Bethpage.</p><p>Clark conceded he heard it all and concluded, “man, they definitely don't want me to win.”</p><p>“It’s pretty rare in an open championship, or a major, to have fans kind of boo against your shots or cheer for bad shots,” he said.</p><p>All he could do, though, was turn to his caddie and laugh, especially when they heard from one of those rare fans who were actually pulling for him.</p><p>Now, the question is — will this show of grit in the face of adversity give Clark a fresh start? Or will it always be about the locker and some meltdown lurking around every corner?</p><p>“I sure hope it closes the door on it,” he said. "I figured in my mind that this would maybe be the last time just because it’s one year removed. I’ll probably always get (those questions). But I hope I don’t become the heel of the PGA.</p><p>“I guess if I am, any press is good press, right?”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LK4XWBO3TKZKI2FREOVQLEERP4.jpg?auth=b93162aaf700620a138d1d05f65934f9c9a0aa66e371e5b52e995d2208ca2631&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QHM2W3OW3DNIY6GEOMO5AODOY.jpg?auth=64cc17d0844950d36e5e674b1b6d7c2355591c9603f43a126ba620645977f1f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4L5I3VTUDKK3IRYHOWE67XIN6U.jpg?auth=403b880a7ad555da74b41ab770a95fc7fce2b4a695b105eee7bd95daf33b9e14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSXK4CGUL472WLDX26P5O732BA.jpg?auth=528efd5354590b6d5e3a373b978cbe272ddab6fff5b20353e1ae26e68f1de6d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates with his caddie David Pelekoudas after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Judge in Charlie Kirk killing case to decide if prosecutors could be punished for comments in media]]></title><link>https://www.local10.com/news/national/2026/06/22/judge-in-charlie-kirk-killing-case-to-decide-if-prosecutors-could-be-punished-for-comments-in-media/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/judge-in-charlie-kirk-killing-case-to-decide-if-prosecutors-could-be-punished-for-comments-in-media/</guid><dc:creator><![CDATA[By MATTHEW BROWN and REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[The Utah judge in the murder case over Charlie Kirk's killing says he will rule Monday whether prosecutors could face sanctions for comments to the media about a bullet fragment recovered from the conservative activist’s body.]]></description><pubDate>Mon, 22 Jun 2026 04:21:53 +0000</pubDate><content:encoded><![CDATA[<p>The Utah judge in the murder case over Charlie Kirk's killing says he will rule Monday whether prosecutors could face sanctions for comments to the media about a bullet fragment recovered from the conservative activist’s body.</p><p>Lawyers for defendant Tyler Robinson have asked Judge Tony Graf to block the death penalty in the case, claiming the prosecutors' comments could sway potential jurors regarding his guilt.</p><p>But criminal law expert Paul Cassell said it would be extraordinary for Graf to grant the defense request. Their concerns could be addressed in other ways, such as more closely questioning jurors to ensure they aren't biased, the University of Utah law professor said.</p><p>“A standard defense attorney maneuver is to avoid talking about the guilt or innocence of your client. The theory is that as long as you're talking about anything other than whether the defendant is guilty, you're winning as a defense attorney,” Cassell said. “This seems to be an extreme example of that.”</p><p>Representatives of the Utah County Attorney's Office said they were compelled to speak publicly about the case following speculation in some media outlets.</p><p>The speculation began after the defense team publicly disclosed that initial tests were inconclusive to determine whether the bullet was fired from the suspected murder weapon.</p><p>Conjecture over the evidence in Kirk’s killing has fueled unsubstantiated conspiracy theories that there might have been a second shooter, or that his death was staged. The case has attracted enormous media attention and concerns from both sides about misinformation tainting the potential jury pool.</p><p>Robinson has not yet entered a plea. Prosecutors have said they intend to seek the death penalty if he is convicted.</p><p>The 23-year-old from southwestern Utah is charged with aggravated murder in the Sept. 10 killing of Kirk, a close ally of President Donald Trump who was shot in the neck while addressing a crowd of thousands at Utah Valley University.</p><p>Judge Graf held a hearing last week over whether prosecutors should be held in contempt for their comments about the bullet.</p><p>Robinson’s attorneys accused prosecutors including Deputy Utah County Attorney Christopher Ballard of trying to influence potential jurors by going on a “media tour" to talk about ballistics evidence in the case.</p><p>Ballard argued at the June 12 hearing that he didn’t speak to the media about case specifics, and he only remarked generally about how ballistics testing can be inconclusive.</p><p>The defense team also pointed to another Utah criminal case in which prosecutors were accused of contempt and suggested that one potential remedy would be to bar the state from seeking the death penalty.</p><p>While the judge in that earlier case disagreed that an order barring the death penalty was merited, Robinson’s attorneys noted that “the court did not conclude that such a remedy was beyond its authority where the facts support it.”</p><p>A key hearing in Robinson's case is scheduled for July 6-10, when prosecutors must show they have enough evidence to warrant a trial.</p><p>___</p><p>Brown reported from Denver and Boone from Boise, Idaho. Associated Press reporter Hannah Schoenbaum contributed from Salt Lake City.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMYKM5NK2PGIA54YK43YXDJKSQ.jpg?auth=d4a17d3325e8a7e5c19b5a3cf3570d420a671a9340700ba2dc9a110e02c195fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyler Robinson, accused in the fatal shooting of Charlie Kirk, appears during a hearing in 4th District Court in Provo, Utah, on Friday, June 12, 2026. (Francisco Kjolseth /The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Kjolseth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MOGO7VAJBTNFT6PTBCCSQCEX2I.jpg?auth=bc057fb634941c7ae3a7060703b8d88d1fe10699b761820f9048ab7877fdd3a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fourth District Court Judge Tony Graf in Provo listens during a hearing for Tyler Robinson, accused in the fatal shooting of Charlie Kirk, in 4th District Court in Provo, Utah, on Friday, June 12, 2026. (Francisco Kjolseth /The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Kjolseth</media:credit></media:content></item><item><title><![CDATA[Vance says talks with Iranian officials set 'good foundation' for a deal to end the war]]></title><link>https://www.local10.com/news/world/2026/06/22/vance-says-talks-with-iranian-officials-set-good-foundation-for-a-deal-to-end-the-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/vance-says-talks-with-iranian-officials-set-good-foundation-for-a-deal-to-end-the-war/</guid><dc:creator><![CDATA[By AAMER MADHANI, JAMEY KEATEN, SEUNG MIN KIM and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[OBBUERGEN, Switzerland (AP) — Vice President JD Vance on Monday said his lengthy talks with senior Iranian officials in Switzerland created a “good foundation for a successful final deal” as they seek a permanent end to the war that the U.S. and Israel began in late February.]]></description><pubDate>Mon, 22 Jun 2026 14:36:18 +0000</pubDate><content:encoded><![CDATA[<p>OBBUERGEN, Switzerland (AP) — Vice President JD Vance on Monday said his lengthy talks with senior Iranian officials in Switzerland created a “good foundation for a successful final deal” as they seek a permanent end to the war that the U.S. and Israel began in late February.</p><p>“The final deal is the house,” Vance told reporters after initial talks with Iran’s parliamentary speaker, Mohammad Bagher Qalibaf. “We set the foundation. We haven’t built the house, but we’ve laid a successful foundation to get to a good place for the American people.”</p><p>Vance and U.S. officials claimed progress on multiple fronts, including the establishment of “mechanisms” to ensure the Strait of Hormuz, a vital waterway for global energy shipments, stays open and that a ceasefire holds in the fighting between Israel and Iran-backed Hezbollah militants in southern Lebanon.</p><p>Hezbollah and Israel went to war shortly after the outbreak of the wider conflict, with Hezbollah firing rockets and drones at civilian communities in northern Israel and Israel seizing large swaths of southern Lebanon. Iran has insisted that addressing the fighting in Lebanon is a critical component of any deal to end the wider conflict.</p><p>Iran noted “major progress” to end the fighting in Lebanon and called that the first real test of the negotiations.</p><p>In other developments, the U.S. Treasury issued a 60-day license waiving sanctions on Iranian oil as part of the interim agreement to end the war. Notably, the license allows Iranian oil to be imported into the U.S., which has not imported significant amounts of Iranian oil since the 1990s.</p><p>Treasury Secretary Scott Bessent cited the “ongoing productive talks in Switzerland” in a post on X announcing the license, which will last through Aug. 21.</p><p>Trump was not in Switzerland but loomed large over talks</p><p>The mediation effort in Switzerland started Sunday and stretched into early Monday, and technical talks will continue this week.</p><p>President Donald Trump did not attend what was dubbed the “Lake Lucerne Summit,” but his presence certainly loomed large. The talks were jolted by statements from Trump, who, from thousands of miles away, fired off comments that offended the Iranians.</p><p>Iranian state media said talks had paused after the “publication of an insulting message by the U.S. President.” The negotiations later continued.</p><p>Vance pushed back against the notion that Trump's threats complicated the talks.</p><p>“No, they didn’t throw a wrench in the system," Vance said. He added, "Yes, they did threaten to walk out, or at least there were social media threats that they would walk out. But we were negotiating well past one in the morning yesterday, so they didn’t walk out.”</p><p>Vance floats unfreezing Iranian assets to purchase US goods</p><p>The vice president suggested that the U.S. could agree to unfreeze Iranian assets for purchases of U.S. soy, corn and wheat. He said Jared Kushner, Trump's son-in-law and one of the lead U.S. negotiators, came up with the idea with officials from Qatar.</p><p>Vance said Qatar would have approval over the process, and Iranian money that would be accessible as sanctions were lifted would buy American products "for the benefit of the Iranian people.”</p><p>Iran, which has pressed for the unfreezing of billions of dollars in assets, has not commented on the idea. The assets have been made inaccessible over years of sanctions, banking restrictions and legal disputes imposed by the U.S. and international community on the Islamic Republic.</p><p>High-level talks have ended but technical talks continue</p><p>In a joint statement, mediators Pakistan and Qatar hailed what they called “encouraging progress.”</p><p>The interim deal to end the fighting in Iran, signed last week by the leaders of the U.S. and Iran, sets a 60-day period for negotiators on issues including the future of Tehran’s nuclear program amid concerns that Iran wants to use it for military purposes, a claim the country denies.</p><p>Vance, who planned to return to Washington, said the technical talks are critical.</p><p>“We wanted to set up a structure for that so that you could have proper political oversight, but obviously, as much as this place is very beautiful, I can’t stay here for the next 60 days,” Vance told reporters.</p><p>U.S. envoys Kushner and Steve Witkoff are handling many of the technical details.</p><p>Meanwhile, investors absorbed the ups-and-downs of Trump’s strategy in Iran. Trading was mixed early Monday and oil prices edged lower on fresh optimism about the progress of the U.S.-Iran negotiations.</p><p>Vance warns about the perils of Iranian ‘trash talk’</p><p>Trump, over the weekend, made clear he was annoyed by Iran’s public commentary on the strait, which Iran’s military said it closed Saturday in response to continued fighting in Lebanon. U.S. Central Command has disputed that Iran closed the strait again.</p><p>Ahead of the talks, Iranian President Masoud Pezeshkian had vowed to “never back down from the right to enrich uranium,” according to state media.</p><p>Trump on Sunday told Fox News in a phone interview that Pezeshkian should watch what he says and threatened to take over Iran, according to one of the news channel's correspondents.</p><p>Trump also posted on social media as negotiators worked: “Iran must immediately stop their highly paid PROXIES in Lebanon from causing trouble. If they don’t, we’ll hit Iran very hard again, just like we did last week, only harder!!!”</p><p>Vance said the Iranians should have expected such a reaction from Trump.</p><p>“What we told the Iranians yesterday is when you guys engage in what us millennials might call trash talk, you can’t expect the President of the United States not to respond and not to correct the record,” Vance said.</p><p>Iranians agree there was progress on their top issue</p><p>Iranian Foreign Minister Abbas Araghchi wrote on X that mediators delivered "major progress to end the Lebanon War.” But he said the first “real test” of negotiations would be whether the mechanism succeeds in halting the fighting between Israel and Hezbollah.</p><p>Neither Israel nor Hezbollah is a signatory to the U.S.-Iran deal.</p><p>A renewed ceasefire in Lebanon appeared to be holding, and Israel’s military said it would lift movement restrictions for residents near the Israel-Lebanon border on Monday.</p><p>Cautious calm continued Monday in Lebanon, with no Israeli strikes reported overnight. Hezbollah has not announced any attacks on Israeli forces since Saturday.</p><p>The lull in fighting in Lebanon is the longest since the latest Israel-Hezbollah war began on March 2.</p><p>“This region has been a basket case for a very long time," Vance said.</p><p>___</p><p>Kim and Boak reported from Washington. Associated Press reporters Abby Sewell in Beirut, David Rising in Bangkok, Fatima Hussein in Washington, Jon Gambrell in Dubai, United Arab Emirates, and Melanie Lidman in Tel Aviv, Israel, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYH4CW6Q35AEZLL6I4FQMFXKIA.jpg?auth=185e70733e44f41ad9072553470ae6ed306a8a94360a0eead01fe8261d9d7383&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 speaks to members of the media after the U.S. and Iran held high-level talks at the Bürgenstock Resort in Obbuergen, near Lucerne, in Switzerland, Monday, June 22, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CNU5WMKPU6J4ZMODPNCUFV2Q24.jpg?auth=8f8bb2965b9fd5e76fb2ccf0224c23d083b0ef6f675c367622c8524faebee13d&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 speaks to members of the media after the U.S. and Iran held high-level talks at the Bürgenstock Resort in Obbuergen, near Lucerne, in Switzerland, Monday, June 22, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SMWP7CFJLYVA4JHMKBUFZXVPZ4.jpg?auth=724bb8921cb7945aeaad954d5417a10033f8ded8240251b9f304fd698befb776&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 speaks to members of the media after the U.S. and Iran held high-level talks at the Bürgenstock Resort in Obbuergen, near Lucerne, in Switzerland, Monday, June 22, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content></item><item><title><![CDATA[New York's congressional candidates make final case in last day before primary]]></title><link>https://www.local10.com/news/politics/2026/06/22/new-yorks-congressional-candidates-make-final-case-in-last-day-before-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/new-yorks-congressional-candidates-make-final-case-in-last-day-before-primary/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — New York's congressional candidates have a final chance to make their case Monday on the last full day of campaigning before a primary election in which an ascendant progressive left is taking on establishment Democrats.]]></description><pubDate>Mon, 22 Jun 2026 04:08:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York's congressional candidates have a final chance to make their case Monday on the last full day of campaigning before a primary election in which an ascendant progressive left is taking on establishment Democrats.</p><p>The races have become bellwethers of Mayor Zohran Mamdani's political clout, testing whether the young democratic socialist can leverage excitement he ignited last year to reshape the city's congressional delegation.</p><p>And he has been working hard to promote his slate of three House candidates, lending his star power to several campaign videos, along with hosting a rally with U.S. Sen. Bernie Sanders last week to boost his picks just before the election.</p><p>“The party of the past will not be what leads us into the future. We need a Democratic Party with backbone,” Mamdani said.</p><p>Meanwhile, in another closely watched race, Jack Schlossberg, the 33-year-old grandson of former President John F. Kennedy, is hoping to ride his family ties and big social media following to a seat in Congress representing part of Manhattan.</p><p>But the Kennedy scion is facing strong opposition from Alex Bores, a state Assembly member at the center of a Silicon Valley spending war over his proposals to regulate artificial intelligence, and Micah Lasher, another state Assembly member who has deep experience in New York government and is backed by many of the state’s Democratic leaders. George Conway, an attorney who was once married to a top Trump adviser but later become one of the president’s critics, is also in the race.</p><p>In his campaign's closing stretch, Schlossberg rallied with David Letterman, former host of the “The Late Show with David Letterman.” His mother, Caroline Kennedy, cut a campaign ad for him. Lasher hit the street to meet voters. Bores releasing an ad about the dangers of AI and worked to highlight the millions of dollars that Big Tech players are spending to oppose his run.</p><p>Mamdani has not made an endorsement in that race.</p><p>Instead, he's focused on three other congressional contests, including two featuring embattled incumbents.</p><p>Darializa Avila Chevalier, a democratic socialist whose campaign has been buoyed by the mayor’s support, is challenging U.S. Rep. Adriano Espaillat, who was the first Dominican American elected to Congress in a district that includes northern Manhattan and part of the Bronx.</p><p>Espaillat has drawn attention to inflammatory social media posts Avila Chevalier made in her 20s, attempting to portray her as an unserious candidate. Avila Chevalier, in a recent debate, said she regretted the posts and apologized for one crass post about former Vice President Kamala Harris.</p><p>Former city Comptroller Brad Lander got the mayor's endorsement in his attempt to unseat U.S. Rep. Dan Goldman, a fellow Democrat.</p><p>Lander, who appeared in the crowd at a joyous City Hall ceremony celebrating the Knick's NBA championship win on Thursday, has worked to play up his alliance with the mayor, while Goldman, who did not endorse Mamdani in his mayoral race, has tried to shift the conversation to his own productiveness in Congress.</p><p>Mamdani is also supporting Claire Valdez, a former state Assembly colleague and democratic socialist ally, in her bid to defeat Brooklyn Borough President Antonio Reynoso in the race to succeed retiring U.S. Rep. Nydia Velazquez.</p><p>Reynoso and Valdez are both progressives who share many similar views, though Valdez has framed herself as a potential Mamdani ally in Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TURGXVTVJRT6IF3KKSX4ZGI5HI.jpg?auth=3a50096586f9bdf76b6158751813fb408f7dbe9b7573978bc7433c6958e5e30a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidates, Claire Valdez, Brad Lander, and Darializa Avila Chevalier gesture on stage with Mayor Zohran Mamdani during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6JY3JGZDQ7C6U5DNDSTITURZQ.jpg?auth=3b93e11d793770177b3489c1a13244129409bdd4c0bd8d16e2312ea8511a47d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Darializa Avila Chevalier speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJ6SHT6ZAMKIJ63GLJRD3GBK7E.jpg?auth=acc8732223da69e601b9cd122810c2b7385bf8bf31ff249cdfa66dd66ea447a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Brad Lander speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DI2GYJMWM22FXYLHY3PMP3E6TU.jpg?auth=231f640d4d775adcd122a2b3df6c0b488960c24f265731290565131922b59849&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Schlossberg, grandson of former President John F. Kennedy, addresses a gathering during the Profile in Courage Award ceremony at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RORLVCFDIGBY5VNR2I6XFJ5UIE.jpg?auth=9523f2d6ed8958189db631bcc2577c67538cdb39d067e8e4aee6fc683fa94b18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mayor Zohran Mamdani, right, gestures on stage with U.S. Sen. Bernie Sanders, I-VT., during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Starmer says he'll resign as UK prime minister, roiling British politics yet again]]></title><link>https://www.local10.com/business/2026/06/22/starmer-says-hell-resign-as-uk-prime-minister-roiling-british-politics-yet-again/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/starmer-says-hell-resign-as-uk-prime-minister-roiling-british-politics-yet-again/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British Prime Minister Keir Starmer said Monday he will resign, forced out by his own party after missteps and mistakes soured voters’ goodwill following a landslide election victory two years ago on a promise of steady leadership and economic growth.]]></description><pubDate>Mon, 22 Jun 2026 13:42:57 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British Prime Minister Keir Starmer said Monday he will resign, forced out by his own party after missteps and mistakes soured voters’ goodwill following a landslide election victory two years ago on a promise of steady leadership and economic growth.</p><p>Starmer says he will remain caretaker prime minister until his Labour Party chooses a new leader — with expectations growing that it will be former Greater Manchester Mayor Andy Burnham.</p><p>Burnham confirmed on social media that “I will put myself forward as part of this process.” Former Health Secretary Wes Streeting, who was considered his main rival for the top job, said he will back Burnham.</p><p>It was Burnham's victory in a special parliamentary election last week that triggered Starmer's decision to resign, as Labour lawmakers flocked to the charismatic former mayor in the hope he can revive the party's fortunes. After nearly a decade as mayor of the northwestern city, Burnham returned Monday to Parliament, where he took the oath of office in the House of Commons.</p><p>Only members of Parliament are eligible for the party leadership.</p><p>Streeting's statement makes it more likely that Burnham will be selected without a leadership contest.</p><p>Britain’s next election does not have to be held until 2029. Asked if he would call an early vote if he becomes prime minister, Burnham said: “You’re jumping several hurdles ahead there.”</p><p>Starmer is the sixth prime minister in a decade to stand outside No. 10 Downing St., and announce a premature departure. His statement came the day before Britain marks the 10th anniversary of its vote to leave the European Union, a decision that still roils the country’s economy and politics.</p><p>After weeks of insisting he would fight to keep his job, Starmer conceded to growing pressure to hand over to a new leader who can try and revive the government’s flagging fortunes. He led Labour to a landslide election victory in July 2024, but since then his popularity and that of the party have plummeted.</p><p>A new leader in place within weeks</p><p>Starmer made the announcement outside his official residence, where he delivered his first speech as prime minister two years ago. His voice choked with emotion near the end of the brief statement, which was watched by his staff, Cabinet ministers and scores of journalists.</p><p>“The question my party is asking now is whether I am best placed to lead us into the next general election,” Starmer said. “I have heard the answer of my parliamentary party to that question, and I accept that answer with good grace.”</p><p>He said he spoke to King Charles III, Britain's constitutional monarch, to inform him of the decision.</p><p>Starmer spent the weekend pondering his future following Burnham's special election victory.</p><p>Starmer said nominations for a leadership contest will open July 9, and the new leader will be in place by the time Parliament returns from its summer break on Sept. 1.</p><p>If Burnham is the only candidate, the change could come by mid-July.</p><p>Starmer struggled to fulfill election pledges</p><p>Starmer has struggled to deliver promised economic growth, repair tattered public services and ease the cost of living. He has been hamstrung by repeated missteps, including his decision to appoint Peter Mandelson, a scandal-tarnished friend of Jeffrey Epstein, as U.K. ambassador to the United States.</p><p>Labour is losing liberal voters to the growing Green Party and facing a rising Reform UK, the Nigel Farage -led anti-immigration party that consistently leads in nationwide opinion polls.</p><p>U.S. President Donald Trump weighed in even before an announcement, linking Starmer’s exit to two of the Republican leader's recurring grievances: immigration and renewable energy.</p><p>“Keir Starmer will resign as Prime Minister of The United Kingdom. He failed badly on two very important subjects- IMMIGRATION AND ENERGY (OPEN NORTH SEA OIL!). I wish him well! President DJT,” Trump posted on his social media platform.</p><p>Starmer’s initially warm relationship with Trump has soured in recent months over issues including the Iran war, which the U.K. didn’t join.</p><p>Praised on the world stage</p><p>In contrast to missteps domestically, Starmer has won praise for his international role, notably in rallying European support for Ukraine in its fight against Russia’s invasion, and working to mitigate the economic and political turmoil unleashed by the Iran conflict.</p><p>A NATO summit in Turkey next month may be his last foray on the world stage as Britain's leader.</p><p>Ukrainian President Volodymyr Zelenskyy, posting on X, thanked Starmer for his support and cooperation “that have helped make our Europe and our protection of life stronger.”</p><p>European Commission President Ursula von der Leyen praised Starmer’s legacy.</p><p>“It can take many leaders years to grow into the statesman you became in just two years,” she said on X. “European and Ukrainian security is stronger because of you. Thank you, dear Keir.”</p><p>While many Labour lawmakers have rallied behind Burnham, some have said that Starmer had been treated unfairly. London legislator Neil Coyle railed on X against “the prospect of an utter stitch-up & the media circus being rewarded."</p><p>Many hope Burnham can connect with voters</p><p>Burnham is the front-runner to succeed Starmer because many people see him as the best person to defeat the anti-immigration Reform Party at the next election, said Olivia O’Sullivan, an analyst at London's Chatham House think tank.</p><p>Burnham appeals to Labour Party lawmakers who were frustrated by the way Starmer has governed, O’Sullivan said. Many hope that he will set out a “clearer vision” and connect with voters in parts of the country that are in danger of turning to Reform.</p><p>Still, O'Sullivan cautioned that may not translate into genuine change.</p><p>“It’s absolutely correct that that is not the same thing as offering a radically different set of policies or even a particularly clear policy program,” she said.</p><p>___</p><p>Associated Press writers Danica Kirka in London and Sam McNeil in Brussels contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2PGLWYH6EZJZVJ6UV5OI5GTN7M.jpg?auth=9f51c14f8a2d31742beee4747b971bc1b41d1611c623c0065f4627a82d33944c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer announces his resignation to the media outside 10 Downing Street in London, Monday, June 22, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UH6NYQ2PNEJ5YZ5CZXIMWQOQLQ.jpg?auth=3310ef2bc2355756c6b9165e2411b5636905c4e2ba27eb1218eaca48f64b5321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria stand in front of 10 Downing Street door after announcing his resignation to the media in London, Monday, June 22, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JCHUKQ6Z5T7HFQJXTDZMCIZAFI.jpg?auth=d31db58893fd0bc1a5de54d2b780326d153e5906d39548c2b82b06726396f612&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Labour candidate Andy Burnham gestures, surrounded by supporters at the Stubshaw Cross Community and Sports Club as voting is underway in the Makerfield by-election, in Ashton-in-Makerfield, England, Thursday, June 18, 2026. (Peter Byrne/PA via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Byrne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VDVTWNFZMK6OIPVEQ5QUDPYCU.jpg?auth=75bc46b3ebd3d0c5e4680cb366838c1337ae3ce0eb2bf767bc158339e1507f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria step out to announce his resignation to the media outside 10 Downing Street in London, Monday, June 22, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTO2FFTE2TSQDYJW7V6TMGHDIA.jpg?auth=d405f6839a45b1221d0f5b0458d94c755c234e2473980ba8b0ceca99b0bf0813&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British Prime Minister Keir Starmer speaks to members of the media in Rome, Sept. 16, 2024. (Phil Noble/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Noble</media:credit></media:content></item><item><title><![CDATA[Trump-endorsed de la Espriella holds slim lead in Colombia's election as his rival challenges vote]]></title><link>https://www.local10.com/news/world/2026/06/22/trump-endorsed-de-la-espriella-holds-slim-lead-in-colombias-election-as-his-rival-challenges-vote/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/trump-endorsed-de-la-espriella-holds-slim-lead-in-colombias-election-as-his-rival-challenges-vote/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — Conservative political outsider Abelardo de la Espriella held a razor-thin lead Monday after Colombia’s deeply polarized presidential runoff, which is being challenged by the ruling party’s progressive candidate.]]></description><pubDate>Mon, 22 Jun 2026 14:16:40 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — Conservative political outsider Abelardo de la Espriella held a razor-thin lead Monday after Colombia’s deeply polarized presidential runoff, which is being challenged by the ruling party’s progressive candidate.</p><p>De la Espriella, a business owner and lawyer who earned U.S. President Donald Trump’s endorsement despite never having run for office, led progressive lawmaker Iván Cepeda, taking 49.7% of the votes, with 99.9% of results released by electoral authorities. Cepeda, Petro’s ally, earned 48.7% support. Election officials have not formally announced a winner.</p><p>A victory by de la Espriella is expected to usher in policies that will reverse the agenda of outgoing President Gustavo Petro, including a controversial plan to hold parallel peace negotiations with illegal armed groups. Cepeda, Petro's protégé, had pledged to push forward that strategy and other social reforms if he won Sunday's vote.</p><p>The election was colored by people's fears of a renewed internal conflict.</p><p>“I will govern for all Colombians," de la Espriella, nicknamed “The Tiger,” told thousands of supporters as he stood behind bulletproof glass in the northern city of Barranquilla on Sunday night. But his conciliatory tone changed as he spoke.</p><p>“Pack your bags and prepare to exercise the opposition,” he added. “Make no mistake, Mr. Cepeda. You already know how fiercely the tiger roars.”</p><p>Progressive candidate calls count 'unofficial and nonbinding'</p><p>Meanwhile, Cepeda told supporters in the capital, Bogota, that his campaign considered the count “unofficial and non-binding” and that his team will challenge results from more than 30,000 voting stations. No recount has flipped the results of a presidential election in Colombian history.</p><p>“We will not allow democracy to be violated,” Cepeda said.</p><p>Petro also vowed to challenge the outcome. Sunday’s winner will begin a four-year term Aug. 7.</p><p>People in the western city of Cali protested hours after results became public. The vote count showed that the municipality that includes the city favored Cepeda with 59.64%.</p><p>Authorities there said demonstrators damaged a public transportation bus, several surveillance cameras and an ATM. They said four police officers were also injured and two demonstrators were arrested.</p><p>The two candidates pitched voters widely different strategies to prevent the South American country from experiencing the nonstop violence, such as car bombs, kidnappings, disappearances and forced displacements, that Colombians lived with in previous decades.</p><p>De la Espriella, 47, promised a heavy-handed approach to crime-fighting, including drug trafficking. He also said he plans to end Petro’s attempts to establish dialogues with multiple armed groups — an effort that has largely failed — and build mega-prisons, emulating Salvadoran President Nayib Bukele's aggressive policies. Those tactics have lowered homicide rates in the Central American country but have fueled accusations of human rights abuses.</p><p>De la Espriella holds dual Colombian and U.S. citizenship. He's a Trump supporter and a member of the Republican Party.</p><p>“He Won, BIG!” Trump said on his social media platform.</p><p>‘It’s always the same violence'</p><p>Yolanda Hernández, who recycles trash for a living, voted for Petro in 2022, but cast her ballot for de la Espriella this time. While she acknowledged that Petro was unable to deliver on promises meant to help the poor because of congressional gridlock, she said Colombia cannot afford another four years under his vision for the country.</p><p>“We want change in Colombia because it’s always the same violence, always the same thing,” Hernández, 49, said. “(Petro) said he was going to lower the cost of services, that he was going to lower the price of food, and everything is more expensive.”</p><p>Will Freeman, a fellow for Latin American Studies at the Council on Foreign Relations, said Sunday's result shows the country “has not shifted overwhelmingly or decisively” against Petro's project or for de la Espriella's outsider “iron fist showmanship.” Freeman added that the result also underscored Colombia's regional divisions.</p><p>“It’s regional not just ideological polarization; or rather, the two overlapping,” he said. “Ironically, de la Espriella's iron-fist message performed best in the core of the country, not the periphery, which bears the brunt of Colombia’s violence.”</p><p>Colombia’s illegal groups have more than 27,000 members.</p><p>Last year, authorities recorded 14,780 homicides, the most since at least 2015, driven by clashes among illegal armed groups. Among those killed was conservative presidential hopeful Miguel Uribe.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4R3U56T7QV5IJNJP4D7NXEME74.jpg?auth=187189097f9533012f2807efaf57e272b66e1c596845f0191c1a53c064a1806d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote with his family during the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4AHLOQGF7CVKAR52QIF5HETWJI.jpg?auth=0627f9ec7cda76ea49f64ddeb12afd1b498ab9869e4704bfb7938e4433687ceb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D254R6GCG6QCOV6SK4GVXBGQQ4.jpg?auth=ff37597ff11b51edef7f4ee38d6d9c24228a368419ac96d5b17fd6e660ddee39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter marks his ballot in a classroom decorated with flags of countries participating in the World Cup serving as a polling station during the presidential runoff election in Santander de Quilichao, Colombia, Sunday, June 21, 2026. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ABOSN5MX54IPCGZSBFAF3G2PRI.jpg?auth=50a882e30409ba66639c506b08c019a05d5c84ed6f7ff14f4b2ee50f58df9400&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition embraces his vice-presidential running mate, Aida Quilcue, during an election night appearance after election results showed him trailing in Bogota, Colombia, Sunday, June 21, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA['Have faith': Vozinha's mom speaks out before Cape Verde pulls off another World Cup tie vs. Uruguay]]></title><link>https://www.local10.com/sports/2026/06/21/have-faith-vozinhas-mom-speaks-out-before-cape-verde-pulls-off-another-world-cup-tie-vs-uruguay/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/have-faith-vozinhas-mom-speaks-out-before-cape-verde-pulls-off-another-world-cup-tie-vs-uruguay/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — On Father's Day, Vozinha's mother watched a tie.]]></description><pubDate>Mon, 22 Jun 2026 02:15:42 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — On Father’s Day, Vozinha’s mother watched a tie.</p><p>There were 64,003 people in the stadium for the 2-2 draw between Cape Verde and Uruguay on Sunday night, none of them with a better how-they-got-there story than Ana Candida Evora — the mother of Vozinha, Cape Verde’s goalkeeper.</p><p>Evora arrived in Miami on Friday, reunited with her son over the weekend and watched Sunday’s game from a suite at Miami Stadium. Cape Verde’s storybook ride now has a chance of reaching the knockout stage, depending largely on how its group stage finale against Saudi Arabia goes.</p><p>Cape Verde is one of the absolute feel-good stories of the World Cup, a tiny island nation with two draws in its two matches to this point. Vozinha — whose name is Josimar José Évora Dias — had his mother in the stands Sunday; she was unable to attend Cape Verde’s opening draw against Spain because she couldn’t obtain a visa.</p><p>And even without a win — in fact, her 40-year-old son didn’t even make a save Sunday — her presence makes Cape Verde’s story even better. She waved her country’s flag when it was over, celebrating wildly as her son saluted fans from the field.</p><p>“We have a lot of people working very hard,” Vozinha said.</p><p>Goalkeepers don’t always have to make a save to be effective. Vozinha’s best two plays of the match might not even show up on a stat sheet — he was perfectly positioned on a pair of Uruguay scoring chances in the closing minutes, cutting down angles and forcing shooters to aim at tight spaces. Both shots sailed high, and Vozinha exhaled deeply both times.</p><p>“I want to thank all the fans, everyone who helped in the process, for the support you gave to the team, especially to Cabo Verde,” Evora said Sunday in remarks distributed by FIFA in a video message before the match. “We’re all rooting for Cabo Verde to play well, to shine on the pitch. The players need to have faith and everything will go well.</p><p>“Keep your heads held high, go onto that pitch, push for a goal and you’ll perform beautifully, my boys. A kiss for you, be strong and brave. Blue Sharks!”</p><p>The team is commonly called Tubarões Azuis in Portuguese, which translates to Blue Sharks.</p><p>Evora carried a Cabo Verde flag into the stadium Sunday, her son’s name and jersey number on the back of her shirt, and she was ushered into a suite to watch the contest. Vozinha heard roars from the fans — even with a mostly pro-Uruguay crowd — whenever he was shown on the video screens during warmups, and got perhaps the loudest ovation of any player when starters were introduced.</p><p>Evora’s visa issues — primarily raising the money needed for one — were worked out after the U.S. State Department, FIFA, U.S. lawmakers and Cape Verde’s soccer federation evidently combined efforts and cleared a path for Evora to come to Miami. She arrived Friday afternoon after more than 24 hours of travel from Cape Verde and was immediately surrounded by FIFA officials and volunteers as she made her way through the airport.</p><p>FIFA even hosted her briefly at the organization’s tournament headquarters in Florida over the weekend, officials said Sunday.</p><p>Vozinha had about 50,000 followers on Instagram as the World Cup was starting. He was up to 15 million followers by game time Sunday after he grabbed the world’s sporting attention by leading Cape Verde to a scoreless draw against Spain — one of the pretournament favorites to win the title.</p><p>That means he gained about 30 followers every second from the end of the Spain match to the start of the one against Uruguay.</p><p>He went viral after that match against Spain with tearful comments, wishing that his late grandparents could have seen him play in the World Cup and that his mother’s visa issues had been resolved in time to be there. That sparked an immediate effort to find ways for Evora to get to the U.S. for the tournament.</p><p>And the tie, combined with a story of a goalie and his mom, brought attention onto Cape Verde’s soccer team like never before. A showdown with the Saudis awaits Friday in Houston and it’s possible that, if Cape Verde advances, it could be back in Miami Gardens for a round-of-32 game — potentially against Lionel Messi and defending World Cup champion Argentina.</p><p>“When you dream of something, something can happen,” Cape Verde defender Pico Lopes said.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded></item><item><title><![CDATA[Crash shuts down eastbound Griffin Road in Cooper City ]]></title><link>https://www.local10.com/news/local/2026/06/21/crash-shuts-down-eastbound-griffin-road-in-cooper-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/crash-shuts-down-eastbound-griffin-road-in-cooper-city/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description></description><pubDate>Mon, 22 Jun 2026 03:55:54 +0000</pubDate><content:encoded><![CDATA[<p>A car crash blocked the eastbound lanes of Griffin Road on Sunday night in Cooper City.</p><p>Deputies and fire rescue personnel responded to the 8700 block of Griffin Road.</p><p>At least one person was injured and needed hospital attention, according to fire rescue personnel. </p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3584.060023203169!2d-80.26256409999999!3d26.0642947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9a86ce17645fb%3A0x1ffcc71871aa30d3!2s8700%20Griffin%20Rd%2C%20Cooper%20City%2C%20FL%2033328!5e0!3m2!1sen!2sus!4v1782100558079!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[China hits back at US sanctions on tech giants, restricting its exports to American defense firms]]></title><link>https://www.local10.com/news/world/2026/06/22/china-hits-back-at-us-sanctions-on-tech-giants-restricting-its-exports-to-american-defense-firms/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/china-hits-back-at-us-sanctions-on-tech-giants-restricting-its-exports-to-american-defense-firms/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — China on Monday announced sanctions on 10 American military-related companies in response to a recent U.S. move that bars some leading Chinese tech companies from defense contracts.]]></description><pubDate>Mon, 22 Jun 2026 06:35:18 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China on Monday announced sanctions on 10 American military-related companies in response to a recent U.S. move that bars some leading Chinese tech companies from defense contracts.</p><p>The Commerce Ministry said that Chinese companies would be blocked from exporting “dual-use” items to the 10 companies, which include military drone makers and some involved in rare earth mining. Dual use refers to goods that can have military as well as non-military applications.</p><p>The ministry said the export ban was both to safeguard China’s national security and in response to what it called the U.S. government’s “wrongful expansion of its so-called List of Chinese Military Companies.”</p><p>George Chen, partner for Greater China at the advisory firm The Asia Group, said the ban was an unsurprising and proportionate response to the U.S. restrictions.</p><p>“Most of them are U.S. defense industry players or they have close connections with the U.S. government for contracts and other reasons,” he said. “Those companies are not going to do business in China, so the impact will be quite symbolic.”</p><p>Separately, the Finance Ministry said that government entities would be prohibited from buying products from 46 American companies including multiple units of Lockheed Martin, Raytheon and General Dynamics. A brief statement did not give any reason for the prohibition.</p><p>Earlier this month, the U.S. Defense Department added several tech companies including Alibaba and Baidu to its list of firms that it says have links to the Chinese military. Baidu said the suggestion that it is a military company is “totally baseless.”</p><p>The designation prevents them from getting U.S. military contracts.</p><p>The Commerce Ministry said at the time that the American sanctions run counter to the consensus that Chinese leader Xi Jinping and U.S. President Donald Trump reached during Trump's visit to China in May.</p><p>In Monday's announcement, the ministry said that companies or individuals in third countries are prohibited from transferring dual-use items from China to the sanctioned American firms. It also said that Chinese companies could apply for export approval for goods that are “genuinely necessary.”</p><p>The 10 companies are AVEOX in Simi Valley, California; Red Cat Holdings and Teal Drones, both in South Salt Lake, Utah; IMSAR in Springville, Utah; Jaia Robotics in Bristol, Rhode Island; Ball Aerospace & Technologies in Broomfield, Colorado; Oshkosh Defense in Oshkosh, Wisconsin; L3Harris Maritime Services in Norfolk, Virginia; MP Materials in Las Vegas; and USA Rare Earth in Stillwater, Oklahoma.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JVKT5ST4QQDDWYYB2KZZUFO2SM.jpg?auth=63b20a5bb7c7e7317383a421015b6f3f708b40eed559aa4f70ac96ca991c0cee&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. and Chinese flag at the Great Hall of the People prior to the state dinner of President Donald Trump and Chinese President Xi Jinping on May 14, 2026, in Beijing. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[US strike on an alleged drug boat kills 2, leaves 6 survivors, in the eastern Pacific Ocean]]></title><link>https://www.local10.com/news/world/2026/06/21/us-strike-on-an-alleged-drug-boat-kills-2-leaves-6-survivors-in-the-eastern-pacific-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/21/us-strike-on-an-alleged-drug-boat-kills-2-leaves-6-survivors-in-the-eastern-pacific-ocean/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military has conduced another strike against a boat accused of smuggling drugs in the eastern Pacific Ocean on Thursday, immediately killing two people and leaving six survivors amid an ongoing campaign against alleged traffickers in Latin America.]]></description><pubDate>Mon, 22 Jun 2026 03:36:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military has conduced another strike against a boat accused of smuggling drugs in the eastern Pacific Ocean on Thursday, immediately killing two people and leaving six survivors amid an ongoing campaign against alleged traffickers in Latin America.</p><p>The latest attack — which now number at more than 60 — brings the number of people who have been killed in boat strikes by the U.S. military to more than 210 people since the Trump administration began targeting those it calls “narcoterrorists” in early September.</p><p>It is unclear if the survivors of this strike were rescued. In this case, and the strike on June 16 that left two survivors, U.S. Central Command said that they notified the U.S. Coast Guard. The US Coast Guard said they suspended their search for survivors for the June 16 strike a day later with “no signs of survivors or debris” but had no comment on the current strike.</p><p>As with most of the military’s statements on strikes in the eastern Pacific Ocean and Caribbean Sea, U.S. Southern Command said it targeted the alleged drug traffickers along known smuggling routes. The military did not provide evidence that the vessel was ferrying drugs.</p><p>A black and white video posted on X showed a boat speeding through the water before being struck by a visible projectile and then bursting into flames.</p><p>President Donald Trump has said the U.S. is in “armed conflict” with cartels in Latin America and has justified the attacks as a necessary escalation to stem the flow of drugs into the United States and fatal overdoses claiming American lives. But his administration has offered little evidence to support its claims of killing “narcoterrorists.”</p><p>Critics of the strikes have questioned the overall legality as well as their effectiveness. Part of the argument has been that the fentanyl behind many fatal U.S. drug overdoses is typically trafficked over land from Mexico, where it is produced with chemicals imported from China and India.</p><p>On Thursday, U.S. lawmakers demanded that the Pentagon release “unedited video” of the very first strike that the military conducted after reports emerged that the U.S. chose to conduct a follow-up strike on survivors of its initial attack.</p><p>Two men on the boat initially survived the attack that killed nine others, and they were clinging to the wreckage when the vessel was struck again, killing them. The White House confirmed the follow-up strike, insisting it was done “in self-defense” to ensure the boat was destroyed and in accordance with the laws of armed conflict.</p><p>But some legal scholars said a second strike killing survivors would have been illegal under any circumstance, armed conflict or not.</p><p>The Pentagon’s watchdog said in May that it planned to look into whether the U.S. military followed an established targeting framework when carrying out the strikes. However, the evaluation is focused specifically on what’s known as the six-phase Joint Targeting Cycle and not on the legality of the strikes, the inspector general’s office said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTWUGCJY5EBUJTIHKJLP5MJ4Y.jpg?auth=72c0a75d2e94510fa9967864bd1acdc3ba21de3f8bdf7f85dc88cd289fd14151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is viewed from the window of an airplane Aug. 27, 2023, in Washington. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win ]]></title><link>https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Colombians made history on Sunday as they voted for the country’s 48th president in a runoff election between left-wing candidate Iván Cepeda and right-wing candidate Abelardo de la Espriella.]]></description><pubDate>Sun, 21 Jun 2026 22:03:37 +0000</pubDate><content:encoded><![CDATA[<p>Colombians made history on Sunday as they voted for the country’s 48th president in a runoff election between left-wing candidate Iván Cepeda and right-wing candidate Abelardo de la Espriella.</p><p>With 99.99% of polling stations, 49.66% of the votes were for De La Espriella, 47, and 48.7% of the votes were for Cepeda, 63, <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">according</a> to the Colombian National Registry’s latest report. </p><p>U.S. Secretary of State Marco Rubio released <a href="https://x.com/SecRubio/status/2068851809440116849" target="_self" rel="" title="https://x.com/SecRubio/status/2068851809440116849">a statement</a> congratulating De La Espriella, whom he described as Colombia’s new president-elect. </p><p>“The Trump Administration looks forward to working closely with your incoming administration to advance regional security cooperation, end illegal immigration to the United States, and strengthen our economic ties,” Rubio wrote to De La Espriella <a href="https://x.com/SecRubio/status/2068851809440116849" target="_self" rel="" title="https://x.com/SecRubio/status/2068851809440116849">on X</a>. “Colombia’s best days are ahead.”</p><p><a href="https://www.eltiempo.com/" target="_self" rel="" title="https://www.eltiempo.com/">El Tiempo</a>, the newspaper with the largest circulation in the country, declared: “Abelardo de la Espriella, President of Colombia, after winning the preliminary count; the National Registry confirms the robustness of the results.” </p><p><b>Related story</b>: <a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></p><p>There were <a href="https://puestosdevotacionexterior.cancilleria.gov.co/" target="_self" rel="" title="https://puestosdevotacionexterior.cancilleria.gov.co/">more than 250</a> precincts for the <a href="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing" target="_self" rel="" title="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing">Colombian diaspora</a> worldwide. In South Florida, Colombian voters cast their ballots in Coral Gables, Kendall, Hialeah, Coral Springs, and Weston. </p><p>“From the United States Congress, we congratulate the next President of the sister Republic of Colombia,” U.S. Rep. Carlos Giménez, a supporter of De La Espriella, <a href="https://x.com/RepCarlos/status/2068822796767998222" target="_self" rel="" title="https://x.com/RepCarlos/status/2068822796767998222">wrote on X</a>. </p><p>U.S. President Donald Trump endorsed De La Espriella, a defense attorney and businessman who campaigned as “The Tiger,” and who is a fan of Salvadoran President Nayib Bukele.</p><p>“Today, democracy wins,” De La Espriella told reporters in Spanish after he voted in Barranquilla.</p><figure><img src="https://www.local10.com/resizer/v2/2E3SYCTQLCTF256WVMNZWADK6I.jpg?auth=f76682ba981a6edf4f9aadcb875211f050a4d7d1c8e0eac50fd50c48ff26eb06&smart=true&width=1200&height=900" alt="Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition waves after voting in the runoff election in Bogota, Colombia, Sunday, June 21, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition waves after voting in the runoff election in Bogota, Colombia, Sunday, June 21, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><p>Colombian President Gustavo Petro, whose four-year term ends on Aug. 7, endorsed Cepeda, a senator who is a political rival of former Colombian President Álvaro Uribe, who served from 2002 to 2010.</p><p>“Let us vote with calm and serenity, and may democracy triumph,” Cepeda told reporters in Spanish after he voted in Bogotá.</p><p>Cepeda campaigned as the candidate who wants to protect the environment, continue negotiations for the surrender of armed groups, and prioritize welfare programs. </p><p>“Neither can be proclaimed president,” Petro wrote<a href="https://x.com/petrogustavo/status/2068822598599737404" target="_self" rel="" title="https://x.com/petrogustavo/status/2068822598599737404"> on X</a> on Sunday evening. “It is the scrutiny that determines who is the president. I obey the judges. Calm among the citizenry, please. Reality gives us a country split down the middle, and foreign interference taking away our freedom.”</p><p>De La Espriella campaigned as the law-and-order candidate who wants to open mega prisons, cut corporate taxes, restart oil exploration and fracking, and cut social spending. </p><p>U.S. Rep. María Elvira Salazar, a supporter of De La Espriella, was in Barranquilla on Sunday. </p><p>“We want a prosperous Colombia,” Salazar told reporters <a href="https://x.com/UltimaHoraCR/status/2068795508353564721" target="_self" rel="" title="https://x.com/UltimaHoraCR/status/2068795508353564721">in Spanish</a>. She later wrote a congratulatory message <a href="https://x.com/RepMariaSalazar/status/2068834620683039056" target="_self" rel="" title="https://x.com/RepMariaSalazar/status/2068834620683039056">on X</a>:“Colombians wrote a new page in the history of their country and sent a clear message: freedom, security, and opportunities remain stronger than the ideas that have failed in our hemisphere. The best is yet to come.”</p><p>Venezuelan opposition leader and Nobel Peace Prize-winner María Corina Machado issued a congratulatory message to De La Espriella <a href="https://x.com/MariaCorinaYA/status/2068840348743262231" target="_self" rel="" title="https://x.com/MariaCorinaYA/status/2068840348743262231">on X</a>.“Colombia has spoken with strength, hope, and determination, reaffirming its commitment to freedom, democracy, and peace,” Machado wrote. “May God bless Colombia in this new stage. We know that we will have a great ally in the democratic transition of Venezuela.”</p><p>More than 41 million Colombians were eligible to vote, and over 26 million cast their ballots on Sunday, <a href="https://resultados.registraduria.gov.co/v2/resumen/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resumen/0/00/">according</a> to Colombian officials’ data. </p><p>“Congratulations to the Colombian people! Today they saved their country from a catastrophe,” U.S. Rep. Mario Díaz-Balart wrote <a href="https://x.com/MarioDB/status/2068874127054623018" target="_self" rel="" title="https://x.com/MarioDB/status/2068874127054623018">on X</a>. </p><p>The precincts in South Florida opened at 8 a.m. and closed at 4 p.m. Some voters carried flags, some wore their team’s yellow FIFA World Cup 2026 soccer jerseys, and some wore white to symbolize peace. </p><p>In Miami-Dade County, there were three precincts at the <a href="https://www.local10.com/news/politics/2026/06/11/consulate-general-of-colombia-in-miami-makes-changes-in-coral-gables-ahead-of-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/11/consulate-general-of-colombia-in-miami-makes-changes-in-coral-gables-ahead-of-election/">University of Miami’s Watsco Center</a>, Miami Dade College’s Kendall campus gymnasium, and the Milander Center for Arts and Entertainment.</p><p>In Broward County, there were two precincts at Coral Springs High School and Cypress Bay High School’s gymnasium. </p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes when he qualified for the runoff against Cepeda, who had 40.91% of the votes. About 70% of the voters in the U.S. chose De La Espriella <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>.</p><p>For information about the election’s results, <a href="https://resultados.registraduria.gov.co/v2/espera" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/espera">visit this page</a>. </p><p><b>Related reporting</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Panthers acquire Brady Tkachuk from Senators in blockbuster deal ]]></title><link>https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[Father’s Day proved to be a busy day across the Florida Panthers organization.]]></description><pubDate>Mon, 22 Jun 2026 02:10:43 +0000</pubDate><content:encoded><![CDATA[<p>Father’s Day proved to be a busy day across the Florida Panthers organization.</p><p>It began with Florida acquiring Tampa Bay’s first-round selection (previously acquired by Seattle) and a 2027 second-round selection (previously acquired by Seattle) from the Seattle Kraken in exchange for forward Mackie Samoskevich. </p><p>It ended with the Panthers finalizing a trade for forward Brady Tkachuk from the Ottawa Senators in exchange for three first-round draft picks and one second-round pick, allowing him to team up with his brother Matthew in Sunrise.</p><p>Ottawa receives Florida’s 2026 first-round pick (No. 9 overall), Tampa Bay’s 2026 first-round pick (No. 25 overall, previously acquired from Seattle by Florida), Florida’s 2027 second-round pick, and Florida’s 2029 first-round pick, which is top-10 protected.</p><p>“Brady is a dynamic competitor and one of the most physical and relentless forwards in the league,” Panthers President of Hockey Operations and general manager Bill Zito said Sunday. </p><p>“A proven leader and exactly the type of player we want in our locker room, he strives to make everyone around him better, both on and off the ice. We’re thrilled to welcome Brady to South Florida to join our group as we continue our pursuit of championship hockey,” Zito added.</p><p>Originally drafted by Ottawa in the first round (No. 4 overall) of the 2018 NHL Draft, Tkachuk, 26, played in 60 games last season with the Senators, recording 22 goals and 37 assists.</p><p>On the international stage, Brady, alongside Matthew, helped lead the United States to a gold medal at the 2026 Olympic Winter Games Milano Cortina.</p><p>The 2025-26 season was one to forget for the Panthers, a season defined by injuries to key players - notably captain Aleksander Barkov - and missing the playoffs for the first time in the Paul Maurice era.</p><p><a href="https://www.espn.com/nhl/story/_/id/49138139/panthers-acquire-brady-tkachuk-senators-sources-say" target="_self" rel="" title="https://www.espn.com/nhl/story/_/id/49138139/panthers-acquire-brady-tkachuk-senators-sources-say">According to ESPN’s Emily Kaplan</a>, “Tkachuk and the Senators had insisted that he was committed to the team, and he reiterated that sentiment as recently as April, when Ottawa’s season ended.”</p><p>“This was not a decision we took lightly, but ultimately, we did what we felt was best for the long-term future of our hockey club,” Ottawa general manager Steve Staios said in a press release.</p><p>Zito brought Matthew to Sunrise in a stunning trade in July 2022 from the Calgary Flames, and he guided the Panthers to consecutive Stanley Cup championships in 2023-24 and 2024-25.</p><p>When the 2026-27 season opens in October, the Panthers will aim for their third Stanley Cup in five seasons.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QWAU7XMGW4GXARKZQ5MOPOVV2E.jpg?auth=1a393eac58ca6873ed4f443d21e1cdc1fd763563dbb22e616e5db2a38038ffcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Brady Tkachuk (7) and Matthew Tkachuk (19) celebrate after the United States' win over Canada in the men's ice hockey gold medal game at the 2026 Winter Olympics in Milan, Italy, Feb. 22, 2026. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark quiets a US Open crowd that rooted for him to lose]]></title><link>https://www.local10.com/sports/2026/06/21/wyndham-clark-quiets-a-us-open-crowd-that-rooted-for-him-to-lose/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/wyndham-clark-quiets-a-us-open-crowd-that-rooted-for-him-to-lose/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[Wyndham Clark heard it all day from the Shinnecock Hills crowd. Fans shouted for his golf ball to go in the bunker and the rough. One was ejected after yelling: “Don’t choke, Wyndham!”]]></description><pubDate>Mon, 22 Jun 2026 03:00:41 +0000</pubDate><content:encoded><![CDATA[<p>Wyndham Clark heard it all day from the Shinnecock Hills crowd. Fans shouted for his golf ball to go in the bunker and the rough. One was ejected after yelling: “Don’t choke, Wyndham!”</p><p>He quieted them with a 52-foot putt to tap-in range for his second U.S. Open title in four years, avoiding the worst collapse in tournament history after his six-stroke lead dwindled to one.</p><p>Oh, how this anybody-but-Wyndham crowd would've relished that.</p><p>New York loves a winner, but the one these fans really wanted to see on Sunday was Scottie Scheffler, who was chasing the career Grand Slam, or Sam Burns, who lost by a stroke. Not Clark.</p><p>Call it backlash for him damaging a locker in a fit of rage at Oakmont Country Club while missing the cut last year in the U.S. Open. Or for saying on TV that being surrounded by kids playing in the Masters Par 3 Contest was “great birth control." Or even for winning his first U.S. Open title in 2023 over fan favorites Rory McIlroy and Rickie Fowler.</p><p>Or maybe the folks spending their Father's Day at Shinnecock just wanted to see a little drama after Clark built leads of two, four and six strokes after each of the first three days.</p><p>“Man, they definitely didn’t want me to win,” Clark said.</p><p>On Saturday, he complained that fans had largely deserted the course by the time he was finishing his third round. On Sunday, he might’ve wished they had stayed home.</p><p>It's rare for a golfer in the lead at a major championship — or any golfer for that matter — to be the subject of such derision. It happened to McIlroy at the Ryder Cup last September at Bethpage Black, also on Long Island, but that was a team competition. McIlroy was the star of the winning European side and U.S. fans went overboard in letting him have it.</p><p>Clark said he tried to see himself in an “underdog” role on Sunday, as he did in 2023.</p><p>“Anytime someone said something negative to me, I replaced it with something positive,” Clark said. “Some of it’s self-deserved. I kind of brought it on myself, but I also get it, too. Scottie was going for the career Grand Slam, and it hasn’t happened very often.”</p><p>Even so, the animosity appeared to rattle Clark early in his round. He bogeyed the second, sixth and seventh holes as fans threw their support behind Scheffler. They cheered Clark's mistakes while showering Scheffler with affection — even serenading the four-time major champion, who turned 30 on Sunday, with “Happy Birthday."</p><p>It was “Get in the bunker!” for Clark and “We love you Scottie!” for Scheffler, who tied for fourth at even par.</p><p>“You like seeing the fans cheer for you. I think sometimes it can get a little too much when, you know, balls are kind of going off greens and you start hearing cheers,” Scheffler said. “That felt a bit much to me.”</p><p>Anti-Clark fans cheered when he flared a shot under a pair of trash containers on the fourth hole and again when his shot on the seventh hole landed in a bunker.</p><p>“Wyndham gonna lose 'em,” a man said as Clark walked to his ball on 10.</p><p>“Get in the fescue!” a fan yelled after he teed off on 13. When his second shot landed on a precarious part of the green, the crowd chanted “Go! Go! Go!” and gleefully roared as the golf ball rolled off the back.</p><p>Clark won over the crowd, at least for a moment, on the 16th hole — punching out from the tall grass and pumped his fist after nailing a 24-foot birdie putt to go to 5-under par. For the moment, he held a two-stroke lead and the crowd's hopes of a different winner were fading.</p><p>But the taunts returned on the next hole as Clark backed off of his 8-foot par putt and then missed it. As Clark walked to the 18th tee, scratching his head with his hat in hand, a fan in the grandstand sang “Under Pressure."</p><p>“Yeah, it was tough, but I’m proud of myself that I battled through,” Clark said. “I mean, things really could have gotten away from me. I stood tough. Yeah, I would have liked to have won by more, but as long as you win, it doesn’t matter.”</p><p>___</p><p>Associated Press writers Doug Ferguson and Eddie Pells contributed to this report.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWFRECZMZBKVSQGJS6AMWC6J5E.jpg?auth=241909fa27c0c1c74b0875ee683fb95d1415408062f3083611eb1f515baeb491&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark reacts to his shot on the ninth hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWYEGBMOFVSC3KWBM4EVWWG7AM.jpg?auth=09237d4227f274922c481ebf546d77ed04d86f207bc7e800435befddf53f0a81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark greets fans during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IRP7547WY4ULTXX2ZRC46Z5W3U.jpg?auth=0eefdd84f19e0125231db2bb4c70cf4c65b49f17afabdaf29f9adcfb56373b81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark hits from the bunker on the eighth hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YYEG7H4OOQWK5LPTF4GJFOPVOU.jpg?auth=757caa0748250c113b9982e2bf11e9d332b9b8e08d453467e2d0fc1c4b7c7f27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates after a birdie on the 16th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count]]></title><link>https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[During a speech on Sunday night in Bogotá, Colombian presidential candidate Iván Cepeda said the preliminary vote count result was “not official or binding” and vowed “to challenge” it. ]]></description><pubDate>Mon, 22 Jun 2026 01:00:43 +0000</pubDate><content:encoded><![CDATA[<p>During a speech on Sunday night in Bogotá, Colombian presidential candidate Iván Cepeda said the preliminary vote count result was “not official or binding” and vowed “to challenge” it. </p><p>With 99.99% of the precincts counted, 48.7% of the votes were for Cepeda and 49.66% were for Cepeda’s right-wing opponent, Abelardo de la Espriella, <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">according</a> to the Colombian National Registry.</p><p>Colombian President Gustavo Petro, whose four-year term ends on Aug. 7, also contested the election results. </p><p>“Neither can be proclaimed president. It is the scrutiny that determines who is the president. I obey the judges. Calm among the citizenry, please,” Petro wrote on X. “Reality gives us a country split down the middle, and foreign interference taking away our freedom. A National Agreement is imposed if we want to maintain the Homeland and peace in the years to come.”</p><p>In Bogotá, Edwin Dario Camacho, of The Permanent Conference of Political Parties of Latin America and the Caribbean, was concerned.</p><p>“The message must always be one of unity — that once election day is over, the result must be respected," Camacho said in Spanish. </p><p>Sergio Fajardo, a former mayor of Medellin and a former presidential candidate, released a statement recognizing De La Espriella as the new president-elect.</p><p>“The voting outcome makes clear an indisputable reality: Colombia is deeply divided. Recognizing and accepting this reality is the first great responsibility of the president-elect,” Fajardo wrote <a href="https://x.com/sergio_fajardo/status/2068876874487357541" target="_self" rel="" title="https://x.com/sergio_fajardo/status/2068876874487357541">on X</a>. “This is the moment for leaders’ serenity, starting with President Petro, to call for common sense and prevent the division from turning into violence. It is also our collective responsibility to disarm spirits. The path to reconciliation must begin tonight.” </p><p>Cepeda, 63, a senator and human rights advocate, campaigned as the candidate who wants to protect the environment, continue negotiations for the surrender of armed groups, and prioritize welfare programs. </p><p>De La Espriella, 47, a defense attorney and businessman who campaigned as “The Tiger” with the endorsement of U.S. President Donald Trump, declared his victory on Sunday. </p><p>Rosalina Prieto, who lives in Bogotá, said she voted for Cepeda because De La Priella is an outsider. Victor Hernandez, who also lives in Bogotá, said he voted for De La Espriella because he wants subsidies to end.</p><p>As the law-and-order candidate, De la Espriella said he wants to open mega prisons, cut corporate taxes, restart oil exploration and fracking, and cut the spending on the government’s social programs. </p><p>“Today, democracy wins,” De La Espriella told reporters in Spanish after he voted in Barranquilla.</p><p>More than 41 million Colombians were eligible to vote, and over 26 million cast their ballots on Sunday, <a href="https://resultados.registraduria.gov.co/v2/resumen/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resumen/0/00/">according</a> to the Colombian registry’s data on the election results. </p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes, and Cepeda had 40.91% of the votes. About 70% of the voters in the U.S. chose De La Espriella then.</p><p><b>Related reporting</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HAH2DNXQCW3MUBXVLXDLMR4LWI.jpg?auth=24c0b1cebc96e54204114e7a1c974ed6a27c95181ef64b0b8570e3284ac35622&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Iván Cepeda, de la coalición gobernante Pacto Histórico, muestra sus papeletas marcadas durante la segunda vuelta electoral en Bogotá, Colombia, el domingo 21 de junio de 2026. (Foto AP/John Vizcaino)]]></media:description><media:credit role="author" scheme="urn:ebu">John Vizcaino</media:credit></media:content></item><item><title><![CDATA[Drunken driver, 74, had headlights off before killing 1 in Stirling Road crash, police say]]></title><link>https://www.local10.com/news/local/2026/06/21/drunken-driver-74-had-headlights-off-before-killing-1-in-stirling-road-crash-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/drunken-driver-74-had-headlights-off-before-killing-1-in-stirling-road-crash-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 74-year-old drunken driver killed a person in a crash in Davie on June 11, leading to his arrest on Friday, according to the city’s police department.]]></description><pubDate>Sun, 21 Jun 2026 17:37:00 +0000</pubDate><content:encoded><![CDATA[<p>A 74-year-old drunken driver killed a person in a crash in Davie on June 11, leading to his arrest on Friday, according to the city’s police department.</p><p><a href="https://www.local10.com/espanol/2026/06/21/conductor-ebrio-de-74-anos-mata-a-una-persona-en-choque-en-davie/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/21/conductor-ebrio-de-74-anos-mata-a-una-persona-en-choque-en-davie/"><b>Leer en español</b></a></p><p>The crash happened in the 8100 block of Stirling Road.</p><p>Authorities said the victim, whose name was not publicly released, was trying to make a left turn into the Home Depot at University Creek Plaza when Joseph Anthony Ciavarella hit him or her.</p><p>Davie police said its investigators determined that Ciavarella was intoxicated and driving without his headlights at the time of the crash.</p><p>Authorities said they obtained an arrest warrant and took Ciavarella into custody on Friday.</p><p>He faces several charges, including DUI manslaughter and vehicular homicide.</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[Deputies search for 12-year-old girl who vanished in North Lauderdale]]></title><link>https://www.local10.com/news/local/2026/06/21/deputies-search-for-12-year-old-girl-who-vanished-in-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/deputies-search-for-12-year-old-girl-who-vanished-in-north-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies asked the public for help with finding a 12-year-old girl who vanished on Sunday morning in North Lauderdale. ]]></description><pubDate>Sun, 21 Jun 2026 20:00:52 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies asked the public for help with finding a 12-year-old girl who vanished on Sunday morning in North Lauderdale. </p><p><a href="https://www.local10.com/espanol/2026/06/21/buscan-a-nina-de-12-anos-desaparecida-en-north-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/21/buscan-a-nina-de-12-anos-desaparecida-en-north-lauderdale/"><b>Leer en español</b></a></p><p>Kimora McMinns was last seen at about 7 a.m. at the 6800 block of Southwest 17th Street, according to BSO deputies. </p><p>Kimora, who is about 5 feet 4 inches tall and weighs about 140 pounds, has black hair and brown eyes, and was wearing black shorts, a black shirt, pink sandals, and a black and purple bonnet, according to deputies. </p><p>Deputies asked anyone with information about Malaysia’s whereabouts to call Detective Chris Blankenship at 954-321-4268.</p><p><b>Related story:</b> <a href="https://www.local10.com/news/local/2026/06/18/teenage-girl-vanished-3-days-ago-in-tamarac-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/18/teenage-girl-vanished-3-days-ago-in-tamarac-deputies-say/">Teenage girl vanished 3 days ago in Tamarac, deputies say </a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VY33LEKEQFCE3JLU3OH65GA3EA.jpg?auth=c5ed09cb9b583174a5c61446ad685b114d4db0b78221f68e5b9b1203cc5f7e7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man suffers stab wounds in Tamarac, deputies say ]]></title><link>https://www.local10.com/news/local/2026/06/21/man-suffers-stab-wounds-in-tamarac-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/man-suffers-stab-wounds-in-tamarac-deputies-say/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A man suffered stab wounds on Sunday in Tamarac, according to deputies.]]></description><pubDate>Mon, 22 Jun 2026 01:27:37 +0000</pubDate><content:encoded><![CDATA[<p>A man suffered stab wounds on Sunday in Tamarac, according to deputies. </p><p><a href="https://www.local10.com/espanol/2026/06/21/pleito-sangriento-en-un-7-eleven-de-tamarac-deja-un-apunalado/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/21/pleito-sangriento-en-un-7-eleven-de-tamarac-deja-un-apunalado/"><b>Leer en español</b></a></p><p>The victim was near the 4900 block of North State Road Seven, according to Claudinne Caro, a spokeswoman for the Broward Sheriff’s Office. </p><p>“The preliminary information revealed a physical altercation occurred between two men,” Caro said in a statement. </p><p>There was blood on the floor at the 7-Eleven at 4999 West Commercial Boulevard. </p><p>Broward Sheriff’s Office deputies and Tamarac Fire Rescue personnel responded after dispatch received a report at 1:55 p.m., according to Caro. </p><p>“Paramedics transported the man to a local hospital with serious injuries,” Caro said in a statement. </p><p><i>Local 10 News Photojournalist Avi Robledo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Video shows hate crime targeting Jewish Miami-Dade resident, authorities say]]></title><link>https://www.local10.com/news/local/2026/06/21/video-shows-hate-crime-targeting-jewish-miami-dade-resident-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/video-shows-hate-crime-targeting-jewish-miami-dade-resident-authorities-say/</guid><dc:creator><![CDATA[Rosh Lowe, Amanda Batchelor]]></dc:creator><description><![CDATA[Authorities say surveillance video obtained by Local 10 News shows a hate crime targeting Jewish residents of a northeast Miami-Dade neighborhood.]]></description><pubDate>Sun, 21 Jun 2026 21:31:22 +0000</pubDate><content:encoded><![CDATA[<p>Authorities say surveillance video obtained by Local 10 News shows a <a href="https://www.local10.com/news/local/2026/06/19/mdso-man-19-charged-with-hate-crime-in-liquid-spraying-attack-in-predominantly-jewish-neighborhood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/19/mdso-man-19-charged-with-hate-crime-in-liquid-spraying-attack-in-predominantly-jewish-neighborhood/">hate crime targeting Jewish residents</a> of a northeast Miami-Dade neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/06/21/arrestan-a-joven-por-atacar-con-pistola-de-agua-a-judios-en-miami-dade-lo-juzgaran-como-crimen-de-odio/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/21/arrestan-a-joven-por-atacar-con-pistola-de-agua-a-judios-en-miami-dade-lo-juzgaran-como-crimen-de-odio/"><b>Leer en español</b></a></p><p>According to the Miami-Dade Sheriff’s Office, Amir Ayesh, 19, was arrested after two separate victims were sprayed with an unknown liquid on May 9 by Ayesh, who was passing by them in a black vehicle.</p><p>Detectives said the two incidents occurred within just minutes of each other in the area of Northeast 10th Avenue and 171st Street.</p><p>Authorities said Homeland Security Bureau detectives were able to link Ayesh to both incidents through surveillance video that showed him using a water gun to spray the victims from his car.</p><p>According to Detective Samantha Choon, an arrest warrant was signed on June 11, charging Ayesh with two counts of battery with prejudice, “a felony enhancement under Florida law.”</p><p>She said Ayesh was taken into custody Thursday in Plantation with assistance by the Florida Department of Law Enforcement and the Plantation Police Department.</p><p>He was transported to the Broward County Main Jail and will eventually be transferred to Miami-Dade County.</p><p>“MDSO remains committed to investigating crimes that target individuals based on their race, religion, ethnicity, or other protected characteristics,” Choon said in an email to Local 10 News. </p><p>Ayesh’s arrest comes months after <a href="https://www.local10.com/news/local/2026/02/20/duo-in-bentley-committed-antisemitic-water-gun-attack-in-miami-beach-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/20/duo-in-bentley-committed-antisemitic-water-gun-attack-in-miami-beach-police-say/">two other men were arrested for similar accusations. </a></p><p>In that case, Miami Beach police said Michael Dean Emerson, 19, of Coral Springs, and Dominic Angelo Martinez, 18, of Tamarac, used a water gun to spray a Jewish man on Mid-Beach in January. </p><p>Police said the duo targeted the victim because of his faith. </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[De la Espriella, “El Tigre” sin experiencia política apoyado por Trump que busca gobernar Colombia]]></title><link>https://www.local10.com/espanol/2026/06/21/de-la-espriella-el-tigre-sin-experiencia-politica-apoyado-por-trump-que-busca-gobernar-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/de-la-espriella-el-tigre-sin-experiencia-politica-apoyado-por-trump-que-busca-gobernar-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Abelardo de la Espriella se ha prometido el éxito en cada actividad que ha emprendido. Fue abogado, cantante, empresario de licores. Y ahora está cerca de la presidencia de Colombia.]]></description><pubDate>Mon, 22 Jun 2026 01:17:48 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Abelardo de la Espriella se ha prometido el éxito en cada actividad que ha emprendido. Fue abogado, cantante, empresario de licores. Y ahora está cerca de la presidencia de Colombia.</p><p>En una reñida votación superó en una segunda vuelta al progresista Iván Cepeda, aliado del presidente saliente Gustavo Petro, quien pidió el domingo esperar el escrutinio final antes de proclamar a un ganador.</p><p>Sin experiencia en política, el conservador decidió que su primera aspiración electoral fuera por el cargo más importante del país, convirtiéndose en la sorpresa de la primera vuelta al medirse con políticos experimentados, pero con el decidido apoyo del presidente estadounidense Donald Trump.</p><p>Para ello recogió miles de firmas de ciudadanos que apoyaron su candidatura por el movimiento Defensores de la Patria y rechazó el apoyo explícito de los partidos tradicionales.</p><p>Nació en Bogotá en 1978, pero se crió en la costa Caribe. Se casó con la empresaria Ana Lucía Pineda, con quien tiene cuatro hijos.</p><p>Apodado “El Tigre”, durante la campaña bautizó a sus simpatizantes como su “manada” y pedía que le pusieran “una raya”, en referencia a los votos. La ferocidad de ese felino es la que promete utilizar para combatir a los grupos armados ilegales y los narcotraficantes que azotan al país.</p><p>“Al narcoterrorismo, a quienes he sentenciado y los he declarado objetivo militar, los voy a acabar como unas cucarachas, como unas ratas”, aseguró De la Espriella en entrevista con The Associated Press en la recta final de la campaña.</p><p>De la Espriella, de 47 años, se hizo un nombre como abogado defendiendo clientes de alto perfil como el expresidente Álvaro Uribe (2002-2010) y también polémicos como Alex Saab, un aliado cercano del derrocado presidente venezolano Nicolás Maduro que enfrenta problemas con la justicia estadounidense y a quien dejó de representar hace aproximadamente siete años.</p><p>Simpatía por Bukele, Trump y Milei</p><p>Cuando señalan que su cuidada barba es similar a la del presidente Nayib Bukele, De la Espriella suele aclarar que la usa así por gusto desde mucho antes de que el salvadoreño se hiciera reconocido. Sin embargo, sí dice que construirá 10 “mega cárceles” al estilo de El Salvador, aunque reconoce que Colombia tiene un conflicto armado interno que no se resuelve del mismo modo.</p><p>“El Tigre” también simpatiza con el presidente argentino Javier Milei, quien en su campaña se identificó con un león, especialmente por algunos de sus manejos económicos. ”Estoy convencido de que un león en Argentina y un tigre en Colombia pueden ayudar a construir una Latinoamérica más fuerte”, dijo en un video en redes poco antes del balotaje.</p><p>Es ciudadano estadounidense y miembro del Partido Republicano, según dijo a la AP. Tras recibir el apoyo de Trump —que lo describió como un “líder inteligente, fuerte y duro”— De la Espriella aseguró que tienen valores compartidos y prometió fortalecer la relación bilateral y adherir a la política antidrogas de Trump, incluyendo los bombardeos a embarcaciones que presuntamente trafican drogas.</p><p>Petro ha tenido una relación tensa con el gobierno estadounidense desde la vuelta al poder de Trump por diferencias en temas de migración, seguridad regional y lucha antinarcóticos, la cual mejoró luego de un encuentro en la Casa Blanca en febrero.</p><p>Su postura crítica al gobierno de Petro le ha valido la simpatía de sectores opositores como la reserva militar y los uribistas —la corriente del expresidente Uribe— que ven en su figura la representación de los valores conservadores que defienden.</p><p>Denuncias en su contra</p><p>Cepeda lo denunció ante la fiscalía colombiana y la Corte Penal Internacional por sus presuntos vínculos con grupos paramilitares para que definan si era “financiador o cómplice” de los ilegales que combatían a las guerrillas de izquierda.</p><p>Cepeda señaló que De la Espriella habría creado y liderado una fundación que “múltiples jefes paramilitares indican como organización creada por las Autodefensas Unidas de Colombia con fines políticos”.</p><p>De la Espriella rechazó haber apoyado ilegalmente a los paramilitares y dijo que lo que denunció Cepeda se basa en hechos que ya fueron investigados y cerrados. También ha defendido su participación en una fundación como parte de la comisión civil acompañante del proceso de paz que se llevó a cabo a inicios de los 2000 con los paramilitares.</p><p>En su campaña enfrentó críticas por comentarios a periodistas tildados de machistas, por decir que defendería la democracia “por la razón o por la fuerza” y declararse enemigo de los “señores de la izquierda” a quienes había que “destriparlos”. Luego matizó su discurso diciendo que se refería a una confrontación ideológica en el “marco de la ley”.</p><p>El abogado se precia de tener una vida lujosa y sosegada en Italia, donde vivía hasta antes de ser candidato, que cambió por “servirle a la patria” y que le ha costado vivir rodeado de escoltas y vestir chalecos antibalas por amenazas contra su vida denunciadas en la campaña.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTZSOGSEFAARFXU3BPF2FHJF4E.jpg?auth=a75816d0fe30dde221dd4ae831030f269cad5891bf3e5c12ee3641fd9a950b38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Abelardo de la Espriella, del movimiento opositor Defensores de la Patria, y su compañero de fórmula para la vicepresidencia José Manuel Restrepo viajan en una cabina blindada hacia un mitin de celebración después de que los resultados electorales lo mostraran a la cabeza en Barranquilla, Colombia, el domingo 21 de junio de 2026. (AP Foto/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Qatar says gas export terminal blast killed 13 as workers tried to resume operations]]></title><link>https://www.local10.com/news/2026/06/22/qatar-says-gas-export-terminal-blast-killed-13-as-workers-tried-to-resume-operations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/qatar-says-gas-export-terminal-blast-killed-13-as-workers-tried-to-resume-operations/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — An explosion tore through Qatar's key natural gas export terminal Sunday night as workers tried to resume operations after Iran bombed it during the war, causing a fire that killed at least 13 people and hurt 66 others.]]></description><pubDate>Mon, 22 Jun 2026 14:37:16 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — An explosion tore through Qatar's key natural gas export terminal Sunday night as workers tried to resume operations after Iran bombed it during the war, causing a fire that killed at least 13 people and hurt 66 others.</p><p>The blast at the Ras Laffan industrial area could cause further chaos in global energy markets, as Qatar remains one of the world's top natural gas producers. Qatar shut down its production after Iran's grip on the Strait of Hormuz meant it couldn't get shipments out to clients.</p><p>With Iran loosening its grip as negotiations continue over a permanent end to the war, Qatar began work to try to restart its export terminal. That sparked the explosion and fire at the Barzan gas supply facility, state-run QatarEnergy said.</p><p>“I would like to emphasize that this was an accident and not sabotage or hostile in nature," Energy Minister Saad Sherida al-Kaabi told a news conference Monday afternoon in Doha, Qatar’s capital.</p><p>The minister gave the toll and said the dead came from India and Pakistan. The nationalities of the 66 injured included people from Qatar and a variety of African and Asian nations, al-Kaabi said.</p><p>The scale of the damage remains unknown.</p><p>The Barzan plant had a capacity of almost 1.4 billion standard cubic feet of sales gas per day, which Qatar used primarily for local electricity generation and to power its crucial water desalination plants in the desert reaches of the Arabian Peninsula.</p><p>Qatar owns nearly all of the plant, with a small share also held by ExxonMobil. The oil company did not immediately respond to a request for comment.</p><p>In March, an Iranian missile hit Ras Laffan, sparking a fire that caused “extensive” damage before it was extinguished, authorities said. Qatar had already halted production there because of Iranian attacks.</p><p>Qatar shares its massive offshore natural gas field in the Persian Gulf with Iran. That natural gas production has made Qatar wealthy. It has used that money to raise its profile worldwide through hosting the 2022 FIFA World Cup, creating the Al Jazeera news network and funding its work as an international mediator, including the talks in Switzerland between Iran and the United States.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V4RI5O3XI2V2UGBESR3E5W3BOU.jpg?auth=dd21dec4f8eb5002e6dc2646cfea4ccc2eeeb197b0ede97fbbf4b32dbb3c531b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from Planet Labs PBC shows the Ras Laffan industrial area in Qatar on March 6, 2026. (Planet Labs PBC via AP)]]></media:description></media:content></item><item><title><![CDATA[Arrestan a joven por atacar con pistola de agua a personas judías en Miami-Dade, lo juzgarán como crimen de odio]]></title><link>https://www.local10.com/espanol/2026/06/21/arrestan-a-joven-por-atacar-con-pistola-de-agua-a-judios-en-miami-dade-lo-juzgaran-como-crimen-de-odio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/arrestan-a-joven-por-atacar-con-pistola-de-agua-a-judios-en-miami-dade-lo-juzgaran-como-crimen-de-odio/</guid><dc:creator><![CDATA[Rosh Lowe, Amanda Batchelor]]></dc:creator><description></description><pubDate>Mon, 22 Jun 2026 01:52:17 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades informaron que un video de vigilancia obtenido por Local 10 News muestra un crimen de odio dirigido contra residentes judíos en un vecindario del noreste de Miami-Dade.</p><p>Según la Oficina del Alguacil de Miami-Dade, Amir Ayesh, de 19 años, fue arrestado tras rociar con un líquido desconocido a dos víctimas en incidentes separados el pasado 9 de mayo.</p><p>Ayesh agredió a las personas mientras pasaba junto a ellas a bordo de un vehículo negro. Los detectives detallaron que ambos ataques ocurrieron con pocos minutos de diferencia en la zona de la avenida 10 del noreste y la calle 171.</p><p>Las autoridades indicaron que los detectives de la Oficina de Seguridad Nacional lograron vincular a Ayesh con los dos casos gracias a las imágenes de vigilancia, las cuales revelaron que utilizó una pistola de agua para mojar a las víctimas desde su automóvil. </p><p>De acuerdo con la detective Samantha Choon, el 11 de junio se firmó una orden de arresto que acusa a Ayesh de dos cargos de agresión con prejuicio, lo que representa “un agravante por delito grave bajo la ley de Florida”.</p><p>Choon informó que Ayesh fue detenido el jueves en Plantation con el apoyo del Departamento de Cumplimiento de la Ley de Florida y la Policía de Plantation. El joven fue trasladado a la Cárcel Principal del Condado de Broward y posteriormente será transferido al Condado de Miami-Dade. </p><p>“La Oficina del Alguacil de Miami-Dade mantiene su compromiso de investigar los delitos que atentan contra las personas debido a su raza, religión, origen étnico u otras características protegidas”, expresó Choon en un correo electrónico enviado a Local 10 News.</p><p>El arresto de Ayesh ocurre meses después de la detención de otros dos jóvenes por acusaciones similares. En ese caso previo, la policía de Miami Beach señaló que Michael Dean Emerson, de 19 años y residente de Coral Springs, y Dominic Angelo Martinez, de 18 años y residente de Tamarac, utilizaron una pistola de agua para rociar a un hombre judío en Mid-Beach en enero. La policía afirmó que la dupla atacó a la víctima específicamente por su fe.</p>]]></content:encoded></item><item><title><![CDATA[Iran's challenges at World Cup swirl outside draw with Belgium]]></title><link>https://www.local10.com/sports/2026/06/21/irans-challenges-at-world-cup-swirl-outside-draw-with-belgium/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/irans-challenges-at-world-cup-swirl-outside-draw-with-belgium/</guid><dc:creator><![CDATA[By AMY TAXIN, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Iran took another step toward advancing in the World Cup on Sunday, but once again the off-the-field play dominated the conversation.]]></description><pubDate>Sun, 21 Jun 2026 23:07:24 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Iran took another step toward advancing in the World Cup on Sunday, but once again the off-the-field play dominated the conversation.</p><p>At the match’s conclusion, at least one attendee wearing a pre-revolutionary flag shirt was detained for trying to run onto the pitch. And afterward, though demonstrations were quieter than Monday’s, an Associated Press reporter observed a fan who got into a scuffle with protesters being loaded into an ambulance.</p><p>But before the match had even kicked off, U.S. Homeland Security Markwayne Mullin said Sunday that the Iranians had “tried to get somebody in yesterday” who had direct ties to Iran’s Revolutionary Guard. In a statement, the soccer federation vociferously pushed back.</p><p>“The claim that an official representative of the Iranian Football Federation attempted to board a flight to enter the United States yesterday and was prevented from doing so is an outright and undeniable lie,” the statement said.</p><p>Mullin told Fox News that most teams travel with around 120 people, but the U.S. had accepted 53 in Iran’s case. He said the rest of the people Iran had tried to secure visas for had “direct ties to the IRGC and aren’t their normal traveling group.” The federation called Mullin’s claims “completely unsupported by any evidence or documentation, but also represent a clear attempt to cover up discriminatory behavior and unreasonable restrictions.”</p><p>That statement echoed Iran’s complaints throughout the tournament that politics have infringed on soccer, even as U.S. Vice President JD Vance said there was an opportunity to “turn over a new leaf” with talks beginning in Switzerland on the interim deal to end the war. Iran’s players and coach have complained about shuttling to and from Mexico instead of Tucson, Arizona, and the barring of some officials and staff, and the federation has said it would pursue a complaint against FIFA.</p><p>Iranian national team player Alireza Jahanbakhsh said after the match that he doesn’t want to keep focusing on the challenging situation, and that players are now focused on recovery and preparing to travel to Seattle for the next game, against Egypt. He said he hopes the team can head there as soon as possible to adapt.</p><p>“We don’t ask for much. We just ask for the same procedure as for all the other 47 teams,” he said. “Hopefully we can bring everyone who is involved and help us with us.”</p><p>At the stadium near Los Angeles, fans wearing green-and-red scarves, stickers and T-shirts were mixed on the impact of the team’s shift to train across the border in Mexico. Some said the team was unfairly burdened, while others who followed the team to Tijuana were thrilled to get closer access to the players.</p><p>Shamira Ghaemmaghami, 66, of nearby Orange County, said she was supporting the players from her native Iran and also from Belgium. She said she respects the right of protesters to voice their opinions but feels sports should unite people, not separate them.</p><p>“Fighting over these things, sports and politics should not be mixed,” she said. “They worked so hard to get where they are, both sides, actually.”</p><p>Outside the stadium, a few hundred people demonstrated against Iran’s government. Aside from some verbal altercations and the scuffle after the match, the protests were smaller than at Iran’s first game and featured more security from the outset. Inside, some fans carried the red-and-green flags emblazoned with a golden lion and sun that predate the 1979 Islamic Revolution — a flag that seemed at least as visible as the official flag of Iran itself. They were also joined by a sizable crowd of Belgium fans wearing red and yellow and those donning jerseys from countries including Argentina, the U.S. and Mexico.</p><p>Gerald Martinez, 66, of Tucson, wore a green Iran scarf. While not Iranian, he and his son decided to support the team when they initially announced they’d be training in their hometown.</p><p>“I wish they were all here. I wish they were welcome,” Martinez said, adding he felt the team was suffering a disadvantage.</p><p>Stefan Arts, 42, traveled from Antwerp, Belgium, and said he’s met many people who were Iranian but supporting his country’s team instead. That’s how Arman Sharif, 40, of Los Angeles, feels. He was outside the stadium to protest and said he feels the players are allied with the government in Tehran.</p><p>“Whoever it is, we’re a fan of the opponents,” Sharif said.</p><p>___</p><p>Associated Press reporters Ty ONeil, Gregory Bull and Andrew Dalton in Inglewood, California; Gabriela Aoun Angueira in San Diego and Thomas Strong in Washington contributed to this report.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N7OJIR23OKAJOXWXXZHZLHIBFY.jpg?auth=d7ab7d7a61a437ae302a1da48eb4774a209c91c8628e49ad50fc7f711ad3be88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Iranian fan is removed from the pitch by security at the end of the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCWKCOSRZ6MCSLKQGYEENPVHEY.jpg?auth=355d8a0de82c5792eaa354799653ce49718b9e87bf4244750b426b2bca194d86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran and Belgium players walk out onto the pitch ahead the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXVSUFYIEOTV7XBKJOKLCWKS3E.jpg?auth=5839a28e9d703f1a7673b31c2d5b425fcf97afae82a9c09388895b5a371ca4b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Ramin Rezaeian (23) embraces Alireza Beiranvand during the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5EXEK2RLV4T5VHI5OQLZAE66I.jpg?auth=124e5ae67626ee62bc274ccdc6609e78e6c7cbc43650b8f7f6d04cbdb52678bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators unfurl a large pre-revolutionary Iranian flag outside of the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Ty Oneil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty Oneil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P3MZKK2GLPPHRU6ZDE67Q6TTNI.jpg?auth=ee6a8ab65bb8b0d3ecc4c2434acf3b974aef847259c4209196108ee8d313ab62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players of Iran greet fans at the end of the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Egypt hopes to continue rise of African football with first-ever World Cup win against New Zealand]]></title><link>https://www.local10.com/sports/2026/06/21/egypt-hopes-to-continue-rise-of-african-football-with-first-ever-world-cup-win-against-new-zealand/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/egypt-hopes-to-continue-rise-of-african-football-with-first-ever-world-cup-win-against-new-zealand/</guid><dc:creator><![CDATA[By CONNOR JOYCE, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — History is on the horizon for Egypt, a favorite in Sunday’s World Cup match against New Zealand. Not only could the 28th-ranked Pharaohs get their first World Cup win against the No. 83 All Whites, they also would be in strong position to make the knockout round.]]></description><pubDate>Sun, 21 Jun 2026 22:35:12 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — History is on the horizon for Egypt, a favorite in Sunday’s World Cup match against New Zealand. Not only could the 28th-ranked Pharaohs get their first World Cup win against the No. 83 All Whites, they also would be in strong position to make the knockout round.</p><p>The match “is everything in our world for the moment,” Egypt coach Hossam Hassan said Saturday in comments translated from Arabic.</p><p>Their pursuit of history is part of a larger surge in African soccer’s global standing.</p><p>The expanded 48-team pool at this year’s tournament helped give African teams more representation and a chance to show they belong at the top level of international soccer. A record 10 teams are representing the continent at the World Cup, Egypt among them.</p><p>“The national squads of Africa have proven their great performance many times at the World Cup, including this one,” Hassan said.</p><p>At the 2022 World Cup, Morocco made a memorable run to the semifinals.</p><p>Other African teams have made their mark on this World Cup already, with Ghana and Ivory Coast winning their opening matches against Panama and Ecuador, respectively. Four African teams, including Egypt, played to a draw in their opening matches.</p><p>The Pharaohs’ 1-1 draw against Belgium gave them their first World Cup point since 1990. They carried a lead into halftime against Belgium, the first time they had done so at the World Cup. In fact, the match against Belgium was only the second time Egypt had ever had a lead against an opponent at all in the tournament.</p><p>Morocco staved off five-time champion Brazil, Congo escaped with a draw against Portugal and Cape Verde stunned tournament favorite Spain, holding it scoreless in a 0-0 draw.</p><p>From a continent on the rise, Egypt has emerged as a powerhouse. Seven-time winners of the Africa Cup of Nations, the Pharaohs want to demonstrate that their prowess extends outside of Africa at this year’s World Cup.</p><p>“We want to represent African football and Arab football,” said Hassan, Egypt’s all-time leading goal scorer and a key player for the Pharaohs at the 1990 World Cup.</p><p>Hassan’s experience helped propel an Egyptian squad headlined by stars Mo Salah and Omar Marmoush back into the tournament after missing out in 2022.</p><p>Salah sits two goals shy of matching his coach’s record. The squad also features a solid lineup of younger players, including 18-year-old Hamza Abdelkarim. Abdelkarim made his international debut with the senior team in a friendly against Russia just last month, the latest debutant in a new generation of African stars.</p><p>We want to live up to the aspirations of the Egyptian fans,” Hassan said. “I only think about bringing happiness to our fans.”</p><p>After New Zealand, the Pharaohs face Iran in Seattle for the last match in the group stage.</p><p>As Egypt closes in on history, the team plays for its fans and nation – and also for Africa.</p><p>__</p><p>Connor Joyce is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>__</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XHBTWMVU3NLAT5ERHLWUI2MP2A.jpg?auth=7cb56c9c144a13e9d470a328b9e654fb3f188bfbc752159759f059951257aeaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah, front, works out with teammates during a training session Saturday, June 20, 2026, on the eve of the team's World Cup Group G soccer match against New Zealand in Vancouver, British Columbia. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHCZ3DRWC2UY6QS6LA2HJFVCM4.jpg?auth=3613259ee3d9cd95f2059570c1b0fa313e233ac866a5ad8da6fc2ba859ae44d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt head coach Hossam Hassan Hussein speaks during a press conference on the eve of the team's World Cup soccer match against New Zealand, Saturday, June 20, 2026 in Vancouver, British Columbia. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OQJTAFMHPZPWFH2YAPXIOHO6FE.jpg?auth=e644731b0434bac4d0bbe8a62b6eb70a75406d54ea2235a8072811aa8182def0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah stands on the field during a training session on the eve of the team's FIFA World Cup soccer match against New Zealand, Saturday, June 20, 2026, in Vancouver, British Columbia. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AHNBNOVKEZZQF44TZ2RAOKG7BI.jpg?auth=6251b02fb42c86a5e3c5d07e23ecc2c5889628a4d2ecf0838826f300ce102f95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah, left, works out during a training session on the eve of the team's World Cup soccer match against New Zealand, Saturday, June 20, 2026, in Vancouver, British Columbia. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Pleito sangriento en un 7-Eleven de Tamarac deja un apuñalado]]></title><link>https://www.local10.com/espanol/2026/06/21/pleito-sangriento-en-un-7-eleven-de-tamarac-deja-un-apunalado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/pleito-sangriento-en-un-7-eleven-de-tamarac-deja-un-apunalado/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Las autoridades investigan los motivos detrás de la violenta confrontación que dejó rastros de sangre en un establecimiento comercial el domingo por la tarde.]]></description><pubDate>Mon, 22 Jun 2026 01:45:14 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre resultó herido por arma blanca el domingo en Tamarac, según informaron las autoridades policiales.</p><p>La víctima se encontraba cerca de la cuadra 4900 de North State Road Seven, detalló Claudinne Caro, portavoz de la Oficina del Alguacil de Broward. Había rastros de sangre en el suelo de la tienda de conveniencia 7-Eleven, ubicada en el 4999 de West Commercial Boulevard.</p><p>“La información preliminar reveló que ocurrió un altercado físico entre dos hombres”, explicó Caro en un comunicado oficial.</p><p>Agentes de la Oficina del Alguacil de Broward y personal de Rescate de Bomberos de Tamarac acudieron al lugar después de que la central de emergencias recibiera un reporte a la 1:55 p.m. Los paramédicos trasladaron al sujeto a un hospital local con heridas de gravedad.</p>]]></content:encoded></item><item><title><![CDATA[Oh, brother! Brady Tkachuk gets traded to Florida to join Matthew Tkachuk]]></title><link>https://www.local10.com/sports/2026/06/21/oh-brother-brady-tkachuk-getting-traded-to-florida-to-join-matthew-tkachuk-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/oh-brother-brady-tkachuk-getting-traded-to-florida-to-join-matthew-tkachuk-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Matthew Tkachuk and Brady Tkachuk are about to team up in Florida, after the Panthers pulled off another summertime blockbuster.]]></description><pubDate>Mon, 22 Jun 2026 00:17:04 +0000</pubDate><content:encoded><![CDATA[<p>Matthew Tkachuk and Brady Tkachuk are about to team up in Florida, after the Panthers pulled off another summertime blockbuster.</p><p>The Panthers and Ottawa finalized a deal Sunday night, with Florida sending four draft picks to the Senators for Brady Tkachuk — the brother of Panthers star Matthew Tkachuk.</p><p>The picks were the No. 9 pick in this year’s draft, Tampa Bay’s first-round pick this year (acquired earlier Sunday in a trade Florida made sending Mackie Samoskevich to Seattle), the Panthers’ second-round pick in 2027 and their top 10-protected first-round pick in 2029. And that means Florida adds an elite player to its forward corps without losing any of its top seven scorers from this past season.</p><p>“Brady is a dynamic competitor and one of the most physical and relentless forwards in the league,” Panthers hockey operations president and general manager Bill Zito said. “A proven leader and exactly the type of player we want in our locker room, he strives to make everyone around him better both on and off the ice. We’re thrilled to welcome Brady to South Florida to join our group as we continue our pursuit of championship hockey.”</p><p>Brady Tkachuk has spent the entirety of his eight-year NHL career in Ottawa, and now he joins his brother, Olympic teammate and podcast co-host in Florida — the place where Matthew Tkachuk has spent the last four seasons, winning two Stanley Cups and getting to the final three times.</p><p>The Athletic was first to report the pending trade.</p><p>Brady Tkachuk has two seasons left on the seven-year, $57.56 million contract he signed in October 2021 when he also became Ottawa’s captain. As recently as late April, he bristled at conversation about his name being in trade rumors following a first-round playoff exit.</p><p>“This was not a decision we took lightly, but ultimately we did what we felt was best for the long-term future of our hockey club,” Senators general manager Steve Staios said Sunday. “We now possess cap space and draft capital and will be actively working to improve our roster.”</p><p>It’s a move that makes sense for so many reasons and has seemed almost inevitable.</p><p>Matthew Tkachuk and Brady Tkachuk reveled in the chance to play alongside one another for USA Hockey at the 4 Nations Face-Off in 2025 (winning silver) and the Milan Cortina Olympics this year (winning gold, the first for the American men’s program on the Olympic stage since the miracle in Lake Placid 46 years ago).</p><p>Their parents — their dad is NHL legend Keith Tkachuk — have a home in Florida and are regular attendees at Panthers games, and the USA Hockey ties means Brady Tkachuk already has relationships with many in the Florida organization. Zito had a role within USA Hockey during this past Olympic cycle and Panthers equipment manager Teddy Richards had a role with the 4 Nations and Milan Cortina teams as well.</p><p>Brady Tkachuk was Ottawa’s captain for the last five seasons, and he was — by far in some cases — their leader in countless categories over his eight years with the Senators. No player had more goals (213), points (463), power-play goals (62), shots (2,202), hits (1,921), winning goals (28), multigoal games (30) and penalty minutes (821) in his tenure with the club, which acquired him with the No. 4 pick in the 2018 draft.</p><p>And now, four years after landing Matthew Tkachuk, the Panthers have tapped into the Tkachuk family well of talent again.</p><p>It also adds another big name to the list of players that Florida has locked up for several seasons going forward, including Aleksander Barkov, Aaron Ekblad, Sam Reinhart, Sam Bennett, Carter Verhaeghe, Gustav Forsling, Anton Lundell and others. They’re all Stanley Cup winners, and now Brady Tkachuk would figure to have a real chance to get his name etched onto hockey’s chalice in the coming years as well.</p><p>___</p><p>AP Hockey Writer Stephen Whyno contributed to this report.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QWAU7XMGW4GXARKZQ5MOPOVV2E.jpg?auth=1a393eac58ca6873ed4f443d21e1cdc1fd763563dbb22e616e5db2a38038ffcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Brady Tkachuk (7) and Matthew Tkachuk (19) celebrate after the United States' win over Canada in the men's ice hockey gold medal game at the 2026 Winter Olympics in Milan, Italy, Feb. 22, 2026. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZFYCEYAX6NGKEX473R2X6Q226U.jpg?auth=47e7d2f0696fe1c2cf031a1e6fbeaad664a5d780ae6ee31b772752cc2395031c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ottawa Senators left wing Brady Tkachuk (7) talks to referee Tom Chmielewski (18) during the second period of an NHL hockey game against the Tampa Bay Lightning, March 28, 2026, in Tampa, Fla. (AP Photo/Jason Behnken, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content></item><item><title><![CDATA[Corey Heim outduels Tyler Reddick for first NASCAR Cup win at inaugural San Diego race]]></title><link>https://www.local10.com/sports/2026/06/21/corey-heim-outduels-tyler-reddick-for-first-nascar-cup-win-at-inaugural-san-diego-race/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/corey-heim-outduels-tyler-reddick-for-first-nascar-cup-win-at-inaugural-san-diego-race/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CORONADO, Calif. (AP) — Corey Heim slammed into the wall twice while destroying his tires during the first few runs Sunday in the inaugural NASCAR race at Naval Base Coronado.]]></description><pubDate>Mon, 22 Jun 2026 01:59:16 +0000</pubDate><content:encoded><![CDATA[<p>CORONADO, Calif. (AP) — Corey Heim slammed into the wall twice while destroying his tires during the first few runs Sunday in the inaugural NASCAR race at Naval Base Coronado.</p><p>It was no problem for Heim, whose No. 67 Toyota inexplicably kept getting faster on the way to his first career Cup Series victory in only his 13th start.</p><p>The 23-year-old part-time driver from Marietta, Georgia, took a deep breath before the second half of the race and reminded himself that he had as much experience as the veterans on the 16-turn, 3.4-mile street course on Coronado Island, just south of downtown San Diego.</p><p>“I’m speechless,” Heim said. “Maybe I knocked some good into the car. I have no idea. I had high expectations coming into this race. I just reset and went after it.”</p><p>Heim, the 2024 truck series champion who will move full time into Cup next season with 23XI Racing, led the final three laps after snatching first from teammate Tyler Reddick.</p><p>“I was able to stick with him, and five to go came, and it was time to put some pressure on him and see if I could get him to make a mistake,” Heim said. “Sure enough, he did.”</p><p>Bubba Wallace finished second to deliver a 1-2 finish for 23XI Racing, the team co-owned by Denny Hamlin and NBA great Michael Jordan.</p><p>Reddick suffered a flat tire in the closing laps and fell to 25th, cutting his lead in the standings to eight points over Hamlin.</p><p>“To even have a shot at it at the end was really nice,” said Reddick, who started from the rear after unapproved adjustments to his No. 45 Toyota. “First and foremost, congratulations to Corey. I thought I was going to be able to hold him off there. It definitely stings. Really needed a good points day. Had another really bad one, so we’ll try and scrape together.”</p><p>It’s the second time in three years that an inaugural street race has produced a first-time winner in NASCAR’s premier series. Shane van Gisbergen won his Cup debut in the 2023 Chicago Street Race.</p><p>Heim became the third first-time winner in Cup this season, joining Ty Gibbs (Bristol) and Carson Hocevar (Talladega).</p><p>“Just crazy,” Heim said. “I hope I don’t wake up from this dream.”</p><p>His peers already think Heim’s for real.</p><p>“Awesome job by Corey Heim,” two-time Cup champion Kyle Larson said after finishing third. “That’s really cool. He’s a super talented race car driver, and it's neat to see somebody get their first win, especially at a challenging track like this.”</p><p>Zane Smith and AJ Allmendinger rounded out the top five.</p><p>Hamlin, the driver-owner who had won the past three races for Joe Gibbs Racing, finished 14th.</p><p>SVG stunner</p><p>Van Gisbergen finished 38th in his bid for an eighth road or street course victory (which will make him the active leader among Cup drivers).</p><p>After starting from the pole position, van Gisbergen was caught in a crash that started when Trackhouse Racing teammate Connor Zilisch and Austin Hill collided while battling for the lead on a Lap 32 restart. The nine-car incident caused a nine-minute red flag for wall repairs.</p><p>“I felt like I was giving Austin space, and the next thing, I was in the wall,” said Zilisch, who led the first eight laps of his Cup career in the highlight of a miserable rookie season. “Really unfortunate. I hate to end both days for both Shane and I. We had a really fast car today. I had a lot of fun. I really enjoyed just getting to race out front and lead laps.”</p><p>Driver swap</p><p>During the first caution, Christopher Bell was replaced in the No. 20 Toyota by Brent Crews, but the driver relief stint was short. Crews exited in last place after a gearbox problem on the 28th lap.</p><p>Bell is still recovering from a broken wrist in a June 7 crash at Michigan International Speedway and said getting out of the car was precautionary and not because of pain.</p><p>One more for Johnson</p><p>In his second and last Cup start of the 2026 season, Jimmie Johnson slammed a tire barrier after missing a chicane on the fifth lap and finished 28th.</p><p>The seven-time series champion said Saturday that he still plans on the 2027 Daytona 500 as his final start as a Cup driver, but he is open to racing in other series.</p><p>Up next</p><p>NASCAR will stay in California, heading north to Sonoma Raceway on June 28. Van Gisbergen dominated in winning on the road course last season, leading 97 of 110 laps from the pole position.</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/ODLAY77APGCSOTLN64S2AKFGCI.jpg?auth=8aa6addedc11bc2e5273beaa3a5669bcb854512d46566c22d6b84bcf757349bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim celebrates in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VISZR3LOWXNQ4RG2LHIZALVFVM.jpg?auth=e7e22cf6c8b3afa46a7f38108f52f992ef9f336f86214b85aa7c8cba0e35b034&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim competes in a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7RLSIJUTYMROEQYHLM5RZ26FQ.jpg?auth=c42bc625484c61634a352383bb4077de64fd34e02f62d8c703315fc4ee8b2735&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shane Van Gisbergen (97) and Bubba Wallace (23) come out of Turn 2 during a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIMGV3S25NG67ZA7ESCHGBXIRE.jpg?auth=74eead6c1179712d09f9475c9042bf3274445fdbfac024e17dd462b7e3e574ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars race past the USS Carl Vinson during a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content></item><item><title><![CDATA[After missing his putt on the 18th hole, Sam Burns comes up one shot short at the US Open]]></title><link>https://www.local10.com/sports/2026/06/21/after-missing-his-putt-on-the-18th-hole-sam-burns-comes-up-one-shot-short-at-the-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/after-missing-his-putt-on-the-18th-hole-sam-burns-comes-up-one-shot-short-at-the-us-open/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Sam Burns tossed his putter aside, fell to his palms and then down to his knees. The crowd around him groaned.]]></description><pubDate>Sun, 21 Jun 2026 23:36:12 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Sam Burns tossed his putter aside, fell to his palms and then down to his knees. The crowd around him groaned.</p><p>He was that close to sinking a birdie putt on the 18th hole to tie leader Wyndham Clark at the U.S. Open and instead missed just right by a half-inch — maybe.</p><p>"I really thought I made that putt," Burns said after shooting a 67 Sunday to get to 3 under for the tournament and go into the clubhouse one stroke behind Clark. “It just didn't go in.”</p><p>Burns sat down in the scoring tent, let out an exasperated sigh and put his hands on his head. He could only watch as Clark birdied No. 16, bogeyed 17 and two-putted in on 18 to win by the single shot Burns did not make down the stretch.</p><p>"I felt like I was chasing all day," Burns said. “It's unfortunate I just came up one short.”</p><p>The heartbreak at Shinnecock Hills on Long Island came a year after Burns' miserable finish at the U.S. Open at Oakmont outside Pittsburgh. He led after two rounds, played in the final group Sunday and everything fell apart in the rain when he shot 78 to fall out of contention and into a tie for seventh.</p><p>Burns was brilliant Sunday in his bid for retribution. Entering the final round at even par, seven back of Clark, Burns birdied three of his first eight holes to move past Scottie Scheffler and others into second place.</p><p>“To start the day seven shots back, I knew it was going to take something really special,” Burns said. “I couldn’t have asked for a better start.”</p><p>Clark bogeying three of his first seven holes made it close, but Burns was never able to pull into a tie for first. Three-putting at No. 15 put him in a difficult spot, and he thought the back nine was playing difficult.</p><p>With Clark shooting the same back-nine 35, Burns felt differently following this loss than a year ago, saying, “The guy who played the best won.”</p><p>It just wasn't him.</p><p>“Last year at Oakmont, I felt like more I lost the golf tournament,” Burns said. "I certainly don’t feel that way today. I gave it my best, and I did everything I could to have a chance to win.”</p><p>When Burns was hitting balls on the driving range Sunday night, his dad, Tom came over with a fatherly message on Father's Day.</p><p>“He just said he was really proud,” Sam Burns said as he got choked up. “I think we both knew how special it could have been for Father’s Day. But I know he’s proud.”</p><p>Burns' wife, Caroline, is 37 weeks pregnant with the couple's second child, he said. Burns played with 2-year-old son Bear while waiting for Clark to finish and left the course with life perspective after another difficult defeat.</p><p>“It’s a crazy life we live sometimes,” Burns said. “As a competitor, you want to go out there and compete as hard as you can and try to win. But at the end of the day, when you’re off the golf course, it’s really not that important and family is a lot more important than golf.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJNZMVKXGBSVU4DO5DSCFMOSZQ.jpg?auth=89d0f5b0224db7b5ca5008d8b1747d149b39ec397465ca20e23345388066f8fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns celebrates after a birdie on the 16th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XMX4NCK6HMC5K3RRC4X7Y6MHHM.jpg?auth=f20f8274817a9ef0d35210cf5bf8a70324b38fa4d5660259e363293183758a37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns reacts after missing a putt on the 18th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBSRDOVGWMQF2IGJC4PV6XQEJY.jpg?auth=5e4b0ab11485b8ae3eff590a8234a73a7bfdf49e31e251ba79c40df58ee988f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns reacts after missing a putt on the 18th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UWFFPI373MYDUUMEDUWT7MENQ.jpg?auth=69690b4b86b9f7c1000a4fc0918e1994b719385a2f5d2df1ce8a29188d901132&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns reacts after missing a putt on the 18th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VXFI7PKZH7Y2T6CTP6S2FMAM4U.jpg?auth=1019547f63f8eb23e1b49205d3d0863214a31aab2d4afa4591040f462c23bab2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns reacts after missing a putt on the 18th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark wins his second U.S. Open title with wire-to-wire victory at Shinnecock Hills]]></title><link>https://www.local10.com/sports/2026/06/21/wyndham-clark-wins-his-second-us-open-title-with-wire-to-wire-victory-at-shinnecock-hills/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/wyndham-clark-wins-his-second-us-open-title-with-wire-to-wire-victory-at-shinnecock-hills/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Wyndham Clark wins his second U.S. Open title with wire-to-wire victory at Shinnecock Hills.]]></description><pubDate>Sun, 21 Jun 2026 23:19:01 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Wyndham Clark wins his second U.S. Open title with wire-to-wire victory at Shinnecock Hills.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FDJUIFGMXPARUS7J27LQK5RGQ.jpg?auth=885944e14ce84ad21a6aa420556fa9e2ba6f08783e318fcc2bc0cea429b6b93f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler and Wyndham Clark walk to green on the 12th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Scheffler gets some help from Clark, but can't take advantage at the US Open]]></title><link>https://www.local10.com/sports/2026/06/21/scheffler-gets-some-help-from-clark-but-cant-take-advantage-at-the-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/scheffler-gets-some-help-from-clark-but-cant-take-advantage-at-the-us-open/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Scottie Scheffler got part of what he needed — a crack in Wyndham Clark's game that might have kickstarted his own run at completing the career Grand Slam.]]></description><pubDate>Mon, 22 Jun 2026 00:22:41 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Scottie Scheffler got part of what he needed — a crack in Wyndham Clark's game that might have kickstarted his own run at completing the career Grand Slam.</p><p>But Scheffler never nailed down the other part — namely, applying any pressure of his own on the player who left the door open Sunday at the U.S. Open before sneaking away with the win.</p><p>While Clark hung on to beat Sam Burns by one shot and capture his second title in four years in the toughest test in golf, Scheffler will wait another year for a chance to fill that last hole on his Grand Slam resume.</p><p>“I felt close again,” Scheffler said. “It's just little things here and there.”</p><p>With Clark struggling most of the day, the world’s No. 1 player celebrated his 30th birthday by making a grand total of two birdies over a round of 1-over 71 at Shinnecock Hills. He actually beat Clark by two shots in their final-pairing showdown. But he came in trailing by six.</p><p>In a more telling sign of the opportunity he could not cash in on, Scheffler started as the best bet to reel in Clark among those jammed in a four-way tie for second heading into the round. He left in a three-way deadlock for fourth, passed up by Burns (67) and left behind by fellow birthday boy Tom Kim, who shot 70 and finished alone in third.</p><p>Scheffler's struggles were all part of a strange day and a strange vibe around Shinnecock. It was filled with lots of cheers for everything he did well, but also cheers for Clark's mishaps — the product of a New York crowd familiar with Clark's history of smashing a locker at Oakmont last year out of frustration.</p><p>"You like seeing the fans cheer for you," Scheffler said. “I think sometimes it can get a little too much when balls are kind of going off greens and you start hearing cheers. That felt a bit much to me.”</p><p>It never really led to momentum, though, for the Texan, who won the British Open last year and put himself in position to become the seventh player to complete the career Grand Slam. He'll have to wait until next year at Pebble Beach. On Sunday at Shinnecock, he spent most of the day stuck in neutral.</p><p>His chances to mount a comeback got delayed on the par-3 seventh, where he needed two shots from a bunker and a 15-foot putt just to save bogey. That kept him within four of Clark. But he never drew closer than three.</p><p>Scheffler's last, best chance might have been on the par-5 16th, when Clark teed off into the thick fescue and Scheffler was in perfect shape in the fairway. But Scheffler hit driver off the deck into the rough and Clark hit a fantastic shot back into the fairway. When Clark made birdie there to Scheffler's par, the lead was five and it was a two-man contest between Clark and Burns, who was playing three groups ahead.</p><p>"He showed what he’s made of there with a great birdie on 16," Scheffler said. “Wyndham has a pretty good -- I don’t know if 'escapability is the right word — but he’s, I would say, a very underrated scrambler.”</p><p>With the tip of his cap, Scheffler also gave a nod to reality: He lost this tournament over the first two and half days — or maybe even over the first nine holes, where he made the turn at 3 over after a three-putt from 30 feet for double-bogey on No. 8.</p><p>Two months ago, Scheffler overcame a similarly slow start at the Masters and made a Sunday charge to finish one shot shy of Rory McIlroy in what would have been an unprecedented comeback from 12 strokes down heading into the weekend.</p><p>This time, Scheffler was eight back of Clark after the first day.</p><p>“I’ve been pretty good in first rounds over the last few years, and for some reason, the sharpness just hasn’t been there early in tournaments,” Scheffler said. “I haven’t had those leads that I’ve needed in order to win tournaments. I’ve been playing catch-up all year.”</p><p>And so, Scheffler heads into the defense of his British title still with four majors to his name, but no U.S. Open. One thing those wins have in common: He has had at least a share of the lead heading into the final round of all of them.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTV35Y75AKXMQNQ6QSXGPUUWYI.jpg?auth=7fda2722d21c737a63d94f51a8f6209cfb0daf0129e870903b2521acf440ae46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler waits to play on the eighth hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQOKJBIK4NDMNV2VYHSWZ5W6UI.jpg?auth=0bd858ee6b3c7f33819e40d079e811ed70f3e2951fdd009dabb585e41577750b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler waves after his putt on the third hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5FDJUIFGMXPARUS7J27LQK5RGQ.jpg?auth=885944e14ce84ad21a6aa420556fa9e2ba6f08783e318fcc2bc0cea429b6b93f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler and Wyndham Clark walk to green on the 12th hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIYJILUHSQDNGAWH5VBDLX23YA.jpg?auth=cdbeda930871d6f4c28b36514fadb7c318281f9a7c781be02b661ab65f9a5327&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler watches his tee shot on the sixth hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Shuttles offer fast, free way to get to Miami Stadium’s World Cup match]]></title><link>https://www.local10.com/news/local/2026/06/21/shuttles-offer-fast-free-way-to-get-to-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/21/shuttles-offer-fast-free-way-to-get-to-world-cup/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Millions of fans are expected to travel to Miami for the World Cup. With that kind of crowd, getting to and from the stadium is a big concern.]]></description><pubDate>Sun, 21 Jun 2026 20:59:51 +0000</pubDate><content:encoded><![CDATA[<p>Millions of fans are expected to travel to Miami for the World Cup. With that kind of crowd, getting to and from the stadium is a big concern.</p><p>It ran about $30 for a rideshare to get to Hard Rock Stadium, dubbed “Miami Stadium” for the World Cup. </p><p>However, shuttle buses are free to verified ticket holders, and Local 10 News got to check them out on Sunday.</p><p>Local 10 News found hundreds at the Golden Glades Transit Station waiting for free shuttle service to the stadium, provided by Miami-Dade County.</p><p>“First of all, the traffic, then the money that you have to pay,” rider Vera Brito said. “So we took the train from West Palm here and then the shuttle.”</p><p>With expensive rideshares, the shuttle is an option many are excited for. Here is how it works: verified ticket holders show their QR code to staff and can board shuttles to and from the stadium.</p><p>Local 10 News hitched a ride to see it for ourselves. Onboard, we spoke with John Barrett, who is in town from Pittsburgh with his family celebrating Father’s Day.</p><p>He said when they found the shuttle option, they were all in.</p><p>“We’ve heard about it through the website from FIFA, and this was the best opportunity for us close to our hotel,” Barrett said.</p><p>It was a quick, smooth ride. There are several hubs available for fans: MLK Plaza Metrorail Station, Golden Glades, the Aventura Brightline station, and the Seminole Hard Rock Hotel &amp; Casino Hollywood.</p><p>Some locations even offer onsite parking.</p><p>For more information, <a href="https://www.miamidade.gov/sites/initiative/worldcup/mobility.page" target="_self" rel="" title="https://www.miamidade.gov/sites/initiative/worldcup/mobility.page">visit the county’s website</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Another World Cup stunner: Cape Verde gets 1st goal of tournament and holds Uruguay to 2-2 draw]]></title><link>https://www.local10.com/sports/2026/06/21/another-world-cup-stunner-cape-verde-gets-1st-goal-of-tournament-and-holds-uruguay-to-2-2-draw/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/another-world-cup-stunner-cape-verde-gets-1st-goal-of-tournament-and-holds-uruguay-to-2-2-draw/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Cape Verde's magical start to its first World Cup isn't over. It might just be getting started.]]></description><pubDate>Mon, 22 Jun 2026 07:40:52 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Cape Verde's magical start to its first World Cup isn't over. It might just be getting started.</p><p>The tiny island nation that stunned tournament favorite Spain last week did it again against Uruguay — a two-time World Cup champion — on Sunday, coming from behind for a 2-2 draw.</p><p>Kevin Pina scored on a free kick for Cape Verde's first-ever goal in the World Cup, and Helio Varela scored the equalizer for what has become one of the most surprising teams of the expanded 48-team tournament — a club now with a legitimate chance of getting into the knockout stage.</p><p>“This is something we owe to other smaller national teams — teams that struggled to qualify for a world tournament,” Cape Verde coach Pedro Leitão Brito said through an interpreter, adding his entire squad believes it can continue its historic play and reach the knockout stage.</p><p>Cape Verde, which has two points in Group H along with Uruguay, faces Saudi Arabia in its final group match.</p><p>“We’re also here to show that a country may be small, may struggle financially," he added, "but if they are resilient, if they can endure struggle, they can also stand shoulder to shoulder with other major teams and with players who are on another level.”</p><p>The group of islands off Africa’s West coast have about 4,000 square kilometers of landmass and approximately a half million inhabitants, making Cape Verde the third-smallest nation by population to qualify for the World Cup.</p><p>Even as a large number of fans at Miami Stadium chanted for Uruguay throughout Sunday's match, Cape Verdean players seemed undaunted.</p><p>“Once you’re on the pitch, a lot of things become equal,” Leitão Brito said.</p><p>Cape Verdean fans who watched their squad pull off one of the stunners of the tournament last week by holding Spain to a scoreless draw continued their celebrations when Pina split Uruguay's wall and blasted a strike past diving goalie Fernando Muslera for a 1-0 lead in the 21st.</p><p>Maxi Araújo and Agustin Canobbio scored late first-half goals to put Uruguay ahead. But Varela, minutes after coming into the game in the second half, took advantage of a bad pass by Mathias Olivera and caught Muslera way off his line for a tying empty-net goal and his first international score.</p><p>“I had dreamed of this,” Varela said in a quote distributed by FIFA, “but I never imagined it would happen this way. Scoring my first goal for the national team on my World Cup debut is incredible. I have no words.”</p><p>Varela celebrated by hopping into his teammates' arms and flexing atop their shoulders as Muslera and other Uruguay players dropped their heads in disappointment.</p><p>“The result, I think, was quite deserved,” coach Marcelo Bielsa said afterward through an interpreter.</p><p>Uruguay failed to capitalize on numerous late chances to take the lead and settled for its second draw after a 1-1 finish against Saudi Arabia in its opener. La Celeste face Spain in their group stage finale, needing a positive result to have a chance at advancing.</p><p>“The organizational mistakes that were made — that a squad makes — they always fall upon the driver,” Bielsa added. “What I mean by that is the head coach. ... There is no magical recipe whatsoever to fix them. It goes without saying we paid a very high cost for those mistakes.”</p><p>It was another special moment for Cape Verde's Vozinha, who became one of the tournament's breakout stars after shutting down Spain. The 40-year-old goalie had his mother in the stands for Sunday's match; she was unable to attend Cape Verde’s opening draw against Spain because she couldn’t obtain a visa.</p><p>It was also the first World Cup match with two starting goalies aged 40-plus. Muslera, who made his 18th World Cup appearance, turned 40 on June 16.</p><p>Vozinha waved at the crowd after the final whistle as his teammates ran to a section of Cape Verdean fans, who cheered and danced on their way out of the stadium as if they were celebrating a victory.</p><p>“You show up, you believe, and we work very hard as a team,” said Cape Verde defender Stopira. “I think all the world can see we play, we play very good, and we also have quality in the team. So now it’s on to the next game, and to try to reach the next one.”</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FMQMMHNDCDXFSDJK45HUGEJZ3U.jpg?auth=7e8870ab6193f215eb92763e30d180f6e9925685d324b1604ffb059892b8374c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Helio Varela, top, celebrates scoring his side's second goal against Uruguay during the World Cup Group H soccer match in Miami Gardens, Fla., Sunday, June 21, 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/EOAAO3XROF72NOQIZVMJBLNLHE.jpg?auth=0222f39ab911a7caa178becebba06680e9f0a434fd383c17351a2fd3e38d492d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Kevin Pina, center, celebrates with teammates after scoring the opening goal during the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z62QUJ4FCJ53TYG3KPV2JVD7XU.jpg?auth=940fd4eb4fdb7da85169453f9c318359fc6f94de24520d16cd1b6eb6937d89f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Kevin Pina, second right, scores his team's first goalduring the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJS5NHVXKPPZHNGZKQSGIYBSZQ.jpg?auth=19542cad662fb0d8dd44639ed31650ee152e144c9d285c09e758f5c54318501f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uruguay's Maxi Araujo, (20) scores his side's opening goal during the World Cup Group H soccer match against Cape Verde in Miami Gardens, Fla., Sunday, June 21, 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/GNSKTKIRFJGPOABVHT7LXIXL7Q.jpg?auth=5494f3eecc8dfb72467351cb1fcc3f9c840793bd708a275e1599057d07f87dbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Helio Varela controls the ball before scoring his side's second goal against Uruguay during the World Cup Group H soccer match in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[North Carolina forces winner-take-all CWS final after Lynch, Glauber cool off Oklahoma's hot offense]]></title><link>https://www.local10.com/sports/2026/06/21/north-carolina-forces-winner-take-all-cws-final-after-lynch-glauber-cool-off-oklahomas-hot-offense/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/north-carolina-forces-winner-take-all-cws-final-after-lynch-glauber-cool-off-oklahomas-hot-offense/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — North Carolina coach Scott Forbes had to make a quick pitching change when starter Ryan Lynch tweaked his left oblique midway through Game 2 of the College World Series finals.]]></description><pubDate>Sun, 21 Jun 2026 23:34:47 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — North Carolina coach Scott Forbes had to make a quick pitching change when starter Ryan Lynch tweaked his left oblique midway through Game 2 of the College World Series finals.</p><p>No worries.</p><p>Forbes called on freshman Caden Glauber for the 29th time this season, and for the 29th time he's pitched, the Tar Heels won.</p><p>Their 6-2 victory over Oklahoma kept alive their pursuit of the school's first national championship in baseball. The winner-take-all Game 3 is Monday night.</p><p>“This is what it’s all about,” Forbes said. “This is why you work so hard — to play in a night game, national championship game. So we’re excited about that opportunity.”</p><p>Lynch and Glauber cooled off Oklahoma’s bats, Owen Hull and Cooper Nicholson homered, and North Carolina (54-13-1) bounced back from a 9-3 loss in Game 1.</p><p>The Sooners (42-23) scored twice in the first inning and then had two hits and a total of five baserunners the rest of the way. Lynch injured his lower left side throwing his second pitch of the fifth. Glauber (12-0) came on and struck out the side and fanned a total of eight over five innings.</p><p>“When you play for the best team in college baseball, it’s pretty easy to go out there with the defense you have and the offense you have,” said Glauber, who has allowed one run in 10 1/3 CWS innings.</p><p>Glauber graduated from high school a year early and was 17 when he enrolled at Carolina last fall. He's the only pitcher in Division I with 12 wins and five saves and is pitching to a 2.05 ERA over 92 innings, with all but three of his appearances in relief.</p><p>He's been comfortable on stages big and small all season. Sunday he faced an OU team that had been averaging 9.4 runs per game in the postseason and 8.25 in the CWS.</p><p>“The preparation takes over the fear,” he said. “We work so hard on it. You know, you’ve got to have the right mindset, and you know that you’re made for the moment, whatever moment you’re in.”</p><p>The Sooners were held to their fewest runs since a May 19 loss to LSU. They hadn't been held scoreless over eight straight innings since a 3-0 loss to Southeastern Louisiana on March 17. Their four hits were their fewest since a March 19 loss to LSU.</p><p>“Obviously, tough loss today,” OU's Trey Gambill said. “But I don’t think we overly care. We know that we still have the opportunity to win the national championship. It’s going to be a fun atmosphere. We’re excited. Have a good meal tonight, good shower and be ready for tomorrow.”</p><p>OU freshman starter Xander Mercurius (1-3) struck out six of the first seven batters he faced but encountered trouble when Carolina's first two batters reached base in the third inning. Jake Schaffner pulled a ball into the right-field corner for a two-run triple and scored on a wild pitch to put the Tar Heels up 3-2. Mercurius began laboring in the third and left after Hull's second homer of the CWS and ninth of the season leading off the fifth.</p><p>“The trick in baseball is to not get away from your game plan and start trying to punch guys out,” OU coach Skip Johnson said, “and he kind of lost it a little bit. Instead of just trying to throw the ball to the target, he’s trying to punch people out.”</p><p>Nicholson's team-leading 16th homer, off Nate Smithburg in the seventh, made it 6-2.</p><p>Glauber walked consecutive batters with one out in the ninth. The game ended when Dasan Harris grounded to second and Gavin Gallaher turned an unassisted double play that was confirmed after Oklahoma challenged the call.</p><p>Johnson said Nick Wesloski (2-1) would start for the Sooners on Monday. Wesloski pitched 5 2/3 innings in an 11-4 win over Georgia last Wednesday. Forbes said he was undecided on a starter.</p><p>“It will be all hands on deck,” he said. “I feel like we’ve got about seven options to start tomorrow, and I like every one of them.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HY5TM5Z3X3ELAA3BGBVEBXTHLI.jpg?auth=5adb56dd1807e473ee7b2b7e647be949a353f5de3ffed461bb2ab2582852f293&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina's Cooper Nicholson celebrates after hitting a two-run home run against Oklahoma in the seventh inning of Game 2 of the NCAA College World Series baseball finals in Omaha, Neb., Sunday, June 21, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZXO3HACQW2Y7JD7JXUJL3JLWYU.jpg?auth=32c0b6d890b74cdd4f99508d0e89fb841805b87790bd8560627058d93a01222b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina starting pitcher Ryan Lynch throws against Oklahoma in the first inning of Game 2 of the NCAA College World Series baseball finals in Omaha, Neb., Sunday, June 21, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BEHUQQ4XGJFVJXSYVA5SM73LPQ.jpg?auth=578861acc0ec7e759d1ed40794d7c8ce18279823aa12f1b1a8789d09f7cb7a5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina's Cooper Nicholson celebrates after hitting a two-run home run against Oklahoma in the seventh inning of Game 2 of the NCAA College World Series baseball finals in Omaha, Neb., Sunday, June 21, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AP5OHFLBKKQZ4RULXTBQVXX3KY.jpg?auth=73f26653a069e2da65502286ee9a69f11686ca67673ec86addc3c778fb04af60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma pitcher Xander Mercurius walks back to the dugout after striking out two North Carolina batters with the bases loaded to end the third inning of Game 2 of the NCAA College World Series baseball finals in Omaha, Neb., Sunday, June 21, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content></item><item><title><![CDATA[Historic day for Colombians: Polls close after polarized runoff to elect 48th president ]]></title><link>https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[Colombians made history on Sunday as they voted for the country’s 48th president in a runoff election between left-wing candidate Iván Cepeda and right-wing candidate Abelardo de la Espriella.]]></description><pubDate>Sun, 21 Jun 2026 21:13:11 +0000</pubDate><content:encoded><![CDATA[<p>Colombians made history on Sunday as they voted for the country’s 48th president in a runoff election between left-wing candidate Iván Cepeda and right-wing candidate Abelardo de la Espriella.</p><p>There were more than 250 precincts for the <a href="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing" target="_self" rel="" title="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing">Colombian diaspora</a> worldwide. In South Florida, Colombian voters cast their ballots in Coral Gables, Kendall, Hialeah, Coral Springs, and Weston. </p><p>U.S. President Donald Trump endorsed De La Espriella, 47, a defense attorney and businessman who campaigned as “The Tiger,” and who is a fan of Salvadoran President Nayib Bukele.</p><p>“Today, democracy wins,” De La Espriella told reporters in Spanish after he voted in Barranquilla.</p><p>Colombian President Gustavo Petro, whose four-year term ends on Aug. 7, endorsed Cepeda, 63, a senator who is a political rival of former Colombian President Álvaro Uribe, who served from 2002 to 2010.</p><p>“Let us vote with calm and serenity, and may democracy triumph,” Cepeda told reporters in Spanish after he voted in Bogotá.</p><p>The precincts in South Florida opened at 8 a.m. and closed at 4 p.m. Some voters carried flags, some wore their team’s yellow FIFA World Cup 2026 soccer jerseys, and some wore white to symbolize peace. </p><p>In Miami-Dade County, there were three precincts at the <a href="https://www.local10.com/news/politics/2026/06/11/consulate-general-of-colombia-in-miami-makes-changes-in-coral-gables-ahead-of-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/11/consulate-general-of-colombia-in-miami-makes-changes-in-coral-gables-ahead-of-election/">University of Miami’s Watsco Center</a>, Miami Dade College’s Kendall campus gymnasium, and the Milander Center for Arts and Entertainment.</p><p>In Broward County, there were two precincts at Coral Springs High School and Cypress Bay High School’s gymnasium. </p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes when he qualified for the runoff against Cepeda, who had 40.91% of the votes. About 70% of the voters in the U.S. chose De La Espriella <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>.</p><p>For information about the election’s results, <a href="https://resultados.registraduria.gov.co/v2/espera" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/espera">visit this page</a>. </p><p><b>Related reporting</b></p>]]></content:encoded></item><item><title><![CDATA[Jets were 300 feet apart in Boston close call that forced Delta flight to abort landing, expert says]]></title><link>https://www.local10.com/news/national/2026/06/21/jets-were-300-feet-apart-in-boston-close-call-that-forced-delta-flight-to-abort-landing-expert-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/21/jets-were-300-feet-apart-in-boston-close-call-that-forced-delta-flight-to-abort-landing-expert-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A Delta Air Lines jet was roughly 300 feet (90 meters) from an American Airlines plane during a close call at Boston's airport that forced the Delta aircraft to abort a weekend landing attempt, an aviation expert said Sunday.]]></description><pubDate>Sun, 21 Jun 2026 21:34:57 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A Delta Air Lines jet was roughly 300 feet (90 meters) from an American Airlines plane during a close call at Boston's airport that forced the Delta aircraft to abort a weekend landing attempt, an aviation expert said Sunday.</p><p>The Federal Aviation Administration said it was investigating the incident between two commercial flights that happened Saturday at Boston Logan International Airport.</p><p>Todd Curtis, a former safety engineer at Boeing, estimated the distance between the two jetliners using Flightradar24, a website that tracks flights. Curtis now coproduces a podcast about flight safety issues.</p><p>“This is a significant incident,” Curtis said, adding that it was particularly concerning because it involved two professional airline crews.</p><p>He said federal aviation officials have been concerned about such runway incursions for a while now and will scrutinize Saturday’s close call.</p><p>Near-misses and runway incursions at U.S. airports will be the subject of a hearing on Capitol Hill on Tuesday. The Senate Commerce Subcommittee on Aviation, Space, and Innovation will seek ways to strengthen safety across the national airspace system.</p><p>The Delta flight from Dallas had to execute a go-around, or aborted landing, to avoid the American plane departing from an intersecting runway, according to the FAA and flight logs.</p><p>The crew of Delta flight 2351 coordinated with air traffic control to perform the go-around, an airline spokesperson said. The plane, which had 129 passengers and six crew members on board, landed safely and deplaned normally, according to the spokesperson.</p><p>Go-arounds are safe, routine procedures performed at the discretion of the pilot or air traffic controllers, according to the FAA.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NVXDA5DLT3UEF5G542NXP3BDMI.jpg?auth=58948f5e362a36d2ea8d0efcff52e24092b7ededa89005b00e7724f0f7b5c1f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The control tower at Logan Airport, on Dec. 9, 2025, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Yamashita wins Meijer LPGA Classic playoff after Woad lips out 3-footer in regulation]]></title><link>https://www.local10.com/sports/2026/06/21/yamashita-wins-meijer-lpga-classic-playoff-after-woad-lips-out-3-footer-in-regulation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/yamashita-wins-meijer-lpga-classic-playoff-after-woad-lips-out-3-footer-in-regulation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BELMONT, Mich. (AP) — Miyu Yamashita got into a playoff Sunday in the Meijer LPGA Classic when Lottie Woad's 3-foot par try lipped out to close regulation, then won with a 3-footer of her own on the first extra hole.]]></description><pubDate>Sun, 21 Jun 2026 22:22:27 +0000</pubDate><content:encoded><![CDATA[<p>BELMONT, Mich. (AP) — Miyu Yamashita got into a playoff Sunday in the Meijer LPGA Classic when Lottie Woad's 3-foot par try lipped out to close regulation, then won with a 3-footer of her own on the first extra hole.</p><p>Five strokes behind third-round leader Jing Yan and four back of Woad going into the day, the 4-foot-11 Yamashita shot an 8-under 64 to get to 17-under 271 at Blythefield Country Club.</p><p>“I didn’t think about like win today,” Yamashita said. “I just focused on playing just like every round. My putting was solid today and I was able to put together a really good round.”</p><p>The 24-year-old Japanese player birdied the par-5 18th in regulation and the playoff.</p><p>“I really didn’t expect like it’s going to be playoff, but once it did, I was able to reset mentally and focus on the task at hand,” Yamashita said. “I’m glad I was able to take advantage of the opportunity and turn it into a win.”</p><p>Woad had a 68, holing out from a bunker for birdie on the 17th before running into trouble on the 467-yard 18th.</p><p>“Felt like I hit an OK putt,” the 22-year-old English player said. “Obviously, lipped out on the high side.”</p><p>In the playoff, both players were in front of the green in two. Yamashita played first, hitting a flop shot to 3 feet. Woad then hit her pitch 10 feet past and missed the comebacker.</p><p>Yamashita won for the third time on the LPGA Tour after winning 13 times on the JLPGA. Last year, she won the Maybank Championship and major Women’s British Open and was the LPGA rookie of the year.</p><p>Wei-Ling Hsu (67) and Yan Liu (67) tied for third at 15 under. Minji Kang (66) and Cassie Porter (70) were 14 under. Yan had a 73 to tie for seventh at 13 under.</p><p>The major KPMG Women’s PGA Championship begins Thursday at Hazeltine in Minnesota.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YHEPGFFZS4B64BNVKG2VDY2VYY.jpg?auth=5b781b8504d31fa5ab19856291a88445eeec3e8f5dfb38874f253f98db218534&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miyu Yamashita, of Japan, holds her trophy after winning the Meijer LPGA Classic golf tournament, Sunday, June 21, 2026, in Belmont, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YP75FWJ54VTN6UNEEBEM5MP5FY.jpg?auth=e64a3812f4e2230b54843807ca01b8862531c71545a997552ffbf65ce1bd662f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lottie Woad, of England, reacts after missing a putt on the 18th hole during the final round of the Meijer LPGA Classic golf tournament, Sunday, June 21, 2026, in Belmont, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C45NKBYQKDABT7LJJUPFUWZ72M.jpg?auth=ecb9bdabb36148b579c6060c05e83f48cf852ad2595c72d44601bcfeff02d326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lottie Woad, of England, left, and Miyu Yamashita, right, of Japan, embrace on the 18th hole after a playoff in the final round of the Meijer LPGA Classic golf tournament, Sunday, June 21, 2026, in Belmont, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJ7ALP7ANYWL45U2FY5XFYRBYY.jpg?auth=0b8c5256d5ef9d0cf0e8a71301691fc56df16c0e1f5aef4f4a6dc9f906e2ba15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miyu Yamashita, of Japan, watches her tee shot on the 18th hole during the final round of the Meijer LPGA Classic golf tournament, Sunday, June 21, 2026, in Belmont, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLQMNIFFOARPIQQQWHU3D2HDCU.jpg?auth=cfe12dfee922e4417ab1b80e75d26186c7b61112671f81244322cc46f6a2e3c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miyu Yamashita, of Japan, hits onto the 18th green during the final round of the Meijer LPGA Classic golf tournament, Sunday, June 21, 2026, in Belmont, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content></item><item><title><![CDATA[For Niemann, it's 71 solid holes, one thrown club and maybe a return trip for next year's US Open]]></title><link>https://www.local10.com/sports/2026/06/21/for-niemann-its-71-solid-holes-one-thrown-club-and-maybe-a-return-trip-for-next-years-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/for-niemann-its-71-solid-holes-one-thrown-club-and-maybe-a-return-trip-for-next-years-us-open/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — The U.S. Open summary for Joaquin Niemann looks like this: 71 holes of solid golf, one really bad one, a thrown club, a two-shot penalty and the willpower to not spend too much time wondering about what might have been.]]></description><pubDate>Sun, 21 Jun 2026 20:35:55 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — The U.S. Open summary for Joaquin Niemann looks like this: 71 holes of solid golf, one really bad one, a thrown club, a two-shot penalty and the willpower to not spend too much time wondering about what might have been.</p><p>“If my grandmother had tires, she'd be a car,” Niemann said Sunday, after wrapping up a tournament sullied by an opening-round 11 on the par-4 sixth hole that featured two tee shots out of bounds and two penalty strokes for hurling his club in frustration.</p><p>Niemann shot 4-under 66 in the final round to finish at 1-over 281. It doesn't take heavy math to imagine the possibilities had he not shot 7-over par on one hole. More urgently, when he left the course, his 281 put him in a tie for seventh, which would earn him the invitation for next year that goes to the the top-10 finishers and ties.</p><p>His 66 paired with a 65 he shot in the second round, shortly after learning his 9 on No. 6 had been bumped up two shots for violating the code of conduct. It meant Niemann was a good bet to tie for the two best rounds of the tournament along with recording the single worst one-hole score of the four rounds.</p><p>“A good experience, a good test for myself," he said. "What happened on Thursday and coming back, I was pretty proud of” myself.</p><p>Niemann didn't try to deflect blame or suggest he didn't deserve the two-shot penalty for chucking the club after the two errant tee shots, then being rejected when he asked for relief from what he thought might be fire ants.</p><p>Play was called for the day shortly after that. Niemann completed his first round Friday morning, then learned about the penalty.</p><p>“I was not trying to offend anyone,” he said. “I was frustrated. I had my expectations, which are always super high. I was playing good golf. I knew it was going to be a tough week, a long week, a challenging week. ... I’m not happy doing that. I’m not proud about throwing a golf club.”</p><p>He did not want to delve into the debate about whether the USGA was too aggressive in docking him the two shots. Even though the course was virtually empty at the time, he did, in fact, throw the club.</p><p>He called his comeback story “something to learn from.”</p><p>Asked if there were lessons to be learned from his odyssey around Shinnecock Hills, he said: “Everyone just stop throwing clubs. Just behave.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FOHC4G6A2457BL2252HZCIKERE.jpg?auth=d28a17af8caf7dc965873c8d95200d3206ff103c6ba5c100bcf40339e76b3c66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joaquin Niemann hits from the rough on the third hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Tuesday, June 16, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWC27ERESBSREQBCYQBCS5S2LA.jpg?auth=7d22469de97f17156bc47f719b98bce1fcaadb3baee235346c14479ccd57fa39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joaquin Niemann gestures,on the third hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Tuesday, June 16, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Buscan a niña de 12 años desaparecida en North Lauderdale]]></title><link>https://www.local10.com/espanol/2026/06/21/buscan-a-nina-de-12-anos-desaparecida-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/buscan-a-nina-de-12-anos-desaparecida-en-north-lauderdale/</guid><description><![CDATA[Las autoridades piden ayuda a la comunidad para dar con el paradero de la menor y ofrecen un número de contacto directo con la investigación.]]></description><pubDate>Sun, 21 Jun 2026 20:30:34 +0000</pubDate><content:encoded><![CDATA[<p> Agentes de la Oficina del Alguacil de Broward (BSO) solicitaron la ayuda del público para localizar a una niña de 12 años que desapareció el domingo por la mañana en North Lauderdale.</p><p>Según los agentes de BSO, Kimora McMinns fue vista por última vez alrededor de las 7 a.m. en la cuadra 6800 de la Southwest 17th Street.</p><p>Kimora mide aproximadamente 5 pies con 4 pulgadas, pesa cerca de 140 libras, tiene cabello negro y ojos color café, y vestía pantalones cortos negros, camisa negra, sandalias rosadas y un gorro negro con morado, según las autoridades.</p><p>Los agentes pidieron a cualquier persona con información sobre el paradero de Kimora que llame al detective Chris Blankenship al 954-321-4268.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VY33LEKEQFCE3JLU3OH65GA3EA.jpg?auth=c5ed09cb9b583174a5c61446ad685b114d4db0b78221f68e5b9b1203cc5f7e7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Calor, viento y sequía avivan incendios forestales en el oeste de EEUU]]></title><link>https://www.local10.com/espanol/2026/06/21/calor-viento-y-sequia-avivan-incendios-forestales-en-el-oeste-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/calor-viento-y-sequia-avivan-incendios-forestales-en-el-oeste-de-eeuu/</guid><dc:creator><![CDATA[Por VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[El calor extremo y las condiciones secas y ventosas avivaron varios incendios forestales en el Oeste el domingo, incluido un incendio no contenido en Utah que obligó a evacuar un pequeño pueblo al suroeste de Salt Lake City.]]></description><pubDate>Sun, 21 Jun 2026 23:41:36 +0000</pubDate><content:encoded><![CDATA[<p>El calor extremo y las condiciones secas y ventosas avivaron varios incendios forestales en el Oeste el domingo, incluido un incendio no contenido en Utah que obligó a evacuar un pequeño pueblo al suroeste de Salt Lake City.</p><p>Las autoridades informaron que el Iron Fire, en el condado Juab, Utah, se detectó por primera vez el sábado y había calcinado 87 kilómetros cuadrados (34 millas cuadradas). El incendio, a unos 113 kilómetros (70 millas) al suroeste de Salt Lake City, obligó a evacuar Eureka, de alrededor de 1.000 habitantes, y a personas en un rancho cercano.</p><p>No se habían perdido viviendas, y UTAH Fire Info, una operación de múltiples agencias, indicó en una publicación en X que los bomberos llevaron a cabo con éxito una operación de contrafuego para proteger el pueblo.</p><p>Kelly Wickens, especialista en prevención de incendios de la División de Silvicultura, Incendios y Tierras Estatales de Utah, advirtió que el incendio seguía creciendo en medio de condiciones de sequía. Wickens señaló que el incendio fue provocado por actividad humana y continúa bajo investigación.</p><p>El gobernador de Utah, Spencer J. Cox, visitó el pueblo el domingo.</p><p>“Sabíamos que iba a haber un peligro extremo de incendios y, efectivamente, tuvimos múltiples incendios”, afirmó Cox.</p><p>El Iron Fire era uno de los seis incendios que ardían en Utah con distintos niveles de contención.</p><p>Un incendio forestal provocó evacuaciones durante el fin de semana cerca de Sedona, Arizona, y quemó alrededor de 120 hectáreas (300 acres) de terreno empinado y escabroso cerca de Oak Creek Canyon. Hasta la tarde del domingo, unos 300 efectivos de bomberos estaban combatiendo el incendio, que seguía sin contención. A los residentes evacuados previamente aún no se les permitía regresar a casa.</p><p>Gran parte del oeste de Estados Unidos, desde las Montañas Rocosas hasta la costa del Pacífico, registró temperaturas por encima del promedio este fin de semana, y se anticipaba un clima aún más caluroso para comienzos de esta semana. Las autoridades también advirtieron que el tiempo prolongado, seco y caluroso, junto con una humedad relativamente baja, incrementaba el riesgo de incendios.</p><p>Gran parte de Utah está experimentando una sequía severa a extrema, y partes de Arizona y Colorado atraviesan sequía severa, según el Monitor de Sequía de Estados Unidos. En Colorado, el extremo suroeste del estado estaba bajo una alerta de bandera roja emitida por el Servicio Meteorológico Nacional hasta el lunes, debido a vientos con ráfagas y baja humedad relativa.</p><p>El calor extremo cobró la vida de tres excursionistas en dos incidentes separados la semana pasada en el Gran Cañón. Se esperaba que las temperaturas subieran en el Suroeste el domingo, con un pronóstico de hasta 42,2 grados Celsius (108 grados Fahrenheit) en Carlsbad, Nuevo México.</p><p>Por su parte, el Servicio Forestal de Florida informó que equipos de bomberos de todo el estado casi habían contenido varios incendios de matorrales en el oeste del condado Miami-Dade, en Florida,</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQZQFGD4K4WKDWLU6VVSELKRUA.jpg?auth=a703df15cdf647567960400e09bf6dab4a7512b31d64b9028110b4c4e093ad15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El Iron Fire arde cerca de Eureka, Utah, 20 de junio de 2026. (Kelly Wickens/Utah Forestry, Fire State Lands vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Wickens</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: June 21, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/21/this-week-in-south-florida-full-episode-june-21-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/21/this-week-in-south-florida-full-episode-june-21-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida gubernatorial candidate Byron Donalds, Miami-Dade Commissioner Raquel Regalado and Miami-Dade School Board Member Luisa Santos.]]></description><pubDate>Sun, 21 Jun 2026 19:44:15 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida gubernatorial candidate Byron Donalds, Miami-Dade Commissioner Raquel Regalado and Miami-Dade School Board Member Luisa Santos.</p><p>The full episode can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[Miles Russell, 17, has his dad caddie to finish his US Open debut in a Father's Day surprise]]></title><link>https://www.local10.com/sports/2026/06/21/miles-russell-17-has-his-dad-caddie-to-finish-his-us-open-debut-in-a-fathers-day-surprise/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/miles-russell-17-has-his-dad-caddie-to-finish-his-us-open-debut-in-a-fathers-day-surprise/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Miles Russell had quite a Father's Day gift for his dad: the chance to be caddie in his son's U.S. Open debut.]]></description><pubDate>Sun, 21 Jun 2026 20:40:28 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Miles Russell had quite a Father's Day gift for his dad: the chance to be caddie in his son's U.S. Open debut.</p><p>The 17-year-old amateur surprised his father, Joe, on the 18th hole Sunday when his caddie brought Russell's clubs to him outside the ropes to carry them the rest of the way.</p><p>“It was kind of a fun Father’s Day gift,” Miles Russell said. “Kind of cool since it was my first one. Hopefully it’s something he’ll remember for a long time.”</p><p>Russell had Charlie Woods, Tiger Woods' son and his future teammate at Florida State, carrying the bag for him when he advanced to the U.S. Open through a 36-hole qualifying tournament earlier this month.</p><p>Ramon Bescansa was on the bag for Russell at Shinnecock Hills — but only for 71 1/2 holes.</p><p>As Russell walked toward the 18th green, Bescansa turned toward the ropes and found Joe Russell. He placed the bag down just inside the ropes and removed his caddie bib and handed it to Joe, who put it on.</p><p>According to the NBC broadcast, Miles Russell asked a USGA rules official in the morning if he would be allowed to make the switch and was given permission. Joe Russell was not aware of the plan.</p><p>Miles Russell smiled widely as his father caught up to him and they walked up to the green.</p><p>Russell tapped in for par to finish off an even-par 70 in the final round. After becoming the second-youngest male amateur since World War II to play the weekend at the U.S. Open, he finished at 7 over for the tournament while being paired the final two rounds with fellow amateur Jackson Koivun, who led Auburn to two NCAA championships and is about to turn pro.</p><p>“It was a pretty special week,” Russell said. “Just to be here was really special, and to make the cut was kind of bonus points. I didn’t quite have my best stuff the last two days, but still really cool. Just a great experience.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AP65ZGLMO4C3Q53DRR3QJFRW4A.jpg?auth=78c638e4b1d1d6cc893d23f576e789ea6bc4d4e4ce25b72be394c3f521960b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miles Russell hits from the fairway on the first hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRYA7NJNFVUGIDEPOJKBHZHZKY.jpg?auth=0e9e28cdb213fd03621df7c7b8820b4a15a590c6a3ad000d5d7d7cc73d03d3e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miles Russell walks off the green on the third hole during the second round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Friday, June 19, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NPGSJZOWDHXUWPMZSLB5OZKSNA.jpg?auth=d0134a4273d9dd345c20b8ed2e420eb241f21f83a8fb5f930802a13ba836fb03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miles Russell hits from the fairway on the third hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group F: The Netherlands gets 3 points]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group F competing to move forward to the FIFA World Cup 2026 Round of 32 are The Netherlands (7), Japan (18), Sweden (38), and Tunisia (40).]]></description><pubDate>Fri, 05 Dec 2025 19:28:24 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group F competing to move forward to the FIFA World Cup 2026 Round of 32 are The Netherlands (7), Japan (18), Sweden (38), and Tunisia (40).</p><h3><b>Group-stage progress</b></h3><p><b>JUNE 21: DAY 3</b></p><p><b>Japan gets 3 points after 4-0 victory against Tunisia in Monterrey, Mexico </b></p><p><b>JUNE 20: DAY 2</b></p><p><b>The Netherlands gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/FI7FUDUKOOMJ77NHOIJAVU3Z6M.jpg?auth=4900c2573fba841a1d757c87f8ac5fd8df01c7baf9c08acddd3f6e7c9422e1c1&smart=true&width=1200&height=900" alt="Netherlands' Cody Gakpo (11) celebrates after scoring his side's fourth goal during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)" height="900" width="1200"/><figcaption>Netherlands' Cody Gakpo (11) celebrates after scoring his side's fourth goal during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)</figcaption></figure><ul><li>Game analysis: <a href="https://www.local10.com/sports/2026/06/20/brobbey-and-gakpo-strike-twice-each-as-netherlands-routs-sweden-5-1-to-lead-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/brobbey-and-gakpo-strike-twice-each-as-netherlands-routs-sweden-5-1-to-lead-group-f/">Brobbey and Gakpo strike twice each as Netherlands routs Sweden 5-1 to lead Group F</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/"><b>JUNE 14</b></a><b>: DAY 1</b></p><p><b>Netherlands and Japan each get 1 point </b></p><figure><img src="https://www.local10.com/resizer/v2/RZSB64Z4OYZ4XGHQ5J6A3NOHBI.jpg?auth=9a708fd6807d577f3ef8ea825be2fe7201cd5a1550e6e0e411396ab371c594e6&smart=true&width=1200&height=900" alt="Netherlands goalkeeper Bart Verbruggen (1) gives up a goal to Japan's Daichi Kamada (15) during the World Cup Group F soccer match between the Netherlands and Japan in Arlington, Texas, near Dallas, Sunday, June 14, 2026. (AP Photo/Sam Hodde)" height="900" width="1200"/><figcaption>Netherlands goalkeeper Bart Verbruggen (1) gives up a goal to Japan's Daichi Kamada (15) during the World Cup Group F soccer match between the Netherlands and Japan in Arlington, Texas, near Dallas, Sunday, June 14, 2026. (AP Photo/Sam Hodde)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/news/2026/06/14/daichi-kamadas-late-header-gives-japan-a-2-2-draw-with-the-netherlands-in-world-cup-opener-for-both/" target="_self" rel="" title="https://www.local10.com/news/2026/06/14/daichi-kamadas-late-header-gives-japan-a-2-2-draw-with-the-netherlands-in-world-cup-opener-for-both/">Daichi Kamada’s late goal gives Japan a 2-2 draw with the Netherlands in World Cup opener for both</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=DOZOSNqnTII" target="_self" rel="" title="https://www.youtube.com/watch?v=DOZOSNqnTII">Netherlands’ Virgil van Dijk scores&nbsp;</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=MwZnJfbw9ZY" target="_self" rel="" title="https://www.youtube.com/watch?v=MwZnJfbw9ZY">Japan’s Daichi Kamada scores</a></li></ul><p><b>Sweden gets 3 points after opener</b></p><figure><img src="https://www.local10.com/resizer/v2/K7NJSIV35IVWHLI5M5HOFLIKJU.jpg?auth=3a686963014579f868dd239bddeb0eeca292c63837398ca3c9ea567627563547&smart=true&width=1200&height=900" alt="Sweden's Yasin Ayari (18) scores his team's fifth goal during the World Cup Group F soccer match between Sweden and Tunisia in Guadalupe, near Monterrey, Mexico, Sunday, June 14, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Sweden's Yasin Ayari (18) scores his team's fifth goal during the World Cup Group F soccer match between Sweden and Tunisia in Guadalupe, near Monterrey, Mexico, Sunday, June 14, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/15/sweden-gets-2-goals-from-yasin-ayari-and-pounds-tunisia-5-1-to-move-atop-world-cup-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/sweden-gets-2-goals-from-yasin-ayari-and-pounds-tunisia-5-1-to-move-atop-world-cup-group-f/">Sweden gets 2 goals from Yasin Ayari and pounds Tunisia 5-1 to move atop World Cup Group F</a></li></ul><p><b>The next matches</b></p><p><b>JUNE 25: DAY 4</b></p><p>Tunisia vs. The Netherlands at 7 p.m. in Kansas City, Missouri</p><p>Japan vs. Sweden at 7 p.m. in Arlington, Texas. </p><h3><b>Track the groups’ progress </b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AHJPTNTZ5ZGGNLPCCSKFZGBF5Q.jpg?auth=4455c3a7c741360666320fa5f49cd39be60ba70bf3501dbcbeb083caa2c16cbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Serena Williams will play singles at Wimbledon in her tennis comeback at age 44]]></title><link>https://www.local10.com/sports/2026/06/21/serena-williams-will-play-singles-at-wimbledon-in-stunning-comeback-at-age-44/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/serena-williams-will-play-singles-at-wimbledon-in-stunning-comeback-at-age-44/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[It's been talked about ever since Serena Williams announced nearly three weeks ago that she was returning to professional tennis after almost four years away from the sport.]]></description><pubDate>Sun, 21 Jun 2026 21:18:41 +0000</pubDate><content:encoded><![CDATA[<p>It's been talked about ever since Serena Williams announced nearly three weeks ago that she was returning to professional tennis after almost four years away from the sport.</p><p>Still, seeing the single-sentence announcement from The All England Club that the 23-time Grand Slam champion will play singles at Wimbledon was stunning nonetheless.</p><p>“Serena Williams (USA) receives the final ladies’ singles wild card,” read the key line in Sunday's announcement, which was issued eight days before the grass-court Grand Slam begins.</p><p>At age 44, Williams will actually play both singles and doubles at Wimbledon after already accepting a wild card for the doubles competition with older sister Venus.</p><p>“This is not a drill,” Wimbledon said on its social media accounts Sunday.</p><p>Commented the WTA Tour, “Name a more iconic return…we’ll wait.”</p><p>Wimbledon held open the eighth and final women's singles wild card spot until Williams made up her mind. As recently as earlier this week after losing a doubles match in Berlin, she appeared to be waffling over the decision.</p><p>“Oh my gosh, there are some left?” she replied when she was told there was still a wild card spot open. Wild cards are special invitations handed out by tournament organizers, which allow former champions and others access to the main draw without the necessary entry qualifications. But then she mused about her readiness for it.</p><p>“Do you think I’m ready for singles?” she asked a reporter and then turned to doubles partner Karolina Muchova to ask what she thought.</p><p>“I think I would be interested in it,” the Czech player responded.</p><p>“That’s the question of the hour, right?” Williams said. “I don’t know. I don’t know. I wonder why there’s — I don’t know.”</p><p>Well, now that Williams has made up her mind, the big remaining question is how she can physically handle singles play after so long.</p><p>Serena’s most-recent singles match was a loss to Ajla Tomljanovic in the third round of the 2022 U.S. Open. At the time, she said she didn’t want to use the word “retiring” and instead declared that she was “evolving” away from tennis. Her second daughter was born in 2023.</p><p>“Just finished a mean game of duck duck goose,” Williams said on X after the wild card announcement.</p><p>Of Williams' 23 Grand Slam titles in singles, seven have come at Wimbledon: in 2002, 2003, 2009, 2010, 2012, 2015 and 2016. She’s also won 14 Grand Slams in doubles, all with Venus, and six of them at Wimbledon.</p><p>Serena also swept the singles and doubles (with Venus) titles at the 2012 London Olympics, when the tennis competition was held on the hallowed grass of the All England Club.</p><p>At her last Wimbledon appearance in 2022, Serena was beaten in the opening round by 115th-ranked Harmony Tan in her first match since having to stop less than a set into her opening contest at the All England Club because of an injury the year before.</p><p>Serena won a doubles match with partner Victoria Mboko at Queen’s Club last week but then the pair had to withdraw after Mboko injured her knee in a singles match.</p><p>In another doubles match at the Berlin Open on Tuesday, Serena and Muchova were beaten by Giuliana Olmos and Erin Routliffe.</p><p>As of Sunday, Serena had not entered the singles draws of any grass-court tuneup tournaments before Wimbledon.</p><p>She will learn who her first-round opponent is on Friday when the singles draws for Wimbledon are held.</p><p>While she’s No. 593 in the doubles rankings courtesy of her victory last week, Serena has no singles ranking after being away for so long.</p><p>Iga Swiatek is the defending Wimbledon champion, while Aryna Sabalenka is ranked No. 1.</p><p>Because Serena has no ranking, she could potentially face Swiatek, Sabalenka or any other top-ranked player in the opening rounds.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KA62FE7DGEAUC54LWL6ZDMLHDM.jpg?auth=5d744fbfc4579811b9886cc369784d7e0e018ee3e4a2d652e0f9ab03ac09361c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the U.S. returns the ball as she and Czech Republic's Karolina Muchova play during their round of 16 doubles match against New Zealand's Erin Routliffe and Mexico's Giuliana Olmo during the WTA 500 Berlin Open tennis tournament at Steffi Graf Stadium, in Berlin, Germany, Tuesday, June 16, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CHHVDTGSCWTQU2GL6SNJGYQJFQ.jpg?auth=3695cf2d4cefb4a0ed51445a14846db61256d5b47c1ac2d52f9acd626f39f7f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the U.S. tosses the ball in the air to serve as she and Czech Republic's Karolina Muchova play during their round of 16 doubles match against New Zealand's Erin Routliffe and Mexico's Giuliana Olmo during the WTA 500 Berlin Open tennis tournament at Steffi Graf Stadium, in Berlin, Germany, Tuesday, June 16, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BN3LJEH4VBFUYSLDTBVJVBZLSM.jpg?auth=8d062963f36eaac9947d81f0f2ec02a32693e1217518716330371ce6cdd355da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the U.S. returns the ball as she and Czech Republic's Karolina Muchova play during their round of 16 doubles match against New Zealand's Erin Routliffe and Mexico's Giuliana Olmo during the WTA 500 Berlin Open tennis tournament at Steffi Graf Stadium, in Berlin, Germany, Tuesday, June 16, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WO5KK2GMNZX6TATPVTKWAUKMTM.jpg?auth=69e20805a715326c9c80b9098eba42fecac4183b0d8f2f28ec07ad6e2151a6da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Serena Williams, left, and Venus Williams of the U.S hold their trophies after winning the women's doubles final against Yaroslava Shvedova of Kazahkstan and Timea Babos of Hungary on day thirteen of the Wimbledon Tennis Championships in London, July 9, 2016. (AP Photo/Tim Ireland, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Ireland</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBRTFFL6SGH2RE772BF53RGBA4.jpg?auth=ad4defba1d619d784d4449fcabe21e8fecd303099c1b50cf3eb959eeeac76e21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, hits a return as she and playing partner Victoria Mboko of Canada play against Nicole Melichar-Martinez of Canada and Erin Routliffe of New Zealand during their first round doubles match at the Queen's Club tennis championships in London, Tuesday, June 9, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[Heat, wind and drought conditions spark wildfires in US West]]></title><link>https://www.local10.com/news/2026/06/21/heat-wind-and-drought-conditions-spark-wildfires-in-us-west/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/21/heat-wind-and-drought-conditions-spark-wildfires-in-us-west/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[Extreme heat and dry, windy conditions fueled several wildfires in the West on Sunday, including an uncontained blaze in Utah that forced the evacuation of a small town southwest of Salt Lake City.]]></description><pubDate>Sun, 21 Jun 2026 23:34:57 +0000</pubDate><content:encoded><![CDATA[<p>Extreme heat and dry, windy conditions fueled several wildfires in the West on Sunday, including an uncontained blaze in Utah that forced the evacuation of a small town southwest of Salt Lake City.</p><p>The Iron Fire in Utah’s Juab County was first detected Saturday and had blackened 34 square miles (87 square kilometers), authorities said. The fire about 70 miles (113 kilometers) southwest of Salt Lake City forced the evacuation of Eureka, population 1,000, and people at a nearby ranch.</p><p>No homes had been lost, and UTAH Fire Info, a multiagency operation, said in a post on X that firefighters conducted a successful backburn operation to protect the town.</p><p>Kelly Wickens, a fire prevention specialist with the Utah Division of Forestry Fire and State Lands, warned that the fire was continuing to grow amid drought conditions. Wickens said the fire was human-caused and remains under investigation.</p><p>Utah Gov. Spencer J. Cox visited the town Sunday.</p><p>“We knew that there was going to be extreme fire danger, and sure enough we had multiple fires,” Cox said.</p><p>The Iron Fire was one of six fires burning in Utah at varying levels of containment.</p><p>A wildfire prompted evacuations over the weekend near Sedona, Arizona, burning about 300 acres (120 hectares) of steep and rugged terrain near Oak Creek Canyon. As of Sunday afternoon, about 300 fire personnel were fighting the blaze, which remained uncontained. Residents evacuated earlier were still not being allowed to return home.</p><p>Much of the Western U.S. from the Rockies to the Pacific coast saw above-average temperatures this weekend with even hotter weather anticipated for early this week. Officials warned that the prolonged dry, hot weather and relatively low humidity increased the risk of fire danger.</p><p>Much of Utah is experiencing severe to extreme drought, while parts of Arizona and Colorado are experiencing severe drought, according to the U.S. Drought Monitor. In Colorado, the southwest corner of the state was under a red flag warning issued by the National Weather Service until Monday, due to gusty winds and low relative humidity.</p><p>Extreme heat claimed the lives of three hikers in two separate incidents last week in the Grand Canyon. Temperatures were expected to climb in the Southwest on Sunday, with a forecast of up to 108 degrees Fahrenheit (42.2 C) in Carlsbad, New Mexico.</p><p>Meanwhile, the Florida Forest Service said fire crews from across the state had nearly contained several brush fires in western Miami-Dade County in Florida,</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBWCQTWQ5XPNKUNN5EMGOP2XQQ.jpg?auth=33ee5a84b31feb785f02406597f34153faa50fa76bf7233ff1dbdb6a30712d07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Iron Fire burns outside near Eureka, Utah, Jun. 20, 2026. (Kelly Wickens/Utah Forestry, Fire State Lands via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Wickens</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KOCEYGKIJF6G4QBR3JFEOTQ2DM.jpg?auth=e081dd259cab656dfae614bb03588fc96a7e2fc0505ab8731f0a458f0f8b73cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Iron Fire burns outside near Eureka, Utah, Jun. 20, 2026. (Kelly Wickens/Utah Forestry, Fire State Lands via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Wickens</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CXJHA6IIHPHEMP3PCKWDK4HC3E.jpg?auth=f57042260f9423c9a601931de88243cbc4a96ded75687bd5d0de8468f1b18d35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Iron Fire burns outside near Eureka, Utah, Jun. 20, 2026. (Kelly Wickens/Utah Forestry, Fire State Lands via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Wickens</media:credit></media:content></item><item><title><![CDATA[Muere el comandante cubano Ramiro Valdés, compañero de lucha de Fidel y Raúl Castro]]></title><link>https://www.local10.com/espanol/2026/06/21/muere-el-comandante-cubano-ramiro-valdes-companero-de-lucha-de-fidel-y-raul-castro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/21/muere-el-comandante-cubano-ramiro-valdes-companero-de-lucha-de-fidel-y-raul-castro/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — El comandante de la revolución cubana, ex vicepresidente y antiguo jefe de la poderosa seguridad del Estado de la isla, Ramiro Valdés Menéndez falleció este domingo, informó el Partido Comunista y el gobierno de la isla. Tenía 94 años.]]></description><pubDate>Sun, 21 Jun 2026 22:52:50 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El comandante de la revolución cubana, ex vicepresidente y antiguo jefe de la poderosa seguridad del Estado de la isla, Ramiro Valdés Menéndez falleció este domingo, informó el Partido Comunista y el gobierno de la isla. Tenía 94 años.</p><p>Una nota oficial firmada del Partido Comunista de Cuba (PCC) y el gobierno de la isla informaron del deceso sin ofrecer detalles de la muerte del dirigente, uno de los compañeros más destacados de Fidel y Raúl Castro desde el asalto al Cuartel Moncada en 1953 y una influyente figura de la historia revolucionaria en la nación caribeña.</p><p>Tampoco se indicó por lo pronto cómo se desarrollarán las exequias del veterano dirigente.</p><p>“Ramiro Valdés Menéndez es merecedor del respecto y la admiración del pueblo de Cuba por su entrega y probada lealtad a la causa revolucionaria”, expresó la información publicada por el portal oficial Cubadebate.</p><p>El presidente Miguel Díaz-Canel reaccionó inmediatamente en su cuenta personal en la red social X. “La partida física del comandante de la Revolución, Ramiro Valdés Menéndez, duele profundamente, como la de un padre. Así lo quise y respeté siempre. Así recordaré su apoyo y consejos, su discreta colaboración y ejemplar consagración al servicio de la Patria”, expresó.</p><p>“Cada acto de la vida del Comandante Ramiro estuvo signado por su fidelidad absoluta al liderazgo de Fidel y Raúl, a sus compañeros de lucha y al Programa del Moncada”, indicó el mandatario al recordar la participación iniciática de Valdés en el fallido asalto al fuerte militar que sin embargo fue el puntapié inicial de a revolución cubana.</p><p>Un hombre de poder</p><p>Valdés llegó a dirigir las fuerzas de seguridad del Estado y más tarde se volvió el tercer político más importante de la Cuba en la década pasada.</p><p>Su popularidad entre los cubanos y extranjeros obedecía tanto a haber sido de los pocos funcionarios que una vez caídos en desgracia por tener diferencia con el fallecido presidente Fidel Castro volvieron al poder; como por sus polémicas declaraciones sobre internet y las nuevas tecnologías en Cuba --donde estaban limitadas entonces-- considerándolas una suerte de bestias que debían ser dominadas pues sino podían convertirse en una fuente de exterminio para la humanidad.</p><p>“El potro salvaje puede y debe ser dominado, y las infocomunicaciones, puestas en función de la paz y desarrollo”, dijo Valdés sobre internet en un encuentro de expertos en febrero de 2007, cuando además era ministro de Informática y las Comunicaciones.</p><p>Pocas veces aparecía en público y nunca hablaba con la prensa.</p><p>Valdés fue una figura clave en la lucha revolucionaria y los primeros años del gobierno del presidente Fidel Castro, pero en 1986, tras una discusión cuando era ministro del Interior se alejó del poder por 17 años.</p><p>En 2003, de manera sorpresiva, Valdés fue reincorporado al Consejo de Estado de Cuba, el órgano ejecutivo gobernante de la isla, y en 2006, el presidente Raúl Castro, en su primera gran decisión tras el relevo de su convaleciente hermano Fidel, seleccionó a este hombre para que dirigiera el Ministerio de Informática y las Comunicaciones, pese a que entonces ya superaba los 70 años.</p><p>En 2009 recibió incluso un ascenso y se lo designó como vicepresidente del Consejo de Ministros, manteniéndose como titular de Comunicaciones, sin embargo en 2011 se lo liberó de esta tarea pero mantuvo el cargo de mayor rango que ocupó hasta 2019.</p><p>La resurrección política de Valdés se completó en 2011: justo antes de cumplir 79 años, fue elegido como el número tres en la dirección del Partido Comunista, sólo por debajo de Raúl y José Ramón Machado Ventura, otra histórica figura.</p><p>En 2019, bajo la renovación de cargos impuesta por la nueva Constitución, se convirtió en Vice Primer Ministro de la República de Cuba, un figura creada por esa Carta Magna.</p><p>Valdés Menéndez nació el 28 de abril de 1932 en la ciudad occidental de Artemisa, no lejos de La Habana.</p><p>Tenía apenas 21 años cuando fue reclutado para participar en el ataque que encabezó Fidel Castro en 1953 contra un cuartel militar —el Moncada— con el que inició una revolución que derrocaría al dictador Fulgencio Batista.</p><p>Valdés siguió en el terreno de combate bajo el liderazgo del legendario guerrillero Ernesto “Che” Guevara y se convirtió uno de los pocos rebeldes que poseían el título honorífico de Comandante de la Revolución. Valdés también fue un “Héroe de la República de Cuba”.</p><p>Después que el Partido Comunista de Cuba se fundó en 1965, Valdés fue nombrado miembro del Comité Central así como del más exclusivo Buró Político. Tuvo un asiento en el Consejo de Estado, el cuerpo ejecutivo de gobierno en Cuba.</p><p>El gobierno nunca explicó la decisión de separarlo del cargo en 1986 tras su pelea con Castro.</p><p>Valdés se ausentó de la vida pública hasta 1997, cuando encabezó una misión a Bolivia para encontrar y devolver a Cuba los restos de Guevara, asesinado en el país sudamericano tres décadas antes cuando intentaba iniciar una revolución.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WVPK3D7HSCE5E3NF2ROFZVA6SI.jpg?auth=e5833d5d3067bdf6021df34b456ac4f6d3c860862f093a1b60408bed6551b3b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente cubano Miguel Díaz-Canel, derecha, Raúl Castro, centro, el comandante Ramiro Valdés, centro izquierda, y José Ramón Machado Ventura, izquierda, asisten a un evento para conmemorar el 172do aniversario del nacimiento del héroe de la independencia nacional José Martí, en La Habana, el 27 de enero de 2025. (Foto AP/Ramón Espinosa, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Argentina may have America to thank for Lionel Messi's latest World Cup heroics]]></title><link>https://www.local10.com/sports/2026/06/21/argentina-may-have-america-to-thank-for-lionel-messis-latest-world-cup-heroics/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/21/argentina-may-have-america-to-thank-for-lionel-messis-latest-world-cup-heroics/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Lionel Messi's move to America will look like a masterstroke if he leads Argentina to back-to-back World Cup titles.]]></description><pubDate>Sun, 21 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Lionel Messi’s move to America will look like a masterstroke if he leads Argentina to back-to-back World Cup titles.</p><p>His decision to join Inter Miami in 2023 has already been good for all parties, raising the profile of soccer in the United States, delivering titles for his club and writing a new chapter in his storied career.</p><p>But Argentina could be the biggest winner of all, with Messi arriving at what might be his last World Cup with his powers still at stratospheric levels aged 38.</p><p>“Leo will be the best for as long as he wants; he has been doing it every single match for the last 20 years,” said Argentina coach Lionel Scaloni.</p><p>Thierry Henry described him as “on the moon” after his hat trick in Argentina’s opening game against Algeria.</p><p>“Leo is just different. It’s just a different topic,” Henry told Fox Sports.</p><p>Messi scored his first hat trick at a World Cup and also moved level on 16 goals with Miroslav Klose as the leading scorer in tournament history.</p><p>“I tried to prepare myself in the best possible way to feel good physically, to feel useful, and to be able to help the group,” Messi said.</p><p>That’s an understatement.</p><p>Despite saying the last World Cup was likely his last, Messi is once again at the heart of the Argentina team, its biggest creative and attacking threat. At this stage of his career, that was far from guaranteed.</p><p>“We should be used to this, but if you ever needed any more confirmation that when it comes to Argentina, Messi is the system, he is the tactic, he’s the formation, he’s the identity and he is the heart,” Fox analyst Alexi Lalas said after the 3-0 win against Algeria. “It was something to behold.”</p><p>Messi has not lost his rhythm after US move</p><p>Messi left behind the intensity of European soccer to join Inter Miami in 2023, delivering a massive boost for Major League Soccer.</p><p>He said he wanted to “live football in another way” and while that included changes to his home life in the U.S., there was also a step down in the level of competition compared to Europe’s top leagues.</p><p>But at a time when top players are warning of burnout because of soccer’s increasingly congested calendar, Messi appears to be benefiting from making the move. He has played fewer games in the U.S. than at the height of his Barcelona career when he could play in excess of 50 a season. His performance at the start of this World Cup shows he hasn’t lost his sharpness even if he is not regularly facing the world’s top defenders in MLS.</p><p>“I love to play, to compete. And no matter where it is, today I find myself at another World Cup, which brings extra happiness, but I prepare myself just as I have done throughout my entire career,” he said.</p><p>Many people already rated the eight-time Ballon d’Or winner as the greatest soccer player of all time. But even past his peak years, he has hit new heights on the sport’s biggest stage.</p><p>His long-awaited World Cup triumph in 2022 came after his move away from Barcelona, where he was winning Champions League titles and setting scoring records, but repeatedly fell short with Argentina in international tournaments.</p><p>He was at Paris Saint-Germain when, as a 35-year-old and playing in his fifth World Cup, he finally managed to win the one trophy that had eluded him. Again, Argentina may have been the beneficiary of its icon taking a step down at club level.</p><p>While PSG hoped Messi’s arrival could deliver the Champions League, the domestic competition in France is not regarded as highly as Spain’s. Messi no longer faced such intense soccer on a weekly basis.</p><p>He went on to produce his finest form at a World Cup in 2022, scoring seven goals, including two in the final as Argentina beat France in a penalty shootout. He managed just one goal at the previous edition in Russia.</p><p>Messi is an inspiration for his teammates</p><p>He is back again four years later and looks like he is in the mood for more.</p><p>His Inter Miami teammate Rodrigo De Paul has spoken of the extra training both players had put in to ensure they were in peak condition for the tournament.</p><p>“We killed ourselves to, physically, arrive in the best way,” De Paul said.</p><p>Messi, meanwhile, has taken inspiration from Rafa Nadal after watching the Netflix docuseries on the tennis great’s drive to stay at the top of his game.</p><p>“I am very similar in that sense. I always want to feel good. As long as I can and I am well, I will be there,” Messi said.</p><p>For his teammates, he is simply the biggest inspiration.</p><p>“What Leo transmits is spectacular, it is hard to explain,” said Scaloni. “His teammates view him both as a God and as a kid from the neighborhood.</p><p>“Honestly, you just run out of words. Beyond the goals he scores, it is what he transmits—both to his teammates and to the fans. We will miss him.”</p><p>___</p><p>AP sports writer Debora Rey contributed to this report from Dallas.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SA6JNA24ONE3KTSSL2HUOK4ZA.jpg?auth=49d5fa4a3837ca0650b9b20975497e9716a6984a3728fed3e40ac222a4c056f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi reacts after scoring his third goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (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/2ITQCAHRWWTD7745RLIR6CIOOY.jpg?auth=4ca783b2095166b99bb2e626be6112366a73fdbf9956048fbf79a066cdd81f05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man rides a bike past a new mural by artist Disem featuring Inter Miami players competing for their national teams in the 2026 World Cup, in Miami's Little Havana neighborhood, Wednesday, June 17, 2026. Pictured, from right, are Rodrigo De Paul and Lionel Messi of Argentina, Dayne St. Clair of Canada, and Ian Fray of Jamaica. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYQSRQHHSU7V7CVMJQWT3EGXSU.jpg?auth=6e42c63e80b34eb5e358fbaa5a6b13db0ef9ccea86e12a4b2644156aa129967a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates with teammates after scoring their third goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBH4OVB4DOOIMOS6NMOA7GJSSM.jpg?auth=facbcccb4d09362935be4be2736fb01eb1067d4b3fad2dc6deb6709f49a869b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi celebrates after scoring his team's second goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (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/LDATD2YJIIZ2DTRLHTWITXJ4QA.jpg?auth=40c02c512b77df2c18117310260aa660fac3e66d6c0467be47851763503f9769&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates after scoring his second goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content></item><item><title><![CDATA[7 killed and dozens injured following series of weekend shootings in Chicago]]></title><link>https://www.local10.com/news/2026/06/21/7-killed-and-dozens-injured-following-series-of-weekend-shootings-in-chicago/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/21/7-killed-and-dozens-injured-following-series-of-weekend-shootings-in-chicago/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — A spate of shootings in Chicago has led to at least seven deaths and 38 injuries since Friday evening, police say, prompting President Donald Trump to renew his call for a military intervention in the nation's third-largest city.]]></description><pubDate>Sun, 21 Jun 2026 20:57:08 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — A spate of shootings in Chicago has led to at least seven deaths and 38 injuries since Friday evening, police say, prompting President Donald Trump to renew his call for a military intervention in the nation's third-largest city.</p><p>“Why isn’t Governor Pritzker calling me for help. I could make Chicago a safe City in ONE MONTH, in ONE YEAR, it would be one of the safest!!!” Trump said in a Sunday morning Truth Social post.</p><p>The office of Illinois Gov. JB Pritzker, a potential 2028 Democratic presidential contender who has repeatedly rebuffed Trump's calls for a military intervention, did not immediately respond to a request for comment. Under Trump, National Guard troops have been deployed on crime-fighting missions in Democrat-led cities including New Orleans, Washington, D.C. and Memphis, Tennessee.</p><p>While Chicago Police Department data shows a slight uptick in shooting incidents compared to the first half of last year, violent crime rates have generally dropped in the city over the past few years, in parallel with national trends.</p><p>Preliminary information shared by Chicago police indicate there have been at least two dozen shooting incidents since 5 p.m. on Friday. Those killed by gunfire include a 21-year-old shot in the chest Sunday, an 18-year-old shot in the armpit Saturday evening and a 50-year-old shot in the chest Friday.</p><p>At least 12 people in a crowd on a Chicago street suffered gunshot wounds Friday evening after an SUV pulled up and two people inside started shooting, police said.</p><p>The eight men and four women in the group ranged in age from 17 to 47. They were being treated at four hospitals. Police said another man suffered unknown injuries and refused medical treatment.</p><p>That shooting happened on Juneteenth, a holiday that celebrates the end of slavery in the U.S. Earlier Friday, former President Barack Obama and former first lady Michelle Obama welcomed the first visitors to his presidential center on the South Side.</p><p>“What should have been a night of celebration and community reflection for Juneteenth was shattered by a horrific act of violence,” Mayor Brandon Johnson said in an X post Saturday. “My thoughts and prayers are with the victims and their loved ones.”</p><p>“Violence has no place in our city, and those responsible will be held accountable," he said.</p><p>Other major U.S. cities experienced gun-related violence over the weekend. In Philadelphia, two people were killed and two others wounded following a shooting early Sunday morning, according to Fox-29. In Cincinnati, a shooting killed three people Saturday evening, WLWT reported. And police in Kansas City, Missouri say they are investigating a shooting Friday evening that left one dead and five wounded.</p><p>___</p><p>Associated Press writer Jack Brook contributed from New Orleans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6LIZGJRT3WTZUC6LBFYSD4FL3Y.jpg?auth=010008469e2f83332f95541f1664fa164147d5d919d6a47d755d8c126f78fd64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Chicago city skyline is seen Aug. 27, 2025. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Mourners gather in Beirut to pay respects to Lebanese conservationist who died after Israeli strike]]></title><link>https://www.local10.com/tech/2026/06/21/mourners-gather-in-beirut-to-pay-respects-to-lebanese-conservationist-who-died-after-israeli-strike/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/21/mourners-gather-in-beirut-to-pay-respects-to-lebanese-conservationist-who-died-after-israeli-strike/</guid><dc:creator><![CDATA[By SALLY ABOU ALJOUD and ALI SHARAFEDDINE, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Mourners gathered Sunday in Beirut to pay their respects to a much-loved Lebanese conservationist who died after succumbing to wounds sustained in an Israeli strike on her home on the country’s southern coast.]]></description><pubDate>Sun, 21 Jun 2026 19:43:32 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Mourners gathered Sunday in Beirut to pay their respects to a much-loved Lebanese conservationist who died after succumbing to wounds sustained in an Israeli strike on her home on the country’s southern coast.</p><p>Mona Khalil, who spent more than two decades protecting sea turtles along Lebanon’s coastline, was critically injured in the strike on her home in the village of Mansouri earlier this month and died of her wounds Friday. She was 76.</p><p>The Orange House, which Khalil helped build into a small conservation hub and ecotourism site in Mansouri, became a refuge for endangered loggerhead and green sea turtles and a training ground for volunteers documenting nesting activity along the coast.</p><p>News of her death triggered an outpouring of grief among environmentalists and those who volunteered and worked with her over the years.</p><p>Journalist and environmental activist Fadia Jomaa first met Khalil in 2016 while researching sea turtles in Lebanon and then decided to volunteer with her project.</p><p>For the volunteers, “this relationship didn’t stop at being a volunteering relationship — Mona became our mother,” Jomaa said.</p><p>Jomaa became one of Khalil’s closest collaborators, eventually helping manage the sea turtle conservation project with her. She also brought her own children to volunteer, introducing them to the work of protecting nesting turtles and hatchlings along Lebanon’s southern coast.</p><p>During the previous war between Israel and the Lebanese militant group Hezbollah in 2024, Khalil initially refused to leave Al-Mansouri beach, Jomaa said. The Lebanese army ultimately persuaded her to evacuate for her safety. “She was the last one to leave the area,” Jomaa said.</p><p>“She had an awful time in Beirut,” Jomaa said, adding that Khalil longed to return to the south, to the Orange House and the beach she had spent years protecting.</p><p>Another Israel-Hezbollah war erupted in March. Hezbollah fired across the border into Israel on March 2, two days after Israel and the U.S. attacked its ally, Iran.</p><p>Khalil could have left Lebanon altogether. She held Dutch as well as Lebanese citizenship, having lived in the Netherlands before returning to Lebanon and settling in what had once been her grandmother’s home — the building that would later become known as the Orange House</p><p>But she refused to leave her home again.</p><p>“She said I am a civilian, I have no weapons, I will shut my door," Jomaa said.</p><p>On June 4, an Israeli strike hit her home. Khalil and her domestic worker were rushed to the hospital. It was not clear what the intended target of the strike was.</p><p>The Israeli military said in a statement that Khalil “was not a target of the IDF” and that “there is no known IDF strike in which she was injured,” but added that “strikes were conducted in the area after the IDF issued evacuation warnings.” It said it “deeply regrets any harm caused to civilians and remains committed to operating in accordance with international law.”</p><p>Khalil's condition initially appeared hopeful after surgery, Jomaa said, but she succumbed to her wounds two weeks later.</p><p>“It is a great loss for conservation, for the country, and for all of us who cared about the sea and the natural heritage of Lebanon,” said Johnny Baaklini, a former volunteer at the Orange House who worked closely with Khalil.</p><p>Like Jomaa, he recalled that Khalil “treated us, the conservation advocates, like her kids.”</p><p>“It feels impossible to describe the impact Mona personally had on me and on so many other young naturalists,” he said.</p><p>At the heart of Khalil’s work was a narrow stretch of coastline, Al-Mansouri beach in Tyre province. Each nesting season, she and volunteers would patrol the beach at night, marking fresh tracks in the sand and carefully relocating vulnerable nests away from human activity and coastal light pollution.</p><p>The Orange House also functioned as a small beachfront bed-and-breakfast.</p><p>During the summer nesting season, Khalil organized sea turtle hatchling viewings for visitors. Many families brought their children to watch the small miracle unfold.</p><p>These viewings typically took place at sunset, when volunteers would guide groups to the beach to observe hatchlings making their way from protected nests to the sea.</p><p>“She used to say, ‘My soul will stay here,’” Jomaa said, recalling conversations in which Khalil would point to an olive tree or a small hill overlooking Al-Mansouri beach. “She used to say, ‘This is where you will bury me.’”</p><p>Where Khalil will ultimately be buried remains uncertain and is tied to the security situation in the area, Jomaa said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GU54YFWLW6HRWV3RBMWCMD7KZE.jpg?auth=dcfc09ff7c234ea0d2c04bd03e5455e3441845fad9e01a8e768e4bae7b97216a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mona Khalil, a Lebanese conservationist who died on Friday after being wounded in an Israeli strike on her home on Lebanon's southern coast, releases baby sea turtles in Mansouri village near Tyre city, south Lebanon, July 29, 2018. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKCJJDXPO7MGIXMFIL2HKH643E.jpg?auth=e40b489485568ac227a42a11d2e8cc080af4a897588e36859da6cea2d5f047fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mona Khalil, a Lebanese conservationist who died on Friday after being wounded in an Israeli strike on her home on Lebanon's southern coast, attends an event of releasing baby sea turtles in Mansouri village near Tyre city, south Lebanon, July 31, 2019. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYXI36HGCZ55FNKL3C2S5VCZT4.jpg?auth=6aeb2aee017f0bd13161733bf701ddce96ef1d007229a0216969c61962108fc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mona Khalil, a Lebanese conservationist who died on Friday after being wounded in an Israeli strike on her home on Lebanon's southern coast, gestures during a event of releasing baby sea turtles in Mansouri village near Tyre city, south Lebanon, July 31, 2019. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content></item></channel></rss>