You are here

C4. Radical Labor

Take the Pledge for Migrant Farm Worker Safety

Migrant Workers Alliance for Change - Thu, 08/06/2026 - 13:43
Road Safety for All Pledge /* * ROAD SAFETY FOR ALL — MWAC PLEDGE PAGE * This can be pasted into a Custom HTML block. */ .mwac-pledge-page { --ink: #15211b; --muted: #5d6962; --cream: #f5f0e6; --cream-dark: #ebe3d3; --white: #ffffff; --green: #125b42; --green-dark: #093d2c; --green-soft: #e3eee8; --yellow: #f5c63e; --yellow-light: #fff2bd; --red: #bf4032; --line: #d4ddd7; --shadow: 0 16px 42px rgba(14, 58, 42, 0.11); color: var(--ink); font-family: inherit; line-height: 1.55; background: var(--white); overflow: hidden; } .mwac-pledge-page *, .mwac-pledge-page *::before, .mwac-pledge-page *::after { box-sizing: border-box; } .mwac-pledge-page a { color: inherit; } .mwac-pledge-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; } /* HERO */ .mwac-pledge-hero { position: relative; padding: clamp(62px, 8vw, 100px) 0 72px; color: var(--white); background: radial-gradient(circle at 84% 10%, rgba(245, 198, 62, 0.23), transparent 28%), linear-gradient(135deg, var(--green-dark), var(--green)); } .mwac-pledge-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 28px; background: var(--cream); clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%); } .mwac-pledge-hero-grid { display: block; } .mwac-pledge-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--yellow); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; } .mwac-pledge-kicker::before { content: ""; width: 32px; height: 4px; border-radius: 99px; background: currentColor; } .mwac-pledge-title { max-width: 780px; margin: 0; font-size: clamp(2.9rem, 7vw, 5.9rem); line-height: 0.95; letter-spacing: -0.055em; font-weight: 900; } .mwac-pledge-lead { max-width: 770px; margin: 26px 0 0; color: rgba(255, 255, 255, 0.91); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.52; } .mwac-pledge-lead strong { color: var(--yellow); } .mwac-pledge-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; } .mwac-pledge-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 23px; border: 2px solid transparent; border-radius: 8px; font-weight: 900; line-height: 1.1; text-decoration: none; transition: transform 160ms ease, background 160ms ease, color 160ms ease; } .mwac-pledge-button:hover { transform: translateY(-2px); } .mwac-pledge-button-primary { background: var(--yellow); color: var(--ink) !important; } .mwac-pledge-button-secondary { border-color: rgba(255, 255, 255, 0.5); color: var(--white) !important; } .mwac-pledge-hero-card { padding: 26px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 14px; background: rgba(255, 255, 255, 0.09); backdrop-filter: blur(8px); } .mwac-pledge-hero-card-label { margin: 0 0 11px; color: var(--yellow); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; } .mwac-pledge-hero-card h2 { margin: 0; font-size: 1.5rem; line-height: 1.15; font-weight: 900; } .mwac-pledge-hero-card p { margin: 12px 0 0; color: rgba(255, 255, 255, 0.82); font-size: 0.95rem; } .mwac-pledge-places { margin-top: 19px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.2); color: var(--white); font-size: 0.84rem; font-weight: 800; line-height: 1.7; } /* FRAMING */ .mwac-pledge-framing { padding: 72px 0 54px; background: var(--cream); } .mwac-pledge-framing-header { max-width: 1040px; margin-bottom: 28px; } .mwac-pledge-framing-body { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 50px; align-items: start; } .mwac-pledge-section-label { margin: 0 0 12px; color: var(--green); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; } .mwac-pledge-heading { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.04; letter-spacing: -0.04em; font-weight: 900; } .mwac-pledge-framing-copy p { margin: 20px 0 0; color: var(--muted); font-size: 1.06rem; } .mwac-pledge-mobility-card { padding: 30px; border-left: 8px solid var(--yellow); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: var(--shadow); } .mwac-pledge-mobility-card h3 { margin: 0; color: var(--green-dark); font-size: 1.55rem; line-height: 1.16; font-weight: 900; } .mwac-pledge-mobility-card p { margin: 15px 0 0; color: var(--muted); font-size: 1.02rem; } .mwac-pledge-visibility { margin-top: 20px; padding: 20px; border-radius: 10px; background: var(--green-soft); color: var(--green-dark); font-weight: 750; } /* PEOPLE / MEMORY */ .mwac-pledge-people { padding: 16px 0 76px; background: var(--cream); } .mwac-pledge-people-header { max-width: 830px; margin-bottom: 30px; } .mwac-pledge-people-header p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 1.05rem; } .mwac-pledge-people-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; } .mwac-person-card { grid-column: span 2; min-height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: 0 8px 24px rgba(18, 52, 39, 0.06); } .mwac-person-card:nth-child(4), .mwac-person-card:nth-child(5) { grid-column: span 3; } .mwac-person-year { display: inline-block; margin-bottom: 13px; padding: 5px 9px; border-radius: 99px; background: var(--yellow-light); color: var(--ink); font-size: 0.74rem; font-weight: 900; } .mwac-person-card h3 { margin: 0; color: var(--green-dark); font-size: 1.25rem; line-height: 1.2; font-weight: 900; } .mwac-person-card p { margin: 10px 0 0; color: var(--muted); font-size: 0.95rem; } .mwac-person-card-featured { border-top: 7px solid var(--red); } .mwac-pledge-remembrance { margin: 20px 0 0; padding: 20px 24px; border-radius: 11px; background: var(--green-dark); color: var(--white); font-size: 1.03rem; font-weight: 750; } /* COMMITMENTS */ .mwac-pledge-commitments { padding: 76px 0 82px; background: var(--white); } .mwac-pledge-section-header { max-width: 790px; margin-bottom: 36px; } .mwac-pledge-section-header p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; } .mwac-pledge-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: pledge-item; } .mwac-pledge-item { position: relative; min-height: 100%; padding: 28px 28px 28px 82px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); box-shadow: 0 8px 25px rgba(18, 52, 39, 0.05); counter-increment: pledge-item; } .mwac-pledge-item::before { content: counter(pledge-item); position: absolute; top: 26px; left: 26px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 900; } .mwac-pledge-item h3 { margin: 0; color: var(--green-dark); font-size: 1.14rem; line-height: 1.26; font-weight: 900; } .mwac-pledge-item p { margin: 10px 0 0; color: var(--muted); font-size: 0.98rem; } .mwac-pledge-invitation { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; margin-top: 28px; padding: 24px; border-radius: 12px; background: var(--green-soft); } .mwac-pledge-invitation-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 1.15rem; font-weight: 900; } .mwac-pledge-invitation .mwac-pledge-section-label { margin: 0 0 7px; } .mwac-pledge-invitation h3 { margin: 0; color: var(--green-dark); font-size: 1.18rem; font-weight: 900; } .mwac-pledge-invitation p { margin: 7px 0 0; color: var(--muted); } /* SIGNING FORM */ .mwac-pledge-sign { padding: 84px 0; background: var(--cream); } .mwac-pledge-sign-grid { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: 54px; align-items: start; } .mwac-pledge-sign-copy { position: sticky; top: 28px; } .mwac-pledge-sign-copy p { margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; } .mwac-pledge-confirmation { margin: 26px 0 0; padding: 20px; border-radius: 10px; background: var(--yellow-light); color: var(--ink); font-weight: 750; } .mwac-pledge-privacy { margin-top: 18px !important; font-size: 0.92rem !important; } .mwac-pledge-form-card { padding: clamp(24px, 4vw, 42px); border-top: 10px solid var(--green); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); } .mwac-pledge-form-title { margin: 0 0 8px; color: var(--green-dark); font-size: 1.55rem; font-weight: 900; } .mwac-pledge-form-note { margin: 0 0 26px; color: var(--muted); font-size: 0.94rem; } /* ACTION NETWORK FORM OVERRIDES */ .mwac-an-form .can_embed #can_embed_form, .mwac-an-form .can_embed #can_embed_form_inner { margin: 0 !important; padding: 0 !important; background: transparent !important; color: var(--ink) !important; font-family: inherit !important; } .mwac-an-form .can_embed #logo_wrap, .mwac-an-form .can_embed .international_link-wrap, .mwac-an-form .can_embed .action_status_tracker { display: none !important; } .mwac-an-form .can_embed #can_embed_form h1, .mwac-an-form .can_embed #can_embed_form h2, .mwac-an-form .can_embed #can_embed_form h3, .mwac-an-form .can_embed #can_embed_form h4 { color: var(--green-dark) !important; font-family: inherit !important; } .mwac-an-form .can_embed #can_embed_form label { color: var(--ink) !important; font-family: inherit !important; font-weight: 750 !important; } .mwac-an-form .can_embed #can_embed_form input[type="text"], .mwac-an-form .can_embed #can_embed_form input[type="email"], .mwac-an-form .can_embed #can_embed_form input[type="tel"], .mwac-an-form .can_embed #can_embed_form input[type="number"], .mwac-an-form .can_embed #can_embed_form select, .mwac-an-form .can_embed #can_embed_form textarea { width: 100% !important; min-height: 48px !important; padding: 11px 13px !important; border: 1.5px solid #aebbb4 !important; border-radius: 7px !important; background: var(--white) !important; color: var(--ink) !important; font-family: inherit !important; font-size: 1rem !important; box-shadow: none !important; } .mwac-an-form .can_embed #can_embed_form input:focus, .mwac-an-form .can_embed #can_embed_form select:focus, .mwac-an-form .can_embed #can_embed_form textarea:focus { border-color: var(--green) !important; outline: 3px solid rgba(18, 91, 66, 0.18) !important; outline-offset: 1px !important; } .mwac-an-form .can_embed #can_embed_form input[type="checkbox"], .mwac-an-form .can_embed #can_embed_form input[type="radio"] { accent-color: var(--green); } .mwac-an-form .can_embed .can_button, .mwac-an-form .can_embed #can_embed_form input[type="submit"], .mwac-an-form .can_embed #can_embed_form .button { width: 100% !important; min-height: 54px !important; margin-top: 10px !important; padding: 14px 20px !important; border: 0 !important; border-radius: 8px !important; background: var(--green) !important; color: var(--white) !important; font-family: inherit !important; font-size: 1.05rem !important; font-weight: 900 !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer !important; } .mwac-an-form .can_embed .can_button:hover, .mwac-an-form .can_embed #can_embed_form input[type="submit"]:hover, .mwac-an-form .can_embed #can_embed_form .button:hover { background: var(--green-dark) !important; } .mwac-an-form .can_embed #can_embed_form a { color: var(--green) !important; } .mwac-an-form .can_embed #can_thank_you { padding: 26px !important; border-radius: 10px !important; background: var(--yellow-light) !important; color: var(--ink) !important; } /* MOBILE */ @media (max-width: 900px) { .mwac-pledge-framing-body, .mwac-pledge-sign-grid { grid-template-columns: 1fr; } .mwac-pledge-sign-copy { position: static; } } @media (max-width: 760px) { .mwac-pledge-list { grid-template-columns: 1fr; } .mwac-pledge-people-grid { grid-template-columns: 1fr; } .mwac-person-card, .mwac-person-card:nth-child(4), .mwac-person-card:nth-child(5) { grid-column: auto; } } @media (max-width: 560px) { .mwac-pledge-container { width: min(100% - 26px, 1120px); } .mwac-pledge-hero { padding-top: 50px; } .mwac-pledge-title { font-size: clamp(2.65rem, 14vw, 4.2rem); } .mwac-pledge-hero-actions { display: grid; } .mwac-pledge-button { width: 100%; } .mwac-pledge-item { padding: 74px 22px 24px; } .mwac-pledge-item::before { top: 22px; left: 22px; } .mwac-pledge-invitation { grid-template-columns: 1fr; } .mwac-pledge-form-card { padding: 22px 16px; } } @media (prefers-reduced-motion: reduce) { .mwac-pledge-button { transition: none; } }

A pledge for Niagara municipal candidates

Road Safety for All

Everyone deserves the freedom to move safely through their community. Migrant farm workers are asking candidates to commit to practical action so that every worker can get to work, reach essential services and return home safely.

Take the pledge Read the commitments Road safety is about the freedom to live a full life.

Freedom of mobility means being able to travel between work, home, grocery stores, health care, legal services and community without risking your life.

For many migrant farm workers, there is little or no public transit. Workers may have no choice but to walk or cycle on dark rural roads without safe shoulders, bike lanes, crossings or lighting to get privacy and access basic needs.

Essential Work. Invisible to public planning.

Migrant workers have helped sustain Niagara’s farms and food economy for sixty years. Their labour is visible everywhere. Their safety, transportation needs and voices have too often been missing from road design, transit planning and government decisions.

These deaths and injuries are part of a pattern.

At least seven migrant farm workers have been killed or seriously injured on Niagara roads since 2019. Behind that number are workers, neighbours, friends and family members.

2026 Sinhue Garcia

Sinhue was killed while cycling home on Concession 6 near Line 4 in Niagara-on-the-Lake. He was 39 years old and leaves behind his wife and two daughters in Mexico.

2019 Zenaida

Zenaida, a Mexican farm worker and mother, was killed in a hit-and-run in Niagara-on-the-Lake.

2022 Fermin Soto Sanchez and two co-workers

Fermin was killed and two of his co-workers were seriously injured when they were struck near St. Catharines.

2022 Ceto Reid

Ceto, a Jamaican farm worker, was seriously injured while cycling home from a laundromat.

2023 Omar

Omar, a migrant farm worker, was injured in a hit-and-run on Lakeshore Road.

Sinhue Garcia was a neighbour, a co-worker, a friend and a father. He deserved to get home safely. So does every migrant worker who comes to Niagara to work.

Candidates who sign commit to:

Working with migrant farm workers, community members, municipal staff and regional partners to advance the following actions.

  1. Create and fund a migrant farm worker road safety plan

    Support multi-year funding for improved lighting, protected shoulders or bike lanes, traffic calming, safer crossings and lower speeds on routes used by workers.

  2. Complete a worker-led road safety audit and map

    Ensure migrant farm workers directly identify dangerous roads, routes and destinations and help set priorities for action.

  3. Put worker-identified routes into municipal and regional plans

    Use transportation and master planning processes to prioritize routes identified by migrant workers.

  4. Assign responsibility and report publicly on progress

    Identify a lead Niagara Region staff person and provide at least two public reports to council each year: one before and one after the height of the agricultural season from May to September.

  5. Ensure migrant worker housing is safe and dignified

    Support proactive inspections through Niagara Region Public Health, including access to basic facilities, privacy, adequate space and protection from unsafe conditions.

  6. Call for a coroner’s inquest

    Publicly support an investigation into migrant farm worker road deaths and serious injuries in Niagara.

  7. Meet directly with migrant farm workers

    Hold direct meetings with workers and release a public implementation plan during the first year of the new council.

Residents will know where candidates stand.

We will publish how candidates respond to this pledge on this website. Please check back for updates.

Sign the pledge

Add your name to publicly commit to the Road Safety for All Pledge and to working directly with migrant farm workers on implementation.

By signing, you commit to supporting all seven actions listed above.

Your contact information will be used to confirm your response and communicate with you about the pledge. Only information you have agreed to make public should be published.

Candidate pledge form

Please complete the form below. We will follow up to confirm your response.

The post Take the Pledge for Migrant Farm Worker Safety first appeared on Migrant Workers Alliance for Change.

The post Take the Pledge for Migrant Farm Worker Safety appeared first on Migrant Workers Alliance for Change.

Categories: C4. Radical Labor

Debora Kapisha, RN, freed from ICE custody, returns home

National Nurses United - Thu, 08/06/2026 - 13:35
Debora Kapisha, the registered nurse detained by Immigration and Customs Enforcement (ICE) recently at Portland International Jetport, has been released from ICE custody and is on her way home to Maine. Kapisha, a medical-surgical nurse at Maine Medical Center in Portland, is a member of Maine State Nurses Association/National Nurses Organizing Committee an affiliate of National Nurses United, the country’s largest nurses union.
Categories: C4. Radical Labor

200+ Maine nurses, community members, and elected officials rallied outside Maine Medical Center to demand ICE release colleague Debora Kapisha, RN

National Nurses United - Wed, 08/05/2026 - 16:00
Hundreds of union registered nurses, community allies, and elected officials rallied in Portland, Maine to demand the release of Debora Kapisha, RN, a nurse at Maine Medical Center who is currently detained by ICE. They scored a major first victory by successfully blocking her transfer from Massachusetts to Louisiana, where she would have been far from her family, legal counsel, and support network.
Categories: C4. Radical Labor

Chicago nurses put Community First Medical Center on “RED ALERT” status

National Nurses United - Wed, 08/05/2026 - 12:35
On Saturday, Aug. 8, Community First Medical Center nurses will hold a rally and community event in Chicago to highlight their concerns about the impact of federal funding cuts on the hospital, which is already struggling with chronic staffing and equipment shortages exacerbated by poor management. A report from NNU put Community First on “Red Alert” status, warning that it faces a dire threat of service cuts and closure because of its reliance on federal funding.
Categories: C4. Radical Labor

Sierra Nevada Memorial Hospital nurses to protest CommonSpirit layoffs and reduction in services

National Nurses United - Wed, 08/05/2026 - 07:00
RNs at Sierra Nevada Memorial Hospital, a CommonSpirit hospital in Grass Valley, California, will hold a rally on Aug. 6, 2026, to protest the hospital’s planned layoffs of seven nurses who work at the hospital. Nurses are also extremely concerned that hospital management is proposing to cut the patient care hours of the Ambulatory Treatment Center.
Categories: C4. Radical Labor

Maine Medical Center nurses demand immediate release of their colleague from ICE detention

National Nurses United - Tue, 08/04/2026 - 16:46
Nurses at Maine Medical Center in Portland, Maine are staging an emergency protest Wednesday, Aug. 5 to demand the immediate release of an RN colleague who is being detained by ICE despite the fact that she is legally authorized to live and work in the country while she waits for her asylum case from Zambia to be processed.
Categories: C4. Radical Labor

Nurses deliver petition opposing CommonSpirit Health’s planned layoffs of frontline health care workers

National Nurses United - Mon, 08/03/2026 - 12:50
RNs delivered a petition to their employer opposing CommonSpirit Health’s planned layoffs of more than 175 frontline health care workers signed by more than 5,000 nurses. The nurses held a rally and press conference to protest the proposed layoffs at 17 hospitals in California and their impact on patient safety. The nurses are demanding that CommonSpirit Health immediately rescind the layoffs.
Categories: C4. Radical Labor

Statement on Israeli bombings of medical supply warehouses

National Nurses United - Sun, 08/02/2026 - 13:52
NNU castigated the Israeli government for destroying or badly damaging almost all of Gaza’s medicine warehouses as part of its ongoing genocide against the Palestinian people and in flagrant violation of a United Nations resolution prohibiting the targeting of medical facilities and medical workers during armed conflict.
Categories: C4. Radical Labor

Registered nurses to protest layoffs at 17 CommonSpirit Health hospitals in California

National Nurses United - Fri, 07/31/2026 - 11:10
Registered nurses will hold a press conference and rally at California Hospital Medical Center, in Los Angeles, Calif., on Monday, Aug. 3, to protest owner and operator CommonSpirit Health’s planned layoffs at 17 hospitals in California. Nurses say layoffs will jeopardize patient care and harm communities.
Categories: C4. Radical Labor

Nurses plan informational picket at Jackson Park Hospital to highlight patient safety concerns

National Nurses United - Thu, 07/30/2026 - 11:45
Registered nurses at Jackson Park Hospital and Medical Center (JPH) will hold an informational picket on Friday, July 31, 2026, to raise their concerns about short staffing of both nurses and ancillary staff putting patients at risk, contributing to a high staff turnover, and creating challenges recruiting and retaining nurses.
Categories: C4. Radical Labor

Nurses to join protests demanding justice for Lorenzo Salgado Araujo and Johan Sebastián Durán Guerrero

National Nurses United - Fri, 07/24/2026 - 13:10
National Nurses United announced today that RNs will be joining protests on Saturday, July 25 to demand justice for the murders of Lorenzo Salgado Araujo in Texas and Johan Sebastián Durán Guerrero in Maine by Immigrations and Customs Enforcement (ICE) agents.
Categories: C4. Radical Labor

Registered nurses at Adventist Health St. Helena vote overwhelmingly to join California Nurses Association

National Nurses United - Fri, 07/24/2026 - 10:30
Registered nurses at Adventist Health St. Helena in St. Helena, Calif. voted overwhelmingly this week to join California Nurses Association (CNA), an affiliate of National Nurses United, the nation’s largest and fastest-growing registered nurse (RN) union. In an overwhelming landslide vote, 250 nurses elected to join CNA.
Categories: C4. Radical Labor

National Nurses United, UE Local 150, community activists say North Carolina’s ‘A.I. Strategic Roadmap’ falls short

National Nurses United - Wed, 07/22/2026 - 12:30
NNOC/NNU will host a press conference on Friday, July 24, 2026 in Raleigh, N.C., to call on the state to implement strong guardrails and worker protections against A.I. Among the demands are: a statewide moratorium on data centers and enforceable measures to ensure that health care professionals and patients make decisions about their care and treatment.
Categories: C4. Radical Labor

MedStar Washington Hospital Center nurses hang banner, protest against planned closure of postpartum unit

National Nurses United - Wed, 07/22/2026 - 10:10
Registered nurses at MedStar Washington Hospital Center in Washington, will hold a protest on Wednesday, July 22, 2026, to raise concerns about patient safety and reduced access to maternal healthcare for D.C. residents.
Categories: C4. Radical Labor

MaineHealth management refuses to cut ties with Palantir

National Nurses United - Tue, 07/21/2026 - 10:24
Maine Medical Center registered nurses and community allies will hold a press conference and rally on Thursday, July 23 in Portland to highlight their demand that MaineHealth cancel its contract with Palantir Technologies, a company that has helped enable increasingly deadly encounters with immigration officers, including, most recently, the murders of Johan Sebastian Durán Guerrero in Maine and Lorenzo Salgado Araujo in Texas.
Categories: C4. Radical Labor

St. Louis nurses rally to demand Saint Louis University Hospital immediately reinstate unjustly terminated nurses

National Nurses United - Mon, 07/20/2026 - 12:54
Registered nurses at SSM Health Saint Louis University Hospital (SLUH) in St. Louis, Mo., will hold a rally on Wednesday, July 22, to protest SSM Health’s termination of two highly skilled and dedicated nurses for participating in protected, concerted union activities.
Categories: C4. Radical Labor

Congressional Progressive Caucus Shadow Hearing: July 22 at 8:30 a.m.

National Nurses United - Mon, 07/20/2026 - 11:30
National Nurses United President Jamie Brown, RN, will testify at the Congressional Progressive Caucus’ (CPC) shadow hearing, “Universal Healthcare: Now is the Time for Medicare for All,” on Wednesday, July 22. NNU is the largest union of registered nurses, who see everyday how people cannot access or afford the health care they need when they need it.
Categories: C4. Radical Labor

Are you an Undocumented Care Worker in Toronto? Join Our Meeting.

Migrant Workers Alliance for Change - Sat, 07/18/2026 - 23:59
.mwac-care-event { --mwac-coral: #ff746f; --mwac-red: #f05258; --mwac-yellow: #f7b332; --mwac-light-yellow: #fff4d2; --mwac-cream: #fffdf7; --mwac-black: #111111; --mwac-grey: #555555; box-sizing: border-box; width: 100%; max-width: 820px; margin: 0 auto; padding: 10px 20px 70px; color: var(--mwac-black); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.62; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .mwac-care-event *, .mwac-care-event *::before, .mwac-care-event *::after { box-sizing: border-box; } html { scroll-behavior: smooth; } .mwac-care-event h2 { margin: 38px 0 15px; color: var(--mwac-black); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: clamp(1.45rem, 4vw, 2rem); font-weight: 600; line-height: 1.25; letter-spacing: -0.02em; } .mwac-care-event p { margin: 0 0 20px; } .mwac-care-event a { color: inherit; } /* Opening salmon panel */ .mwac-care-opening { margin: 0 0 22px; padding: 28px 30px; background: var(--mwac-coral); border-top: 6px solid var(--mwac-yellow); } .mwac-care-opening p { max-width: 690px; margin: 0; color: var(--mwac-black); font-size: clamp(1.25rem, 3.2vw, 1.65rem); font-weight: 700; line-height: 1.32; letter-spacing: -0.02em; } /* Main invitation button */ .mwac-jump-button { display: block; width: 100%; margin: 0 0 32px; padding: 15px 24px; background: var(--mwac-coral); border: 2px solid var(--mwac-black); color: var(--mwac-black); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 1.06rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; } .mwac-jump-button:hover, .mwac-jump-button:focus { background: var(--mwac-black); color: #ffffff; } /* Meeting details */ .mwac-event-details { margin: 28px 0; padding: 23px 26px; background: var(--mwac-light-yellow); border-left: 5px solid var(--mwac-yellow); } .mwac-event-details h2 { margin: 0 0 13px; } .mwac-event-details p { margin: 0; font-size: 1.05rem; line-height: 1.6; } .mwac-event-details strong { font-size: 1.1rem; font-weight: 600; } .mwac-location-note { margin-top: 14px !important; font-size: 0.98rem !important; font-weight: 500; } /* Eligibility */ .mwac-eligibility { margin: 34px 0; padding: 28px 4px; border-top: 1px solid var(--mwac-black); border-bottom: 1px solid var(--mwac-black); } .mwac-eligibility h2 { margin: 0 0 15px; } .mwac-eligibility ul { margin: 14px 0 20px; padding-left: 24px; } .mwac-eligibility li { margin-bottom: 8px; padding-left: 3px; } .mwac-eligibility p:last-child { margin-bottom: 0; } .mwac-invitation-note { font-weight: 600; } /* Gift card, food and PRESTO */ .mwac-benefits { margin: 30px 0; padding: 24px 27px; background: var(--mwac-coral); } .mwac-benefits h2 { margin: 0 0 16px; font-size: 1.3rem; font-weight: 700; } .mwac-benefits ul { display: flex; flex-wrap: wrap; gap: 10px 30px; margin: 0; padding: 0; list-style: none; } .mwac-benefits li { position: relative; padding-left: 23px; font-weight: 600; } .mwac-benefits li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; } /* Meeting topics */ .mwac-care-topics { margin: 15px 0 28px; padding-left: 24px; } .mwac-care-topics li { margin-bottom: 11px; padding-left: 3px; } /* Support section */ .mwac-support { margin: 34px 0; padding: 24px 26px; background: var(--mwac-light-yellow); } .mwac-support h2 { margin: 0 0 13px; font-size: 1.35rem; font-weight: 600; } .mwac-support h2 span { display: inline; padding: 2px 8px 3px; background: var(--mwac-coral); font-style: italic; box-decoration-break: clone; -webkit-box-decoration-break: clone; } .mwac-support p { margin: 0; } .mwac-support a { color: var(--mwac-black); font-weight: 600; text-decoration-thickness: 1.5px; text-underline-offset: 3px; } .mwac-support a:hover, .mwac-support a:focus { background: var(--mwac-black); color: #ffffff; } /* Confidentiality */ .mwac-confidentiality { margin: 34px 0; padding: 23px 26px; background: var(--mwac-black); color: #ffffff; font-size: 1rem; font-weight: 500; line-height: 1.58; } /* Action Network form section */ .mwac-form-section { margin-top: 34px; padding: 31px; background: var(--mwac-cream); border: 1px solid var(--mwac-black); scroll-margin-top: 20px; } .mwac-form-section > h2 { margin: 0 0 9px; font-size: clamp(1.8rem, 5vw, 2.4rem); font-weight: 600; } .mwac-form-section > p { margin-bottom: 26px; color: var(--mwac-grey); } /* Action Network container */ #can-event-area-focusgroup { width: 100%; } #can-event-area-focusgroup .can_embed { width: 100% !important; max-width: none !important; margin: 0 !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; font-weight: 400 !important; } #can-event-area-focusgroup .can_embed h2, #can-event-area-focusgroup .can_embed h3, #can-event-area-focusgroup .can_embed h4 { color: var(--mwac-black) !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; font-weight: 600 !important; letter-spacing: -0.01em !important; } #can-event-area-focusgroup .can_embed label { color: var(--mwac-black) !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; } /* Text fields */ #can-event-area-focusgroup .can_embed input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not( [type="button"] ), #can-event-area-focusgroup .can_embed select, #can-event-area-focusgroup .can_embed textarea { display: block !important; width: 100% !important; max-width: none !important; min-height: 48px; margin: 0 !important; padding: 10px 12px !important; border: 1.5px solid var(--mwac-black) !important; border-radius: 0 !important; background: #ffffff !important; color: var(--mwac-black) !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; font-size: 16px !important; font-weight: 400 !important; } #can-event-area-focusgroup .can_embed textarea { min-height: 110px; } #can-event-area-focusgroup .can_embed input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not( [type="button"] ):focus, #can-event-area-focusgroup .can_embed select:focus, #can-event-area-focusgroup .can_embed textarea:focus { outline: 3px solid var(--mwac-yellow) !important; outline-offset: 1px; } /* Field labels */ #can-event-area-focusgroup .can_embed .control-label, #can-event-area-focusgroup .can_embed .form_label, #can-event-area-focusgroup .can_embed .floatlabel-wrapper > label { display: block !important; width: 100% !important; margin: 0 0 7px !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; font-weight: 600 !important; line-height: 1.4 !important; letter-spacing: 0 !important; } /* Radio buttons and checkboxes */ #can-event-area-focusgroup .can_embed input[type="radio"], #can-event-area-focusgroup .can_embed input[type="checkbox"] { position: static !important; display: inline-block !important; flex: 0 0 18px !important; width: 18px !important; max-width: 18px !important; height: 18px !important; min-height: 18px !important; margin: 2px 9px 0 0 !important; padding: 0 !important; vertical-align: top !important; accent-color: var(--mwac-red); } #can-event-area-focusgroup .can_embed .check_radio_field, #can-event-area-focusgroup .can_embed .checkbox, #can-event-area-focusgroup .can_embed .radio, #can-event-area-focusgroup .can_embed .international_link-wrap { display: block !important; width: 100% !important; max-width: none !important; margin: 0 0 8px !important; } #can-event-area-focusgroup .can_embed .check_radio_field label, #can-event-area-focusgroup .can_embed label.checkbox, #can-event-area-focusgroup .can_embed label.radio, #can-event-area-focusgroup .can_embed .checkbox label, #can-event-area-focusgroup .can_embed .radio label { display: flex !important; align-items: flex-start !important; justify-content: flex-start !important; width: 100% !important; max-width: none !important; margin: 0 0 8px !important; padding: 0 !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; font-weight: 400 !important; line-height: 1.45 !important; text-align: left !important; } #can-event-area-focusgroup .can_embed label > input[type="radio"], #can-event-area-focusgroup .can_embed label > input[type="checkbox"] { float: none !important; } #can-event-area-focusgroup .can_embed .check_radio_field, #can-event-area-focusgroup .can_embed .check_radio_field *, #can-event-area-focusgroup .can_embed .checkbox, #can-event-area-focusgroup .can_embed .radio { text-align: left !important; } /* Form spacing */ #can-event-area-focusgroup .can_embed .form_builder_output_element, #can-event-area-focusgroup .can_embed .core_field, #can-event-area-focusgroup .can_embed .additional_text, #can-event-area-focusgroup .can_embed .country_wrap, #can-event-area-focusgroup .can_embed .can_select { margin-bottom: 18px !important; } /* Submit button */ #can-event-area-focusgroup .can_embed .can_button, #can-event-area-focusgroup .can_embed input[type="submit"], #can-event-area-focusgroup .can_embed button[type="submit"] { display: block !important; width: 100% !important; min-height: 54px !important; margin-top: 20px !important; padding: 14px 20px !important; background: var(--mwac-coral) !important; border: 2px solid var(--mwac-black) !important; border-radius: 0 !important; color: var(--mwac-black) !important; font-family: "Inter", Arial, Helvetica, sans-serif !important; font-size: 1.06rem !important; font-weight: 700 !important; text-align: center !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; } #can-event-area-focusgroup .can_embed .can_button:hover, #can-event-area-focusgroup .can_embed .can_button:focus, #can-event-area-focusgroup .can_embed input[type="submit"]:hover, #can-event-area-focusgroup .can_embed input[type="submit"]:focus, #can-event-area-focusgroup .can_embed button[type="submit"]:hover, #can-event-area-focusgroup .can_embed button[type="submit"]:focus { background: var(--mwac-black) !important; color: #ffffff !important; } /* Sticky mobile invitation button */ .mwac-mobile-sticky-button { display: none; } @media (max-width: 600px) { .mwac-care-event { padding: 4px 14px 110px; font-size: 16px; } .mwac-care-opening { margin-right: -14px; margin-left: -14px; padding: 24px 20px; } .mwac-care-opening p { font-size: 1.3rem; } .mwac-jump-button { margin-bottom: 27px; padding: 15px 20px; } .mwac-event-details, .mwac-benefits, .mwac-support, .mwac-confidentiality { padding: 20px; } .mwac-eligibility { padding: 24px 2px; } .mwac-benefits ul { display: block; } .mwac-benefits li { margin-bottom: 9px; } .mwac-benefits li:last-child { margin-bottom: 0; } .mwac-care-event h2 { margin-top: 32px; } .mwac-form-section { padding: 23px 16px; } .mwac-mobile-sticky-button { position: fixed; z-index: 9999; right: 12px; bottom: 12px; left: 12px; display: block; padding: 15px 20px; background: var(--mwac-coral); border: 2px solid var(--mwac-black); color: var(--mwac-black); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 1.02rem; font-weight: 700; line-height: 1.1; text-align: center; text-decoration: none; transition: opacity 0.2s ease, visibility 0.2s ease; } .mwac-mobile-sticky-button:hover, .mwac-mobile-sticky-button:focus { background: var(--mwac-black); color: #ffffff; } .mwac-mobile-sticky-button.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; } }

Join a private and confidential meeting for undocumented care workers.

Request an invitation Meeting details

Saturday, August 8
3:00–5:00 p.m.
In person in Toronto

The location will be shared only with people who are invited and confirmed to attend.

Who is this meeting for?

This meeting is for people who:

  • Live or work in the City of Toronto
  • Do not currently have valid immigration status in Canada
  • Currently work or have previously worked in care

The criteria for this meeting were set by the City of Toronto, which is funding this project.

Space is limited. We will review responses and contact people who are invited.

People who are invited and attend the full two-hour meeting will receive:
  • A $50 gift card
  • Food
  • PRESTO fare
Come meet other care workers and talk about:
  • Access to health care, housing, transit and other City services
  • What support undocumented care workers need
  • Problems at work, including low wages, unpaid wages, abuse or unfair treatment
  • Immigration status, permits and access to permanent residency
  • What needs to change in Toronto and across Canada

Your experiences will help us identify the changes, services and resources undocumented care workers need. We will also share information about services and support available in Toronto.

Need support or do not meet the criteria?

Contact us for support , join us as a member or call 437-518-8662.

This is a private and confidential process. Your name, immigration status, employer information and other personal information will not be shared with the City of Toronto, immigration authorities or your employer. We will not contact your current or former employer. Request an invitation

Share your information below. We will contact you if you are invited and send you the meeting location.

Request an invitation (function () { var registrationSection = document.getElementById("mwac-registration"); var stickyButton = document.getElementById( "mwac-mobile-register-button" ); if ( !registrationSection || !stickyButton || !("IntersectionObserver" in window) ) { return; } var observer = new IntersectionObserver( function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { stickyButton.classList.add("is-hidden"); } else { stickyButton.classList.remove("is-hidden"); } }); }, { threshold: 0.08 } ); observer.observe(registrationSection); })();

The post Are you an Undocumented Care Worker in Toronto? Join Our Meeting. first appeared on Migrant Workers Alliance for Change.

The post Are you an Undocumented Care Worker in Toronto? Join Our Meeting. appeared first on Migrant Workers Alliance for Change.

Categories: C4. Radical Labor

The Fine Print I:

Disclaimer: The views expressed on this site are not the official position of the IWW (or even the IWW’s EUC) unless otherwise indicated and do not necessarily represent the views of anyone but the author’s, nor should it be assumed that any of these authors automatically support the IWW or endorse any of its positions.

Further: the inclusion of a link on our site (other than the link to the main IWW site) does not imply endorsement by or an alliance with the IWW. These sites have been chosen by our members due to their perceived relevance to the IWW EUC and are included here for informational purposes only. If you have any suggestions or comments on any of the links included (or not included) above, please contact us.

The Fine Print II:

Fair Use Notice: The material on this site is provided for educational and informational purposes. It may contain copyrighted material the use of which has not always been specifically authorized by the copyright owner. It is being made available in an effort to advance the understanding of scientific, environmental, economic, social justice and human rights issues etc.

It is believed that this constitutes a 'fair use' of any such copyrighted material as provided for in section 107 of the US Copyright Law. In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those who have an interest in using the included information for research and educational purposes. If you wish to use copyrighted material from this site for purposes of your own that go beyond 'fair use', you must obtain permission from the copyright owner. The information on this site does not constitute legal or technical advice.