{"id":36,"date":"2026-06-24T22:20:38","date_gmt":"2026-06-24T22:20:38","guid":{"rendered":"https:\/\/confluencemediation.org\/?page_id=36"},"modified":"2026-06-24T22:45:18","modified_gmt":"2026-06-24T22:45:18","slug":"36-2","status":"publish","type":"page","link":"https:\/\/confluencemediation.org\/?page_id=36","title":{"rendered":"<!DOCTYPE html> <html lang=\"en\"> <head>"},"content":{"rendered":"<p>  <meta charset=\"UTF-8\" \/><br \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/><br \/>\n  <title>Confluence Mediation Services<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600&#038;family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n<style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>    :root {\n      --teal:    #2A6B6B;\n      --teal-lt: #3D8F8F;\n      --gold:    #C8973A;\n      --cream:   #F7F4EF;\n      --stone:   #E8E3DA;\n      --ink:     #1C2B2B;\n      --mist:    #6B8C8C;\n      --white:   #FFFFFF;\n    }<\/p>\n<p>    html { scroll-behavior: smooth; }<\/p>\n<p>    body {\n      font-family: 'Inter', sans-serif;\n      background: var(--cream);\n      color: var(--ink);\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* \u2500\u2500 NAV \u2500\u2500 *\/\n    nav {\n      position: sticky; top: 0; z-index: 100;\n      background: var(--white);\n      border-bottom: 1px solid var(--stone);\n      display: flex; align-items: center; justify-content: space-between;\n      padding: 0 5%;\n      height: 68px;\n    }\n    .nav-logo {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.2rem;\n      color: var(--teal);\n      letter-spacing: 0.01em;\n    }\n    .nav-logo span { color: var(--gold); }\n    .nav-links { display: flex; gap: 2rem; list-style: none; }\n    .nav-links a {\n      text-decoration: none;\n      color: var(--ink);\n      font-size: 0.9rem;\n      font-weight: 500;\n      transition: color 0.2s;\n    }\n    .nav-links a:hover { color: var(--teal); }\n    .nav-cta {\n      background: var(--teal);\n      color: var(--white) !important;\n      padding: 0.5rem 1.25rem;\n      border-radius: 4px;\n      font-weight: 600 !important;\n      transition: background 0.2s !important;\n    }\n    .nav-cta:hover { background: var(--teal-lt) !important; color: var(--white) !important; }<\/p>\n<p>    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      min-height: 88vh;\n      background: linear-gradient(135deg, var(--teal) 0%, #1E4E4E 60%, #142F2F 100%);\n      display: flex; align-items: center;\n      padding: 6rem 5% 4rem;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute; inset: 0;\n      background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n    }\n    .hero-content { position: relative; max-width: 680px; }\n    .hero-eyebrow {\n      display: inline-block;\n      font-size: 0.78rem;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 1.25rem;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.4rem, 5vw, 3.6rem);\n      line-height: 1.15;\n      color: var(--white);\n      margin-bottom: 1.5rem;\n    }\n    .hero h1 em {\n      font-style: normal;\n      color: var(--gold);\n    }\n    .hero p {\n      font-size: 1.1rem;\n      color: rgba(255,255,255,0.82);\n      max-width: 520px;\n      margin-bottom: 2.5rem;\n      line-height: 1.75;\n    }\n    .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }\n    .btn-primary {\n      background: var(--gold);\n      color: var(--ink);\n      padding: 0.85rem 2rem;\n      border-radius: 4px;\n      font-weight: 600;\n      font-size: 0.95rem;\n      text-decoration: none;\n      transition: background 0.2s, transform 0.15s;\n      display: inline-block;\n    }\n    .btn-primary:hover { background: #D9A84A; transform: translateY(-1px); }\n    .btn-ghost {\n      border: 1.5px solid rgba(255,255,255,0.4);\n      color: var(--white);\n      padding: 0.85rem 2rem;\n      border-radius: 4px;\n      font-weight: 500;\n      font-size: 0.95rem;\n      text-decoration: none;\n      transition: border-color 0.2s, background 0.2s;\n      display: inline-block;\n    }\n    .btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }<\/p>\n<p>    \/* \u2500\u2500 STAT RIBBON \u2500\u2500 *\/\n    .stat-ribbon {\n      background: var(--white);\n      border-bottom: 1px solid var(--stone);\n      display: flex; justify-content: center; flex-wrap: wrap;\n      gap: 0;\n    }\n    .stat-item {\n      flex: 1; min-width: 180px;\n      padding: 2rem 1.5rem;\n      text-align: center;\n      border-right: 1px solid var(--stone);\n    }\n    .stat-item:last-child { border-right: none; }\n    .stat-num {\n      font-family: 'Playfair Display', serif;\n      font-size: 2.2rem;\n      color: var(--teal);\n      display: block;\n    }\n    .stat-label {\n      font-size: 0.82rem;\n      color: var(--mist);\n      font-weight: 500;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n      margin-top: 0.25rem;\n    }<\/p>\n<p>    \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n    section { padding: 5rem 5%; }<\/p>\n<p>    .section-eyebrow {\n      font-size: 0.75rem;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--gold);\n      display: block;\n      margin-bottom: 0.75rem;\n    }\n    .section-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.8rem, 3vw, 2.4rem);\n      color: var(--ink);\n      line-height: 1.25;\n      margin-bottom: 1rem;\n    }\n    .section-sub {\n      font-size: 1rem;\n      color: #5A6E6E;\n      max-width: 520px;\n      line-height: 1.7;\n    }<\/p>\n<p>    \/* \u2500\u2500 WHAT WE DO \u2500\u2500 *\/\n    .services { background: var(--cream); }\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 1.5rem;\n      margin-top: 3rem;\n    }\n    .service-card {\n      background: var(--white);\n      border: 1px solid var(--stone);\n      border-radius: 6px;\n      padding: 2rem;\n      position: relative;\n      transition: box-shadow 0.2s, transform 0.2s;\n    }\n    .service-card:hover { box-shadow: 0 8px 24px rgba(42,107,107,0.1); transform: translateY(-2px); }\n    .service-icon {\n      width: 48px; height: 48px;\n      background: rgba(42,107,107,0.08);\n      border-radius: 50%;\n      display: flex; align-items: center; justify-content: center;\n      margin-bottom: 1.25rem;\n      font-size: 1.4rem;\n    }\n    .service-card h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.2rem;\n      margin-bottom: 0.75rem;\n      color: var(--ink);\n    }\n    .service-card p { font-size: 0.9rem; color: #5A6E6E; line-height: 1.65; }\n    .service-tag {\n      display: inline-block;\n      margin-top: 1.25rem;\n      font-size: 0.75rem;\n      font-weight: 600;\n      color: var(--teal);\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n    }<\/p>\n<p>    \/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n    .process { background: var(--white); }\n    .process-inner {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 4rem;\n      align-items: center;\n      margin-top: 3rem;\n    }\n    .process-steps { display: flex; flex-direction: column; gap: 2rem; }\n    .process-step { display: flex; gap: 1.25rem; align-items: flex-start; }\n    .step-num {\n      font-family: 'Playfair Display', serif;\n      font-size: 2rem;\n      color: var(--stone);\n      line-height: 1;\n      min-width: 2.5rem;\n      font-weight: 600;\n    }\n    .step-body h4 {\n      font-weight: 600;\n      font-size: 1rem;\n      color: var(--ink);\n      margin-bottom: 0.35rem;\n    }\n    .step-body p { font-size: 0.9rem; color: #5A6E6E; line-height: 1.6; }\n    .process-visual {\n      background: linear-gradient(135deg, var(--teal) 0%, #1E4E4E 100%);\n      border-radius: 8px;\n      padding: 2.5rem;\n      color: var(--white);\n    }\n    .process-visual h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.5rem;\n      margin-bottom: 1rem;\n      color: var(--white);\n    }\n    .process-visual p { font-size: 0.9rem; color: rgba(255,255,255,0.78); line-height: 1.7; margin-bottom: 1.5rem; }\n    .process-visual .btn-primary { display: inline-block; }<\/p>\n<p>    \/* \u2500\u2500 WHO WE SERVE \u2500\u2500 *\/\n    .audiences { background: var(--cream); }\n    .audience-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 1rem;\n      margin-top: 3rem;\n    }\n    .audience-chip {\n      background: var(--white);\n      border: 1px solid var(--stone);\n      border-left: 3px solid var(--teal);\n      border-radius: 4px;\n      padding: 1.25rem 1.5rem;\n      font-weight: 500;\n      font-size: 0.95rem;\n      color: var(--ink);\n    }\n    .audience-chip small {\n      display: block;\n      font-size: 0.8rem;\n      color: var(--mist);\n      font-weight: 400;\n      margin-top: 0.3rem;\n    }<\/p>\n<p>    \/* \u2500\u2500 TESTIMONIAL \u2500\u2500 *\/\n    .testimonial-section {\n      background: linear-gradient(135deg, #1E4E4E 0%, var(--teal) 100%);\n      text-align: center;\n      padding: 5rem 5%;\n    }\n    blockquote {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.3rem, 2.5vw, 1.8rem);\n      color: var(--white);\n      max-width: 700px;\n      margin: 0 auto 1.5rem;\n      line-height: 1.5;\n    }\n    .quote-attr {\n      font-size: 0.85rem;\n      color: rgba(255,255,255,0.65);\n      font-weight: 500;\n      letter-spacing: 0.06em;\n    }\n    .quote-accent {\n      color: var(--gold);\n      font-size: 3rem;\n      font-family: 'Playfair Display', serif;\n      line-height: 0.5;\n      display: block;\n      margin-bottom: 1rem;\n    }<\/p>\n<p>    \/* \u2500\u2500 REQUEST FORM \u2500\u2500 *\/\n    .request { background: var(--white); }\n    .request-inner {\n      display: grid;\n      grid-template-columns: 1fr 1.4fr;\n      gap: 4rem;\n      align-items: start;\n      margin-top: 3rem;\n    }\n    .request-why { }\n    .request-why ul {\n      list-style: none;\n      margin-top: 1.5rem;\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n    }\n    .request-why li {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.75rem;\n      font-size: 0.92rem;\n      color: #4A6060;\n      line-height: 1.55;\n    }\n    .check {\n      color: var(--teal);\n      font-weight: 700;\n      font-size: 1rem;\n      margin-top: 1px;\n      flex-shrink: 0;\n    }\n    .form-card {\n      background: var(--cream);\n      border: 1px solid var(--stone);\n      border-radius: 8px;\n      padding: 2.5rem;\n    }\n    .form-card h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.4rem;\n      color: var(--ink);\n      margin-bottom: 0.5rem;\n    }\n    .form-card p { font-size: 0.87rem; color: var(--mist); margin-bottom: 1.75rem; }\n    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }\n    .form-group { margin-bottom: 1.25rem; }\n    label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; letter-spacing: 0.03em; }\n    input, select, textarea {\n      width: 100%;\n      padding: 0.7rem 0.9rem;\n      border: 1.5px solid var(--stone);\n      border-radius: 4px;\n      font-family: 'Inter', sans-serif;\n      font-size: 0.9rem;\n      color: var(--ink);\n      background: var(--white);\n      transition: border-color 0.2s;\n      outline: none;\n    }\n    input:focus, select:focus, textarea:focus { border-color: var(--teal); }\n    textarea { resize: vertical; min-height: 100px; }\n    .form-submit {\n      width: 100%;\n      background: var(--teal);\n      color: var(--white);\n      border: none;\n      padding: 0.9rem;\n      border-radius: 4px;\n      font-family: 'Inter', sans-serif;\n      font-size: 0.95rem;\n      font-weight: 600;\n      cursor: pointer;\n      transition: background 0.2s;\n      margin-top: 0.5rem;\n    }\n    .form-submit:hover { background: var(--teal-lt); }\n    .form-note { font-size: 0.75rem; color: var(--mist); text-align: center; margin-top: 0.75rem; }<\/p>\n<p>    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: var(--ink);\n      color: rgba(255,255,255,0.7);\n      padding: 3rem 5% 2rem;\n    }\n    .footer-inner {\n      display: grid;\n      grid-template-columns: 1.5fr 1fr 1fr;\n      gap: 3rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid rgba(255,255,255,0.1);\n    }\n    .footer-brand .nav-logo { font-size: 1.1rem; display: block; margin-bottom: 0.75rem; }\n    .footer-brand p { font-size: 0.85rem; line-height: 1.65; }\n    .footer-col h4 {\n      color: var(--white);\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      margin-bottom: 1rem;\n    }\n    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }\n    .footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }\n    .footer-col a:hover { color: var(--gold); }\n    .footer-bottom {\n      display: flex; justify-content: space-between; align-items: center;\n      padding-top: 1.5rem;\n      font-size: 0.8rem;\n      flex-wrap: wrap; gap: 0.5rem;\n    }\n    .footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }<\/p>\n<p>    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 768px) {\n      nav { padding: 0 4%; }\n      .nav-links { display: none; }\n      .process-inner, .request-inner, .footer-inner { grid-template-columns: 1fr; gap: 2rem; }\n      .form-row { grid-template-columns: 1fr; }\n      .stat-item { min-width: 140px; }\n    }<\/p>\n<p>    @media (prefers-reduced-motion: reduce) {\n      * { transition: none !important; }\n    }\n  <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p>  <!-- NAV --><\/p>\n<nav>\n    <span class=\"nav-logo\">Confluence <span>Mediation<\/span><\/span><\/p>\n<ul class=\"nav-links\">\n<li><a href=\"#services\">Services<\/a><\/li>\n<li><a href=\"#process\">How It Works<\/a><\/li>\n<li><a href=\"#who\">Who We Serve<\/a><\/li>\n<li><a href=\"#request\" class=\"nav-cta\">Request Mediation<\/a><\/li>\n<\/ul>\n<\/nav>\n<p>  <!-- HERO --><\/p>\n<section class=\"hero\">\n<div class=\"hero-content\">\n      <span class=\"hero-eyebrow\">Community Mediation \u00b7 Metro East Illinois<\/span><\/p>\n<h1>Where Conflict<br \/>Becomes <em>Common Ground<\/em><\/h1>\n<p>Confluence Mediation Services helps neighbors, families, schools, and community members resolve disputes \u2014 not through courts or confrontation, but through conversation, dignity, and mutual respect.<\/p>\n<div class=\"hero-actions\">\n        <a href=\"#request\" class=\"btn-primary\">Request Mediation Services<\/a><br \/>\n        <a href=\"#services\" class=\"btn-ghost\">See How We Help<\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- STAT RIBBON --><\/p>\n<div class=\"stat-ribbon\">\n<div class=\"stat-item\">\n      <span class=\"stat-num\">Free<\/span><br \/>\n      <span class=\"stat-label\">Community Mediation<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-num\">Neutral<\/span><br \/>\n      <span class=\"stat-label\">Certified Mediators<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-num\">Confidential<\/span><br \/>\n      <span class=\"stat-label\">Every Session<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-num\">Faster<\/span><br \/>\n      <span class=\"stat-label\">Than Going to Court<\/span>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- SERVICES --><\/p>\n<section class=\"services\" id=\"services\">\n    <span class=\"section-eyebrow\">What We Do<\/span><\/p>\n<h2 class=\"section-title\">Mediation for the Moments That Matter Most<\/h2>\n<p class=\"section-sub\">We offer direct mediation services and connect you with qualified mediators across the region \u2014 whatever the situation calls for.<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83c\udfd8\ufe0f<\/div>\n<h3>Neighbor &amp; Community Disputes<\/h3>\n<p>Property lines, noise, shared spaces, HOA conflicts \u2014 we help neighbors talk it through and reach agreements that actually hold.<\/p>\n<p>        <span class=\"service-tag\">Community Mediation<\/span>\n      <\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83c\udfeb<\/div>\n<h3>School &amp; Youth Conflicts<\/h3>\n<p>From bullying to peer disputes, we work with students, parents, and school staff to restore relationships and create safer environments.<\/p>\n<p>        <span class=\"service-tag\">Youth &amp; Education<\/span>\n      <\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\u2696\ufe0f<\/div>\n<h3>Restorative Justice<\/h3>\n<p>When harm has been done, accountability and healing matter more than punishment. We facilitate restorative conversations that move people forward.<\/p>\n<p>        <span class=\"service-tag\">Restorative Practice<\/span>\n      <\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83d\udd17<\/div>\n<h3>Mediator Referrals<\/h3>\n<p>Need a mediator for a civil, commercial, or family matter? We connect you with certified mediators across Illinois, Missouri, and Tennessee.<\/p>\n<p>        <span class=\"service-tag\">Referral Network<\/span>\n      <\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83e\udd1d<\/div>\n<h3>Family &amp; Interpersonal Disputes<\/h3>\n<p>Disagreements between family members or close relationships can be the hardest to navigate. We provide a safe, neutral space to work through them.<\/p>\n<p>        <span class=\"service-tag\">Family Mediation<\/span>\n      <\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83c\udfe2<\/div>\n<h3>Workplace &amp; Organizational<\/h3>\n<p>Unresolved workplace conflict costs time, morale, and talent. We help teams and organizations address disputes before they escalate.<\/p>\n<p>        <span class=\"service-tag\">Workplace Mediation<\/span>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- HOW IT WORKS --><\/p>\n<section class=\"process\" id=\"process\">\n<div class=\"process-inner\">\n<div>\n        <span class=\"section-eyebrow\">How It Works<\/span><\/p>\n<h2 class=\"section-title\">Simple, Respectful, Effective<\/h2>\n<div class=\"process-steps\">\n<div class=\"process-step\">\n            <span class=\"step-num\">1<\/span><\/p>\n<div class=\"step-body\">\n<h4>Submit a Request<\/h4>\n<p>Fill out our short intake form describing the situation. There&#8217;s no cost to request community mediation services.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n            <span class=\"step-num\">2<\/span><\/p>\n<div class=\"step-body\">\n<h4>We Reach Out<\/h4>\n<p>A team member contacts you within 2 business days to discuss your situation and determine the best path forward.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n            <span class=\"step-num\">3<\/span><\/p>\n<div class=\"step-body\">\n<h4>Meet With a Mediator<\/h4>\n<p>A certified, neutral mediator facilitates a confidential session \u2014 in person or virtually \u2014 at a time that works for everyone involved.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n            <span class=\"step-num\">4<\/span><\/p>\n<div class=\"step-body\">\n<h4>Reach an Agreement<\/h4>\n<p>Parties leave with a mutual, written agreement \u2014 one they built together, that respects everyone&#8217;s voice.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"process-visual\">\n<h3>Not sure mediation is right for you?<\/h3>\n<p>Mediation works best when all parties are willing to engage. If you&#8217;re unsure whether it fits your situation, reach out \u2014 we&#8217;ll give you an honest answer and point you toward the right resource either way.<\/p>\n<p>        <a href=\"#request\" class=\"btn-primary\">Talk to Us First<\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- WHO WE SERVE --><\/p>\n<section class=\"audiences\" id=\"who\">\n    <span class=\"section-eyebrow\">Who We Serve<\/span><\/p>\n<h2 class=\"section-title\">Built for Our Community<\/h2>\n<p class=\"section-sub\">Confluence Mediation serves residents, organizations, and institutions throughout Metro East Illinois and the greater St. Louis region.<\/p>\n<div class=\"audience-grid\">\n<div class=\"audience-chip\">Residents &amp; Neighbors<small>Neighborhood and property disputes<\/small><\/div>\n<div class=\"audience-chip\">Schools &amp; Districts<small>Student, staff, and parent conflicts<\/small><\/div>\n<div class=\"audience-chip\">Families<small>Interpersonal and relationship disputes<\/small><\/div>\n<div class=\"audience-chip\">Courts &amp; Attorneys<small>Referrals and pre-litigation mediation<\/small><\/div>\n<div class=\"audience-chip\">Nonprofits &amp; Orgs<small>Internal or community-facing conflicts<\/small><\/div>\n<div class=\"audience-chip\">Employers<small>Workplace and HR disputes<\/small><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- TESTIMONIAL --><\/p>\n<div class=\"testimonial-section\">\n    <span class=\"quote-accent\">&#8220;<\/span><\/p>\n<blockquote><p>We had been in a dispute with our neighbors for two years. One session with a mediator changed everything. We actually shook hands at the end.<\/p><\/blockquote>\n<p class=\"quote-attr\">\u2014 Metro East Illinois Community Member<\/p>\n<\/p><\/div>\n<p>  <!-- REQUEST FORM --><\/p>\n<section class=\"request\" id=\"request\">\n<div class=\"request-inner\">\n<div class=\"request-why\">\n        <span class=\"section-eyebrow\">Get Started<\/span><\/p>\n<h2 class=\"section-title\">Request Mediation Services<\/h2>\n<p class=\"section-sub\" style=\"margin-bottom: 0;\">Tell us about your situation. We&#8217;ll follow up within 2 business days.<\/p>\n<ul>\n<li><span class=\"check\">\u2713<\/span> Community mediation is provided at no cost<\/li>\n<li><span class=\"check\">\u2713<\/span> All sessions are completely confidential<\/li>\n<li><span class=\"check\">\u2713<\/span> Certified, neutral mediators only<\/li>\n<li><span class=\"check\">\u2713<\/span> Available in person or virtually<\/li>\n<li><span class=\"check\">\u2713<\/span> We also connect you with private mediators for legal matters<\/li>\n<\/ul><\/div>\n<div class=\"form-card\">\n<h3>Start the Conversation<\/h3>\n<p>No commitment required \u2014 just tell us what&#8217;s going on.<\/p>\n<div class=\"form-row\">\n<div class=\"form-group\">\n            <label for=\"fname\">First Name<\/label><br \/>\n            <input type=\"text\" id=\"fname\" placeholder=\"Marcus\" \/>\n          <\/div>\n<div class=\"form-group\">\n            <label for=\"lname\">Last Name<\/label><br \/>\n            <input type=\"text\" id=\"lname\" placeholder=\"Harris\" \/>\n          <\/div>\n<\/p><\/div>\n<div class=\"form-group\">\n          <label for=\"email\">Email Address<\/label><br \/>\n          <input type=\"email\" id=\"email\" placeholder=\"you@example.com\" \/>\n        <\/div>\n<div class=\"form-group\">\n          <label for=\"phone\">Phone (optional)<\/label><br \/>\n          <input type=\"tel\" id=\"phone\" placeholder=\"(618) 555-0100\" \/>\n        <\/div>\n<div class=\"form-group\">\n          <label for=\"type\">Type of Dispute<\/label><br \/>\n          <select id=\"type\"><option value=\"\">Select one&#8230;<\/option><option>Neighbor \/ Property<\/option><option>Family \/ Interpersonal<\/option><option>School \/ Youth<\/option><option>Workplace<\/option><option>Restorative Justice<\/option><option>Mediator Referral Request<\/option><option>Other<\/option><\/select>\n        <\/div>\n<div class=\"form-group\">\n          <label for=\"desc\">Brief Description<\/label><br \/>\n          <textarea id=\"desc\" placeholder=\"Tell us a little about the situation and what you're hoping for...\"><\/textarea>\n        <\/div>\n<p>        <button class=\"form-submit\">Submit Request<\/button><\/p>\n<p class=\"form-note\">Your information is kept strictly confidential and will not be shared.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- FOOTER --><\/p>\n<footer>\n<div class=\"footer-inner\">\n<div class=\"footer-brand\">\n        <span class=\"nav-logo\">Confluence <span>Mediation<\/span><\/span><\/p>\n<p>A nonprofit community mediation organization serving Metro East Illinois and the greater St. Louis region. Resolving conflict. Rebuilding community.<\/p>\n<\/p><\/div>\n<div class=\"footer-col\">\n<h4>Services<\/h4>\n<ul>\n<li><a href=\"#\">Community Mediation<\/a><\/li>\n<li><a href=\"#\">School &amp; Youth<\/a><\/li>\n<li><a href=\"#\">Restorative Justice<\/a><\/li>\n<li><a href=\"#\">Mediator Referrals<\/a><\/li>\n<li><a href=\"#\">Workplace Mediation<\/a><\/li>\n<\/ul><\/div>\n<div class=\"footer-col\">\n<h4>Organization<\/h4>\n<ul>\n<li><a href=\"#\">About Us<\/a><\/li>\n<li><a href=\"#\">Our Mediators<\/a><\/li>\n<li><a href=\"#\">Volunteer<\/a><\/li>\n<li><a href=\"#\">Contact<\/a><\/li>\n<li><a href=\"#\">Privacy Policy<\/a><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"footer-bottom\">\n      <span>\u00a9 2025 Confluence Mediation Services. All rights reserved.<\/span><br \/>\n      <a href=\"#\">Metro East Illinois \u00b7 St. Louis Region<\/a>\n    <\/div>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Confluence Mediation Services Confluence Mediation Services How It Works Who We Serve Request Mediation Community Mediation \u00b7 Metro East Illinois Where ConflictBecomes Common Ground Confluence Mediation Services helps neighbors, families, schools, and community members resolve disputes \u2014 not through courts or confrontation, but through conversation, dignity, and mutual respect. Request Mediation Services See How We [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/confluencemediation.org\/index.php?rest_route=\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/confluencemediation.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/confluencemediation.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/confluencemediation.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/confluencemediation.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=36"}],"version-history":[{"count":4,"href":"https:\/\/confluencemediation.org\/index.php?rest_route=\/wp\/v2\/pages\/36\/revisions"}],"predecessor-version":[{"id":44,"href":"https:\/\/confluencemediation.org\/index.php?rest_route=\/wp\/v2\/pages\/36\/revisions\/44"}],"wp:attachment":[{"href":"https:\/\/confluencemediation.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}