<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Does KanCare cover ABA therapy? Yes. Achieving Stars Therapy accepts all 3 KanCare managed care plans. In-home ABA for children with autism in Wichita, Topeka, Overland Park, and across Kansas. No waitlist.">
<title>Does Kansas Medicaid (KanCare) Cover ABA Therapy? | Achieving Stars Therapy</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap" rel="stylesheet">
<style>
:root { --white: #FFFFFF; --off-white: #F9FAFB; --gold: #F5A623; --gold-light: #FEF7E8; --navy: #1A2B4A; --navy-soft: #2D3E5F; --gray: #6B7280; --border: #E5E7EB; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--off-white); color: var(--navy); line-height: 1.7; font-size: 17px; }
h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 6vw, 42px); font-weight: 600; line-height: 1.15; color: var(--white); margin-bottom: 16px; }
h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
h3 { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin: 24px 0 10px; }
p { margin-bottom: 14px; color: var(--navy-soft); }
a { color: var(--gold); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--navy); }
ul, ol { margin: 14px 0; padding-left: 24px; }
li { margin-bottom: 8px; color: var(--navy-soft); }
strong { color: var(--navy); }
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); padding: 56px 24px 48px; text-align: center; }
.hero-inner { max-width: 720px; margin: 0 auto; }
.location-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.hero p { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 600px; margin: 0 auto; }
.quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; background: var(--white); border-radius: 12px; padding: 24px; margin: -32px auto 32px; max-width: 800px; box-shadow: 0 4px 20px rgba(26,43,74,0.08); position: relative; z-index: 10; }
.info-item { text-align: center; }
.info-label { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.info-value { font-size: 15px; font-weight: 600; color: var(--navy); }
.content { max-width: 800px; margin: 0 auto; padding: 24px 24px 72px; }
section { margin-bottom: 40px; }
.highlight-box { background: var(--gold-light); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 24px 0; }
.highlight-box p { margin: 0; color: var(--navy); }
.steps-list { counter-reset: step; list-style: none; padding-left: 0; }
.steps-list li { counter-increment: step; padding-left: 48px; position: relative; margin-bottom: 20px; }
.steps-list li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 32px; height: 32px; background: var(--gold); color: var(--navy); font-weight: 600; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.steps-list strong { color: var(--navy); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 24px 0; }
.service-card { background: var(--white); border-radius: 10px; padding: 20px 24px; border-left: 4px solid var(--gold); }
.service-card h3 { margin-top: 0; font-size: 18px; }
.service-card p { font-size: 15px; margin-bottom: 0; }
.areas-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.area-tag { background: var(--white); padding: 8px 16px; border-radius: 20px; font-size: 14px; color: var(--navy-soft); }
.area-tag.primary { background: var(--gold); color: var(--navy); font-weight: 600; }
.insurance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin: 16px 0; }
.insurance-item { background: var(--white); padding: 12px 16px; border-radius: 6px; font-size: 15px; color: var(--navy); text-align: center; }
.insurance-box { background: var(--navy); border-radius: 12px; padding: 28px; margin: 24px 0; }
.insurance-box h3 { color: var(--white); margin-top: 0; font-size: 20px; }
.insurance-box p { color: rgba(255,255,255,0.9); }
.insurance-box strong { color: var(--gold); }
.insurance-box ul { color: rgba(255,255,255,0.9); margin: 14px 0; padding-left: 24px; }
.insurance-box li { color: rgba(255,255,255,0.9); margin-bottom: 10px; }
.insurance-box li::marker { color: var(--gold); }
.faq-item { margin-bottom: 24px; }
.faq-item h3 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { font-size: 16px; }
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); border-radius: 16px; padding: 40px 32px; text-align: center; margin-top: 40px; }
.cta-section h2 { color: var(--white); border: none; padding: 0; margin-bottom: 12px; font-size: 28px; }
.cta-section p { color: rgba(255,255,255,0.9); margin-bottom: 8px; font-size: 18px; }
.cta-section strong { color: var(--gold); }
.cta-button { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: 8px; text-decoration: none; margin-top: 24px; transition: transform 0.2s, box-shadow 0.2s; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(245,166,35,0.4); color: var(--navy); }
.cta-note { color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 16px; word-break: break-word; overflow-wrap: anywhere; }
.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 24px; }
.cta-item { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 20px; min-width: 0; }
.cta-item-label { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.cta-item-value { color: var(--white); font-weight: 600; font-size: 15px; word-break: break-word; overflow-wrap: anywhere; min-width: 0; }
.cta-item-value a { color: var(--white); text-decoration: none; word-break: break-word; overflow-wrap: anywhere; }
.cta-item-value a:hover { color: var(--gold); }
@media (max-width: 600px) {
.quick-info { margin: -24px 16px 24px; grid-template-columns: repeat(2, 1fr); }
.services-grid { grid-template-columns: 1fr; }
.cta-grid { grid-template-columns: 1fr; }
.insurance-grid { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<div class="hero">
<div class="hero-inner">
<span class="location-badge">Kansas Medicaid (KanCare)</span>
<h1>Does KanCare Cover ABA Therapy? Yes. Achieving Stars Therapy Accepts It.</h1>
<p>Kansas Medicaid covers ABA therapy for children under 21 with an autism diagnosis. Achieving Stars Therapy works with all three KanCare plans and handles all the paperwork.</p>
</div>
</div>
<div class="quick-info">
<div class="info-item">
<div class="info-label">Program</div>
<div class="info-value">KanCare</div>
</div>
<div class="info-item">
<div class="info-label">Medicaid</div>
<div class="info-value">Accepted</div>
</div>
<div class="info-item">
<div class="info-label">Waitlist</div>
<div class="info-value">None</div>
</div>
<div class="info-item">
<div class="info-label">Start Time</div>
<div class="info-value">2 Weeks</div>
</div>
</div>
<div class="content">
<section>
<p>Kansas Medicaid (KanCare) covers ABA therapy for children under 21 with an autism diagnosis. Achieving Stars Therapy is a KanCare-approved, in-home ABA provider serving families in <a href="/location/city/aba-therapy-wichita-ks">Wichita</a>, <a href="/location/city/aba-therapy-topeka-ks">Topeka</a>, and communities <a href="/location/states/kansas">across Kansas</a>. Most families begin within 2 weeks of their first call.</p>
</section>
<section>
<h2>How Does KanCare Cover ABA Therapy in Kansas?</h2>
<p>KanCare covers ABA therapy through the EPSDT benefit. Under federal law, Kansas must cover all medically necessary services for children under 21, including ABA therapy for autism. There is no annual dollar cap.</p>
<p>KanCare is administered through three managed care organizations: <strong>Aetna Better Health of Kansas</strong>, <strong>Sunflower Health Plan</strong>, and <strong>UnitedHealthcare Community Plan of Kansas</strong>. Achieving Stars Therapy works with all three to get ABA therapy authorized for your child.</p>
<p>Covered services include in-home ABA sessions, behavior assessments (FBA), individualized treatment planning, and parent training.</p>
</section>
<section>
<h2>What Is the Kansas Autism Insurance Mandate?</h2>
<p>Kansas Senate Bill 262 requires private insurance plans to cover ABA therapy for children with autism. The private insurance mandate applies to children <strong>under 12</strong> with an annual cap of <strong>$36,000 per year</strong>. These limits do not apply to KanCare Medicaid, which covers ABA based on medical necessity through age 21 with no dollar cap.</p>
<p>Achieving Stars Therapy accepts both KanCare Medicaid and private insurance plans.</p>
</section>
<section>
<h2>What Is the Kansas Autism Waiver?</h2>
<p>The Kansas HCBS Autism Waiver provides additional support (respite care, family counseling) for children with ASD. It has limited slots and a waitlist. If your child is waiting for a waiver slot, Achieving Stars Therapy can start ABA through standard KanCare Medicaid right away. You do not need the waiver to begin therapy.</p>
</section>
<section>
<h2>How Does Achieving Stars Therapy Handle KanCare Authorization?</h2>
<p>Achieving Stars Therapy manages the entire KanCare authorization process:</p>
<ol class="steps-list">
<li><strong>Free phone consultation</strong> (15 minutes). Call (833) 666-3115 or book online.</li>
<li><strong>Benefits verification.</strong> Achieving Stars Therapy contacts your KanCare MCO to confirm coverage. Typical turnaround: 24-48 hours.</li>
<li><strong>In-home BCBA assessment.</strong> A BCBA evaluates your child and builds an individualized treatment plan.</li>
<li><strong>Prior authorization submitted.</strong> Achieving Stars Therapy handles all paperwork. Standard authorization takes 14-30 business days.</li>
<li><strong>Therapy begins.</strong> Most Kansas families start ABA within 2 weeks of authorization.</li>
</ol>
</section>
<section>
<h2>What Cities in Kansas Does Achieving Stars Therapy Serve?</h2>
<div class="areas-list">
<span class="area-tag primary">Wichita</span>
<span class="area-tag primary">Topeka</span>
<span class="area-tag">Overland Park</span>
<span class="area-tag">Lawrence</span>
<span class="area-tag">Olathe</span>
<span class="area-tag">Kansas City, KS</span>
<span class="area-tag">Manhattan</span>
<span class="area-tag">Salina</span>
</div>
</section>
<section>
<h2>What Insurance Plans Does Achieving Stars Therapy Accept in Kansas?</h2>
<div class="insurance-box">
<h3>KanCare Medicaid</h3>
<ul>
<li>Aetna Better Health of Kansas</li>
<li>Sunflower Health Plan</li>
<li>UnitedHealthcare Community Plan</li>
</ul>
</div>
<p>Achieving Stars Therapy also accepts Anthem BCBS, Aetna, and Cigna. Call <strong>(833) 666-3115</strong> for a free benefits check.</p>
</section>
<section>
<h2>Frequently Asked Questions About KanCare and ABA Therapy</h2>
<div class="faq-item">
<h3>Does KanCare cover ABA therapy?</h3>
<p>Yes. KanCare covers ABA therapy for children under 21 with an autism diagnosis through the EPSDT benefit, with no annual dollar cap. Achieving Stars Therapy is an approved KanCare provider.</p>
</div>
<div class="faq-item">
<h3>How many hours of ABA does KanCare approve?</h3>
<p>Authorization is based on medical necessity, typically 10-40 hours per week. Achieving Stars Therapy's BCBAs recommend hours based on your child's assessment.</p>
</div>
<div class="faq-item">
<h3>What is the difference between KanCare and the Kansas Autism Waiver?</h3>
<p>KanCare is standard Medicaid available to all eligible families. The Autism Waiver has limited slots and a waitlist. Achieving Stars Therapy can start ABA through KanCare while your family waits.</p>
</div>
<div class="faq-item">
<h3>How long does KanCare ABA authorization take?</h3>
<p>Approval typically takes 14-30 business days. Most families go from first call to first session in 4-6 weeks.</p>
</div>
<div class="faq-item">
<h3>Can I switch ABA providers on KanCare?</h3>
<p>Yes. Achieving Stars Therapy handles the transition and new authorization at no cost to you.</p>
</div>
<div class="faq-item">
<h3>What ages does Achieving Stars Therapy serve in Kansas?</h3>
<p>Achieving Stars Therapy serves children and teens ages 2-18 across Kansas.</p>
</div>
</section>
<div class="cta-section">
<h2>Start KanCare-Covered ABA Therapy with Achieving Stars Therapy in Kansas</h2>
<p>Achieving Stars Therapy will verify your KanCare coverage, handle all paperwork, and get your child started with in-home ABA therapy.</p>
<a href="https://www.achievingstarstherapy.com/contact" class="cta-button">Book Your Free Consultation</a>
<div class="cta-grid">
<div class="cta-item">
<div class="cta-item-label">Call</div>
<div class="cta-item-value"><a href="tel:8336663115">(833) 666-3115</a></div>
</div>
<div class="cta-item">
<div class="cta-item-label">Email</div>
<div class="cta-item-value"><a href="mailto:info@achievingstarstherapy.com">info@achievingstarstherapy.com</a></div>
</div>
<div class="cta-item">
<div class="cta-item-label">Fax</div>
<div class="cta-item-value">(833) 666-1401</div>
</div>
</div>
<p class="cta-note">Free consultation. No pressure. Achieving Stars Therapy serves families across Kansas.</p>
</div>
</div>
</body>
</html>