/* ============================================================
AWDR INNER PAGE — Scoped Styles
Prefix: .awdr-inner-page
============================================================ */
/* ———- Reset & Base ———- */
.awdr-inner-page *,
.awdr-inner-page *::before,
.awdr-inner-page *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.awdr-inner-page {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif;
color: #444;
line-height: 1.6;
}
/* ———- Full-width breakout ———- */
.awdrip-section {
margin-left: calc(-50vw + 50%);
width: 100vw;
position: relative;
}
.awdrip-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 24px;
}
/* ============================================================
SECTION HEADINGS
============================================================ */
.awdrip-section-heading {
font-size: 36px;
font-weight: 800;
color: #0f0b57;
text-align: center;
margin-bottom: 48px;
letter-spacing: -0.3px;
position: relative;
padding-bottom: 16px;
}
.awdrip-section-heading::after {
content: ”;
display: block;
width: 60px;
height: 3px;
background: #2f50d8;
margin: 12px auto 0;
border-radius: 2px;
}
.awdrip-section-sub {
text-align: center;
font-size: 17px;
color: #666;
margin-top: -32px;
margin-bottom: 44px;
max-width: 680px;
margin-left: auto;
margin-right: auto;
}
/* ============================================================
BUTTONS
============================================================ */
.awdrip-btn-red {
display: inline-block;
background: #ff0000;
color: #ffffff;
font-size: 17px;
font-weight: 700;
padding: 16px 32px;
border-radius: 4px;
text-decoration: none;
border: 2px solid #ff0000;
transition: background 0.2s, transform 0.15s;
white-space: nowrap;
}
.awdrip-btn-red:hover {
background: #cc0000;
border-color: #cc0000;
transform: translateY(-1px);
color: #fff;
text-decoration: none;
}
.awdrip-btn-outline {
display: inline-block;
background: transparent;
color: #ffffff;
font-size: 17px;
font-weight: 700;
padding: 16px 32px;
border-radius: 4px;
text-decoration: none;
border: 2px solid rgba(255,255,255,0.85);
transition: background 0.2s, transform 0.15s;
white-space: nowrap;
}
.awdrip-btn-outline:hover {
background: rgba(255,255,255,0.12);
transform: translateY(-1px);
color: #fff;
text-decoration: none;
}
.awdrip-btn-white {
display: inline-block;
background: #ffffff;
color: #ff0000;
font-size: 19px;
font-weight: 800;
padding: 18px 40px;
border-radius: 4px;
text-decoration: none;
border: 2px solid #ffffff;
transition: background 0.2s, transform 0.15s;
white-space: nowrap;
}
.awdrip-btn-white:hover {
background: #f5f5f5;
transform: translateY(-2px);
color: #ff0000;
text-decoration: none;
}
/* ============================================================
HERO
============================================================ */
.awdrip-hero {
min-height: 560px;
background: #0f0b57;
background-image: linear-gradient(135deg, rgba(15,11,87,0.97) 0%, rgba(47,80,216,0.25) 100%);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 90px 24px;
}
.awdrip-hero__content {
max-width: 820px;
width: 100%;
}
.awdrip-hero__eyebrow {
display: inline-block;
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.3);
color: rgba(255,255,255,0.9);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 6px 18px;
border-radius: 100px;
margin-bottom: 24px;
}
.awdrip-hero__h1 {
font-size: 50px;
font-weight: 800;
color: #ffffff;
line-height: 1.1;
letter-spacing: -0.5px;
margin-bottom: 18px;
}
.awdrip-hero__h1 span {
color: #ff0000;
}
.awdrip-hero__sub {
font-size: 17px;
color: rgba(255,255,255,0.85);
margin-bottom: 20px;
letter-spacing: 0.2px;
line-height: 1.6;
max-width: 660px;
margin-left: auto;
margin-right: auto;
}
.awdrip-hero__guarantee {
display: inline-block;
background: #ff0000;
color: #ffffff;
font-size: 14px;
font-weight: 800;
letter-spacing: 0.05em;
padding: 8px 20px;
border-radius: 4px;
margin-bottom: 28px;
text-transform: uppercase;
}
.awdrip-hero__btns {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.awdrip-hero__local {
font-size: 13px;
color: rgba(255,255,255,0.55);
letter-spacing: 0.05em;
margin-top: 14px;
}
.awdrip-hero__local strong {
color: rgba(255,255,255,0.8);
}
/* ============================================================
TRUST BAR
============================================================ */
.awdrip-trustbar {
background: #0f0b57;
padding: 22px 24px;
border-top: 1px solid rgba(255,255,255,0.1);
}
.awdrip-trustbar__inner {
max-width: 1140px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 12px 36px;
}
.awdrip-trustbar__item {
color: #ffffff;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.3px;
display: flex;
align-items: center;
gap: 8px;
}
.awdrip-trustbar__check {
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
border-radius: 50%;
background: #2f50d8;
color: #fff;
font-size: 12px;
font-weight: 900;
flex-shrink: 0;
}
.awdrip-trustbar__divider {
color: rgba(255,255,255,0.2);
font-size: 20px;
line-height: 1;
}
/* ============================================================
SERVICE OVERVIEW
============================================================ */
.awdrip-overview {
background: #ffffff;
padding: 80px 24px;
}
.awdrip-overview__grid {
max-width: 1100px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
}
.awdrip-overview__text p {
font-size: 16px;
color: #555;
line-height: 1.75;
margin-bottom: 18px;
}
.awdrip-overview__text h2 {
font-size: 30px;
font-weight: 800;
color: #0f0b57;
margin-bottom: 22px;
line-height: 1.2;
}
.awdrip-overview__bullets {
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
}
.awdrip-overview__bullets li {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 15px;
color: #444;
line-height: 1.6;
}
.awdrip-overview__bullets li::before {
content: ”;
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #ff0000;
flex-shrink: 0;
margin-top: 7px;
}
.awdrip-overview__sidebar {
background: #f5f6fa;
border-left: 4px solid #0f0b57;
border-radius: 4px;
padding: 32px 28px;
}
.awdrip-overview__sidebar h3 {
font-size: 18px;
font-weight: 800;
color: #0f0b57;
margin-bottom: 18px;
}
.awdrip-overview__sidebar ul {
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
}
.awdrip-overview__sidebar ul li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: #555;
line-height: 1.6;
}
.awdrip-overview__sidebar ul li::before {
content: ‘2713’;
color: #2f50d8;
font-weight: 900;
font-size: 14px;
flex-shrink: 0;
margin-top: 1px;
}
.awdrip-overview__cta-box {
background: #0f0b57;
border-radius: 4px;
padding: 24px 28px;
margin-top: 24px;
text-align: center;
}
.awdrip-overview__cta-box p {
color: rgba(255,255,255,0.85);
font-size: 14px;
margin-bottom: 14px;
}
.awdrip-overview__cta-box strong {
display: block;
color: #ffffff;
font-size: 20px;
font-weight: 800;
margin-bottom: 6px;
}
/* ============================================================
PROCESS
============================================================ */
.awdrip-process {
background: #f5f6fa;
padding: 88px 24px;
}
.awdrip-process__steps {
max-width: 1100px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
position: relative;
}
.awdrip-process__steps::before {
content: ”;
position: absolute;
top: 28px;
left: calc(12.5% + 12px);
right: calc(12.5% + 12px);
height: 2px;
background: linear-gradient(to right, #ff0000 0%, rgba(255,0,0,0.2) 100%);
z-index: 0;
}
.awdrip-process__step {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
position: relative;
z-index: 1;
}
.awdrip-process__number {
width: 56px;
height: 56px;
border-radius: 50%;
background: #0f0b57;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 22px;
font-weight: 900;
flex-shrink: 0;
border: 3px solid #ffffff;
box-shadow: 0 0 0 3px #0f0b57;
}
.awdrip-process__title {
font-size: 16px;
font-weight: 700;
color: #0f0b57;
line-height: 1.35;
}
.awdrip-process__desc {
font-size: 14px;
color: #666;
line-height: 1.65;
}
/* ============================================================
WHY CHOOSE AWDR — 3 cols (inner page)
============================================================ */
.awdrip-why {
background: #ffffff;
padding: 88px 24px;
}
.awdrip-why__grid {
max-width: 1100px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.awdrip-why__col {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
padding: 36px 28px;
background: #f5f6fa;
border-radius: 6px;
border-top: 4px solid #0f0b57;
transition: box-shadow 0.2s, transform 0.2s;
}
.awdrip-why__col:hover {
transform: translateY(-3px);
box-shadow: 0 10px 32px rgba(15,11,87,0.1);
}
.awdrip-why__icon-wrap {
width: 70px;
height: 70px;
border-radius: 50%;
background: #0f0b57;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.awdrip-why__icon {
font-size: 30px;
line-height: 1;
}
.awdrip-why__title {
font-size: 18px;
font-weight: 700;
color: #0f0b57;
}
.awdrip-why__desc {
font-size: 14px;
color: #666;
line-height: 1.7;
}
/* ============================================================
FAQ ACCORDION (pure CSS)
============================================================ */
.awdrip-faq {
background: #f5f6fa;
padding: 88px 24px;
}
.awdrip-faq__list {
max-width: 820px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 8px;
}
.awdrip-faq__list details {
background: #ffffff;
border-radius: 6px;
border: 1px solid rgba(15,11,87,0.08);
overflow: hidden;
transition: box-shadow 0.2s;
}
.awdrip-faq__list details[open] {
box-shadow: 0 4px 20px rgba(15,11,87,0.08);
border-color: #2f50d8;
}
.awdrip-faq__list details summary {
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 26px;
cursor: pointer;
font-size: 16px;
font-weight: 700;
color: #0f0b57;
list-style: none;
gap: 12px;
}
.awdrip-faq__list details summary::-webkit-details-marker {
display: none;
}
.awdrip-faq__list details summary::after {
content: ‘+’;
font-size: 24px;
font-weight: 700;
color: #ff0000;
flex-shrink: 0;
line-height: 1;
transition: transform 0.2s;
}
.awdrip-faq__list details[open] summary::after {
content: ‘−’;
}
.awdrip-faq__answer {
padding: 0 26px 22px;
font-size: 15px;
color: #555;
line-height: 1.75;
border-top: 1px solid rgba(15,11,87,0.06);
padding-top: 16px;
}
/* ============================================================
SERVICE AREA
============================================================ */
.awdrip-service-area {
background: #0f0b57;
padding: 48px 24px;
text-align: center;
}
.awdrip-service-area p {
color: rgba(255,255,255,0.9);
font-size: 18px;
font-weight: 600;
max-width: 700px;
margin: 0 auto 16px;
line-height: 1.6;
}
.awdrip-service-area a {
color: #ff0000;
text-decoration: none;
font-weight: 700;
}
.awdrip-service-area a:hover {
text-decoration: underline;
}
.awdrip-service-area__counties {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 18px;
}
.awdrip-service-area__badge {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
color: rgba(255,255,255,0.85);
font-size: 13px;
font-weight: 600;
padding: 6px 16px;
border-radius: 100px;
}
/* ============================================================
EMERGENCY CTA
============================================================ */
.awdrip-cta {
background: #ff0000;
padding: 72px 24px;
text-align: center;
}
.awdrip-cta__inner {
max-width: 800px;
margin: 0 auto;
}
.awdrip-cta__h2 {
font-size: 38px;
font-weight: 800;
color: #ffffff;
margin-bottom: 14px;
line-height: 1.15;
letter-spacing: -0.3px;
}
.awdrip-cta__p {
font-size: 17px;
color: rgba(255,255,255,0.9);
margin-bottom: 32px;
line-height: 1.6;
}
.awdrip-cta__btns {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}
.awdrip-cta__number {
font-size: 28px;
font-weight: 900;
color: #ffffff;
text-decoration: none;
display: block;
margin-bottom: 6px;
}
.awdrip-cta__number:hover {
color: rgba(255,255,255,0.85);
text-decoration: none;
}
.awdrip-cta__fine {
font-size: 13px;
color: rgba(255,255,255,0.7);
margin-top: 22px;
letter-spacing: 0.04em;
}
/* ============================================================
RESPONSIVE
============================================================ */
@media (max-width: 900px) {
.awdrip-overview__grid {
grid-template-columns: 1fr;
gap: 36px;
}
.awdrip-process__steps {
grid-template-columns: repeat(2, 1fr);
}
.awdrip-process__steps::before {
display: none;
}
.awdrip-why__grid {
grid-template-columns: 1fr 1fr;
gap: 24px;
}
}
@media (max-width: 768px) {
.awdrip-hero__h1 {
font-size: 34px;
}
.awdrip-section-heading {
font-size: 28px;
}
.awdrip-why__grid {
grid-template-columns: 1fr;
}
.awdrip-cta__h2 {
font-size: 28px;
}
}
@media (max-width: 480px) {
.awdrip-hero__h1 {
font-size: 28px;
}
.awdrip-hero__btns {
flex-direction: column;
align-items: center;
}
.awdrip-process__steps {
grid-template-columns: 1fr;
}
.awdrip-btn-red,
.awdrip-btn-outline,
.awdrip-btn-white {
width: 100%;
text-align: center;
max-width: 320px;
}
.awdrip-cta__btns {
flex-direction: column;
align-items: center;
}
}
{
“@context”: “https://schema.org”,
“@type”: “LocalBusiness”,
“@id”: “https://www.awdrestoration.com/mold-remediation/”,
“name”: “American Water Damage Restoration LLC”,
“alternateName”: “AWDR”,
“url”: “https://www.awdrestoration.com/mold-remediation/”,
“logo”: “https://americanwaterrestorations.com/wp-content/uploads/2026/05/AWDR-Logo-transparent.jpg”,
“image”: “https://americanwaterrestorations.com/wp-content/uploads/2026/05/AWDR-Logo-transparent.jpg”,
“description”: “professionally certified professional mold remediation in Edmonds, WA and greater Seattle. Safe containment, HEPA air filtration, antimicrobial treatment, and post-remediation clearance testing.”,
“telephone”: “+12067717040”,
“email”: “info@awdrestoration.com”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “123 2nd Ave S STE 230 #49”,
“addressLocality”: “Edmonds”,
“addressRegion”: “WA”,
“postalCode”: “98020”,
“addressCountry”: “US”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: 47.8107,
“longitude”: -122.3774
},
“areaServed”: [
{“@type”: “City”, “name”: “Edmonds, WA”},
{“@type”: “City”, “name”: “Seattle, WA”},
{“@type”: “City”, “name”: “Lynnwood, WA”},
{“@type”: “City”, “name”: “Shoreline, WA”},
{“@type”: “City”, “name”: “Bothell, WA”},
{“@type”: “County”, “name”: “Snohomish County, WA”},
{“@type”: “County”, “name”: “King County, WA”}
],
“hasOfferCatalog”: {
“@type”: “OfferCatalog”,
“name”: “Mold Remediation”,
“itemListElement”: [
{
“@type”: “Offer”,
“itemOffered”: {
“@type”: “Service”,
“name”: “Mold Remediation”,
“description”: “professionally certified professional mold remediation in Edmonds, WA and greater Seattle. Safe containment, HEPA air filtration, antimicrobial treatment, and post-remediation clearance testing.”
}
}
]
},
“openingHoursSpecification”: {
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: [“Monday”,”Tuesday”,”Wednesday”,”Thursday”,”Friday”,”Saturday”,”Sunday”],
“opens”: “00:00”,
“closes”: “23:59”
},
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “5”,
“reviewCount”: “100”,
“bestRating”: “5”,
“worstRating”: “1”
},
“priceRange”: “$$”,
“paymentAccepted”: “Cash, Credit Card, Insurance Billing”,
“sameAs”: [
“https://www.bbb.org”,
“https://www.iicrc.org”
]
}
🔬 IICRC Certified Mold Removal
Professional Mold Remediation in Edmonds, WA
AWDR provides IICRC -compliant mold remediation with proper containment, HEPA filtration, and post-remediation verification testing — protecting your family and your property value.
⏱ 60-Minute Emergency Response Guarantee
IICRC Certified | BBB Accredited | WA Lic. #AMERIWD794PJ | 5★ Reviews
✓ IICRC Certified (S500)
|
✓ $3.7M+ Recovered for Clients
|
✓ 100+ Five-Star Reviews
|
✓ 24/7 Emergency Response
What Is Professional Mold Remediation and Why Does Certification Matter?
Mold is not simply an aesthetic problem. Left untreated, mold colonies degrade structural materials, compromise indoor air quality, and produce mycotoxins linked to respiratory illness, neurological symptoms, and immune suppression — particularly in children, the elderly, and anyone with asthma or allergies. The Pacific Northwest’s persistent moisture makes Edmonds and greater Seattle homes especially susceptible.
AWDR’s mold remediation team is certified to the IICRC Standard for Professional Mold Remediation — the definitive industry protocol covering containment, PPE, HEPA air filtration, surface treatment, and post-remediation verification. This matters because improper mold removal can aerosolize spores and spread contamination to previously unaffected areas of your home.
Our process begins with a thorough assessment of the affected areas, followed by establishing proper negative-pressure containment zones. We use HEPA air scrubbers to filter contaminated air, physically remove mold-affected materials, treat all surfaces with EPA-registered antimicrobial agents, and conclude with air and surface clearance testing to verify successful remediation.
AWDR coordinates directly with industrial hygienists when third-party post-remediation testing is required — a step many companies skip. We don’t consider the job complete until verified clearance is achieved and documented for your records and your insurance company.
- Full IICRC -compliant remediation protocols
- Negative-pressure containment to prevent cross-contamination
- HEPA air scrubbing throughout remediation
- Physical removal of all mold-affected materials
- EPA-registered antimicrobial surface treatment
- Post-remediation air and surface clearance testing
- Third-party industrial hygienist coordination
- Full documentation for insurance and real estate disclosure
Our Mold Remediation Process
A proven, step-by-step approach that minimizes damage, maximizes your insurance claim, and gets your property back to normal fast.
1
Inspection & Assessment
We visually inspect all suspect areas and use moisture meters, borescopes, and thermal imaging to identify mold behind walls and under floors without unnecessary demolition.
2
Containment & Air Filtration Setup
We establish negative-pressure containment zones using poly sheeting and set HEPA air scrubbers to filter and exhaust contaminated air — protecting the rest of your home.
3
Removal, Treatment & Abatement
All mold-affected materials are safely bagged and removed. Structural surfaces are HEPA-vacuumed and treated with EPA-registered antimicrobials. Cavity drying is verified before any reconstruction.
4
Clearance Testing & Documentation
Post-remediation air and surface sampling — by a third-party industrial hygienist where required — confirms successful removal. Complete documentation is provided for insurance and records.
Why Choose AWDR for Mold Remediation?
Not all restoration companies are equal. Here’s what sets American Water Damage Restoration apart in the greater Seattle region.
🏅
IICRC Certified
AWDR holds IICRC certification — the gold standard for mold remediation. Our protocols protect your family and ensure the work holds up to insurance and legal scrutiny.
🔬
Third-Party Clearance Testing
We coordinate with independent industrial hygienists for post-remediation air quality verification — objective confirmation that the work is done and your home is safe. No self-graded cleanups.
📋
Full Insurance Documentation
Our Xactimate documentation and clearance reports are designed to support your insurance claim from start to finish. We’ve recovered $3.7M+ for clients — mold claims included.
Mold Remediation — Frequently Asked Questions
Answers to the most common questions our Edmonds & Seattle customers ask before, during, and after mold remediation work.
How do I know if I have mold in my home?
The most reliable warning signs are a persistent musty or earthy odor, visible dark or fuzzy growth on walls, ceilings, or grout, and unexplained respiratory symptoms that improve when you leave the building. A history of water damage or flooding significantly elevates risk. AWDR offers professional assessments using moisture meters, thermal imaging, and visual inspection to confirm or rule out mold — call (206) 771-7040 to schedule.
Is mold damage covered by homeowners insurance?
Coverage depends on the cause of the mold. If the mold resulted from a covered water event (such as a burst pipe or appliance failure), most policies will cover remediation as part of the water damage claim. Mold resulting from long-term neglect, gradual leaks, or high humidity alone is typically excluded. AWDR’s documentation team helps ensure your claim is structured to maximize coverage for any covered mold event.
How long does professional mold remediation take?
Most residential mold remediation projects take 2–5 days, depending on the extent of contamination, the number of affected areas, and whether structural materials need to be removed and replaced. Larger or multi-room projects can take longer. AWDR provides a clear scope and timeline at the beginning of every job so you know exactly what to expect.
What makes black mold especially dangerous?
Stachybotrys chartarum — commonly called ‘black mold’ — produces trichothecene mycotoxins that can cause severe respiratory symptoms, headaches, chronic fatigue, and immune suppression with prolonged exposure. It typically grows on cellulose-rich materials (drywall paper, wood) in areas with sustained moisture. All mold species should be treated professionally, but black mold requires strict containment and full PPE during removal.
How do I prevent mold from returning after remediation?
Preventing mold recurrence requires controlling moisture. Practical steps include fixing all known leaks immediately, maintaining indoor humidity below 50% (use a dehumidifier if needed in the Pacific Northwest), ensuring adequate bathroom and kitchen ventilation, inspecting your crawlspace and attic annually, and addressing any future water intrusion within 24–48 hours. AWDR provides post-remediation guidance tailored to your specific property and its moisture vulnerabilities.
Can I stay in my home during mold remediation?
For small, contained mold removal projects in a single room, temporary relocation is often not necessary — containment barriers prevent cross-contamination. For larger multi-room projects, or when particularly toxic mold species are present, we may recommend temporarily vacating the work areas. Your AWDR project manager will assess the specific situation and advise you on the safest course of action for your household.
Serving Edmonds, WA and the entire Greater Seattle Metro — including Snohomish County, King County, and surrounding communities. Return to the AWDR Homepage to learn more about our full range of services.
Edmonds
Seattle
Lynnwood
Shoreline
Bothell
Mountlake Terrace
Kenmore
Bellevue
Kirkland
Everett
Mukilteo
Snohomish County
King County
Mold Found? Act Before It Spreads.
Mold colonies can double in size within 24–48 hours under the right conditions. Call AWDR now for a professional assessment and rapid remediation response in Edmonds and greater Seattle.
(206) 771-7040
IICRC Certified · BBB Accredited · WA Lic. #AMERIWD794PJ · 60-Min Response Guarantee · Direct Insurance Billing